:root {
    --brand: #00ffaa;
    --brand-strong: #00d993;
    --brand-dark: #007a57;
    --brand-deep: #003d2f;
    --blue: #4f46e5;
    --cyan: #3dd9eb;
    --yellow: #ffd84d;
    --purple: #9b8afb;
    --ink: #090d0c;
    --ink-2: #26322f;
    --muted: #64716d;
    --line: #dce5e2;
    --surface: #f4f8f6;
    --surface-2: #eaf1ee;
    --white: #fff;
    --shadow-sm: 0 12px 30px rgba(9, 13, 12, .08);
    --shadow-lg: 0 30px 80px rgba(9, 13, 12, .16);
    --radius: 24px;
    --radius-lg: 38px;
    --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; line-height: 1.6; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.section { position: relative; padding: 120px 0; }
.section-index { display: inline-block; margin-bottom: 18px; color: var(--brand-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .dashboard-copy h2, .faq-heading h2, .final-cta h2 { margin: 0; font: 700 clamp(38px, 5.2vw, 72px)/.98 "Space Grotesk", sans-serif; letter-spacing: -.055em; }
.section-heading p, .dashboard-copy > p, .faq-heading > p { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.section-heading.centered p { margin-inline: auto; }
.split-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 60px; align-items: end; max-width: none; }
.split-heading p { margin: 0 0 6px; }

.button { display: inline-flex; min-height: 48px; padding: 0 20px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(79,70,229,.35); outline-offset: 3px; }
.button .icon { width: 18px; transition: transform .22s ease; }
.button:hover .icon { transform: translateX(3px); }
.button-large { min-height: 56px; padding-inline: 26px; font-size: 15px; }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 10px 24px rgba(9,13,12,.16); }
.button-dark:hover { box-shadow: 0 16px 34px rgba(9,13,12,.24); }
.button-green { color: var(--ink); background: var(--brand); box-shadow: 0 12px 28px rgba(0,255,170,.22); }
.button-green:hover { background: #1affb4; box-shadow: 0 17px 34px rgba(0,255,170,.3); }
.button-ghost, .button-outline { border-color: #cad5d1; background: rgba(255,255,255,.6); }
.button-ghost:hover, .button-outline:hover { border-color: var(--ink); background: var(--white); }
.button-on-dark { color: var(--white); border-color: rgba(255,255,255,.32); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Navigation */
.site-header { position: fixed; top: 16px; left: 0; right: 0; z-index: 100; transition: top .25s ease; }
.nav-shell { min-height: 68px; display: grid; grid-template-columns: 180px 1fr 180px; align-items: center; gap: 24px; padding: 9px 10px 9px 20px; border: 1px solid transparent; border-radius: 22px; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled .nav-shell { border-color: rgba(9,13,12,.08); background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); backdrop-filter: blur(18px); }
.brand { display: inline-flex; width: 142px; align-items: center; }
.nav-links { display: flex; justify-content: center; gap: 4px; }
.nav-links a { padding: 10px 13px; border-radius: 999px; color: var(--ink-2); font-size: 13px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.nav-links a:hover { color: var(--ink); background: var(--surface-2); }
.nav-cta { justify-self: end; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: var(--surface); cursor: pointer; }
.nav-toggle .menu-close { display: none; }

/* Hero */
.hero { position: relative; min-height: 830px; padding: 160px 0 80px; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(0,255,170,.13), transparent 30%), linear-gradient(180deg, #fff 0%, #f5f9f7 100%); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; padding: 8px 12px; align-items: center; gap: 8px; color: var(--brand-deep); background: rgba(0,255,170,.13); border: 1px solid rgba(0,122,87,.13); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--brand-strong); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,255,170,.18); }
.hero h1 { margin: 22px 0; font: 700 clamp(52px, 6.2vw, 88px)/.9 "Space Grotesk", sans-serif; letter-spacing: -.065em; }
.hero h1 span { color: var(--brand-dark); }
.hero-copy > p { max-width: 590px; margin: 0 0 30px; color: var(--muted); font-size: 18px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: var(--ink-2); font-size: 12px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 5px; }
.trust-row .icon { width: 15px; height: 15px; color: var(--brand-dark); }
.hero-stage { position: relative; min-height: 560px; perspective: 1000px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 380px; height: 380px; right: -180px; top: 110px; border: 1px solid rgba(79,70,229,.15); }
.hero-orb-two { width: 140px; height: 140px; right: 34%; top: 90px; background: var(--yellow); opacity: .28; filter: blur(50px); }
.hero-label { position: absolute; z-index: 1; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.label-card { top: 90px; left: 25px; }.label-phone { right: 34px; bottom: 25px; }
.product-card { position: absolute; z-index: 3; top: 155px; left: 0; width: 350px; aspect-ratio: 1.6; padding: 28px; overflow: hidden; color: var(--white); background: #0a0f0d; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; box-shadow: 0 35px 70px rgba(9,13,12,.3); transform: rotate(-8deg) translateZ(30px); transition: transform .35s ease; }
.product-card:hover, .product-card:focus-visible { transform: rotate(-4deg) translateY(-8px) translateZ(45px); }
.product-card img { width: 142px; padding: 7px 9px; background: var(--white); border-radius: 8px; }
.product-card p { position: absolute; left: 28px; bottom: 18px; margin: 0; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .05em; }
.product-card-glow { position: absolute; width: 200px; height: 200px; right: -50px; bottom: -80px; background: var(--brand); border-radius: 50%; filter: blur(55px); opacity: .3; }
.card-nfc-mark { position: absolute; top: 28px; right: 30px; display: flex; align-items: center; }
.card-nfc-mark span { position: absolute; right: 0; width: 18px; height: 38px; border-right: 2px solid var(--brand); border-radius: 0 50% 50% 0; }
.card-nfc-mark span:nth-child(2) { width: 28px; height: 52px; opacity: .7; }.card-nfc-mark span:nth-child(3) { width: 38px; height: 66px; opacity: .4; }
.nfc-pulse { position: absolute; top: 50%; right: 15px; width: 1px; height: 1px; }
.nfc-pulse i { position: absolute; inset: -20px; border: 1px solid var(--brand); border-radius: 50%; opacity: 0; }
.product-card:hover .nfc-pulse i, .product-card:focus-visible .nfc-pulse i { animation: pulse-out 1.8s ease-out infinite; }
.product-card:hover .nfc-pulse i:nth-child(2), .product-card:focus-visible .nfc-pulse i:nth-child(2) { animation-delay: .5s; }.product-card:hover .nfc-pulse i:nth-child(3), .product-card:focus-visible .nfc-pulse i:nth-child(3) { animation-delay: 1s; }
.signal-path { position: absolute; z-index: 2; top: 280px; left: 300px; width: 130px; height: 2px; overflow: hidden; background: rgba(0,122,87,.18); transform: rotate(-16deg); }
.signal-path span { position: absolute; width: 32px; height: 100%; background: linear-gradient(90deg, transparent, var(--brand), transparent); animation: signal-move 2s linear infinite; }
.phone-mock { overflow: hidden; padding: 10px; background: #0a0d0c; border: 1px solid #252c2a; border-radius: 36px; box-shadow: var(--shadow-lg); }
.phone-top { position: absolute; z-index: 4; top: 16px; left: 50%; width: 74px; height: 20px; background: #080b0a; border-radius: 999px; transform: translateX(-50%); }
.phone-top span { position: absolute; right: 12px; top: 7px; width: 6px; height: 6px; background: #1d2925; border-radius: 50%; }
.phone-screen { height: 100%; overflow: hidden; text-align: center; background: #f8fbfa; border-radius: 28px; }
.hero-phone { position: absolute; z-index: 4; top: 45px; right: 18px; width: 250px; height: 510px; transform: rotate(5deg) translateZ(50px); transition: transform .35s ease; }
.profile-cover { height: 115px; background: linear-gradient(135deg, var(--brand), var(--blue)); }
.profile-avatar { width: 74px; height: 74px; margin: -38px auto 8px; display: grid; place-items: center; color: var(--white); background: var(--ink); border: 5px solid #f8fbfa; border-radius: 24px; font-weight: 800; }
.phone-screen > strong { display: block; font-size: 16px; }.phone-screen > small { color: var(--muted); font-size: 10px; }
.profile-socials { display: flex; justify-content: center; gap: 7px; margin: 16px 0; }
.profile-socials span { width: 32px; height: 32px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }.profile-socials .icon { width: 15px; }
.phone-action { margin: 0 16px 16px; min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--ink); background: var(--brand); border-radius: 12px; font-size: 11px; font-weight: 800; }.phone-action .icon { width: 14px; }
.phone-link { height: 44px; margin: 8px 16px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }.phone-link.short { margin-right: 45px; }
.floating-action { position: absolute; z-index: 6; display: flex; align-items: center; gap: 7px; padding: 9px 12px; color: var(--ink-2); background: rgba(255,255,255,.9); border: 1px solid rgba(9,13,12,.08); border-radius: 999px; box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; animation: float 5s ease-in-out infinite; }
.floating-action .icon { width: 15px; color: var(--brand-dark); }.action-one { top: 90px; left: 215px; }.action-two { top: 260px; right: -35px; animation-delay: -1s; }.action-three { bottom: 35px; left: 120px; animation-delay: -2s; }.action-four { top: 30px; right: 70px; animation-delay: -3s; }
.hero-marquee { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.7); }
.hero-marquee div { width: max-content; padding: 13px 0; display: flex; align-items: center; gap: 20px; animation: marquee 24s linear infinite; }
.hero-marquee span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .17em; }.hero-marquee i { width: 5px; height: 5px; background: var(--brand); border-radius: 50%; }

/* NFC demo */
.demo-section { background: var(--ink); color: var(--white); }
.demo-section .section-index { color: var(--brand); }.demo-section .section-heading p { color: #93a09c; }
.demo-lab { position: relative; min-height: 580px; display: grid; grid-template-columns: 1fr 150px 1fr; align-items: center; padding: 60px; background: #111715; border: 1px solid #25302d; border-radius: var(--radius-lg); overflow: hidden; }
.demo-lab::before { content: ""; position: absolute; width: 440px; height: 440px; left: -180px; bottom: -260px; background: var(--brand); border-radius: 50%; filter: blur(110px); opacity: .12; }
.demo-card-wrap, .demo-phone-wrap { position: relative; display: grid; place-items: center; }
.demo-caption { position: absolute; top: -42px; color: #78847f; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.demo-card { position: relative; width: min(100%, 360px); aspect-ratio: 1.6; padding: 30px; overflow: hidden; color: var(--ink); background: var(--brand); border-radius: 26px; box-shadow: 0 28px 55px rgba(0,0,0,.3); transform: rotate(-6deg); transition: transform .4s ease; }
.demo-card img { width: 150px; padding: 7px 9px; background: var(--white); border-radius: 8px; }.demo-card small { position: absolute; bottom: 24px; left: 30px; font-weight: 800; }
.demo-waves { position: absolute; top: 43%; right: 45px; }.demo-waves i { position: absolute; inset: -12px; width: 24px; height: 24px; border: 2px solid var(--ink); border-radius: 50%; opacity: .25; }
.demo-lab.is-playing .demo-card { transform: rotate(-2deg) translateX(15px); }.demo-lab.is-playing .demo-waves i { animation: demo-wave 1.5s ease-out 2; }.demo-lab.is-playing .demo-waves i:nth-child(2) { animation-delay: .3s; }.demo-lab.is-playing .demo-waves i:nth-child(3) { animation-delay: .6s; }
.demo-transfer { position: relative; display: grid; place-items: center; color: var(--brand); }.demo-transfer::before { content: ""; position: absolute; width: 100px; height: 1px; background: #34413d; }.demo-transfer .icon { position: relative; width: 28px; margin-left: 80px; }.transfer-dot { position: absolute; left: 20px; width: 9px; height: 9px; background: var(--brand); border-radius: 50%; opacity: 0; box-shadow: 0 0 18px var(--brand); }
.demo-lab.is-playing .transfer-dot { animation: transfer 1s .5s ease-in-out forwards; }
.demo-phone { position: relative; width: 235px; height: 450px; box-shadow: 0 25px 60px rgba(0,0,0,.4); }
.demo-phone > div:not(.phone-top) { position: absolute; inset: 10px; overflow: hidden; border-radius: 28px; }
.demo-phone-idle { padding-top: 55px; text-align: center; color: var(--white); background: linear-gradient(160deg, #2a3732, #101513); transition: filter .4s ease; }.lock-time { font: 700 48px/1 "Space Grotesk"; }.lock-date { margin-top: 5px; font-size: 10px; color: #bdc7c3; }.lock-icon { position: absolute; left: 50%; bottom: 35px; width: 25px; transform: translateX(-50%); opacity: .4; }
.demo-notification { z-index: 3; inset: 28px 18px auto !important; height: 62px; padding: 10px; display: flex; gap: 10px; align-items: center; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 16px !important; box-shadow: var(--shadow-sm); opacity: 0; transform: translateY(-30px); }.demo-notification img { width: 30px; height: 30px; padding: 4px; background: #edf7f3; border-radius: 9px; }.demo-notification small, .demo-notification strong { display: block; }.demo-notification small { color: var(--muted); font-size: 8px; }.demo-notification strong { font-size: 11px; }
.demo-profile { z-index: 2; padding: 55px 16px 18px; color: var(--ink); background: #f7faf9; opacity: 0; transform: translateY(100%); }.demo-profile-head { display: flex; align-items: center; gap: 10px; text-align: left; }.demo-profile-head > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 13px; font-size: 11px; font-weight: 800; }.demo-profile-head strong, .demo-profile-head small { display: block; }.demo-profile-head strong { font-size: 12px; }.demo-profile-head small { color: var(--muted); font-size: 8px; }
.demo-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 22px; }.demo-actions button { min-height: 70px; padding: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; font-size: 8px; font-weight: 800; }.demo-actions .icon { width: 18px; color: var(--brand-dark); }
.demo-lab.is-notifying .demo-notification { animation: notify-in .55s ease forwards; }.demo-lab.is-open .demo-profile { animation: profile-up .65s ease forwards; }.demo-lab.is-open .demo-notification { opacity: 0; transition: opacity .2s; }
.demo-controls { position: absolute; z-index: 8; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); }.demo-status { position: absolute; left: 50%; top: 62px; width: 300px; color: #87938f; text-align: center; font-size: 11px; transform: translateX(-50%); }.demo-reset { padding: 10px; color: var(--white); border: 0; background: transparent; font-size: 12px; text-decoration: underline; cursor: pointer; }

/* How and benefits */
.how-section { background: var(--surface); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }
.steps::before { content: ""; position: absolute; left: 12%; right: 12%; top: 57px; height: 2px; background: repeating-linear-gradient(90deg, var(--brand-dark) 0 10px, transparent 10px 18px); opacity: .32; }
.step { position: relative; padding: 0 38px; text-align: center; }.step-number { display: block; margin-bottom: 12px; color: var(--brand-dark); font: 700 12px "Space Grotesk"; letter-spacing: .1em; }.step-icon { position: relative; z-index: 2; width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); }.step-icon .icon { color: var(--brand-dark); }.step h3 { margin: 0 0 10px; font: 700 21px "Space Grotesk"; }.step p { margin: 0; color: var(--muted); font-size: 14px; }
.benefits-section { overflow: hidden; }
.benefit-story { display: grid; gap: 80px; }
.benefit-row { min-height: 470px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }.benefit-row.reverse { grid-template-columns: 1.2fr .8fr; }.benefit-row.reverse .benefit-copy { order: 2; }.benefit-copy > span { color: var(--brand-dark); font: 700 13px "Space Grotesk"; }.benefit-copy h3 { margin: 16px 0; font: 700 clamp(34px, 4.2vw, 56px)/1.02 "Space Grotesk"; letter-spacing: -.045em; }.benefit-copy p { max-width: 490px; margin: 0; color: var(--muted); font-size: 17px; }
.benefit-visual { position: relative; min-height: 440px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.profile-editor-visual { background: linear-gradient(145deg, #e7fff7, #f4f8f6); }.mini-dashboard { position: absolute; width: 75%; height: 70%; top: 12%; left: 12%; display: grid; grid-template-columns: 25% 1fr; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); transform: rotate(-3deg); }.mini-sidebar { background: #101513; border-radius: 20px 0 0 20px; }.mini-editor { padding: 35px; display: grid; align-content: center; gap: 16px; }.mini-editor i { height: 24px; background: var(--surface-2); border-radius: 8px; }.mini-editor i:nth-child(2) { width: 75%; }.mini-save { width: max-content; padding: 10px 14px; color: var(--ink); background: var(--brand); border-radius: 9px; font-size: 9px; font-weight: 800; }.mini-card { position: absolute; right: 5%; bottom: 8%; width: 215px; aspect-ratio: 1.6; padding: 22px; background: var(--ink); border-radius: 17px; box-shadow: var(--shadow-lg); transform: rotate(9deg); }.mini-card img { width: 105px; padding: 5px; background: white; border-radius: 5px; }
.action-visual { background: linear-gradient(145deg, #f1efff, #eefcf7); }.action-phone { position: absolute; top: 30px; left: 50%; width: 240px; height: 450px; padding: 70px 20px 20px; background: var(--ink); border: 8px solid #29312f; border-radius: 36px; transform: translateX(-50%) rotate(4deg); }.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.action-grid i { aspect-ratio: 1; display: grid; place-items: center; background: var(--white); border-radius: 20px; }.action-grid i:nth-child(2) { background: var(--yellow); }.action-grid i:nth-child(3) { background: var(--brand); }.action-grid i:nth-child(4) { background: var(--purple); }.action-grid .icon { width: 28px; }.visual-badge { position: absolute; left: 8%; bottom: 12%; padding: 13px 18px; background: var(--white); border-radius: 999px; box-shadow: var(--shadow-sm); font-size: 12px; font-weight: 800; }
.analytics-visual { padding: 70px; color: var(--white); background: #0f1513; }.analytics-header span, .analytics-header strong { display: block; }.analytics-header span { color: #8d9995; font-size: 12px; }.analytics-header strong { margin-top: 6px; font: 700 58px "Space Grotesk"; }.bars { position: absolute; left: 70px; right: 70px; bottom: 55px; height: 180px; display: flex; align-items: end; gap: 14px; border-bottom: 1px solid #3a4642; }.bars i { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--brand), #007a57); border-radius: 8px 8px 0 0; transform-origin: bottom; animation: bars-grow 1.2s ease both; }

/* Use cases */
.use-case-section { background: #f5f8f7; }
.filter-row { display: flex; gap: 8px; margin-bottom: 35px; overflow-x: auto; scrollbar-width: none; }.filter-row::-webkit-scrollbar { display: none; }.filter-chip { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); background: var(--white); border-radius: 999px; color: var(--ink-2); font-size: 12px; font-weight: 800; cursor: pointer; transition: .2s ease; }.filter-chip:hover { border-color: var(--brand-dark); }.filter-chip.is-active { color: var(--ink); background: var(--brand); border-color: var(--brand); }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.use-case-card { min-height: 300px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 1px solid var(--line); background: var(--white); border-radius: 22px; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.use-case-card:hover { z-index: 2; border-color: rgba(0,122,87,.35); box-shadow: var(--shadow-lg); transform: translateY(-6px); }.use-case-card[hidden] { display: none; }.use-case-no { align-self: flex-end; color: #9da8a4; font: 700 10px "Space Grotesk"; }.use-case-icon { width: 48px; height: 48px; margin: 5px 0 26px; display: grid; place-items: center; color: var(--brand-deep); background: var(--brand); border-radius: 15px; }.use-case-icon.preview-event, .use-case-icon.preview-review { background: var(--yellow); }.use-case-icon.preview-corporate, .use-case-icon.preview-sales { color: var(--white); background: var(--blue); }.use-case-icon.preview-emergency { background: var(--cyan); }.use-case-eyebrow { color: var(--brand-dark); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.use-case-card > strong { margin: 7px 0; font: 700 18px "Space Grotesk"; }.use-case-description { color: var(--muted); font-size: 12px; line-height: 1.55; }.card-link { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; }.card-link .icon { width: 14px; }.empty-state { padding: 40px; color: var(--muted); text-align: center; }
.use-case-card.is-selected { border-color: var(--brand-dark); box-shadow: 0 0 0 2px rgba(0,255,170,.18); }
.use-case-preview { position: relative; min-height: 500px; margin-top: 26px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; padding: 46px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); opacity: 0; transform: translateY(15px); transition: opacity .35s ease, transform .35s ease; }.use-case-preview.is-visible { opacity: 1; transform: translateY(0); }.preview-close { position: absolute; z-index: 5; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); border-radius: 50%; cursor: pointer; }.preview-scene { position: relative; min-height: 405px; background: var(--surface); border-radius: 28px; overflow: hidden; }.scene-surface { position: absolute; inset: 0; padding: 28px; background: linear-gradient(145deg, rgba(0,255,170,.15), rgba(79,70,229,.1)); }.scene-surface > span { color: var(--brand-deep); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.scene-card { position: absolute; left: 8%; top: 38%; width: 240px; aspect-ratio: 1.6; padding: 22px; background: var(--ink); border-radius: 19px; box-shadow: var(--shadow-lg); transform: rotate(-8deg); }.scene-card img { width: 110px; padding: 5px; background: var(--white); border-radius: 5px; }.scene-signal { position: absolute; z-index: 3; left: 46%; top: 52%; }.scene-signal i { position: absolute; inset: -20px; border: 2px solid var(--brand-dark); border-radius: 50%; opacity: 0; animation: demo-wave 2s ease-out infinite; }.scene-signal i:nth-child(2) { animation-delay: .6s; }.scene-signal i:nth-child(3) { animation-delay: 1.2s; }.scene-phone { position: absolute; right: 7%; top: 25px; width: 200px; height: 365px; padding: 10px; background: var(--ink); border-radius: 31px; box-shadow: var(--shadow-lg); transform: rotate(4deg); }.scene-phone-screen { height: 100%; padding: 50px 15px 15px; text-align: center; background: #f9fbfa; border-radius: 23px; }.scene-avatar { width: 55px; height: 55px; margin: 0 auto 10px; display: grid; place-items: center; color: var(--white); background: var(--brand-dark); border-radius: 18px; font-size: 12px; font-weight: 800; }.scene-phone-screen b, .scene-phone-screen small { display: block; }.scene-phone-screen b { font-size: 12px; }.scene-phone-screen small { color: var(--muted); font-size: 8px; }.scene-phone-screen i { height: 34px; margin-top: 8px; display: block; background: var(--white); border: 1px solid var(--line); border-radius: 9px; }.scene-phone-screen i:first-of-type { margin-top: 18px; background: var(--brand); border: 0; }
.preview-content { align-self: center; }.preview-content h3 { margin: 0 0 12px; font: 700 clamp(30px, 3vw, 44px)/1.03 "Space Grotesk"; letter-spacing: -.04em; }.preview-content > p { color: var(--muted); }.preview-feature-wrap { margin: 28px 0; }.preview-feature-wrap > strong { display: block; margin-bottom: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.preview-features { display: flex; flex-wrap: wrap; gap: 7px; }.preview-features span { padding: 8px 10px; background: var(--surface); border-radius: 999px; font-size: 10px; font-weight: 700; }
.screen-menu .scene-avatar, .screen-wifi .scene-avatar { color: var(--ink); background: var(--yellow); }.screen-review .scene-avatar, .screen-event .scene-avatar { color: var(--white); background: var(--blue); }.screen-emergency .scene-avatar { color: var(--ink); background: var(--cyan); }.screen-creator .scene-avatar { color: var(--white); background: var(--purple); }

/* Connection map, dashboard, compatibility */
.connection-section { overflow: hidden; background: var(--ink); color: var(--white); }.connection-section .section-index { color: var(--brand); }.connection-section .section-heading p { color: #96a39e; }
.connection-map { position: relative; height: 620px; max-width: 1040px; margin: 0 auto; }.connection-core { position: absolute; z-index: 4; left: 50%; top: 50%; display: grid; place-items: center; transform: translate(-50%,-50%); }.connection-card { width: 280px; aspect-ratio: 1.6; padding: 25px; background: var(--brand); border-radius: 24px; box-shadow: 0 30px 70px rgba(0,255,170,.18); transform: rotate(-5deg); }.connection-card img { width: 130px; padding: 6px; background: var(--white); border-radius: 6px; }.connection-core > span { margin-top: 24px; color: #889590; font-size: 9px; font-weight: 800; letter-spacing: .17em; }.connection-node { position: absolute; z-index: 5; min-width: 112px; padding: 10px 13px; color: #bdc7c3; border: 1px solid #33403c; background: #151d1a; border-radius: 999px; font-size: 11px; font-weight: 700; cursor: pointer; transition: .2s ease; }.connection-node:hover, .connection-node:focus-visible, .connection-node.is-active { color: var(--ink); border-color: var(--brand); background: var(--brand); box-shadow: 0 0 30px rgba(0,255,170,.18); }
.node-1 { left: 8%; top: 7%; }.node-2 { left: 36%; top: 1%; }.node-3 { right: 8%; top: 7%; }.node-4 { right: 0; top: 29%; }.node-5 { right: 3%; bottom: 26%; }.node-6 { right: 12%; bottom: 6%; }.node-7 { left: 42%; bottom: 0; }.node-8 { left: 13%; bottom: 6%; }.node-9 { left: 1%; bottom: 27%; }.node-10 { left: 0; top: 29%; }.node-11 { left: 15%; top: 14%; }.node-12 { right: 19%; top: 15%; }
.connection-lines { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; }.connection-lines line { stroke: #2d3935; stroke-width: 1; stroke-dasharray: 5 7; transition: stroke .2s ease, stroke-width .2s ease; }.connection-lines line.is-active { stroke: var(--brand); stroke-width: 2; animation: dash 1s linear infinite; }
.dashboard-section { background: var(--surface); }.dashboard-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }.clean-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 0; margin: 30px 0 0; list-style: none; }.clean-list li { position: relative; padding-left: 20px; color: var(--ink-2); font-size: 13px; font-weight: 700; }.clean-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; background: var(--brand); border-radius: 50%; }
.dashboard-mock { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow-lg); }.dashboard-top { min-height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }.dashboard-top > span { display: flex; gap: 5px; }.dashboard-top i { width: 7px; height: 7px; background: #d2d9d6; border-radius: 50%; }.dashboard-top b { font-size: 11px; }.dashboard-top small { margin-left: auto; padding: 4px 7px; color: var(--brand-dark); background: rgba(0,255,170,.15); border-radius: 999px; font-size: 8px; font-weight: 800; }.dashboard-body { min-height: 400px; display: grid; grid-template-columns: 65px 1fr 190px; }.dashboard-side { padding: 22px 17px; display: flex; flex-direction: column; gap: 20px; background: #101513; }.dashboard-side img { width: 28px; height: 28px; padding: 5px; background: var(--white); border-radius: 8px; }.dashboard-side i { width: 26px; height: 5px; background: #39433f; border-radius: 99px; }.dashboard-editor { padding: 55px 30px; border-right: 1px solid var(--line); }.dashboard-editor > span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; }.number-field { min-height: 72px; margin: 10px 0 18px; padding: 13px; display: grid; align-content: center; border: 1px solid var(--line); border-radius: 12px; }.number-field s, .number-field strong { grid-area: 1/1; font-size: 14px; text-decoration: none; transition: opacity .25s ease, transform .25s ease; }.number-field strong { opacity: 0; transform: translateY(8px); }.dashboard-mock.is-updated .number-field s { opacity: 0; transform: translateY(-8px); }.dashboard-mock.is-updated .number-field strong { opacity: 1; transform: none; }.dashboard-editor button { padding: 10px 13px; color: var(--ink); border: 0; background: var(--brand); border-radius: 9px; font-size: 10px; font-weight: 800; cursor: pointer; }.update-success { margin-top: 16px; display: flex; align-items: center; gap: 6px; color: var(--brand-dark); font-size: 9px; font-weight: 700; opacity: 0; transform: translateY(5px); transition: .3s ease; }.update-success .icon { width: 14px; }.dashboard-mock.is-updated .update-success { opacity: 1; transform: none; }.dashboard-preview { padding: 55px 20px; text-align: center; background: #f8faf9; }.preview-avatar { width: 60px; height: 60px; margin: 0 auto 12px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 18px; font-size: 12px; font-weight: 800; }.dashboard-preview b, .dashboard-preview small, .dashboard-preview span { display: block; }.dashboard-preview b { font-size: 12px; }.dashboard-preview small { margin-bottom: 20px; color: var(--muted); font-size: 8px; }.dashboard-preview span { padding: 9px; background: var(--white); border-radius: 8px; font-size: 9px; font-weight: 700; }
.compatibility-section { padding-top: 0; background: var(--surface); }.compatibility-box { padding: 60px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }.compatibility-copy h2 { margin: 0; font: 700 clamp(38px,4.5vw,62px)/.98 "Space Grotesk"; letter-spacing: -.05em; }.compatibility-copy p { max-width: 520px; color: var(--muted); }.compatibility-options { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }.compatibility-options > div { min-height: 210px; padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--surface); border-radius: 22px; text-align: center; }.compat-icon { width: 64px; height: 64px; margin-bottom: 17px; display: grid; place-items: center; background: var(--brand); border-radius: 20px; }.compat-icon .icon { width: 29px; height: 29px; }.compatibility-options small { color: var(--muted); font-size: 9px; }.compatibility-options strong { margin-top: 4px; font-size: 12px; }.compat-or { color: var(--muted); font-size: 9px; font-weight: 800; }

/* Pricing and FAQ */
.pricing-section { background: var(--white); }.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }.price-card { position: relative; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; }.price-card.featured { background: linear-gradient(150deg, #e7fff7, #fff); border-color: var(--brand-strong); box-shadow: 0 24px 55px rgba(0,122,87,.12); }.popular-label { position: absolute; top: 0; right: 24px; padding: 8px 12px; background: var(--brand); border-radius: 0 0 10px 10px; font-size: 8px; font-weight: 800; letter-spacing: .1em; }.price-name { font: 700 18px "Space Grotesk"; }.price { min-height: 72px; margin: 28px 0 5px; display: flex; align-items: flex-start; gap: 5px; }.price small { margin-top: 10px; color: var(--muted); font-weight: 800; }.price strong { font: 700 clamp(32px,3.2vw,44px) "Space Grotesk"; letter-spacing: -.04em; }.price-card > p { min-height: 50px; margin: 0; color: var(--muted); font-size: 13px; }.price-card ul { display: grid; gap: 11px; padding: 25px 0; margin: 20px 0; border-top: 1px solid var(--line); list-style: none; }.price-card li { display: flex; align-items: center; gap: 8px; font-size: 12px; }.price-card li .icon { width: 16px; color: var(--brand-dark); }.price-card .button { margin-top: auto; }.dark-card { color: var(--white); background: var(--ink); border-color: var(--ink); }.dark-card .price-name { color: var(--brand); }.dark-card .price strong { max-width: 220px; font-size: 37px; }.dark-card > p, .dark-card li { color: #acb7b3; }.dark-card ul { border-color: #2c3733; }.dark-card li .icon { color: var(--brand); }.bulk-cta { margin-top: 18px; padding: 23px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--surface); border-radius: 20px; }.bulk-cta strong, .bulk-cta span { display: block; }.bulk-cta strong { font-size: 15px; }.bulk-cta span { color: var(--muted); font-size: 12px; }
.faq-section { background: var(--surface); }.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }.faq-heading { position: sticky; top: 130px; align-self: start; }.faq-list { border-top: 1px solid #cbd6d2; }.faq-item { border-bottom: 1px solid #cbd6d2; }.faq-item h3 { margin: 0; }.faq-item button { width: 100%; padding: 25px 0; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 15px; text-align: left; border: 0; background: transparent; cursor: pointer; font-weight: 800; }.faq-item button > span { color: var(--brand-dark); font-size: 10px; }.faq-item button .icon { transition: transform .25s ease; }.faq-item.is-open button .icon { transform: rotate(180deg); }.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }.faq-panel > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; }.faq-item.is-open .faq-panel { grid-template-rows: 1fr; }.faq-item.is-open .faq-panel > p { padding: 0 53px 26px; }

/* Final CTA and footer */
.final-cta { position: relative; padding: 110px 0; overflow: hidden; color: var(--white); background: var(--ink); }.final-cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 70px; }.final-cta .section-index { color: var(--brand); }.final-cta h2 { font-size: clamp(44px,6vw,78px); }.final-cta p { margin: 22px 0 30px; color: #a9b4b0; font-size: 18px; }.cta-card { position: relative; width: 340px; aspect-ratio: 1.6; padding: 30px; color: var(--ink); background: var(--brand); border-radius: 27px; box-shadow: 0 40px 80px rgba(0,255,170,.15); transform: rotate(8deg); animation: float 6s ease-in-out infinite; }.cta-card img { width: 155px; padding: 7px; background: var(--white); border-radius: 7px; }.cta-nfc { position: absolute; right: 45px; top: 50%; }.cta-nfc i { position: absolute; width: 25px; height: 50px; border-right: 2px solid var(--ink); border-radius: 50%; }.cta-nfc i:nth-child(2) { width: 36px; height: 64px; margin: -7px; opacity: .65; }.cta-nfc i:nth-child(3) { width: 48px; height: 78px; margin: -14px; opacity: .35; }.cta-orbit { position: absolute; border: 1px solid #26312d; border-radius: 50%; }.orbit-one { width: 600px; height: 600px; right: -230px; top: -250px; }.orbit-two { width: 330px; height: 330px; right: -90px; top: -110px; border-color: rgba(0,255,170,.25); }
.site-footer { padding: 70px 0 25px; background: var(--white); }.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; }.footer-brand img { width: 170px; }.footer-brand p { margin-top: 15px; color: var(--muted); font-size: 13px; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }.footer-links div { display: flex; flex-direction: column; gap: 10px; }.footer-links strong { margin-bottom: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.footer-links a { color: var(--muted); font-size: 12px; }.footer-links a:hover { color: var(--brand-dark); }.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #84908c; font-size: 10px; }.mobile-sticky-cta { display: none; }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes pulse-out { 0% { transform: scale(.4); opacity: .8; } 100% { transform: scale(3); opacity: 0; } }
@keyframes signal-move { from { transform: translateX(-35px); } to { transform: translateX(135px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes demo-wave { 0% { transform: scale(.4); opacity: .9; } 100% { transform: scale(4); opacity: 0; } }
@keyframes transfer { 0% { left: 20px; opacity: 0; } 20% { opacity: 1; } 100% { left: 120px; opacity: 0; } }
@keyframes notify-in { to { opacity: 1; transform: none; } }
@keyframes profile-up { to { opacity: 1; transform: none; } }
@keyframes bars-grow { from { transform: scaleY(0); } }
@keyframes dash { to { stroke-dashoffset: -24; } }

@media (max-width: 1050px) {
    .nav-shell { grid-template-columns: 150px 1fr 165px; }.nav-links a { padding-inline: 8px; }
    .hero-grid { grid-template-columns: 1fr 1fr; }.hero-stage { transform: scale(.88); transform-origin: center; }.product-card { left: -35px; }.action-two { right: -80px; }
    .use-case-grid { grid-template-columns: repeat(3,1fr); }
    .benefit-row, .benefit-row.reverse { gap: 45px; }
    .connection-map { transform: scale(.92); }
    .dashboard-grid { grid-template-columns: 1fr; }.dashboard-copy { max-width: 700px; }.dashboard-mock { max-width: 850px; }
}

@media (max-width: 820px) {
    .shell { width: min(100% - 32px, var(--shell)); }.section { padding: 90px 0; }
    .site-header { top: 10px; }.nav-shell { min-height: 60px; grid-template-columns: 1fr auto; padding: 8px 9px 8px 16px; background: rgba(255,255,255,.9); border-color: rgba(9,13,12,.08); box-shadow: var(--shadow-sm); backdrop-filter: blur(18px); }.brand { width: 128px; }.nav-toggle { display: grid; }.nav-cta { display: none; }.nav-links { position: fixed; top: 82px; left: 16px; right: 16px; padding: 16px; display: grid; border: 1px solid var(--line); background: rgba(255,255,255,.97); border-radius: 20px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease; }.nav-links a { padding: 13px; font-size: 15px; }.nav-links.is-open { opacity: 1; visibility: visible; transform: none; }.nav-toggle[aria-expanded="true"] .menu-open { display: none; }.nav-toggle[aria-expanded="true"] .menu-close { display: block; }
    .hero { min-height: auto; padding: 125px 0 75px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 680px; }.hero h1 { font-size: clamp(52px,11vw,78px); }.hero-stage { width: min(100%,620px); margin: 0 auto; transform: none; }.product-card { left: 5%; }.action-two { right: 0; }
    .split-heading { grid-template-columns: 1fr; gap: 15px; }.split-heading p { margin: 0; }
    .demo-lab { grid-template-columns: 1fr 80px 1fr; padding: 55px 30px 90px; }.demo-card { padding: 20px; }.demo-card img { width: 120px; }.demo-transfer::before { width: 60px; }.demo-transfer .icon { margin-left: 45px; }.demo-lab.is-playing .transfer-dot { animation-name: transfer-tablet; }
    .steps { gap: 15px; }.step { padding-inline: 15px; }
    .benefit-row, .benefit-row.reverse { grid-template-columns: 1fr; gap: 30px; }.benefit-row.reverse .benefit-copy { order: 0; }.benefit-copy { max-width: 650px; }.benefit-visual { min-height: 400px; }
    .use-case-grid { grid-template-columns: repeat(2,1fr); }.use-case-preview { grid-template-columns: 1fr; }.preview-scene { min-height: 420px; }
    .connection-map { height: 560px; transform: scale(.86); }.node-11, .node-12 { display: none; }
    .compatibility-box { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr 1fr; }.dark-card { grid-column: 1 / -1; }.price-card > p { min-height: 0; }
    .faq-grid { grid-template-columns: 1fr; gap: 45px; }.faq-heading { position: static; }
    .final-cta-inner { grid-template-columns: 1fr; }.cta-card { justify-self: center; }
    .footer-grid { grid-template-columns: 1fr; gap: 45px; }
}

@keyframes transfer-tablet { 0% { left: 0; opacity: 0; } 20% { opacity: 1; } 100% { left: 65px; opacity: 0; } }

@media (max-width: 600px) {
    .shell { width: min(100% - 24px, var(--shell)); }.section { padding: 74px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .dashboard-copy h2, .faq-heading h2 { font-size: 42px; }.section-heading p, .dashboard-copy > p { font-size: 15px; }
    .hero { padding-top: 110px; }.hero h1 { font-size: clamp(48px,15vw,65px); }.hero-copy > p { font-size: 16px; }.hero-copy .button { width: 100%; }.trust-row { gap: 8px 14px; }.hero-stage { min-height: 470px; transform: scale(.82); transform-origin: top center; margin-bottom: -80px; }.product-card { top: 150px; left: -20px; width: 320px; }.hero-phone { right: -15px; }.floating-action.action-four { right: 15px; }.action-two { right: -30px; }.action-three { left: 70px; }
    .demo-lab { min-height: 800px; grid-template-columns: 1fr; gap: 75px; padding: 75px 20px 120px; }.demo-card { width: 300px; }.demo-transfer { height: 35px; transform: rotate(90deg); }.demo-transfer .icon { margin-left: 60px; }.demo-phone { width: 225px; height: 425px; }.demo-controls { bottom: 45px; flex-wrap: wrap; justify-content: center; width: calc(100% - 30px); }.demo-status { top: 58px; }.demo-lab.is-playing .transfer-dot { animation-name: transfer; }
    .steps { grid-template-columns: 1fr; gap: 0; text-align: left; }.steps::before { left: 31px; right: auto; top: 30px; bottom: 30px; width: 2px; height: auto; background: repeating-linear-gradient(180deg,var(--brand-dark) 0 10px,transparent 10px 18px); }.step { min-height: 180px; padding: 0 0 35px 90px; text-align: left; }.step-number { position: absolute; left: 23px; top: 23px; z-index: 3; color: var(--ink); }.step-icon { position: absolute; left: 0; top: 0; margin: 0; }.step h3 { padding-top: 8px; }
    .benefit-story { gap: 55px; }.benefit-row { min-height: 0; }.benefit-copy h3 { font-size: 38px; }.benefit-visual { min-height: 330px; }.mini-dashboard { width: 88%; left: 6%; }.mini-card { width: 160px; }.action-phone { height: 370px; }.analytics-visual { padding: 45px 30px; }.analytics-header strong { font-size: 46px; }.bars { left: 30px; right: 30px; bottom: 35px; height: 140px; }
    .filter-row { margin-inline: -12px; padding-inline: 12px; }.use-case-grid { grid-template-columns: 1fr; }.use-case-card { min-height: 250px; }.use-case-preview { padding: 18px; border-radius: 26px; }.preview-close { top: 10px; right: 10px; }.preview-scene { min-height: 350px; }.scene-card { width: 180px; left: 2%; }.scene-phone { right: 2%; width: 160px; height: 310px; }.scene-signal { left: 43%; }.preview-content { padding: 14px 7px 10px; }
    .connection-section { padding-bottom: 50px; }.connection-map { height: auto; padding: 40px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; transform: none; }.connection-core { position: relative; grid-column: 1/-1; left: auto; top: auto; margin-bottom: 25px; transform: none; }.connection-card { width: 250px; }.connection-node { position: static; min-width: 0; }.connection-lines { display: none; }.node-11, .node-12 { display: block; }
    .dashboard-body { min-height: 360px; grid-template-columns: 48px 1fr; }.dashboard-side { padding-inline: 11px; }.dashboard-editor { border: 0; }.dashboard-preview { display: none; }.clean-list { grid-template-columns: 1fr; }
    .compatibility-box { padding: 30px 20px; }.compatibility-options { grid-template-columns: 1fr; }.compat-or { padding: 5px; }.compatibility-options > div { min-height: 165px; }
    .pricing-grid { grid-template-columns: 1fr; }.dark-card { grid-column: auto; }.bulk-cta { align-items: flex-start; flex-direction: column; }
    .faq-item button { grid-template-columns: 28px 1fr auto; font-size: 13px; }.faq-item.is-open .faq-panel > p { padding-left: 43px; }
    .final-cta { padding: 80px 0 120px; }.final-cta h2 { font-size: 47px; }.final-cta .button { width: 100%; }.cta-card { width: 280px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
    .mobile-sticky-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: var(--brand); border: 1px solid rgba(0,61,47,.15); border-radius: 999px; box-shadow: 0 15px 40px rgba(0,61,47,.25); font-size: 14px; font-weight: 800; transition: transform .25s ease; }.mobile-sticky-cta.is-hidden { transform: translateY(85px); }.site-footer { padding-bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
