:root {
    --bg-0: #0c1220;
    --bg-1: #10182a;
    --bg-2: #131f35;
    --glass: rgba(255, 255, 255, 0.09);
    --glass-strong: rgba(255, 255, 255, 0.14);
    --glass-border: rgba(255, 255, 255, 0.16);
    --gold: #f0cb7a;
    --gold-strong: #ffd98f;
    --ice: #bde8f6;
    --mint: #82d4b1;
    --text: #f4f7fb;
    --muted: #b6c0d1;
    --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --header-offset: 108px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 14% 18%, rgba(240, 203, 122, 0.16), transparent 28%),
        radial-gradient(circle at 82% 16%, rgba(130, 212, 177, 0.12), transparent 28%),
        linear-gradient(180deg, #0d1320 0%, #101829 46%, #0d1524 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%),
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.018) 0,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 8px
        );
    mix-blend-mode: screen;
    opacity: 0.5;
}

a {
    color: inherit;
}

.page-shell {
    position: relative;
    padding-top: var(--header-offset);
}

.page-shell > *:not(.card-orbit):not(.site-header) {
    position: relative;
    z-index: 1;
}

.card-orbit {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.floating-card {
    position: absolute;
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.28));
    animation: drift-card 11s ease-in-out infinite;
}

.card-left {
    top: 150px;
    left: max(-12px, calc(50% - 760px));
    transform: rotate(-10deg);
    --tilt: -10deg;
}

.card-right {
    top: 470px;
    right: max(-16px, calc(50% - 770px));
    transform: rotate(9deg);
    --tilt: 9deg;
    animation-delay: -3.4s;
}

.card-lower {
    top: 1340px;
    left: max(10px, calc(50% - 710px));
    transform: rotate(-7deg);
    --tilt: -7deg;
    animation-delay: -5.6s;
}

.loyalty-card {
    position: relative;
    width: 250px;
    aspect-ratio: 1.6 / 1;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.loyalty-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 38%),
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.16), transparent 26%);
}

.loyalty-card-gold {
    background:
        radial-gradient(circle at 22% 28%, rgba(255, 243, 210, 0.22), transparent 24%),
        linear-gradient(145deg, rgba(88, 67, 18, 0.95), rgba(168, 124, 34, 0.92));
}

.loyalty-card-silver {
    background:
        radial-gradient(circle at 22% 28%, rgba(219, 236, 241, 0.22), transparent 24%),
        linear-gradient(145deg, rgba(57, 73, 92, 0.95), rgba(121, 142, 169, 0.92));
}

.loyalty-card-ice {
    background:
        radial-gradient(circle at 18% 24%, rgba(189, 232, 246, 0.24), transparent 24%),
        linear-gradient(145deg, rgba(21, 58, 71, 0.95), rgba(60, 120, 142, 0.92));
}

.card-chip,
.card-line,
.card-qr,
.card-points,
.card-badge,
.card-brand {
    position: absolute;
    z-index: 1;
}

.card-chip {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 30px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 241, 205, 0.9), rgba(227, 181, 69, 0.65));
}

.card-brand,
.card-badge,
.card-points {
    color: #fff8eb;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.08em;
}

.card-brand {
    top: 24px;
    right: 20px;
    font-size: 0.74rem;
    font-weight: 800;
}

.card-badge {
    top: 24px;
    right: 20px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.14);
}

.card-line {
    left: 20px;
    right: 110px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.12));
}

.card-line-wide {
    top: 82px;
}

.card-line:not(.card-line-wide) {
    top: 104px;
}

.card-line-short {
    right: 132px;
}

.card-qr {
    right: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 30%, transparent 30%, transparent 36%, rgba(255, 255, 255, 0.18) 36%, rgba(255, 255, 255, 0.18) 64%, transparent 64%, transparent 70%, rgba(255, 255, 255, 0.18) 70%),
        linear-gradient(rgba(255, 255, 255, 0.18) 30%, transparent 30%, transparent 36%, rgba(255, 255, 255, 0.18) 36%, rgba(255, 255, 255, 0.18) 64%, transparent 64%, transparent 70%, rgba(255, 255, 255, 0.18) 70%),
        rgba(11, 18, 28, 0.42);
}

.card-qr-large {
    width: 68px;
    height: 68px;
}

.card-points {
    left: 20px;
    bottom: 20px;
    font-size: 1.1rem;
    font-weight: 700;
}

