@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400 900;
    font-display: block;
    src: url("/assets/fonts/plus-jakarta-sans/plus-jakarta-sans-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400 900;
    font-display: block;
    src: url("/assets/fonts/plus-jakarta-sans/plus-jakarta-sans-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --bg: #060b12;
    --bg-soft: #0b1420;
    --panel: rgba(255, 255, 255, 0.092);
    --panel-strong: rgba(255, 255, 255, 0.14);
    --line: rgba(214, 255, 247, 0.18);
    --text: #eefbf8;
    --muted: #c1d4d0;
    --muted-soft: #9fb6b2;
    --green: #00f0c8;
    --green-soft: rgba(0, 240, 200, 0.14);
    --blue: #3aa0ff;
    --gold: #f4bb4f;
    --ink: #07110f;
    --radius: 8px;
}

/* Premium 10/10 visual upgrade layer */
:root {
    --bg: #03070d;
    --bg-soft: #08121d;
    --panel: rgba(255, 255, 255, 0.085);
    --panel-strong: rgba(255, 255, 255, 0.14);
    --line: rgba(214, 255, 247, 0.16);
    --text: #f1fffc;
    --muted: #bfd6d1;
    --muted-soft: #8fa9a5;
    --green: #00f0c8;
    --blue: #37a3ff;
    --radius: 22px;
    --radius-sm: 12px;
    --shadow-premium: 0 30px 90px rgba(0, 0, 0, 0.38);
    --glow-premium: 0 0 42px rgba(0, 240, 200, 0.12);
    --font-body: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    color: var(--text);
    background:
        radial-gradient(circle at 72% -5%, rgba(0, 240, 200, 0.18), transparent 28%),
        radial-gradient(circle at 12% 10%, rgba(55, 163, 255, 0.14), transparent 26%),
        linear-gradient(180deg, #03070d, #07111a 44%, #03070d);
    font-family: var(--font-body);
    font-size: 16px;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
    pointer-events: none;
}

body::after {
    content: "";
    position: fixed;
    inset: auto -20% -35% -20%;
    z-index: -1;
    height: 56vh;
    background: radial-gradient(circle, rgba(0, 240, 200, 0.12), transparent 62%);
    filter: blur(12px);
    pointer-events: none;
}

h1,
h2,
h3,
.offer-panel strong,
.mockup-kpi strong,
.tracking-metric strong {
    font-family: var(--font-display);
    letter-spacing: -0.035em;
}

h1,
h2 {
    text-wrap: balance;
}

.site-header {
    padding-top: 18px;
    padding-bottom: 18px;
    background:
        linear-gradient(90deg, rgba(0, 240, 200, 0.055), transparent 30%, rgba(55, 163, 255, 0.045)),
        rgba(3, 7, 13, 0.84);
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.32);
}

.main-nav {
    padding: 6px;
    border: 1px solid rgba(214, 255, 247, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
}

.main-nav a {
    border-radius: 999px;
    letter-spacing: 0.01em;
    font-size: 13px;
    font-weight: 800;
    opacity: 0.92;
}

.main-nav a:hover {
    opacity: 1;
}

.header-cta,
.primary-button,
.secondary-button,
.button {
    border-radius: var(--radius-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.header-cta:hover,
.primary-button:hover,
.secondary-button:hover,
.button:hover {
    transform: translateY(-2px);
}

.primary-button,
.header-cta {
    box-shadow: 0 18px 48px rgba(0, 240, 200, 0.22);
}

.cinematic-hero,
.product-hero,
.hero-shell {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.cinematic-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
    gap: clamp(34px, 5vw, 86px);
    align-items: center;
    min-height: calc(100vh - 86px);
    padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
    background:
        radial-gradient(circle at 70% 22%, rgba(0, 240, 200, 0.19), transparent 29%),
        radial-gradient(circle at 26% 78%, rgba(55, 163, 255, 0.13), transparent 28%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.07), rgba(5, 12, 20, 0.42) 48%, rgba(55, 163, 255, 0.06)),
        #050b13;
}

.cinematic-hero::before,
.product-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.28;
    transform: translateY(calc(var(--scroll-y, 0) * -0.035px));
}

.cinematic-hero h1 {
    max-width: 980px;
    font-size: clamp(54px, 7.4vw, 112px);
    line-height: 0.92;
}

.cinematic-hero .hero-copy > p:not(.eyebrow) {
    max-width: 780px;
    color: #cfe2de;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.5;
}

.premium-badges {
    margin-top: 26px;
}

.premium-badges span {
    border-radius: 999px;
    background: rgba(0, 240, 200, 0.08);
    border-color: rgba(0, 240, 200, 0.26);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.growth-dashboard,
.aggregator-hero-mockup,
.terminal-mockup,
.offer-panel,
.demo-form,
.hero-lead-card {
    border-radius: var(--radius);
    box-shadow: var(--shadow-premium), var(--glow-premium);
}

.growth-dashboard {
    position: relative;
    min-height: 610px;
    padding: clamp(20px, 2.6vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(0, 240, 200, 0.28);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.14), rgba(55, 163, 255, 0.07)),
        rgba(255, 255, 255, 0.065);
}

.growth-dashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 12%, rgba(0, 240, 200, 0.22), transparent 22%),
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: auto, 46px 46px, 46px 46px;
    opacity: 0.60;
}

.growth-dashboard > * {
    position: relative;
    z-index: 1;
}

.growth-orbit {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(0, 240, 200, 0.28);
    border-radius: 999px;
    animation: slow-spin 18s linear infinite;
}

.growth-orbit::before,
.growth-orbit::after {
    content: "";
    position: absolute;
    border-radius: inherit;
    border: 1px solid rgba(55, 163, 255, 0.20);
}

.growth-orbit::before {
    inset: 38px;
}

.growth-orbit::after {
    inset: 78px;
}

.growth-top,
.growth-kpi,
.growth-grid article,
.growth-feed,
.stack-panel span,
.terminal-screen {
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 16px;
    background: rgba(2, 15, 20, 0.68);
}

.growth-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 17px;
    color: var(--muted);
    font-weight: 900;
}

.growth-top strong,
.growth-feed em {
    color: var(--green);
}

.growth-kpi {
    margin-top: 16px;
    padding: clamp(22px, 3vw, 36px);
}

.growth-kpi span,
.growth-grid span,
.growth-feed span,
.growth-feed strong,
.growth-feed em {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.growth-kpi strong {
    display: block;
    margin: 10px 0 12px;
    color: var(--green);
    max-width: 760px;
    font-size: clamp(34px, 3.9vw, 58px);
    line-height: 1.02;
}

.growth-kpi p {
    max-width: 500px;
    color: #d7ebe7;
    font-size: 17px;
}

.growth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.growth-grid article {
    min-height: 112px;
    padding: 18px;
}

.growth-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--text);
    font-size: 30px;
    line-height: 1;
}

.growth-feed {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 14px;
    backdrop-filter: blur(18px);
}

.growth-feed div {
    display: grid;
    grid-template-columns: 10px 1fr auto;
    gap: 10px;
    align-items: center;
    min-height: 36px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(214, 255, 247, 0.08);
}

.growth-feed div:last-child {
    border-bottom: 0;
}

.growth-feed span {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: var(--green);
    box-shadow: 0 0 16px rgba(0, 240, 200, 0.52);
}

.growth-feed strong {
    color: var(--text);
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px;
}

.growth-feed em {
    color: var(--green);
    font-style: normal;
    font-size: 13px;
}

.home-value-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-value-grid article:first-child {
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.15), rgba(55, 163, 255, 0.07)),
        rgba(8, 28, 32, 0.92);
    border-color: rgba(0, 240, 200, 0.32);
}

.engagement-journey {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.engagement-journey article {
    position: relative;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(0, 240, 200, 0.23);
    border-radius: var(--radius-sm);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.10), rgba(55, 163, 255, 0.045)),
        rgba(255, 255, 255, 0.055);
}

.engagement-journey article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 10px;
    height: 2px;
    background: linear-gradient(90deg, var(--green), var(--blue));
}

.engagement-journey span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--green);
    font-size: 12px;
    font-weight: 950;
}

.engagement-journey strong {
    display: block;
    color: var(--text);
    font-size: 18px;
    line-height: 1.14;
}

.visual-proof-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.visual-proof-grid article,
.home-value-grid article,
.split-showcase,
.aggregator-home {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(10, 18, 28, 0.88);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.20);
}

.visual-proof-grid article,
.home-value-grid article {
    min-height: 210px;
    padding: 22px;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.visual-proof-grid article:hover,
.home-value-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 240, 200, 0.34);
}

.visual-proof-grid .featured-proof {
    grid-row: span 2;
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.16), rgba(55, 163, 255, 0.08)),
        rgba(8, 28, 32, 0.92);
    border-color: rgba(0, 240, 200, 0.32);
}

.proof-value {
    display: block;
    margin: 16px 0 10px;
    color: var(--green);
    font-family: var(--font-display);
    font-size: clamp(28px, 3.2vw, 52px);
    line-height: 1;
}

.split-showcase,
.aggregator-home {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
    gap: clamp(26px, 4vw, 56px);
    align-items: center;
}

.stack-panel {
    display: grid;
    gap: 12px;
}

.stack-panel span {
    padding: 18px 20px;
    color: var(--text);
    font-size: 19px;
    font-weight: 900;
}

.image-stage {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 24px;
    align-items: end;
}

.image-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.image-tiles figure {
    margin: 0;
}

.image-placeholder {
    display: grid;
    min-height: 180px;
    place-items: end start;
    padding: 18px;
    border: 1px solid rgba(0, 240, 200, 0.18);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 72% 18%, rgba(0, 240, 200, 0.24), transparent 28%),
        linear-gradient(145deg, rgba(55, 163, 255, 0.20), rgba(0, 240, 200, 0.08)),
        #0a1420;
}

.image-placeholder span {
    color: var(--text);
    font-size: 22px;
    font-weight: 950;
}

.image-tiles figcaption {
    margin-top: 9px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.terminal-mockup {
    display: grid;
    justify-items: center;
    padding: 26px;
    border: 1px solid rgba(0, 240, 200, 0.28);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.12), rgba(55, 163, 255, 0.07)),
        rgba(255, 255, 255, 0.065);
}

.terminal-screen {
    width: min(100%, 420px);
    min-height: 470px;
    padding: 24px;
}

.terminal-screen span {
    color: var(--green);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.terminal-screen strong {
    display: block;
    margin-top: 14px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 34px;
    line-height: 1;
}

.terminal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.terminal-grid i {
    display: block;
    min-height: 110px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 70% 20%, rgba(0, 240, 200, 0.35), transparent 26%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03));
}

.terminal-base {
    width: 52%;
    height: 26px;
    border-radius: 0 0 22px 22px;
    background: rgba(0, 240, 200, 0.18);
}

.premium-contact {
    background:
        radial-gradient(circle at 82% 14%, rgba(0, 240, 200, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.08), rgba(55, 163, 255, 0.045)),
        #050b13;
}

.demo-form input,
.demo-form textarea,
.demo-form select,
.mini-form input,
.mini-form select {
    border-radius: var(--radius-sm);
    background: rgba(3, 13, 19, 0.76);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: none;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes float-panel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes slow-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1120px) {
    .cinematic-hero,
    .split-showcase,
    .aggregator-home,
    .image-stage {
        grid-template-columns: 1fr;
    }

    .growth-dashboard {
        min-height: 560px;
    }

    .home-value-grid,
    .engagement-journey,
    .visual-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .engagement-journey article::after {
        display: none;
    }
}

@media (max-width: 820px) {
    .main-nav {
        border-radius: 16px;
    }

    .cinematic-hero {
        min-height: auto;
        padding: 48px 14px 58px;
    }

    .cinematic-hero h1 {
        font-size: clamp(40px, 10.6vw, 54px);
        line-height: 0.96;
    }

    .growth-dashboard {
        min-height: auto;
        padding: 18px;
    }

    .growth-kpi strong {
        font-size: clamp(54px, 15vw, 76px);
    }

    .home-value-grid,
    .engagement-journey,
    .visual-proof-grid,
    .image-tiles,
    .growth-grid {
        grid-template-columns: 1fr;
    }

    .visual-proof-grid .featured-proof {
        grid-row: auto;
    }

    .split-showcase,
    .aggregator-home {
        padding: 18px;
    }

    .terminal-screen {
        min-height: 390px;
    }
}

/* Final override: Bonus suite must be balanced left/right with equal card grids */
.bonus-suite-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: clamp(18px, 2vw, 28px) !important;
}

.promotion-control-scene,
.bonus-center-preview {
    align-self: stretch !important;
    min-height: clamp(560px, 34vw, 660px) !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: auto 1fr !important;
    padding: clamp(22px, 2vw, 30px) !important;
    overflow: hidden !important;
}

.promo-scene-top,
.bonus-center-top {
    min-height: 58px;
}

.bonus-center-top div {
    min-width: 0;
}

.bonus-center-top strong {
    display: inline;
    color: var(--green) !important;
    font-size: 13px !important;
    line-height: 1.2;
}

.promo-module-grid,
.bonus-center-cards {
    height: 100% !important;
    margin-top: 18px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-content: stretch !important;
}

.promo-module-grid article,
.bonus-center-cards article,
.bonus-center-cards article:first-child,
.bonus-center-cards article:last-child {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
}

.promo-module-grid article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
    column-gap: 18px !important;
    row-gap: 8px !important;
    align-content: start !important;
    padding: clamp(20px, 1.8vw, 28px) !important;
}

.promo-module-grid article .ng-icon {
    grid-row: 1 / span 2;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
}

.promo-module-grid h3 {
    margin: 0 !important;
    max-width: none !important;
}

.promo-module-grid p {
    margin: 0 !important;
    max-width: 34ch !important;
    align-self: start;
}

.bonus-center-cards article {
    display: grid !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    gap: 10px !important;
    padding: clamp(18px, 1.6vw, 24px) !important;
}

.bonus-center-cards article > div:first-child {
    min-width: 0;
}

.bonus-center-cards span {
    max-width: calc(100% - 78px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.bonus-center-cards h3 {
    min-height: 44px !important;
    margin: 6px 0 0 !important;
}

.bonus-center-cards article > strong {
    font-size: clamp(22px, 1.65vw, 28px) !important;
}

.bonus-center-cards .progress-track {
    align-self: end !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 8px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
}

.bonus-center-cards .progress-track span {
    display: block;
    max-width: 100% !important;
    border-radius: 999px !important;
}

.bonus-center-cards button {
    align-self: end !important;
    width: 100% !important;
    min-height: 48px !important;
}

@media (max-width: 1180px) {
    .bonus-suite-layout {
        grid-template-columns: 1fr !important;
    }

    .promotion-control-scene,
    .bonus-center-preview {
        min-height: auto !important;
    }
}

@media (max-width: 640px) {
    .promo-module-grid,
    .bonus-center-cards {
        grid-template-columns: 1fr !important;
        grid-template-rows: none !important;
    }

    .promo-module-grid article,
    .bonus-center-cards article {
        min-height: 188px !important;
    }
}

@media (max-width: 760px) {
    .editorial-featured {
        grid-template-columns: 1fr;
    }

    .editorial-featured-image {
        margin: -24px -24px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(129, 255, 236, .14);
    }
}

/* Absolute final polish overrides */
.site-header {
    background:
        linear-gradient(180deg, rgba(3, 9, 14, 0.96), rgba(3, 9, 14, 0.82)),
        rgba(2, 8, 12, 0.90) !important;
    border-bottom-color: rgba(214, 255, 247, 0.16) !important;
}

.main-nav {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.030)),
        rgba(4, 13, 18, 0.92) !important;
    border-color: rgba(214, 255, 247, 0.20) !important;
}

.main-nav a {
    color: rgba(244, 255, 252, 0.90) !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.main-nav a:hover,
.main-nav a.active {
    color: #ffffff !important;
    border-color: rgba(99, 245, 218, 0.35) !important;
    background:
        linear-gradient(180deg, rgba(99, 245, 218, 0.16), rgba(0, 214, 190, 0.07)),
        rgba(255, 255, 255, 0.050) !important;
}

.company-profile-panel .preview-top span,
.company-profile-panel .preview-top strong,
.company-signal-grid span {
    color: rgba(244, 255, 252, 0.94) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.030)),
        rgba(3, 12, 17, 0.54) !important;
    border-color: rgba(214, 255, 247, 0.18) !important;
}

.company-profile-panel .preview-top strong {
    color: var(--green) !important;
    background: transparent !important;
    border: 0 !important;
    padding-inline: 0 !important;
}

.company-profile-panel .ng-icon,
.company-signal-grid .ng-icon {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px;
    color: var(--green) !important;
    filter: drop-shadow(0 0 10px rgba(0, 240, 200, 0.18));
}

/* Final desktop/header and editorial image overrides */
@media (min-width: 1101px) {
    .site-header:not(.landing-header) {
        display: grid !important;
        grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
        align-items: center;
    }

    .site-header:not(.landing-header) .brand {
        justify-self: start;
    }

    .site-header:not(.landing-header) .main-nav {
        justify-self: center;
    }

    .site-header:not(.landing-header) .header-cta {
        justify-self: end;
    }
}

@media (max-width: 760px) {
    .editorial-featured {
        grid-template-columns: 1fr !important;
    }

    .editorial-featured-image {
        margin: -24px -24px 20px !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(129, 255, 236, .14) !important;
    }
}

