:root {
    --ink: #071726;
    --ink-2: #0c2035;
    --ink-3: #152d47;
    --paper: #f4f8fb;
    --paper-2: #e8f0f5;
    --white: #ffffff;
    --line: #cad9e4;
    --muted: #5d7387;
    --muted-dark: #a6b7c7;
    --turquoise: #1ed1c2;
    --turquoise-deep: #0aa89d;
    --blue: #2d8ee8;
    --orange: #ffb765;
    --shadow: 0 22px 60px rgba(7, 23, 38, .14);
    --font-display: 'Manrope', sans-serif;
    --font-mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-display); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-160%); padding: 9px 12px; border-radius: 8px; color: var(--ink); background: var(--turquoise); font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; background: rgba(7, 23, 38, .88); backdrop-filter: blur(16px); transition: background .22s ease, box-shadow .22s ease; }
.site-header.is-scrolled { background: rgba(7, 23, 38, .98); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 24px; }
.brand { display: inline-flex; width: 166px; height: 48px; align-items: center; gap: 8px; flex: 0 0 auto; }
.brand img { display: block; object-fit: contain; object-position: center; }
.brand-symbol { width: 50px; height: 40px; }
.brand-text { width: 108px; height: 30px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1; }
.site-nav a { color: #d6e2eb; font-size: 13px; font-weight: 700; text-decoration: none; transition: color .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--turquoise); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 800; line-height: 1; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, summary:focus-visible { outline: 3px solid rgba(30, 209, 194, .55); outline-offset: 3px; }
.button-primary { color: #042a2a; background: var(--turquoise); box-shadow: 0 12px 25px rgba(30, 209, 194, .19); }
.button-primary:hover { background: #4be2d5; box-shadow: 0 16px 30px rgba(30, 209, 194, .29); }
.button-ghost { color: #e7f0f5; border-color: rgba(203, 221, 231, .37); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(30, 209, 194, .75); background: rgba(30, 209, 194, .1); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--ink-3); }
.header-cta { min-height: 39px; padding: 10px 13px; font-size: 12px; white-space: nowrap; }
.menu-toggle { display: none; }

.section { padding: 116px 0; }
.section-dark { color: #eff8fc; background: var(--ink); }
.section-light { background: var(--paper); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #8af0df; font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #0b8d84; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.055em; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(44px, 5.45vw, 75px); font-weight: 800; line-height: 1.04; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4.1vw, 55px); font-weight: 800; line-height: 1.08; }
h2 em, h1 em { color: var(--turquoise); font-style: normal; }
.section-light h2 em, .automation-section h2 em, .calls-section h2 em, .local-section h2 em, .segments-section h2 em, .plans-section h2 em, .faq-section h2 em { color: #089f93; }

.hero { position: relative; overflow: hidden; min-height: 680px; padding: 91px 0 82px; background: radial-gradient(circle at 77% 40%, rgba(31, 123, 151, .33), transparent 27%), linear-gradient(118deg, #071726 0%, #071a2b 53%, #0e3047 100%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(163, 206, 225, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(163, 206, 225, .1) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.15)); }
.hero::after { position: absolute; right: -18vw; bottom: -26vw; width: 63vw; height: 63vw; border: 1px solid rgba(30,209,194,.15); border-radius: 50%; content: ''; box-shadow: 0 0 0 55px rgba(30,209,194,.025), 0 0 0 115px rgba(30,209,194,.018); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .86fr) minmax(490px, 1.14fr); align-items: center; gap: 42px; }
.hero-copy { padding: 23px 0; }
.hero-text { max-width: 590px; margin-bottom: 30px; color: #b9cad8; font-size: 17px; line-height: 1.66; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.play-dot { font-size: 10px; }
.hero-proof { display: flex; gap: 22px; margin-top: 35px; color: #b9cad8; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.proof-mark { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 4px rgba(30,209,194,.12); }
.hero-product { position: relative; padding: 18px 0 20px 14px; }
.mockup-frame { position: relative; overflow: hidden; border: 1px solid rgba(154,207,234,.31); border-radius: 16px; background: #081521; box-shadow: 0 38px 70px rgba(0,0,0,.35); }
.mockup-frame img { display: block; width: 100%; height: auto; }
.frame-bar { display: flex; align-items: center; gap: 5px; height: 30px; padding: 0 11px; border-bottom: 1px solid rgba(145,193,220,.18); color: #a6c3d3; background: #10263a; font-family: var(--font-mono); font-size: 9px; }
.frame-bar span { width: 6px; height: 6px; border-radius: 50%; background: #4c6c81; }
.frame-bar b { margin-left: 7px; color: #cedce4; font-weight: 500; }
.frame-bar i { margin-left: auto; color: #74dfc9; font-style: normal; }
.hero-frame { transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.product-note { position: absolute; z-index: 2; display: grid; gap: 2px; padding: 10px 13px; border: 1px solid rgba(167,218,238,.24); border-radius: 9px; color: #d7e7ef; background: rgba(8,26,42,.91); box-shadow: 0 15px 30px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.product-note strong { font-size: 11px; }
.product-note small { color: #93adbd; font-size: 9px; }
.product-note-top { top: -5px; right: -8px; padding-left: 30px; }
.note-led { position: absolute; top: 16px; left: 13px; width: 8px; height: 8px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 4px rgba(30,209,194,.12); }
.product-note-bottom { right: 8%; bottom: -5px; grid-template-columns: auto auto; align-items: center; gap: 10px; }
.sequence-mini { display: inline-flex; align-items: center; gap: 5px; color: #91eadd; font-family: var(--font-mono); font-size: 10px; }
.sequence-mini b { color: #6c91a7; }

.intro-strip { color: #e7f5f6; background: #0d3447; }
.intro-strip-grid { display: grid; grid-template-columns: .9fr 1.35fr .8fr; align-items: center; gap: 32px; min-height: 118px; }
.intro-strip p { margin: 0; color: #c4dce5; font-size: 13px; line-height: 1.45; }
.intro-strip strong { color: #fff; font-weight: 800; }
.strip-side { text-align: right; }
.strip-flow { display: flex; align-items: center; justify-content: center; gap: 8px; }
.strip-flow span { padding: 7px 9px; border: 1px solid rgba(199,232,240,.23); border-radius: 99px; color: #c9e8ec; background: rgba(255,255,255,.04); font-family: var(--font-mono); font-size: 9px; white-space: nowrap; }
.strip-flow i { width: 13px; height: 1px; background: #41b4b6; }

.section-intro { display: grid; margin-bottom: 57px; }
.split-intro { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr); align-items: end; gap: 80px; }
.split-intro .eyebrow, .split-intro h2 { grid-column: 1; }
.split-intro p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0 0 3px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.section-intro h2 { margin: 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.value-card { min-height: 278px; padding: 31px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 15px 34px rgba(12,38,61,.06); transition: transform .22s ease, border-color .22s ease; }
.value-card:hover { transform: translateY(-5px); border-color: #83d5d1; }
.value-card h3 { margin: 30px 0 10px; font-size: 25px; font-weight: 800; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.icon-box { display: flex; align-items: end; gap: 4px; width: 49px; height: 42px; padding: 7px; border-radius: 9px; color: var(--turquoise); background: #e5faf7; }
.icon-music span { display: block; width: 5px; border-radius: 3px; background: currentColor; }
.icon-music span:nth-child(1) { height: 12px; }.icon-music span:nth-child(2) { height: 23px; }.icon-music span:nth-child(3) { height: 17px; }.icon-music span:nth-child(4) { height: 29px; }
.icon-box svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.automation-section { position: relative; overflow: hidden; padding: 120px 0; background: linear-gradient(114deg, #eaf2f7 0%, #f7fafc 53%, #dcebef 100%); }
.automation-section::after { position: absolute; top: -18%; right: -13%; width: 55%; height: 140%; border-left: 1px solid rgba(11,141,132,.12); transform: rotate(19deg); content: ''; }
.automation-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.automation-copy p:not(.eyebrow) { max-width: 470px; color: var(--muted); line-height: 1.7; }
.text-action { display: inline-flex; align-items: center; gap: 9px; color: #077d75; font-size: 13px; font-weight: 800; text-decoration: none; }
.text-action span { font-size: 17px; transition: transform .2s ease; }.text-action:hover span { transform: translateX(4px); }
.automation-product { position: relative; padding: 20px 0 26px 16px; }.automation-frame { box-shadow: 0 24px 49px rgba(11,45,62,.2); }.automation-product-note { position: absolute; z-index: 2; top: -1px; right: -7px; display: flex; align-items: center; gap: 13px; padding: 10px 12px; border: 1px solid #a5c6d4; border-radius: 8px; color: #607986; background: rgba(250,253,254,.95); box-shadow: 0 12px 24px rgba(24,59,77,.11); font-family: var(--font-mono); font-size: 9px; }.automation-product-note span { color: #087e76; font-weight: 500; text-transform: uppercase; }.automation-product-note i { display: inline-flex; align-items: center; gap: 6px; font-style: normal; }.automation-product-note b { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--turquoise); }.automation-caption { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: #587180; font-size: 11px; }.automation-caption span { width: 5px; height: 5px; border-radius: 50%; background: var(--turquoise); }

.feature-section { position: relative; overflow: hidden; background: linear-gradient(118deg, #081827, #0a2436); }.feature-section::after { position: absolute; top: 9%; right: 4%; width: 19vw; height: 19vw; border: 1px solid rgba(74,214,201,.13); border-radius: 50%; content: ''; box-shadow: 0 0 0 28px rgba(74,214,201,.025), 0 0 0 56px rgba(74,214,201,.018); }
.feature-section .shell { position: relative; z-index: 1; }.section-intro.compact { max-width: 710px; }.section-intro.compact h2 { margin: 0; }
.feature-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 14px; }.feature-card { position: relative; min-height: 230px; padding: 25px; overflow: hidden; border: 1px solid rgba(169,211,230,.19); border-radius: 14px; background: rgba(15,43,62,.64); }.feature-card-large { grid-row: span 2; min-height: 474px; background: linear-gradient(145deg, rgba(24,70,87,.9), rgba(8,30,47,.9)); }.feature-card-wide { display: flex; grid-column: 2 / 4; align-items: center; justify-content: space-between; gap: 20px; min-height: 230px; }
.feature-index { color: #78cfc7; font-family: var(--font-mono); font-size: 11px; }.feature-card h3 { margin: 49px 0 11px; color: #f0f7fb; font-size: 24px; font-weight: 800; }.feature-card p { max-width: 280px; margin: 0; color: #a9bdca; font-size: 13px; line-height: 1.7; }.feature-card-large h3 { margin-top: 133px; font-size: 31px; }.feature-tag { position: absolute; bottom: 22px; display: inline-block; padding: 6px 9px; border: 1px solid rgba(121,221,209,.35); border-radius: 99px; color: #8ee9da; font-family: var(--font-mono); font-size: 9px; }.feature-bars { position: absolute; right: 31px; bottom: 31px; display: flex; align-items: end; gap: 6px; height: 83px; }.feature-bars i { width: 7px; border-radius: 8px; background: linear-gradient(#83e5db, #2a7781); }.feature-bars i:nth-child(1) { height: 34px; }.feature-bars i:nth-child(2) { height: 69px; }.feature-bars i:nth-child(3) { height: 48px; }.feature-bars i:nth-child(4) { height: 83px; }.feature-bars i:nth-child(5) { height: 56px; }.feature-bars i:nth-child(6) { height: 39px; }.feature-card-wide h3 { margin-top: 10px; }.feature-signal { display: flex; align-items: end; gap: 5px; flex: 0 0 auto; height: 90px; }.feature-signal span { width: 8px; border-radius: 8px; background: #50b8bd; }.feature-signal span:nth-child(1) { height: 27px; }.feature-signal span:nth-child(2) { height: 57px; }.feature-signal span:nth-child(3) { height: 86px; }.feature-signal span:nth-child(4) { height: 41px; }

.workflow-section { padding-bottom: 99px; }.section-intro.centered { justify-items: center; text-align: center; }.section-intro.centered h2 { margin: 0; }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.step-card { position: relative; min-height: 260px; padding: 31px 36px; border-right: 1px solid var(--line); }.step-card:last-child { border-right: 0; }.step-card > span { display: block; color: #0a9b8f; font-family: var(--font-mono); font-size: 12px; }.step-card h3 { margin: 53px 0 10px; font-size: 25px; font-weight: 800; }.step-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.step-card::after { position: absolute; top: 35px; right: -5px; z-index: 1; width: 9px; height: 9px; border-radius: 50%; background: var(--turquoise); content: ''; }.step-card:last-child::after { display: none; }.workflow-note { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 730px; margin: 36px auto 0; color: #567083; font-size: 13px; text-align: center; }.workflow-note span { color: #0b978b; font-size: 21px; font-weight: 800; }

.calls-section { position: relative; overflow: hidden; background: #ecf4f6; }.calls-section::before { position: absolute; left: 0; bottom: 0; width: 40%; height: 78%; background: linear-gradient(145deg, #0b293c 0%, #123e53 100%); content: ''; }.calls-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 88px; }.calls-visual { position: relative; padding: 38px 0 33px 31px; }.calls-frame { max-width: 660px; }.calls-orbit { position: absolute; z-index: -1; border: 1px solid rgba(85,225,209,.26); border-radius: 50%; }.calls-orbit-a { top: -31px; left: -51px; width: 252px; height: 252px; }.calls-orbit-b { bottom: -59px; left: 120px; width: 275px; height: 275px; border-color: rgba(180,224,240,.13); }.calls-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }.calls-flow { display: flex; flex-wrap: wrap; gap: 7px; margin: 26px 0 20px; padding: 0; list-style: none; }.calls-flow li { display: flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid #c8dce4; border-radius: 8px; color: #315064; background: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; }.calls-flow b { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: #047f77; background: #d8f5f0; font-family: var(--font-mono); font-size: 9px; }.calls-foot { display: flex; align-items: start; gap: 8px; font-size: 12px; }.calls-foot i { display: block; width: 7px; height: 7px; flex: 0 0 auto; margin-top: 7px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 4px rgba(30,209,194,.16); }

.remote-section { overflow: hidden; background: linear-gradient(119deg, #071625, #0a2d43); }.remote-layout { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 67px; }.remote-copy h2 { max-width: 575px; }.remote-copy p:not(.eyebrow) { max-width: 470px; color: #adbfcc; line-height: 1.7; }.remote-note { display: flex; align-items: center; gap: 12px; max-width: 455px; margin-top: 28px; padding: 13px 15px; border: 1px solid rgba(121,213,214,.2); border-radius: 9px; background: rgba(255,255,255,.035); }.remote-note > span { color: var(--turquoise); font-size: 24px; }.remote-note p { margin: 0; color: #c8d8e0 !important; font-size: 12px; line-height: 1.4 !important; }.remote-phone { position: relative; display: grid; place-items: center; min-height: 455px; }.remote-phone img { position: relative; z-index: 1; width: min(320px, 77%); filter: drop-shadow(0 28px 27px rgba(0,0,0,.45)); }.phone-shadow { position: absolute; width: 345px; height: 345px; border: 1px solid rgba(30,209,194,.21); border-radius: 50%; background: radial-gradient(circle, rgba(30,209,194,.14), transparent 66%); box-shadow: 0 0 0 46px rgba(30,209,194,.03), 0 0 0 94px rgba(30,209,194,.018); }

.local-section { background: linear-gradient(90deg, #eff6f8 0%, #f7fafb 48%, #dcebef 100%); }.local-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }.local-visual { position: relative; min-height: 390px; }.local-screen { position: absolute; top: 0; left: 0; width: min(450px, 100%); min-height: 316px; padding: 22px; border: 1px solid #8fb1c5; border-radius: 17px; background: #113149; box-shadow: 0 25px 45px rgba(11,42,64,.22); }.local-screen-top { display: flex; gap: 5px; }.local-screen-top span { width: 6px; height: 6px; border-radius: 50%; background: #527d92; }.local-wave { display: flex; align-items: center; justify-content: center; gap: 11px; height: 194px; }.local-wave i { display: block; width: 13px; border-radius: 12px; background: linear-gradient(#a1e9e2, #2e8387); }.local-wave i:nth-child(1) { height: 42px; }.local-wave i:nth-child(2) { height: 76px; }.local-wave i:nth-child(3) { height: 142px; }.local-wave i:nth-child(4) { height: 98px; }.local-wave i:nth-child(5) { height: 165px; }.local-wave i:nth-child(6) { height: 68px; }.local-wave i:nth-child(7) { height: 117px; }.local-screen p { margin: 12px 0 0; color: #b9d0db; font-family: var(--font-mono); font-size: 10px; text-align: center; }.local-file { position: absolute; right: -8px; bottom: 3px; display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; width: min(310px, 70%); padding: 14px; border: 1px solid #c5dce7; border-radius: 11px; background: #fff; box-shadow: 0 14px 30px rgba(10,41,61,.13); }.local-file span { grid-row: span 2; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 7px; color: #075e61; background: #d7f6f2; font-family: var(--font-mono); font-size: 9px; font-weight: 500; }.local-file b { overflow: hidden; color: #244559; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.local-file i { color: #579282; font-size: 9px; font-style: normal; }.local-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); line-height: 1.75; }.local-highlight { margin-top: 27px !important; padding-left: 16px; border-left: 2px solid var(--turquoise); color: #31556a !important; font-size: 14px; font-weight: 700; }
.local-visual { min-height: 0; padding: 17px 0 20px; }.library-frame { max-width: 515px; transform: perspective(1500px) rotateY(3deg) rotateX(1deg); transform-origin: center right; box-shadow: 0 24px 48px rgba(9,42,62,.2); }.library-caption { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: #587180; font-size: 11px; }.library-caption span { width: 5px; height: 5px; border-radius: 50%; background: var(--turquoise); }.local-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); line-height: 1.75; }.local-highlight { margin-top: 27px !important; padding-left: 16px; border-left: 2px solid var(--turquoise); color: #31556a !important; font-size: 14px; font-weight: 700; }

.segments-section { background: #f9fcfd; }.segment-heading { display: grid; grid-template-columns: 1.2fr .64fr; align-items: end; gap: 95px; margin-bottom: 46px; }.segment-heading h2 { max-width: 670px; margin-bottom: 0; }.segment-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.segment-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.segment-card { position: relative; min-height: 285px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s ease; }.segment-card:hover { background: #effcf9; }.segment-number { color: #95aab8; font-family: var(--font-mono); font-size: 10px; }.segment-card svg { display: block; width: 37px; height: 37px; margin-top: 43px; fill: none; stroke: #0c9b90; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }.segment-card h3 { margin: 23px 0 7px; font-size: 21px; }.segment-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.visual-stream-section { color: #ebf5f7; background: #123d52; }.visual-stream-layout { display: grid; grid-template-columns: .83fr .75fr 1.02fr; align-items: center; gap: 50px; min-height: 334px; }.visual-stream-layout .eyebrow { margin-bottom: 10px; }.visual-stream-layout h2 { margin: 0; font-size: 36px; }.visual-stream-layout > p { margin: 0; color: #c7dce3; font-size: 14px; line-height: 1.7; }.streaming-visual { padding: 20px 0 17px; }.streaming-frame { max-width: 390px; margin-left: auto; box-shadow: 0 22px 42px rgba(0,0,0,.29); }.streaming-caption { display: flex; align-items: center; justify-content: flex-end; gap: 7px; margin: 10px 0 0; color: #a8cbd5; font-size: 10px; }.streaming-caption span { width: 5px; height: 5px; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 4px rgba(30,209,194,.1); }

.plans-section { background: #e8f1f5; }.plans-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 106px; }.plans-copy p:not(.eyebrow) { max-width: 430px; color: var(--muted); line-height: 1.7; }.plans-copy .button { margin-top: 16px; }.plans-list { display: grid; border-top: 1px solid #bed2dd; }.plans-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid #bed2dd; }.plans-list span { color: #0a978c; font-family: var(--font-mono); font-size: 11px; }.plans-list p { display: grid; gap: 4px; margin: 0; }.plans-list strong { font-size: 16px; }.plans-list small { color: var(--muted); font-size: 13px; }

.faq-section { background: #fff; }.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 90px; }.faq-copy { position: sticky; top: 106px; }.faq-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; list-style: none; color: #14334a; font-size: 15px; font-weight: 800; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #0b9c91; font-family: var(--font-mono); font-size: 20px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 640px; margin: -3px 0 21px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding: 108px 0; color: #edf9f9; background: linear-gradient(121deg, #061a2a 0%, #0b3850 100%); }.final-cta::before { position: absolute; top: -210px; right: -130px; width: 510px; height: 510px; border: 1px solid rgba(118,228,215,.2); border-radius: 50%; content: ''; box-shadow: 0 0 0 50px rgba(118,228,215,.028), 0 0 0 100px rgba(118,228,215,.015); }.final-cta-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .85fr; align-items: start; gap: 95px; }.final-copy h2 { max-width: 630px; }.final-copy p:not(.eyebrow) { max-width: 530px; color: #bbd0d9; line-height: 1.7; }.contact-detail { display: flex; align-items: center; gap: 8px; margin-top: 26px; color: #93e7dc; font-size: 12px; font-weight: 700; }.contact-detail span { font-size: 20px; }.demo-form { display: grid; gap: 12px; padding: 27px; border: 1px solid rgba(192,228,237,.24); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 28px 48px rgba(0,0,0,.2); }.form-title { display: grid; gap: 2px; margin-bottom: 2px; color: var(--ink); }.form-title strong { font-size: 19px; font-weight: 800; }.form-title span { color: var(--muted); font-size: 12px; }.demo-form label { display: grid; gap: 5px; color: #456075; font-size: 11px; font-weight: 800; }.demo-form input, .demo-form textarea, .demo-form select { width: 100%; padding: 10px 11px; border: 1px solid #c6d6e1; border-radius: 8px; color: #123148; background: #fbfdfe; font-size: 13px; outline: none; transition: border-color .16s ease, box-shadow .16s ease; }.demo-form textarea { resize: vertical; }.demo-form input:focus, .demo-form textarea:focus, .demo-form select:focus { border-color: #16bcae; box-shadow: 0 0 0 3px rgba(30,209,194,.17); }.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.demo-form .button { width: 100%; margin-top: 3px; }.demo-form > small { color: #6c8394; font-size: 10px; line-height: 1.45; }.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }.form-notice { padding: 10px 11px; border-radius: 8px; font-size: 12px; font-weight: 700; }.form-notice.success { color: #08776e; border: 1px solid #a4e6db; background: #e4faf5; }.form-notice.error { color: #a13434; border: 1px solid #f0c1c1; background: #fff1f1; }

.site-footer { color: #aebfca; background: #06131f; }.footer-inner { display: grid; grid-template-columns: 160px 1fr auto auto; align-items: center; gap: 28px; min-height: 125px; }.footer-brand { display: inline-flex; width: 142px; height: 45px; align-items: center; gap: 6px; }.footer-brand .brand-symbol { width: 42px; height: 34px; }.footer-brand .brand-text { width: 93px; height: 27px; }.footer-inner > p { margin: 0; font-size: 12px; }.footer-inner > div { display: flex; gap: 17px; }.footer-inner a { color: #c9d8df; font-size: 11px; font-weight: 700; text-decoration: none; }.footer-inner a:hover { color: var(--turquoise); }.footer-inner small { color: #6f8898; font-family: var(--font-mono); font-size: 9px; white-space: nowrap; }

.portal-body { min-height: 100vh; color: #e9f6f8; background: radial-gradient(circle at 74% 13%, rgba(28,126,147,.37), transparent 28%), linear-gradient(125deg, #061523, #0b2c42); }.portal-shell { display: grid; grid-template-columns: minmax(100px, 1fr) minmax(380px, 510px) minmax(100px, 1fr); align-items: center; min-height: 100vh; padding: 42px; }.portal-brand { align-self: start; }.portal-card { grid-column: 2; padding: 38px; border: 1px solid rgba(177,221,237,.24); border-radius: 18px; background: rgba(7,27,43,.73); box-shadow: 0 30px 70px rgba(0,0,0,.27); }.portal-card h1 { margin-bottom: 18px; font-size: clamp(33px, 4vw, 49px); }.portal-card p:not(.eyebrow) { color: #aec3cf; line-height: 1.7; }.portal-steps { display: grid; gap: 0; margin: 27px 0; border-top: 1px solid rgba(190,224,236,.18); }.portal-steps span { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 12px 0; border-bottom: 1px solid rgba(190,224,236,.18); color: #6ce4d4; font-family: var(--font-mono); font-size: 10px; }.portal-steps b { color: #d9eaef; font-family: var(--font-display); font-size: 12px; }.portal-card .button { width: 100%; }.portal-card > small { display: block; margin-top: 13px; color: #89a3b1; font-size: 10px; text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.75,.25,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }.reveal-delay-3 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
    .site-nav { gap: 14px; }.site-nav a { font-size: 12px; }.hero-layout { grid-template-columns: .8fr 1.2fr; gap: 27px; }.hero-product { padding-left: 0; }.split-intro, .automation-layout, .calls-layout, .local-layout, .plans-layout, .faq-layout { gap: 54px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-large { grid-row: auto; min-height: 340px; }.feature-card-wide { grid-column: auto; }.feature-card-large h3 { margin-top: 80px; }.feature-card-wide { min-height: 230px; }.segment-grid { grid-template-columns: repeat(2, 1fr); }.segment-heading { gap: 45px; }.final-cta-layout { gap: 48px; }.visual-stream-layout { gap: 32px; }.streaming-frame { max-width: 330px; }
}
@media (max-width: 780px) {
    .shell { width: min(100% - 36px, 620px); }.header-inner { min-height: 66px; }.brand { width: 144px; height: 42px; gap: 5px; }.brand-symbol { width: 43px; height: 35px; }.brand-text { width: 92px; height: 25px; }.menu-toggle { display: grid; width: 42px; height: 40px; gap: 5px; place-content: center; margin-left: auto; padding: 0; border: 1px solid rgba(210,232,242,.26); border-radius: 8px; background: transparent; }.menu-toggle span { display: block; width: 17px; height: 1px; background: #e4f0f5; }.site-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; padding: 18px 9vw 22px; border-bottom: 1px solid rgba(197,224,235,.14); background: #0a2032; }.site-nav.is-open { display: grid; justify-content: start; gap: 0; }.site-nav a { padding: 12px 0; font-size: 14px; }.header-cta { display: none; }.section { padding: 78px 0; }.hero { min-height: 0; padding: 63px 0 72px; }.hero-layout, .automation-layout, .calls-layout, .remote-layout, .local-layout, .plans-layout, .faq-layout, .final-cta-layout { grid-template-columns: 1fr; }.hero-layout { gap: 37px; }.hero-copy { padding: 0; }.hero-text { font-size: 15px; }.hero-product { max-width: 650px; padding: 14px 0 20px; }.hero-frame { transform: none; }.product-note-top { top: -3px; right: -4px; }.product-note-bottom { right: 2%; }.intro-strip-grid { grid-template-columns: 1fr; gap: 18px; padding: 25px 0; text-align: center; }.strip-side { text-align: center; }.strip-flow { flex-wrap: wrap; gap: 5px; }.strip-flow i { width: 6px; }.split-intro { grid-template-columns: 1fr; gap: 20px; }.split-intro p:last-child { grid-column: auto; grid-row: auto; }.value-grid, .steps-grid { grid-template-columns: 1fr; }.value-card { min-height: 0; }.value-card h3 { margin-top: 21px; }.automation-product { padding-left: 0; }.automation-product-note { position: static; width: fit-content; margin: 0 0 10px; }.automation-layout { gap: 36px; }.section-intro { margin-bottom: 35px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card-large { min-height: 230px; }.feature-card-large h3 { margin-top: 55px; }.feature-card-wide { display: block; }.feature-signal { position: absolute; right: 23px; bottom: 20px; height: 58px; }.feature-signal span:nth-child(3) { height: 54px; }.steps-grid { border-left: 1px solid var(--line); }.step-card { min-height: 0; padding: 25px; border-right: 1px solid var(--line); }.step-card h3 { margin-top: 25px; }.step-card::after { top: auto; right: auto; bottom: -5px; left: 25px; }.calls-layout { gap: 42px; }.calls-section::before { width: 100%; height: 47%; top: 0; bottom: auto; }.calls-visual { padding: 29px 0 18px 18px; }.calls-copy { padding-top: 5px; }.remote-layout { gap: 20px; }.remote-phone { min-height: 390px; grid-row: 1; }.remote-phone img { width: min(285px, 72%); }.local-layout { gap: 32px; }.local-visual { min-height: 0; }.local-screen { min-height: 285px; }.local-wave { height: 165px; }.segment-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 32px; }.segment-grid { grid-template-columns: 1fr 1fr; }.segment-card { min-height: 250px; padding: 21px; }.segment-card svg { margin-top: 30px; }.visual-stream-layout { grid-template-columns: 1fr; gap: 21px; padding: 45px 0; }.visual-stream-layout h2 { font-size: 32px; }.streaming-frame { max-width: 440px; margin-left: 0; }.streaming-caption { justify-content: flex-start; }.plans-layout { gap: 35px; }.faq-copy { position: static; }.faq-layout { gap: 35px; }.final-cta { padding: 77px 0; }.final-cta-layout { gap: 34px; }.footer-inner { grid-template-columns: 1fr; gap: 12px; padding: 31px 0; }.footer-inner > div { flex-wrap: wrap; }.footer-inner small { margin-top: 8px; }
    .portal-shell { grid-template-columns: 1fr; align-content: start; gap: 50px; padding: 25px; }.portal-card { grid-column: auto; width: min(510px, 100%); justify-self: center; }
}
@media (max-width: 460px) {
    .shell { width: min(100% - 28px, 480px); } h1 { font-size: 42px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-proof { gap: 12px; flex-wrap: wrap; }.product-note-bottom { display: none; }.program-flow { padding: 15px; }.program-flow ol { gap: 7px; }.program-flow li { min-height: 73px; padding: 10px; }.calls-flow { gap: 5px; }.calls-flow li { font-size: 9px; }.form-pair { grid-template-columns: 1fr; }.segment-grid { grid-template-columns: 1fr; }.segment-card { min-height: 215px; }.local-file { right: -2px; width: 78%; }.demo-form { padding: 20px; }
}
