.landing-page { background: var(--ivory); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  border-color: rgba(16, 42, 46, .1);
  background: rgba(244, 241, 233, .94);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 28px rgba(15, 35, 36, .04);
}

.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 36px; }
.desktop-nav a { position: relative; color: var(--ink-650); font-size: 13px; font-weight: 700; }
.desktop-nav a::after { position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--navy-900); content: ""; transition: right .2s ease; }
.desktop-nav a:hover { color: var(--navy-900); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.developho-label { color: var(--ink-500); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.developho-label:hover { color: var(--forest-900); text-decoration: underline; text-underline-offset: 4px; }
.mobile-nav-toggle, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 840px;
  padding-top: 150px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f5ed 0%, var(--ivory) 74%);
}

.hero::after { position: absolute; z-index: 0; right: 7%; top: 28px; width: 490px; height: 670px; border: 1px solid rgba(16,42,46,.07); border-radius: 50%; content: ""; transform: rotate(30deg); }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(16,42,46,.08); border-radius: 50%; }
.hero-orbit-one { width: 210px; height: 210px; left: -100px; top: 260px; }
.hero-orbit-two { width: 70px; height: 70px; left: 45%; top: 110px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: center; }
.hero-copy { padding-bottom: 54px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--ink-650); font-size: 12px; font-weight: 800; letter-spacing: -.01em; }
.eyebrow span { padding: 4px 8px; border: 1px solid rgba(16,42,46,.16); border-radius: 2px; color: var(--navy-900); font-size: 9px; letter-spacing: .12em; }
.hero h1 { margin-bottom: 28px; font-size: clamp(46px, 4.45vw, 70px); line-height: 1.12; letter-spacing: -.055em; font-weight: 750; }
.hero h1 em { color: var(--navy-800); font-style: normal; }
.hero-lead { margin-bottom: 17px; color: var(--ink-800); font-size: 20px; line-height: 1.65; letter-spacing: -.025em; font-weight: 650; }
.hero-note { margin-bottom: 34px; color: var(--ink-650); font-size: 14px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-actions .text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--ink-500); color: var(--ink-800); font-size: 13px; font-weight: 800; }
.hero-trust { display: flex; align-items: center; gap: 15px; margin-top: 40px; }
.trust-stack { display: flex; }
.trust-stack span { display: grid; width: 31px; height: 31px; margin-left: -7px; place-items: center; border: 2px solid var(--ivory); border-radius: 50%; background: var(--navy-900); color: var(--white); font-size: 10px; font-weight: 800; }
.trust-stack span:first-child { margin-left: 0; background: #4d766b; }
.trust-stack span:last-child { background: #a87838; }
.hero-trust p { margin: 0; color: var(--ink-650); font-size: 10px; line-height: 1.55; }
.hero-trust strong { color: var(--ink-800); font-size: 11px; }

.hero-product { position: relative; width: 760px; max-width: 100%; transform: translateX(28px); }
.product-frame { overflow: hidden; border: 1px solid rgba(16,42,46,.14); border-radius: 9px; background: var(--white); box-shadow: 0 36px 100px rgba(8,29,33,.19); }
.frame-topbar { display: flex; height: 31px; align-items: center; gap: 5px; padding: 0 12px; background: #eef0eb; color: var(--ink-500); font-size: 8px; letter-spacing: .04em; }
.frame-topbar i { width: 6px; height: 6px; border-radius: 50%; background: #c6ccc7; }
.frame-topbar span { margin: 0 auto; }
.frame-topbar b { padding: 1px 5px; border-radius: 2px; background: #dfe7db; color: #52705d; font-size: 7px; text-transform: uppercase; }
.mini-app { display: grid; height: 455px; grid-template-columns: 130px 1fr; }
.mini-sidebar { display: flex; flex-direction: column; padding: 21px 14px 14px; background: var(--navy-900); color: #d6e1df; }
.mini-logo { display: flex; align-items: center; gap: 7px; margin: 0 5px 28px; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.mini-logo span { width: 15px; height: 15px; border: 4px solid #b5ca69; border-left-width: 1px; }
.mini-sidebar nav { display: grid; gap: 6px; }
.mini-sidebar nav span { display: flex; height: 30px; align-items: center; gap: 9px; padding: 0 9px; border-radius: 3px; color: #9fb0ae; font-size: 8px; font-weight: 700; }
.mini-sidebar nav span.active { background: rgba(255,255,255,.09); color: var(--white); }
.mini-sidebar nav i { display: inline-grid; width: 14px; place-items: center; font-style: normal; }
.mini-sidebar-foot { margin-top: auto; padding: 10px 6px; border-top: 1px solid rgba(255,255,255,.1); color: #79928e; font-size: 6px; letter-spacing: .14em; }
.mini-main { padding: 24px; background: #f6f7f3; }
.mini-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.mini-head > div { display: grid; gap: 4px; }
.mini-head small { color: var(--ink-500); font-size: 7px; }
.mini-head strong { color: var(--ink-950); font-size: 15px; letter-spacing: -.03em; }
.mini-head button { padding: 7px 10px; border: 0; border-radius: 3px; background: var(--navy-900); color: white; font-size: 7px; font-weight: 800; }
.mini-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 11px; }
.mini-kpis article { display: grid; min-height: 78px; gap: 3px; padding: 13px; border: 1px solid #e3e7e1; border-radius: 4px; background: var(--white); }
.mini-kpis small { color: var(--ink-500); font-size: 7px; }
.mini-kpis strong { font-size: 15px; letter-spacing: -.03em; }
.mini-kpis em { color: var(--ink-500); font-size: 6px; font-style: normal; }
.mini-kpis em.up { color: #4d7c69; }.mini-kpis em.warn { color: var(--red); }
.mini-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 11px; }
.mini-grid article { min-height: 227px; padding: 15px; border: 1px solid #e3e7e1; border-radius: 4px; background: var(--white); }
.mini-grid article header { display: flex; align-items: center; justify-content: space-between; }
.mini-grid article header > div, .mini-pipeline header { display: grid; }
.mini-grid article header small { color: var(--ink-500); font-size: 6px; letter-spacing: .09em; }
.mini-grid article header strong { font-size: 10px; }.mini-grid article header b { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--ivory); font-size: 7px; }
.mini-brief ul { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.mini-brief li { display: flex; align-items: center; gap: 8px; padding: 9px 0; border-top: 1px solid #edf0eb; }
.dot { width: 5px; height: 5px; border-radius: 50%; }.dot.amber { background: var(--amber); }.dot.red { background: var(--red); }.dot.green { background: #569074; }
.mini-brief p { display: flex; flex: 1; justify-content: space-between; margin: 0; font-size: 7px; font-weight: 700; }.mini-brief p strong { color: var(--ink-500); font-size: 6px; font-weight: 600; }
.pipeline-bars { display: flex; height: 150px; align-items: flex-end; justify-content: space-between; gap: 6px; padding-top: 20px; }
.pipeline-bars span { position: relative; display: flex; width: 20%; height: var(--h); align-items: center; justify-content: flex-start; flex-direction: column; background: #dce9e2; border-radius: 2px 2px 0 0; }
.pipeline-bars span:nth-child(4) { background: var(--navy-800); color: white; }
.pipeline-bars i { margin-top: 7px; font-size: 7px; font-style: normal; font-weight: 900; }.pipeline-bars b { position: absolute; bottom: -16px; color: var(--ink-500); font-size: 6px; font-weight: 600; }
.floating-signal { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(16,42,46,.1); border-radius: 4px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); }
.floating-signal > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--red-soft); color: var(--red); font-size: 11px; font-weight: 900; }
.floating-signal p { display: grid; margin: 0; line-height: 1.3; }.floating-signal small { color: var(--ink-500); font-size: 7px; }.floating-signal strong { font-size: 9px; }
.floating-signal-one { right: -25px; top: 69px; }.floating-signal-two { right: 17px; bottom: -18px; }.floating-signal-two > span { background: var(--sage-soft); color: #4a8067; }
.hero-strip { position: relative; z-index: 2; display: flex; min-height: 80px; align-items: center; gap: 23px; margin-top: 66px; border-top: 1px solid rgba(16,42,46,.1); color: var(--ink-650); }
.hero-strip span { font-size: 12px; font-weight: 750; }.hero-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--sage); }.hero-strip b { margin-left: auto; color: var(--navy-800); font-size: 11px; }

.section-intro h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.2; letter-spacing: -.048em; }
.split-intro { display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.split-intro > p { max-width: 500px; margin: 0 0 7px; color: var(--ink-650); font-size: 16px; line-height: 1.85; }
.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card { position: relative; min-height: 310px; padding: 34px 30px; border-right: 1px solid var(--line); }
.problem-card:first-child { border-left: 1px solid var(--line); }
.problem-card > span { position: absolute; right: 22px; top: 22px; color: #b4bdb8; font-size: 10px; font-weight: 800; }
.problem-card h3 { margin: 26px 0 11px; font-size: 20px; letter-spacing: -.03em; }.problem-card p { color: var(--ink-650); font-size: 13px; line-height: 1.75; }.problem-card small { position: absolute; left: 30px; bottom: 28px; color: #9aa6a0; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.line-icon { display: flex; width: 38px; height: 38px; align-items: flex-end; gap: 4px; padding: 7px; border: 1px solid #b6c3bd; border-radius: 50%; }.line-icon i { display: block; width: 6px; height: 7px; background: var(--navy-800); }.line-icon i:nth-child(2) { height: 15px; }.line-icon i:nth-child(3) { height: 21px; }
.line-icon.clock { position: relative; align-items: center; justify-content: center; }.line-icon.clock i { position: absolute; width: 1px; height: 10px; transform-origin: bottom; }.line-icon.clock i:nth-child(1) { transform: translateY(-4px); }.line-icon.clock i:nth-child(2) { height: 8px; transform: rotate(125deg) translateY(-3px); }
.line-icon.bars { align-items: center; border-radius: 4px; }.line-icon.bars i { width: 4px; }.line-icon.folders { position: relative; display: block; border: 0; }.line-icon.folders i { position: absolute; width: 30px; height: 20px; border: 1px solid var(--navy-800); background: transparent; }.line-icon.folders i:first-child { left: 3px; top: 8px; }.line-icon.folders i:last-child { left: 8px; top: 14px; background: var(--paper); }

.answer-section { background: var(--navy-900); color: var(--white); }
.answer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.answer-copy h2 { margin-bottom: 26px; font-size: clamp(42px, 4vw, 58px); line-height: 1.2; letter-spacing: -.05em; }.answer-copy h2 em { color: #b9ce72; font-style: normal; }.answer-copy p { max-width: 470px; margin-bottom: 34px; color: #b2c2c0; font-size: 15px; line-height: 1.85; }
.answer-flow { position: relative; display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid rgba(255,255,255,.13); }.flow-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.13); }.answer-flow::after { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(255,255,255,.13); content: ""; }.answer-flow article { position: relative; z-index: 1; display: grid; min-height: 190px; grid-template-columns: 38px 1fr; gap: 18px; padding: 38px; }.answer-flow article > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(185,206,114,.5); border-radius: 50%; color: #b9ce72; font-size: 9px; }.answer-flow article small { color: #78918e; font-size: 8px; font-weight: 800; letter-spacing: .12em; }.answer-flow article h3 { margin: 5px 0 7px; font-size: 20px; }.answer-flow article p { margin: 0; color: #94aaa7; font-size: 12px; }

.features-section { background: var(--ivory); }.section-intro.centered { max-width: 700px; margin: 0 auto 62px; text-align: center; }.section-intro.centered h2 { margin-bottom: 17px; }.section-intro.centered p { margin: 0 auto; color: var(--ink-650); line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }.feature-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); }.feature-main { display: grid; min-height: 380px; grid-column: 1 / -1; grid-template-columns: .75fr 1.25fr; align-items: center; padding: 46px; background: #e9ede5; }.feature-index { position: absolute; right: 23px; top: 20px; color: #a7b1ab; font-size: 10px; font-weight: 900; }.feature-copy > span { color: var(--navy-800); font-size: 11px; font-weight: 900; letter-spacing: .05em; }.feature-copy h3 { margin: 14px 0 13px; font-size: 27px; line-height: 1.3; letter-spacing: -.035em; }.feature-copy p { max-width: 390px; color: var(--ink-650); font-size: 13px; line-height: 1.75; }
.briefing-visual { display: grid; gap: 8px; padding: 18px; border: 1px solid #d9ded6; border-radius: 5px; background: var(--paper); box-shadow: var(--shadow-sm); }.briefing-visual > div { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--line-soft); }.briefing-visual i { width: 7px; height: 7px; border-radius: 50%; }.briefing-visual p { display: grid; flex: 1; margin: 0; font-size: 12px; font-weight: 800; }.briefing-visual small { color: var(--ink-500); font-size: 9px; font-weight: 500; }.briefing-visual b { color: var(--ink-500); }.red { background: var(--red); }.green { background: #508a6c; }.amber { background: var(--amber); }
.step-visual { display: flex; align-items: center; margin-top: 35px; padding: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.step-visual span { display: grid; gap: 2px; color: var(--ink-500); font-size: 9px; text-align: center; }.step-visual span b { color: var(--navy-800); font-size: 21px; }.step-visual i { height: 1px; flex: 1; margin: 0 12px; background: var(--line); }
.task-visual, .doc-visual { display: flex; align-items: center; gap: 12px; margin-top: 34px; padding: 16px; border: 1px solid var(--line); background: #f8f8f4; }.task-visual .checked { display: grid; width: 26px; height: 26px; place-items: center; background: var(--navy-800); color: white; font-size: 11px; }.task-visual p, .doc-visual p { display: grid; flex: 1; margin: 0; font-size: 11px; font-weight: 800; }.task-visual small, .doc-visual small { color: var(--ink-500); font-size: 9px; font-weight: 500; }.task-visual em { padding: 4px 7px; background: var(--blue-soft); color: var(--blue); font-size: 8px; font-style: normal; font-weight: 800; }
.revenue-visual { display: flex; height: 100px; align-items: flex-end; gap: 16px; margin-top: 22px; padding: 0 14px; border-bottom: 1px solid var(--line); }.revenue-visual div { display: flex; height: 100%; flex: 1; align-items: center; justify-content: flex-end; flex-direction: column; }.revenue-visual b { width: 100%; height: var(--bar); background: #b9cbc2; }.revenue-visual div:last-child b { background: var(--navy-800); }.revenue-visual small { padding: 5px 0; color: var(--ink-500); font-size: 8px; }
.content-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }.content-chips span { padding: 9px 11px; border: 1px solid var(--line); background: #f9f9f5; color: var(--ink-650); font-size: 10px; }.content-chips b { display: inline-grid; min-width: 17px; height: 17px; margin-left: 8px; place-items: center; background: var(--navy-900); color: white; font-size: 8px; }
.doc-visual > span { position: relative; width: 25px; height: 30px; border: 1px solid var(--navy-800); background: white; }.doc-visual > span::after { position: absolute; left: 5px; right: 5px; top: 10px; height: 1px; background: var(--line); box-shadow: 0 5px 0 var(--line), 0 10px 0 var(--line); content: ""; }.doc-visual b { color: var(--ink-500); }

.product-preview-section { background: var(--navy-950); color: white; }.preview-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; }.preview-heading h2 { margin: 0; font-size: clamp(42px,4vw,58px); line-height: 1.2; letter-spacing: -.05em; }
.large-preview { display: grid; min-height: 660px; grid-template-columns: 220px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: #f4f5f1; box-shadow: 0 30px 90px rgba(0,0,0,.24); color: var(--ink-950); }.large-preview-sidebar { display: flex; flex-direction: column; padding: 28px 20px; background: var(--navy-900); color: white; }.preview-brand { display: flex; align-items: center; gap: 10px; padding: 0 8px 31px; border-bottom: 1px solid rgba(255,255,255,.1); }.preview-brand > span { width: 26px; height: 26px; border: 6px solid #b5ca69; border-left-width: 2px; }.preview-brand div { display: grid; }.preview-brand strong { font-size: 11px; letter-spacing: .12em; }.preview-brand small { color: #79918e; font-size: 6px; }.large-preview-sidebar nav { display: grid; gap: 6px; margin-top: 28px; }.large-preview-sidebar nav span { display: flex; height: 45px; align-items: center; gap: 15px; padding: 0 14px; border-radius: 3px; color: #91a5a2; font-size: 12px; }.large-preview-sidebar nav span.active { background: rgba(255,255,255,.1); color: white; }.large-preview-sidebar nav b { font-size: 11px; }.large-preview-sidebar footer { margin-top: auto; padding: 17px 8px 0; border-top: 1px solid rgba(255,255,255,.1); color: #89a09d; font-size: 7px; letter-spacing: .12em; }.large-preview-sidebar footer small { letter-spacing: 0; }
.large-preview-main { padding: 34px; }.large-preview-main > header { display: flex; align-items: center; justify-content: space-between; }.large-preview-main > header small { color: var(--ink-500); font-size: 10px; }.large-preview-main > header h3 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.035em; }.large-preview-main > header > div:last-child { display: flex; align-items: center; gap: 10px; }.large-preview-main > header span { padding: 5px 7px; border: 1px solid #cfd9cf; color: #5d7c68; font-size: 7px; font-weight: 900; }.large-preview-main > header button { padding: 9px 12px; border: 0; border-radius: 3px; background: var(--navy-900); color: white; font-size: 9px; font-weight: 800; }.large-preview-main > header i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #dce6df; color: var(--navy-800); font-size: 9px; font-style: normal; font-weight: 800; }
.preview-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 28px 0 13px; }.preview-kpis article { display: grid; min-height: 116px; align-content: center; gap: 6px; padding: 18px; border: 1px solid #dfe4de; background: white; }.preview-kpis span { color: var(--ink-500); font-size: 9px; }.preview-kpis strong { font-size: 18px; letter-spacing: -.03em; }.preview-kpis strong small { margin-left: 2px; font-size: 9px; }.preview-kpis em { color: #56816e; font-size: 8px; font-style: normal; }.preview-kpis em.danger { color: var(--red); }.preview-kpis em.warning { color: var(--amber); }
.preview-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 13px; }.preview-content article { min-height: 320px; padding: 22px; border: 1px solid #dfe4de; background: white; }.preview-content article > header { display: flex; align-items: center; justify-content: space-between; }.preview-content header small { color: var(--ink-500); font-size: 7px; letter-spacing: .1em; }.preview-content header h4 { margin: 3px 0 0; font-size: 14px; }.today-card header b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--ivory); font-size: 9px; }.today-card ul { display: grid; gap: 0; margin: 18px 0 0; padding: 0; list-style: none; }.today-card li { display: flex; align-items: center; gap: 10px; padding: 15px 0; border-top: 1px solid var(--line-soft); }.today-card li i { width: 6px; height: 6px; border-radius: 50%; }.today-card li p { display: grid; flex: 1; margin: 0; font-size: 10px; font-weight: 800; }.today-card li p small { color: var(--ink-500); font-size: 8px; font-weight: 500; }.today-card li span { padding: 4px 7px; border: 1px solid var(--line); color: var(--ink-650); font-size: 7px; }
.revenue-card header > span { color: var(--ink-500); font-size: 8px; }.chart { display: flex; height: 225px; align-items: flex-end; gap: 8px; padding: 30px 4px 0; border-bottom: 1px solid var(--line); }.chart span { position: relative; display: flex; height: var(--v); flex: 1; justify-content: center; background: #dce6df; }.chart span.current { background: var(--navy-800); }.chart b { position: absolute; top: -17px; color: var(--ink-500); font-size: 7px; }.chart i { position: absolute; bottom: -19px; color: var(--ink-500); font-size: 7px; font-style: normal; }

.workflow-section { background: var(--paper); }.workflow-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.workflow-list li { display: grid; min-height: 132px; grid-template-columns: 90px 1fr 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }.workflow-list > li > span { color: #a4aea9; font-size: 12px; font-weight: 900; }.workflow-list div small { color: var(--sage); font-size: 8px; font-weight: 900; letter-spacing: .13em; }.workflow-list h3 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.03em; }.workflow-list p { margin: 0; color: var(--ink-650); font-size: 13px; }

.ai-section { position: relative; overflow: hidden; background: #17373b; color: white; }.ai-section::after { position: absolute; right: -120px; bottom: -210px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }.ai-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.ai-copy h2 { margin-bottom: 26px; font-size: clamp(40px,3.7vw,54px); line-height: 1.25; letter-spacing: -.045em; }.ai-copy h2 em { color: #bfd176; font-style: normal; }.ai-copy > p { margin-bottom: 26px; color: #b1c3c1; font-size: 14px; line-height: 1.85; }.ai-copy ul { display: grid; gap: 9px; margin: 0 0 33px; padding: 0; list-style: none; }.ai-copy li { position: relative; padding-left: 17px; color: #d7e1df; font-size: 13px; }.ai-copy li::before { position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #b5ca69; content: ""; }
.ai-panel { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; background: #f6f6f1; color: var(--ink-950); box-shadow: 0 30px 70px rgba(0,0,0,.18); }.ai-panel > header { display: flex; align-items: center; gap: 12px; padding: 20px 24px; border-bottom: 1px solid var(--line); background: white; }.ai-symbol { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--navy-900); color: #b5ca69; font-size: 13px; font-weight: 900; }.ai-panel > header > div:nth-child(2) { display: grid; line-height: 1.3; }.ai-panel header small { color: var(--ink-500); font-size: 7px; letter-spacing: .12em; }.ai-panel header h3 { margin: 0; font-size: 13px; }.ai-panel > header > span { margin-left: auto; padding: 4px 6px; border: 1px solid var(--line); color: var(--ink-500); font-size: 7px; font-weight: 900; }.ai-message { padding: 24px 27px 17px; }.ai-message small { color: var(--ink-500); font-size: 8px; }.ai-message p { margin: 9px 0 0; color: var(--ink-800); font-size: 13px; }.ai-panel ol { display: grid; gap: 8px; margin: 0; padding: 0 27px 24px; list-style: none; }.ai-panel li { display: grid; grid-template-columns: 27px 1fr auto; gap: 11px; align-items: center; padding: 13px; border: 1px solid var(--line); background: white; }.ai-panel li > span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--ivory); color: var(--navy-800); font-size: 9px; font-weight: 900; }.ai-panel li p { display: grid; margin: 0; font-size: 10px; }.ai-panel li small { color: var(--ink-500); font-size: 8px; }.ai-panel li b { color: var(--blue); font-size: 8px; }.ai-panel > footer { padding: 13px 27px; border-top: 1px solid var(--line); color: var(--ink-500); font-size: 8px; }.ai-panel > footer i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--sage); }

.status-section { background: var(--ivory); }.status-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; padding: 58px; border: 1px solid var(--line); background: var(--paper); }.preview-pill { display: inline-block; margin-bottom: 25px; padding: 5px 8px; border: 1px solid #b8c9be; color: #4b725f; font-size: 8px; font-weight: 900; letter-spacing: .12em; }.status-card h2 { margin: 0; font-size: 34px; line-height: 1.35; letter-spacing: -.04em; }.status-card > div:last-child { align-self: end; }.status-card p { color: var(--ink-650); font-size: 14px; line-height: 1.85; }.status-meta { display: flex; gap: 18px; padding-top: 17px; border-top: 1px solid var(--line); }.status-meta span { display: flex; align-items: center; gap: 7px; color: var(--ink-650); font-size: 9px; font-weight: 700; }.status-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }

.final-cta { position: relative; overflow: hidden; padding: 128px 0; background: var(--navy-900); color: white; }.final-cta::before, .final-cta::after { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }.final-cta::before { width: 540px; height: 540px; left: -270px; top: -180px; }.final-cta::after { width: 360px; height: 360px; right: -150px; bottom: -210px; }.cta-orbit { position: absolute; left: 50%; top: 50%; width: 780px; height: 260px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; transform: translate(-50%,-50%) rotate(-12deg); }.final-cta-inner { position: relative; z-index: 1; text-align: center; }.final-cta-inner > span { color: #a9beba; font-size: 9px; font-weight: 900; letter-spacing: .16em; }.final-cta h2 { margin: 22px 0 18px; font-size: clamp(44px,4.5vw,64px); line-height: 1.2; letter-spacing: -.05em; }.final-cta p { margin-bottom: 34px; color: #a9beba; font-size: 14px; }

.site-footer { padding: 58px 0 26px; background: var(--navy-950); color: white; }.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 60px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.1); }.brand-light .brand-mark { background: rgba(255,255,255,.08); }.brand-light .brand-copy small { color: #68817e; }.footer-grid > div { padding-top: 2px; }.footer-grid > div strong { font-size: 10px; letter-spacing: .08em; }.footer-grid > div p { color: #758c89; font-size: 10px; }.footer-grid nav { display: flex; gap: 24px; color: #9aadaa; font-size: 10px; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #607875; font-size: 8px; }.footer-bottom p { margin: 0; }