/* Absolute final mobile header fix: keep language switch and menu visible together */
@media (max-width: 820px) {
    .site-header:not(.landing-header) {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        min-height: 72px !important;
        padding: 12px 14px !important;
    }

    .site-header:not(.landing-header) .brand {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(150px, 42vw, 205px) !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 2 !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        gap: 6px !important;
    }

    .site-header:not(.landing-header) .header-actions .header-cta {
        display: none !important;
    }

    .site-header:not(.landing-header) .language-switch {
        padding: 3px !important;
        gap: 2px !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-width: 30px !important;
        min-height: 30px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 3 !important;
        display: inline-flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        margin-left: 0 !important;
        padding: 0 !important;
        justify-content: center !important;
        gap: 0 !important;
        overflow: hidden !important;
        font-size: 0 !important;
        color: transparent !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon {
        margin: auto !important;
    }

    .site-header:not(.landing-header) .main-nav {
        order: 4 !important;
    }
}

@media (max-width: 430px) {
    .site-header:not(.landing-header) {
        gap: 6px !important;
        padding-inline: 12px !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(136px, 38vw, 174px) !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-width: 28px !important;
        min-height: 28px !important;
        padding: 0 6px !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        flex-basis: 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

/* Absolute final enterprise/editorial overrides */
body {
    background: linear-gradient(180deg, #03070d 0%, #07111a 42%, #03070d 100%) !important;
}

h1,
h2,
h3 {
    letter-spacing: 0 !important;
}

.section {
    padding-top: clamp(76px, 9vw, 142px) !important;
    padding-bottom: clamp(76px, 9vw, 142px) !important;
}

.primary-button,
.secondary-button,
.button,
.header-cta,
.demo-form button {
    border-radius: 8px !important;
}

.hero-trust span,
.premium-badges span {
    padding: 9px 11px !important;
    border-radius: 6px !important;
    border-color: rgba(214, 255, 247, 0.14) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow: none !important;
}

.trust-strip {
    justify-content: space-between !important;
    gap: 0 !important;
    min-height: 106px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), rgba(0, 240, 200, 0.035), rgba(255, 255, 255, 0.018)), rgba(3, 10, 15, 0.94) !important;
}

.trust-strip span {
    flex: 1 1 160px;
    justify-content: center;
    min-height: 48px !important;
    padding: 8px 12px !important;
    border: 0 !important;
    border-left: 1px solid rgba(214, 255, 247, 0.12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.trust-strip span:first-child {
    border-left: 0 !important;
}

.split-editorial-layout,
.comparison-section,
.operator-flow-section,
.services-editorial-section {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr) !important;
    gap: clamp(34px, 6vw, 96px) !important;
    align-items: start !important;
}

.split-editorial-layout > div:first-child,
.comparison-copy,
.operator-flow-copy,
.services-editorial-intro {
    position: sticky;
    top: 118px;
}

.editorial-bullet-rows,
.editorial-row-list {
    display: grid !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.editorial-bullet-rows article,
.editorial-row-list article {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 22px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.editorial-bullet-rows strong,
.editorial-row-list h3 {
    margin: 0 0 7px !important;
    color: var(--text) !important;
    font-size: clamp(19px, 1.55vw, 24px) !important;
    line-height: 1.15 !important;
}

.editorial-bullet-rows p,
.editorial-row-list p {
    margin: 0 !important;
    color: rgba(224, 244, 240, 0.72) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

.conversion-path-grid article,
.differentiation-grid article,
.platform-control-grid article,
.operator-control-grid article,
.operator-network-grid article,
.benefit-grid article,
.value-grid article,
.service-card,
.content-coverage-grid article,
.role-grid article,
.api-card,
.network-rail article,
.process-steps article {
    border: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.conversion-path-grid article:hover,
.differentiation-grid article:hover,
.platform-control-grid article:hover,
.operator-control-grid article:hover,
.operator-network-grid article:hover,
.benefit-grid article:hover,
.value-grid article:hover,
.service-card:hover,
.content-coverage-grid article:hover,
.role-grid article:hover,
.api-card:hover,
.network-rail article:hover,
.process-steps article:hover {
    background: linear-gradient(90deg, rgba(0, 240, 200, 0.035), transparent 74%) !important;
    box-shadow: none !important;
}

.conversion-path-grid article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    align-items: start !important;
}

.conversion-path-grid article > .ng-icon {
    grid-row: 1 / span 3;
}

.capability-matrix,
.product-stack-table-section .capability-matrix {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-left: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.capability-matrix article,
.product-stack-table-section .capability-matrix article {
    min-height: 82px !important;
    padding: 20px 18px !important;
    border: 0 !important;
    border-right: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.018) !important;
    box-shadow: none !important;
}

.operator-flow-diagram {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.operator-flow-diagram article {
    position: relative;
    min-height: 124px;
    padding: 24px 18px;
    border-left: 1px solid rgba(214, 255, 247, 0.14);
}

.comparison-head,
.comparison-table article {
    display: grid !important;
    grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1fr) minmax(0, 1.05fr) !important;
    gap: clamp(16px, 3vw, 44px) !important;
    padding: 22px 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.comparison-table {
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.comparison-head span:first-child {
    grid-column: 2;
}

.process-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.process-steps article {
    border-top: 0 !important;
    border-left: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.process-steps article:first-child {
    border-left: 0 !important;
}

.operator-stack-visual,
.operator-stack-visual article,
.network-story-copy {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.network-story {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr) !important;
    gap: clamp(34px, 6vw, 96px) !important;
}

.service-rows {
    grid-template-columns: 1fr !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.service-rows .service-card {
    display: grid !important;
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr) auto !important;
    gap: clamp(18px, 3vw, 46px) !important;
    align-items: center !important;
    padding: 28px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.visual-panel,
.visual-scene,
.product-preview,
.preview-panel,
.offer-panel,
.aggregator-hero-mockup,
.engagement-hero-panel,
.bonus-center-preview,
.promotion-control-scene,
.terminal-mockup,
.terminal-screen,
.rewards-preview,
.agg-proof-panel,
.demo-form,
.contact-page form,
.platform-command-center,
.journey-map,
.growth-engine-shell,
.final-cta {
    border-radius: 12px !important;
}

@media (max-width: 1080px) {
    .split-editorial-layout,
    .comparison-section,
    .operator-flow-section,
    .services-editorial-section {
        grid-template-columns: 1fr !important;
    }

    .split-editorial-layout > div:first-child,
    .comparison-copy,
    .operator-flow-copy,
    .services-editorial-intro {
        position: static;
    }

    .operator-flow-diagram,
    .process-steps,
    .capability-matrix,
    .product-stack-table-section .capability-matrix {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .comparison-head,
    .comparison-table article,
    .service-rows .service-card {
        grid-template-columns: 1fr !important;
    }

    .comparison-head span:first-child {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .section {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .trust-strip {
        gap: 8px !important;
    }

    .trust-strip span {
        flex: 1 1 calc(50% - 8px);
        border-left: 0 !important;
        border-top: 1px solid rgba(214, 255, 247, 0.12) !important;
    }

    .operator-flow-diagram,
    .process-steps,
    .capability-matrix,
    .product-stack-table-section .capability-matrix {
        grid-template-columns: 1fr !important;
    }
}

/* Last-mile responsive lock: keep the final polish from regressing later in the cascade. */
.growth-top .ng-icon,
.loop-card-top .ng-icon,
.engagement-panel-top .ng-icon,
.flow-panel-top .ng-icon,
.agg-mockup-top .ng-icon,
.preview-top .ng-icon,
.mockup-top .ng-icon,
.promo-scene-top .ng-icon,
.bonus-center-top .ng-icon {
    display: none !important;
}

@media (max-width: 1080px) {
    .network-story {
        grid-template-columns: 1fr !important;
    }

    .network-story-copy {
        position: static !important;
    }

    .network-rail,
    .network-rail article {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .network-rail article {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        column-gap: 14px !important;
    }

    .network-rail p,
    .network-rail strong {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    .site-header:not(.landing-header) {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        min-height: 76px !important;
        padding: 12px 18px !important;
        overflow: visible !important;
    }

    .site-header:not(.landing-header) .brand {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(180px, 24vw, 230px) !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        gap: 8px !important;
    }

    .site-header:not(.landing-header) .header-actions .header-cta {
        display: none !important;
    }

    .site-header:not(.landing-header) .nav-toggle {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 3 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 44px !important;
        width: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        margin-left: 0 !important;
        padding: 0 !important;
        border-radius: 999px !important;
        color: transparent !important;
        font-size: 0 !important;
        background: rgba(255, 255, 255, 0.055) !important;
        border: 1px solid rgba(214, 255, 247, 0.14) !important;
        overflow: hidden !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon {
        margin: auto !important;
    }

    .site-header:not(.landing-header) .main-nav {
        position: absolute !important;
        top: 76px !important;
        left: 18px !important;
        right: 18px !important;
        z-index: 41 !important;
        order: 4 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: hidden !important;
        border: 1px solid rgba(214, 255, 247, 0.14) !important;
        border-radius: 18px !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
            rgba(3, 11, 17, 0.96) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-8px) !important;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
    }

    .site-header:not(.landing-header) .main-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-height: 42px !important;
        width: 100% !important;
        padding: 12px 14px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        line-height: 1.15 !important;
        white-space: normal !important;
    }

    .site-header:not(.landing-header) .nav-toggle:checked ~ .main-nav {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

/* Definitive terminal containment pass */
.terminal-mockup,
.terminal-screen,
.terminal-grid,
.retail-icon-grid,
.retail-icon-grid article {
    min-width: 0 !important;
    max-width: 100% !important;
}

.terminal-screen {
    overflow: hidden !important;
}

.terminal-grid.retail-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.retail-icon-grid article {
    overflow: hidden !important;
}

.retail-icon-grid b,
.retail-icon-grid small {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 820px) {
    .terminal-mockup {
        width: 100% !important;
        padding: 16px !important;
    }

    .terminal-screen {
        width: 100% !important;
        min-height: 0 !important;
        padding: 18px !important;
    }

    .terminal-screen > span {
        font-size: 13px !important;
    }

    .terminal-screen > strong {
        font-size: clamp(28px, 8vw, 38px) !important;
        line-height: 1.05 !important;
    }

    .terminal-grid.retail-icon-grid {
        grid-template-columns: 1fr !important;
        margin-top: 22px !important;
    }

    .retail-icon-grid article {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        column-gap: 12px !important;
        row-gap: 3px !important;
        align-items: center !important;
        min-height: 78px !important;
        padding: 14px !important;
    }

    .retail-icon-grid article .ng-icon-lg {
        grid-row: 1 / span 2 !important;
        width: 38px !important;
        height: 38px !important;
        padding: 8px !important;
        margin: 0 !important;
    }

    .retail-icon-grid b {
        font-size: 16px !important;
        line-height: 1.08 !important;
    }

    .retail-icon-grid small {
        font-size: 12px !important;
        line-height: 1.22 !important;
    }
}

@media (max-width: 1080px) {
    .network-story {
        grid-template-columns: 1fr !important;
    }

    .network-story-copy {
        position: static !important;
    }

    .network-rail,
    .network-rail article {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .network-rail article {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        column-gap: 14px !important;
    }

    .network-rail p,
    .network-rail strong {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    .site-header:not(.landing-header) {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        min-height: 76px !important;
        padding: 12px 18px !important;
        overflow: visible !important;
    }

    .site-header:not(.landing-header) .brand {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(180px, 24vw, 230px) !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        gap: 8px !important;
    }

    .site-header:not(.landing-header) .header-actions .header-cta {
        display: none !important;
    }

    .site-header:not(.landing-header) .nav-toggle {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 3 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 44px !important;
        width: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        margin-left: 0 !important;
        padding: 0 !important;
        border-radius: 999px !important;
        color: transparent !important;
        font-size: 0 !important;
        background: rgba(255, 255, 255, 0.055) !important;
        border: 1px solid rgba(214, 255, 247, 0.14) !important;
        overflow: hidden !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon {
        margin: auto !important;
    }

    .site-header:not(.landing-header) .main-nav {
        position: absolute !important;
        top: 76px !important;
        left: 18px !important;
        right: 18px !important;
        z-index: 41 !important;
        order: 4 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: hidden !important;
        border: 1px solid rgba(214, 255, 247, 0.14) !important;
        border-radius: 18px !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
            rgba(3, 11, 17, 0.96) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-8px) !important;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
    }

    .site-header:not(.landing-header) .main-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-height: 42px !important;
        width: 100% !important;
        padding: 12px 14px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        line-height: 1.15 !important;
        white-space: normal !important;
    }

    .site-header:not(.landing-header) .nav-toggle:checked ~ .main-nav {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

/* Requested cleanup: no photographic background images, cleaner home stack panel */
.hero-image-backed,
.cinematic-feature,
.rewards-cinematic {
    background:
        radial-gradient(circle at 72% 18%, rgba(0, 240, 200, 0.13), transparent 31%),
        radial-gradient(circle at 14% 72%, rgba(58, 160, 255, 0.09), transparent 30%),
        linear-gradient(135deg, #02070d 0%, #07131c 48%, #031316 100%) !important;
    background-size: auto !important;
    background-position: center !important;
}

.hero-image-backed::before,
.cinematic-feature::before,
.rewards-cinematic::before {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)),
        linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.020) 1px, transparent 1px) !important;
    background-size: auto, 72px 72px, 72px 72px !important;
    opacity: 0.34 !important;
}

.cinematic-feature::after,
.rewards-cinematic::after,
.control-room-section::after,
.cinematic-media {
    display: none !important;
}

.cinematic-hero {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 640px) !important;
    gap: 56px !important;
    align-items: center !important;
}

.growth-dashboard.product-ecosystem-map {
    width: min(100%, 640px);
    justify-self: end;
    align-self: center;
    padding: 24px !important;
    border: 1px solid rgba(214, 255, 247, 0.18) !important;
    border-radius: 14px !important;
    background:
        linear-gradient(180deg, rgba(11, 25, 35, 0.96), rgba(5, 15, 23, 0.94)),
        #051018 !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34) !important;
}

.growth-dashboard.product-ecosystem-map::before {
    display: none !important;
}

.product-ecosystem-map .growth-top,
.product-ecosystem-map .ecosystem-core,
.product-ecosystem-map .ecosystem-grid article,
.product-ecosystem-map .ecosystem-footer span {
    border-color: rgba(214, 255, 247, 0.14) !important;
    background: rgba(2, 13, 18, 0.68) !important;
}

.product-ecosystem-map .growth-top {
    min-height: 58px;
    align-items: center;
    padding: 0 18px !important;
}

.product-ecosystem-map .ecosystem-core {
    margin-top: 14px !important;
    padding: 24px !important;
}

.product-ecosystem-map .ecosystem-core strong {
    font-size: 46px !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

.product-ecosystem-map .ecosystem-core p {
    font-size: 16px !important;
}

.product-ecosystem-map .ecosystem-grid {
    gap: 12px !important;
    margin-top: 14px !important;
}

.product-ecosystem-map .ecosystem-grid article {
    min-height: 96px !important;
    padding: 15px !important;
}

.product-ecosystem-map .ecosystem-grid strong {
    font-size: 15px !important;
}

.product-ecosystem-map .ecosystem-footer {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.product-ecosystem-map .ecosystem-footer span {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 8px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-align: center;
    white-space: normal;
}

@media (max-width: 1180px) {
    .cinematic-hero {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .growth-dashboard.product-ecosystem-map {
        width: 100%;
        max-width: 760px;
        justify-self: start;
    }
}

@media (max-width: 720px) {
    .growth-dashboard.product-ecosystem-map {
        padding: 16px !important;
    }

    .product-ecosystem-map .ecosystem-core {
        padding: 20px !important;
    }

    .product-ecosystem-map .ecosystem-core strong {
        font-size: 34px !important;
    }

    .product-ecosystem-map .ecosystem-grid,
    .product-ecosystem-map .ecosystem-footer {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 720px) {
    html,
    body,
    main {
        max-width: 100%;
        overflow-x: hidden !important;
    }

    .cinematic-hero {
        width: 100%;
        max-width: 100%;
        padding: 44px 24px 58px !important;
    }

    .cinematic-hero .hero-copy,
    .cinematic-hero .hero-copy > *,
    .growth-dashboard.product-ecosystem-map {
        min-width: 0;
        max-width: 100%;
    }

    .cinematic-hero h1 {
        max-width: 100% !important;
        font-size: 42px !important;
        line-height: 1.03 !important;
        letter-spacing: 0 !important;
        overflow-wrap: normal;
    }

    .cinematic-hero .hero-copy > p:not(.eyebrow) {
        max-width: 100% !important;
        font-size: 16px !important;
        overflow-wrap: break-word;
    }

    .hero-actions {
        width: 100%;
    }

    .hero-actions .primary-button,
    .hero-actions .secondary-button {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .hero-trust span,
    .premium-badges span {
        min-width: 0 !important;
        white-space: normal !important;
    }
}

@media (max-width: 430px) {
    .site-header:not(.landing-header) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    .site-header:not(.landing-header) .brand {
        grid-column: 1;
        justify-self: start;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: 150px !important;
    }

    .site-header:not(.landing-header) .header-actions {
        grid-column: 2;
        justify-self: end;
        width: auto !important;
    }

    .site-header:not(.landing-header) .language-switch a:not(.active) {
        display: none !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        grid-column: 3;
        justify-self: end;
    }

    .cinematic-hero {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .cinematic-hero h1 {
        font-size: 38px !important;
    }

    .landing-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100vw !important;
        overflow: hidden !important;
    }

    .landing-header .brand {
        min-width: 0 !important;
    }

    .landing-header .brand-logo {
        width: 150px !important;
        max-width: 100% !important;
    }

    .landing-header .header-actions {
        justify-self: end;
        width: auto !important;
        gap: 6px !important;
    }

    .landing-header .language-switch a:not(.active),
    .landing-header .header-cta {
        display: none !important;
    }
}

/* 2026 system convergence: one panel/header/icon/card language everywhere */
:root {
    --ng-surface: rgba(5, 16, 23, 0.88);
    --ng-surface-soft: rgba(255, 255, 255, 0.035);
    --ng-surface-line: rgba(214, 255, 247, 0.145);
    --ng-surface-line-strong: rgba(105, 235, 213, 0.26);
    --ng-panel-radius: 8px;
    --ng-panel-shadow: 0 24px 72px rgba(0, 0, 0, 0.28);
}

h1,
h2,
h3,
.ng-title,
.product-hero h1,
.cinematic-hero h1,
.revenue-loop-card h2,
.engagement-panel-core strong {
    letter-spacing: 0 !important;
}

.product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 620px) !important;
    gap: clamp(42px, 6vw, 92px) !important;
    align-items: center !important;
    min-height: min(820px, calc(100vh - 82px)) !important;
    padding: clamp(64px, 7.6vw, 116px) clamp(22px, 5.4vw, 86px) !important;
}

.product-hero h1 {
    max-width: 950px !important;
    font-size: clamp(56px, 5.75vw, 86px) !important;
    line-height: 1.02 !important;
}

.product-hero p:not(.eyebrow) {
    max-width: 860px !important;
    color: rgba(224, 244, 240, 0.82) !important;
    font-size: clamp(18px, 1.42vw, 22px) !important;
    line-height: 1.52 !important;
}

.section-head h2 {
    font-size: clamp(42px, 4.7vw, 76px) !important;
    line-height: 1.02 !important;
}

.section-head p {
    color: rgba(224, 244, 240, 0.74) !important;
}

.offer-panel,
.growth-dashboard.product-ecosystem-map,
.aggregator-hero-mockup,
.engagement-hero-panel,
.revenue-loop-card,
.rewards-motivation-panel,
.operator-live-panel,
.bonus-center-preview,
.promotion-control-scene,
.terminal-mockup,
.platform-command-center,
.journey-map,
.growth-engine-shell {
    border: 1px solid var(--ng-surface-line) !important;
    border-radius: var(--ng-panel-radius) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
        var(--ng-surface) !important;
    box-shadow: var(--ng-panel-shadow) !important;
}

.growth-top,
.loop-card-top,
.engagement-panel-top,
.flow-panel-top,
.agg-mockup-top,
.preview-top,
.mockup-top,
.promo-scene-top,
.bonus-center-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 18px !important;
    border: 1px solid var(--ng-surface-line) !important;
    border-radius: var(--ng-panel-radius) !important;
    background: rgba(2, 12, 17, 0.76) !important;
    box-shadow: none !important;
}

.flow-panel-top > div {
    display: contents !important;
}

.bonus-center-top > div {
    display: grid !important;
    gap: 4px !important;
    min-width: 0 !important;
}

.growth-top span,
.loop-card-top span,
.engagement-panel-top span,
.flow-panel-top span,
.agg-mockup-top span,
.preview-top span,
.mockup-top span,
.promo-scene-top span,
.bonus-center-top span {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: rgba(224, 244, 240, 0.74) !important;
    background: transparent !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.growth-top strong,
.loop-card-top strong,
.engagement-panel-top strong,
.flow-panel-top em,
.agg-mockup-top strong,
.preview-top strong,
.mockup-top strong,
.promo-scene-top strong,
.bonus-center-top em,
.bonus-center-top strong {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--green) !important;
    background: transparent !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

.bonus-center-top > div strong {
    color: rgba(224, 244, 240, 0.74) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.growth-top .ng-icon,
.loop-card-top .ng-icon,
.engagement-panel-top .ng-icon,
.flow-panel-top .ng-icon,
.agg-mockup-top .ng-icon,
.preview-top .ng-icon,
.mockup-top .ng-icon,
.promo-scene-top .ng-icon,
.bonus-center-top .ng-icon {
    display: none !important;
}

.ng-icon {
    stroke-width: 1.75 !important;
}

.ng-icon-glow {
    color: var(--green) !important;
    filter: none !important;
}

.ecosystem-grid article > .ng-icon,
.conversion-path-grid article > .ng-icon,
.benefit-grid article > .ng-icon,
.value-grid article > .ng-icon,
.advantage-grid article > .ng-icon,
.operator-network-grid article > .ng-icon,
.switch-grid article > .ng-icon,
.operator-control-grid article > .ng-icon,
.aggregator-advantage-grid article > .ng-icon,
.content-coverage-grid article > .ng-icon,
.premium-choice-grid article > .ng-icon,
.promo-module-grid article > .ng-icon,
.levels-benefit-grid article > .ng-icon,
.service-card > .ng-icon,
.api-card > .ng-icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    padding: 8px !important;
    margin: 0 0 14px !important;
    border: 1px solid var(--ng-surface-line-strong) !important;
    border-radius: var(--ng-panel-radius) !important;
    color: var(--green) !important;
    background: rgba(0, 240, 200, 0.075) !important;
    box-shadow: none !important;
}

.ecosystem-grid article {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 4px !important;
    align-items: start !important;
    min-height: 92px !important;
    padding: 16px !important;
    border-radius: var(--ng-panel-radius) !important;
    border-color: var(--ng-surface-line) !important;
    background: var(--ng-surface-soft) !important;
}

.ecosystem-grid article > .ng-icon {
    grid-row: 1 / span 2;
    margin: 0 !important;
}

.ecosystem-core {
    border-radius: var(--ng-panel-radius) !important;
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(2, 13, 18, 0.62) !important;
}

.ecosystem-core strong {
    font-size: clamp(38px, 3.2vw, 50px) !important;
    line-height: 1.05 !important;
}

.ecosystem-footer span,
.agg-control-strip span,
.hero-trust span,
.premium-badges span,
.trust-strip span {
    border-radius: var(--ng-panel-radius) !important;
}

.revenue-loop-card {
    gap: 18px !important;
    min-height: 0 !important;
    padding: 24px !important;
}

.revenue-loop-card h2,
.rewards-motivation-panel > strong {
    margin: 2px 0 0 !important;
    color: var(--text) !important;
    font-size: clamp(32px, 2.7vw, 46px) !important;
    line-height: 1.08 !important;
}

.loop-orbit {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--ng-surface-line) !important;
    border-radius: var(--ng-panel-radius) !important;
}

.loop-orbit article {
    min-height: 102px !important;
    padding: 18px !important;
    border: 0 !important;
    border-right: 1px solid var(--ng-surface-line) !important;
    border-bottom: 1px solid var(--ng-surface-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.loop-orbit article:nth-child(2n) {
    border-right: 0 !important;
}

.loop-orbit article:nth-last-child(-n+2) {
    border-bottom: 0 !important;
}

.loop-orbit article::after {
    display: none !important;
}

.loop-orbit span,
.motivation-flow span,
.growth-step > span b {
    display: inline-grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid var(--ng-surface-line-strong) !important;
    border-radius: 999px !important;
    color: var(--ink) !important;
    background: var(--green) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.loop-orbit strong,
.motivation-flow b,
.growth-step strong,
.flow-metrics strong,
.engagement-panel-metrics strong {
    font-size: clamp(18px, 1.28vw, 22px) !important;
    line-height: 1.18 !important;
}

.loop-orbit em,
.motivation-flow em,
.growth-step em {
    color: rgba(224, 244, 240, 0.72) !important;
    font-size: 14px !important;
    line-height: 1.32 !important;
}

.loop-card-bottom,
.rewards-motivation-panel > p {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.loop-card-bottom p,
.rewards-motivation-panel > p {
    margin: 0 !important;
    color: rgba(224, 244, 240, 0.74) !important;
    font-size: clamp(18px, 1.35vw, 24px) !important;
    line-height: 1.45 !important;
}

.rewards-motivation-panel {
    display: grid !important;
    gap: 18px !important;
    padding: 24px !important;
}

.motivation-flow {
    display: grid !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--ng-surface-line) !important;
    border-radius: var(--ng-panel-radius) !important;
}

.motivation-flow article {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 3px !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--ng-surface-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.motivation-flow article:last-child {
    border-bottom: 0 !important;
}

.motivation-flow span {
    grid-row: 1 / span 2;
}

.engagement-hero-panel {
    gap: 18px !important;
    padding: 24px !important;
}

.engagement-panel-core {
    padding: 26px !important;
    border-radius: var(--ng-panel-radius) !important;
    border-color: var(--ng-surface-line) !important;
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(2, 13, 18, 0.62) !important;
}

.engagement-panel-core strong {
    color: var(--green) !important;
    font-size: clamp(38px, 3.5vw, 58px) !important;
    line-height: 1.04 !important;
}

.engagement-panel-flow {
    gap: 10px !important;
    padding: 12px 16px !important;
    border-radius: var(--ng-panel-radius) !important;
    background: rgba(2, 12, 17, 0.76) !important;
}

.engagement-panel-flow span {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--text) !important;
    font-size: 15px !important;
}

.engagement-panel-metrics,
.flow-metrics {
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--ng-surface-line) !important;
    border-radius: var(--ng-panel-radius) !important;
}

.engagement-panel-metrics div,
.flow-metrics div {
    min-height: 86px !important;
    padding: 16px !important;
    border: 0 !important;
    border-right: 1px solid var(--ng-surface-line) !important;
    border-bottom: 1px solid var(--ng-surface-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.engagement-panel-metrics div:last-child,
.flow-metrics div:nth-child(2n),
.flow-metrics .wide {
    border-right: 0 !important;
}

.flow-metrics div:nth-last-child(-n+2),
.flow-metrics .wide {
    border-bottom: 0 !important;
}

.live-growth-shell {
    gap: clamp(28px, 4vw, 56px) !important;
}

.growth-timeline {
    gap: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid var(--ng-surface-line) !important;
    border-radius: var(--ng-panel-radius) !important;
    background: rgba(255, 255, 255, 0.025) !important;
}

.growth-timeline::before,
.growth-timeline::after,
.growth-connector {
    display: none !important;
}

.growth-step {
    min-height: 138px !important;
    padding: 24px 22px !important;
    border: 0 !important;
    border-right: 1px solid var(--ng-surface-line) !important;
    border-bottom: 1px solid var(--ng-surface-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.growth-step:nth-of-type(3n) {
    border-right: 0 !important;
}

.growth-step:nth-last-of-type(-n+3) {
    border-bottom: 0 !important;
}

.growth-step > span {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.growth-step > span b {
    position: static !important;
    box-shadow: none !important;
}

.growth-step.active {
    background: rgba(0, 240, 200, 0.055) !important;
}

.operator-live-panel {
    padding: 24px !important;
}

.flow-progress-block,
.micro-notifications span {
    border-radius: var(--ng-panel-radius) !important;
    background: var(--ng-surface-soft) !important;
    box-shadow: none !important;
}

.micro-notifications span:not(.active) {
    display: none !important;
}

@media (max-width: 1180px) {
    .product-hero {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
    }

    .product-hero h1 {
        font-size: clamp(48px, 7.5vw, 72px) !important;
    }
}

@media (max-width: 820px) {
    .product-hero h1 {
        font-size: clamp(40px, 10.5vw, 54px) !important;
        line-height: 1.05 !important;
    }

    .product-hero p:not(.eyebrow) {
        font-size: 17px !important;
    }

    .flow-metrics,
    .engagement-panel-metrics,
    .loop-orbit,
    .ecosystem-grid {
        grid-template-columns: 1fr !important;
    }

    .loop-orbit article,
    .flow-metrics div,
    .engagement-panel-metrics div,
    .growth-step {
        border-right: 0 !important;
    }

    .loop-orbit article:nth-last-child(-n+2),
    .flow-metrics div:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--ng-surface-line) !important;
    }

    .loop-orbit article:last-child,
    .flow-metrics div:last-child,
    .engagement-panel-metrics div:last-child,
    .growth-step:last-of-type {
        border-bottom: 0 !important;
    }

    .growth-timeline {
        grid-template-columns: 1fr !important;
    }

    .growth-step:nth-last-of-type(-n+3) {
        border-bottom: 1px solid var(--ng-surface-line) !important;
    }
}

@media (max-width: 520px) {
    .product-hero {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .offer-panel,
    .growth-dashboard.product-ecosystem-map,
    .aggregator-hero-mockup,
    .engagement-hero-panel,
    .revenue-loop-card,
    .rewards-motivation-panel,
    .operator-live-panel {
        padding: 18px !important;
    }

    .growth-top,
    .loop-card-top,
    .engagement-panel-top,
    .flow-panel-top,
    .agg-mockup-top,
    .preview-top,
    .mockup-top,
    .promo-scene-top,
    .bonus-center-top {
        min-height: 50px !important;
        padding: 0 14px !important;
    }
}

/* Definitive loop + CTA alignment pass */
.loop-orbit article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 16px !important;
    align-items: center !important;
    min-height: 112px !important;
    padding: 20px !important;
}

.loop-orbit .loop-step-icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid var(--ng-surface-line-strong) !important;
    border-radius: var(--ng-panel-radius) !important;
    color: var(--green) !important;
    background: rgba(0, 240, 200, 0.075) !important;
}

.loop-orbit .loop-step-icon .ng-icon {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.85 !important;
}

.loop-orbit .loop-step-number {
    display: inline-flex !important;
    vertical-align: baseline !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--green) !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
}

.loop-orbit article > div {
    min-width: 0 !important;
}

.loop-orbit strong {
    display: inline-block !important;
    margin: 0 !important;
    font-size: clamp(19px, 1.35vw, 24px) !important;
}

.loop-orbit em {
    display: block !important;
    margin-top: 4px !important;
    text-transform: none !important;
}

.loop-card-bottom p {
    max-width: 26ch;
}

.live-growth-cta {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100%;
    margin-top: 22px !important;
}

.live-growth-cta .primary-button,
.stack-cta,
.provider-link {
    justify-self: start !important;
    align-self: start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.product-stack-table-section > .stack-cta,
.operator-stack-section > .stack-cta {
    margin-top: 24px !important;
}

@media (max-width: 820px) {
    .loop-orbit {
        grid-template-columns: 1fr !important;
    }

    .loop-orbit article {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        min-height: 104px !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--ng-surface-line) !important;
    }

    .loop-orbit article:nth-last-child(-n+2) {
        border-bottom: 1px solid var(--ng-surface-line) !important;
    }

    .loop-orbit article:last-child {
        border-bottom: 0 !important;
    }

    .loop-card-bottom p {
        max-width: none;
    }
}

/* Official landing hero rules */
.cinematic-hero {
    container-type: normal !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.72fr) !important;
    gap: clamp(34px, 5vw, 76px) !important;
    min-height: min(820px, calc(100svh - 78px)) !important;
    max-width: none !important;
    padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px) !important;
}

.cinematic-hero h1 {
    max-width: 820px !important;
    font-size: clamp(48px, 6.3vw, 92px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.03em !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
}

.cinematic-hero .hero-copy > p:not(.eyebrow) {
    max-width: 690px !important;
    font-size: clamp(17px, 1.35vw, 21px) !important;
}

@media (max-width: 1120px) {
    .cinematic-hero {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
    }
}

@media (max-width: 820px) {
    .cinematic-hero {
        padding: 48px 14px 58px !important;
    }

    .cinematic-hero h1 {
        max-width: 11em !important;
        font-size: clamp(40px, 10.6vw, 54px) !important;
        line-height: 0.96 !important;
    }
}

/* Responsive stability patch */
html,
body {
    background: #03070d !important;
    overflow-x: hidden !important;
}

main {
    overflow-x: hidden;
}

.cinematic-hero {
    container-type: inline-size;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr) !important;
    gap: clamp(28px, 4vw, 72px) !important;
    max-width: 100%;
    padding-inline: clamp(18px, 4vw, 64px) !important;
}

.cinematic-hero h1 {
    max-width: 10.2em;
    font-size: clamp(54px, 6.2vw, 104px) !important;
    font-size: clamp(54px, min(7.4vw, 6.7cqw), 104px) !important;
    overflow-wrap: normal;
}

@media (min-width: 1181px) {
    .site-header:not(.landing-header) {
        display: grid !important;
        grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr) !important;
        align-items: center !important;
    }
}

@media (max-width: 1180px) {
    .nav-toggle {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .nav-icon {
        display: grid;
        gap: 3px;
    }

    .nav-icon i {
        display: block;
        width: 16px;
        height: 2px;
        border-radius: 99px;
        background: var(--green);
    }

    .site-header:not(.landing-header) {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        min-height: 72px !important;
        padding: 12px 14px !important;
    }

    .site-header:not(.landing-header) .brand {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(150px, 42vw, 205px) !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 2 !important;
        display: inline-flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        margin-left: 0 !important;
        padding: 0 !important;
        justify-content: center !important;
        gap: 0 !important;
        overflow: hidden !important;
        font-size: 0 !important;
        color: transparent !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon {
        margin: auto !important;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 3 !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        gap: 6px !important;
    }

    .site-header:not(.landing-header) .header-actions .header-cta {
        display: none !important;
    }

    .site-header:not(.landing-header) .language-switch {
        padding: 3px !important;
        gap: 2px !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-width: 30px !important;
        min-height: 30px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
    }

    .site-header:not(.landing-header) .main-nav {
        order: 4 !important;
    }
}

/* Absolute final enterprise/editorial overrides */
body {
    background: linear-gradient(180deg, #03070d 0%, #07111a 42%, #03070d 100%) !important;
}

h1,
h2,
h3 {
    letter-spacing: 0 !important;
}

.section {
    padding-top: clamp(76px, 9vw, 142px) !important;
    padding-bottom: clamp(76px, 9vw, 142px) !important;
}

.primary-button,
.secondary-button,
.button,
.header-cta,
.demo-form button {
    border-radius: 8px !important;
}

.hero-trust span,
.premium-badges span {
    padding: 9px 11px !important;
    border-radius: 6px !important;
    border-color: rgba(214, 255, 247, 0.14) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow: none !important;
}

.trust-strip {
    justify-content: space-between !important;
    gap: 0 !important;
    min-height: 106px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), rgba(0, 240, 200, 0.035), rgba(255, 255, 255, 0.018)), rgba(3, 10, 15, 0.94) !important;
}

.trust-strip span {
    flex: 1 1 160px;
    justify-content: center;
    min-height: 48px !important;
    padding: 8px 12px !important;
    border: 0 !important;
    border-left: 1px solid rgba(214, 255, 247, 0.12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.trust-strip span:first-child {
    border-left: 0 !important;
}

.split-editorial-layout,
.comparison-section,
.operator-flow-section,
.services-editorial-section {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr) !important;
    gap: clamp(34px, 6vw, 96px) !important;
    align-items: start !important;
}

.split-editorial-layout > div:first-child,
.comparison-copy,
.operator-flow-copy,
.services-editorial-intro {
    position: sticky;
    top: 118px;
}

.editorial-bullet-rows,
.editorial-row-list {
    display: grid !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.editorial-bullet-rows article,
.editorial-row-list article {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 22px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.editorial-bullet-rows strong,
.editorial-row-list h3 {
    margin: 0 0 7px !important;
    color: var(--text) !important;
    font-size: clamp(19px, 1.55vw, 24px) !important;
    line-height: 1.15 !important;
}

.editorial-bullet-rows p,
.editorial-row-list p {
    margin: 0 !important;
    color: rgba(224, 244, 240, 0.72) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

.conversion-path-grid article,
.differentiation-grid article,
.platform-control-grid article,
.operator-control-grid article,
.operator-network-grid article,
.benefit-grid article,
.value-grid article,
.service-card,
.content-coverage-grid article,
.role-grid article,
.api-card,
.network-rail article,
.process-steps article {
    border: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.conversion-path-grid article:hover,
.differentiation-grid article:hover,
.platform-control-grid article:hover,
.operator-control-grid article:hover,
.operator-network-grid article:hover,
.benefit-grid article:hover,
.value-grid article:hover,
.service-card:hover,
.content-coverage-grid article:hover,
.role-grid article:hover,
.api-card:hover,
.network-rail article:hover,
.process-steps article:hover {
    background: linear-gradient(90deg, rgba(0, 240, 200, 0.035), transparent 74%) !important;
    box-shadow: none !important;
}

.conversion-path-grid article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    align-items: start !important;
}

.conversion-path-grid article > .ng-icon {
    grid-row: 1 / span 3;
}

.capability-matrix,
.product-stack-table-section .capability-matrix {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-left: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.capability-matrix article,
.product-stack-table-section .capability-matrix article {
    min-height: 82px !important;
    padding: 20px 18px !important;
    border: 0 !important;
    border-right: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.018) !important;
    box-shadow: none !important;
}

.operator-flow-diagram {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.operator-flow-diagram article {
    position: relative;
    min-height: 124px;
    padding: 24px 18px;
    border-left: 1px solid rgba(214, 255, 247, 0.14);
}

.comparison-head,
.comparison-table article {
    display: grid !important;
    grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1fr) minmax(0, 1.05fr) !important;
    gap: clamp(16px, 3vw, 44px) !important;
    padding: 22px 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.comparison-table {
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.comparison-head span:first-child {
    grid-column: 2;
}

.process-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.process-steps article {
    border-top: 0 !important;
    border-left: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.process-steps article:first-child {
    border-left: 0 !important;
}

.operator-stack-visual,
.operator-stack-visual article,
.network-story-copy {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.network-story {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr) !important;
    gap: clamp(34px, 6vw, 96px) !important;
}

.service-rows {
    grid-template-columns: 1fr !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.service-rows .service-card {
    display: grid !important;
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr) auto !important;
    gap: clamp(18px, 3vw, 46px) !important;
    align-items: center !important;
    padding: 28px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.visual-panel,
.visual-scene,
.product-preview,
.preview-panel,
.offer-panel,
.aggregator-hero-mockup,
.engagement-hero-panel,
.bonus-center-preview,
.promotion-control-scene,
.terminal-mockup,
.terminal-screen,
.rewards-preview,
.agg-proof-panel,
.demo-form,
.contact-page form,
.platform-command-center,
.journey-map,
.growth-engine-shell,
.final-cta {
    border-radius: 12px !important;
}

@media (max-width: 1080px) {
    .split-editorial-layout,
    .comparison-section,
    .operator-flow-section,
    .services-editorial-section {
        grid-template-columns: 1fr !important;
    }

    .split-editorial-layout > div:first-child,
    .comparison-copy,
    .operator-flow-copy,
    .services-editorial-intro {
        position: static;
    }

    .operator-flow-diagram,
    .process-steps,
    .capability-matrix,
    .product-stack-table-section .capability-matrix {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .comparison-head,
    .comparison-table article,
    .service-rows .service-card {
        grid-template-columns: 1fr !important;
    }

    .comparison-head span:first-child {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .section {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .trust-strip {
        gap: 8px !important;
    }

    .trust-strip span {
        flex: 1 1 calc(50% - 8px);
        border-left: 0 !important;
        border-top: 1px solid rgba(214, 255, 247, 0.12) !important;
    }

    .operator-flow-diagram,
    .process-steps,
    .capability-matrix,
    .product-stack-table-section .capability-matrix {
        grid-template-columns: 1fr !important;
    }
}

/* Enterprise editorial direction: cleaner sections, fewer cards, calmer controls */
:root {
    --radius: 10px;
    --radius-sm: 6px;
    --editorial-line: rgba(214, 255, 247, 0.14);
    --editorial-muted: rgba(224, 244, 240, 0.72);
}

body {
    background:
        linear-gradient(180deg, #03070d 0%, #07111a 42%, #03070d 100%) !important;
}

body::before {
    opacity: 0.12 !important;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 68%) !important;
}

h1,
h2,
h3,
.offer-panel strong,
.mockup-kpi strong,
.tracking-metric strong {
    letter-spacing: 0 !important;
}

.section {
    padding-top: clamp(76px, 9vw, 142px) !important;
    padding-bottom: clamp(76px, 9vw, 142px) !important;
}

.section-head {
    max-width: 960px !important;
    margin-bottom: clamp(34px, 4vw, 58px) !important;
}

.section-head h2,
.split-editorial-layout h2,
.comparison-copy h2,
.operator-flow-copy h2,
.services-editorial-intro h2 {
    font-size: clamp(38px, 5vw, 72px) !important;
    line-height: 0.98 !important;
}

.section-head p,
.split-editorial-layout p,
.comparison-copy p,
.operator-flow-copy p,
.services-editorial-intro p {
    max-width: 680px;
    color: var(--editorial-muted) !important;
}

.primary-button,
.secondary-button,
.button,
.header-cta,
.demo-form button {
    border-radius: 8px !important;
}

.hero-trust,
.premium-badges {
    gap: 8px !important;
}

.hero-trust span,
.premium-badges span,
.trust-strip span,
.proof-positioning-strip span {
    border-radius: 6px !important;
    box-shadow: none !important;
}

.hero-trust span,
.premium-badges span {
    padding: 9px 11px !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: rgba(214, 255, 247, 0.14) !important;
}

.trust-strip {
    justify-content: space-between !important;
    gap: 0 !important;
    min-height: 106px !important;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.025), rgba(0, 240, 200, 0.035), rgba(255, 255, 255, 0.018)),
        rgba(3, 10, 15, 0.94) !important;
}

.trust-strip span {
    flex: 1 1 160px;
    justify-content: center;
    min-height: 48px !important;
    border: 0 !important;
    border-left: 1px solid rgba(214, 255, 247, 0.12) !important;
    background: transparent !important;
}

.trust-strip span:first-child {
    border-left: 0 !important;
}

.split-editorial-layout,
.comparison-section,
.operator-flow-section,
.services-editorial-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: start;
}

.split-editorial-layout > div:first-child,
.comparison-copy,
.operator-flow-copy,
.services-editorial-intro {
    position: sticky;
    top: 118px;
}

.editorial-bullet-rows,
.editorial-row-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--editorial-line);
}

.editorial-bullet-rows article,
.editorial-row-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid var(--editorial-line);
    background: transparent !important;
    box-shadow: none !important;
}

.editorial-bullet-rows span,
.editorial-row-list > article > .ng-icon {
    width: 34px !important;
    height: 34px !important;
    display: inline-grid;
    place-items: center;
    color: var(--green);
}

.editorial-bullet-rows .ng-icon {
    width: 22px !important;
    height: 22px !important;
}

.editorial-bullet-rows strong,
.editorial-row-list h3 {
    display: block;
    margin: 0 0 7px !important;
    color: var(--text);
    font-size: clamp(19px, 1.55vw, 24px) !important;
    line-height: 1.15;
}

.editorial-bullet-rows p,
.editorial-row-list p {
    margin: 0 !important;
    color: var(--editorial-muted) !important;
    font-size: 16px !important;
    line-height: 1.55;
}

.conversion-path-grid,
.differentiation-grid,
.platform-control-grid,
.operator-control-grid,
.operator-network-grid,
.benefit-grid,
.value-grid,
.service-grid {
    gap: 0 !important;
}

.conversion-path-grid article,
.differentiation-grid article,
.platform-control-grid article,
.operator-control-grid article,
.operator-network-grid article,
.benefit-grid article,
.value-grid article,
.service-card,
.content-coverage-grid article,
.role-grid article,
.api-card {
    border: 0 !important;
    border-top: 1px solid var(--editorial-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.conversion-path-grid article:hover,
.differentiation-grid article:hover,
.platform-control-grid article:hover,
.operator-control-grid article:hover,
.operator-network-grid article:hover,
.benefit-grid article:hover,
.value-grid article:hover,
.service-card:hover,
.content-coverage-grid article:hover,
.role-grid article:hover,
.api-card:hover {
    border-color: rgba(0, 240, 200, 0.28) !important;
    background: linear-gradient(90deg, rgba(0, 240, 200, 0.035), transparent 74%) !important;
    box-shadow: none !important;
}

.conversion-path-grid article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
}

.conversion-path-grid article > .ng-icon {
    grid-row: 1 / span 3;
}

.conversion-path-grid a {
    justify-self: start;
    margin-top: 12px;
}

.product-stack-table-section .capability-matrix,
.capability-matrix {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid var(--editorial-line);
    border-left: 1px solid var(--editorial-line);
}

.product-stack-table-section .capability-matrix article,
.capability-matrix article {
    min-height: 82px;
    padding: 20px 18px !important;
    border: 0 !important;
    border-right: 1px solid var(--editorial-line) !important;
    border-bottom: 1px solid var(--editorial-line) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.018) !important;
    box-shadow: none !important;
}

.product-stack-table-section .capability-matrix article:hover,
.capability-matrix article:hover {
    background: rgba(0, 240, 200, 0.045) !important;
}

.operator-flow-section {
    align-items: center;
}

.operator-flow-diagram {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    border-top: 1px solid var(--editorial-line);
    border-bottom: 1px solid var(--editorial-line);
}

.operator-flow-diagram article {
    position: relative;
    min-height: 124px;
    padding: 24px 18px;
    border-left: 1px solid var(--editorial-line);
}

.operator-flow-diagram article:first-child {
    border-left: 0;
}

.operator-flow-diagram article:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    width: 13px;
    height: 13px;
    border-top: 1px solid rgba(0, 240, 200, 0.48);
    border-right: 1px solid rgba(0, 240, 200, 0.48);
    transform: translateY(-50%) rotate(45deg);
    background: #06111a;
}

.operator-flow-diagram span,
.process-steps > article > span {
    display: block;
    margin-bottom: 14px;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.operator-flow-diagram strong {
    color: var(--text);
    font-size: clamp(17px, 1.2vw, 21px);
}

.comparison-table {
    border-top: 1px solid var(--editorial-line);
}

.comparison-head,
.comparison-table article {
    display: grid;
    grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(16px, 3vw, 44px);
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid var(--editorial-line);
}

.comparison-head {
    grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1fr) minmax(0, 1.05fr);
    padding-top: 0;
    color: rgba(123, 255, 226, 0.78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.comparison-head span:first-child {
    grid-column: 2;
}

.comparison-table h3 {
    margin: 0;
    color: var(--text);
    font-size: clamp(18px, 1.35vw, 23px);
}

.comparison-table p {
    margin: 0;
    color: var(--editorial-muted);
    line-height: 1.55;
}

.comparison-table article p:last-child {
    color: rgba(241, 255, 252, 0.88);
}

.process-steps {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid var(--editorial-line);
    border-bottom: 1px solid var(--editorial-line);
}

.process-steps article {
    border: 0 !important;
    border-left: 1px solid var(--editorial-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.process-steps article:first-child {
    border-left: 0 !important;
}

.operator-stack-visual {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.operator-stack-visual article {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.network-story {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr) !important;
    gap: clamp(34px, 6vw, 96px) !important;
}

.network-story-copy {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.network-rail {
    border-top: 1px solid var(--editorial-line);
}

.network-rail article {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--editorial-line) !important;
    background: transparent !important;
    box-shadow: none !important;
}

.service-rows {
    display: grid !important;
    grid-template-columns: 1fr !important;
    border-top: 1px solid var(--editorial-line);
}

.service-rows .service-card {
    display: grid;
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr) auto;
    gap: clamp(18px, 3vw, 46px);
    align-items: center;
    min-height: 150px;
    padding: 28px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--editorial-line) !important;
}

.service-rows .service-card .eyebrow {
    margin: 0;
}

.service-rows .service-card h2 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 38px);
}

.service-rows .service-card p:not(.eyebrow) {
    margin: 0;
}

.visual-panel,
.visual-scene,
.product-preview,
.preview-panel,
.offer-panel,
.aggregator-hero-mockup,
.engagement-hero-panel,
.bonus-center-preview,
.promotion-control-scene,
.terminal-mockup,
.terminal-screen,
.rewards-preview,
.agg-proof-panel,
.demo-form,
.contact-page form,
.platform-command-center,
.journey-map,
.growth-engine-shell {
    border-radius: 12px !important;
}

.final-cta {
    border-radius: 12px !important;
}

@media (max-width: 1080px) {
    .split-editorial-layout,
    .comparison-section,
    .operator-flow-section,
    .services-editorial-section {
        grid-template-columns: 1fr;
    }

    .split-editorial-layout > div:first-child,
    .comparison-copy,
    .operator-flow-copy,
    .services-editorial-intro {
        position: static;
    }

    .operator-flow-diagram,
    .process-steps,
    .product-stack-table-section .capability-matrix,
    .capability-matrix {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .comparison-head,
    .comparison-table article {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .comparison-head span:first-child {
        grid-column: auto;
    }

    .service-rows .service-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 640px) {
    .section {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .section-head h2,
    .split-editorial-layout h2,
    .comparison-copy h2,
    .operator-flow-copy h2,
    .services-editorial-intro h2 {
        font-size: clamp(32px, 10vw, 44px) !important;
    }

    .trust-strip {
        justify-content: center !important;
        gap: 8px !important;
    }

    .trust-strip span {
        flex: 1 1 calc(50% - 8px);
        border-left: 0 !important;
        border-top: 1px solid rgba(214, 255, 247, 0.12) !important;
    }

    .operator-flow-diagram,
    .process-steps,
    .product-stack-table-section .capability-matrix,
    .capability-matrix {
        grid-template-columns: 1fr !important;
    }

    .operator-flow-diagram article,
    .process-steps article {
        border-left: 0 !important;
        border-top: 1px solid var(--editorial-line) !important;
    }

    .operator-flow-diagram article:first-child,
    .process-steps article:first-child {
        border-top: 0 !important;
    }

    .operator-flow-diagram article:not(:last-child)::after {
        right: 50%;
        top: auto;
        bottom: -7px;
        transform: translateX(50%) rotate(135deg);
    }
}

/* Final mobile header fix: keep language switch and menu visible together */
@media (max-width: 820px) {
    .site-header:not(.landing-header) {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        min-height: 72px !important;
        padding: 12px 14px !important;
    }

    .site-header:not(.landing-header) .brand {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(150px, 42vw, 205px) !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 2 !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        gap: 6px !important;
    }

    .site-header:not(.landing-header) .header-actions .header-cta {
        display: none !important;
    }

    .site-header:not(.landing-header) .language-switch {
        padding: 3px !important;
        gap: 2px !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-width: 30px !important;
        min-height: 30px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 3 !important;
        display: inline-flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        margin-left: 0 !important;
        padding: 0 !important;
        justify-content: center !important;
        gap: 0 !important;
        overflow: hidden !important;
        font-size: 0 !important;
        color: transparent !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon {
        margin: auto !important;
    }

    .site-header:not(.landing-header) .main-nav {
        order: 4 !important;
    }
}

@media (max-width: 430px) {
    .site-header:not(.landing-header) {
        gap: 6px !important;
        padding-inline: 12px !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(136px, 38vw, 174px) !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-width: 28px !important;
        min-height: 28px !important;
        padding: 0 6px !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        flex-basis: 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

/* Public language switch */
.header-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: max-content;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(214, 255, 247, 0.16);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
        rgba(3, 12, 17, 0.70);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.language-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 9px;
    border-radius: 999px;
    color: rgba(232, 255, 251, 0.72);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.language-switch a:hover,
.language-switch a.active {
    color: #00110f;
    background: var(--green);
}

@media (min-width: 1101px) {
    .site-header:not(.landing-header) {
        grid-template-columns: minmax(190px, 1fr) auto minmax(250px, 1fr) !important;
    }

    .site-header:not(.landing-header) .header-actions {
        justify-self: end;
    }
}

@media (max-width: 820px) {
    .header-actions {
        margin-left: auto;
        gap: 8px;
    }

    .language-switch {
        padding: 3px;
    }

    .language-switch a {
        min-width: 30px;
        min-height: 30px;
        padding: 0 7px;
        font-size: 11px;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 2;
        margin-left: 0;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 3;
        margin-left: 0;
    }

    .landing-header .header-actions {
        margin-left: auto;
    }
}

@media (min-width: 1101px) {
    .site-header:not(.landing-header) {
        display: grid !important;
        grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
        align-items: center;
    }

    .site-header:not(.landing-header) .brand {
        justify-self: start;
    }

    .site-header:not(.landing-header) .main-nav {
        justify-self: center;
    }

    .site-header:not(.landing-header) .header-cta {
        justify-self: end;
    }
}

/* Providers catalogue */
.providers-hero,
.providers-catalogue,
.not-found-hero,
.not-found-links {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.providers-hero {
    min-height: 540px;
    padding: clamp(104px, 11vw, 150px) 0 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.providers-hero h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(2.8rem, 5.2vw, 5rem);
    line-height: .96;
    letter-spacing: 0;
}

.providers-hero p {
    max-width: 760px;
    color: rgba(230, 255, 250, .78);
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    line-height: 1.8;
}

.providers-hero-actions,
.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.providers-hero-panel {
    position: relative;
    padding: clamp(28px, 3vw, 40px);
    min-height: 250px;
    border: 1px solid rgba(120, 255, 235, .18);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)),
        rgba(6, 22, 27, .78);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
    display: grid;
    align-content: center;
    gap: 16px;
}

.providers-hero-panel::before {
    content: "";
    position: absolute;
    inset: 24px;
    background:
        linear-gradient(rgba(122,255,236,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122,255,236,.08) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .5;
    pointer-events: none;
}

.providers-hero-panel span {
    position: relative;
    color: var(--green);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.providers-hero-panel p {
    position: relative;
    margin-bottom: 0;
    font-size: 1rem;
}

.providers-catalogue {
    padding: 16px 0 92px;
}

.providers-catalogue.is-loading {
    cursor: wait;
}

.providers-catalogue.is-loading .provider-grid,
.providers-catalogue.is-loading .editorial-pagination,
.providers-catalogue.is-loading .provider-filter-tabs {
    opacity: .45;
    pointer-events: none;
    transition: opacity .18s ease;
}

.providers-toolbar {
    display: flex;
    align-items: end;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(120, 255, 235, .18);
    border-radius: 14px;
    background: rgba(8, 22, 27, .72);
}

.providers-search {
    flex: 1;
    min-width: 220px;
}

.providers-search label {
    display: block;
    margin-bottom: 8px;
    color: rgba(230, 255, 250, .72);
    font-size: .83rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.providers-search input {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(120, 255, 235, .20);
    border-radius: 10px;
    padding: 0 16px;
    color: #edfffb;
    background: rgba(2, 9, 13, .85);
    font: inherit;
}

.provider-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 32px;
}

.provider-filter-tabs a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid rgba(120, 255, 235, .22);
    border-radius: 999px;
    color: rgba(238, 255, 251, .88);
    text-decoration: none;
    font-weight: 800;
    background: rgba(255,255,255,.04);
}

.provider-filter-tabs a.active,
.provider-filter-tabs a:hover {
    color: #001311;
    border-color: rgba(0, 240, 200, .95);
    background: linear-gradient(135deg, #70ffe5, #00d6bd);
}

.provider-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.provider-card {
    overflow: hidden;
    border: 1px solid rgba(120, 255, 235, .18);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
        rgba(6, 20, 25, .82);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .20);
}

.provider-logo-frame {
    display: grid;
    width: 100%;
    height: clamp(132px, 13vw, 178px);
    place-items: center;
    padding: clamp(18px, 2.4vw, 30px);
    border-bottom: 1px solid rgba(120, 255, 235, .14);
    background: #fff;
}

.provider-card img {
    display: block;
    width: min(86%, 310px);
    max-height: 132px;
    object-fit: contain;
}

.provider-logo-placeholder {
    display: grid;
    width: 100%;
    height: clamp(132px, 13vw, 178px);
    place-items: center;
    padding: clamp(18px, 2.4vw, 30px);
    border-bottom: 1px solid rgba(120, 255, 235, .14);
    background: #fff;
}

.provider-logo-placeholder span {
    color: #071014;
    font-size: clamp(1.25rem, 2.1vw, 2rem);
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-wrap: balance;
}

.provider-card-body {
    padding: 20px;
}

.provider-card h2 {
    margin: 0 0 10px;
    font-size: clamp(1.28rem, 1.6vw, 1.65rem);
    line-height: 1.12;
}

.provider-card p {
    min-height: 72px;
    margin: 0;
    color: rgba(225, 255, 250, .72);
    line-height: 1.6;
}

.provider-category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.provider-category-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(120, 255, 235, .20);
    border-radius: 999px;
    color: rgba(238, 255, 251, .86);
    font-size: .78rem;
    font-weight: 800;
    background: rgba(255,255,255,.04);
}

/* 404 */
.not-found-hero {
    min-height: 720px;
    padding: clamp(120px, 14vw, 190px) 0 80px;
    display: grid;
    grid-template-columns: .62fr 1fr .62fr;
    gap: clamp(22px, 4vw, 58px);
    align-items: center;
}

.not-found-code {
    color: transparent;
    -webkit-text-stroke: 1px rgba(120, 255, 235, .55);
    font-size: clamp(6rem, 18vw, 15rem);
    font-weight: 900;
    line-height: .8;
}

.not-found-copy h1 {
    margin: 0;
    max-width: 720px;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: .93;
}

.not-found-copy p {
    max-width: 650px;
    color: rgba(230, 255, 250, .76);
    font-size: 1.12rem;
    line-height: 1.75;
}

.not-found-map {
    position: relative;
    min-height: 360px;
    border: 1px solid rgba(120, 255, 235, .18);
    border-radius: 16px;
    background:
        linear-gradient(rgba(122,255,236,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122,255,236,.08) 1px, transparent 1px),
        rgba(6, 20, 25, .70);
    background-size: 56px 56px;
}

.not-found-map span,
.not-found-map i {
    position: absolute;
    display: block;
    border-radius: 999px;
}

.not-found-map span {
    width: 24px;
    height: 24px;
    background: var(--green);
    box-shadow: 0 0 28px rgba(0, 240, 200, .24);
}

.not-found-map span:nth-child(1) { left: 18%; top: 24%; }
.not-found-map span:nth-child(2) { right: 20%; top: 32%; }
.not-found-map span:nth-child(3) { left: 30%; bottom: 24%; }
.not-found-map span:nth-child(4) { right: 28%; bottom: 18%; }

.not-found-map i {
    height: 2px;
    background: rgba(120, 255, 235, .34);
    transform-origin: left center;
}

.not-found-map i:nth-of-type(1) { left: 24%; top: 29%; width: 170px; transform: rotate(8deg); }
.not-found-map i:nth-of-type(2) { left: 35%; top: 63%; width: 150px; transform: rotate(-18deg); }
.not-found-map i:nth-of-type(3) { right: 24%; top: 38%; width: 120px; transform: rotate(74deg); }

.not-found-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding-bottom: 96px;
}

.not-found-links a {
    min-height: 132px;
    display: grid;
    align-content: space-between;
    padding: 20px;
    border: 1px solid rgba(120, 255, 235, .18);
    border-radius: 14px;
    color: #edfffb;
    text-decoration: none;
    background: rgba(8, 22, 27, .72);
}

.not-found-links a:hover {
    border-color: rgba(0, 240, 200, .58);
    transform: translateY(-2px);
}

.not-found-links span {
    color: var(--green);
    font-size: .82rem;
    font-weight: 900;
}

.not-found-links strong {
    font-size: 1.25rem;
}

@media (max-width: 1080px) {
    .providers-hero,
    .not-found-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .provider-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .not-found-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .providers-hero,
    .providers-catalogue,
    .not-found-hero,
    .not-found-links {
        width: min(100% - 28px, 1180px);
    }

    .providers-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .provider-grid,
    .not-found-links {
        grid-template-columns: 1fr;
    }

    .providers-hero h1,
    .not-found-copy h1 {
        font-size: clamp(2.55rem, 14vw, 4rem);
    }
}

/* Premium editorial declutter pass */
body {
    color: #f1fffc;
    background:
        radial-gradient(circle at 72% -8%, rgba(0, 240, 200, 0.12), transparent 28%),
        radial-gradient(circle at 12% 12%, rgba(55, 163, 255, 0.09), transparent 26%),
        linear-gradient(180deg, #03070d, #071018 46%, #03070d) !important;
    overflow-x: hidden;
}

body::before {
    opacity: 0.32;
}

.site-header {
    min-height: 78px;
    padding: 13px clamp(16px, 4vw, 64px) !important;
    background:
        linear-gradient(180deg, rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.74)),
        rgba(3, 8, 12, 0.78) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.12) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.24) !important;
    backdrop-filter: blur(18px);
}

.brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 42px;
    object-fit: contain;
}

.main-nav {
    gap: 2px !important;
    padding: 4px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border-color: rgba(214, 255, 247, 0.13) !important;
    box-shadow: none !important;
}

.main-nav a {
    min-height: 34px;
    padding: 9px 12px !important;
    color: rgba(232, 255, 251, 0.68) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.main-nav a:hover {
    color: rgba(244, 255, 252, 0.94) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: rgba(214, 255, 247, 0.14) !important;
}

.main-nav a.active {
    color: #f7fffd !important;
    background: rgba(0, 240, 200, 0.085) !important;
    border-color: rgba(0, 240, 200, 0.20) !important;
    box-shadow: inset 0 -2px 0 rgba(0, 240, 200, 0.55) !important;
}

.header-cta,
.primary-button,
.demo-form button {
    box-shadow: 0 14px 36px rgba(0, 240, 200, 0.18) !important;
}

.secondary-button {
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: rgba(214, 255, 247, 0.16) !important;
}

.cinematic-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.72fr) !important;
    gap: clamp(34px, 5vw, 76px) !important;
    min-height: min(820px, calc(100vh - 78px)) !important;
    padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px) !important;
    background:
        radial-gradient(circle at 72% 22%, rgba(0, 240, 200, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.055), rgba(5, 12, 20, 0.48) 48%, rgba(55, 163, 255, 0.045)),
        #050b13 !important;
}

.cinematic-hero h1 {
    max-width: 820px;
    font-size: clamp(48px, 6.3vw, 92px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.03em !important;
}

.cinematic-hero .hero-copy > p:not(.eyebrow) {
    max-width: 690px;
    font-size: clamp(17px, 1.35vw, 21px) !important;
}

.hero-actions {
    margin-top: 28px;
}

.hero-trust,
.premium-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    max-width: 720px;
    margin-top: 24px !important;
}

.hero-trust span,
.premium-badges span,
.trust-strip span,
.contact-trust span,
.proof-positioning-strip span,
.flagship-chips span,
.provider-trust-tags span {
    min-height: 36px !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    border-color: rgba(214, 255, 247, 0.16) !important;
    color: rgba(239, 255, 251, 0.88) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
}

.hero-trust .ng-icon,
.premium-badges .ng-icon,
.trust-strip .ng-icon,
.flagship-chips .ng-icon {
    width: 15px !important;
    height: 15px !important;
}

.growth-dashboard.product-ecosystem-map {
    min-height: 0 !important;
    padding: clamp(20px, 2.3vw, 30px) !important;
    border-color: rgba(214, 255, 247, 0.16) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
        rgba(5, 15, 23, 0.88) !important;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32) !important;
}

.growth-dashboard::before {
    opacity: 0.24 !important;
}

.growth-top,
.ecosystem-core,
.ecosystem-grid article,
.ecosystem-footer span {
    border-color: rgba(214, 255, 247, 0.12) !important;
    background: rgba(2, 13, 18, 0.58) !important;
    box-shadow: none !important;
}

.ecosystem-core {
    padding: clamp(22px, 3vw, 32px) !important;
}

.ecosystem-core span,
.ecosystem-grid span {
    color: rgba(0, 240, 200, 0.86) !important;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
}

.ecosystem-core strong {
    font-size: clamp(32px, 3.6vw, 52px) !important;
}

.ecosystem-core p,
.ecosystem-grid strong {
    color: rgba(224, 244, 240, 0.82) !important;
}

.ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.ecosystem-grid article {
    min-height: 104px !important;
    padding: 16px !important;
}

.ecosystem-footer {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ecosystem-footer span {
    justify-content: center;
    text-align: center;
}

.trust-strip {
    min-height: auto !important;
    padding: 18px clamp(18px, 5vw, 72px) !important;
    gap: 10px !important;
    background:
        linear-gradient(90deg, rgba(0, 240, 200, 0.045), rgba(58, 160, 255, 0.035)),
        rgba(4, 13, 20, 0.82) !important;
}

.section {
    padding-top: clamp(66px, 8vw, 112px) !important;
    padding-bottom: clamp(66px, 8vw, 112px) !important;
}

.section-head {
    margin-bottom: clamp(28px, 4vw, 52px) !important;
}

.section-head h2 {
    max-width: 980px;
    letter-spacing: -0.02em !important;
}

.section-head p {
    max-width: 760px;
    font-size: clamp(16px, 1.25vw, 20px) !important;
}

.conversion-path-grid,
.differentiation-grid {
    gap: 16px !important;
}

.conversion-path-grid article,
.operational-trust-grid article,
.operator-control-grid article,
.aggregator-advantage-grid article,
.switch-grid article,
.premium-choice-grid article,
.benefit-grid article,
.advantage-grid article,
.operator-network-grid article,
.value-grid article,
.content-coverage-grid article,
.layer-grid article {
    border-radius: 16px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.020)),
        rgba(5, 15, 23, 0.74) !important;
    box-shadow: none !important;
}

.control-room-dashboard,
.flagship-visual,
.promotion-control-scene,
.bonus-center-preview,
.operator-stack-visual,
.rewards-preview,
.aggregator-hero-mockup,
.engagement-hero-panel,
.terminal-mockup,
.offer-panel {
    box-shadow: 0 28px 86px rgba(0, 0, 0, 0.30) !important;
}

.flagship-chips {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.capability-matrix {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.capability-matrix article {
    min-height: 58px;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    box-shadow: none !important;
}

.proof-positioning-strip {
    display: block !important;
    min-height: auto !important;
    padding: 24px clamp(18px, 5vw, 72px) !important;
    text-align: center;
}

.proof-positioning-strip p {
    margin: 0 auto !important;
    max-width: 920px !important;
    font-family: var(--font-body) !important;
    font-size: clamp(16px, 1.3vw, 19px) !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
}

.site-footer {
    padding-top: clamp(42px, 5vw, 68px) !important;
    padding-bottom: 28px !important;
    background:
        linear-gradient(180deg, rgba(4, 12, 18, 0.98), #03070d) !important;
}

.footer-cta {
    padding-bottom: 28px !important;
    align-items: center;
}

.footer-cta h2 {
    font-size: clamp(30px, 3vw, 48px) !important;
}

.footer-cta .button,
.footer-cta .button-light {
    flex: 0 0 auto;
    max-width: 100%;
}

.footer-grid {
    grid-template-columns: minmax(220px, 1.1fr) repeat(4, minmax(145px, 1fr)) !important;
    gap: clamp(22px, 3vw, 44px) !important;
}

.footer-grid p,
.footer-grid a {
    color: rgba(224, 244, 240, 0.74) !important;
    font-size: 14px !important;
    line-height: 1.45;
}

.copyright {
    color: rgba(224, 244, 240, 0.56);
}

@media (max-width: 1120px) {
    .cinematic-hero {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
    }

    .main-nav a {
        padding-inline: 9px !important;
        font-size: 12px !important;
    }

    .capability-matrix,
    .ecosystem-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    .site-header {
        min-height: 70px;
        padding: 11px 14px !important;
    }

    .nav-toggle-button {
        min-height: 40px;
        padding: 9px 12px !important;
        border-radius: 999px !important;
        color: rgba(239, 255, 251, 0.86) !important;
        background: rgba(255, 255, 255, 0.05) !important;
    }

    .main-nav {
        top: 72px !important;
        left: 14px !important;
        right: 14px !important;
        border-radius: 18px !important;
    }

    .main-nav a {
        min-height: 42px !important;
        padding: 12px 14px !important;
        font-size: 14px !important;
    }

    .cinematic-hero,
    .product-hero {
        padding-top: 42px !important;
        padding-bottom: 46px !important;
    }

    .cinematic-hero h1,
    .product-hero h1 {
        font-size: clamp(38px, 10.6vw, 52px) !important;
        line-height: 1 !important;
    }

    .cinematic-hero .hero-copy > p:not(.eyebrow),
    .product-hero p:not(.eyebrow) {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

    .hero-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .hero-actions .primary-button,
    .hero-actions .secondary-button {
        width: 100% !important;
    }

    .premium-badges span:nth-child(n+4) {
        display: none !important;
    }

    .hero-trust,
    .premium-badges {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .hero-trust span,
    .premium-badges span,
    .trust-strip span {
        justify-content: center !important;
        min-width: 0;
        white-space: normal;
        text-align: center;
        font-size: 12px !important;
    }

    .trust-strip {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 16px 14px !important;
    }

    .trust-strip span:nth-child(n+5) {
        display: none !important;
    }

    .growth-dashboard.product-ecosystem-map {
        padding: 16px !important;
    }

    .ecosystem-grid,
    .ecosystem-footer,
    .capability-matrix,
    .flagship-chips {
        grid-template-columns: 1fr !important;
    }

    .ecosystem-grid article {
        min-height: auto !important;
    }

    .section {
        padding: 54px 14px !important;
    }

    .footer-cta,
    .footer-grid {
        grid-template-columns: 1fr !important;
    }

    .footer-cta {
        align-items: flex-start !important;
    }

    .mobile-cta {
        left: 14px !important;
        right: 14px !important;
        bottom: 12px !important;
        width: auto !important;
        border-radius: 14px !important;
    }

    .site-footer {
        padding-bottom: 78px !important;
    }
}

@media (max-width: 430px) {
    .header-cta {
        padding-inline: 11px !important;
        font-size: 11px !important;
    }

    .hero-trust,
    .premium-badges,
    .trust-strip {
        grid-template-columns: 1fr !important;
    }

    .trust-strip span:nth-child(n+4) {
        display: none !important;
    }
}

@media (max-width: 820px) {
    .mobile-cta {
        display: none !important;
    }

    .site-footer {
        padding-bottom: 28px !important;
    }

    .site-header {
        position: sticky;
        top: 0;
        z-index: 60;
        flex-wrap: nowrap !important;
    }

    .site-header .main-nav {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 14px !important;
        right: 14px !important;
        z-index: 70 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        width: auto !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: visible !important;
        border: 1px solid rgba(214, 255, 247, 0.16) !important;
        border-radius: 18px !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
            rgba(3, 10, 16, 0.98) !important;
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-8px) !important;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
    }

    .site-header .nav-toggle:checked ~ .main-nav {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .site-header .main-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 44px !important;
        width: 100% !important;
        padding: 12px 14px !important;
        border: 1px solid rgba(214, 255, 247, 0.12) !important;
        border-radius: 12px !important;
        color: rgba(239, 255, 251, 0.88) !important;
        background: rgba(255, 255, 255, 0.045) !important;
        font-size: 14px !important;
        line-height: 1.1 !important;
    }

    .site-header .main-nav a.active {
        color: #06120f !important;
        background: var(--green) !important;
        border-color: var(--green) !important;
        box-shadow: none !important;
    }
}

/* Shared high-conversion floating-label forms */
.landing-lead-form .form-field textarea {
    min-height: 118px !important;
    padding: 22px 14px 12px !important;
    color: #f3fffd !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    resize: vertical;
    background: rgba(2, 15, 20, 0.86) !important;
}

.landing-lead-form .form-field.has-error textarea {
    border-color: rgba(255, 122, 122, 0.78) !important;
    box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.10) !important;
}

.demo-form.landing-lead-form {
    gap: 12px !important;
}

.demo-form.landing-lead-form .form-field {
    margin: 0 !important;
}

.demo-form.landing-lead-form .form-field input,
.demo-form.landing-lead-form .form-field select,
.demo-form.landing-lead-form .form-field textarea {
    width: 100% !important;
}

.demo-form.landing-lead-form button {
    margin-top: 2px;
}

.contact-form.landing-lead-form {
    display: grid;
    gap: 12px;
}

.contact-form.landing-lead-form label {
    margin: 0;
}

.contact-form.landing-lead-form button {
    min-height: 48px;
    margin-top: 2px;
}

/* White Label landing: final overrides loaded after all legacy rules */
.landing-campaign-hero {
    overflow-x: hidden !important;
}

.landing-campaign-hero .ad-copy,
.landing-campaign-hero .conversion-points,
.landing-campaign-hero .landing-capability-line {
    min-width: 0 !important;
    max-width: 100% !important;
}

.landing-campaign-hero .landing-differentiator {
    display: grid !important;
    gap: 7px !important;
    width: min(100%, 780px) !important;
    margin-top: 20px !important;
    padding: 15px 18px 16px 20px !important;
    border: 1px solid rgba(0, 240, 200, 0.18) !important;
    border-left: 3px solid rgba(99, 245, 218, 0.92) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 0% 50%, rgba(0, 240, 200, 0.13), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.020)),
        rgba(4, 15, 22, 0.70) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 52px rgba(0, 0, 0, 0.18) !important;
}

.landing-campaign-hero .landing-differentiator span {
    display: block !important;
    color: rgba(123, 255, 226, 0.88) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
}

.landing-campaign-hero .landing-differentiator strong {
    display: block !important;
    max-width: 680px !important;
    color: #f4fffd !important;
    font-size: clamp(15px, 1.12vw, 18px) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

.landing-campaign-hero .conversion-points span {
    border-radius: 999px !important;
}

.landing-campaign-hero .landing-capability-line {
    color: rgba(224, 244, 240, 0.82) !important;
}

.landing-lead-form {
    display: grid !important;
    gap: 11px !important;
}

.landing-lead-form .form-field {
    position: relative !important;
    display: block !important;
}

.landing-lead-form .form-field input,
.landing-lead-form .form-field select {
    min-height: 54px !important;
    padding: 20px 14px 8px !important;
    color: #f3fffd !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    background: rgba(2, 15, 20, 0.86) !important;
}

.landing-lead-form .form-field > span {
    position: absolute !important;
    left: 14px !important;
    top: 17px !important;
    z-index: 1 !important;
    pointer-events: none !important;
    color: rgba(224, 244, 240, 0.65) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform-origin: left top !important;
    transition: transform 0.16s ease, color 0.16s ease !important;
}

.landing-lead-form .form-field:focus-within > span,
.landing-lead-form .form-field.has-value > span,
.landing-lead-form .form-field-select > span {
    color: rgba(123, 255, 226, 0.86) !important;
    transform: translateY(-10px) scale(0.76) !important;
}

.landing-lead-form .form-field.has-error input,
.landing-lead-form .form-field.has-error select {
    border-color: rgba(255, 122, 122, 0.78) !important;
    box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.10) !important;
}

.landing-lead-form .form-field em {
    display: block !important;
    margin: 5px 2px 0 !important;
    color: #ffb8b8 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.landing-lead-form .form-error-message {
    margin: -2px 2px 0 !important;
    color: #ffb8b8 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

.landing-stack-showcase .preview-top span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.landing-stack-showcase .preview-top .ng-icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    color: var(--green) !important;
}

.stack-microcopy {
    margin: 12px 0 16px !important;
    color: rgba(224, 244, 240, 0.84) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
}

.landing-stack-rows {
    margin-top: 0 !important;
    gap: 10px !important;
}

.landing-stack-rows span {
    min-height: 56px !important;
    padding: 13px 16px !important;
}

@media (max-width: 820px) {
    .landing-campaign-hero {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .landing-campaign-hero .ad-copy {
        width: 100% !important;
    }

    .landing-campaign-hero .ad-copy h1 {
        max-width: 100% !important;
        font-size: clamp(30px, 8vw, 35px) !important;
        line-height: 1.02 !important;
    }

    .landing-campaign-hero .landing-differentiator {
        margin-top: 16px !important;
        padding: 13px 14px 14px 16px !important;
        border-radius: 16px !important;
    }

    .landing-campaign-hero .landing-differentiator strong {
        font-size: 14px !important;
        line-height: 1.34 !important;
    }

    .landing-campaign-hero .conversion-points {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 18px !important;
        overflow: visible !important;
    }

    .landing-campaign-hero .conversion-points span {
        width: auto !important;
        min-width: 0 !important;
        min-height: 42px !important;
        padding: 9px 10px !important;
        justify-content: flex-start !important;
        white-space: normal !important;
        text-align: left !important;
        font-size: 12px !important;
        line-height: 1.15 !important;
    }

    .landing-campaign-hero .landing-capability-line {
        display: none !important;
    }

    .landing-campaign-hero .hero-actions .secondary-button {
        display: inline-flex !important;
    }

    .landing-campaign-hero .conversion-form {
        margin-top: 2px !important;
        padding: 16px !important;
    }

    .landing-lead-form {
        gap: 9px !important;
    }

    .landing-lead-form .form-field input,
    .landing-lead-form .form-field select {
        min-height: 50px !important;
        font-size: 14px !important;
    }

    .landing-lead-form .form-field > span {
        font-size: 14px !important;
    }

    .landing-stack-showcase {
        padding: 18px !important;
    }

    .stack-microcopy {
        font-size: 14px !important;
    }

    .landing-stack-rows span {
        min-height: 50px !important;
        font-size: 14px !important;
    }
}

/* White Label landing: final overrides loaded after legacy rules */
.landing-campaign-hero {
    overflow-x: hidden !important;
}

.landing-campaign-hero .ad-copy,
.landing-campaign-hero .conversion-points,
.landing-campaign-hero .landing-capability-line {
    min-width: 0 !important;
    max-width: 100% !important;
}

.landing-campaign-hero .landing-differentiator {
    display: grid !important;
    gap: 7px !important;
    width: min(100%, 780px) !important;
    margin-top: 20px !important;
    padding: 15px 18px 16px 20px !important;
    border: 1px solid rgba(0, 240, 200, 0.18) !important;
    border-left: 3px solid rgba(99, 245, 218, 0.92) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 0% 50%, rgba(0, 240, 200, 0.13), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.020)),
        rgba(4, 15, 22, 0.70) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 52px rgba(0, 0, 0, 0.18) !important;
}

.landing-campaign-hero .landing-differentiator span {
    display: block !important;
    color: rgba(123, 255, 226, 0.88) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
}

.landing-campaign-hero .landing-differentiator strong {
    display: block !important;
    max-width: 680px !important;
    color: #f4fffd !important;
    font-size: clamp(15px, 1.12vw, 18px) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

.landing-campaign-hero .conversion-points span {
    border-radius: 999px !important;
}

.landing-campaign-hero .landing-capability-line {
    color: rgba(224, 244, 240, 0.82) !important;
}

.landing-lead-form {
    display: grid !important;
    gap: 11px !important;
}

.landing-lead-form .form-field {
    position: relative !important;
    display: block !important;
}

.landing-lead-form .form-field input,
.landing-lead-form .form-field select {
    min-height: 54px !important;
    padding: 20px 14px 8px !important;
    color: #f3fffd !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    background: rgba(2, 15, 20, 0.86) !important;
}

.landing-lead-form .form-field > span {
    position: absolute !important;
    left: 14px !important;
    top: 17px !important;
    z-index: 1 !important;
    pointer-events: none !important;
    color: rgba(224, 244, 240, 0.65) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    transform-origin: left top !important;
    transition: transform 0.16s ease, color 0.16s ease !important;
}

.landing-lead-form .form-field:focus-within > span,
.landing-lead-form .form-field.has-value > span,
.landing-lead-form .form-field-select > span {
    color: rgba(123, 255, 226, 0.86) !important;
    transform: translateY(-10px) scale(0.76) !important;
}

.landing-lead-form .form-field.has-error input,
.landing-lead-form .form-field.has-error select {
    border-color: rgba(255, 122, 122, 0.78) !important;
    box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.10) !important;
}

.landing-lead-form .form-field em {
    display: block !important;
    margin: 5px 2px 0 !important;
    color: #ffb8b8 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.landing-lead-form .form-error-message {
    margin: -2px 2px 0 !important;
    color: #ffb8b8 !important;
    font-size: 13px !important;
    font-weight: 850 !important;
}

.landing-stack-showcase .preview-top span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.landing-stack-showcase .preview-top .ng-icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    color: var(--green) !important;
}

.stack-microcopy {
    margin: 12px 0 16px !important;
    color: rgba(224, 244, 240, 0.84) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
}

.landing-stack-rows {
    margin-top: 0 !important;
    gap: 10px !important;
}

.landing-stack-rows span {
    min-height: 56px !important;
    padding: 13px 16px !important;
}

@media (max-width: 820px) {
    .landing-campaign-hero {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .landing-campaign-hero .ad-copy {
        width: 100% !important;
    }

    .landing-campaign-hero .ad-copy h1 {
        max-width: 100% !important;
        font-size: clamp(30px, 8vw, 35px) !important;
        line-height: 1.02 !important;
    }

    .landing-campaign-hero .landing-differentiator {
        margin-top: 16px !important;
        padding: 13px 14px 14px 16px !important;
        border-radius: 16px !important;
    }

    .landing-campaign-hero .landing-differentiator strong {
        font-size: 14px !important;
        line-height: 1.34 !important;
    }

    .landing-campaign-hero .conversion-points {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 18px !important;
        overflow: visible !important;
    }

    .landing-campaign-hero .conversion-points span {
        width: auto !important;
        min-width: 0 !important;
        min-height: 42px !important;
        padding: 9px 10px !important;
        justify-content: flex-start !important;
        white-space: normal !important;
        text-align: left !important;
        font-size: 12px !important;
        line-height: 1.15 !important;
    }

    .landing-campaign-hero .landing-capability-line {
        display: none !important;
    }

    .landing-campaign-hero .hero-actions .secondary-button {
        display: inline-flex !important;
    }

    .landing-campaign-hero .conversion-form {
        margin-top: 2px !important;
        padding: 16px !important;
    }

    .landing-lead-form {
        gap: 9px !important;
    }

    .landing-lead-form .form-field input,
    .landing-lead-form .form-field select {
        min-height: 50px !important;
        font-size: 14px !important;
    }

    .landing-lead-form .form-field > span {
        font-size: 14px !important;
    }

    .landing-stack-showcase {
        padding: 18px !important;
    }

    .stack-microcopy {
        font-size: 14px !important;
    }

    .landing-stack-rows span {
        min-height: 50px !important;
        font-size: 14px !important;
    }
}

/* White Label landing final conversion polish */
.landing-campaign-hero .landing-differentiator {
    display: grid !important;
    gap: 7px !important;
    max-width: 780px !important;
    margin-top: 20px !important;
    padding: 15px 18px 16px 20px !important;
    border: 1px solid rgba(0, 240, 200, 0.18) !important;
    border-left: 3px solid rgba(99, 245, 218, 0.92) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 0% 50%, rgba(0, 240, 200, 0.13), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.020)),
        rgba(4, 15, 22, 0.70) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 18px 52px rgba(0, 0, 0, 0.18) !important;
}

.landing-campaign-hero .landing-differentiator span {
    display: block;
    color: rgba(123, 255, 226, 0.88) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase;
}

.landing-campaign-hero .landing-differentiator strong {
    display: block;
    max-width: 680px;
    color: #f4fffd !important;
    font-size: clamp(15px, 1.12vw, 18px) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

.landing-campaign-hero .conversion-points span {
    border-radius: 999px !important;
}

.landing-campaign-hero .landing-capability-line {
    color: rgba(224, 244, 240, 0.82) !important;
}

.landing-campaign-hero .landing-capability-line .ng-icon {
    margin-right: 6px;
}

.landing-lead-form {
    display: grid;
    gap: 11px;
}

.landing-lead-form .form-field {
    position: relative;
    display: block;
}

.landing-lead-form .form-field input,
.landing-lead-form .form-field select {
    min-height: 54px !important;
    padding: 20px 14px 8px !important;
    color: #f3fffd !important;
    font-size: 15px !important;
    font-weight: 800;
    background: rgba(2, 15, 20, 0.86) !important;
}

.landing-lead-form .form-field select {
    padding-top: 18px !important;
    cursor: pointer;
}

.landing-lead-form .form-field > span {
    position: absolute;
    left: 14px;
    top: 17px;
    z-index: 1;
    pointer-events: none;
    color: rgba(224, 244, 240, 0.65);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    transform-origin: left top;
    transition: transform 0.16s ease, color 0.16s ease, opacity 0.16s ease;
}

.landing-lead-form .form-field:focus-within > span,
.landing-lead-form .form-field.has-value > span,
.landing-lead-form .form-field-select > span {
    color: rgba(123, 255, 226, 0.86);
    transform: translateY(-10px) scale(0.76);
}

.landing-lead-form .form-field.has-error input,
.landing-lead-form .form-field.has-error select {
    border-color: rgba(255, 122, 122, 0.78) !important;
    box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.10) !important;
}

.landing-lead-form .form-field em {
    display: block;
    min-height: 0;
    margin: 5px 2px 0;
    color: #ffb8b8;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
}

.landing-lead-form .form-error-message {
    min-height: 0;
    margin: -2px 2px 0 !important;
    color: #ffb8b8 !important;
    font-size: 13px !important;
    font-weight: 850;
    line-height: 1.3;
}

.landing-stack-showcase .preview-top span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.landing-stack-showcase .preview-top .ng-icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px;
    color: var(--green) !important;
}

.stack-microcopy {
    margin: 12px 0 16px !important;
    color: rgba(224, 244, 240, 0.84) !important;
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1.45;
}

.landing-stack-rows {
    margin-top: 0 !important;
    gap: 10px !important;
}

.landing-stack-rows span {
    min-height: 56px !important;
    padding: 13px 16px !important;
}

.landing-stack-rows span + span::before {
    left: 26px !important;
    background: linear-gradient(180deg, rgba(0, 240, 200, 0.34), rgba(0, 240, 200, 0)) !important;
}

.landing-campaign-hero .hero-actions .primary-button[href="#lead-form"],
.final-cta .primary-button[href="#lead-form"] {
    scroll-margin-top: 90px;
}

@media (max-width: 820px) {
    .landing-campaign-hero .landing-differentiator {
        margin-top: 16px !important;
        padding: 13px 14px 14px 16px !important;
        border-radius: 16px !important;
    }

    .landing-campaign-hero .landing-differentiator strong {
        font-size: 14px !important;
        line-height: 1.34 !important;
    }

    .landing-campaign-hero .conversion-points {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 18px !important;
    }

    .landing-campaign-hero .conversion-points span {
        min-height: 40px !important;
        padding: 9px 12px !important;
        font-size: 12px !important;
        justify-content: flex-start !important;
    }

    .landing-campaign-hero .landing-capability-line {
        display: none !important;
    }

    .landing-campaign-hero .hero-actions .secondary-button {
        display: inline-flex !important;
    }

    .landing-campaign-hero .conversion-form {
        margin-top: 2px;
    }

    .landing-lead-form {
        gap: 9px;
    }

    .landing-lead-form .form-field input,
    .landing-lead-form .form-field select {
        min-height: 50px !important;
        font-size: 14px !important;
    }

    .landing-lead-form .form-field > span {
        font-size: 14px;
    }

    .landing-stack-showcase {
        padding: 18px !important;
    }

    .stack-microcopy {
        font-size: 14px !important;
    }

    .landing-stack-rows span {
        min-height: 50px !important;
        font-size: 14px !important;
    }
}

.form-error {
    margin: 4px 0 0;
    color: #ffd8d8;
    font-size: 14px;
    font-weight: 800;
}

.landing-capability-line {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 12px;
    align-items: center;
    max-width: 760px;
    margin: 14px 0 0 !important;
    color: rgba(210, 229, 226, 0.90) !important;
    font-size: 14px !important;
    font-weight: 850;
    line-height: 1.35;
}

.landing-capability-line .ng-icon {
    width: 16px;
    height: 16px;
    color: var(--green);
}

.landing-capability-line span {
    width: 1px;
    height: 15px;
    background: rgba(214, 255, 247, 0.22);
}

.landing-header ~ .mobile-cta {
    display: none !important;
}

/* White Label paid-traffic conversion upgrade */
.landing-conversion-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px) !important;
    align-items: center !important;
    min-height: calc(100vh - 82px) !important;
}

.landing-conversion-hero .ad-copy h1 {
    max-width: 760px !important;
    font-size: clamp(48px, 5.8vw, 78px) !important;
    line-height: 0.95 !important;
}

.landing-hero-subhead,
.landing-hero-support {
    max-width: 660px !important;
}

.landing-hero-subhead {
    margin-top: 18px !important;
    color: #f2fffd !important;
    font-size: clamp(18px, 1.7vw, 23px) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
}

.landing-hero-support {
    margin-top: 10px !important;
    color: rgba(224, 244, 240, 0.82) !important;
    font-size: clamp(16px, 1.25vw, 18px) !important;
    font-weight: 750 !important;
    line-height: 1.52 !important;
}

.landing-micro-trust {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0 !important;
    color: rgba(123, 255, 226, 0.92) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

.landing-micro-trust .ng-icon {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.conversion-form {
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.conversion-form h3 {
    font-size: clamp(24px, 2vw, 31px) !important;
    line-height: 1.06 !important;
}

.conversion-form p:not(.eyebrow) {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.landing-lead-form .form-field textarea {
    min-height: 76px !important;
    padding: 22px 14px 10px !important;
    border: 1px solid rgba(214, 255, 247, 0.12) !important;
    border-radius: 12px !important;
}

.landing-lead-form .form-field.has-error textarea {
    border-color: rgba(255, 122, 122, 0.78) !important;
}

.landing-for-section {
    padding-top: clamp(58px, 7vw, 92px) !important;
}

.landing-audience-grid,
.performance-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.landing-audience-grid article,
.performance-metric-grid article {
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
        rgba(5, 17, 24, 0.86);
}

.landing-audience-grid .ng-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    color: var(--green);
}

.landing-audience-grid strong,
.performance-metric-grid strong {
    display: block;
    color: #f3fffd;
    font-size: 19px;
    line-height: 1.12;
}

.landing-audience-grid span,
.performance-metric-grid span {
    display: block;
    margin-top: 10px;
    color: rgba(210, 229, 226, 0.84);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.landing-performance-proof {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: center;
    background:
        radial-gradient(circle at 84% 24%, rgba(0, 240, 200, 0.11), transparent 30%),
        rgba(255, 255, 255, 0.018);
}

.landing-performance-proof > div:first-child p:not(.eyebrow) {
    max-width: 520px;
    color: rgba(224, 244, 240, 0.82);
    font-size: 17px;
    line-height: 1.55;
}

.landing-performance-proof small {
    display: inline-flex;
    margin-top: 18px;
    padding: 8px 11px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 999px;
    color: rgba(123, 255, 226, 0.90);
    background: rgba(0, 240, 200, 0.07);
    font-size: 12px;
    font-weight: 900;
}

.performance-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.performance-metric-grid article {
    min-height: 150px;
}

.performance-metric-grid strong {
    color: var(--green);
    font-size: clamp(38px, 4vw, 58px);
    letter-spacing: 0;
}

.final-cta .primary-button[href="#lead-form"] {
    min-width: min(100%, 240px);
}

@media (max-width: 980px) {
    .landing-conversion-hero,
    .landing-performance-proof {
        grid-template-columns: 1fr !important;
    }

    .landing-conversion-hero {
        min-height: auto !important;
        padding-top: 34px !important;
    }

    .landing-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .landing-conversion-hero .ad-copy h1 {
        font-size: clamp(38px, 11vw, 50px) !important;
    }

    .landing-conversion-hero .hero-actions {
        grid-template-columns: 1fr !important;
    }

    .landing-audience-grid,
    .performance-metric-grid {
        grid-template-columns: 1fr;
    }

    .landing-audience-grid article,
    .performance-metric-grid article {
        min-height: auto;
        padding: 18px;
    }
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    z-index: 120;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 34vw);
    gap: 22px;
    align-items: center;
    padding: 16px clamp(18px, 3vw, 54px);
    border: 0;
    border-top: 1px solid rgba(214, 255, 247, 0.16);
    border-radius: 0;
    background: #061e20;
    box-shadow: 0 -10px 38px rgba(0, 0, 0, 0.28);
    backdrop-filter: none;
}

.cookie-banner[hidden] {
    display: none !important;
}

.cookie-banner h2 {
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    letter-spacing: 0;
}

.cookie-banner p:not(.eyebrow) {
    display: block;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.35;
}

.cookie-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 8px 0 0;
}

.cookie-links a,
.footer-grid [data-cookie-settings] {
    color: var(--green);
    font-weight: 800;
}

.cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    justify-content: stretch;
    white-space: normal;
}

.cookie-actions .primary-button,
.cookie-actions .secondary-button {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 12px;
}

.cookie-actions .secondary-button {
    background: transparent !important;
}

@media (max-width: 820px) {
    .landing-campaign-hero .conversion-points {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .landing-campaign-hero .conversion-points span {
        flex: initial !important;
        width: auto !important;
        min-width: 0;
        white-space: normal !important;
        justify-content: flex-start;
    }

    .landing-capability-line {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 12px !important;
        font-size: 13px !important;
    }

    .landing-capability-line span {
        display: none;
    }

    .landing-campaign-hero .landing-capability-line,
    .landing-campaign-hero .hero-actions .secondary-button {
        display: none !important;
    }

    .landing-header .header-cta {
        min-height: 38px !important;
        padding: 0 13px !important;
        font-size: 11px !important;
    }
}

.legal-section {
    padding-top: clamp(48px, 6vw, 96px);
}

/* CMS editorial pages */
.editorial-hero,
.editorial-section,
.editorial-featured,
.editorial-cta,
.editorial-detail {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.editorial-hero {
    padding: 92px 0 42px;
}

.editorial-hero h1 {
    max-width: 920px;
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 5.1rem);
    line-height: .98;
}

.editorial-hero p:not(.eyebrow) {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.8;
}

.editorial-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
}

.editorial-filters a,
.article-product-links a,
.editorial-pagination a {
    border: 1px solid rgba(129, 255, 236, .22);
    background: rgba(255, 255, 255, .04);
    color: var(--text);
    border-radius: 999px;
    padding: 10px 14px;
    text-decoration: none;
    font: inherit;
}

.editorial-filters a.active,
.editorial-filters a:hover,
.editorial-pagination a:hover {
    border-color: rgba(0, 229, 202, .8);
    background: rgba(0, 229, 202, .12);
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.editorial-card,
.editorial-featured {
    border: 1px solid rgba(129, 255, 236, .16);
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .2);
}

.editorial-card {
    overflow: hidden;
}

.editorial-card-image,
.editorial-featured-image {
    display: block;
    margin: -24px -24px 20px;
    overflow: hidden;
    border-bottom: 1px solid rgba(129, 255, 236, .14);
    background: rgba(255, 255, 255, .035);
}

.editorial-card-image img,
.editorial-featured-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .22s ease, filter .22s ease;
}

.editorial-card:hover .editorial-card-image img,
.editorial-featured:hover .editorial-featured-image img {
    transform: scale(1.025);
    filter: saturate(1.06) brightness(1.04);
}

.editorial-featured {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: center;
}

.editorial-featured-image {
    margin: -24px 0 -24px -24px;
    border-right: 1px solid rgba(129, 255, 236, .14);
    border-bottom: 0;
}

.editorial-card-meta,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--muted);
    font-size: .88rem;
    margin-bottom: 16px;
}

.editorial-card-meta span,
.article-meta span:first-child {
    color: var(--accent);
}

.editorial-card h2,
.editorial-featured h2 {
    margin: 0 0 14px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.editorial-card h2 a,
.editorial-featured h2 a {
    color: var(--text);
    text-decoration: none;
}

.editorial-card p,
.editorial-featured p,
.article-intro {
    color: var(--muted);
    line-height: 1.75;
}

.editorial-link {
    color: var(--accent);
    text-decoration: none;
    font-weight: 700;
}

.editorial-featured {
    margin-bottom: 36px;
}

.editorial-featured > div {
    max-width: 780px;
}

.editorial-featured h2 {
    font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.editorial-empty {
    color: var(--muted);
    grid-column: 1 / -1;
}

.editorial-pagination {
    margin: 32px 0 0;
    display: flex;
    gap: 14px;
    align-items: center;
    color: var(--muted);
}

.editorial-detail {
    padding: 88px 0 38px;
}

.article-shell {
    max-width: 980px;
    margin: 0 auto;
}

.editorial-back {
    color: var(--accent);
    text-decoration: none;
    font-weight: 700;
}

.article-shell h1 {
    max-width: 920px;
    margin: 16px 0 22px;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 4.6rem);
    line-height: 1;
}

.article-intro {
    max-width: 860px;
    font-size: clamp(1.08rem, 1.5vw, 1.3rem);
    margin-bottom: 22px;
}

.article-featured-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 560px;
    object-fit: cover;
    border-radius: 8px;
    margin: 34px 0 52px;
    border: 1px solid rgba(129, 255, 236, .16);
    background: rgba(255, 255, 255, .04);
}

.article-body {
    max-width: 820px;
    margin: 0 auto;
    color: rgba(232, 255, 251, .9);
    font-size: 1.03rem;
    line-height: 1.82;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    color: var(--text);
    margin: 2.15rem 0 .85rem;
    line-height: 1.22;
}

.article-body h2 {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 1.85vw, 2rem);
}

.article-body h3 {
    font-size: clamp(1.22rem, 1.45vw, 1.5rem);
}

.article-body h4 {
    font-size: 1.08rem;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote,
.article-body table,
.article-body pre {
    margin-bottom: 1.05em;
}

.article-body p {
    max-width: 72ch;
}

.article-body ul,
.article-body ol {
    padding-left: 1.25rem;
}

.article-body li {
    margin-bottom: .45rem;
}

.article-body a {
    color: var(--accent);
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.article-body blockquote {
    border-left: 3px solid var(--accent);
    padding-left: 18px;
    color: var(--muted);
}

.article-callout,
.article-takeaway,
.article-mini-cta,
.article-checklist {
    margin: 1.8rem 0;
    border: 1px solid rgba(129, 255, 236, .18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025)),
        rgba(6, 18, 22, .62);
    padding: clamp(18px, 2vw, 26px);
}

.article-callout strong,
.article-takeaway strong,
.article-mini-cta strong,
.article-checklist strong {
    color: var(--text);
}

.article-callout > strong,
.article-takeaway > strong,
.article-mini-cta > strong,
.article-checklist > strong {
    display: block;
    margin-bottom: .55rem;
    color: var(--accent);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.article-checklist ul,
.article-takeaway ul {
    margin-bottom: 0;
}

.article-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 1.8rem 0;
}

.article-split > div {
    border: 1px solid rgba(129, 255, 236, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    padding: 18px;
}

.article-split h3 {
    margin-top: 0;
}

.article-mini-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-color: rgba(0, 240, 200, .34);
    background:
        linear-gradient(135deg, rgba(0, 240, 200, .14), rgba(55, 163, 255, .08)),
        rgba(8, 24, 28, .92);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.article-mini-cta p {
    margin-bottom: 0;
    color: rgba(232, 255, 251, .88);
}

.article-mini-cta a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    padding: 0 20px;
    border: 1px solid rgba(122, 255, 232, .85);
    background: linear-gradient(180deg, #6fffe8, #00d9bd);
    color: #001311 !important;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 240, 200, .22);
    white-space: nowrap;
}

.article-mini-cta a:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #b3fff3, #16ebcf);
    color: #001311 !important;
}

.article-body table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(129, 255, 236, .16);
}

.article-body th,
.article-body td {
    padding: 13px 14px;
    border-bottom: 1px solid rgba(129, 255, 236, .12);
    text-align: left;
    vertical-align: top;
}

.article-body th {
    color: var(--text);
    background: rgba(0, 229, 202, .08);
}

.article-body td {
    color: rgba(232, 255, 251, .82);
}

.article-body code,
.article-body pre {
    background: rgba(255, 255, 255, .07);
    border-radius: 8px;
}

.article-body code {
    padding: 2px 5px;
}

.article-body pre {
    padding: 16px;
    overflow: auto;
}

.article-product-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-product-panel {
    max-width: 790px;
    margin: 46px auto 0;
    padding: 22px;
    border: 1px solid rgba(129, 255, 236, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
}

.article-product-panel > div:first-child {
    margin-bottom: 16px;
}

.article-product-panel > div:first-child span {
    display: block;
    color: var(--accent);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.article-product-panel > div:first-child strong {
    color: var(--text);
    font-size: 1.15rem;
}

.article-share-panel {
    margin: 28px 0 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(129, 255, 236, .18);
    border-bottom: 1px solid rgba(129, 255, 236, .18);
    border-left: 0;
    border-right: 0;
    border-radius: 8px;
    background: transparent;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.article-share-panel > div {
    min-width: 145px;
}

.article-share-panel > div span {
    display: block;
    color: var(--accent);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.article-share-panel > div strong {
    color: var(--text);
    font-size: 1rem;
}

.article-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.share-link {
    min-width: 0;
    min-height: 44px;
    border: 1px solid rgba(129, 255, 236, .18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03)),
        rgba(5, 18, 22, .74);
    color: rgba(232, 255, 251, .94);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 13px;
    font: inherit;
    font-weight: 800;
    font-size: .88rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.share-link:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 229, 202, .68);
    background: rgba(0, 229, 202, .12);
}

.share-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.share-linkedin .share-icon { color: #7fc7ff; }
.share-x .share-icon { color: #ffffff; }
.share-facebook .share-icon { color: #8bbdff; }
.share-whatsapp .share-icon { color: #54f0a5; }
.share-telegram .share-icon { color: #7bdcff; }
.share-copy .share-icon { color: var(--accent); }

.share-copy.is-copied {
    border-color: rgba(84, 240, 165, .7);
    background: rgba(84, 240, 165, .12);
}

.editorial-cta {
    margin-top: 50px;
    margin-bottom: 56px;
    padding: 36px;
    border: 1px solid rgba(129, 255, 236, .16);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    background: rgba(255,255,255,.05);
}

.editorial-cta .primary-button,
.editorial-cta .secondary-button {
    flex: 0 0 auto;
}

.editorial-cta h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3vw, 3rem);
}

@media (max-width: 900px) {
    .editorial-grid {
        grid-template-columns: 1fr;
    }

    .editorial-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-share-panel {
        grid-template-columns: 1fr;
    }

    .article-share {
        justify-content: flex-start;
    }

    .article-split {
        grid-template-columns: 1fr;
    }

    .article-mini-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .editorial-hero,
    .editorial-section,
    .editorial-featured,
    .editorial-cta,
    .editorial-detail {
        width: min(100% - 28px, 1180px);
    }
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.legal-grid a {
    color: var(--green);
    font-weight: 800;
}

@media (max-width: 760px) {
    .cookie-banner {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
    }

    .cookie-banner h2,
    .cookie-banner p:not(.eyebrow),
    .cookie-links {
        display: block;
        margin-left: 0;
    }

    .cookie-links {
        margin-top: 8px;
    }

    .cookie-actions {
        display: grid;
        grid-template-columns: 1fr;
        white-space: normal;
    }

    .cookie-actions .primary-button,
    .cookie-actions .secondary-button {
        width: 100%;
    }

    .legal-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .landing-campaign-hero .conversion-points {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .landing-campaign-hero .conversion-points::-webkit-scrollbar {
        display: none;
    }

    .landing-campaign-hero .conversion-points span {
        flex: 0 0 auto;
        width: auto !important;
        white-space: nowrap;
    }
}

/* Final URL/header/company polish */
.site-header {
    background:
        linear-gradient(180deg, rgba(3, 9, 14, 0.96), rgba(3, 9, 14, 0.82)),
        rgba(2, 8, 12, 0.90) !important;
    border-bottom-color: rgba(214, 255, 247, 0.16) !important;
}

.main-nav {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.030)),
        rgba(4, 13, 18, 0.92) !important;
    border-color: rgba(214, 255, 247, 0.20) !important;
}

.main-nav a {
    color: rgba(244, 255, 252, 0.88) !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.main-nav a:hover,
.main-nav a.active {
    color: #ffffff !important;
    border-color: rgba(99, 245, 218, 0.35) !important;
    background:
        linear-gradient(180deg, rgba(99, 245, 218, 0.16), rgba(0, 214, 190, 0.07)),
        rgba(255, 255, 255, 0.050) !important;
}

.company-profile-panel .preview-top {
    gap: 14px;
}

.company-profile-panel .preview-top span,
.company-profile-panel .preview-top strong,
.company-signal-grid span {
    color: rgba(244, 255, 252, 0.94) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.030)),
        rgba(3, 12, 17, 0.54) !important;
    border-color: rgba(214, 255, 247, 0.18) !important;
}

.company-profile-panel .preview-top strong {
    color: var(--green) !important;
    background: transparent !important;
    border: 0 !important;
    padding-inline: 0 !important;
}

.company-profile-panel .ng-icon,
.company-signal-grid .ng-icon {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px;
    color: var(--green) !important;
    filter: drop-shadow(0 0 10px rgba(0, 240, 200, 0.18));
}

.company-signal-grid {
    align-items: stretch;
}

.company-signal-grid span {
    justify-content: flex-start;
    min-height: 42px;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .main-nav {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
            rgba(3, 10, 15, 0.98) !important;
    }

    .company-signal-grid span {
        white-space: normal;
    }
}

/* Competitor-inspired conversion layer */
.conversion-path-section,
.growth-engine-flagship,
.capability-matrix-section,
.operational-trust-section,
.process-section,
.differentiation-section,
.provider-trust-section,
.operator-stack-section,
.aggregator-capability-section,
.retail-flow-section {
    position: relative;
}

.conversion-path-grid,
.differentiation-grid,
.process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.process-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.conversion-path-grid article,
.differentiation-grid article,
.process-steps article {
    min-height: 230px;
    padding: 24px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 20px;
    background:
        radial-gradient(circle at 16% 0%, rgba(0, 240, 200, 0.10), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.030)),
        rgba(6, 16, 24, 0.80);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.conversion-path-grid article:hover,
.differentiation-grid article:hover,
.process-steps article:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 240, 200, 0.34);
    background:
        radial-gradient(circle at 16% 0%, rgba(0, 240, 200, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(0, 240, 200, 0.060), rgba(255, 255, 255, 0.035)),
        rgba(8, 20, 30, 0.88);
}

.conversion-path-grid h3,
.differentiation-grid h3,
.process-steps h3 {
    margin: 18px 0 10px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: 0;
}

.conversion-path-grid p,
.differentiation-grid p,
.process-steps p {
    color: rgba(224, 244, 240, 0.78);
    font-size: 16px;
    line-height: 1.48;
}

.conversion-path-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-top: 8px;
    color: var(--green);
    font-weight: 900;
    text-decoration: none;
}

.growth-engine-flagship {
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(214, 255, 247, 0.08);
    border-bottom: 1px solid rgba(214, 255, 247, 0.08);
    background:
        radial-gradient(circle at 24% 22%, rgba(0, 240, 200, 0.12), transparent 34%),
        radial-gradient(circle at 88% 72%, rgba(58, 160, 255, 0.12), transparent 35%),
        linear-gradient(135deg, rgba(4, 28, 34, 0.74), rgba(3, 8, 14, 0.96));
}

.growth-engine-flagship--compact {
    border-radius: 0;
}

.flagship-copy {
    max-width: 720px;
}

.flagship-copy h2 {
    margin: 0;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(38px, 4.2vw, 68px);
    line-height: 1.02;
    letter-spacing: 0;
}

.flagship-copy p {
    color: rgba(224, 244, 240, 0.78);
    font-size: clamp(17px, 1.3vw, 22px);
    line-height: 1.5;
}

.flagship-visual {
    border: 1px solid rgba(214, 255, 247, 0.14);
    border-radius: 28px;
    padding: clamp(18px, 2vw, 28px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
        rgba(5, 15, 23, 0.82);
    box-shadow: 0 32px 110px rgba(0, 0, 0, 0.34);
}

.flagship-flow,
.retail-flow {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.flagship-flow article,
.retail-flow article {
    position: relative;
    min-height: 118px;
    padding: 16px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 18px;
    background: rgba(2, 12, 18, 0.80);
}

.flagship-flow article:not(:last-child)::after,
.retail-flow article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 14px;
    height: 2px;
    background: var(--green);
    opacity: 0.72;
}

.flagship-flow article.active {
    border-color: rgba(0, 240, 200, 0.44);
    background: rgba(0, 240, 200, 0.10);
}

.flagship-flow span,
.retail-flow span,
.process-steps > article > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
}

.flagship-flow strong,
.retail-flow strong {
    display: block;
    margin-top: 18px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 16px;
    line-height: 1.15;
}

.flagship-panel {
    margin-top: 14px;
    padding: 18px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 18px;
    background: rgba(0, 240, 200, 0.055);
}

.flagship-panel > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.flagship-panel > div strong {
    color: var(--green);
}

.flagship-panel h3 {
    margin: 16px 0 8px;
    color: var(--text);
    font-size: 22px;
}

.flagship-panel p {
    margin: 0 0 14px;
    color: rgba(224, 244, 240, 0.78);
    font-size: 16px;
}

.jackpot-config-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: center;
    margin-top: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(0, 240, 200, 0.24);
    border-radius: 18px;
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 240, 200, 0.12), transparent 34%),
        rgba(2, 12, 18, 0.82);
}

.jackpot-pool-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 4px;
}

.jackpot-config-card .jackpot-pool-list span {
    justify-content: center;
    min-height: 32px;
    padding: 7px 8px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: #effffb;
    font-size: 12px;
    text-transform: none;
}

.jackpot-config-card span,
.jackpot-config-card em,
.jackpot-config-card b {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(224, 244, 240, 0.78);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.jackpot-config-card strong {
    color: var(--green);
    font-family: var(--font-display);
    font-size: clamp(20px, 1.7vw, 28px);
}

.jackpot-config-card b {
    justify-self: end;
    padding: 7px 9px;
    border-radius: 999px;
    color: #00110f;
    background: var(--green);
}

.flagship-chips,
.retail-flow-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.flagship-chips span,
.retail-flow-notes span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 999px;
    color: #effffb;
    background: rgba(0, 240, 200, 0.065);
    font-size: 12px;
    font-weight: 900;
}

.capability-matrix {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.capability-matrix article {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 16px;
    color: var(--text);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
        rgba(6, 16, 24, 0.78);
    font-weight: 900;
}

.operational-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.operational-trust-grid article {
    display: flex;
    gap: 14px;
    min-height: 154px;
    padding: 20px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
        rgba(6, 16, 24, 0.78);
}

.operational-trust-grid .ng-icon {
    flex: 0 0 auto;
    color: var(--green);
}

.operational-trust-grid h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.15;
}

.operational-trust-grid p {
    margin: 0;
    color: rgba(224, 244, 240, 0.74);
    font-size: 14px;
    line-height: 1.45;
}

.provider-trust-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
}

.provider-trust-section > article {
    padding: clamp(24px, 3vw, 42px);
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 15% 0%, rgba(0, 240, 200, 0.10), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.028)),
        rgba(6, 16, 24, 0.80);
}

.provider-trust-section h2 {
    margin: 0;
    max-width: 14ch;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.04;
}

.provider-trust-section p {
    color: rgba(224, 244, 240, 0.78);
    font-size: 16px;
    line-height: 1.5;
}

.provider-trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.provider-link {
    margin-top: 18px;
}

.provider-trust-tags span,
.provider-trust-section li span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 9px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 999px;
    color: var(--green);
    background: rgba(0, 240, 200, 0.065);
    font-size: 12px;
    font-weight: 900;
}

.provider-trust-section ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.provider-trust-section li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 46px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(214, 255, 247, 0.10);
    color: var(--text);
    font-weight: 800;
}

.company-profile-panel h2 {
    margin: 18px 0 12px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.04;
    letter-spacing: 0;
}

.company-profile-panel p {
    color: rgba(224, 244, 240, 0.78);
    font-size: 16px;
    line-height: 1.5;
}

.company-signal-grid,
.company-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.company-signal-grid span,
.company-principles span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 999px;
    color: #effffb;
    background: rgba(0, 240, 200, 0.065);
    font-size: 13px;
    font-weight: 900;
}

.company-story-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.company-story-grid article {
    min-height: 250px;
    padding: 24px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 20px;
    background:
        radial-gradient(circle at 16% 0%, rgba(0, 240, 200, 0.10), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.030)),
        rgba(6, 16, 24, 0.80);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.company-story-grid h3 {
    margin: 18px 0 10px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.15;
}

.company-story-grid p {
    color: rgba(224, 244, 240, 0.78);
    font-size: 16px;
    line-height: 1.48;
}

.operator-stack-visual {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 18px;
}

.operator-stack-visual article {
    min-height: 300px;
    padding: 24px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 20px;
    background: rgba(2, 12, 18, 0.72);
}

.operator-stack-visual article > div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.operator-stack-visual h3 {
    margin: 0;
    color: var(--text);
    font-size: 19px;
}

.operator-stack-visual ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.operator-stack-visual li {
    color: rgba(224, 244, 240, 0.78);
    font-size: 15px;
}

.operator-stack-visual li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 999px;
    background: var(--green);
}

.stack-cta,
.live-growth-cta {
    margin-top: 20px;
}

.live-growth-cta {
    display: flex;
    justify-content: center;
}

.demo-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.demo-form label:has(textarea),
.demo-form button,
.demo-form .form-microcopy {
    grid-column: 1 / -1;
}

.demo-form textarea {
    min-height: 128px;
}

.form-microcopy {
    margin: -4px 0 0;
    color: rgba(224, 244, 240, 0.68);
    font-size: 13px;
    line-height: 1.45;
}

.footer-grid {
    grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(150px, 1fr)) !important;
    gap: clamp(22px, 3vw, 46px) !important;
}

.footer-grid a {
    color: rgba(224, 244, 240, 0.76);
    text-decoration: none;
}

.footer-grid a:hover {
    color: var(--green);
}

@media (max-width: 1180px) {
    .conversion-path-grid,
    .differentiation-grid,
    .process-steps,
    .capability-matrix,
    .operational-trust-grid,
    .operator-stack-visual {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .provider-trust-section,
    .company-story-grid,
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .growth-engine-flagship {
        grid-template-columns: 1fr;
    }

    .flagship-flow,
    .retail-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .flagship-flow article:nth-child(3)::after,
    .retail-flow article:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 720px) {
    .conversion-path-grid,
    .differentiation-grid,
    .process-steps,
    .capability-matrix,
    .operational-trust-grid,
    .operator-stack-visual,
    .demo-form,
    .provider-trust-section,
    .company-story-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .flagship-flow,
    .retail-flow {
        grid-template-columns: 1fr;
    }

    .flagship-flow article::after,
    .retail-flow article::after {
        display: none;
    }

    .jackpot-config-card {
        grid-template-columns: 1fr;
    }

    .jackpot-config-card b {
        justify-self: start;
    }

    .jackpot-pool-list {
        grid-template-columns: 1fr;
    }
}

/* Focused polish: promotion suite balance and company presence */
.bonus-suite-layout {
    align-items: start !important;
}

.promotion-control-scene {
    align-self: start !important;
    min-height: auto !important;
    padding: clamp(22px, 2vw, 30px) !important;
}

.promo-module-grid {
    grid-template-rows: none !important;
    align-content: start !important;
    gap: 14px !important;
}

.promo-module-grid article {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 8px;
    align-content: start !important;
    min-height: clamp(190px, 15vw, 228px) !important;
    padding: clamp(22px, 2.1vw, 30px) !important;
}

.promo-module-grid article::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 240, 200, 0.42), rgba(58, 160, 255, 0.0));
    opacity: 0.55;
}

