    header,
    .header {
        background: rgba(6, 16, 30, .86) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        backdrop-filter: blur(20px);
    }

    header a,
    .header a,
    .nav-menu a {
        color: rgba(255, 255, 255, .86) !important;
    }

    .complex-hero {
        min-height: calc(100svh - var(--premium-header-height));
        display: flex;
        align-items: center;
        padding: clamp(40px, 10vw, 60px) 0 clamp(64px, 8vw, 112px);
        overflow: hidden;
    }

    .complex-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, .95fr) minmax(340px, .78fr);
        gap: clamp(30px, 5vw, 74px);
        align-items: center;
    }

    .complex-hero-title {
        max-width: 860px;
        margin: 22px 0 24px;
        font-size: clamp(36px, 4.2vw, 55px);
        line-height: 1.02;
    }

    .complex-hero-title span {
        display: block;
        white-space: nowrap;
    }

    .complex-hero-title .title-accent {
        color: transparent;
        background: linear-gradient(115deg, #ffffff 0%, #d9ebff 24%, var(--owu-blue) 54%, var(--owu-green) 100%);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .complex-hero-lead {
        max-width: 690px;
        margin: 0 0 30px;
    }

    .complex-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 32px;
    }

    .complex-hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        max-width: 660px;
    }

    .complex-stat {
        min-height: 96px;
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 8px;
        background: rgba(255, 255, 255, .045);
    }

    .complex-stat strong {
        display: block;
        margin-bottom: 6px;
        font-family: 'Unbounded', sans-serif;
        font-size: 26px;
        line-height: 1;
        color: var(--owu-green);
    }

    .complex-stat strong.stat-infinity {
        font-size: 46px;
        line-height: 26px;
    }

    .complex-stat span {
        color: rgba(255, 255, 255, .66);
        font-size: 14px;
        line-height: 1.35;
    }

    .complex-direction-panel {
        position: relative;
        padding: clamp(22px, 4vw, 34px);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 8px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
            radial-gradient(circle at 90% 10%, rgba(137, 226, 78, .18), transparent 18rem),
            rgba(4, 9, 21, .74);
        box-shadow: 0 34px 95px rgba(0, 0, 0, .32);
        overflow: hidden;
    }

    .complex-direction-panel::before {
        content: 'CODE';
        position: absolute;
        right: -8px;
        top: -12px;
        font-family: 'Unbounded', sans-serif;
        font-size: clamp(72px, 10vw, 140px);
        line-height: 1;
        color: transparent;
        -webkit-text-stroke: 1px rgba(255, 255, 255, .08);
    }

    .complex-direction-head,
    .complex-track-list,
    .complex-direction-proof {
        position: relative;
        z-index: 1;
    }

    .complex-direction-head {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 26px;
    }

    .complex-direction-head strong {
        display: block;
        font-family: 'Unbounded', sans-serif;
        font-size: 24px;
        color: #fff;
    }

    .complex-direction-head span,
    .complex-direction-proof span {
        color: rgba(255, 255, 255, .5);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .complex-track-list {
        display: grid;
        gap: 12px;
    }

    .complex-track {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) auto;
        gap: 14px;
        align-items: center;
        min-height: 76px;
        padding: 14px;
        border: 1px solid rgba(255, 255, 255, .09);
        border-radius: 8px;
        background: rgba(255, 255, 255, .045);
    }

    .complex-track mark {
        display: inline-grid;
        place-items: center;
        width: 46px;
        height: 46px;
        border-radius: 8px;
        background: rgba(52, 144, 255, .16);
        color: var(--owu-blue);
        font-family: 'Unbounded', sans-serif;
        font-size: 13px;
        font-weight: 800;
    }

    .complex-track strong {
        display: block;
        margin-bottom: 3px;
        color: #fff;
        font-size: 17px;
    }

    .complex-track small {
        color: rgba(255, 255, 255, .6);
        font-size: 13px;
        line-height: 1.35;
    }

    .complex-track em {
        color: var(--owu-green);
        font-size: 12px;
        font-style: normal;
        font-weight: 800;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .complex-direction-proof {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 24px;
    }

    .complex-direction-proof div {
        padding: 16px;
        border: 1px solid rgba(137, 226, 78, .2);
        border-radius: 8px;
        background: rgba(137, 226, 78, .075);
    }

    .complex-direction-proof strong {
        display: block;
        margin-top: 5px;
        color: #fff;
        font-size: 16px;
    }

    @media screen and (max-width: 1200px) {
        .complex-hero-grid {
            grid-template-columns: 1fr;
        }

        .complex-direction-panel {
            max-width: 780px;
        }
    }

    @media screen and (max-width: 860px) {
        .complex-hero {
            min-height: auto;
            padding-top: 78px;
        }

        .complex-hero-title {
            font-size: clamp(28px, 7.6vw, 44px);
        }

        .complex-hero-title span {
            white-space: normal;
        }

        .complex-hero-stats {
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 620px) {
        .complex-hero {
            padding-top: 58px;
            padding-bottom: 64px;
        }

        .complex-hero-actions {
            flex-direction: column;
        }

        .complex-direction-head,
        .complex-direction-proof {
            grid-template-columns: 1fr;
        }

        .complex-direction-head {
            display: grid;
        }

        .complex-track {
            grid-template-columns: 42px minmax(0, 1fr);
        }

        .complex-track em {
            grid-column: 2;
        }
    }
