/* Dedicated stylesheet for Industries.html */

:root {
    --tech-accent: #fdd000;
    --tech-accent-hover: #e6ac00;
    --tech-accent-text: #404040;
}

.zs-technology-focus {
    margin-top: 0;
    padding: 60px 0 34px;
    background: #f5f5f5;
}

.zs-technology-focus__head {
    text-align: center;
}

.zs-technology-focus__title {
    margin: 0;
    color: #0b2740;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 3.6px;
}

.zs-technology-focus__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.zs-technology-focus__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 46px;
    padding: 0 24px;
    border: 2px solid #d7d5d1;
    border-radius: 9px;
    background: #fff;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    transition: all .25s ease;
}

.zs-technology-focus__tab:hover,
.zs-technology-focus__tab.is-active {
    border-color: var(--tech-accent);
    color: var(--tech-accent-text);
    background: var(--tech-accent);
}

.zs-technology-anchor {
    scroll-margin-top: 120px;
}

@media only screen and (max-width: 767px) {
    .zs-technology-focus {
        margin-top: 0;
        padding: 24px 0 26px;
    }

    .zs-technology-focus__title {
        font-size: 18px;
        letter-spacing: 2.4px;
    }

    .zs-technology-focus__tabs {
        gap: 10px;
        margin-top: 18px;
    }

    .zs-technology-focus__tab {
        min-width: 72px;
        height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }
}

.zs-technology-feature {
    padding: 0 0 72px;
    background: #f5f5f5;
}

.zs-technology-feature--white {
    padding: 56px 0 72px;
    background: #fff;
}

.zs-technology-feature--gray {
    padding: 56px 0 72px;
    background: #f3f4f6;
}

.zs-technology-feature--white .zs-technology-feature__card {
    margin-top: 0;
}

.zs-technology-feature--gray .zs-technology-feature__card {
    margin-top: 0;
}

.zs-technology-feature__card--network {
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    align-items: center;
    gap: 58px;
}

.zs-technology-feature__card--network .zs-technology-feature__content {
    max-width: none;
    padding-right: 0;
}

.zs-technology-feature__card--network .zs-technology-feature__media {
    max-width: none;
}

.zs-technology-feature__card {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    gap: 56px;
    padding: 46px 42px 46px 30px;
    border-left: 4px solid #e4a300;
    border-radius: 0 16px 16px 0;
    background: #FFF;
}

.zs-technology-feature__content {
    padding-right: 10px;
}

.zs-technology-feature__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 30px;
    border: 1px solid #d7b14b;
    border-radius: 999px;
    color: #8a6b08;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.zs-technology-feature__badge::before {
    content: "☆";
    margin-right: 6px;
    font-size: 12px;
}

.zs-technology-feature__index {
    margin-top: 18px;
    color: var(--tech-accent-hover);
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.zs-technology-feature__title {
    margin: 18px 0 0;
    color: #0b2740;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 700;
}

.zs-technology-feature__desc {
    max-width: 640px;
    margin: 24px 0 0;
    color: #4f5b68;
    font-size: 17px;
    line-height: 1.85;
}

.zs-technology-feature__list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.zs-technology-feature__list li {
    position: relative;
    margin-top: 12px;
    padding-left: 16px;
    color: #4f5b68;
    font-size: 16px;
    line-height: 1.7;
}

.zs-technology-feature__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--tech-accent-hover);
}

.zs-technology-feature__links {
    display: flex;
    gap: 28px;
    margin-top: 28px;
    flex-wrap: wrap;
    align-items: center;
}

.zs-technology-feature__links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-accent-text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    transition: all .25s ease;
}

.zs-technology-feature__links a {
    min-width: 168px;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid var(--tech-accent);
    border-radius: 999px;
    background: var(--tech-accent);
    color: var(--tech-accent-text);
}

.zs-technology-feature__links a:hover {
    background: var(--tech-accent-hover);
    border-color: var(--tech-accent-hover);
    color: var(--tech-accent-text);
}

.zs-technology-feature__links a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6H10M10 6L6.5 2.5M10 6L6.5 9.5' stroke='%23404040' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center / 12px 12px;
}