.promo-module-grid .ng-icon {
    grid-row: 1 / span 2;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
}

.promo-module-grid h3 {
    max-width: none !important;
    margin: 0 !important;
    font-size: clamp(18px, 1.25vw, 21px) !important;
}

.promo-module-grid p {
    max-width: 34ch !important;
    margin: 0 !important;
    font-size: 16px !important;
}

.bonus-center-cards article {
    padding-left: clamp(22px, 2vw, 30px) !important;
    padding-right: clamp(22px, 2vw, 30px) !important;
}

.bonus-center-cards .progress-track,
.reward-card .progress-track,
.preview-progress {
    width: calc(100% - 8px) !important;
    margin-right: 8px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
}

.bonus-center-cards .progress-track span,
.reward-card .progress-track span,
.preview-progress span {
    max-width: calc(100% - 2px);
    border-radius: inherit !important;
}

.contact-details {
    flex-wrap: wrap;
}

.contact-details span,
.footer-grid p strong {
    color: #f2fffc;
    font-weight: 900;
}

.contact-details span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(214, 255, 247, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
}

@media (max-width: 820px) {
    .promo-module-grid article {
        grid-template-columns: 40px minmax(0, 1fr);
        min-height: auto !important;
        padding: 20px !important;
    }

    .promo-module-grid .ng-icon {
        width: 40px !important;
        height: 40px !important;
    }
}

