@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --blue: #005bac;
    --blue-bright: #0672d8;
    --navy: #06172c;
    --navy-soft: #0a2442;
    --ink: #071426;
    --muted: #5f6b7a;
    --line: #dfe5ec;
    --surface: #f5f7fa;
    --white: #fff;
    --shell: 1380px;
    --header-height: 84px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* Scroll to Illuminate */

.illuminate-section {
    position: relative;
    height: 190vh;
    min-height: 1200px;
    --light-progress: 0;
}

.illuminate-section__sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 680px;
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #020a14 0%,
            #041426 55%,
            #071b31 100%
        );
    overflow: hidden;
}

.illuminate-section__ambient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 72% 28%,
            rgba(255, 246, 211, 0.34) 0%,
            rgba(255, 230, 151, 0.14) 20%,
            rgba(21, 76, 124, 0.08) 46%,
            transparent 72%
        ),
        linear-gradient(
            180deg,
            rgba(6, 33, 59, 0.12),
            rgba(24, 72, 108, 0.34)
        );
    opacity: calc(0.05 + (var(--light-progress) * 0.95));
    transform: scale(calc(0.92 + (var(--light-progress) * 0.08)));
    transform-origin: 72% 28%;
    will-change: opacity, transform;
}

.illuminate-section__fixture {
    position: absolute;
    top: 0;
    left: 72%;
    z-index: 2;
    width: 420px;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
}

.illuminate-section__cable {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 16vh;
    min-height: 100px;
    background: linear-gradient(#263849, #111d29);
    transform: translateX(-50%);
}

.illuminate-section__housing {
    position: absolute;
    top: 15vh;
    left: 50%;
    width: 210px;
    height: 74px;
    background:
        linear-gradient(
            180deg,
            #243443 0%,
            #101c28 62%,
            #070d14 100%
        );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 110px 110px 28px 28px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.38);
    transform: translateX(-50%);
}

.illuminate-section__housing::before {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 54px;
    height: 34px;
    content: "";
    background: #111e2a;
    border-radius: 7px 7px 0 0;
    transform: translateX(-50%);
}

.illuminate-section__lamp {
    position: absolute;
    top: calc(15vh + 55px);
    left: 50%;
    width: 176px;
    height: 25px;
    background: rgb(
        calc(45 + (var(--light-progress) * 210)),
        calc(52 + (var(--light-progress) * 198)),
        calc(58 + (var(--light-progress) * 150))
    );
    border-radius: 50%;
    box-shadow:
        0 0 calc(var(--light-progress) * 30px)
            rgba(255, 242, 193, 0.8),
        0 0 calc(var(--light-progress) * 85px)
            rgba(255, 225, 135, 0.48);
    transform: translateX(-50%);
    will-change: background, box-shadow;
}

.illuminate-section__beam {
    position: absolute;
    top: calc(15vh + 72px);
    left: 50%;
    width: min(72vw, 1000px);
    height: 78vh;
    background:
        linear-gradient(
            180deg,
            rgba(255, 244, 202, 0.3),
            rgba(255, 234, 166, 0.09) 52%,
            transparent 100%
        );
    clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
    filter: blur(8px);
    opacity: calc(var(--light-progress) * 0.88);
    transform: translateX(-50%) scaleX(
        calc(0.72 + (var(--light-progress) * 0.28))
    );
    transform-origin: top center;
    will-change: opacity, transform;
}

.illuminate-section__inner {
    position: relative;
    z-index: 3;
    display: flex;
    height: 100%;
    padding-top: 110px;
    padding-bottom: 85px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;
}

.illuminate-section__copy {
    max-width: 760px;
    opacity: calc(0.2 + (var(--light-progress) * 0.8));
    transform: translateY(
        calc((1 - var(--light-progress)) * 38px)
    );
    will-change: opacity, transform;
}

.illuminate-section__copy h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(58px, 6.5vw, 104px);
    line-height: 0.92;
    letter-spacing: -0.06em;
}

.illuminate-section__copy > p:last-child {
    max-width: 620px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.8;
}