@keyframes drift-card {
    0%,
    100% {
        transform: translateY(0) rotate(var(--tilt, 0deg));
    }

    50% {
        transform: translateY(-14px) rotate(var(--tilt, 0deg));
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    padding: 18px 24px 0;
}

.header-inner {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(13, 20, 33, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(22px) saturate(155%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.scrolled .header-inner {
    background: rgba(13, 20, 33, 0.48);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    min-width: 0;
}

.brand-mark {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    color: #0a121e;
    background:
        linear-gradient(135deg, rgba(255, 246, 223, 0.98), rgba(240, 203, 122, 0.92)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.08));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        inset 0 -10px 18px rgba(111, 78, 17, 0.16),
        0 12px 30px rgba(0, 0, 0, 0.22);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand-copy strong,
.eyebrow,
h1,
h2,
h3 {
    font-family: "Outfit", sans-serif;
}

.brand-copy strong {
    font-size: 0.98rem;
}

.brand-copy span {
    color: var(--muted);
    font-size: 0.78rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 2px 14px;
    color: var(--muted);
    text-decoration: none;
    font-weight: 600;
    transition: color 220ms ease, transform 220ms ease;
}

.site-nav a:not(.nav-cta)::before,
.site-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 220ms ease, transform 220ms ease;
}

.site-nav a:not(.nav-cta)::before {
    top: 2px;
    height: 2px;
    background: linear-gradient(90deg, rgba(240, 203, 122, 0.2), rgba(240, 203, 122, 0.92), rgba(255, 255, 255, 0.4));
    transform: scaleX(0.3);
}

.site-nav a:not(.nav-cta)::after {
    bottom: 2px;
    height: 2px;
    background: linear-gradient(90deg, rgba(240, 203, 122, 0.95), rgba(189, 232, 246, 0.95));
    transform: scaleX(0);
    transform-origin: left center;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--text);
}

.site-nav a:hover {
    transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav a.is-active::before {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav a.is-active::after {
    left: 50%;
    right: auto;
    width: 18px;
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
    transform-origin: center;
}

.nav-cta {
    padding: 11px 16px !important;
    border-radius: 999px;
    color: var(--text) !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.hero-section,
.portals-section,
.stack-section,
.workflow-section,
.security-section,
.faq-section,
.cta-section {
    max-width: 1220px;
    margin: 0 auto;
    padding: 32px 24px 0;
}

.hero-section {
    padding-top: 20px;
}

.hero-content,
.stack-layout {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 28px;
    align-items: center;
}

.hero-copy,
.hero-panel,
.glass-card,
.metal-console,
.glass-timeline,
.metric-card,
.workflow-card,
.faq-item,
.cta-shell,
.proof-bar {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid var(--glass-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
    backdrop-filter: blur(18px) saturate(140%);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: 34px;
}

.hero-noise {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 30%, rgba(240, 203, 122, 0.14), transparent 24%),
        radial-gradient(circle at 82% 28%, rgba(189, 232, 246, 0.12), transparent 24%);
    pointer-events: none;
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e7eef8;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-size: clamp(2.9rem, 6vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1;
}

.hero-copy p,
.section-heading p,
.glass-card p,
.metal-console p,
.glass-timeline li,
.metric-card p,
.workflow-card p,
.faq-item p,
.cta-shell p,
.wallet-card p {
    color: var(--muted);
    line-height: 1.75;
}

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

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 14px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.01em;
    overflow: hidden;
    isolation: isolate;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn::before {
    content: "";
    position: absolute;
    inset: -1px auto -1px -30%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    opacity: 0;
    transform: skewX(-20deg) translateX(-130%);
    transition: transform 320ms ease, opacity 220ms ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-3px) scale(1.015);
}

.btn:hover::before,
.btn:focus-visible::before {
    opacity: 1;
    transform: skewX(-20deg) translateX(460%);
}

.btn-primary {
    color: #0b111d;
    background:
        linear-gradient(135deg, rgba(255, 246, 223, 0.98), rgba(240, 203, 122, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        inset 0 -10px 20px rgba(111, 78, 17, 0.18),
        0 16px 34px rgba(0, 0, 0, 0.28);
}

.btn-secondary {
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    gap: 10px;
}

.hero-points li {
    position: relative;
    padding-left: 20px;
    color: #dce5f1;
}

.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 18px rgba(240, 203, 122, 0.65);
}

.hero-panel {
    padding: 20px;
}

.panel-shell,
.metal-console,
.metric-card,
.workflow-card {
    background:
        linear-gradient(160deg, rgba(241, 235, 222, 0.14), rgba(88, 103, 122, 0.16) 45%, rgba(16, 27, 42, 0.62) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -40px 80px rgba(0, 0, 0, 0.12),
        var(--shadow);
}

.panel-shell {
    padding: 18px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.panel-topbar,
.console-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.signal {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    color: #e7eef8;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.signal-live {
    color: #0b111d;
    background: linear-gradient(135deg, #fff1ca, #f0cb7a);
}

.wallet-stack {
    display: grid;
    gap: 14px;
}

.wallet-card {
    border-radius: 22px;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(13, 23, 39, 0.94), rgba(18, 31, 47, 0.88)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.wallet-card-main {
    background:
        radial-gradient(circle at 14% 20%, rgba(240, 203, 122, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(13, 23, 39, 0.96), rgba(25, 41, 59, 0.88));
}

.wallet-label,
.metric-card span,
.workflow-step {
    display: inline-flex;
    font-size: 0.78rem;
    color: var(--muted);
}

.wallet-card strong,
.glass-card h3,
.glass-timeline h3,
.workflow-card h3,
.faq-item h3 {
    display: block;
    margin: 10px 0 8px;
    font-size: 1.15rem;
}

.proof-bar {
    max-width: 1220px;
    margin: 30px auto 0;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.proof-chip {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #dce5f1;
    font-size: 0.88rem;
}

.card-rack {
    max-width: 1220px;
    margin: 22px auto 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mini-loyalty-card {
    position: relative;
    padding: 18px;
    min-height: 150px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(155deg, rgba(236, 230, 214, 0.14), rgba(86, 103, 125, 0.16) 40%, rgba(13, 23, 38, 0.94) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 18px 36px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.mini-loyalty-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 36%);
}

.mini-card-tag,
.mini-card-title,
.mini-card-strip,
.mini-card-qr {
    position: absolute;
    z-index: 1;
}

.mini-card-tag {
    top: 18px;
    left: 18px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #0b111d;
    background: linear-gradient(135deg, rgba(255, 247, 224, 0.98), rgba(240, 203, 122, 0.92));
}

.mini-card-title {
    left: 18px;
    top: 56px;
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.mini-card-strip {
    left: 18px;
    right: 88px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.14));
    top: 94px;
}

.mini-card-strip-wide {
    right: 54px;
}

.mini-card-strip-short {
    right: 124px;
    top: 116px;
}

.mini-card-qr {
    right: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 30%, transparent 30%, transparent 36%, rgba(255, 255, 255, 0.2) 36%, rgba(255, 255, 255, 0.2) 64%, transparent 64%, transparent 70%, rgba(255, 255, 255, 0.2) 70%),
        linear-gradient(rgba(255, 255, 255, 0.2) 30%, transparent 30%, transparent 36%, rgba(255, 255, 255, 0.2) 36%, rgba(255, 255, 255, 0.2) 64%, transparent 64%, transparent 70%, rgba(255, 255, 255, 0.2) 70%),
        rgba(11, 18, 28, 0.44);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.portal-grid,
.metric-grid,
.workflow-grid,
.security-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.portal-card,
.metric-card,
.workflow-card,
.faq-item,
.security-grid .glass-card {
    padding: 24px;
}

.card-number {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 14px;
    color: #0a121e;
    font-weight: 800;
    background: linear-gradient(135deg, #fff1ca, #f0cb7a);
}

.metal-console,
.glass-timeline {
    padding: 26px;
}

.console-list {
    display: grid;
    gap: 18px;
}

.glass-timeline ol {
    margin: 16px 0 0;
    padding-left: 20px;
}

.glass-timeline li + li {
    margin-top: 12px;
}

.metric-card strong {
    display: block;
    margin-top: 10px;
    font-size: 1.45rem;
    line-height: 1.15;
}

.workflow-step {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #0b111d;
    font-weight: 800;
    background: linear-gradient(135deg, #fff1ca, #f0cb7a);
}

.cta-section {
    padding-bottom: 28px;
}

.cta-shell {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.faq-section {
    padding-bottom: 52px;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (max-width: 1100px) {
    .card-right,
    .card-lower {
        opacity: 0.42;
    }

    .card-rack,
    .portal-grid,
    .metric-grid,
    .workflow-grid,
    .security-grid,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-content,
    .stack-layout {
        align-items: stretch;
    }
}

@media (max-width: 820px) {
    :root {
        --header-offset: 96px;
    }

    .card-orbit {
        display: none;
    }

    .site-header {
        padding: 14px 14px 0;
    }

    .header-inner {
        gap: 14px 12px;
        padding: 12px 14px;
        border-radius: 24px;
        align-items: center;
        flex-wrap: wrap;
    }

    .brand {
        flex: 1 1 auto;
        gap: 12px;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .brand-copy strong {
        font-size: 0.92rem;
        line-height: 1.1;
    }

    .brand-copy span {
        font-size: 0.72rem;
        line-height: 1.1;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 44px;
        height: 44px;
        margin-left: auto;
    }

    .site-nav {
        order: 3;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding-top: 8px;
    }

    .site-nav.is-open {
        display: flex;
    }

    .hero-content,
    .stack-layout,
    .card-rack,
    .portal-grid,
    .metric-grid,
    .workflow-grid,
    .security-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .hero-panel,
    .metal-console,
    .glass-timeline,
    .cta-shell {
        padding: 24px;
    }

    .cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    :root {
        --header-offset: 90px;
    }

    .header-inner {
        gap: 12px 10px;
        padding: 10px 12px;
    }

    .brand {
        gap: 10px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .brand-copy strong {
        font-size: 0.84rem;
    }

    .brand-copy span {
        display: none;
    }

    .nav-toggle {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .nav-toggle span {
        width: 18px;
        margin: 3px auto;
    }

    .hero-section,
    .portals-section,
    .stack-section,
    .workflow-section,
    .security-section,
    .faq-section,
    .cta-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .proof-bar {
        margin-left: 14px;
        margin-right: 14px;
    }

    .card-rack {
        padding-left: 14px;
        padding-right: 14px;
    }

    .btn {
        width: 100%;
    }
}