/* Bonus Center preview should support the Promotion Engine, not dominate the page */
.bonus-suite-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.62fr);
    width: 100%;
    max-width: none;
    margin-inline: 0;
    gap: 20px;
    align-items: start;
}

.bonus-center-preview {
    max-width: none;
    justify-self: stretch;
}

.promotion-control-scene {
    justify-self: stretch;
}

.bonus-center-cards {
    grid-template-columns: 1fr;
}

.bonus-center-cards article,
.bonus-center-cards article:first-child,
.bonus-center-cards article:last-child {
    grid-column: auto;
    min-height: 132px;
    gap: 8px;
    padding: 14px;
}

.bonus-center-cards h3 {
    margin: 6px 0 2px;
    font-size: 18px;
}

.bonus-center-cards article > strong {
    font-size: 19px;
}

.bonus-center-cards .progress-track {
    height: 7px;
    margin-top: 2px;
}

.bonus-center-cards button {
    min-height: 38px;
    border-radius: 12px;
}

.bonus-center-top {
    padding: 12px 14px;
}

@media (max-width: 1180px) {
    .bonus-suite-layout {
        grid-template-columns: 1fr;
    }

    .bonus-center-preview {
        max-width: none;
        justify-self: stretch;
    }
}

/* 10/10 growth visuals */
.live-growth-section,
.control-room-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.live-growth-bg,
.control-room-bg {
    position: absolute;
    inset: -8% 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 28%, rgba(0, 240, 200, 0.16), transparent 30%),
        radial-gradient(circle at 84% 20%, rgba(55, 163, 255, 0.13), transparent 34%),
        linear-gradient(135deg, rgba(1, 9, 15, 0.96), rgba(4, 37, 40, 0.78) 48%, rgba(3, 8, 14, 0.98));
    transform: translate3d(0, var(--parallax-y, 0), 0);
    transition: transform 0.08s linear;
}

.live-growth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
    gap: clamp(20px, 4vw, 44px);
    align-items: stretch;
}

.growth-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(18px, 2vw, 24px);
    border: 1px solid rgba(0, 240, 200, 0.23);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(2, 13, 18, 0.78);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38), inset 0 0 60px rgba(0, 240, 200, 0.035);
}

.growth-timeline::before {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 200, 0.75), rgba(55, 163, 255, 0.65), transparent);
    opacity: 0.42;
}

.growth-step {
    position: relative;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(2, 15, 20, 0.78);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.growth-step::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 18px;
    top: 18px;
    border-radius: 999px;
    background: rgba(0, 240, 200, 0.34);
    box-shadow: 0 0 0 rgba(0, 240, 200, 0);
}

.growth-step span,
.control-module span,
.flow-metrics span,
.flow-progress-block span,
.control-core span,
.control-floating-card span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.growth-step strong {
    display: block;
    margin-top: 22px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.05;
}

.growth-step em {
    display: block;
    margin-top: 8px;
    color: #bcd6d1;
    font-style: normal;
    font-size: 15px;
    font-weight: 760;
}

.growth-step.active {
    transform: translateY(-5px);
    border-color: rgba(0, 240, 200, 0.62);
    background:
        radial-gradient(circle at 18% 16%, rgba(0, 240, 200, 0.22), transparent 42%),
        rgba(3, 32, 35, 0.9);
    box-shadow: 0 22px 50px rgba(0, 240, 200, 0.13);
}

.growth-step.active::before {
    background: var(--green);
    animation: growthPulse 1.8s ease-in-out infinite;
}

.operator-live-panel,
.control-room-dashboard {
    position: relative;
    padding: clamp(18px, 2.2vw, 28px);
    border: 1px solid rgba(0, 240, 200, 0.27);
    border-radius: 30px;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 240, 200, 0.14), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(2, 15, 20, 0.84);
    box-shadow: 0 34px 95px rgba(0, 0, 0, 0.44), inset 0 0 70px rgba(55, 163, 255, 0.04);
}

.flow-panel-top,
.flow-progress-block > div,
.control-room-dashboard .control-core {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.flow-panel-top {
    padding: 16px;
    border-radius: 18px;
    background: rgba(1, 11, 16, 0.82);
}

.flow-panel-top strong,
.control-core h3 {
    display: block;
    margin-top: 4px;
    color: var(--text);
    font-family: var(--font-display);
}

.flow-panel-top em {
    color: var(--green);
    font-style: normal;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.flow-progress-block {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
}

.flow-progress-block strong {
    color: var(--green);
    font-size: 36px;
    line-height: 1;
}

.flow-progress,
.control-bars,
.preview-progress {
    overflow: hidden;
}

.flow-progress {
    height: 10px;
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(214, 255, 247, 0.12);
}

.flow-progress span,
.control-bars span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--green), #37a3ff);
}