.zs-technology-feature__media {
    overflow: hidden;
    min-height: 420px;
    border-radius: 16px;
    background: #eceff2;
}

.zs-technology-feature__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.zs-technology-feature__card + .zs-technology-feature__card {
    margin-top: 34px;
}

.zs-technology-feature__card--plain {
    padding: 22px 42px 0 30px;
    border-left: 0;
    border-radius: 0;
    background: transparent;
}

.zs-technology-feature__card--plain .zs-technology-feature__content {
    padding-left: 4px;
}

.zs-technology-insights {
    padding: 68px 0 84px;
    background: #f3f4f6;
}

.zs-technology-insights__head {
    text-align: center;
}

.zs-technology-insights__title {
    margin: 0;
    color: #0b2740;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.zs-technology-insights__subtitle {
    max-width: 760px;
    margin: 14px auto 0;
    color: #6c7886;
    font-size: 15px;
    line-height: 1.75;
}

.zs-technology-insights__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.zs-technology-insight-card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 41, 68, .04);
}

.zs-technology-insight-card__thumb {
    display: block;
    background: #e8edf3;
}

.zs-technology-insight-card__thumb img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.zs-technology-insight-card__body {
    padding: 16px 16px 14px;
}

.zs-technology-insight-card__title {
    margin: 0;
    color: #0b2740;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.zs-technology-insight-card__title a {
    color: inherit;
}

.zs-technology-insight-card__desc {
    margin: 10px 0 0;
    color: #6c7886;
    font-size: 13px;
    line-height: 1.7;
}

.zs-technology-insight-card__link {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    color: var(--tech-accent-text);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.zs-technology-insight-card__link::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6H10M10 6L6.5 2.5M10 6L6.5 9.5' stroke='%23404040' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center / 12px 12px;
}

@media only screen and (max-width: 1199px) {
    .zs-technology-feature__card {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .zs-technology-feature__title {
        font-size: 38px;
    }

    .zs-technology-feature__media img {
        min-height: 320px;
    }

    .zs-technology-feature__media {
        min-height: 320px;
    }

    .zs-technology-feature__card--plain {
        padding: 8px 0 0;
    }

    .zs-technology-feature__card--network .zs-technology-feature__content,
    .zs-technology-feature__card--network .zs-technology-feature__media {
        max-width: none;
    }

    .zs-technology-insights__grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .zs-technology-feature {
        padding-bottom: 40px;
    }

    .zs-technology-feature--white {
        padding: 28px 0 40px;
    }

    .zs-technology-feature--gray {
        padding: 28px 0 40px;
    }

    .zs-technology-insights {
        padding: 40px 0 44px;
    }

    .zs-technology-insights__title {
        font-size: 28px;
    }

    .zs-technology-insights__subtitle {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .zs-technology-insights__grid {
        gap: 16px;
        margin-top: 24px;
    }

    .zs-technology-insight-card__thumb img {
        height: 240px;
    }

    .zs-technology-feature__card {
        gap: 22px;
        padding: 28px 18px 24px 18px;
        border-left-width: 3px;
        border-radius: 0 12px 12px 0;
    }

    .zs-technology-feature__content {
        padding-right: 0;
    }

    .zs-technology-feature__badge {
        height: 28px;
        padding: 0 12px;
        font-size: 11px;
    }

    .zs-technology-feature__index {
        margin-top: 14px;
        font-size: 18px;
    }

    .zs-technology-feature__title {
        margin-top: 14px;
        font-size: 30px;
    }

    .zs-technology-feature__desc {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.8;
    }

    .zs-technology-feature__list {
        margin-top: 18px;
    }

    .zs-technology-feature__list li,
    .zs-technology-feature__links a {
        font-size: 14px;
    }

    .zs-technology-feature__links {
        gap: 18px;
        margin-top: 20px;
    }

    .zs-technology-feature__media {
        border-radius: 12px;
    }

    .zs-technology-feature__media img {
        min-height: 220px;
    }

    .zs-technology-feature__media {
        min-height: 220px;
    }

    .zs-technology-feature__card + .zs-technology-feature__card {
        margin-top: 24px;
    }

    .zs-technology-feature__card--plain {
        padding: 0;
    }
}
