
:root {
  --bg: #070a12;
  --panel: #101620;
  --ink: #f3f5f8;
  --muted: #a7b0bd;
  --ember: #ffb869;
  --ice: #79c8ff;
  --line: rgba(255,255,255,.1);
  --sans: "Montserrat",system-ui,sans-serif;
  --serif: "Instrument Serif",Georgia,serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; color: inherit; }
h1,h2,h3,h4,p { margin: 0; }
h1,h2,h3,h4 { line-height: 1.12; font-weight: 450; letter-spacing: -.055em; }
em { font-family: inherit; font-style: normal; font-weight: inherit; color: var(--ember); }
::selection { background: #ffb86944; }
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible { outline: 2px solid var(--ice); outline-offset: 5px; }
.wrap { width: min(1080px,calc(100% - 80px)); margin-inline: auto; position: relative; }
.skip { position: fixed; z-index: 100; left: 20px; top: -100px; background: white; color: var(--bg); padding: 14px; }
.skip:focus { top: 12px; }
#page-progress { position: fixed; z-index: 60; top: 0; left: 0; width: 100%; height: 2px; background: var(--ice); transform: scaleX(0); transform-origin: left; box-shadow: 0 0 12px #79c8ff; }
.nav { position: fixed; top: 0; left: 0; right: 0; height: 76px; z-index: 50; background: #070a1270; border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: background .3s,border-color .3s; }
.nav.is-scrolled { background: #070a12d9; border-color: var(--line); }
.nav-inner { width: min(1260px,calc(100% - 80px)); height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 138px; height: 34px; object-fit: contain; }
.nav nav { display: flex; gap: 30px; color: var(--muted); font-size: 13px; }
.nav nav a:hover { color: white; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 15px 25px; border: 1px solid #ffffff24; border-radius: 100px; background: linear-gradient(150deg,#ffffff1c,#ffffff09); box-shadow: inset 0 1px 0 #ffffff20; backdrop-filter: blur(16px); font-size: 14px; font-weight: 500; transition: border-color .25s,background .25s,transform .25s; }
.button:hover { background: linear-gradient(150deg,#ffb86925,#ffffff0b); border-color: #ffb86970; transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg,#fff2df25,#ffffff0b); border-color: #ffe2bb40; }
.nav-cta { font-size: 12px; padding: 10px 19px; gap: 18px; }
.eyebrow { font-size: 12px; color: #c3cbd5; display: inline-flex; align-items: center; gap: 8px; letter-spacing: .005em; }
.badge { padding: 5px 13px; border: 1px solid #ffffff08; border-radius: 100px; background: #ffffff06; }
.signal { width: 5px; height: 5px; background: var(--ember); display: inline-block; border-radius: 50%; flex: none; box-shadow: 0 0 9px #ffb86966; }
.hero { position: relative; padding-top: 158px; overflow: clip; }
.hero-heading { text-align: center; z-index: 2; }
.hero h1 { font-size: clamp(58px,6.5vw,88px); margin-top: 25px; line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em { letter-spacing: -.04em; }
.hero-heading>p { color: var(--muted); font-size: 16px; line-height: 1.8; margin-top: 24px; }
.actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 31px; }
.film-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #c7d0dc; }
.film-link:hover { color: var(--ember); }
.play { font-size: 19px; }
.hero-scene { position: relative; margin-top: 84px; padding-bottom: 22px; isolation: isolate; }
.scene-light { position: absolute; z-index: -2; inset: -360px -15% -110px; background: radial-gradient(ellipse at 50% 65%,#176cb257,transparent 54%),radial-gradient(ellipse at 76% 76%,#ffb86919,transparent 45%); pointer-events: none; }
.scene-ribbons { position: absolute; z-index: -1; width: 140%; left: -20%; height: 650px; top: -30px; opacity: .65; pointer-events: none; }
[data-parallax] { transform: translateY(var(--parallax-y,0px)); }
.hero-product { width: min(1050px,calc(100% - 90px)); margin: auto; background: #111922; border: 1px solid #ffffff27; border-radius: 18px; overflow: hidden; box-shadow: 0 0 0 5px #070a1255,0 40px 90px #0006,0 0 90px #79c8ff0b; transform: perspective(1400px) rotateX(var(--hero-tilt,0deg)) scale(var(--hero-scale,1)); transform-origin: center bottom; }
.product-bar { height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 17px; background: #ffffff03; border-bottom: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.window-controls { display: flex; gap: 5px; width: 120px; }
.window-controls i { width: 6px; height: 6px; background: #ffffff24; border-radius: 50%; }
.example-label { display: inline-block; font-size: 9px; color: #aebaca; padding: 3px 7px; border: 1px solid #ffffff15; border-radius: 100px; white-space: nowrap; }
.product-layout { display: grid; grid-template-columns: 175px 1fr 250px; min-height: 465px; }
.product-sidebar { position: relative; padding: 22px 14px; background: #0c111b80; border-right: 1px solid var(--line); }
.workspace-brand { display: flex; align-items: center; gap: 9px; font-size: 10px; margin-bottom: 31px; }
.flo-icon { font: italic 24px/1 var(--serif); color: var(--ember); display: inline-grid; place-items: center; flex: none; width: 32px; height: 32px; background: linear-gradient(130deg,#ffb86918,#79c8ff14); border: 1px solid #ffffff16; border-radius: 8px; }
.sidebar-label { display: block; font-size: 9px; color: #8e9bac; margin: 0 10px 9px; }
.sidebar-link { padding: 9px 10px; display: flex; align-items: center; gap: 10px; font-size: 10px; color: #a5b1c1; border-radius: 6px; margin-bottom: 3px; }
.sidebar-link>span:first-child { color: #a5b1c1; }
.sidebar-link.selected { color: var(--ink); background: #ffffff08; }
.sidebar-bottom { position: absolute; bottom: 22px; left: 21px; right: 14px; display: flex; align-items: center; gap: 6px; font-size: 8px; color: var(--muted); }
.app-chat-title { padding: 18px 23px; border-bottom: 1px solid #ffffff08; font-size: 11px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.app-subtle { font-size: 8px; color: #909dac; }
.hero-chat-content { padding: 27px 30px 22px; }
.small-overline { font-size: 10px; color: var(--muted); letter-spacing: .02em; }
.hero-chat h2 { font-size: 27px; margin-top: 9px; line-height: 1.1; }
.hero-chat-message { display: flex; gap: 10px; align-items: flex-start; margin-top: 26px; }
.hero-chat-message strong { font-size: 10px; font-weight: 500; }
.hero-chat-message p { font-size: 10px; color: #a4b1c0; line-height: 1.8; margin-top: 4px; max-width: 330px; }
.hero-chat-message .flo-icon { width: 27px; height: 27px; font-size: 21px; }
.hero-task { display: flex; align-items: center; gap: 10px; border: 1px solid #ffffff0d; border-radius: 7px; padding: 12px; background: #ffffff02; margin-top: 12px; }
.hero-task strong { font-size: 10px; font-weight: 450; display: block; }
.hero-task small { font-size: 8px; color: #99a8ba; display: block; margin-top: 1px; }
.task-glyph { color: var(--ice); font-size: 16px; width: 24px; }
.review-pill { font-size: 8px; color: var(--ember); border: 1px solid #ffb86928; border-radius: 100px; padding: 3px 7px; white-space: nowrap; }
.hero-task .review-pill { margin-left: auto; }
.mock-composer { margin-top: 21px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #ffffff1b; border-radius: 7px; padding: 11px 13px; color: #8896a8; font-size: 10px; }
.mock-composer>span,.channel-composer>span { border-radius: 5px; background: #ffffff13; width: 22px; height: 22px; display: grid; place-items: center; color: #cad4df; }
.hero-art-panel { position: relative; overflow: hidden; background: #03070c; border-left: 1px solid var(--line); }
.flo-media { position: absolute; inset: 0; overflow: hidden; }
.flo-still,.flo-motion { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: 50% 45%; }
.flo-motion { opacity: 0; transition: opacity .3s; }
.flo-media.has-motion-frame .flo-motion { opacity: 1; }
.flo-media.has-motion-frame .flo-still { opacity: 0; }
.art-panel-copy { position: absolute; bottom: 24px; left: 20px; right: 20px; text-align: center; }
.art-panel-copy p { margin-top: 7px; font-size: 13px; line-height: 1.5; }
.art-panel-copy em { font-size: 17px; }
.scene-caption { text-align: center; font-size: 11px; color: var(--muted); margin-top: 28px; }
.narrative { max-width: 760px; width: calc(100% - 80px); margin: auto; padding: 170px 0 130px; }
.narrative .badge { margin-bottom: 30px; }
.narrative>p { font-size: clamp(26px,2.6vw,35px); line-height: 1.32; font-weight: 400; letter-spacing: -.035em; margin-bottom: 40px; color: #e1e6ed; }
.narrative>p:last-child { margin-bottom: 0; }
.motion-ready [data-story-line] { opacity: var(--line-opacity,1); transition: opacity .1s linear; }
.section { padding-block: 110px; }
.section-heading { text-align: center; margin-bottom: 50px; }
.section-heading h2 { font-size: clamp(38px,4vw,56px); margin-top: 22px; line-height: 1.12; }
.section-heading>p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-top: 22px; }
.workspace-tabs { display: flex; gap: 5px; padding: 6px; border: 1px solid #ffffff10; border-radius: 100px; background: #ffffff02; margin-bottom: 13px; }
.workspace-tabs button { flex: 1; padding: 13px 10px; border-radius: 100px; border: 1px solid transparent; background: transparent; color: var(--muted); font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; transition: color .2s,background .2s; }
.workspace-tabs button[aria-selected=true] { background: #ffffff09; border-color: #ffffff06; color: white; }
.channel-symbol { font-size: 19px; line-height: 1; color: #d1dbe7; }
.flo-symbol { font: italic 25px/1 var(--serif); color: var(--ember); }
.channel-panel { min-height: 520px; border: 1px solid #ffffff19; border-radius: 19px; background: radial-gradient(ellipse at 100% 0,#79c8ff08,transparent 50%),#101620; overflow: hidden; }
.channel-top { height: 55px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ffffff0c; }
.channel-top>div { display: flex; align-items: center; gap: 10px; }
.channel-top strong { font-size: 13px; font-weight: 500; }
.channel-mark { font-size: 20px; color: #cbd5e1; }
.channel-layout { display: grid; grid-template-columns: 210px 1fr; }
.channel-sidebar { padding: 28px 15px; border-right: 1px solid var(--line); background: #080d1544; position: relative; }
.channel-sidebar .sidebar-label { font-size: 11px; }
.channel-sidebar .sidebar-link { font-size: 12px; padding: 11px 12px; }
.channel-sidebar-note { position: absolute; bottom: 26px; left: 28px; display: flex; gap: 10px; align-items: center; font-size: 12px; }
.channel-sidebar-note small { color: var(--muted); font-size: 10px; }
.channel-conversation { padding: 31px 40px 28px; }
.conversation-person { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 24px; }
.person-avatar { flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 7px; background: #ffffff13; color: #e4e9ef; font-size: 12px; }
.conversation-person>div { flex: 1; }
.conversation-person strong { font-size: 12px; font-weight: 550; }
.conversation-person p { font-size: 13px; line-height: 1.8; margin-top: 4px; color: #bdc7d4; }
.app-tag { font-size: 8px; color: #91a1b5; padding: 3px 5px; border-radius: 3px; background: #ffffff06; margin-left: 7px; font-weight: 400; }
.message-review { max-width: 560px; padding: 20px 22px; border: 1px solid #ffb86925; border-radius: 9px; background: #ffb86903; margin-top: 15px; }
.message-review .small-overline { font-size: 10px; color: var(--ember); }
.message-review>p { font-size: 14px; color: #d7dfe9; margin: 9px 0 17px; }
.review-meta { display: flex; justify-content: space-between; gap: 10px; font-size: 9px; color: #98a6b8; align-items: center; }
.review-actions { display: flex; align-items: center; gap: 15px; margin-top: 17px; border-top: 1px solid #ffffff0c; padding-top: 15px; }
.approve-button { font-size: 11px; background: #ffb86910; border: 1px solid #ffb86940; border-radius: 6px; padding: 9px 12px; color: var(--ember); }
.approve-button:hover { background: #ffb86925; }
#demo-status { color: #a5b1bf; font-size: 10px; }
.channel-composer { display: flex; align-items: center; justify-content: space-between; color: #8a99aa; font-size: 11px; border: 1px solid #ffffff19; border-radius: 7px; padding: 11px 14px; margin-top: 23px; }
.channel-panel[data-channel=teams] { background: radial-gradient(ellipse at 100% 0,#79c8ff10,transparent 50%),#101722; }
.channel-panel[data-channel=app] .channel-sidebar { background: #0b111b; }
.workspace-caption { text-align: center; padding: 18px 20px 0; }
.workspace-caption>span { font-size: 13px; color: #b3bfce; }
.workspace-caption small { display: block; color: #8493a6; font-size: 10px; margin-top: 5px; }
.pillars-section { padding-top: 110px; }
.pillars-section>.section-heading { margin-bottom: 65px; }
.pillar-stack { padding-bottom: 80px; }
.pillar-card { --stack-top: 110px; position: sticky; top: var(--stack-top); min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 9px; margin-bottom: 64px; background: #0d121a; border: 1px solid #ffffff15; border-radius: 28px; box-shadow: 0 0 0 5px #070a12,0 25px 65px #0004; transform: translateY(var(--card-lift,0px)) scale(var(--card-scale,1)); filter: brightness(var(--card-brightness,1)); transform-origin: top center; }
.pillar-card:last-child { margin-bottom: 0; }
.pillar-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; position: relative; }
.pillar-copy>.eyebrow { margin-bottom: 43px; font-size: 13px; }
.pillar-copy h3 { font-size: 43px; line-height: 1.1; }
.pillar-copy>p { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 24px; max-width: 365px; }
.text-link { display: inline-flex; align-items: center; gap: 24px; color: #d8e0e9; font-size: 12px; margin-top: 32px; align-self: flex-start; }
.text-link:hover { color: var(--ember); }
.pillar-index { font: 9px/1 "Geist Mono",monospace; letter-spacing: .1em; color: #8793a2; position: absolute; bottom: 28px; left: 42px; }
.pillar-visual { border-radius: 21px; min-width: 0; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; min-height: 580px; }
.visual-label { position: absolute; top: 22px; left: 24px; color: #9eb1c4; font-size: 9px; }
.campaign-visual { background: radial-gradient(ellipse at 70% 15%,#426c8444,transparent 60%),linear-gradient(160deg,#192c3c,#0b1724); }
.campaign-sheet { position: relative; width: 80%; border: 1px solid #ffffff26; border-radius: 13px; overflow: hidden; background: #131e2a; box-shadow: 0 24px 60px #0006; }
.sheet-top { display: flex; align-items: center; justify-content: space-between; padding: 17px; font-size: 10px; color: #c3cfdd; }
.campaign-art { padding: 36px 28px; height: 315px; background: linear-gradient(120deg,#29445d,#182e42); position: relative; overflow: hidden; }
.campaign-art>.small-overline { position: relative; z-index: 1; font-size: 8px; color: #c1d0de; }
.campaign-art h4 { font-size: 43px; margin-top: 20px; position: relative; z-index: 1; }
.campaign-faux-button { position: relative; z-index: 1; font-size: 9px; border: 1px solid #ffffff40; border-radius: 30px; padding: 6px 11px; display: inline-block; margin-top: 21px; }
.art-ribbon { position: absolute; width: 160px; height: 410px; right: -50px; top: -24px; transform: rotate(33deg); border-radius: 80%; border: 1px solid #b4d5e947; box-shadow: inset 15px 0 30px #79c8ff15,12px 0 0 -1px #82bedc17,25px 0 0 -1px #79c8ff10; }
.campaign-bottom { display: flex; justify-content: space-between; align-items: center; gap: 5px; padding: 17px; font-size: 9px; color: #a5b4c5; }
.floating-receipt { position: absolute; bottom: 66px; left: 9%; padding: 12px 17px; border: 1px solid #ffffff20; border-radius: 10px; background: #172635f2; backdrop-filter: blur(10px); box-shadow: 0 15px 45px #0005; display: flex; align-items: center; gap: 10px; }
.floating-receipt p { font-size: 9px; color: #aebfce; }
.floating-receipt strong { font-size: 10px; font-weight: 450; color: #e2eaf1; }
.sales-visual { background: radial-gradient(ellipse at 40% 30%,#735a3740,transparent 65%),linear-gradient(160deg,#24221c,#10191f); }
.sales-phone { width: 75%; border-radius: 17px; overflow: hidden; border: 1px solid #ffffff2c; background: #101921; box-shadow: 0 25px 65px #0006; }
.phone-header { display: flex; gap: 10px; align-items: center; padding: 18px 14px; border-bottom: 1px solid #ffffff0b; font-size: 11px; }
.phone-header small { display: block; color: var(--muted); font-size: 8px; margin-top: 2px; }
.phone-header>span:last-child { margin-left: auto; }
.phone-back { font-size: 23px; color: var(--muted); }
.phone-header .person-avatar { width: 29px; height: 29px; font-size: 10px; }
.phone-body { padding: 21px 18px; display: flex; flex-direction: column; gap: 15px; }
.phone-date { text-align: center; font-size: 8px; color: #91a2b5; margin-bottom: 4px; }
.phone-bubble { font-size: 11px; line-height: 1.7; padding: 11px 13px; width: 88%; border: 1px solid #ffffff0a; border-radius: 11px; }
.phone-bubble.incoming { background: #ffffff06; border-bottom-left-radius: 3px; color: #c0ccd8; }
.phone-bubble.outgoing { background: #79c8ff12; border-bottom-right-radius: 3px; align-self: flex-end; color: #d9e7f4; }
.phone-draft { text-align: center; font-size: 8px; color: #99abbb; margin-top: 7px; }
.phone-draft .signal { height: 4px; width: 4px; margin-right: 4px; }
.sales-note { position: absolute; bottom: 45px; right: 5%; display: flex; align-items: center; gap: 12px; padding: 13px 17px; background: #242822f2; border: 1px solid #ffb86930; border-radius: 10px; box-shadow: 0 15px 45px #0005; }
.sales-note>span { font-size: 24px; color: var(--ember); }
.sales-note p { font-size: 9px; color: #b9c0ba; }
.sales-note strong { font-size: 10px; color: #e5e9e3; font-weight: 450; }
.fulfillment-visual { background: radial-gradient(ellipse at 80% 0,#43667440,transparent 55%),linear-gradient(160deg,#152a35,#10202a); }
.welcome-sheet { width: 81%; padding: 27px; background: #14232d; border: 1px solid #ffffff20; border-radius: 13px; box-shadow: 0 25px 65px #0006; }
.welcome-sheet>.flo-icon { display: grid; margin-bottom: 20px; }
.welcome-sheet .small-overline { font-size: 9px; }
.welcome-sheet h4 { font-size: 33px; margin-top: 11px; line-height: 1.06; }
.welcome-sheet>p { font-size: 10px; color: #a4b5c4; margin-top: 14px; margin-bottom: 19px; }
.onboarding-item { display: flex; gap: 11px; align-items: center; padding: 14px 0; border-top: 1px solid #ffffff0e; }
.step-circle { display: grid; place-items: center; flex: none; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #79c8ff30; font-size: 9px; color: var(--ice); }
.onboarding-item strong { font-size: 11px; font-weight: 450; }
.onboarding-item small { display: block; color: #94a6b7; font-size: 9px; margin-top: 2px; }
.welcome-note { position: absolute; bottom: 25px; right: 36px; font: 23px/1.2 "Caveat",cursive; color: var(--ember); transform: rotate(-5deg); }
.scope-note { color: #bca992; font-size: 10px; margin-top: 14px; }
.install-section { padding-top: 70px; }
.install-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 75px; align-items: center; }
.install-card { padding: 36px; border: 1px solid #ffffff18; background: radial-gradient(ellipse at 0 0,#ffb8690b,transparent 70%),#0d131d; border-radius: 18px; }
.price { font-size: 69px; letter-spacing: -.065em; margin-top: 12px; line-height: 1.2; }
.install-description { color: var(--muted); font-size: 15px; margin-top: 24px; }
.install-card .button { width: 100%; font-size: 12px; margin-top: 28px; }
.install-card small { font-size: 9px; color: #8e9bad; display: block; margin-top: 16px; text-align: center; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 22px; padding: 25px 0; border-top: 1px solid var(--line); }
.steps li>span { font-size: 10px; color: var(--ember); padding-top: 5px; }
.steps h3 { font-size: 21px; font-weight: 450; letter-spacing: -.03em; }
.steps p { font-size: 13px; color: var(--muted); line-height: 1.85; margin-top: 9px; }
.proof-link { display: block; width: fit-content; margin: 40px auto 0; font-size: 13px; color: #c1ccda; }
.proof-link span { margin-left: 12px; }
.proof-link:hover { color: var(--ember); }
.faq { display: grid; grid-template-columns: 1fr 1.4fr; gap: 90px; border-top: 1px solid var(--line); }
.faq h2 { font-size: 46px; margin-top: 20px; }
.faq>div>p:not(.eyebrow) { color: var(--muted); font-size: 13px; max-width: 220px; margin-top: 23px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; font-size: 14px; padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary>span { font-size: 22px; color: #aab7c7; font-weight: 300; line-height: 1; }
details[open] summary>span { transform: rotate(45deg); }
details p { font-size: 13px; color: var(--muted); line-height: 1.85; padding: 0 24px 25px 0; }
details a { color: var(--ice); text-decoration: underline; text-underline-offset: 4px; }
.finale { text-align: center; position: relative; overflow: hidden; padding: 120px 0 125px; border-top: 1px solid #ffffff08; }
.finale-light { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 120%,#266c9a42,transparent 65%),radial-gradient(ellipse at 85% 100%,#ffb86910,transparent 45%); }
.finale h2 { font-size: clamp(45px,5.5vw,76px); line-height: 1.1; margin-top: 24px; }
.finale p { color: var(--muted); font-size: 15px; margin-top: 25px; }
.finale .button { margin-top: 30px; }
.final-signature { display: block; font: 24px/1.3 "Caveat",cursive; color: var(--ember); transform: rotate(-4deg); margin-top: 24px; }
footer { padding-block: 36px 25px; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-top>a:not(.brand) { color: var(--muted); font-size: 11px; }
.links { display: flex; gap: 20px; font-size: 10px; color: var(--muted); }
footer>p { color: #8794a6; font-size: 9px; margin-top: 27px; }
footer a:hover { color: var(--ember); }
[data-reveal] { opacity: 1; }
.motion-ready [data-reveal]:not(.hero-product) { transition: opacity .8s,transform .8s,filter .8s; }
.motion-ready [data-reveal]:not(.hero-heading):not(.hero-product):not(.is-visible) { opacity: 0; transform: translateY(20px); filter: blur(3px); transition: opacity .8s,transform .8s,filter .8s; }
.motion-ready [data-reveal]:not(.hero-product).is-visible { opacity: 1; transform: none; filter: none; }
@media (max-width: 1100px) {
  .nav nav { gap: 20px; font-size: 12px; }
  .product-layout { grid-template-columns: 150px 1fr 205px; }
  .hero-chat-content { padding: 24px; }
  .app-subtle { display: none; }
  .workspace-brand { font-size: 9px; gap: 7px; }
  .sidebar-bottom { font-size: 7px; gap: 4px; }
  .pillar-copy { padding: 30px; }
  .pillar-copy h3 { font-size: 38px; }
  .pillar-copy>p { font-size: 13px; }
  .pillar-index { left: 30px; }
  .campaign-art h4 { font-size: 39px; }
  .welcome-sheet { padding: 22px; }
  .welcome-sheet h4 { font-size: 30px; }
  .install-layout { gap: 50px; }
}
@media (max-width: 800px) {
  .wrap,.nav-inner { width: calc(100% - 48px); }
  .nav { height: 70px; }
  .nav nav { gap: 17px; font-size: 10px; }
  .brand img { width: 118px; }
  .nav-cta { font-size: 11px; padding: 9px 14px; gap: 8px; }
  .hero { padding-top: 133px; }
  .hero h1 { font-size: 66px; }
  .hero-heading>p { font-size: 14px; }
  .hero-scene { margin-top: 65px; }
  .hero-product { width: calc(100% - 50px); }
  .product-layout { grid-template-columns: 138px 1fr; }
  .hero-art-panel { display: none; }
  .hero-chat-content { padding: 28px; }
  .hero-chat h2 { font-size: 31px; }
  .hero-chat-message p { font-size: 11px; }
  .hero-task strong { font-size: 11px; }
  .hero-task small { font-size: 9px; }
  .hero-task { padding: 13px; }
  .scene-ribbons { height: 540px; width: 120%; left: -10%; }
  .narrative { width: calc(100% - 100px); padding-block: 115px 75px; }
  .narrative>p { font-size: 29px; }
  .section { padding-block: 80px; }
  .section-heading h2 { font-size: 44px; }
  .channel-layout { grid-template-columns: 150px 1fr; }
  .channel-sidebar { padding: 24px 10px; }
  .channel-sidebar .sidebar-link { font-size: 10px; padding-inline: 7px; }
  .channel-conversation { padding: 24px; }
  .channel-sidebar-note { left: 17px; }
  .message-review { padding: 17px; }
  .message-review>p { font-size: 13px; }
  .review-meta { flex-wrap: wrap; }
  .review-actions { flex-wrap: wrap; gap: 8px; }
  .pillars-section { padding-top: 65px; }
  .pillar-stack { padding-bottom: 20px; }
  .pillar-card { position: relative; top: auto; min-height: auto; transform: none!important; filter: none!important; margin-bottom: 30px; grid-template-columns: 1fr; }
  .pillar-copy { padding: 38px 34px 60px; }
  .pillar-copy>.eyebrow { margin-bottom: 23px; }
  .pillar-copy h3 { font-size: 44px; }
  .pillar-copy>p { max-width: 520px; font-size: 14px; margin-top: 20px; }
  .pillar-index { left: auto; right: 35px; bottom: 30px; }
  .pillar-visual { min-height: 510px; }
  .sales-card .pillar-copy { grid-row: 1; }
  .campaign-sheet { width: 62%; max-width: 350px; }
  .floating-receipt { left: 20%; bottom: 39px; }
  .sales-phone { width: 58%; max-width: 340px; }
  .sales-note { right: 15%; bottom: 30px; }
  .welcome-sheet { width: 65%; max-width: 370px; padding: 28px; }
  .welcome-note { right: 20%; bottom: 15px; }
  .install-layout { grid-template-columns: 1fr 1.2fr; gap: 35px; }
  .install-card { padding: 25px; }
  .price { font-size: 61px; }
  .install-card .button { font-size: 10px; padding: 14px; gap: 8px; }
  .steps li { gap: 15px; }
  .steps h3 { font-size: 19px; }
  .steps p { font-size: 12px; }
  .faq { gap: 40px; grid-template-columns: 1fr 1.4fr; }
  .faq h2 { font-size: 40px; }
  .footer-top { flex-wrap: wrap; }
  .links { width: 100%; padding-top: 10px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 90px; }
  .wrap,.nav-inner { width: calc(100% - 40px); }
  .nav-inner { gap: 20px; }
  .nav-cta { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; background: none; border: none; font-size: 12px; min-height: 44px; padding: 8px 0 8px 15px; }
  .menu-toggle span { font-size: 23px; color: var(--ember); }
  .nav nav { display: none; position: absolute; top: 66px; left: 0; right: 0; padding: 14px 20px; background: #111925f5; border: 1px solid #ffffff20; border-radius: 12px; flex-direction: column; gap: 0; font-size: 14px; box-shadow: 0 20px 40px #0006; }
  .nav nav.is-open { display: flex; }
  .nav nav a { padding: 12px 0; }
  .hero { padding-top: 119px; }
  .hero .badge { font-size: 11px; }
  .hero h1 { font-size: clamp(42px,11.7vw,68px); line-height: 1.1; margin-top: 25px; }
  .hero h1 em { letter-spacing: -.04em; }
  .hero-heading>p { font-size: 13px; line-height: 1.8; margin-top: 23px; max-width: 320px; margin-inline: auto; }
  .hero-heading>p br { display: none; }
  .actions { gap: 20px; margin-top: 28px; }
  .button { padding: 14px 20px; font-size: 12px; gap: 16px; }
  .film-link { font-size: 11px; gap: 6px; }
  .hero-scene { margin-top: 58px; }
  .hero-product { width: calc(100% - 30px); border-radius: 12px; }
  .product-bar { padding-inline: 12px; height: 35px; font-size: 8px; }
  .window-controls { width: 80px; }
  .window-controls i { width: 5px; height: 5px; }
  .example-label { font-size: 7px; padding: 3px 6px; }
  .product-layout { display: block; min-height: auto; }
  .product-sidebar { display: none; }
  .app-chat-title { padding: 13px 20px; font-size: 10px; }
  .app-subtle { display: inline; font-size: 7px; }
  .hero-chat-content { padding: 25px 21px 23px; }
  .hero-chat h2 { font-size: 28px; }
  .hero-chat-message { margin-top: 23px; }
  .hero-chat-message strong { font-size: 10px; }
  .hero-chat-message p { font-size: 10px; }
  .hero-task { padding: 11px; gap: 8px; }
  .hero-task strong { font-size: 10px; }
  .hero-task small { font-size: 8px; }
  .hero-task .review-pill { font-size: 7px; }
  .task-glyph { width: 17px; }
  .mock-composer { font-size: 10px; margin-top: 18px; }
  .scene-light { inset: -200px -40% -40px; }
  .scene-ribbons { height: 450px; top: 0; }
  .scene-caption { font-size: 10px; max-width: 265px; margin: 25px auto 0; line-height: 1.8; }
  .narrative { width: calc(100% - 48px); padding-block: 95px 60px; }
  .narrative .badge { font-size: 11px; margin-bottom: 28px; }
  .narrative>p { font-size: 26px; line-height: 1.37; margin-bottom: 33px; }
  .section { padding-block: 65px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading .badge { font-size: 10px; }
  .section-heading h2 { font-size: 37px; margin-top: 23px; }
  .section-heading h2 br { display: none; }
  .section-heading>p { font-size: 14px; margin-top: 20px; }
  .section-heading>p br { display: none; }
  .workspace-tabs { border-radius: 13px; padding: 4px; gap: 3px; }
  .workspace-tabs button { font-size: 10px; gap: 5px; padding: 12px 4px; border-radius: 9px; }
  .channel-symbol { font-size: 16px; }
  .flo-symbol { font-size: 19px; }
  .channel-panel { border-radius: 13px; min-height: 0; }
  .channel-top { height: 45px; padding-inline: 16px; }
  .channel-top strong { font-size: 12px; }
  .channel-layout { display: block; }
  .channel-sidebar { display: none; }
  .channel-conversation { padding: 22px 15px 18px; }
  .conversation-person { gap: 10px; margin-bottom: 20px; }
  .conversation-person .person-avatar,.conversation-person .flo-icon { width: 26px; height: 26px; font-size: 10px; }
  .conversation-person .flo-icon { font-size: 20px; }
  .conversation-person strong { font-size: 11px; }
  .conversation-person p { font-size: 12px; line-height: 1.8; }
  .app-tag { font-size: 7px; }
  .message-review { padding: 14px; margin-top: 12px; }
  .message-review>p { font-size: 12px; margin-top: 9px; }
  .review-meta { font-size: 8px; }
  .review-meta .review-pill { font-size: 7px; }
  .review-actions { gap: 10px; }
  .approve-button { font-size: 10px; padding: 10px; }
  #demo-status { font-size: 9px; }
  .channel-composer { font-size: 10px; padding: 10px 12px; }
  .workspace-caption { padding: 17px 5px 0; }
  .workspace-caption>span { font-size: 12px; line-height: 1.8; display: block; }
  .workspace-caption small { font-size: 9px; margin-top: 7px; }
  .pillars-section { padding-top: 60px; }
  .pillars-section>.section-heading { margin-bottom: 35px; }
  .pillar-card { padding: 6px; border-radius: 19px; margin-bottom: 25px; }
  .pillar-copy { padding: 29px 23px 55px; }
  .pillar-copy>.eyebrow { font-size: 12px; margin-bottom: 23px; }
  .pillar-copy h3 { font-size: 36px; }
  .pillar-copy>p { font-size: 14px; line-height: 1.85; margin-top: 23px; }
  .text-link { font-size: 12px; margin-top: 22px; gap: 20px; }
  .pillar-index { right: 24px; bottom: 20px; font-size: 8px; }
  .scope-note { font-size: 10px; }
  .pillar-visual { min-height: 440px; border-radius: 13px; }
  .visual-label { top: 17px; left: 18px; font-size: 8px; }
  .campaign-sheet { width: 82%; }
  .sheet-top { padding: 13px; font-size: 9px; }
  .campaign-art { padding: 26px 22px; height: 275px; }
  .campaign-art h4 { font-size: 37px; margin-top: 18px; }
  .campaign-art .small-overline { font-size: 7px; }
  .campaign-faux-button { font-size: 8px; margin-top: 17px; }
  .campaign-bottom { font-size: 8px; padding: 13px; }
  .campaign-bottom .review-pill { font-size: 7px; }
  .floating-receipt { left: 13%; bottom: 20px; padding: 10px 13px; }
  .floating-receipt strong { font-size: 9px; }
  .floating-receipt .flo-icon { width: 27px; height: 27px; font-size: 22px; }
  .sales-visual { min-height: 490px; }
  .sales-phone { width: 83%; }
  .phone-body { padding: 17px 15px; gap: 13px; }
  .phone-bubble { font-size: 10px; padding: 10px 12px; }
  .sales-note { right: 9%; bottom: 20px; padding: 10px 13px; }
  .sales-note strong { font-size: 9px; }
  .welcome-sheet { width: 82%; padding: 23px; }
  .welcome-sheet>.flo-icon { margin-bottom: 13px; }
  .welcome-sheet h4 { font-size: 29px; }
  .welcome-sheet>p { font-size: 9px; margin-bottom: 15px; }
  .onboarding-item { padding-block: 11px; }
  .onboarding-item strong { font-size: 10px; }
  .onboarding-item small { font-size: 8px; }
  .welcome-note { font-size: 20px; right: 30px; bottom: 12px; }
  .install-layout { grid-template-columns: 1fr; gap: 28px; }
  .install-card { padding: 29px; }
  .install-card .button { font-size: 12px; padding: 15px; }
  .install-description { font-size: 15px; }
  .steps h3 { font-size: 20px; }
  .steps p { font-size: 14px; }
  .steps li { gap: 18px; }
  .proof-link { font-size: 12px; margin-top: 24px; }
  .faq { grid-template-columns: 1fr; gap: 32px; }
  .faq h2 { font-size: 38px; }
  .faq h2 br { display: none; }
  .faq>div>p:not(.eyebrow) { max-width: 100%; font-size: 14px; }
  summary { font-size: 14px; padding-block: 22px; }
  details p { font-size: 14px; padding-right: 10px; }
  .finale { padding-block: 85px; }
  .finale h2 { font-size: 44px; }
  .finale p { font-size: 14px; }
  .final-signature { font-size: 23px; }
  .footer-top { gap: 22px; }
  .footer-top>a:not(.brand) { font-size: 9px; }
  .links { font-size: 10px; gap: 22px; }
  footer>p { font-size: 9px; line-height: 1.8; }
}
@media (max-height: 700px) {
  .pillar-card { position: relative; top: auto; transform: none!important; filter: none!important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*:before,*:after { animation: none!important; transition: none!important; }
  .pillar-card { position: relative; top: auto; transform: none!important; filter: none!important; }
  .hero-product,[data-parallax] { transform: none!important; }
  .motion-ready [data-reveal],.motion-ready [data-story-line] { opacity: 1!important; transform: none!important; filter: none!important; }
  .flo-motion { display: none; }
  .flo-media.has-motion-frame .flo-still { opacity: 1; }
}

/* The closing scene echoes the first look inside Flo's workspace. */
.finale { padding-bottom: 0; }
.finale-window { width: min(640px,100%); margin: 62px auto -1px; text-align: left; border: 1px solid #ffffff25; border-bottom: none; border-radius: 16px 16px 0 0; background: #101b27; box-shadow: 0 0 0 5px #070a1233,0 0 80px #79c8ff09; overflow: hidden; }
.finale-window-top { display: flex; align-items: center; gap: 10px; padding: 15px 20px; border-bottom: 1px solid #ffffff0e; font-size: 12px; }
.finale-window-top .example-label { margin-left: auto; }
.finale-window-top .flo-icon { width: 26px; height: 26px; font-size: 21px; }
.finale-window-body { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; min-height: 180px; }
.finale-window-body>div { padding: 23px; }
.finale-window-body>img { width: 100%; height: 190px; object-fit: cover; }
.finale-message { font-size: 12px; line-height: 1.7; color: #c8d4e0; padding: 11px 13px; border: 1px solid #ffffff0b; border-radius: 10px 10px 10px 2px; background: #ffffff04; margin-right: 22px; }
.finale-message.reply { margin: 13px 0 0 22px; border-radius: 10px 10px 2px 10px; background: #79c8ff0c; color: #d5e5f3; }
.motion-ready .section-heading[data-reveal] h2 { transition: transform .85s .1s,filter .85s .1s; transform: translateY(8px); filter: blur(3px); }
.motion-ready .section-heading[data-reveal].is-visible h2 { transform: none; filter: none; }
@media (max-width: 600px) {
  .finale-window { margin-top: 42px; }
  .finale-window-top { padding: 12px 15px; font-size: 11px; }
  .finale-window-body { grid-template-columns: 1fr; min-height: auto; }
  .finale-window-body>img { display: none; }
  .finale-window-body>div { padding: 20px; }
  .finale-message { font-size: 11px; }
  html:not(.js-ready) .nav { position: absolute; height: auto; }
  html:not(.js-ready) .nav-inner { flex-wrap: wrap; padding-block: 15px; gap: 10px; }
  html:not(.js-ready) .menu-toggle { display: none; }
  html:not(.js-ready) .nav nav { display: flex; flex-direction: row; flex-wrap: wrap; position: static; width: 100%; padding: 0; border: none; background: transparent; box-shadow: none; font-size: 10px; gap: 5px 16px; }
  html:not(.js-ready) .nav nav a { padding: 5px 0; }
  html:not(.js-ready) .hero { padding-top: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .section-heading[data-reveal] h2 { transform: none; filter: none; }
}

/* Keep every card readable when viewport height or enlarged text cannot fit it. */
@media (min-width: 801px) and (min-height: 701px) and (max-height: 820px) {
  .pillar-card { --stack-top: 86px; }
}
.stack-static .pillar-card { position: relative; top: auto; transform: none; filter: none; }
@media (min-width: 601px) and (max-width: 800px) {
  html:not(.js-ready) .nav { position: absolute; height: auto; }
  html:not(.js-ready) .nav-inner { flex-wrap: wrap; padding-block: 15px; gap: 10px; }
  html:not(.js-ready) .menu-toggle { display: none; }
  html:not(.js-ready) .nav nav { display: flex; flex-direction: row; flex-wrap: wrap; position: static; width: 100%; padding: 0; border: none; background: transparent; box-shadow: none; gap: 5px 16px; }
  html:not(.js-ready) .nav nav a { padding: 5px 0; }
}

/* Reference typography and luminous columns, in DigitalFlo's blue/amber palette. */
h1,h2,h3,h4 { font-weight: 500; letter-spacing: -.04em; }
.hero { background: radial-gradient(ellipse at 50% 75%,#123c5659,transparent 66%),linear-gradient(180deg,#0c1017 0%,#0b1119 45%,#091522 78%,var(--bg) 100%); }
.hero h1 { font-size: clamp(44px,4.7vw,64px); line-height: 1.23; font-weight: 400; letter-spacing: -.04em; }
.hero h1 em,.section-heading h2 em,.pillar-copy h3 em,.finale h2 em,.faq h2 em { font-family: var(--sans); font-style: normal; font-weight: inherit; color: inherit; letter-spacing: inherit; }
.hero h1 em { color: #e1edf5; }
.hero-heading>p { font-size: 15px; line-height: 1.85; }
.scene-light { inset: -420px -15% -100px; background: radial-gradient(ellipse at 50% 62%,#329ddc55,transparent 58%),radial-gradient(ellipse at 77% 78%,#ffb86917,transparent 39%); }
.hero-product { box-shadow: 0 0 0 5px #070a124d,0 40px 90px #0006,0 0 120px #79c8ff1a; border-color: #9cd7ff33; }
.narrative>p { font-size: clamp(25px,2.25vw,32px); line-height: 1.43; letter-spacing: -.035em; }
.narrative em { font-family: var(--sans); font-style: normal; color: #d8eafd; }
.section-heading h2 { font-size: clamp(32px,3.2vw,44px); line-height: 1.25; font-weight: 500; }
.section-heading>p { font-size: 14px; }
.pillar-card { background: #0b1017; border-color: #ffffff14; }
.pillar-copy h3 { font-size: clamp(28px,2.4vw,34px); line-height: 1.25; font-weight: 500; }
.pillar-copy>p { font-size: 13px; line-height: 1.9; }
.campaign-visual { background: radial-gradient(ellipse at 55% 45%,#257cb75c,transparent 76%),#0d1a25; }
.sales-visual { background: radial-gradient(ellipse at 48% 45%,#3e88b33d,transparent 70%),radial-gradient(ellipse at 20% 0,#ffb86917,transparent 55%),#101922; }
.fulfillment-visual { background: radial-gradient(ellipse at 50% 50%,#246d9d5c,transparent 75%),#0b1924; }
.channel-panel { border-color: #79c8ff27; box-shadow: 0 0 70px #79c8ff09; }
.finale { background: radial-gradient(ellipse at 50% 83%,#164b6c66,transparent 70%); }
.finale h2 { font-size: clamp(38px,4vw,56px); line-height: 1.24; font-weight: 400; }
.finale-light { opacity: 1.25; }
.eyebrow,.small-overline,.visual-label,.pillar-index { letter-spacing: .015em; }
@media (max-width: 1100px) {
 .nav-inner { gap: 15px; }
 .nav nav { gap: 17px; font-size: 11px; }
 .hero-chat-message p { font-size: 9px; }
 .hero-task { padding: 10px 9px; gap: 7px; }
}
@media (max-width: 800px) {
 .pillar-copy h3 { font-size: 34px; }
 .pillar-copy>p { font-size: 14px; }
}
@media (max-width: 600px) {
 .hero h1 { font-size: clamp(37px,9.4vw,48px); line-height: 1.25; }
 .hero-heading>p { font-size: 13px; line-height: 1.8; }
 .hero-scene { margin-top: 48px; }
 .section-heading h2 { font-size: 32px; }
 .section-heading>p { font-size: 13px; }
 .narrative>p { font-size: 25px; }
 .pillar-copy h3 { font-size: 29px; }
 .pillar-copy>p { font-size: 13px; }
 .finale h2 { font-size: 36px; }
 .nav nav { font-size: 14px; }
 .workspace-tabs button { font-size: 10px; }
}

/* Warm emphasis stays legible in the same geometric type family. */
.section-heading h2 em,.pillar-copy h3 em { color: #e9b477; font-weight: 400; }
.final-signature,.welcome-note { font-family: var(--sans); font-style: normal; font-weight: 400; font-size: 14px; transform: none; letter-spacing: 0; }

/* The hero connects responsibilities instead of displaying a decorative sculpture. */
.hero-workflow { padding: 27px 22px 22px; background: radial-gradient(ellipse at 20% 5%,#79c8ff0c,transparent 65%),#0b131d; }
.workflow-kicker { color: #8fa9bc; font-size: 8px; letter-spacing: .12em; }
.hero-workflow h3 { font: 500 21px/1.3 var(--sans); letter-spacing: -.045em; margin-top: 16px; color: #dfebf4; }
.workflow-path { position: relative; list-style: none; padding: 0; margin: 29px 0 25px; }
.workflow-path:before,.workflow-path:after { content: ""; position: absolute; left: 12px; top: 13px; bottom: 43px; width: 1px; background: #ffffff15; }
.workflow-path:after { background: linear-gradient(var(--ice),var(--ember)); transform: scaleY(var(--connection-progress,1)); transform-origin: top; box-shadow: 0 0 8px #79c8ff55; }
.workflow-path li { position: relative; display: flex; align-items: flex-start; gap: 12px; padding-bottom: 28px; }
.workflow-path li:last-child { padding-bottom: 0; }
.workflow-node { position: relative; z-index: 1; display: grid; place-items: center; flex: none; width: 25px; height: 25px; background: #101f2b; border: 1px solid #79c8ff30; border-radius: 50%; color: var(--ice); font: 8px/1 var(--sans); }
.workflow-path li:last-child .workflow-node { border-color: #ffb86940; color: var(--ember); background: #201c1a; }
.workflow-path strong { font-size: 11px; font-weight: 500; color: #d9e6f0; }
.workflow-path p { font-size: 9px; color: #9dafbe; line-height: 1.65; margin-top: 6px; }
.workflow-detail { display: block; color: #7e9bb1; font-size: 8px; margin-top: 7px; }
.workflow-link { display: flex; justify-content: space-between; gap: 8px; border-top: 1px solid #ffffff10; padding-top: 16px; color: #b9d9ed; font-size: 10px; }
.workflow-link:hover { color: var(--ember); }
@media (min-width:801px) and (max-width:1100px) { .hero-workflow { padding-inline: 17px; } .hero-workflow h3 { font-size: 19px; } .workflow-path li { gap: 9px; } }
@media (prefers-reduced-motion:reduce) { .workflow-path:after { transform: none; } }

.install-heading { font: 500 clamp(30px,3vw,40px)/1.15 var(--sans); letter-spacing: -.045em; margin: 24px 0; color: var(--ink); }

.hero h1 em { color: var(--ember); }