.flow-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.flow-metrics div {
    min-height: 86px;
    padding: 14px;
    border: 1px solid rgba(214, 255, 247, 0.11);
    border-radius: 18px;
    background: rgba(1, 12, 17, 0.74);
}

.flow-metrics .wide {
    grid-column: 1 / -1;
}

.flow-metrics strong {
    display: block;
    margin-top: 9px;
    color: #f2fffc;
    font-size: 18px;
    line-height: 1.2;
}

.micro-notifications {
    position: relative;
    min-height: 58px;
    margin-top: 16px;
    overflow: hidden;
}

.micro-notifications span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 18px;
    background: rgba(0, 240, 200, 0.08);
    color: var(--text);
    font-weight: 900;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.micro-notifications span::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 18px rgba(0, 240, 200, 0.7);
}

.micro-notifications span.active {
    opacity: 1;
    transform: translateY(0);
}

.control-room-section {
    background: linear-gradient(180deg, rgba(2, 11, 18, 0.98), rgba(2, 30, 32, 0.82), rgba(2, 11, 18, 0.98));
}

.control-room-dashboard {
    display: grid;
    grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.25fr);
    gap: 18px;
    min-height: 520px;
}

.control-core {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center !important;
    min-height: 100%;
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid rgba(0, 240, 200, 0.2);
    border-radius: 24px;
    background:
        radial-gradient(circle at 0% 0%, rgba(0, 240, 200, 0.16), transparent 40%),
        rgba(1, 13, 18, 0.82);
}

.control-core h3 {
    margin: 0;
    max-width: 520px;
    color: var(--green);
    font-size: clamp(34px, 4.8vw, 76px);
    line-height: 0.94;
}

.control-core p {
    max-width: 520px;
    color: #d7ece8;
    font-size: 17px;
    line-height: 1.55;
}

.control-bars {
    display: grid;
    gap: 8px;
    width: min(420px, 100%);
    height: auto;
}

.control-bars span {
    height: 8px;
    animation: barGlow 3.2s ease-in-out infinite;
}

.control-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.control-module {
    min-height: 150px;
    padding: 18px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(1, 12, 17, 0.78);
    transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.control-module:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 240, 200, 0.35);
    box-shadow: 0 18px 45px rgba(0, 240, 200, 0.09);
}

.control-module strong {
    display: block;
    margin-top: 10px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(22px, 2.3vw, 36px);
    line-height: 1;
}

.control-module p {
    margin: 10px 0 0;
    color: #bcd6d1;
    font-size: 15px;
    line-height: 1.35;
}

.control-floating-card {
    position: absolute;
    display: grid;
    gap: 4px;
    min-width: 150px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 240, 200, 0.28);
    border-radius: 18px;
    background: rgba(1, 12, 17, 0.92);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
    animation: softFloat 5s ease-in-out infinite;
}

.control-floating-card strong {
    color: var(--green);
    font-size: 28px;
    line-height: 1;
}

.control-floating-card.card-a {
    left: clamp(16px, 4vw, 54px);
    bottom: 22px;
}

.control-floating-card.card-b {
    right: clamp(16px, 4vw, 54px);
    top: 22px;
    animation-delay: -1.7s;
}

@keyframes growthPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 240, 200, 0.42); }
    50% { box-shadow: 0 0 0 12px rgba(0, 240, 200, 0); }
}

@keyframes barGlow {
    0%, 100% { filter: saturate(1); opacity: 0.82; }
    50% { filter: saturate(1.35); opacity: 1; }
}

@keyframes softFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -9px, 0); }
}

@media (max-width: 980px) {
    .live-growth-shell,
    .control-room-dashboard {
        grid-template-columns: 1fr;
    }

    .control-room-dashboard {
        min-height: auto;
    }

    .control-floating-card {
        position: static;
        animation: none;
    }
}

/* Engagement page hero must fully contain the product panel before the trust strip */
.engagement-product-hero {
    align-items: center;
    min-height: 840px !important;
    padding-bottom: 210px !important;
}

.engagement-product-hero + .trust-strip {
    margin-top: -120px !important;
    position: relative;
    z-index: 5;
}

.engagement-product-hero .engagement-hero-panel {
    align-self: center;
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .engagement-product-hero {
        min-height: auto !important;
        padding-bottom: 42px !important;
    }

    .engagement-product-hero + .trust-strip {
        margin-top: 16px !important;
    }
}

@media (max-width: 720px) {
    .live-growth-section,
    .control-room-section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .growth-timeline {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        border-radius: 22px;
    }

    .growth-timeline::before {
        top: 24px;
        bottom: 24px;
        left: 27px;
        right: auto;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, transparent, rgba(0, 240, 200, 0.72), rgba(55, 163, 255, 0.58), transparent);
    }

    .growth-step {
        min-height: 96px;
        padding: 14px 14px 14px 48px;
        border-radius: 18px;
    }

    .growth-step::before {
        left: 18px;
        right: auto;
    }

    .growth-step strong {
        margin-top: 12px;
        font-size: 18px;
    }

    .growth-step em {
        font-size: 14px;
    }

    .operator-live-panel,
    .control-room-dashboard {
        padding: 14px;
        border-radius: 22px;
    }

    .flow-metrics,
    .control-module-grid {
        grid-template-columns: 1fr;
    }

    .control-core {
        padding: 20px;
        min-height: 320px;
    }

    .control-core h3 {
        font-size: clamp(34px, 13vw, 52px);
    }

    .control-module {
        min-height: auto;
    }
}

/* Platform page: make it useful as an operating stack, not a duplicate homepage */
.platform-hero {
    min-height: 740px;
}

.platform-stack-map {
    position: relative;
    display: grid;
    gap: 18px;
    align-self: center;
    width: min(620px, 100%);
    padding: clamp(18px, 2.4vw, 30px);
    border: 1px solid rgba(0, 240, 200, 0.28);
    border-radius: 30px;
    background:
        radial-gradient(circle at 78% 16%, rgba(0, 240, 200, 0.18), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(2, 13, 18, 0.84);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 0 44px rgba(0, 240, 200, 0.10);
}

.stack-map-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(1, 11, 16, 0.78);
}

.stack-map-top span,
.stack-map-top strong,
.stack-map-core span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stack-map-top strong {
    color: var(--green);
}

.stack-map-core {
    padding: 26px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(0, 240, 200, 0.12), rgba(55, 163, 255, 0.05)),
        rgba(1, 13, 18, 0.80);
}

.stack-map-core strong {
    display: block;
    margin-top: 12px;
    color: var(--green);
    font-family: var(--font-display);
    font-size: clamp(42px, 4vw, 68px);
    line-height: 0.94;
}

.stack-map-core p {
    max-width: 490px;
    color: #d4ebe7;
    font-size: 16px;
    line-height: 1.45;
}

.stack-map-ring {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.stack-map-ring span {
    padding: 14px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 16px;
    color: #f1fffc;
    background: rgba(1, 12, 17, 0.72);
    font-weight: 900;
}

.platform-architecture {
    background:
        radial-gradient(circle at 72% 22%, rgba(0, 240, 200, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(2, 8, 14, 0.98), rgba(2, 23, 28, 0.82), rgba(2, 8, 14, 0.98));
}

.architecture-rail {
    display: grid;
    gap: 18px;
}

.architecture-rail article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: clamp(20px, 2.4vw, 30px);
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
        rgba(1, 12, 17, 0.74);
}

.architecture-rail article > span {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(0, 240, 200, 0.36);
    border-radius: 50%;
    color: var(--green);
    background: rgba(0, 240, 200, 0.08);
    font-weight: 950;
}

.architecture-rail h3 {
    margin: 0;
    color: var(--text);
    font-size: clamp(26px, 2.4vw, 42px);
}

.architecture-rail p {
    max-width: 720px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.5;
}

.architecture-rail article div div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.architecture-rail b {
    padding: 10px 12px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 999px;
    color: #eafffb;
    background: rgba(0, 240, 200, 0.07);
    font-size: 13px;
}

.platform-control-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.platform-control-grid article {
    min-height: 210px;
    padding: 22px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 22px;
    background: rgba(2, 14, 20, 0.74);
}

.platform-control-grid h3 {
    margin: 0;
    color: var(--text);
    font-size: 21px;
}

.platform-control-grid p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}

.platform-stack-band {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
    gap: clamp(22px, 5vw, 70px);
    align-items: center;
    background:
        radial-gradient(circle at 78% 24%, rgba(0, 240, 200, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(2, 8, 14, 0.98), rgba(3, 35, 38, 0.86), rgba(2, 8, 14, 0.98));
}

.platform-stack-band h2 {
    max-width: 760px;
    font-size: clamp(38px, 4.8vw, 76px);
    line-height: 0.98;
}

.platform-stack-band p {
    max-width: 620px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.55;
}

.stack-band-flow {
    display: grid;
    gap: 12px;
}

.stack-band-flow span {
    padding: 18px 20px;
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 18px;
    background: rgba(1, 12, 17, 0.72);
    color: #f1fffc;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 850;
}

.premium-stack-flow {
    position: relative;
    gap: 14px;
}

.premium-stack-flow::before {
    content: "";
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 28px;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 240, 200, 0.05), rgba(0, 240, 200, 0.65), rgba(55, 163, 255, 0.35), rgba(0, 240, 200, 0.05));
}

.premium-stack-flow article {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
        rgba(1, 12, 17, 0.76);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.premium-stack-flow article:hover {
    transform: translateX(4px);
    border-color: rgba(0, 240, 200, 0.34);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.11), rgba(55, 163, 255, 0.04)),
        rgba(1, 12, 17, 0.84);
}

.premium-stack-flow article > span {
    display: inline-grid;
    width: 56px;
    height: 56px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(0, 240, 200, 0.38);
    border-radius: 18px;
    color: var(--green);
    background: rgba(0, 240, 200, 0.08);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 950;
}

.premium-stack-flow strong {
    display: block;
    color: #f2fffc;
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.05;
}

.premium-stack-flow p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.35;
}

@media (max-width: 720px) {
    .premium-stack-flow::before {
        left: 24px;
    }

    .premium-stack-flow article {
        grid-template-columns: 48px 1fr;
        padding: 14px;
    }

    .premium-stack-flow article > span {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .premium-stack-flow strong {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .platform-control-grid,
    .platform-stack-band {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .platform-hero {
        min-height: auto;
    }

    .stack-map-ring {
        grid-template-columns: 1fr;
    }

    .architecture-rail article {
        grid-template-columns: 1fr;
    }

    .platform-control-grid {
        grid-template-columns: 1fr;
    }
}

/* Alignment fixes after QA */
.trust-strip {
    margin: 18px auto 0 !important;
}

.control-floating-card {
    display: none !important;
}

.control-room-dashboard {
    overflow: hidden;
}

.rewards-cinematic {
    align-items: center;
}

.rewards-cinematic .rewards-copy {
    align-self: center;
}

.rewards-cinematic .rewards-preview {
    align-self: center;
}

.reward-card {
    display: flex !important;
    flex-direction: column;
}

.reward-card h3 {
    min-height: 54px;
}

.reward-card p {
    min-height: 30px;
}

.reward-card .progress-track {
    margin-top: auto;
}

.reward-card button {
    margin-top: 14px !important;
    min-height: 48px;
}

.agg-provider-grid.logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.provider-logo-tile:last-child {
    border-color: rgba(0, 240, 200, 0.35);
    background: rgba(0, 240, 200, 0.10);
}

.agg-control-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px !important;
    align-items: stretch;
}

.agg-control-strip span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    text-align: center;
    line-height: 1.15;
}

.visual-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.visual-proof-grid article {
    min-height: 250px !important;
    grid-row: auto !important;
}

.visual-proof-grid .featured-proof {
    grid-row: auto !important;
}

.rewards-motivation-panel {
    gap: 16px;
    min-height: auto;
}

.rewards-motivation-panel > span {
    display: none;
}

.motivation-flow {
    display: grid;
    gap: 10px;
}

.motivation-flow article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(214, 255, 247, 0.14);
    border-radius: 16px;
    background: rgba(1, 12, 17, 0.62);
}

.motivation-flow span {
    grid-row: span 2;
    display: inline-grid !important;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0 !important;
    border-radius: 50% !important;
    color: var(--ink) !important;
    background: var(--green) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

.motivation-flow b {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
}

.motivation-flow em {
    color: var(--muted);
    font-style: normal;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
}

@media (max-width: 980px) {
    .visual-proof-grid,
    .agg-control-strip {
        grid-template-columns: 1fr !important;
    }

    .agg-provider-grid.logo-wall {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Engagement hero compact panel */
.engagement-hero-panel {
    display: grid;
    gap: 16px;
    align-self: center;
    width: min(620px, 100%);
    max-height: none;
    padding: clamp(18px, 2.2vw, 28px);
    border: 1px solid rgba(0, 240, 200, 0.30);
    border-radius: 28px;
    background:
        radial-gradient(circle at 84% 10%, rgba(0, 240, 200, 0.18), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(2, 13, 18, 0.82);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 0 44px rgba(0, 240, 200, 0.10);
}

.engagement-panel-top,
.engagement-panel-flow,
.engagement-panel-metrics {
    display: flex;
    gap: 12px;
    align-items: center;
}

.engagement-panel-top {
    justify-content: space-between;
    padding: 13px 15px;
    border-radius: 16px;
    background: rgba(1, 11, 16, 0.78);
}

.engagement-panel-top span,
.engagement-panel-top strong,
.engagement-panel-core span,
.engagement-panel-metrics span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.engagement-panel-top strong {
    color: var(--green);
}

.engagement-panel-core {
    min-height: 180px;
    padding: 22px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(0, 240, 200, 0.10), rgba(55, 163, 255, 0.05)),
        rgba(1, 13, 18, 0.80);
}

.engagement-panel-core strong {
    display: block;
    margin-top: 14px;
    max-width: 440px;
    color: var(--green);
    font-family: var(--font-display);
    font-size: clamp(34px, 3.5vw, 58px);
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.engagement-panel-core p {
    max-width: 480px;
    color: #d4ebe7;
    font-size: 16px;
    line-height: 1.45;
}

.engagement-panel-flow {
    justify-content: space-between;
    padding: 14px;
    border-radius: 18px;
    background: rgba(1, 12, 17, 0.72);
}

.engagement-panel-flow span {
    color: #f0fffb;
    font-size: 13px;
    font-weight: 900;
}

.engagement-panel-flow i {
    flex: 1;
    height: 2px;
    max-width: 44px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--green), var(--blue));
}

.engagement-panel-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
}

.engagement-panel-metrics div {
    padding: 13px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 16px;
    background: rgba(1, 12, 17, 0.72);
}

.engagement-panel-metrics strong {
    display: block;
    margin-top: 7px;
    color: #f4fffc;
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 980px) {
    .engagement-hero-panel {
        max-height: none;
    }
}

@media (max-width: 720px) {
    .engagement-panel-flow {
        flex-wrap: wrap;
    }

    .engagement-panel-flow i {
        display: none;
    }

    .engagement-panel-metrics {
        grid-template-columns: 1fr;
    }
}

/* Visibility fixes: make downloaded images actually visible and prevent section clipping */
.hero-image-backed,
.cinematic-feature,
.rewards-cinematic {
    background:
        linear-gradient(90deg, rgba(2, 7, 12, 0.96) 0%, rgba(2, 10, 15, 0.82) 42%, rgba(2, 20, 22, 0.38) 100%),
        radial-gradient(circle at 70% 30%, rgba(0, 240, 200, 0.24), transparent 34%),
        linear-gradient(135deg, #02070d, #062429 58%, #031015) !important;
    background-size: cover !important;
    background-position: center !important;
}

.hero-image-backed::before,
.cinematic-feature::before,
.rewards-cinematic::before {
    background:
        radial-gradient(circle at 78% 18%, rgba(0, 240, 200, 0.15), transparent 26%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)) !important;
}

.cinematic-feature::after,
.rewards-cinematic::after,
.control-room-section::after {
    content: "";
    position: absolute;
    inset: 8% 3% 8% auto;
    z-index: -1;
    width: min(42vw, 720px);
    border-radius: 34px;
    background:
        linear-gradient(90deg, rgba(2, 8, 14, 0.25), rgba(2, 8, 14, 0.72)),
        radial-gradient(circle, rgba(0, 240, 200, 0.18), transparent 62%);
    background-size: cover;
    background-position: center;
    opacity: 0.64;
    filter: saturate(1.2) contrast(1.06);
    box-shadow: inset 0 0 0 1px rgba(214, 255, 247, 0.12), 0 35px 120px rgba(0, 0, 0, 0.38);
}

.control-room-section {
    padding-top: clamp(110px, 8vw, 150px) !important;
    scroll-margin-top: 120px;
}

.control-room-section .section-head {
    overflow: visible;
    margin-bottom: 36px;
}

.control-room-section .section-head h2 {
    max-width: 980px;
    font-size: clamp(44px, 5.2vw, 82px);
    line-height: 0.96;
}

.rewards-cinematic {
    grid-template-columns: minmax(340px, 0.58fr) minmax(560px, 1.42fr);
    min-height: 660px;
}

.rewards-copy h2 {
    max-width: 720px;
    font-size: clamp(42px, 4.25vw, 70px);
    line-height: 0.98;
}

.rewards-copy p {
    max-width: 620px;
}

.rewards-cinematic .reward-card-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.rewards-cinematic .reward-card {
    min-height: auto;
}

@media (max-width: 980px) {
    .cinematic-feature::after,
    .rewards-cinematic::after,
    .control-room-section::after {
        inset: 86px 18px auto 18px;
        width: auto;
        height: 260px;
        opacity: 0.36;
    }

    .control-room-section {
        padding-top: 76px !important;
    }

    .rewards-cinematic {
        grid-template-columns: 1fr;
    }

    .rewards-cinematic .reward-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .hero-image-backed,
    .cinematic-feature,
    .rewards-cinematic {
        background:
            linear-gradient(180deg, rgba(2, 7, 12, 0.78) 0%, rgba(2, 9, 14, 0.94) 48%, rgba(3, 18, 21, 0.98) 100%),
            radial-gradient(circle at 50% 0%, rgba(0, 240, 200, 0.22), transparent 40%),
            linear-gradient(135deg, #02070d, #062429 58%, #031015) !important;
        background-position: center top !important;
    }

    .rewards-copy h2,
    .control-room-section .section-head h2 {
        font-size: clamp(34px, 10.2vw, 48px);
    }

    .rewards-cinematic .reward-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .growth-step.active::before,
    .control-bars span,
    .control-floating-card {
        animation: none !important;
    }
}

/* Final cinematic enterprise layer */
.main-nav {
    gap: 3px;
    padding: 7px;
}

.main-nav a {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.hero-image-backed,
.cinematic-feature,
.rewards-cinematic {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(2, 8, 14, 0.98) 0%, rgba(2, 14, 22, 0.91) 44%, rgba(1, 34, 33, 0.78) 100%),
        radial-gradient(circle at 78% 30%, rgba(0, 240, 200, 0.22), transparent 32%),
        radial-gradient(circle at 20% 70%, rgba(55, 163, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #02070d, #062429 58%, #031015);
    background-size: cover;
    background-position: center;
}

.cinematic-hero.reveal,
.product-hero.reveal,
.contact-page.reveal {
    opacity: 1;
    transform: none;
}

.hero-image-backed .hero-copy,
.hero-image-backed > div:first-child,
.hero-image-backed .growth-dashboard,
.hero-image-backed .offer-panel,
.hero-image-backed .terminal-mockup,
.hero-image-backed .demo-form {
    position: relative;
    z-index: 2;
}

.hero-image-backed h1,
.hero-image-backed h2,
.hero-image-backed p,
.hero-image-backed .eyebrow {
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.42);
}

.hero-image-backed::before,
.cinematic-feature::before,
.rewards-cinematic::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.45)),
        radial-gradient(circle at 80% 15%, rgba(0, 240, 200, 0.18), transparent 28%);
    pointer-events: none;
}

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: min(1540px, calc(100% - 48px));
    margin: -34px auto 0;
    padding: 16px;
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(2, 13, 18, 0.88);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    position: relative;
    z-index: 3;
}

.trust-strip span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid rgba(0, 240, 200, 0.24);
    border-radius: 999px;
    color: #eafffb;
    background: rgba(0, 240, 200, 0.07);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 850;
}

.cinematic-feature {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: end;
    min-height: 680px;
    border-top: 1px solid rgba(214, 255, 247, 0.08);
    border-bottom: 1px solid rgba(214, 255, 247, 0.08);
}

.cinematic-media {
    position: absolute;
    inset: 10% 45% 8% 4%;
    z-index: -1;
    border-radius: 34px;
    background:
        radial-gradient(circle at 40% 30%, rgba(0, 240, 200, 0.26), transparent 28%),
        linear-gradient(145deg, rgba(0, 240, 200, 0.08), rgba(55, 163, 255, 0.12)),
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1px rgba(214, 255, 247, 0.14), 0 35px 100px rgba(0, 0, 0, 0.42);
    filter: saturate(1.08);
}

.cinematic-media::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(2, 8, 14, 0.72), rgba(2, 8, 14, 0.1), rgba(2, 8, 14, 0.78));
}

.cinematic-content {
    max-width: 620px;
}

.cinematic-content h2,
.rewards-copy h2,
.network-story-copy h2 {
    margin: 0;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(42px, 5.4vw, 86px);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.cinematic-content p,
.rewards-copy p,
.network-story-copy p {
    max-width: 640px;
    color: #d2e8e4;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.55;
}

.cinematic-points {
    display: grid;
    gap: 14px;
    align-self: center;
}

.cinematic-points article {
    padding: 20px;
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 22px;
    background: rgba(2, 14, 20, 0.76);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.cinematic-points span {
    color: var(--green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cinematic-points strong {
    display: block;
    margin-top: 8px;
    color: #f3fffc;
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1.1;
}

.cinematic-points p {
    margin: 8px 0 0;
    color: #bfd8d3;
    font-size: 15px;
    line-height: 1.45;
}

.rewards-cinematic {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
    gap: clamp(22px, 4vw, 56px);
    align-items: center;
    min-height: 720px;
    border-top: 1px solid rgba(214, 255, 247, 0.08);
    border-bottom: 1px solid rgba(214, 255, 247, 0.08);
}

.rewards-cinematic .rewards-preview {
    margin: 0;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.network-story {
    display: grid;
    grid-template-columns: minmax(300px, 0.76fr) minmax(520px, 1.24fr);
    gap: clamp(22px, 5vw, 74px);
    align-items: start;
    background:
        radial-gradient(circle at 18% 20%, rgba(0, 240, 200, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(2, 8, 14, 0.98), rgba(4, 33, 39, 0.84), rgba(2, 8, 14, 0.98));
}

.network-story-copy {
    position: sticky;
    top: 110px;
}

.network-rail {
    position: relative;
    display: grid;
    gap: 16px;
}

.network-rail::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 23px;
    width: 2px;
    background: linear-gradient(180deg, rgba(0, 240, 200, 0.05), rgba(0, 240, 200, 0.65), rgba(55, 163, 255, 0.32), rgba(0, 240, 200, 0.05));
}

.network-rail article {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 18px;
    padding: 22px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 22px;
    background: rgba(2, 14, 20, 0.74);
}

.network-rail span {
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(0, 240, 200, 0.35);
    border-radius: 50%;
    color: var(--green);
    background: rgba(0, 240, 200, 0.08);
    font-weight: 950;
}

.network-rail strong {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 22px;
}

.network-rail p {
    grid-column: 2;
    margin: -18px 0 0;
    color: #bdd8d3;
    font-size: 16px;
    line-height: 1.45;
}

.premium-choice-grid article {
    min-height: 178px;
}

.contact-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.contact-trust span {
    padding: 10px 12px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 999px;
    color: #eafffb;
    background: rgba(0, 240, 200, 0.07);
    font-size: 13px;
    font-weight: 850;
}

@media (max-width: 1180px) {
    .site-header {
        gap: 14px;
    }

    .main-nav a {
        padding-inline: 10px;
        font-size: 11px;
    }
}

@media (max-width: 980px) {
    .cinematic-feature,
    .rewards-cinematic,
    .network-story {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .cinematic-media {
        position: relative;
        inset: auto;
        min-height: 260px;
        order: -1;
    }

    .network-story-copy {
        position: static;
    }
}

@media (max-width: 720px) {
    .trust-strip {
        width: calc(100% - 28px);
        margin-top: -18px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        border-radius: 18px;
    }

    .trust-strip span {
        flex: 0 0 auto;
        font-size: 12px;
    }

    .cinematic-feature,
    .rewards-cinematic,
    .network-story {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .cinematic-content h2,
    .rewards-copy h2,
    .network-story-copy h2 {
        font-size: clamp(36px, 11vw, 50px);
    }

    .network-rail article {
        grid-template-columns: 42px 1fr;
        padding: 16px;
    }

    .network-rail span {
        width: 42px;
        height: 42px;
    }

    .network-rail strong {
        font-size: 18px;
    }

    .network-rail p {
        margin-top: -12px;
        font-size: 15px;
    }
}

@media (max-width: 540px) {
    body {
        font-size: 16px;
    }

    .cinematic-hero .hero-copy > p:not(.eyebrow) {
        font-size: 17px;
    }

    .hero-trust.premium-badges {
        grid-template-columns: 1fr;
    }

    .growth-top,
    .agg-mockup-top {
        align-items: flex-start;
    }

    .growth-kpi,
    .visual-proof-grid article,
    .home-value-grid article {
        padding: 18px;
    }

    .terminal-grid {
        grid-template-columns: 1fr;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 78% 4%, rgba(0, 240, 200, 0.16), transparent 28%),
        radial-gradient(circle at 20% 12%, rgba(58, 160, 255, 0.13), transparent 26%),
        var(--bg);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 16px clamp(18px, 5vw, 72px);
    background: rgba(6, 11, 18, 0.86);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand-logo {
    display: block;
    width: clamp(172px, 15vw, 236px);
    height: auto;
    filter: drop-shadow(0 10px 24px rgba(0, 240, 200, 0.22));
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-toggle,
.nav-toggle-button {
    display: none;
}

.main-nav a {
    padding: 9px 11px;
    color: var(--muted-soft);
    border-radius: var(--radius);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--ink);
    background: var(--green);
}

.header-cta,
.primary-button,
.secondary-button,
.button,
.demo-form button,
.reward-card button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid var(--green);
    border-radius: var(--radius);
    color: var(--ink);
    background: var(--green);
    box-shadow: 0 16px 34px rgba(0, 240, 200, 0.18);
    font-weight: 900;
    cursor: pointer;
}

.secondary-button,
.button-ghost {
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: none;
}

.hero-shell,
.product-hero,
.landing-hero,
.section,
.page-hero,
.page-hero-section,
.contact-page,
.site-footer,
.final-cta {
    padding-left: clamp(18px, 5vw, 72px);
    padding-right: clamp(18px, 5vw, 72px);
}

.product-hero,
.landing-hero,
.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.58fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: 660px;
    padding-top: 82px;
    padding-bottom: 82px;
    padding-left: clamp(20px, 5vw, 72px);
    padding-right: clamp(20px, 5vw, 72px);
    background:
        radial-gradient(circle at 76% 18%, rgba(0, 240, 200, 0.16), transparent 30%),
        radial-gradient(circle at 6% 82%, rgba(58, 160, 255, 0.12), transparent 28%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.08), rgba(58, 160, 255, 0.045) 48%, rgba(6, 11, 18, 0.2)),
        #07111a;
}

.product-hero h1,
.landing-hero h1,
.page-hero h1 {
    max-width: 980px;
    font-size: clamp(46px, 5.7vw, 82px);
}

.product-hero p:not(.eyebrow),
.landing-hero p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
    max-width: 840px;
    color: var(--muted);
    font-size: clamp(17px, 1.7vw, 21px);
}

.page-hero {
    display: block;
    min-height: 420px;
}

.product-hero > div:first-child,
.landing-hero > div:first-child,
.page-hero > * {
    max-width: 980px;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
    gap: clamp(30px, 5vw, 80px);
    align-items: center;
    min-height: 760px;
    padding-top: 84px;
    padding-bottom: 42px;
    background:
        radial-gradient(circle at 72% 18%, rgba(0, 240, 200, 0.17), transparent 30%),
        radial-gradient(circle at 18% 78%, rgba(58, 160, 255, 0.10), transparent 28%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.08), rgba(6, 11, 18, 0.18) 48%, rgba(58, 160, 255, 0.06)),
        #07111a;
}

.hero-copy {
    max-width: 820px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-shadow: 0 0 22px rgba(0, 240, 200, 0.18);
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    margin: 0;
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.96;
    letter-spacing: 0;
}

h2 {
    margin: 0;
    font-size: clamp(32px, 4.8vw, 60px);
    line-height: 1;
    letter-spacing: 0;
}

h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.15;
}

.hero-copy > p:not(.eyebrow),
.section-head > p,
.contact-page > div > p {
    max-width: 760px;
    color: var(--muted);
    font-size: clamp(17px, 2vw, 22px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.dashboard-mockup,
.hero-lead-card,
.rewards-preview,
.preview-panel,
.offer-panel,
.lead-form-card,
.bonus-preview-card,
.demo-form,
.service-card,
.usecase-grid article,
.layer-grid article,
.journey-grid article,
.value-grid article,
.benefit-grid article,
.tool-grid article,
.landing-proof-grid article,
.advantage-grid article,
.mission-layout,
.advantage-section,
.final-cta {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
        rgba(7, 17, 25, 0.82);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.30);
}

.hero-lead-card {
    align-self: center;
    padding: clamp(22px, 3vw, 34px);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.14), rgba(58, 160, 255, 0.08)),
        rgba(255, 255, 255, 0.075);
}

.hero-lead-card h2 {
    font-size: clamp(26px, 2.4vw, 36px);
    line-height: 1.06;
}

.hero-lead-card p:not(.eyebrow) {
    color: var(--muted);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid rgba(0, 240, 200, 0.24);
    border-radius: var(--radius);
    color: #dffdfa;
    background: rgba(0, 240, 200, 0.075);
    font-size: 13px;
    font-weight: 900;
}

.offer-panel,
.lead-form-card,
.bonus-preview-card {
    padding: 24px;
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.13), rgba(58, 160, 255, 0.08)),
        rgba(10, 38, 43, 0.88);
}

.offer-panel {
    display: grid;
    gap: 12px;
    align-self: stretch;
    min-height: 280px;
}

.offer-panel strong {
    display: block;
    font-size: 28px;
    line-height: 1.05;
}

.offer-panel span,
.bonus-preview-list span {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--green);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 900;
}

.dashboard-mockup {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    padding: clamp(18px, 3vw, 28px);
    background:
        linear-gradient(150deg, rgba(0, 240, 200, 0.16), rgba(58, 160, 255, 0.10)),
        rgba(255, 255, 255, 0.075);
}

.dashboard-mockup::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.dashboard-mockup > * {
    position: relative;
}

.mockup-top,
.mockup-kpi,
.mockup-grid div,
.activity-feed {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(5, 13, 20, 0.72);
}

.mockup-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.mockup-top strong {
    color: var(--green);
}

.mockup-kpi {
    padding: 22px;
}

.mockup-kpi span,
.mockup-grid span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.mockup-kpi strong {
    display: block;
    margin-top: 8px;
    color: var(--green);
    font-size: clamp(58px, 8vw, 92px);
    line-height: 0.9;
}

.mockup-kpi p,
.activity-feed p {
    color: #c7dbd7;
}

.mockup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mockup-grid div {
    min-height: 116px;
    padding: 16px;
}

.mockup-grid strong {
    display: block;
    margin-top: 8px;
    font-size: 30px;
    line-height: 1;
}

.activity-feed {
    display: grid;
    gap: 8px;
    padding: 14px;
}

.activity-feed p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    font-size: 14px;
}

.activity-feed span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 99px;
    background: var(--gold);
}

.stats-bar {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.stats-bar div {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.055);
}

.stats-bar strong {
    display: block;
    color: var(--green);
    font-size: 31px;
    line-height: 1;
}

.stats-bar span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.section,
.page-hero-section {
    padding-top: clamp(64px, 7vw, 92px);
    padding-bottom: clamp(64px, 7vw, 92px);
}

.section + .section {
    border-top: 1px solid rgba(214, 255, 247, 0.08);
}

.service-grid,
.benefit-grid,
.tool-grid,
.landing-proof-grid,
.advantage-grid,
.operator-network-grid,
.content-coverage-grid,
.operator-control-grid,
.aggregator-advantage-grid,
.role-grid,
.check-card-grid {
    display: grid;
    gap: 16px;
    align-items: stretch;
}

.service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-grid,
.tool-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aggregator-hero {
    background:
        radial-gradient(circle at 78% 12%, rgba(0, 240, 200, 0.20), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(58, 160, 255, 0.13), transparent 30%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.075), rgba(6, 11, 18, 0.14) 52%, rgba(58, 160, 255, 0.07)),
        #07111a;
}

.aggregator-hero-mockup {
    position: relative;
    display: grid;
    gap: 16px;
    padding: clamp(20px, 2.8vw, 30px);
    border: 1px solid rgba(0, 240, 200, 0.28);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.13), rgba(58, 160, 255, 0.07)),
        rgba(255, 255, 255, 0.065);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 240, 200, 0.08);
    overflow: hidden;
}

.aggregator-hero-mockup::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.30;
    pointer-events: none;
}

.aggregator-hero-mockup > * {
    position: relative;
    z-index: 1;
}

.agg-mockup-top,
.agg-lobby-preview,
.agg-hero-stats {
    display: grid;
    gap: 10px;
}

.agg-mockup-top {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(2, 15, 20, 0.70);
}

.agg-mockup-top span,
.agg-lobby-preview span,
.agg-hero-stats span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.agg-mockup-top strong {
    color: var(--green);
    font-size: 13px;
    text-transform: uppercase;
}

.agg-provider-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.agg-provider-grid span,
.agg-provider-grid a,
.category-pills span {
    min-height: 46px;
    padding: 12px;
    border: 1px solid rgba(214, 255, 247, 0.14);
    border-radius: 12px;
    color: var(--text);
    background: rgba(2, 15, 20, 0.48);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.agg-provider-grid span::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 99px;
    background: var(--green);
    box-shadow: 0 0 14px rgba(0, 240, 200, 0.55);
}

.agg-lobby-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agg-lobby-preview div,
.agg-hero-stats article {
    padding: 16px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 12px;
    background: rgba(2, 15, 20, 0.55);
}

.agg-lobby-preview strong {
    display: block;
    margin-top: 8px;
    color: var(--text);
    font-size: 18px;
}

.agg-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agg-hero-stats strong {
    display: block;
    color: var(--green);
    font-size: clamp(22px, 2.2vw, 34px);
    line-height: 1;
}

.aggregator-flow-section {
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.06), rgba(6, 11, 18, 0)),
        #060b12;
}

.aggregator-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.aggregator-flow article {
    position: relative;
    min-height: 132px;
    padding: 20px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.11), rgba(58, 160, 255, 0.045)),
        rgba(255, 255, 255, 0.055);
}

.aggregator-flow article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 2;
    width: 15px;
    height: 2px;
    background: linear-gradient(90deg, var(--green), rgba(58, 160, 255, 0.75));
}