.illuminate-section__progress {
    display: flex;
    min-width: 250px;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.illuminate-section__progress i {
    position: relative;
    display: block;
    width: 95px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.illuminate-section__progress b {
    position: absolute;
    inset: 0;
    display: block;
    background: #ffffff;
    transform: scaleX(var(--light-progress));
    transform-origin: left center;
}

@media (max-width: 980px) {
    .illuminate-section {
        height: 170vh;
    }

    .illuminate-section__fixture {
        left: 73%;
        opacity: 0.82;
    }

    .illuminate-section__inner {
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-end;
    }

    .illuminate-section__copy {
        align-self: flex-start;
    }

    .illuminate-section__progress {
        align-self: flex-start;
    }
}

@media (max-width: 640px) {
    .illuminate-section {
        height: 150vh;
        min-height: 950px;
    }

    .illuminate-section__sticky {
        min-height: 620px;
    }

    .illuminate-section__fixture {
        left: 68%;
        width: 310px;
    }

    .illuminate-section__housing {
        width: 154px;
        height: 58px;
    }

    .illuminate-section__lamp {
        top: calc(15vh + 43px);
        width: 128px;
        height: 20px;
    }

    .illuminate-section__beam {
        top: calc(15vh + 58px);
        width: 125vw;
    }

    .illuminate-section__inner {
        padding-top: 90px;
        padding-bottom: 55px;
        gap: 30px;
    }

    .illuminate-section__copy h2 {
        font-size: 52px;
    }

    .illuminate-section__copy > p:last-child {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .illuminate-section {
        height: auto;
        min-height: 760px;
        --light-progress: 1;
    }

    .illuminate-section__sticky {
        position: relative;
        height: 760px;
    }
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.shell {
    width: min(calc(100% - 64px), var(--shell));
    margin-inline: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;

    height: var(--header-height);

    color: #ffffff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.site-header.is-scrolled {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: rgba(7, 20, 38, 0.08);
    box-shadow: 0 8px 30px rgba(3, 18, 38, 0.08);
    backdrop-filter: blur(14px);
}

body.admin-bar .site-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}
.site-header__inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 28px;
    height: 100%;
}

/* Logo */
.site-brand {
    flex: 0 0 150px;
    min-width: 150px;
    order: 1;
}

.site-brand__name,
.footer-brand {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.05em;
}

.site-brand__tagline {
    margin-top: 7px;
    font-size: 10px;
    letter-spacing: .04em;
    opacity: .8;
}

.custom-logo-link {
    display: flex;
    align-items: center;
}

.custom-logo-link {
    display: flex;
    align-items: center;
}

.custom-logo {
    width: 110px;
    max-width: 110px;
    max-height: 54px;
    object-fit: contain;
}

/* Navigation */
.site-nav {
    margin-left: auto;
    order: 2;
}

.site-nav__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.site-nav a::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 2px;
    content: "";
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.site-nav a:hover::after {
    transform: scaleX(1);
}

/* Search, language and CTA */
.header-actions {
    position: static;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px;
    margin-left: 4px;
    order: 3;
}

.header-actions .button {
    white-space: nowrap;
}

.icon-button {
    padding: 8px;
    color: inherit;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.language-link {
    font-size: 12px;
    font-weight: 600;
}

.menu-toggle {
    display: none;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 0 24px;
    color: var(--white);
    background: var(--blue);
    border: 1px solid var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease;
}

.button:hover {
    background: var(--blue-bright);
    transform: translateY(-2px);
}

.button--small {
    min-height: 44px;
    padding: 0 20px;
    font-size: 10px;
    white-space: nowrap;
}

.button--ghost {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, .65);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.eyebrow--light {
    color: #7fc0ff;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.text-link--light {
    color: var(--white);
}

.hero {
    position: relative;
    min-height: 760px;
    color: var(--white);
    background: var(--navy);
    overflow: hidden;
}

.hero__media {
    position: absolute;
    inset: 0;
    background-image: url('../images/hero1.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.01);
}

.hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2, 14, 30, 0.92) 0%,
            rgba(2, 14, 30, 0.76) 35%,
            rgba(2, 14, 30, 0.30) 68%,
            rgba(2, 14, 30, 0.08) 100%
        ),
        linear-gradient(
            180deg,
            rgba(2, 14, 30, 0.15) 0%,
            rgba(2, 14, 30, 0.05) 55%,
            rgba(2, 14, 30, 0.45) 100%
        );
}

.hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 760px;
    padding-top: 150px;
    padding-bottom: 70px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(64px, 6.5vw, 108px);
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.hero__intro {
    max-width: 590px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.65;
}

.hero__actions {
    display: flex;
    gap: 16px;
    margin-top: 36px;
}

.hero__index {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    font-size: 11px;
}

.hero__index i {
    display: block;
    width: 100px;
    height: 1px;
    background: rgba(255, 255, 255, .65);
}

.about-section {
    background: #ffffff;
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 80px;
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
}

.about-copy {
    padding: 0;
}

.about-copy h2 {
    max-width: 580px;
    margin: 0;
    font-size: clamp(42px, 4vw, 66px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.section-heading h2,
.capabilities-section h2,
.resources-section h2,
.final-cta h2 {
    margin: 0;
    font-size: clamp(32px, 3vw, 52px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.about-copy p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 26px;
    margin-bottom: 26px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.stats div {
    display: flex;
    min-height: 190px;
    padding: 36px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.stats strong {
    color: #0b3265;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.stats span {
    margin-top: 12px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
}

.about-visual {
    display: none;
}

.solutions-section {
    padding: 120px 0;
    color: #ffffff;
    background: #06172c;
}

.solutions-section .section-heading {
    margin-bottom: 48px;
}

.solutions-section .section-heading h2 {
    max-width: 760px;
    font-size: clamp(42px, 4vw, 68px);
    line-height: 1;
    letter-spacing: -0.045em;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.section-heading--light h2 {
    color: var(--white);
}

.solution-experience {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    min-height: 680px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.solution-tabs {
    padding: 18px 0;
    background: rgba(2, 13, 27, 0.38);
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}   

.solution-tab {
    display: flex;
    width: 100%;
    min-height: 76px;
    padding: 0 24px;

    color: rgba(255, 255, 255, 0.58);
    background: transparent;
    border: 0;
    border-left: 3px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    align-items: center;
    justify-content: space-between;

    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.solution-tab:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.solution-tab.is-active {
    color: #ffffff;
    background: rgba(0, 91, 172, 0.18);
    border-left-color: #1687ec;
}

.solution-tab span {
    opacity: 0;
    transform: translateX(-8px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.solution-tab.is-active span,
.solution-tab:hover span {
    opacity: 1;
    transform: translateX(0);
}

.solution-stage {
    min-width: 0;
}

.solution-panel {
    position: relative;
    display: grid;
    min-height: 680px;
    padding: 70px 60px;

    grid-template-columns:
        minmax(280px, 0.8fr)
        minmax(460px, 1.25fr);

    align-items: end;
    gap: 55px;

    background-image:
        linear-gradient(
            90deg,
            rgba(4, 19, 37, 0.96) 0%,
            rgba(4, 19, 37, 0.82) 38%,
            rgba(4, 19, 37, 0.32) 75%,
            rgba(4, 19, 37, 0.18) 100%
        ),
        var(--solution-image);

    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.solution-panel[hidden] {
    display: none;
}

.solution-panel__copy {
    position: relative;
    z-index: 2;
    align-self: center;
}

.solution-panel h3 {
    max-width: 520px;
    margin: 0;

    font-size: clamp(44px, 4vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.solution-panel__copy > p {
    max-width: 520px;
    margin-top: 24px;

    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.75;
}

.scene-list {
    display: flex;
    padding: 0;
    margin: 30px 0 38px;

    flex-wrap: wrap;
    gap: 12px 24px;

    list-style: none;
    font-size: 12px;
}

.scene-list li {
    color: rgba(255, 255, 255, 0.85);
}

.scene-list li::before {
    margin-right: 9px;
    color: #62b4ff;
    content: "●";
    font-size: 7px;
    vertical-align: middle;
}

.product-rail {
    position: relative;
    z-index: 2;

    padding: 30px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.97);

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.product-rail__label {
    margin: 0 0 22px;

    color: #174574;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.product-rail__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mini-product {
    display: block;
    min-width: 0;
}

.mini-product__image {
    display: block;
    aspect-ratio: 1.15;
    margin-bottom: 16px;

    background:
        radial-gradient(
            circle at 50% 42%,
            #ffffff 0 11%,
            #d9e1e8 12% 20%,
            transparent 21%
        ),
        #eef2f6;

    border: 1px solid #e1e7ed;

    transition: transform 0.25s ease;
}

.mini-product:hover .mini-product__image {
    transform: translateY(-5px);
}


.mini-product strong,
.mini-product small {
    display: block;
}

.mini-product strong {
    color: #091b30;
    font-size: 12px;
    line-height: 1.35;
}

.mini-product small {
    margin-top: 5px;
    color: #718092;
    font-size: 10px;
}

.projects-section {
    padding: 100px 0;
}

.project-showcase {
    display: grid;
    grid-template-columns: 1.55fr 1fr 1fr;
    gap: 12px;
}

.project-card {
    position: relative;
    min-height: 520px;
    background: var(--navy);
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.project-card:hover img {
    transform: scale(1.035);
}

.project-card__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 30px;
    color: var(--white);
    background: linear-gradient(transparent, rgba(3, 12, 25, .92));
}

.project-card__overlay span {
    font-size: 12px;
}

.project-card__overlay h3 {
    max-width: 330px;
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1.1;
}

.project-card--featured .project-card__overlay h3 {
    font-size: 36px;
}

.project-card__overlay p {
    margin: 8px 0 0;
    color: #9dceff;
    font-size: 12px;
}

.project-card__overlay small,
.project-card__overlay a {
    display: block;
    margin-top: 8px;
    font-size: 11px;
}

.capabilities-section {
    padding: 100px 0;
    color: var(--white);
    background: var(--navy);
}

.capabilities-layout {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 100px;
}

.capability-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.capability-list li {
    display: grid;
    padding: 24px 0;
    grid-template-columns: 56px 1fr;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.capability-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.capability-list > li > span {
    color: #7fc0ff;
    font-size: 12px;
}

.capability-list h3 {
    margin: 0;
    font-size: 22px;
}

.capability-list p {
    max-width: 620px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .68);
}

.resources-section {
    padding: 120px 0;
    background: #ffffff;
}

.resources-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.resources-block {
    padding: 70px 70px 75px 0;
}

.resources-block + .resources-block {
    padding-right: 0;
    padding-left: 70px;
    border-left: 1px solid var(--line);
}

.resources-block h2 {
    max-width: 580px;
    margin: 0;

    font-size: clamp(38px, 3.5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.resources-intro {
    max-width: 560px;
    margin: 24px 0 34px;

    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

/* Certification badges */
.certification-list {
    display: flex;
    margin-bottom: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

.certification-list span {
    display: inline-flex;
    min-width: 88px;
    min-height: 68px;
    padding: 12px 18px;

    align-items: center;
    justify-content: center;

    color: #0b4f91;
    background: #f3f6f9;
    border: 1px solid #e3e8ee;

    font-size: 15px;
    font-weight: 700;
}

/* Download links */
.resource-links {
    display: grid;
    margin-bottom: 34px;
}

.resource-links a {
    display: flex;
    min-height: 92px;
    padding: 20px 0;

    align-items: center;
    justify-content: space-between;
    gap: 24px;

    border-top: 1px solid var(--line);

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}

.resource-links a:last-child {
    border-bottom: 1px solid var(--line);
}

.resource-links a:hover {
    padding-left: 10px;
    color: var(--blue);
}

.resource-links strong,
.resource-links small {
    display: block;
}

.resource-links strong {
    font-size: 16px;
}

.resource-links small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
}

.resource-links b {
    color: var(--blue);
    font-size: 18px;
}

.resources-layout > div {
    padding: 20px 80px 20px 0;
}

.resources-layout > div + div {
    padding-left: 80px;
    border-left: 1px solid var(--line);
}

.certification-list {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
    gap: 12px;
}

.certification-list span {
    display: inline-flex;
    min-width: 76px;
    min-height: 54px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    color: #0a4c91;
    background: var(--surface);
    font-weight: 700;
}

.resource-links {
    display: grid;
    margin-top: 26px;
}

.resource-links a {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-weight: 600;
}

.final-cta {
    position: relative;
    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            rgba(3, 18, 38, 0.97) 0%,
            rgba(3, 18, 38, 0.82) 45%,
            rgba(3, 18, 38, 0.45) 100%
        ),
        url('../images/cta.jpg') center center / cover no-repeat;
}

.final-cta__inner {
    display: flex;
    min-height: 400px;
    padding-top: 85px;
    padding-bottom: 85px;

    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.final-cta h2 {
    margin: 0;

    font-size: clamp(46px, 4.5vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.final-cta p:not(.eyebrow) {
    max-width: 580px;
    margin: 24px 0 0;

    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.8;
}

.final-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 250px;
}

.final-cta p:not(.eyebrow) {
    color: rgba(255, 255, 255, .73);
}

.site-footer {
    padding: 80px 0 25px;
    color: rgba(255, 255, 255, .72);
    background: #031226;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.15fr;
    gap: 64px;
}

.site-footer section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer h2 {
    margin: 0 0 18px;
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
}

.site-footer a,
.site-footer p {
    margin: 0 0 8px;
    font-size: 12px;
}

.footer-brand {
    color: var(--white);
}

.site-footer__bottom {
    display: flex;
    padding-top: 28px;
    margin-top: 60px;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 11px;
}

.site-footer__bottom div {
    display: flex;
    gap: 24px;
}

.generic-page {
    min-height: 70vh;
    padding: 150px 0 90px;
}

@media (max-width: 1180px) {
    .site-header__inner {
        grid-template-columns: 180px 1fr auto;
    }

    .site-nav__list {
        gap: 18px;
    }

    .about-layout {
        grid-template-columns: 1fr 1.6fr;
    }

    .about-visual {
        display: none;
    }

    .solution-panel {
        grid-template-columns: 1fr;
    }

    .product-rail {
        align-self: end;
    }
}

@media (max-width: 980px) {
    :root {
        --header-height: 72px;
    }

    .shell {
        width: min(calc(100% - 36px), var(--shell));
    }

    .site-header__inner {
        display: flex;
        justify-content: space-between;
    }

    .menu-toggle {
        position: relative;
        z-index: 3;
        display: grid;
        width: 42px;
        height: 42px;
        padding: 10px;
        background: transparent;
        border: 1px solid currentColor;
        place-content: center;
        gap: 5px;
    }

    .menu-toggle span:not(.screen-reader-text) {
        display: block;
        width: 20px;
        height: 1px;
        background: currentColor;
    }

    .site-nav {
        position: fixed;
        inset: 0;
        display: none;
        padding: 110px 28px 40px;
        color: var(--white);
        background: var(--navy);
    }

    .site-nav.is-open {
        display: block;
    }

    .site-nav__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .site-nav a {
        font-size: 28px;
    }

    .header-actions {
        margin-left: auto;
    }

    .header-actions .icon-button,
    .header-actions .language-link,
    .header-actions .button {
        display: none;
    }

    .hero,
    .hero__content {
        min-height: 700px;
    }

    .hero__content {
        padding-top: 145px;
    }

    .about-layout {
    grid-template-columns: 1fr;
    gap: 55px;
    padding-top: 80px;
    padding-bottom: 80px;
}


    .about-copy {
        padding-right: 0;
    }

    .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .stats div {
        min-height: 150px;
        border-top: 1px solid var(--line);
    }

    .solution-experience {
    grid-template-columns: 1fr;
}

.solution-tabs {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.solution-tab {
    min-width: max-content;
    padding: 0 22px;
    border-left: 0;
}

.solution-tab.is-active {
    border-left: 0;
    border-bottom-color: #1687ec;
}

.solution-panel {
    min-height: 760px;
    padding: 48px 30px;
    grid-template-columns: 1fr;
}

    .project-showcase {
        grid-template-columns: 1fr;
    }

    .project-card,
    .project-card--featured {
        min-height: 500px;
    }

    .capabilities-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .resources-layout {
    grid-template-columns: 1fr;
}

.resources-block,
.resources-block + .resources-block {
    padding: 60px 0;
    border-left: 0;
}

.resources-block + .resources-block {
    border-top: 1px solid var(--line);
}
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .resources-layout > div,
    .resources-layout > div + div {
        padding: 30px 0;
        border-left: 0;
    }
    
     .final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .final-cta__actions {
        width: 100%;
    }

    .final-cta__actions .button {
        width: 100%;
    }
}

/* Inner Page Header */
body:not(.home) .site-header {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.97);
    border-bottom-color: rgba(7, 20, 38, 0.1);
    box-shadow: 0 4px 20px rgba(3, 18, 38, 0.05);
    backdrop-filter: blur(14px);
}

body:not(.home) .site-header .site-nav a,
body:not(.home) .site-header .language-link,
body:not(.home) .site-header .icon-button {
    color: var(--ink);
}

/* Header Logo */
.site-brand {
    display: flex;
    flex: 0 0 190px;
    min-width: 190px;
    align-items: center;
    order: 1;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.custom-logo {
    display: block;
    width: 160px;
    max-width: 160px;
    height: auto;
    max-height: 64px;
    object-fit: contain;
}

@media (max-width: 980px) {
    .site-brand {
        flex-basis: 150px;
        min-width: 150px;
    }

    .custom-logo {
        width: 135px;
        max-width: 135px;
        max-height: 52px;
    }
}

@media (max-width: 640px) {
    .hero h1 {
        font-size: 54px;
    }

    .hero__actions,
    .final-cta__inner,
    .site-footer__bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .hero__actions .button {
        width: 100%;
    }

    .stats,
    .product-rail__grid,
    .resources-layout,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .solution-panel {
        min-height: 760px;
    }

    .product-rail {
        padding: 18px;
    }

    .mini-product__image {
        aspect-ratio: 2.3;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__bottom div {
        flex-wrap: wrap;
    }
}
/* Header Dropdown Menu */
@media (min-width: 981px) {
    .site-nav__list > .menu-item-has-children {
        position: relative;
    }

    .site-nav__list > .menu-item-has-children > a {
        padding-right: 14px;
    }

    .site-nav__list > .menu-item-has-children > a::before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 5px;
        height: 5px;
        content: "";
        border-right: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        transform: translateY(-65%) rotate(45deg);
    }

    .site-nav .sub-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 50%;
        z-index: 100;
        min-width: 230px;
        padding: 10px;
        margin: 0;
        color: #071528;
        list-style: none;
        background: #ffffff;
        border: 1px solid #dce3eb;
        box-shadow: 0 18px 45px rgba(3, 18, 38, 0.16);
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, 10px);
        pointer-events: none;
        transition:
            opacity 0.2s ease,
            visibility 0.2s ease,
            transform 0.2s ease;
    }

    .site-nav .menu-item-has-children:hover > .sub-menu,
    .site-nav .menu-item-has-children:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
        pointer-events: auto;
    }

    .site-nav .sub-menu li {
        display: block;
        margin: 0;
    }

    .site-nav .sub-menu a {
        display: flex;
        min-height: 44px;
        padding: 10px 13px;
        align-items: center;
        color: #203249;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

    .site-nav .sub-menu a:hover {
        color: #0068c9;
        background: #f0f6fb;
    }

    .site-nav .sub-menu a::after {
        display: none;
    }
}

/* Mobile Submenu */
@media (max-width: 980px) {
    .site-nav .sub-menu {
        position: static;
        display: block;
        padding: 10px 0 0 20px;
        margin: 0;
        list-style: none;
        background: transparent;
    }

    .site-nav .sub-menu a {
        min-height: 38px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 18px;
    }
}

/* Premium Footer */
.site-footer {
    padding: 0;
    color: rgba(255, 255, 255, 0.68);
    background: #031226;
}

.site-footer .footer-premium__cta {
    display: grid;
    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(260px, 0.55fr);
    padding: 88px 0 78px;
    align-items: end;
    gap: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-premium__eyebrow {
    margin: 0 0 20px;
    color: #1687ec;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-footer .footer-premium__cta h2 {
    max-width: 880px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-transform: none;
}

.footer-premium__cta-link {
    display: flex;
    min-height: 76px;
    padding: 0 26px;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background: #0068c9;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.footer-premium__cta-link:hover {
    color: #ffffff;
    background: #0878dc;
    transform: translateY(-3px);
}

.footer-premium__cta-link b {
    font-size: 22px;
    font-weight: 400;
}

.footer-premium__main {
    display: grid;
    grid-template-columns:
        minmax(260px, 1.45fr)
        minmax(130px, 0.7fr)
        minmax(160px, 0.85fr)
        minmax(260px, 1.2fr);
    padding: 72px 0 68px;
    gap: clamp(40px, 5vw, 78px);
}

.site-footer .footer-premium__brand,
.site-footer .footer-premium__contact {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-premium__logo {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 1;
}

.site-footer .footer-premium__brand > p {
    max-width: 360px;
    margin: 26px 0 22px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.8;
}

.footer-premium__brand > span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-premium__column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.site-footer .footer-premium__column h3,
.site-footer .footer-premium__contact h3 {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-footer .footer-premium__column a {
    position: relative;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.4;
}

.site-footer .footer-premium__column a:hover {
    color: #ffffff;
}

.site-footer .footer-premium__email {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 600;
    letter-spacing: -0.025em;
}

.footer-premium__phones {
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.site-footer .footer-premium__phones a {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 600;
}

.footer-premium__contact address {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    font-style: normal;
    line-height: 1.8;
}

.site-footer .footer-premium__whatsapp {
    display: inline-flex;
    padding-bottom: 7px;
    margin: 0;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.footer-premium__bottom {
    display: flex;
    padding: 25px 0 30px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255, 255, 255, 0.42);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 11px;
}

.footer-premium__bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.site-footer .footer-premium__bottom a {
    margin: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
}

.site-footer .footer-premium__bottom a:hover {
    color: #ffffff;
}

@media (max-width: 980px) {
    .site-footer .footer-premium__cta {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .footer-premium__cta-link {
        width: min(100%, 360px);
        box-sizing: border-box;
    }

    .footer-premium__main {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

@media (max-width: 640px) {
    .site-footer .footer-premium__cta {
        padding: 68px 0 58px;
        gap: 38px;
    }

    .site-footer .footer-premium__cta h2 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .footer-premium__main {
        grid-template-columns: 1fr;
        padding: 58px 0;
        gap: 44px;
    }

    .footer-premium__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Global Search */
body.search-open {
    overflow: hidden;
}

.global-search[hidden] {
    display: none;
}

.global-search {
    position: fixed;
    inset: 0;
    z-index: 3000;
}

.global-search__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 13, 28, 0.78);
    opacity: 0;
    backdrop-filter: blur(8px);
    transition: opacity 0.25s ease;
}

.global-search__panel {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    background: #f3f6f9;
    opacity: 0;
    transform: translateY(-24px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.global-search.is-open
.global-search__backdrop,
.global-search.is-open
.global-search__panel {
    opacity: 1;
}

.global-search.is-open
.global-search__panel {
    transform: translateY(0);
}

.global-search__inner {
    padding-top: 64px;
    padding-bottom: 90px;
}

.global-search__header {
    display: flex;
    padding-bottom: 26px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6dee8;
}

.global-search__header .eyebrow {
    margin: 0;
}

.global-search__close {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #071528;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    background: transparent;
    border: 1px solid #bdc9d6;
    cursor: pointer;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.global-search__close:hover {
    color: #ffffff;
    background: #071528;
    border-color: #071528;
}

.global-search__form {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    padding-top: 55px;
    gap: 0;
}

.global-search__form input {
    width: 100%;
    height: 94px;
    padding: 0 26px;
    color: #071528;
    font: inherit;
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -0.04em;
    background: #ffffff;
    border: 1px solid #cbd6e1;
    border-right: 0;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
}

.global-search__form input::placeholder {
    color: #9aa6b5;
}

.global-search__form input:focus {
    border-color: #0068c9;
    box-shadow: inset 0 0 0 1px #0068c9;
}

.global-search__form button {
    display: flex;
    min-width: 170px;
    padding: 0 25px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background: #0068c9;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.global-search__form button:hover {
    background: #0059ad;
}

.global-search__form button span {
    font-size: 20px;
    font-weight: 400;
}

.global-search__hint {
    margin: 14px 0 0;
    color: #768397;
    font-size: 12px;
}

.global-search__status {
    min-height: 22px;
    margin: 42px 0 18px;
    color: #627186;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.global-search__results {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    border-top: 1px solid #d5dee8;
    border-left: 1px solid #d5dee8;
}

/* Search Result */
.global-search-result {
    position: relative;
    display: grid;
    min-height: 150px;
    padding: 20px 58px 20px 20px;
    grid-template-columns: 115px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    color: #071528;
    background: #ffffff;
    border-right: 1px solid #d5dee8;
    border-bottom: 1px solid #d5dee8;
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.global-search-result:hover {
    color: #071528;
    background: #f8fbfd;
    box-shadow: inset 4px 0 0 #0068c9;
}

.global-search-result__visual {
    display: flex;
    width: 115px;
    height: 90px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: #0068c9;
    font-size: 28px;
    background:
        linear-gradient(
            135deg,
            #eaf3fb,
            #dcebf7
        );
}

.global-search-result__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-search-result__content {
    display: block;
    min-width: 0;
}

.global-search-result__type {
    display: flex;
    margin-bottom: 9px;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #0068c9;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.global-search-result__type small {
    padding-left: 8px;
    color: #758397;
    font-size: 10px;
    border-left: 1px solid #cbd5df;
}

.global-search-result__content > strong {
    display: block;
    overflow: hidden;
    color: #071528;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-overflow: ellipsis;
}

.global-search-result__excerpt {
    display: -webkit-box;
    margin-top: 9px;
    overflow: hidden;
    color: #69778a;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.global-search-result__arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    color: #0068c9;
    font-size: 21px;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.global-search-result:hover
.global-search-result__arrow {
    transform:
        translate(4px, -50%);
}

/* Header Search Button */
.icon-button {
    display: inline-flex;
    width: 38px;
    height: 38px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-button:hover {
    background: rgba(127, 145, 166, 0.14);
}

/* Responsive Search */
@media (max-width: 850px) {
    .global-search__inner {
        padding-top: 34px;
        padding-bottom: 60px;
    }

    .global-search__form {
        grid-template-columns: 1fr;
        padding-top: 38px;
    }

    .global-search__form input {
        height: 76px;
        border-right: 1px solid #cbd6e1;
    }

    .global-search__form button {
        min-height: 54px;
    }

    .global-search__results {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .global-search__form input {
        height: 68px;
        padding: 0 17px;
        font-size: 29px;
    }

    .global-search-result {
        min-height: 130px;
        padding: 16px 45px 16px 14px;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 14px;
    }

    .global-search-result__visual {
        width: 82px;
        height: 76px;
    }

    .global-search-result__content > strong {
        font-size: 18px;
    }

    .global-search-result__excerpt {
        display: none;
    }
}

.footer-premium__bottom {
    position: relative;
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-premium__copyright {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    text-align: center;
}

.footer-premium__copyright > span:first-child {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.footer-premium__designer {
    color: rgba(255, 255, 255, 0.4);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-premium__designer strong {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.footer-premium__privacy {
    position: absolute;
    right: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

@media (max-width: 680px) {
    .footer-premium__bottom {
        padding: 28px 0;
        flex-direction: column;
        gap: 18px;
    }

    .footer-premium__privacy {
        position: static;
    }
}