.aggregator-flow span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 99px;
    color: var(--ink);
    background: var(--green);
    font-size: 12px;
    font-weight: 950;
}

.aggregator-flow strong {
    display: block;
    color: var(--text);
    font-size: clamp(19px, 1.8vw, 28px);
    line-height: 1.1;
}

.engine-section {
    position: relative;
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 240, 200, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.045), rgba(58, 160, 255, 0.035)),
        #070f18;
}

.visual-proof-section {
    background:
        radial-gradient(circle at 78% 22%, rgba(58, 160, 255, 0.13), transparent 30%),
        #060b12;
}

.product-preview {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    grid-template-areas:
        "missions rewards"
        "journey tracking";
    gap: 16px;
}

.preview-panel {
    min-height: 220px;
    padding: 22px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(11, 19, 29, 0.92);
}

.missions-panel {
    grid-area: missions;
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.15), rgba(58, 160, 255, 0.07)),
        rgba(8, 28, 32, 0.92);
    border-color: rgba(0, 240, 200, 0.32);
}

.rewards-panel {
    grid-area: rewards;
}

.journey-panel {
    grid-area: journey;
}

.tracking-panel {
    grid-area: tracking;
}

.preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.preview-top span,
.preview-top strong {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.preview-top span {
    color: var(--muted);
}

.preview-top strong {
    color: var(--green);
}

.preview-panel h3 {
    max-width: 720px;
    font-size: clamp(25px, 2.2vw, 36px);
    line-height: 1.08;
}

.preview-progress {
    height: 10px;
    margin: 22px 0 10px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.12);
}

.preview-progress span,
.tracking-bars span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--green), var(--blue));
}

.preview-panel p {
    color: var(--muted);
    max-width: 720px;
    font-size: 16px;
    line-height: 1.55;
}

.preview-foot {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 12px;
}

.preview-foot strong {
    color: var(--green);
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1;
}

.preview-foot span {
    color: var(--muted);
    font-size: 15px;
    font-weight: 900;
}

.preview-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.preview-flow span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 11px;
    color: var(--ink);
    background: var(--green);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.preview-flow i {
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: rgba(0, 240, 200, 0.48);
}

.mini-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.mini-stack span {
    padding: 7px 10px;
    color: var(--ink);
    background: var(--green);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.reward-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(214, 255, 247, 0.12);
}

.reward-row span {
    color: var(--muted);
    font-weight: 800;
}

.reward-row strong {
    color: var(--green);
    font-size: 14px;
    letter-spacing: 0.08em;
}

.journey-steps {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.journey-steps li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-size: 17px;
    font-weight: 900;
}

.journey-steps span {
    width: 11px;
    height: 11px;
    border-radius: 99px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(0, 240, 200, 0.45);
}

.tracking-metric strong {
    display: block;
    color: var(--green);
    font-size: clamp(34px, 3.8vw, 52px);
    line-height: 1;
}

.tracking-metric span {
    color: var(--muted);
    font-weight: 900;
}

.tracking-bars {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.tracking-bars span {
    height: 9px;
    background: linear-gradient(90deg, var(--green), rgba(58, 160, 255, 0.45));
}

.engine-section .section-head {
    max-width: 1050px;
}

.engine-section .section-head h2 {
    max-width: 980px;
}

.engine-grid {
    grid-template-columns: 1.18fr repeat(3, minmax(0, 1fr));
}

.engine-grid article:first-child {
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.16), rgba(58, 160, 255, 0.08)),
        rgba(8, 28, 32, 0.92);
    border-color: rgba(0, 240, 200, 0.32);
}

.revenue-flow-section {
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.07), rgba(6, 11, 18, 0)),
        #060b12;
}

.revenue-flow {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    counter-reset: flow;
}

.revenue-flow article {
    position: relative;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.10), rgba(58, 160, 255, 0.045)),
        rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.revenue-flow article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    z-index: 2;
    width: 13px;
    height: 2px;
    background: linear-gradient(90deg, var(--green), rgba(58, 160, 255, 0.75));
}

.revenue-flow span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 99px;
    color: var(--ink);
    background: var(--green);
    font-size: 12px;
    font-weight: 950;
}

.revenue-flow strong {
    display: block;
    color: var(--text);
    font-size: clamp(17px, 1.3vw, 21px);
    line-height: 1.15;
}

.product-grid .service-card:first-child {
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.12), rgba(255, 255, 255, 0.055)),
        rgba(8, 28, 32, 0.92);
    border-color: rgba(0, 240, 200, 0.28);
}

.advantage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.operator-network-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-coverage-grid,
.operator-control-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aggregator-advantage-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.switch-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.role-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.compact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.check-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.benefit-grid article,
.tool-grid article,
.landing-proof-grid article,
.advantage-grid article,
.operator-network-grid article,
.switch-grid article,
.content-coverage-grid article,
.operator-control-grid article,
.aggregator-advantage-grid article,
.role-grid article,
.check-card-grid article {
    display: flex;
    flex-direction: column;
    min-height: 204px;
    padding: 22px;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.advantage-grid article {
    min-height: 128px;
    justify-content: center;
    color: var(--text);
    font-size: 20px;
    line-height: 1.22;
    font-weight: 900;
}

.operator-network-grid article {
    min-height: 146px;
}

.operator-network-grid h3 {
    color: var(--text);
    font-size: 20px;
}

.operator-network-grid p {
    color: var(--muted);
    line-height: 1.5;
}

.switch-grid article {
    min-height: 160px;
}

.switch-grid h3 {
    color: var(--text);
    font-size: 20px;
}

.switch-grid p {
    color: var(--muted);
    line-height: 1.48;
}

.content-coverage-grid article {
    min-height: 164px;
}

.content-coverage-grid h3,
.operator-control-grid h3,
.aggregator-advantage-grid h3 {
    color: var(--text);
    font-size: 20px;
}

.content-coverage-grid p,
.operator-control-grid p,
.aggregator-advantage-grid p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
}

.operator-control-grid article {
    min-height: 152px;
}

.aggregator-advantage-grid article {
    min-height: 174px;
}

.aggregator-proof {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-areas:
        "providers categories"
        "providers transactions"
        "errors ranking";
    gap: 16px;
}

.agg-proof-panel {
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(11, 19, 29, 0.92);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.20);
}

.provider-list {
    grid-area: providers;
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.14), rgba(58, 160, 255, 0.06)),
        rgba(8, 28, 32, 0.92);
    border-color: rgba(0, 240, 200, 0.30);
}

.category-panel {
    grid-area: categories;
}

.transaction-panel {
    grid-area: transactions;
}

.error-panel {
    grid-area: errors;
}

.ranking-panel {
    grid-area: ranking;
}

.provider-rows,
.ranking-list {
    display: grid;
    gap: 10px;
}

.provider-rows div,
.ranking-list div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(214, 255, 247, 0.11);
}

.provider-rows strong,
.ranking-list strong {
    color: var(--text);
    font-size: 17px;
}

.provider-rows span {
    grid-column: 1;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.provider-rows em,
.ranking-list em {
    grid-row: 1 / span 2;
    grid-column: 2;
    color: var(--green);
    font-style: normal;
    font-size: 18px;
    font-weight: 950;
}

.category-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ranking-list span {
    color: var(--green);
    font-size: 13px;
    font-weight: 950;
}

.role-grid article {
    min-height: 188px;
}

.role-grid h3 {
    color: var(--green);
}

.check-card-grid article {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-height: 92px;
    color: var(--text);
    font-size: 17px;
    font-weight: 900;
}

.check-card-grid span {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    border-radius: 99px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(0, 240, 200, 0.35);
}

.service-card:hover,
.benefit-grid article:hover,
.tool-grid article:hover,
.landing-proof-grid article:hover,
.advantage-grid article:hover,
.operator-network-grid article:hover,
.switch-grid article:hover,
.revenue-flow article:hover,
.aggregator-flow article:hover,
.content-coverage-grid article:hover,
.operator-control-grid article:hover,
.aggregator-advantage-grid article:hover,
.agg-proof-panel:hover,
.role-grid article:hover,
.check-card-grid article:hover,
.layer-grid article:hover,
.value-grid article:hover,
.usecase-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 240, 200, 0.34);
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.075), rgba(255, 255, 255, 0.055)),
        rgba(8, 20, 30, 0.9);
}

.service-card p,
.benefit-grid p,
.tool-grid p,
.operator-network-grid p,
.switch-grid p,
.content-coverage-grid p,
.operator-control-grid p,
.aggregator-advantage-grid p,
.role-grid p {
    color: var(--muted);
    line-height: 1.55;
}

.service-card h3,
.benefit-grid h3,
.tool-grid h3 {
    margin-bottom: 12px;
}

.landing-proof-grid article {
    color: var(--muted);
}

.landing-proof-grid strong,
.landing-proof-grid article h3 {
    display: block;
}

.landing-proof-grid article::first-line {
    color: var(--green);
    font-size: 26px;
    font-weight: 900;
}

.text-link {
    display: inline-flex;
    margin-top: auto;
    color: var(--green);
    font-weight: 900;
}

.tool-grid article::before,
.benefit-grid article::before,
.service-card::before,
.landing-proof-grid article::before,
.advantage-grid article::before,
.operator-network-grid article::before,
.switch-grid article::before,
.content-coverage-grid article::before,
.operator-control-grid article::before,
.aggregator-advantage-grid article::before,
.role-grid article::before {
    content: "";
    display: block;
    width: 38px;
    height: 4px;
    margin-bottom: 18px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--green), var(--blue));
}

.growth-loop-panel {
    min-height: 380px;
    gap: 12px;
    background:
        radial-gradient(circle at 92% 8%, rgba(0, 240, 200, 0.22), transparent 28%),
        linear-gradient(145deg, rgba(0, 240, 200, 0.14), rgba(58, 160, 255, 0.07)),
        rgba(255, 255, 255, 0.07);
    border-color: rgba(0, 240, 200, 0.30);
}

.growth-loop-panel strong {
    margin-bottom: 10px;
}

.growth-loop-panel span {
    position: relative;
    display: block;
    padding: 16px 18px 16px 36px;
    border: 1px solid rgba(214, 255, 247, 0.14);
    border-radius: 12px;
    background: rgba(2, 15, 20, 0.46);
    color: var(--text);
    font-size: 18px;
    font-weight: 950;
}

.growth-loop-panel span::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 99px;
    background: var(--green);
    transform: translateY(-50%);
}

.growth-loop-panel p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}

.mini-form {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.mini-form button {
    min-height: 48px;
    border: 0;
    border-radius: var(--radius);
    color: var(--ink);
    background: var(--green);
    font-weight: 900;
}

.form-note {
    display: block;
    margin-top: 13px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.bonus-preview-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.page-hero-section {
    min-height: 420px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0, 240, 200, 0.10), rgba(58, 160, 255, 0.06)),
        rgba(255, 255, 255, 0.025);
}

.section-head {
    max-width: 980px;
    margin-bottom: 32px;
}

.section-head h2 {
    max-width: 920px;
}

.section-head p {
    margin-bottom: 0;
    line-height: 1.55;
}

.dark-section {
    background:
        radial-gradient(circle at 80% 10%, rgba(0, 240, 200, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
        #08111c;
}

.layer-grid,
.journey-grid,
.value-grid,
.usecase-grid {
    display: grid;
    gap: 16px;
}

.split,
.contact-preview {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(28px, 5vw, 72px);
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 26px;
    color: #dcecea;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background: var(--green);
}

.cta-band,
.event-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--text);
    background:
        linear-gradient(135deg, rgba(0, 240, 200, 0.18), rgba(58, 160, 255, 0.10)),
        rgba(255, 255, 255, 0.06);
}

.layer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-grid,
.value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.usecase-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.layer-grid article,
.journey-grid article,
.value-grid article,
.usecase-grid article {
    min-height: 116px;
    padding: 20px;
}

.layer-grid article,
.journey-grid article,
.value-grid article {
    color: #f4fffd;
    font-size: 20px;
    font-weight: 900;
}

.layer-grid article {
    font-size: 17px;
}

.layer-grid article::before,
.journey-grid article::before,
.value-grid article::before {
    content: "";
    display: block;
    width: 38px;
    height: 4px;
    margin-bottom: 18px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--green), var(--blue));
}

.usecase-grid article p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
}

.mission-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 18px;
    padding: 18px;
}

.pill-panel,
.event-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}

.pill-panel span,
.event-cloud span,
.hub-toolbar button {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    color: #d8ece8;
    background: rgba(255, 255, 255, 0.055);
    font-size: 13px;
    font-weight: 900;
}

.pill-panel span {
    color: var(--ink);
    background: var(--green);
    border-color: var(--green);
}

.rewards-preview {
    padding: 18px;
}

.hub-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.hub-toolbar div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hub-toolbar button {
    cursor: default;
}

.hub-toolbar button.selected {
    color: var(--ink);
    background: var(--green);
    border-color: var(--green);
}

.reward-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.reward-card {
    min-height: 230px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
        #09131f;
}

.reward-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.reward-meta span,
.reward-meta strong {
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.reward-meta span {
    color: var(--ink);
    background: var(--green);
}

.reward-meta strong {
    color: #d8ece8;
    background: rgba(255, 255, 255, 0.08);
}

.reward-card p {
    margin: 12px 0;
    color: var(--green);
    font-size: 20px;
    font-weight: 900;
}

.progress-track {
    height: 8px;
    overflow: hidden;
    margin: 14px 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.12);
}

.progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--green), var(--blue));
}

.reward-card button {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
}

.advantage-section {
    max-width: none;
    background:
        linear-gradient(135deg, rgba(0, 240, 200, 0.16), rgba(58, 160, 255, 0.08)),
        rgba(255, 255, 255, 0.06);
}

.timeline {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.timeline article {
    min-height: 170px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
}

.timeline span {
    color: var(--green);
    font-size: 14px;
    font-weight: 900;
}

.timeline p {
    color: #e9faf6;
    font-size: 19px;
    font-weight: 900;
}

.final-cta {
    margin: 0 clamp(18px, 5vw, 72px) 92px;
    padding: clamp(32px, 5vw, 64px);
    text-align: center;
    background:
        linear-gradient(135deg, rgba(0, 240, 200, 0.20), rgba(58, 160, 255, 0.13)),
        rgba(255, 255, 255, 0.07);
}

.final-cta h2 {
    max-width: 780px;
    margin: 0 auto 24px;
}

.final-cta p:not(.eyebrow) {
    max-width: 680px;
    margin: 0 auto 24px;
    color: var(--muted);
    font-size: 18px;
}

.contact-page {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: start;
    min-height: 720px;
    padding-top: 92px;
    padding-bottom: 92px;
}

.contact-page h1 {
    max-width: 820px;
}

.contact-details {
    display: grid;
    gap: 10px;
    margin-top: 26px;
    color: var(--green);
    font-weight: 900;
}

.demo-form {
    display: grid;
    gap: 15px;
    padding: 22px;
}

.demo-form label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

input,
textarea,
select {
    width: 100%;
    padding: 13px 14px;
    color: var(--text);
    background: rgba(3, 13, 20, 0.62);
    border: 1px solid rgba(214, 255, 247, 0.20);
    border-radius: var(--radius);
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: rgba(223, 243, 239, 0.60);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(0, 240, 200, 0.13);
}

.landing-header {
    justify-content: space-between;
}

.landing-header .brand-logo {
    width: clamp(182px, 15vw, 236px);
}

.ad-landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: clamp(28px, 5vw, 74px);
    align-items: center;
    min-height: calc(100vh - 82px);
    padding: clamp(44px, 7vw, 92px) clamp(20px, 5vw, 72px);
    background:
        radial-gradient(circle at 76% 18%, rgba(0, 240, 200, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.08), rgba(58, 160, 255, 0.045) 48%, rgba(6, 11, 18, 0.2)),
        #07111a;
}

.ad-copy {
    max-width: 920px;
}

.ad-copy h1 {
    max-width: 980px;
    font-size: clamp(44px, 6vw, 82px);
}

.ad-copy > p:not(.eyebrow) {
    max-width: 800px;
    color: var(--muted);
    font-size: clamp(18px, 1.8vw, 22px);
}

.conversion-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.conversion-points span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid rgba(0, 240, 200, 0.28);
    border-radius: var(--radius);
    color: #dffdfa;
    background: rgba(0, 240, 200, 0.08);
    font-size: 13px;
    font-weight: 900;
}

.conversion-form {
    position: sticky;
    top: 104px;
    align-self: start;
    background:
        linear-gradient(160deg, rgba(0, 240, 200, 0.16), rgba(58, 160, 255, 0.09)),
        rgba(9, 35, 39, 0.92);
    border-color: rgba(0, 240, 200, 0.28);
}

.conversion-form h3 {
    font-size: 30px;
}

.conversion-form p:not(.eyebrow) {
    color: var(--muted);
}

.landing-objections {
    background: rgba(255, 255, 255, 0.025);
}

.objection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.objection-grid article {
    min-height: 170px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.055)),
        rgba(7, 17, 25, 0.82);
}

.objection-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--green);
    font-size: 20px;
}

.objection-grid span {
    color: var(--muted);
}

.landing-proof-grid article h3 {
    color: var(--green);
    font-size: 30px;
}

.mini-form input,
.mini-form select {
    min-height: 48px;
}

.mini-form button:hover,
.primary-button:hover,
.header-cta:hover {
    background: #5affeb;
    border-color: #5affeb;
}

.conversion-form .mini-form button {
    min-height: 52px;
    box-shadow: 0 16px 34px rgba(0, 240, 200, 0.20);
}

.landing-campaign-hero {
    position: relative;
    overflow: hidden;
}

.landing-campaign-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 118px 118px;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    opacity: 0.55;
}

.landing-campaign-hero > * {
    position: relative;
    z-index: 1;
}

.conversion-points .ng-icon {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    color: var(--green);
}

.landing-split-proof {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: center;
}

.landing-proof-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.landing-proof-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: start;
    min-height: 156px;
    padding: 20px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.026)),
        rgba(4, 14, 20, 0.86);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.landing-proof-list article:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 240, 200, 0.28);
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.10), rgba(255, 255, 255, 0.030)),
        rgba(4, 14, 20, 0.90);
}

.landing-proof-list .ng-icon {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
}

.landing-proof-list strong {
    display: block;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.1;
}

.landing-proof-list span {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}

.landing-stack-showcase {
    min-height: 520px;
    padding: 24px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 26px;
    background:
        radial-gradient(circle at 25% 10%, rgba(0, 240, 200, 0.18), transparent 34%),
        linear-gradient(150deg, rgba(24, 47, 56, 0.92), rgba(4, 13, 18, 0.96));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.landing-stack-rows {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.landing-stack-rows span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 16px;
    background: rgba(3, 13, 18, 0.72);
    color: var(--ink);
    font-weight: 900;
}

.landing-stack-rows span::after {
    content: "";
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(0, 240, 200, 0.32);
}

.landing-differentiator {
    display: inline-flex;
    max-width: 760px;
    margin-top: 18px !important;
    padding: 12px 15px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.10), rgba(0, 240, 200, 0.040)),
        rgba(4, 14, 20, 0.50);
    color: #f3fffd !important;
    font-size: clamp(15px, 1.1vw, 17px) !important;
    font-weight: 900;
    line-height: 1.35;
}

.final-cta > p:not(.eyebrow) {
    max-width: 680px;
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 17px;
}

.landing-stack-showcase {
    background:
        radial-gradient(circle at 22% 10%, rgba(0, 240, 200, 0.20), transparent 34%),
        linear-gradient(150deg, rgba(27, 53, 61, 0.95), rgba(4, 13, 18, 0.97)) !important;
}

.landing-stack-showcase .preview-top strong {
    color: var(--green) !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landing-stack-rows span + span {
    position: relative;
}

.landing-stack-rows span + span::before {
    position: absolute;
    top: -13px;
    left: 28px;
    width: 1px;
    height: 12px;
    content: "";
    background: linear-gradient(180deg, rgba(0, 240, 200, 0.42), rgba(0, 240, 200, 0));
}

.landing-stack-rows span::after {
    color: var(--green);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.landing-proof-list strong,
.landing-stack-rows span {
    color: #f3fffd !important;
}

.landing-proof-list span {
    color: rgba(210, 229, 226, 0.86) !important;
}

.landing-stack-showcase .preview-top span {
    color: rgba(244, 255, 252, 0.92) !important;
}

.landing-stack-rows span::after {
    color: var(--green) !important;
}

.landing-objections .section-head .eyebrow {
    color: var(--green);
}

.landing-objections .section-head p {
    max-width: 780px;
}

textarea {
    resize: vertical;
}

.site-footer {
    padding-top: 54px;
    padding-bottom: 26px;
    color: var(--muted);
    background: #04080d;
    border-top: 1px solid var(--line);
}

.footer-cta,
.footer-grid {
    display: grid;
    gap: 24px;
}

.footer-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--line);
}

.footer-cta h2 {
    color: var(--text);
}

.footer-grid {
    grid-template-columns: 1.35fr 1fr 1fr;
    padding-top: 32px;
}

.footer-grid h3 {
    color: var(--text);
}

.footer-brand {
    margin-bottom: 12px;
}

.footer-logo {
    width: clamp(168px, 14vw, 224px);
    filter: drop-shadow(0 6px 18px rgba(0, 240, 200, 0.25));
}

.copyright {
    margin: 26px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: 13px;
}

.mobile-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 40;
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: var(--radius);
    color: var(--ink);
    background: var(--green);
    box-shadow: 0 16px 34px rgba(0, 240, 200, 0.24);
    font-weight: 900;
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    animation: reveal 0.7s ease forwards;
}

.reveal:nth-of-type(2) {
    animation-delay: 0.08s;
}

.reveal:nth-of-type(3) {
    animation-delay: 0.14s;
}

@keyframes reveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 1120px) {
    .main-nav {
        max-width: 58vw;
    }

    .hero-shell,
    .product-hero,
    .landing-hero,
    .ad-landing-hero,
    .contact-page {
        grid-template-columns: 1fr;
    }

    .conversion-form {
        position: static;
    }

    .objection-grid {
        grid-template-columns: 1fr;
    }

    .usecase-grid,
    .timeline,
    .service-grid,
    .benefit-grid,
    .engine-grid,
    .revenue-flow,
    .aggregator-flow,
    .tool-grid,
    .landing-proof-grid,
    .advantage-grid,
    .operator-network-grid,
    .switch-grid,
    .content-coverage-grid,
    .operator-control-grid,
    .aggregator-advantage-grid,
    .role-grid,
    .check-card-grid,
    .compact-grid,
    .layer-grid,
    .product-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .revenue-flow article:not(:last-child)::after {
        display: none;
    }

    .product-preview {
        grid-template-areas:
            "missions missions"
            "rewards journey"
            "tracking tracking";
    }

    .aggregator-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "providers providers"
            "categories transactions"
            "errors ranking";
    }

    .aggregator-flow article:not(:last-child)::after {
        display: none;
    }

    .reward-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body {
        padding-bottom: 72px;
    }

    .site-header {
        position: sticky;
        align-items: center;
        flex-wrap: nowrap;
        gap: 12px;
        padding: 14px;
    }

    .brand {
        width: auto;
        min-width: 0;
        justify-content: flex-start;
    }

    .brand-logo {
        width: min(210px, 58vw);
    }

    .header-cta {
        display: none;
    }

    .nav-toggle {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .nav-toggle-button {
        position: relative;
        z-index: 42;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 42px;
        margin-left: auto;
        padding: 9px 12px;
        color: var(--text);
        background: rgba(255, 255, 255, 0.075);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        font-size: 12px;
        font-weight: 900;
        cursor: pointer;
        backdrop-filter: blur(14px);
    }

    .nav-icon {
        display: grid;
        gap: 3px;
    }

    .nav-icon i {
        display: block;
        width: 16px;
        height: 2px;
        border-radius: 99px;
        background: var(--green);
    }

    .landing-header {
        align-items: center;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .landing-header .brand {
        width: auto;
        justify-content: flex-start;
    }

    .landing-header .brand-logo {
        width: min(190px, 54vw);
    }

    .landing-header .header-cta {
        display: inline-flex;
        min-height: 42px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 14px;
        right: 14px;
        z-index: 41;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: auto;
        max-width: none;
        padding: 12px;
        background:
            linear-gradient(160deg, rgba(0, 240, 200, 0.10), rgba(58, 160, 255, 0.06)),
            rgba(6, 11, 18, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 12px;
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
        backdrop-filter: blur(20px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px) scale(0.98);
        transform-origin: top center;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .main-nav a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 46px;
        padding: 11px 13px;
        color: #d9e9e6;
        text-align: left;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.15;
        background: rgba(255, 255, 255, 0.055);
        border: 1px solid rgba(255, 255, 255, 0.10);
        border-radius: 8px;
    }

    .main-nav a::after {
        content: "→";
        color: var(--green);
        font-weight: 900;
    }

    .main-nav a.active {
        color: var(--ink);
        background: var(--green);
        border-color: var(--green);
    }

    .main-nav a.active::after {
        color: var(--ink);
    }

    .nav-toggle:checked ~ .main-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }

    .hero-shell,
    .product-hero,
    .landing-hero,
    .ad-landing-hero,
    .page-hero,
    .page-hero-section,
    .contact-page {
        min-height: auto;
        padding-top: 48px;
        padding-bottom: 54px;
        padding-left: 14px;
        padding-right: 14px;
        gap: 24px;
    }

    h1 {
        font-size: clamp(38px, 10vw, 48px);
        line-height: 0.98;
    }

    .ad-copy h1 {
        font-size: clamp(34px, 8.8vw, 40px);
    }

    .landing-campaign-hero {
        padding-top: 34px !important;
        padding-bottom: 42px !important;
    }

    .landing-campaign-hero .ad-copy > p:not(.eyebrow) {
        font-size: 15px;
        line-height: 1.48;
    }

    .landing-campaign-hero .hero-actions {
        margin-top: 18px;
    }

    .product-hero h1,
    .landing-hero h1,
    .page-hero h1 {
        font-size: clamp(38px, 10vw, 48px);
        line-height: 0.98;
    }

    .hero-copy > p:not(.eyebrow),
    .product-hero p:not(.eyebrow),
    .landing-hero p:not(.eyebrow),
    .page-hero p:not(.eyebrow),
    .ad-copy > p:not(.eyebrow),
    .section-head > p,
    .contact-page > div > p {
        font-size: 16px;
        line-height: 1.55;
    }

    .section,
    .site-footer {
        padding-left: 14px;
        padding-right: 14px;
    }

    .section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .section-head {
        margin-bottom: 22px;
    }

    h2 {
        font-size: clamp(30px, 8.5vw, 38px);
        line-height: 1.05;
    }

    .hero-actions {
        display: grid;
        gap: 10px;
        margin-top: 22px;
    }

    .hero-actions .primary-button,
    .hero-actions .secondary-button {
        width: 100%;
    }

    .offer-panel,
    .hero-lead-card,
    .lead-form-card,
    .bonus-preview-card,
    .dashboard-mockup,
    .rewards-preview,
    .demo-form,
    .advantage-section,
    .final-cta {
        padding: 18px;
    }

    .offer-panel {
        min-height: auto;
    }

    .offer-panel strong,
    .conversion-form h3 {
        font-size: 25px;
    }

    .conversion-points {
        gap: 8px;
    }

    .conversion-points span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .landing-campaign-hero .conversion-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-campaign-hero .conversion-points span {
        width: auto;
        min-height: 34px;
        padding: 7px 8px;
        font-size: 11px;
        justify-content: flex-start;
        text-align: left;
    }

    .landing-campaign-hero .conversion-form {
        padding: 16px !important;
    }

    .landing-campaign-hero .conversion-form h3 {
        font-size: 23px;
    }

    .landing-campaign-hero .mini-form {
        gap: 9px;
    }

    .landing-campaign-hero .mini-form input,
    .landing-campaign-hero .mini-form select {
        min-height: 44px;
    }

    .stats-bar,
    .layer-grid,
    .journey-grid,
    .value-grid,
    .engine-grid,
    .revenue-flow,
    .aggregator-flow,
    .advantage-grid,
    .content-coverage-grid,
    .operator-control-grid,
    .aggregator-advantage-grid,
    .mission-layout,
    .split,
    .contact-preview,
    .footer-grid,
    .footer-cta,
    .landing-split-proof,
    .landing-proof-list {
        grid-template-columns: 1fr;
    }

    .landing-stack-showcase {
        min-height: auto;
    }

    .hub-toolbar {
        flex-direction: column;
    }

    .mobile-cta {
        left: auto;
        right: 14px;
        bottom: 12px;
        display: inline-flex;
        width: auto;
        min-width: 158px;
        min-height: 50px;
        border: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 540px) {
    .hero-actions,
    .mockup-grid,
    .reward-card-grid,
    .usecase-grid,
    .timeline,
    .service-grid,
    .benefit-grid,
    .engine-grid,
    .revenue-flow,
    .aggregator-flow,
    .tool-grid,
    .landing-proof-grid,
    .landing-proof-list,
    .advantage-grid,
    .operator-network-grid,
    .switch-grid,
    .content-coverage-grid,
    .operator-control-grid,
    .aggregator-advantage-grid,
    .role-grid,
    .check-card-grid,
    .compact-grid,
    .bonus-preview-list,
    .product-preview {
        grid-template-columns: 1fr;
    }

    .aggregator-proof {
        grid-template-columns: 1fr;
        grid-template-areas:
            "providers"
            "categories"
            "transactions"
            "errors"
            "ranking";
    }

    .agg-provider-grid,
    .agg-lobby-preview,
    .agg-hero-stats,
    .category-pills {
        grid-template-columns: 1fr;
    }

    .product-preview {
        grid-template-areas:
            "missions"
            "rewards"
            "journey"
            "tracking";
    }

    .hero-actions {
        display: grid;
    }

    h1 {
        font-size: clamp(36px, 10.4vw, 42px);
    }

    h2 {
        font-size: clamp(29px, 8.6vw, 34px);
    }

    .main-nav a {
        min-height: 46px;
        padding: 11px 12px;
        font-size: 13px;
    }

    .service-card,
    .benefit-grid article,
    .advantage-grid article,
    .operator-network-grid article,
    .switch-grid article,
    .revenue-flow article,
    .aggregator-flow article,
    .content-coverage-grid article,
    .operator-control-grid article,
    .aggregator-advantage-grid article,
    .agg-proof-panel,
    .role-grid article,
    .check-card-grid article,
    .tool-grid article,
    .landing-proof-grid article,
    .preview-panel,
    .layer-grid article,
    .journey-grid article,
    .value-grid article,
    .usecase-grid article,
    .timeline article {
        min-height: auto;
        padding: 18px;
    }

    .mockup-kpi strong {
        font-size: 52px;
    }

    .final-cta {
        margin-left: 14px;
        margin-right: 14px;
        margin-bottom: 58px;
    }

    .primary-button,
    .secondary-button,
    .button {
        width: 100%;
    }
}

/* Final premium overrides: keep this layer last */
body {
    background:
        radial-gradient(circle at 72% -5%, rgba(0, 240, 200, 0.18), transparent 28%),
        radial-gradient(circle at 12% 10%, rgba(55, 163, 255, 0.14), transparent 26%),
        linear-gradient(180deg, #03070d, #07111a 44%, #03070d);
    font-family: var(--font-body);
    font-size: 16px;
}

h1,
h2,
h3,
.offer-panel strong,
.growth-kpi strong,
.tracking-metric strong,
.proof-value {
    font-family: var(--font-display);
    letter-spacing: -0.035em;
}

.site-header {
    background:
        linear-gradient(90deg, rgba(0, 240, 200, 0.055), transparent 30%, rgba(55, 163, 255, 0.045)),
        rgba(3, 7, 13, 0.88);
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.32);
}

.main-nav {
    padding: 6px;
    border: 1px solid rgba(214, 255, 247, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
}

.main-nav a {
    border-radius: 999px;
}

.cinematic-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
    gap: clamp(34px, 5vw, 86px);
    align-items: center;
    min-height: calc(100vh - 86px);
    padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
    background:
        radial-gradient(circle at 70% 22%, rgba(0, 240, 200, 0.19), transparent 29%),
        radial-gradient(circle at 26% 78%, rgba(55, 163, 255, 0.13), transparent 28%),
        linear-gradient(135deg, rgba(0, 240, 200, 0.07), rgba(5, 12, 20, 0.42) 48%, rgba(55, 163, 255, 0.06)),
        #050b13;
}

.cinematic-hero h1 {
    max-width: 980px;
    font-size: clamp(54px, 7.4vw, 112px);
    line-height: 0.92;
}

.cinematic-hero .hero-copy > p:not(.eyebrow) {
    max-width: 780px;
    color: #cfe2de;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.5;
}

.growth-dashboard,
.aggregator-hero-mockup,
.terminal-mockup,
.offer-panel,
.demo-form,
.hero-lead-card,
.visual-proof-grid article,
.home-value-grid article,
.split-showcase,
.aggregator-home {
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.30), 0 0 42px rgba(0, 240, 200, 0.10);
}

.growth-dashboard {
    position: relative;
    min-height: 610px;
    padding: clamp(20px, 2.6vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(0, 240, 200, 0.28);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.14), rgba(55, 163, 255, 0.07)),
        rgba(255, 255, 255, 0.065);
}

.growth-kpi strong {
    color: var(--green);
    max-width: 760px;
    font-size: clamp(34px, 3.9vw, 58px);
    line-height: 1.02;
}

.growth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.product-ecosystem-map {
    min-height: auto;
}

.ecosystem-core,
.ecosystem-grid article,
.ecosystem-footer span,
.agg-control-strip span {
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 16px;
    background: rgba(2, 15, 20, 0.68);
}

.ecosystem-core {
    margin-top: 16px;
    padding: clamp(22px, 3vw, 34px);
}

.ecosystem-core span,
.ecosystem-grid span {
    color: var(--green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ecosystem-core strong {
    display: block;
    margin: 10px 0 12px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(34px, 4.2vw, 64px);
    line-height: 1;
}

.ecosystem-core p {
    max-width: 640px;
    margin: 0;
    color: #d7ebe7;
    font-size: 17px;
    line-height: 1.5;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.ecosystem-grid article {
    min-height: 118px;
    padding: 16px;
}

.ecosystem-grid strong {
    display: block;
    margin-top: 10px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.25;
}

.ecosystem-footer,
.agg-control-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ecosystem-footer span,
.agg-control-strip span {
    padding: 11px 13px;
    color: var(--text);
    font-size: 13px;
    font-weight: 900;
}

.home-value-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.engagement-journey {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.engagement-journey article {
    position: relative;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(0, 240, 200, 0.23);
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.10), rgba(55, 163, 255, 0.045)),
        rgba(255, 255, 255, 0.055);
}

.engagement-journey span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--green);
    font-size: 12px;
    font-weight: 950;
}

.engagement-journey strong {
    display: block;
    color: var(--text);
    font-size: 18px;
    line-height: 1.14;
}

.visual-proof-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.visual-proof-grid .featured-proof {
    grid-row: span 2;
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.16), rgba(55, 163, 255, 0.08)),
        rgba(8, 28, 32, 0.92);
    border-color: rgba(0, 240, 200, 0.32);
}

.proof-value {
    display: block;
    margin: 16px 0 10px;
    color: var(--green);
    font-size: clamp(28px, 3.2vw, 52px);
    line-height: 1;
}

.split-showcase,
.aggregator-home {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
    gap: clamp(26px, 4vw, 56px);
    align-items: center;
}

.stack-panel {
    display: grid;
    gap: 12px;
}

.stack-panel span {
    padding: 18px 20px;
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 16px;
    color: var(--text);
    background: rgba(2, 15, 20, 0.68);
    font-size: 19px;
    font-weight: 900;
}

.terminal-mockup {
    display: grid;
    justify-items: center;
    padding: 26px;
    border: 1px solid rgba(0, 240, 200, 0.28);
    background:
        linear-gradient(145deg, rgba(0, 240, 200, 0.12), rgba(55, 163, 255, 0.07)),
        rgba(255, 255, 255, 0.065);
}

.terminal-screen {
    width: min(100%, 420px);
    min-height: 470px;
    padding: 24px;
    border: 1px solid rgba(214, 255, 247, 0.13);
    border-radius: 16px;
    background: rgba(2, 15, 20, 0.68);
}

.terminal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.terminal-grid i {
    display: block;
    min-height: 110px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 70% 20%, rgba(0, 240, 200, 0.35), transparent 26%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03));
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: none;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .cinematic-hero,
    .split-showcase,
    .aggregator-home {
        grid-template-columns: 1fr;
    }

    .home-value-grid,
    .engagement-journey,
    .visual-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .cinematic-hero {
        min-height: auto;
        padding: 48px 14px 58px;
    }

    .cinematic-hero h1 {
        font-size: clamp(40px, 10.6vw, 54px);
        line-height: 0.96;
    }

    .growth-dashboard {
        min-height: auto;
        padding: 18px;
    }

    .home-value-grid,
    .engagement-journey,
    .visual-proof-grid,
    .ecosystem-grid,
    .growth-grid {
        grid-template-columns: 1fr;
    }

    .visual-proof-grid .featured-proof {
        grid-row: auto;
    }

    .split-showcase,
    .aggregator-home {
        padding: 18px;
    }
}

/* Hero detail refinements */
.revenue-loop-card {
    display: grid;
    gap: 18px;
    min-height: 440px;
    padding: 26px;
    background:
        radial-gradient(circle at 86% 8%, rgba(0, 240, 200, 0.22), transparent 28%),
        linear-gradient(145deg, rgba(0, 240, 200, 0.14), rgba(55, 163, 255, 0.08)),
        rgba(255, 255, 255, 0.07);
    border-color: rgba(0, 240, 200, 0.30);
}

.loop-card-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 16px;
    background: rgba(2, 15, 20, 0.68);
}

.loop-card-top span,
.loop-card-top strong {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.loop-card-top span {
    color: var(--muted);
}

.loop-card-top strong {
    color: var(--green);
}

.revenue-loop-card h2 {
    margin: 0;
    font-size: clamp(28px, 2.4vw, 42px);
    line-height: 1;
}

.loop-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.loop-orbit article {
    position: relative;
    min-height: 118px;
    padding: 16px;
    border: 1px solid rgba(214, 255, 247, 0.14);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(2, 15, 20, 0.60);
}

.loop-orbit article::after {
    content: "";
    position: absolute;
    inset: auto 16px 14px 16px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--green), rgba(55, 163, 255, 0.70));
}

.loop-orbit span {
    color: var(--green);
    font-size: 12px;
    font-weight: 950;
}

.loop-orbit strong {
    display: block;
    margin-top: 9px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 20px;
}

.loop-orbit em {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
}

.loop-card-bottom {
    display: block;
    padding: 16px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 16px;
    background: rgba(2, 15, 20, 0.56);
}

.loop-card-bottom strong {
    display: block;
    color: var(--green);
    font-family: var(--font-display);
    font-size: 34px;
    line-height: 1;
}

.loop-card-bottom span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.loop-card-bottom p {
    margin: 0;
    color: #d9eeea;
    font-size: 16px;
    line-height: 1.45;
}

.logo-wall .provider-logo-tile {
    display: grid;
    gap: 0;
    align-items: center;
    justify-items: center;
    min-height: 62px;
    padding: 8px 10px;
}

.provider-logo-tile-image {
    background: #fff !important;
}

.provider-logo-tile-image img {
    display: block;
    width: min(92%, 118px);
    max-height: 42px;
    object-fit: contain;
}

.logo-wall a.provider-logo-tile {
    grid-template-columns: 38px 1fr;
    justify-items: stretch;
    gap: 10px;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.logo-wall a.provider-logo-tile:hover {
    border-color: rgba(0, 240, 200, .55);
    background: rgba(0, 240, 200, .14);
    transform: translateY(-1px);
}

.provider-logo-tile i {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--ink);
    background: linear-gradient(135deg, var(--green), #94ffe9);
    font-style: normal;
    font-size: 12px;
    font-weight: 950;
}

.provider-logo-tile b {
    color: var(--text);
    font-size: 13px;
    line-height: 1.1;
}

.agg-provider-grid span::before {
    content: none;
}

.retail-icon-grid article {
    display: grid;
    gap: 9px;
    min-height: 132px;
    padding: 15px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(255, 255, 255, 0.045);
}

.retail-icon-grid b {
    color: var(--text);
    font-size: 17px;
    line-height: 1;
}

.retail-icon-grid small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.retail-icon-grid .retail-icon {
    position: relative;
    width: 46px;
    height: 46px;
    min-height: 0;
    border-radius: 14px;
    background: rgba(0, 240, 200, 0.12);
    border: 1px solid rgba(0, 240, 200, 0.28);
}

.retail-icon::before,
.retail-icon::after {
    content: "";
    position: absolute;
    border-radius: 4px;
    background: var(--green);
}

.retail-icon.cashier::before {
    left: 11px;
    right: 11px;
    top: 13px;
    height: 16px;
    border-radius: 3px;
}

.retail-icon.cashier::after {
    left: 15px;
    right: 15px;
    bottom: 10px;
    height: 4px;
}

.retail-icon.voucher::before {
    left: 10px;
    right: 10px;
    top: 12px;
    height: 22px;
    background: transparent;
    border: 2px solid var(--green);
}

.retail-icon.voucher::after {
    left: 16px;
    right: 16px;
    top: 22px;
    height: 3px;
}

.retail-icon.terminal::before {
    left: 12px;
    right: 12px;
    top: 9px;
    height: 24px;
    background: transparent;
    border: 2px solid var(--green);
}

.retail-icon.terminal::after {
    left: 18px;
    right: 18px;
    bottom: 8px;
    height: 4px;
}

.retail-icon.reporting::before {
    left: 11px;
    bottom: 11px;
    width: 5px;
    height: 14px;
}

.retail-icon.reporting::after {
    left: 21px;
    bottom: 11px;
    width: 14px;
    height: 25px;
    background: linear-gradient(90deg, var(--green) 0 5px, transparent 5px 9px, var(--green) 9px);
}

@media (max-width: 820px) {
    .site-header {
        flex-wrap: wrap;
        align-items: center;
    }

    .main-nav {
        position: static !important;
        order: 3;
        flex: 0 0 100%;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px;
        max-height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: transparent !important;
        border: 0 !important;
        border-radius: 18px !important;
        box-shadow: none !important;
        opacity: 0;
        visibility: hidden;
        transform: none !important;
        transition: max-height 0.22s ease, opacity 0.18s ease, visibility 0.18s ease, padding-top 0.22s ease;
    }

    .nav-toggle:checked ~ .main-nav {
        max-height: 360px;
        margin-top: 10px;
        padding: 10px !important;
        background:
            linear-gradient(145deg, rgba(0, 240, 200, 0.08), rgba(55, 163, 255, 0.04)),
            rgba(3, 7, 13, 0.98) !important;
        border: 1px solid rgba(214, 255, 247, 0.14) !important;
        opacity: 1;
        visibility: visible;
        transform: none !important;
    }

    .main-nav a {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        min-height: 44px;
        width: 100%;
        padding: 12px 14px !important;
        color: #f2fffc;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
            rgba(3, 12, 18, 0.98);
        border: 1px solid rgba(214, 255, 247, 0.14);
        border-radius: 12px !important;
        font-size: 13px;
        font-weight: 850;
        line-height: 1;
        opacity: 1;
    }

    .main-nav a.active {
        color: var(--ink);
        background: var(--green);
        border-color: var(--green);
    }

    .revenue-loop-card {
        min-height: auto;
        padding: 18px;
    }

    .loop-orbit,
    .loop-card-bottom,
    .logo-wall .provider-logo-tile {
        grid-template-columns: 1fr;
    }

    .provider-logo-tile i {
        width: 34px;
        height: 34px;
    }
}

/* Final 10/10 polish layer: SVG icon system, product scenes and clean page endings */
html,
body {
    min-height: 0;
}

main {
    min-height: 0;
}

.site-footer {
    margin-bottom: 0;
}

body::after {
    inset: auto -16% -18% -16%;
    height: 36vh;
    opacity: 0.75;
}

.ng-icon {
    width: 1.2em;
    height: 1.2em;
    flex: 0 0 auto;
    color: currentColor;
    vertical-align: -0.18em;
}

.ng-icon-sm {
    width: 15px;
    height: 15px;
}

.ng-icon-md {
    width: 24px;
    height: 24px;
}

.ng-icon-lg {
    width: 42px;
    height: 42px;
}

.ng-icon-glow {
    color: var(--green);
    filter: drop-shadow(0 0 14px rgba(0, 240, 200, 0.28));
}

.ng-icon-chip {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: var(--green);
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.24);
}

.premium-badges span,
.trust-strip span,
.contact-trust span,
.reward-meta span,
.hub-toolbar button,
.agg-mockup-top span,
.agg-lobby-preview span,
.control-core > span,
.stack-map-ring span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.trust-strip {
    align-items: stretch;
}

.trust-strip span {
    min-height: 42px;
}

.growth-timeline {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: repeat(9, minmax(112px, 1fr));
    gap: 14px;
    padding: 34px 24px 28px;
    overflow: hidden;
}

.growth-timeline::before {
    display: none !important;
}

.growth-connector {
    position: absolute;
    inset: 22px 18px auto;
    z-index: -1;
    width: calc(100% - 36px);
    height: 180px;
    overflow: visible;
}

.growth-connector path {
    fill: none;
    stroke-linecap: round;
    stroke-width: 4;
}

.growth-connector-base {
    stroke: rgba(214, 255, 247, 0.1);
}

.growth-connector-glow {
    stroke: url(#none);
    stroke: var(--green);
    stroke-dasharray: 90 900;
    animation: growthLineMove 7s linear infinite;
    opacity: 0.8;
    filter: drop-shadow(0 0 14px rgba(0, 240, 200, 0.45));
}

@keyframes growthLineMove {
    to {
        stroke-dashoffset: -990;
    }
}

.growth-step {
    min-height: 156px;
    backdrop-filter: blur(16px);
}

.growth-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.growth-step > span b {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: var(--green);
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.22);
    font-size: 11px;
    font-weight: 900;
}

.growth-step.active {
    border-color: rgba(0, 240, 200, 0.62);
    box-shadow: 0 0 0 1px rgba(0, 240, 200, 0.16), 0 22px 70px rgba(0, 240, 200, 0.14);
}

.operator-live-panel {
    position: relative;
    overflow: hidden;
}

.operator-live-panel::before,
.control-room-dashboard::before,
.aggregator-hero-mockup::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 30% 20%, rgba(0, 240, 200, 0.14), transparent 34%);
    pointer-events: none;
}

.control-room-dashboard {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
    gap: 26px;
    padding: 32px;
}

.control-link-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.control-link-lines path {
    fill: none;
    stroke: rgba(0, 240, 200, 0.18);
    stroke-width: 2;
    stroke-dasharray: 6 12;
    animation: dashMove 18s linear infinite;
}

@keyframes dashMove {
    to {
        stroke-dashoffset: -180;
    }
}

.control-core,
.control-module-grid {
    position: relative;
    z-index: 1;
}

.control-module {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: start;
    column-gap: 14px;
    row-gap: 6px;
    min-height: 150px;
}

.control-module .ng-icon {
    grid-row: span 3;
    margin-top: 2px;
}

.control-module p {
    max-width: 36ch;
}

.api-core-scene {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 96px;
    margin: 14px 0 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle, rgba(0, 240, 200, 0.18), transparent 58%),
        rgba(2, 13, 18, 0.78);
    border: 1px solid rgba(0, 240, 200, 0.16);
    overflow: hidden;
}

.api-core-scene strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--green);
    font-family: var(--font-display);
    font-size: 20px;
}

.api-orbit {
    position: absolute;
    width: 180px;
    height: 52px;
    border: 1px solid rgba(0, 240, 200, 0.2);
    border-radius: 50%;
}

.api-orbit-a {
    transform: rotate(18deg);
}

.api-orbit-b {
    transform: rotate(-18deg);
}

.agg-provider-grid.logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.provider-logo-tile-more {
    border-style: dashed;
    background: rgba(0, 240, 200, 0.08);
}

.aggregator-flow {
    position: relative;
}

.aggregator-flow article span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.reward-meta span {
    padding-inline: 10px;
}

.hub-toolbar button {
    gap: 7px;
    min-height: 40px;
}

.reward-card {
    min-height: 250px;
}

.reward-card button {
    min-height: 46px;
}

.value-grid article > .ng-icon,
.benefit-grid article > .ng-icon,
.engine-grid article > .ng-icon,
.operator-network-grid article > .ng-icon,
.switch-grid article > .ng-icon,
.operator-control-grid article > .ng-icon,
.aggregator-advantage-grid article > .ng-icon,
.content-coverage-grid article > .ng-icon,
.advantage-grid article > .ng-icon,
.premium-choice-grid article > .ng-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.22);
}

.layer-grid article {
    display: flex;
    align-items: center;
    gap: 12px;
}

.layer-grid article .ng-icon {
    width: 22px;
    height: 22px;
}

.motivation-flow article span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.retail-icon-grid .ng-icon-lg {
    padding: 10px;
    border-radius: 14px;
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.24);
}

.demo-form select {
    min-height: 54px;
    color: var(--text);
    background: rgba(3, 16, 22, 0.92);
    border: 1px solid rgba(214, 255, 247, 0.18);
    border-radius: 12px;
    padding: 0 16px;
}

.platform-control-grid article h3,
.premium-stack-flow article strong {
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-stack-flow article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 58px;
    height: 42px;
    border-radius: 14px;
    color: var(--green);
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.22);
}

@media (max-width: 1180px) {
    .growth-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .growth-connector {
        display: none;
    }

    .control-room-dashboard {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    body {
        padding-bottom: 78px;
    }

    .growth-timeline {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .growth-timeline::after {
        content: "";
        position: absolute;
        left: 39px;
        top: 28px;
        bottom: 28px;
        width: 2px;
        background: linear-gradient(var(--green), rgba(55, 163, 255, 0.6), transparent);
        opacity: 0.45;
    }

    .growth-step {
        min-height: 112px;
        margin-left: 22px;
        z-index: 1;
    }

    .operator-live-panel,
    .control-room-dashboard,
    .aggregator-hero-mockup,
    .revenue-loop-card,
    .terminal-mockup {
        max-width: 100%;
        overflow: hidden;
    }

    .control-module-grid {
        grid-template-columns: 1fr !important;
    }

    .control-module {
        min-height: 132px;
    }

    .agg-provider-grid.logo-wall {
        grid-template-columns: 1fr 1fr;
    }

    .api-core-scene {
        min-height: 76px;
    }

    .trust-strip,
    .hero-trust,
    .hub-toolbar div {
        justify-content: flex-start;
    }

    .footer-cta,
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* Clean-up polish: reduce visual noise and fix over-tall flow cards */
.tool-grid article::before,
.benefit-grid article::before,
.service-card::before,
.landing-proof-grid article::before,
.advantage-grid article::before,
.operator-network-grid article::before,
.switch-grid article::before,
.content-coverage-grid article::before,
.operator-control-grid article::before,
.aggregator-advantage-grid article::before,
.role-grid article::before,
.layer-grid article::before,
.journey-grid article::before,
.value-grid article::before {
    display: none !important;
}

.value-grid article > .ng-icon,
.benefit-grid article > .ng-icon,
.engine-grid article > .ng-icon,
.operator-network-grid article > .ng-icon,
.switch-grid article > .ng-icon,
.operator-control-grid article > .ng-icon,
.aggregator-advantage-grid article > .ng-icon,
.content-coverage-grid article > .ng-icon,
.advantage-grid article > .ng-icon,
.premium-choice-grid article > .ng-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
}

.layer-grid article {
    min-height: 78px !important;
    padding: 18px 20px !important;
    gap: 12px;
    justify-content: flex-start;
}

.layer-grid article .ng-icon {
    width: 18px;
    height: 18px;
}

.aggregator-flow {
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 14px;
}

.aggregator-flow article {
    min-height: 118px;
    padding: 24px 22px;
    overflow: visible;
}

.aggregator-flow article span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--green);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
}

.aggregator-flow article span .ng-icon {
    display: none;
}

.aggregator-flow strong {
    margin-top: 18px;
    font-size: clamp(22px, 2vw, 30px);
}

.live-growth-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.64fr);
}

.growth-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px;
    padding: 22px !important;
    overflow: visible;
}

.growth-connector {
    display: none !important;
}

.growth-step {
    min-height: 118px !important;
    padding: 16px !important;
}

.growth-step > span {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    justify-content: center;
    gap: 0;
    border-radius: 14px;
    color: var(--green) !important;
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.22);
}

.growth-step > span .ng-icon {
    width: 21px;
    height: 21px;
    color: var(--green);
    stroke-width: 2;
}

.growth-step > span b {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 24px;
    height: 24px;
    font-size: 10px;
    color: var(--ink);
    background: var(--green);
    border: 2px solid rgba(4, 20, 24, 0.95);
    box-shadow: 0 0 18px rgba(0, 240, 200, 0.22);
}

.growth-step strong {
    margin-top: 18px !important;
    font-size: clamp(17px, 1.22vw, 20px) !important;
}

.growth-step em {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.35;
}

.growth-step.active {
    transform: translateY(-2px);
}

.growth-step.active > span {
    background: linear-gradient(135deg, rgba(0, 240, 200, 0.24), rgba(55, 163, 255, 0.12));
    border-color: rgba(0, 240, 200, 0.58);
    box-shadow: 0 0 30px rgba(0, 240, 200, 0.16);
}

.operator-live-panel {
    align-self: stretch;
}

.flow-panel-top strong {
    text-transform: none;
    letter-spacing: 0;
}

.flow-panel-top div span {
    color: var(--green);
}

.operator-control-grid article,
.aggregator-advantage-grid article,
.content-coverage-grid article,
.switch-grid article,
.premium-choice-grid article {
    align-content: start;
}

.operator-control-grid article > .ng-icon,
.aggregator-advantage-grid article > .ng-icon,
.content-coverage-grid article > .ng-icon,
.switch-grid article > .ng-icon,
.premium-choice-grid article > .ng-icon {
    width: 34px;
    height: 34px;
    padding: 8px;
    margin-bottom: 14px;
    border-radius: 12px;
}

.operator-control-grid article h3,
.aggregator-advantage-grid article h3,
.content-coverage-grid article h3,
.switch-grid article h3,
.premium-choice-grid article h3 {
    max-width: 18ch;
}

@media (max-width: 1180px) {
    .live-growth-shell {
        grid-template-columns: 1fr;
    }

    .aggregator-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .aggregator-flow,
    .growth-timeline {
        grid-template-columns: 1fr !important;
    }

    .growth-step {
        margin-left: 18px;
        min-height: 104px !important;
    }

    .aggregator-flow article {
        min-height: 96px;
    }
}

/* Bonus Center / Levels product depth */
.bonus-suite-section {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 120px;
    background:
        radial-gradient(circle at 84% 10%, rgba(0, 240, 200, 0.16), transparent 28%),
        linear-gradient(145deg, rgba(4, 28, 34, 0.78), rgba(3, 8, 14, 0.96));
    border-top: 1px solid rgba(214, 255, 247, 0.08);
    border-bottom: 1px solid rgba(214, 255, 247, 0.08);
}

.bonus-suite-copy {
    max-width: 1040px;
    margin-bottom: 26px;
}

.bonus-suite-copy h2,
.levels-control-scene h3 {
    max-width: 17ch;
    margin: 0;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.bonus-suite-copy p,
.levels-control-scene p {
    max-width: 680px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.55;
}

.bonus-suite-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(500px, 0.9fr);
    gap: 24px;
    align-items: start;
}

.promotion-control-scene,
.bonus-center-preview,
.levels-control-scene {
    border: 1px solid rgba(0, 240, 200, 0.18);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(3, 14, 20, 0.82);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.promotion-control-scene {
    padding: 28px;
    align-self: start;
}

.promo-scene-top,
.bonus-center-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(2, 12, 18, 0.88);
}

.promo-scene-top span,
.bonus-center-top span,
.bonus-center-cards span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.promo-scene-top strong,
.bonus-center-top strong,
.bonus-center-top em {
    color: var(--green);
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
}

.promo-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
    height: calc(100% - 74px);
}

.promo-module-grid article {
    min-height: 154px;
    padding: 20px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
}

.promo-module-grid h3,
.bonus-center-cards h3,
.levels-benefit-grid strong {
    margin: 14px 0 8px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.12;
}

.promo-module-grid p,
.bonus-center-cards p,
.levels-benefit-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.45;
}

.bonus-center-preview {
    padding: 22px;
    align-self: start;
    max-height: none;
    overflow: visible;
}

.bonus-center-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.bonus-center-cards article {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 18px;
    background: rgba(2, 12, 18, 0.8);
    min-height: 205px;
}

.bonus-center-cards article > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bonus-center-cards b {
    padding: 5px 8px;
    border-radius: 8px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.1);
    font-size: 11px;
    text-transform: uppercase;
}

.bonus-center-cards article > strong {
    color: var(--green);
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1;
}

.bonus-center-cards button {
    min-height: 42px;
    border: 0;
    border-radius: 14px;
    color: var(--ink);
    background: var(--green);
    font-weight: 900;
}

.bonus-center-cards article:first-child,
.bonus-center-cards article:last-child {
    grid-column: span 2;
}

.levels-control-scene {
    display: grid;
    grid-template-columns: minmax(300px, 0.62fr) 1fr;
    gap: 24px;
    margin-top: 24px;
    padding: 28px;
}

.levels-control-scene h3 {
    max-width: 12ch;
    font-size: clamp(34px, 3.4vw, 54px);
}

.level-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-self: start;
}

.level-track article {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 9px;
    min-height: 132px;
    padding: 18px 12px;
    border: 1px solid rgba(214, 255, 247, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    text-align: center;
}

.level-track article .ng-icon {
    width: 34px;
    height: 34px;
    padding: 8px;
    border-radius: 13px;
    background: rgba(0, 240, 200, 0.1);
    border: 1px solid rgba(0, 240, 200, 0.22);
}

.level-track strong {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 20px;
}

.level-track span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.level-track article:last-child {
    border-style: dashed;
    background: rgba(0, 240, 200, 0.07);
}

.levels-benefit-grid {
    margin-top: 0;
}

.levels-benefit-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.levels-benefit-grid article {
    padding: 16px;
    border: 1px solid rgba(214, 255, 247, 0.11);
    border-radius: 16px;
    background: rgba(2, 12, 18, 0.72);
}

.levels-benefit-grid strong {
    display: block;
    margin: 10px 0 6px;
    font-size: 17px;
}

@media (max-width: 1180px) {
    .bonus-suite-layout,
    .levels-control-scene {
        grid-template-columns: 1fr;
    }

    .levels-benefit-grid,
    .level-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bonus-center-preview {
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 820px) {
    .bonus-suite-copy h2,
    .levels-control-scene h3 {
        max-width: none;
        font-size: clamp(36px, 12vw, 50px);
    }

    .promo-module-grid,
    .bonus-center-cards,
    .levels-benefit-grid,
    .level-track {
        grid-template-columns: 1fr;
    }

    .bonus-center-cards article:first-child,
    .bonus-center-cards article:last-child {
        grid-column: auto;
    }

    .promotion-control-scene,
    .bonus-center-preview,
    .levels-control-scene {
        padding: 18px;
        border-radius: 22px;
    }
}

/* Final page-ending and product-panel polish. Keep this block last. */
html,
body {
    min-height: auto !important;
}

body {
    display: block !important;
    background-color: #03070d;
    background-repeat: no-repeat;
}

body::after {
    display: none !important;
}

main {
    min-height: 0 !important;
}

.site-footer {
    margin-bottom: 0 !important;
    padding-bottom: max(26px, env(safe-area-inset-bottom));
}

.proof-positioning-strip {
    display: grid;
    grid-template-columns: minmax(420px, 0.68fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px clamp(18px, 5vw, 72px);
    border-top: 1px solid rgba(214, 255, 247, 0.10);
    border-bottom: 1px solid rgba(214, 255, 247, 0.10);
    background:
        linear-gradient(90deg, rgba(0, 240, 200, 0.08), rgba(58, 160, 255, 0.045)),
        rgba(3, 10, 16, 0.94);
}

.proof-positioning-strip p {
    margin: 0;
    max-width: 620px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.proof-positioning-strip div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 8px;
    overflow: visible;
}

.proof-positioning-strip span {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid rgba(0, 240, 200, 0.22);
    border-radius: 999px;
    color: #e8fffb;
    background: rgba(255, 255, 255, 0.045);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.trust-strip {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 76px;
    margin: 0 !important;
    padding: 18px clamp(18px, 5vw, 72px) !important;
    border: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.10) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.10) !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 18% 50%, rgba(0, 240, 200, 0.10), transparent 26%),
        radial-gradient(circle at 82% 50%, rgba(58, 160, 255, 0.09), transparent 28%),
        linear-gradient(90deg, rgba(0, 240, 200, 0.075), rgba(58, 160, 255, 0.055)),
        rgba(4, 13, 20, 0.92) !important;
    box-shadow: none !important;
}

.trust-strip span {
    min-height: 34px !important;
    padding: 7px 11px;
    background: rgba(0, 240, 200, 0.07);
    border-color: rgba(0, 240, 200, 0.22);
}

.engagement-product-hero + .trust-strip {
    margin: 0 !important;
}

.trust-strip + .section,
.trust-strip + section {
    margin-top: 0 !important;
}

.bonus-suite-layout {
    align-items: stretch !important;
}

.promotion-control-scene,
.bonus-center-preview {
    align-self: stretch !important;
}

.promotion-control-scene {
    display: grid;
    grid-template-rows: auto 1fr;
    padding: 24px;
}

.promo-module-grid {
    height: auto !important;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: stretch;
}

.promo-module-grid article {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    align-content: center;
    min-height: 0;
    padding: 18px 20px 20px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
        rgba(2, 13, 18, 0.72);
}

.promo-module-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 16% 10%, rgba(0, 240, 200, 0.12), transparent 26%),
        linear-gradient(180deg, transparent 68%, rgba(0, 240, 200, 0.055));
    pointer-events: none;
}

.promo-module-grid article > * {
    position: relative;
    z-index: 1;
}

.promo-module-grid .ng-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 20px;
}

.promo-module-grid h3 {
    margin: 0 0 10px;
    max-width: 16ch;
    line-height: 1.12;
}

.promo-module-grid p {
    max-width: 30ch;
    line-height: 1.45;
}

.preview-panel h3,
.bonus-center-cards h3,
.promo-module-grid h3,
.reward-card h3,
.agg-proof-panel h3,
.engagement-panel-flow span,
.engagement-panel-metrics strong {
    font-size: max(16px, 1em);
}

.preview-top span,
.preview-top strong,
.mockup-top,
.mockup-kpi span,
.mockup-grid span,
.reward-meta span,
.reward-meta strong,
.hub-toolbar button,
.agg-mockup-top span,
.agg-lobby-preview span,
.promo-scene-top span,
.bonus-center-top span,
.bonus-center-cards span,
.bonus-center-cards b,
.engagement-panel-top span,
.engagement-panel-top strong,
.engagement-panel-core span,
.engagement-panel-metrics span,
.terminal-screen span,
.terminal-grid small,
.motivation-flow em {
    font-size: max(13px, 1em);
}

.preview-panel p,
.benefit-grid p,
.advantage-grid p,
.operator-network-grid p,
.switch-grid p,
.operator-control-grid p,
.aggregator-advantage-grid p,
.promo-module-grid p,
.bonus-center-cards p,
.levels-benefit-grid p,
.reward-card p,
.engagement-panel-core p,
.motivation-flow b,
.motivation-flow em {
    font-size: max(16px, 1em);
}

.rewards-cinematic {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr) !important;
    gap: clamp(28px, 4vw, 64px);
    align-items: center;
    min-height: auto;
    padding-top: clamp(76px, 7vw, 112px);
    padding-bottom: clamp(76px, 7vw, 112px);
}

.rewards-cinematic .rewards-copy {
    max-width: 600px;
}

.rewards-copy h2 {
    max-width: 10.5ch;
    font-size: clamp(46px, 4.6vw, 72px) !important;
    line-height: 0.98;
    letter-spacing: 0;
}

.rewards-copy p {
    max-width: 560px;
    font-size: clamp(17px, 1.25vw, 20px);
}

.rewards-cinematic .rewards-preview {
    justify-self: end;
    width: min(100%, 1120px);
    padding: 18px;
    overflow: hidden;
}

.rewards-cinematic .hub-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
}

.rewards-cinematic .hub-toolbar::-webkit-scrollbar {
    display: none;
}

.rewards-cinematic .hub-toolbar div {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 6px;
}

.rewards-cinematic .hub-toolbar button {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 10.5px;
    line-height: 1;
    white-space: nowrap;
}

.rewards-cinematic .hub-toolbar button .ng-icon {
    width: 11px;
    height: 11px;
}

.rewards-cinematic .reward-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px;
}

.rewards-cinematic .reward-card {
    min-width: 0;
    min-height: 230px;
    padding: 16px;
}

.rewards-cinematic .reward-meta {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    min-height: 54px;
    margin-bottom: 12px;
}

.rewards-cinematic .reward-meta span,
.rewards-cinematic .reward-meta strong {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 6px 8px;
    overflow: visible;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

.rewards-cinematic .reward-meta .ng-icon {
    width: 12px;
    height: 12px;
}

.rewards-cinematic .reward-card h3 {
    min-height: 42px;
    font-size: 17px;
    line-height: 1.18;
}

.rewards-cinematic .reward-card p {
    min-height: 28px;
    font-size: 18px;
    line-height: 1.18;
}

.dark-section .operator-control-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.dark-section .operator-control-grid article {
    display: flex;
    flex-direction: column;
    min-height: 174px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
        rgba(7, 17, 25, 0.82);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.30);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.dark-section .operator-control-grid article > .ng-icon {
    width: 38px;
    height: 38px;
    padding: 8px;
    margin: 0 0 18px;
    border-radius: 12px;
    color: var(--green);
    background: rgba(0, 240, 200, 0.10);
    border: 1px solid rgba(0, 240, 200, 0.28);
}

.dark-section .operator-control-grid h3 {
    max-width: 18ch;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.14;
}

.dark-section .operator-control-grid p {
    max-width: 28ch;
    margin: 0;
    font-size: 15px;
    line-height: 1.48;
}

.final-cta {
    margin-top: clamp(56px, 7vw, 112px) !important;
}

.visual-proof-section .aggregator-proof {
    grid-template-columns: minmax(360px, 1.05fr) minmax(260px, 0.82fr) minmax(260px, 0.82fr);
    grid-template-areas:
        "providers categories transactions"
        "providers errors ranking";
    gap: 16px;
    align-items: stretch;
}

.visual-proof-section .agg-proof-panel {
    display: grid;
    gap: 18px;
    min-height: 260px;
    padding: 22px;
    overflow: hidden;
}

.visual-proof-section .provider-list {
    min-height: 536px;
}

.visual-proof-section .category-panel,
.visual-proof-section .transaction-panel,
.visual-proof-section .error-panel,
.visual-proof-section .ranking-panel {
    min-height: 260px;
}

.visual-proof-section .preview-top {
    margin: 0;
}

.visual-proof-section .category-pills {
    align-content: start;
    gap: 9px;
}

.visual-proof-section .category-pills span {
    min-height: 42px;
    padding: 11px 13px;
}

.visual-proof-section .transaction-panel .tracking-metric strong {
    font-size: clamp(44px, 4vw, 58px);
}

.visual-proof-section .transaction-panel .tracking-bars {
    align-self: end;
}

.visual-proof-section .error-panel .journey-steps {
    display: grid;
    gap: 10px;
    align-content: center;
    padding: 0;
    margin: 0;
}

.visual-proof-section .error-panel .journey-steps li {
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(214, 255, 247, 0.10);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
}

.visual-proof-section .ranking-list {
    align-content: stretch;
}

.visual-proof-section .ranking-list div {
    min-height: 52px;
    padding: 10px 0;
}

.visual-proof-section .ranking-list strong {
    min-width: 0;
}

.visual-proof-section .ranking-list em {
    font-size: 17px;
}

.level-track article,
.levels-benefit-grid article {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
        rgba(7, 17, 25, 0.82);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.30);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.level-track article:hover,
.levels-benefit-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 240, 200, 0.34);
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.075), rgba(255, 255, 255, 0.055)),
        rgba(8, 20, 30, 0.9);
}

.level-track article {
    min-height: 150px;
    padding: 20px;
}

.level-track article:last-child {
    border-style: solid;
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.10), rgba(255, 255, 255, 0.055)),
        rgba(7, 17, 25, 0.82);
}

.level-track article .ng-icon,
.levels-benefit-grid article .ng-icon {
    width: 38px;
    height: 38px;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.levels-benefit-grid {
    gap: 16px;
}

.levels-benefit-grid article {
    min-height: 174px;
    padding: 22px;
}

.levels-benefit-grid strong {
    margin: 0 0 10px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.14;
}

.levels-benefit-grid p {
    font-size: 15px;
    line-height: 1.5;
}

.bonus-center-preview {
    display: grid;
    grid-template-rows: auto 1fr;
}

.bonus-center-cards {
    align-content: stretch;
}

.bonus-center-cards article {
    position: relative;
    grid-template-rows: auto auto auto 1fr auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(0, 240, 200, 0.10), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(1, 12, 18, 0.86);
}

.bonus-center-cards article > div:first-child {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.bonus-center-cards span {
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 76px);
    padding: 8px 11px;
    border-radius: 10px;
    color: var(--ink);
    background: var(--green);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.bonus-center-cards span .ng-icon {
    width: 16px;
    height: 16px;
    stroke-width: 2.25;
}

.bonus-center-cards b {
    flex: 0 0 auto;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

.bonus-center-cards h3 {
    min-height: 42px;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.18;
}

.bonus-center-cards article > strong {
    font-size: 22px;
    line-height: 1.1;
}

.bonus-center-cards .progress-track {
    align-self: end;
    width: 100%;
}

.bonus-center-cards button {
    align-self: end;
    width: 100%;
}

@media (max-width: 1180px) {
    .bonus-suite-layout {
        align-items: start !important;
    }

    .dark-section .operator-control-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
    }

    .visual-proof-section .aggregator-proof {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "providers providers"
            "categories transactions"
            "errors ranking";
    }

    .visual-proof-section .provider-list {
        min-height: auto;
    }

    .rewards-cinematic {
        grid-template-columns: 1fr !important;
    }

    .rewards-cinematic .rewards-copy,
    .rewards-copy h2,
    .rewards-copy p,
    .rewards-cinematic .rewards-preview {
        max-width: none;
        width: 100%;
        justify-self: stretch;
    }

    .rewards-cinematic .reward-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    .proof-positioning-strip {
        grid-template-columns: 1fr;
        padding: 20px 14px;
    }

    .proof-positioning-strip div {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .proof-positioning-strip span {
        white-space: normal;
    }

    .dark-section .operator-control-grid,
    .visual-proof-section .aggregator-proof {
        grid-template-columns: 1fr;
    }

    .visual-proof-section .aggregator-proof {
        grid-template-areas:
            "providers"
            "categories"
            "transactions"
            "errors"
            "ranking";
    }

    .visual-proof-section .agg-proof-panel,
    .visual-proof-section .category-panel,
    .visual-proof-section .transaction-panel,
    .visual-proof-section .error-panel,
    .visual-proof-section .ranking-panel {
        min-height: auto;
    }

    .rewards-copy h2 {
        font-size: clamp(36px, 10vw, 52px) !important;
    }

    .rewards-cinematic .reward-card-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Final premium system consolidation */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    display: block !important;
    min-height: auto !important;
    background:
        radial-gradient(circle at 50% -10%, rgba(0, 240, 200, 0.10), transparent 28%),
        linear-gradient(180deg, #03080d 0%, #06111a 52%, #03080d 100%) !important;
}

main {
    min-height: 0 !important;
    overflow: clip;
}

.site-header {
    min-height: 82px;
    padding: 14px clamp(16px, 4vw, 64px) !important;
    background:
        linear-gradient(180deg, rgba(5, 12, 18, 0.88), rgba(5, 12, 18, 0.68)),
        rgba(4, 10, 15, 0.76) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.10);
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
}

.main-nav {
    gap: 4px !important;
    padding: 5px !important;
    border: 1px solid rgba(214, 255, 247, 0.12) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
        rgba(2, 10, 15, 0.72) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 48px rgba(0, 0, 0, 0.20);
}

.main-nav a {
    min-height: 34px;
    padding: 9px 13px !important;
    border: 1px solid transparent;
    border-radius: 999px !important;
    color: rgba(232, 255, 251, 0.74) !important;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: #f3fffd !important;
    border-color: rgba(0, 240, 200, 0.24);
    background:
        linear-gradient(180deg, rgba(0, 240, 200, 0.14), rgba(0, 240, 200, 0.055)),
        rgba(255, 255, 255, 0.035) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 22px rgba(0, 240, 200, 0.10);
}

.header-cta,
.primary-button,
.button,
.demo-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: max-content;
    padding: 0 24px;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(116, 248, 218, 0.98), rgba(0, 218, 190, 0.98)) !important;
    color: #00110f !important;
    font-weight: 900 !important;
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 16px 42px rgba(0, 240, 200, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.header-cta:hover,
.primary-button:hover,
.button:hover,
.demo-form button:hover {
    transform: translateY(-2px);
    filter: saturate(1.05);
    box-shadow: 0 22px 58px rgba(0, 240, 200, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

.secondary-button,
.button-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: max-content;
    padding: 0 22px;
    border-radius: 999px !important;
    border: 1px solid rgba(214, 255, 247, 0.22) !important;
    color: rgba(242, 255, 252, 0.92) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
        rgba(6, 15, 22, 0.72) !important;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
}

.section-head {
    max-width: 860px;
}

.section-head .eyebrow,
.eyebrow {
    color: rgba(123, 255, 226, 0.86) !important;
    letter-spacing: 0.13em;
}

.section-head h2 {
    letter-spacing: 0;
}

.section-head p,
.product-hero p,
.hero-copy p {
    color: rgba(224, 244, 240, 0.78);
}

.value-grid article,
.benefit-grid article,
.advantage-grid article,
.operator-network-grid article,
.switch-grid article,
.operator-control-grid article,
.aggregator-advantage-grid article,
.levels-benefit-grid article,
.premium-choice-grid article,
.service-card,
.content-coverage-grid article,
.role-grid article,
.layer-grid article,
.api-card,
.contact-trust span,
.hero-trust span {
    border: 1px solid rgba(214, 255, 247, 0.12) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 16% 0%, rgba(0, 240, 200, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.030)),
        rgba(6, 16, 24, 0.78) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28) !important;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.value-grid article:hover,
.benefit-grid article:hover,
.advantage-grid article:hover,
.operator-network-grid article:hover,
.switch-grid article:hover,
.operator-control-grid article:hover,
.aggregator-advantage-grid article:hover,
.levels-benefit-grid article:hover,
.premium-choice-grid article:hover,
.service-card:hover,
.content-coverage-grid article:hover,
.role-grid article:hover,
.layer-grid article:hover,
.api-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 240, 200, 0.34) !important;
    background:
        radial-gradient(circle at 16% 0%, rgba(0, 240, 200, 0.13), transparent 34%),
        linear-gradient(180deg, rgba(0, 240, 200, 0.060), rgba(255, 255, 255, 0.038)),
        rgba(8, 20, 30, 0.88) !important;
    box-shadow: 0 30px 92px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 240, 200, 0.07) !important;
}

.value-grid article > .ng-icon,
.benefit-grid article > .ng-icon,
.advantage-grid article > .ng-icon,
.operator-network-grid article > .ng-icon,
.switch-grid article > .ng-icon,
.operator-control-grid article > .ng-icon,
.aggregator-advantage-grid article > .ng-icon,
.levels-benefit-grid article > .ng-icon,
.premium-choice-grid article > .ng-icon,
.service-card > .ng-icon,
.content-coverage-grid article > .ng-icon,
.role-grid article > .ng-icon,
.layer-grid article > .ng-icon,
.api-card > .ng-icon {
    width: 38px !important;
    height: 38px !important;
    padding: 8px !important;
    border: 1px solid rgba(0, 240, 200, 0.28);
    border-radius: 12px;
    color: var(--green);
    background: rgba(0, 240, 200, 0.10);
}

.value-grid h3,
.benefit-grid h3,
.advantage-grid h3,
.operator-network-grid h3,
.switch-grid h3,
.operator-control-grid h3,
.aggregator-advantage-grid h3,
.premium-choice-grid h3,
.service-card h3,
.content-coverage-grid h3,
.role-grid h3,
.api-card h3 {
    color: var(--text);
    font-size: clamp(18px, 1.3vw, 21px) !important;
    line-height: 1.14;
    letter-spacing: 0;
}

.value-grid p,
.benefit-grid p,
.advantage-grid p,
.operator-network-grid p,
.switch-grid p,
.operator-control-grid p,
.aggregator-advantage-grid p,
.levels-benefit-grid p,
.premium-choice-grid p,
.service-card p,
.content-coverage-grid p,
.role-grid p,
.api-card p {
    color: rgba(224, 244, 240, 0.78);
    font-size: 16px !important;
    line-height: 1.48;
}

.trust-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 88px !important;
    margin: 0 !important;
    padding: 20px clamp(18px, 5vw, 72px) !important;
    border: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.10) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.10) !important;
    border-radius: 0 !important;
    background:
        radial-gradient(circle at 20% 50%, rgba(0, 240, 200, 0.11), transparent 30%),
        radial-gradient(circle at 80% 50%, rgba(58, 160, 255, 0.10), transparent 30%),
        linear-gradient(90deg, rgba(0, 240, 200, 0.075), rgba(58, 160, 255, 0.055)),
        rgba(4, 13, 20, 0.94) !important;
    box-shadow: none !important;
}

.trust-strip span,
.proof-positioning-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(0, 240, 200, 0.24) !important;
    border-radius: 999px !important;
    color: #effffb !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.025)),
        rgba(0, 240, 200, 0.065) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1;
    white-space: nowrap;
}

.proof-positioning-strip {
    display: grid;
    grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
    align-items: center;
    min-height: 110px;
    padding: 22px clamp(18px, 5vw, 72px) !important;
    border-top: 1px solid rgba(214, 255, 247, 0.10);
    border-bottom: 1px solid rgba(214, 255, 247, 0.10);
    background:
        radial-gradient(circle at 18% 50%, rgba(0, 240, 200, 0.10), transparent 28%),
        radial-gradient(circle at 86% 50%, rgba(58, 160, 255, 0.09), transparent 30%),
        linear-gradient(90deg, rgba(0, 240, 200, 0.070), rgba(58, 160, 255, 0.050)),
        rgba(4, 13, 20, 0.94) !important;
}

.proof-positioning-strip div {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.proof-positioning-strip p {
    max-width: 580px;
    color: #f2fffc;
    font-size: clamp(18px, 1.45vw, 23px);
}

.visual-panel,
.visual-scene,
.product-preview,
.preview-panel,
.offer-panel,
.aggregator-hero-mockup,
.engagement-hero-panel,
.bonus-center-preview,
.promotion-control-scene,
.terminal-mockup,
.terminal-screen,
.rewards-preview,
.agg-proof-panel,
.demo-form,
.contact-page form,
.operator-stack-visual,
.platform-command-center,
.journey-map,
.growth-engine-shell {
    border-color: rgba(214, 255, 247, 0.14) !important;
    border-radius: clamp(20px, 1.8vw, 28px) !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 240, 200, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
        rgba(5, 15, 23, 0.82) !important;
    box-shadow: 0 32px 110px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(0, 240, 200, 0.035) !important;
}

.final-cta {
    max-width: min(1780px, calc(100% - clamp(28px, 7vw, 120px))) !important;
    margin: clamp(64px, 7vw, 112px) auto clamp(56px, 7vw, 96px) !important;
    padding: clamp(56px, 7vw, 92px) clamp(22px, 6vw, 86px) !important;
    border: 1px solid rgba(214, 255, 247, 0.16) !important;
    border-radius: clamp(22px, 2vw, 30px) !important;
    text-align: center;
    background:
        radial-gradient(circle at 23% 22%, rgba(0, 240, 200, 0.16), transparent 34%),
        radial-gradient(circle at 82% 72%, rgba(58, 160, 255, 0.13), transparent 36%),
        linear-gradient(135deg, rgba(11, 58, 52, 0.72), rgba(17, 35, 55, 0.80)),
        rgba(5, 15, 23, 0.94) !important;
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.final-cta h2 {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
}

.final-cta p:not(.eyebrow) {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(224, 244, 240, 0.80);
    font-size: clamp(17px, 1.35vw, 22px);
}

.final-cta .primary-button {
    margin-top: 12px;
}

.site-footer {
    margin: 0 !important;
    padding-bottom: 0 !important;
    background: #03080d !important;
}

.site-footer::after,
body::after,
main::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 1180px) {
    .main-nav a {
        padding: 9px 10px !important;
        font-size: 12px !important;
    }

    .trust-strip {
        min-height: 86px !important;
    }

    .proof-positioning-strip {
        grid-template-columns: 1fr;
    }

    .proof-positioning-strip p {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 820px) {
    body {
        overflow-x: hidden;
    }

    .site-header {
        min-height: 72px;
        padding: 12px 14px !important;
    }

    .nav-toggle-button {
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.055) !important;
        border-color: rgba(214, 255, 247, 0.14) !important;
    }

    .main-nav {
        left: 14px !important;
        right: 14px !important;
        top: 74px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        border-radius: 22px !important;
        padding: 10px !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
            rgba(3, 11, 17, 0.96) !important;
    }

    .main-nav a {
        justify-content: flex-start;
        min-height: 42px;
        padding: 12px 14px !important;
        font-size: 14px !important;
    }

    .header-cta {
        min-height: 40px;
        padding: 0 14px !important;
        font-size: 12px !important;
    }

    .trust-strip {
        min-height: auto !important;
        padding: 18px 14px !important;
        gap: 8px !important;
    }

    .trust-strip span,
    .proof-positioning-strip span {
        white-space: normal;
        justify-content: center;
        text-align: center;
        font-size: 12px !important;
    }

    .proof-positioning-strip {
        min-height: auto;
        padding: 22px 14px !important;
    }

    .proof-positioning-strip div {
        justify-content: center !important;
    }

    .final-cta {
        max-width: calc(100% - 28px) !important;
        margin-top: 56px !important;
        padding: 42px 18px !important;
    }

    .value-grid p,
    .benefit-grid p,
    .advantage-grid p,
    .operator-network-grid p,
    .switch-grid p,
    .operator-control-grid p,
    .aggregator-advantage-grid p,
    .levels-benefit-grid p,
    .premium-choice-grid p,
    .service-card p,
    .content-coverage-grid p,
    .role-grid p,
    .api-card p {
        font-size: 15px !important;
    }
}

/* Final override: Bonus suite must be balanced left/right with equal card grids */
.bonus-suite-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: clamp(18px, 2vw, 28px) !important;
}

.promotion-control-scene,
.bonus-center-preview {
    align-self: stretch !important;
    min-height: clamp(560px, 34vw, 660px) !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: auto 1fr !important;
    padding: clamp(22px, 2vw, 30px) !important;
    overflow: hidden !important;
}

.promo-scene-top,
.bonus-center-top {
    min-height: 58px;
}

.bonus-center-top div {
    min-width: 0;
}

.bonus-center-top strong {
    display: inline;
    color: var(--green) !important;
    font-size: 13px !important;
    line-height: 1.2;
}

.promo-module-grid,
.bonus-center-cards {
    height: 100% !important;
    margin-top: 18px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-content: stretch !important;
}

.promo-module-grid article,
.bonus-center-cards article,
.bonus-center-cards article:first-child,
.bonus-center-cards article:last-child {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
}

.promo-module-grid article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
    column-gap: 18px !important;
    row-gap: 8px !important;
    align-content: start !important;
    padding: clamp(20px, 1.8vw, 28px) !important;
}

.promo-module-grid article .ng-icon {
    grid-row: 1 / span 2;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
}

.promo-module-grid h3 {
    margin: 0 !important;
    max-width: none !important;
}

.promo-module-grid p {
    margin: 0 !important;
    max-width: 34ch !important;
    align-self: start;
}

.bonus-center-cards article {
    display: grid !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    gap: 10px !important;
    padding: clamp(18px, 1.6vw, 24px) !important;
}

.bonus-center-cards article > div:first-child {
    min-width: 0;
}

.bonus-center-cards span {
    max-width: calc(100% - 78px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.bonus-center-cards h3 {
    min-height: 44px !important;
    margin: 6px 0 0 !important;
}

.bonus-center-cards article > strong {
    font-size: clamp(22px, 1.65vw, 28px) !important;
}

.bonus-center-cards .progress-track {
    align-self: end !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 8px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
}

.bonus-center-cards .progress-track span {
    display: block;
    max-width: 100% !important;
    border-radius: 999px !important;
}

.bonus-center-cards button {
    align-self: end !important;
    width: 100% !important;
    min-height: 48px !important;
}

@media (max-width: 1180px) {
    .bonus-suite-layout {
        grid-template-columns: 1fr !important;
    }

    .promotion-control-scene,
    .bonus-center-preview {
        min-height: auto !important;
    }
}

@media (max-width: 640px) {
    .promo-module-grid,
    .bonus-center-cards {
        grid-template-columns: 1fr !important;
        grid-template-rows: none !important;
    }

    .promo-module-grid article,
    .bonus-center-cards article {
        min-height: 188px !important;
    }
}
/* Absolute final polish overrides */
.site-header {
    background:
        linear-gradient(180deg, rgba(3, 9, 14, 0.96), rgba(3, 9, 14, 0.82)),
        rgba(2, 8, 12, 0.90) !important;
    border-bottom-color: rgba(214, 255, 247, 0.16) !important;
}

.main-nav {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.030)),
        rgba(4, 13, 18, 0.92) !important;
    border-color: rgba(214, 255, 247, 0.20) !important;
}

.main-nav a {
    color: rgba(244, 255, 252, 0.90) !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.main-nav a:hover,
.main-nav a.active {
    color: #ffffff !important;
    border-color: rgba(99, 245, 218, 0.35) !important;
    background:
        linear-gradient(180deg, rgba(99, 245, 218, 0.16), rgba(0, 214, 190, 0.07)),
        rgba(255, 255, 255, 0.050) !important;
}

.company-profile-panel .preview-top span,
.company-profile-panel .preview-top strong,
.company-signal-grid span {
    color: rgba(244, 255, 252, 0.94) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.030)),
        rgba(3, 12, 17, 0.54) !important;
    border-color: rgba(214, 255, 247, 0.18) !important;
}

.company-profile-panel .preview-top strong {
    color: var(--green) !important;
    background: transparent !important;
    border: 0 !important;
    padding-inline: 0 !important;
}

.company-profile-panel .ng-icon,
.company-signal-grid .ng-icon {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px;
    color: var(--green) !important;
    filter: drop-shadow(0 0 10px rgba(0, 240, 200, 0.18));
}

/* Final desktop/header and editorial image overrides */
@media (min-width: 1101px) {
    .site-header:not(.landing-header) {
        display: grid !important;
        grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
        align-items: center;
    }

    .site-header:not(.landing-header) .brand {
        justify-self: start;
    }

    .site-header:not(.landing-header) .main-nav {
        justify-self: center;
    }

    .site-header:not(.landing-header) .header-cta {
        justify-self: end;
    }
}

@media (max-width: 760px) {
    .editorial-featured {
        grid-template-columns: 1fr !important;
    }

    .editorial-featured-image {
        margin: -24px -24px 20px !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(129, 255, 236, .14) !important;
    }
}

/* True final mobile header fix: language selector must not hide menu */
@media (max-width: 820px) {
    .site-header:not(.landing-header) {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        min-height: 72px !important;
        padding: 12px 14px !important;
    }

    .site-header:not(.landing-header) .brand {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(150px, 42vw, 205px) !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 2 !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        gap: 6px !important;
    }

    .site-header:not(.landing-header) .header-actions .header-cta {
        display: none !important;
    }

    .site-header:not(.landing-header) .language-switch {
        padding: 3px !important;
        gap: 2px !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-width: 30px !important;
        min-height: 30px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 3 !important;
        display: inline-flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        margin-left: 0 !important;
        padding: 0 !important;
        justify-content: center !important;
        gap: 0 !important;
        overflow: hidden !important;
        font-size: 0 !important;
        color: transparent !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon {
        margin: auto !important;
    }

    .site-header:not(.landing-header) .main-nav {
        order: 4 !important;
    }
}

@media (max-width: 430px) {
    .site-header:not(.landing-header) {
        gap: 6px !important;
        padding-inline: 12px !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(136px, 38vw, 174px) !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-width: 28px !important;
        min-height: 28px !important;
        padding: 0 6px !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        flex-basis: 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

/* Absolute final enterprise/editorial overrides */
body {
    background: linear-gradient(180deg, #03070d 0%, #07111a 42%, #03070d 100%) !important;
}

h1,
h2,
h3 {
    letter-spacing: 0 !important;
}

.section {
    padding-top: clamp(76px, 9vw, 142px) !important;
    padding-bottom: clamp(76px, 9vw, 142px) !important;
}

.primary-button,
.secondary-button,
.button,
.header-cta,
.demo-form button {
    border-radius: 8px !important;
}

.hero-trust span,
.premium-badges span {
    padding: 9px 11px !important;
    border-radius: 6px !important;
    border-color: rgba(214, 255, 247, 0.14) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow: none !important;
}

.trust-strip {
    justify-content: space-between !important;
    gap: 0 !important;
    min-height: 106px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), rgba(0, 240, 200, 0.035), rgba(255, 255, 255, 0.018)), rgba(3, 10, 15, 0.94) !important;
}

.trust-strip span {
    flex: 1 1 160px;
    justify-content: center;
    min-height: 48px !important;
    padding: 8px 12px !important;
    border: 0 !important;
    border-left: 1px solid rgba(214, 255, 247, 0.12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.trust-strip span:first-child {
    border-left: 0 !important;
}

.split-editorial-layout,
.comparison-section,
.operator-flow-section,
.services-editorial-section {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr) !important;
    gap: clamp(34px, 6vw, 96px) !important;
    align-items: start !important;
}

.split-editorial-layout > div:first-child,
.comparison-copy,
.operator-flow-copy,
.services-editorial-intro {
    position: sticky;
    top: 118px;
}

.editorial-bullet-rows,
.editorial-row-list {
    display: grid !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.editorial-bullet-rows article,
.editorial-row-list article {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
    padding: 22px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.editorial-bullet-rows strong,
.editorial-row-list h3 {
    margin: 0 0 7px !important;
    color: var(--text) !important;
    font-size: clamp(19px, 1.55vw, 24px) !important;
    line-height: 1.15 !important;
}

.editorial-bullet-rows p,
.editorial-row-list p {
    margin: 0 !important;
    color: rgba(224, 244, 240, 0.72) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

.conversion-path-grid article,
.differentiation-grid article,
.platform-control-grid article,
.operator-control-grid article,
.operator-network-grid article,
.benefit-grid article,
.value-grid article,
.service-card,
.content-coverage-grid article,
.role-grid article,
.api-card,
.network-rail article,
.process-steps article {
    border: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.conversion-path-grid article:hover,
.differentiation-grid article:hover,
.platform-control-grid article:hover,
.operator-control-grid article:hover,
.operator-network-grid article:hover,
.benefit-grid article:hover,
.value-grid article:hover,
.service-card:hover,
.content-coverage-grid article:hover,
.role-grid article:hover,
.api-card:hover,
.network-rail article:hover,
.process-steps article:hover {
    background: linear-gradient(90deg, rgba(0, 240, 200, 0.035), transparent 74%) !important;
    box-shadow: none !important;
}

.conversion-path-grid article {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    align-items: start !important;
}

.conversion-path-grid article > .ng-icon {
    grid-row: 1 / span 3;
}

.capability-matrix,
.product-stack-table-section .capability-matrix {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-left: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.capability-matrix article,
.product-stack-table-section .capability-matrix article {
    min-height: 82px !important;
    padding: 20px 18px !important;
    border: 0 !important;
    border-right: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.018) !important;
    box-shadow: none !important;
}

.operator-flow-diagram {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.operator-flow-diagram article {
    position: relative;
    min-height: 124px;
    padding: 24px 18px;
    border-left: 1px solid rgba(214, 255, 247, 0.14);
}

.comparison-head,
.comparison-table article {
    display: grid !important;
    grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1fr) minmax(0, 1.05fr) !important;
    gap: clamp(16px, 3vw, 44px) !important;
    padding: 22px 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.comparison-table {
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.comparison-head span:first-child {
    grid-column: 2;
}

.process-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.process-steps article {
    border-top: 0 !important;
    border-left: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.process-steps article:first-child {
    border-left: 0 !important;
}

.operator-stack-visual,
.operator-stack-visual article,
.network-story-copy {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.network-story {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr) !important;
    gap: clamp(34px, 6vw, 96px) !important;
}

.service-rows {
    grid-template-columns: 1fr !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.service-rows .service-card {
    display: grid !important;
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr) auto !important;
    gap: clamp(18px, 3vw, 46px) !important;
    align-items: center !important;
    padding: 28px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.visual-panel,
.visual-scene,
.product-preview,
.preview-panel,
.offer-panel,
.aggregator-hero-mockup,
.engagement-hero-panel,
.bonus-center-preview,
.promotion-control-scene,
.terminal-mockup,
.terminal-screen,
.rewards-preview,
.agg-proof-panel,
.demo-form,
.contact-page form,
.platform-command-center,
.journey-map,
.growth-engine-shell,
.final-cta {
    border-radius: 12px !important;
}

@media (max-width: 1080px) {
    .split-editorial-layout,
    .comparison-section,
    .operator-flow-section,
    .services-editorial-section {
        grid-template-columns: 1fr !important;
    }

    .split-editorial-layout > div:first-child,
    .comparison-copy,
    .operator-flow-copy,
    .services-editorial-intro {
        position: static;
    }

    .operator-flow-diagram,
    .process-steps,
    .capability-matrix,
    .product-stack-table-section .capability-matrix {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .comparison-head,
    .comparison-table article,
    .service-rows .service-card {
        grid-template-columns: 1fr !important;
    }

    .comparison-head span:first-child {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .section {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .trust-strip {
        gap: 8px !important;
    }

    .trust-strip span {
        flex: 1 1 calc(50% - 8px);
        border-left: 0 !important;
        border-top: 1px solid rgba(214, 255, 247, 0.12) !important;
    }

    .operator-flow-diagram,
    .process-steps,
    .capability-matrix,
    .product-stack-table-section .capability-matrix {
        grid-template-columns: 1fr !important;
    }
}

/* EOF lock: keep shared top bars and tablet/mobile containment consistent. */
.growth-top .ng-icon,
.loop-card-top .ng-icon,
.engagement-panel-top .ng-icon,
.flow-panel-top .ng-icon,
.agg-mockup-top .ng-icon,
.preview-top .ng-icon,
.mockup-top .ng-icon,
.promo-scene-top .ng-icon,
.bonus-center-top .ng-icon {
    display: none !important;
}

@media (max-width: 1080px) {
    .network-story {
        grid-template-columns: 1fr !important;
    }

    .network-story-copy {
        position: static !important;
    }

    .network-rail,
    .network-rail article {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .network-rail article {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        column-gap: 14px !important;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    .site-header:not(.landing-header) .main-nav {
        position: absolute !important;
        top: 76px !important;
        left: 18px !important;
        right: 18px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: auto !important;
        max-width: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-8px) !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        display: inline-flex !important;
    }

    .site-header:not(.landing-header) .nav-toggle:checked ~ .main-nav {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

/* Definitive responsive header: avoid desktop nav overflow on laptop/tablet widths. */
@media (min-width: 821px) and (max-width: 1280px) {
    .site-header:not(.landing-header) {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        min-height: 72px !important;
        padding: 12px clamp(18px, 3vw, 34px) !important;
    }

    .site-header:not(.landing-header) .brand {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        width: auto !important;
        justify-self: auto !important;
    }

    .site-header:not(.landing-header) .brand-logo {
        width: clamp(174px, 18vw, 220px) !important;
        max-width: 100% !important;
    }

    .site-header:not(.landing-header) .header-actions {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
    }

    .site-header:not(.landing-header) .header-actions .header-cta {
        display: inline-flex !important;
        min-height: 42px !important;
        padding: 0 18px !important;
        font-size: 13px !important;
    }

    .site-header:not(.landing-header) .language-switch {
        min-height: 42px !important;
    }

    .site-header:not(.landing-header) .language-switch a {
        min-height: 34px !important;
        min-width: 34px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
    }

    .site-header:not(.landing-header) .nav-toggle {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button {
        order: 3 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        margin-left: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 1px solid rgba(214, 255, 247, 0.16) !important;
        border-radius: 999px !important;
        color: transparent !important;
        background: rgba(255, 255, 255, 0.055) !important;
        font-size: 0 !important;
        cursor: pointer !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon {
        display: grid !important;
        gap: 4px !important;
    }

    .site-header:not(.landing-header) .nav-toggle-button .nav-icon i {
        display: block !important;
        width: 16px !important;
        height: 2px !important;
        border-radius: 99px !important;
        background: var(--green) !important;
    }

    .site-header:not(.landing-header) .main-nav {
        order: 4 !important;
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: clamp(18px, 3vw, 34px) !important;
        right: clamp(18px, 3vw, 34px) !important;
        z-index: 80 !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px !important;
        overflow: hidden !important;
        border: 1px solid rgba(214, 255, 247, 0.16) !important;
        border-radius: 18px !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.025)),
            rgba(3, 10, 16, 0.98) !important;
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(-8px) !important;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
    }

    .site-header:not(.landing-header) .nav-toggle:checked ~ .main-nav {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .site-header:not(.landing-header) .main-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 44px !important;
        width: 100% !important;
        padding: 12px 14px !important;
        border: 1px solid rgba(214, 255, 247, 0.12) !important;
        border-radius: 12px !important;
        color: rgba(239, 255, 251, 0.88) !important;
        background: rgba(255, 255, 255, 0.045) !important;
        font-size: 14px !important;
        line-height: 1.1 !important;
        text-shadow: none !important;
    }

    .site-header:not(.landing-header) .main-nav a::after {
        content: "→";
        color: var(--green);
        font-weight: 900;
    }

    .site-header:not(.landing-header) .main-nav a.active {
        color: #06120f !important;
        background: var(--green) !important;
        border-color: var(--green) !important;
        box-shadow: none !important;
    }

    .site-header:not(.landing-header) .main-nav a.active::after {
        color: #06120f !important;
    }
}

@media (min-width: 821px) and (max-width: 980px) {
    .site-header:not(.landing-header) .main-nav {
        grid-template-columns: 1fr !important;
    }
}

/* De-card pass: fewer nested panels, stronger editorial rhythm. */
.bonus-suite-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
    align-items: start !important;
    gap: clamp(28px, 4vw, 64px) !important;
}

.promotion-control-scene,
.bonus-center-preview,
.levels-control-scene {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.promo-scene-top,
.bonus-center-top {
    min-height: 54px !important;
    padding: 13px 16px !important;
    border: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 8px !important;
    background: rgba(2, 12, 18, 0.82) !important;
    box-shadow: none !important;
}

.promo-module-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    gap: 0 !important;
    height: auto !important;
    margin-top: 20px !important;
    border-top: 1px solid rgba(214, 255, 247, 0.13) !important;
}

.promo-module-grid article {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 18px !important;
    row-gap: 7px !important;
    align-content: start !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 22px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.13) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.promo-module-grid article::after {
    display: none !important;
}

.promo-module-grid article .ng-icon {
    grid-row: 1 / span 2 !important;
    width: 38px !important;
    height: 38px !important;
    padding: 8px !important;
    margin: 0 !important;
    border-radius: 10px !important;
}

.promo-module-grid h3 {
    margin: 0 !important;
    max-width: none !important;
    font-size: clamp(20px, 1.35vw, 24px) !important;
}

.promo-module-grid p {
    max-width: 46ch !important;
    margin: 0 !important;
}

.bonus-center-cards {
    height: auto !important;
    margin-top: 20px !important;
    gap: 12px !important;
}

.bonus-center-cards article {
    border-radius: 8px !important;
    box-shadow: none !important;
}

.levels-control-scene {
    display: grid !important;
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr) !important;
    gap: clamp(28px, 4vw, 64px) !important;
    margin-top: clamp(56px, 6vw, 96px) !important;
    padding-top: clamp(38px, 5vw, 70px) !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.level-track {
    align-self: center !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.level-track article {
    min-height: 108px !important;
    padding: 18px 14px !important;
    border: 0 !important;
    border-right: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.025) !important;
    box-shadow: none !important;
    transform: none !important;
}

.level-track article:last-child {
    border-right: 0 !important;
    background: rgba(0, 240, 200, 0.055) !important;
}

.level-track article .ng-icon {
    display: none !important;
}

.level-track strong {
    font-size: 20px !important;
}

.levels-benefit-grid {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 8px !important;
    border-top: 1px solid rgba(214, 255, 247, 0.14) !important;
}

.levels-benefit-grid article {
    min-height: 0 !important;
    padding: 24px 22px !important;
    border: 0 !important;
    border-right: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.levels-benefit-grid article:nth-child(4n) {
    border-right: 0 !important;
}

.levels-benefit-grid article > .ng-icon {
    width: 22px !important;
    height: 22px !important;
    padding: 0 !important;
    margin: 0 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.levels-benefit-grid strong {
    margin: 0 0 10px !important;
}

@media (max-width: 1180px) {
    .bonus-suite-layout,
    .levels-control-scene {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .level-track,
    .levels-benefit-grid {
        grid-template-columns: 1fr !important;
    }

    .level-track article,
    .levels-benefit-grid article {
        border-right: 0 !important;
    }

    .levels-control-scene {
        margin-top: 48px !important;
        padding-top: 42px !important;
    }
}

/* De-card pass 2: terminal hero + rewards loop clarity. */
.product-hero .terminal-mockup {
    justify-self: center !important;
    width: min(100%, 620px) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.terminal-screen {
    width: min(100%, 520px) !important;
    min-height: 0 !important;
    padding: clamp(24px, 3vw, 36px) !important;
    border: 1px solid rgba(214, 255, 247, 0.16) !important;
    border-radius: 12px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.022)),
        rgba(3, 14, 20, 0.80) !important;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28) !important;
}

.terminal-base {
    display: none !important;
}

.terminal-grid.retail-icon-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 26px !important;
    border-top: 1px solid rgba(214, 255, 247, 0.13) !important;
    border-left: 1px solid rgba(214, 255, 247, 0.13) !important;
}

.retail-icon-grid article {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    align-items: start !important;
    min-height: 96px !important;
    padding: 18px 16px !important;
    border: 0 !important;
    border-right: 1px solid rgba(214, 255, 247, 0.13) !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.13) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.retail-icon-grid article .ng-icon-lg {
    grid-row: 1 / span 2 !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 1px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    filter: none !important;
}

.retail-icon-grid b {
    font-size: 18px !important;
    line-height: 1.12 !important;
}

.retail-icon-grid small {
    font-size: 14px !important;
    line-height: 1.28 !important;
}

.rewards-motivation-panel {
    padding: clamp(22px, 2.8vw, 32px) !important;
}

.rewards-motivation-panel > strong {
    display: block !important;
    font-size: clamp(34px, 3vw, 48px) !important;
    line-height: 1.02 !important;
}

.motivation-flow {
    display: grid !important;
    gap: 0 !important;
    margin-top: 24px !important;
    border-top: 1px solid rgba(214, 255, 247, 0.13) !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.motivation-flow article {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 3px !important;
    align-items: center !important;
    min-height: 78px !important;
    padding: 16px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(214, 255, 247, 0.13) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.motivation-flow span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-row: 1 / span 2 !important;
    width: 48px !important;
    height: 32px !important;
    min-width: 48px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--green) !important;
    background: transparent !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
}

.motivation-flow span::before {
    content: none !important;
}

.motivation-flow b {
    margin: 0 !important;
    color: var(--text) !important;
    font-size: clamp(21px, 1.55vw, 27px) !important;
    line-height: 1.05 !important;
}

.motivation-flow em {
    color: rgba(224, 244, 240, 0.74) !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
}

@media (max-width: 820px) {
    .product-hero .terminal-mockup {
        width: 100% !important;
    }

    .terminal-screen {
        width: 100% !important;
    }

    .terminal-grid.retail-icon-grid {
        grid-template-columns: 1fr !important;
    }

    .retail-icon-grid article {
        grid-template-columns: 30px minmax(0, 1fr) !important;
        min-height: 80px !important;
        padding: 16px 0 !important;
        border-right: 0 !important;
    }

    .motivation-flow article {
        grid-template-columns: 58px minmax(0, 1fr) !important;
    }
}
