:root {
  --navy: #173b78;
  --navy-dark: #102b5c;
  --ink: #263349;
  --muted: #657087;
  --orange: #f0642c;
  --green: #4fa76a;
  --cream: #f7f4ed;
  --paper: #fffdfa;
  --line: #dfe3ea;
  --shadow: 0 24px 70px rgba(27, 44, 76, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 10px; color: white; background: var(--navy); }
.skip-link:focus { top: 16px; }
.announcement { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 8px 20px; color: white; background: var(--navy-dark); font-size: 13px; letter-spacing: .02em; }
.announcement span { color: #b9caec; }
.announcement a { font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(23,59,120,.09); background: rgba(255,253,250,.92); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand-logo { display: block; width: 136px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 22px; color: #48566f; font-size: 14px; font-weight: 650; }
.site-nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--orange); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--cream); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--orange); border-radius: 999px; color: white; background: var(--orange); font-weight: 750; box-shadow: 0 10px 24px rgba(240,100,44,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #dc5220; box-shadow: 0 14px 30px rgba(240,100,44,.28); }
.button-small { padding: 11px 18px; }
.button-large { min-height: 54px; padding: 0 24px; }
.button-quiet { border-color: #cfd6e0; color: var(--navy); background: white; box-shadow: none; }
.button-quiet:hover { background: var(--cream); box-shadow: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 64px; max-width: 1320px; margin: 0 auto; padding: 88px 40px 104px; overflow: hidden; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 660px; margin: 0; color: #1f2d45; font-size: clamp(50px, 6vw, 82px); line-height: .99; letter-spacing: -.065em; }
.hero h1 em { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lede { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.check-row { display: flex; flex-wrap: wrap; gap: 22px; margin: 24px 0 0; padding: 0; list-style: none; color: #6a7588; font-size: 13px; }
.check-row li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.hero-visual { position: relative; min-width: 0; }
.window-glow { position: absolute; width: 520px; height: 520px; right: 0; top: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(240,100,44,.18), rgba(23,59,120,.07) 48%, transparent 72%); filter: blur(10px); }
.app-window { position: relative; overflow: hidden; border: 1px solid rgba(35,55,88,.14); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.hero-window { width: 112%; }
.window-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid #e6e9ee; background: #f4f5f7; }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #d8dce4; }.window-bar span:first-child { background: #f08a67; }.window-bar span:nth-child(2) { background: #e9bd63; }.window-bar span:nth-child(3) { background: #72bd83; }
.window-bar p { margin: 0 auto; padding-right: 38px; color: #8a93a3; font-size: 10px; }
.app-window img { width: 100%; }
.floating-proof { position: absolute; min-width: 150px; padding: 14px 18px; border: 1px solid rgba(23,59,120,.12); border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 16px 38px rgba(31,47,75,.15); }
.floating-proof strong, .floating-proof span { display: block; }.floating-proof strong { color: var(--navy); font-size: 16px; }.floating-proof span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.proof-one { left: -34px; bottom: 34px; }.proof-two { right: -20px; top: -32px; }

.outcomes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; padding: 34px max(30px, calc((100vw - 1200px)/2)); color: white; background: var(--navy); }
.outcomes p { margin: 0; color: #d4def2; font-size: 14px; }.outcomes > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; font-size: 13px; font-weight: 750; }.outcomes b { color: #f99a72; }

.trust-ribbon { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; max-width: 1200px; margin: 42px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); box-shadow: 0 14px 34px rgba(33,49,76,.07); }
.trust-ribbon div { min-height: 128px; padding: 25px; background: white; }
.trust-ribbon strong, .trust-ribbon span { display: block; }
.trust-ribbon strong { color: var(--navy); font-size: 15px; }
.trust-ribbon span { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.section { max-width: 1200px; margin: 0 auto; padding: 120px 30px; }
.section-heading { max-width: 790px; }.section-heading.centered { margin: 0 auto; text-align: center; }
.section h2 { margin: 0; color: #233149; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.08; letter-spacing: -.052em; }
.section-heading > p:last-child, .fit-copy > p, .security-copy > p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.workflow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 58px; }
.workflow-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.step-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--navy); background: #eaf0fb; font-size: 12px; font-weight: 850; }
.workflow-grid h3, .feature-card h3 { margin: 24px 0 10px; color: #25334a; font-size: 22px; letter-spacing: -.025em; }.workflow-grid p, .feature-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.product-tour { display: grid; grid-template-columns: .74fr 1.26fr; gap: 64px; align-items: center; max-width: 1320px; border-radius: 36px; background: var(--cream); }
.tour-copy h2 { font-size: clamp(36px, 4.3vw, 56px); }.tour-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.tour-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tour-tabs button { padding: 10px 14px; border: 1px solid #d2d8e1; border-radius: 999px; color: #4d5a70; background: white; cursor: pointer; }
.tour-tabs button[aria-selected="true"] { border-color: var(--navy); color: white; background: var(--navy); }
.tour-stage { min-width: 0; }.tour-caption { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 14px; }.tour-caption span { color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }.tour-caption strong { max-width: 380px; text-align: right; font-size: 15px; line-height: 1.4; }

.features-section .section-heading { max-width: 900px; }.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 54px; }
.feature-card { min-height: 420px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(33,49,76,.1); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: var(--navy); background: #edf2fb; font-size: 21px; font-weight: 900; }
.feature-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; color: #47546a; font-size: 14px; }.feature-card li { padding-top: 10px; border-top: 1px solid #edf0f4; }.feature-card li::before { content: "•"; margin-right: 8px; color: var(--orange); }

.capability-section { background: #f1f5fb; }
.capability-inner { max-width: 1260px; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 12px; margin-top: 54px; }
.capability-grid details { align-self: start; overflow: hidden; border: 1px solid #d8e0ec; border-radius: 17px; background: white; }
.capability-grid summary { position: relative; padding: 21px 54px 21px 23px; color: #25344d; font-size: 17px; font-weight: 780; cursor: pointer; list-style: none; }
.capability-grid summary::-webkit-details-marker { display: none; }
.capability-grid summary::after { content: "+"; position: absolute; right: 22px; top: 16px; color: var(--orange); font-size: 25px; font-weight: 400; }
.capability-grid details[open] summary::after { content: "–"; }
.capability-grid ul { display: grid; gap: 9px; margin: 0; padding: 0 24px 23px 43px; color: #526078; font-size: 14px; line-height: 1.55; }
.capability-grid li::marker { color: var(--orange); }
.capability-boundary { max-width: 980px; margin: 34px auto 0; padding: 23px 26px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; color: #59667b; background: white; font-size: 14px; line-height: 1.65; }
.capability-boundary strong { color: #28374f; }

.fit-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }.fit-copy { position: sticky; top: 120px; }.inline-link { display: inline-block; margin-top: 14px; color: var(--navy); font-weight: 800; }.inline-link:hover { color: var(--orange); }
.industry-list { display: grid; gap: 12px; }.industry-list article { padding: 25px 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }.industry-list small, .industry-list strong, .industry-list span { display: block; }.industry-list small { margin-bottom: 8px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.industry-list strong { color: #29364d; font-size: 18px; }.industry-list span { margin-top: 7px; color: var(--muted); line-height: 1.5; }

.security-section { color: white; background: var(--navy-dark); }.security-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }.security-copy h2 { color: white; }.eyebrow.light { color: #ff9b71; }.security-copy > p:last-child { color: #b8c5dd; }.security-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.security-points div { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.05); }.security-points strong, .security-points span { display: block; }.security-points strong { font-size: 17px; }.security-points span { margin-top: 9px; color: #b8c5dd; font-size: 14px; line-height: 1.6; }

.trial-card { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; padding: 64px; border-radius: 32px; color: white; background: linear-gradient(135deg, #1a427f, #102b5c 70%); box-shadow: var(--shadow); }.trial-card h2 { color: white; }.trial-card p:not(.eyebrow) { max-width: 750px; color: #cbd6e9; font-size: 17px; line-height: 1.65; }.trial-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }.early-price { margin-bottom: 5px; }.early-price > span { display: block; margin-bottom: 4px; color: #ffb496; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.early-price strong { display: flex; align-items: baseline; color: white; font-size: 47px; line-height: 1; letter-spacing: -.04em; }.early-price sup { margin-right: 2px; font-size: 20px; line-height: 1; }.early-price small { margin-left: 7px; color: #cbd6e9; font-size: 15px; font-weight: 650; letter-spacing: 0; }.early-price p { margin: 7px 0 0; color: #b7c5dd !important; font-size: 12px !important; line-height: 1.3 !important; }.button-light { border-color: white; color: var(--navy); background: white; box-shadow: none; }.button-light:hover { color: white; background: var(--orange); }.trial-actions > span { color: #b7c5dd; font-size: 12px; }

.faq-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 24px 44px 24px 0; color: #29364d; font-size: 18px; font-weight: 750; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--orange); font-size: 26px; font-weight: 400; }.faq-list details[open] summary::after { content: "–"; }.faq-list p { margin: -8px 40px 25px 0; color: var(--muted); line-height: 1.7; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: start; padding: 60px max(30px, calc((100vw - 1200px)/2)); color: #b9c6dd; background: #0b2149; }.brand-light { color: white; }.footer-brand p { margin: 12px 0 0; }.footer-links { display: flex; flex-wrap: wrap; gap: 22px; color: white; font-size: 14px; }.copyright { grid-column: 1/-1; margin: 10px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { position: static; grid-template-columns: 1fr auto; }
.legal-shell { max-width: 900px; margin: 0 auto; padding: 72px 28px 110px; }
.legal-card { padding: clamp(30px, 6vw, 64px); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.legal-card h1 { margin: 0; color: #20304a; font-size: clamp(40px, 6vw, 62px); letter-spacing: -.05em; }
.legal-card h2 { margin: 42px 0 12px; color: #26364f; font-size: 23px; letter-spacing: -.02em; }
.legal-card p, .legal-card li { color: #59667b; line-height: 1.75; }
.legal-card ul { padding-left: 22px; }
.legal-meta { margin: 12px 0 30px; color: #7a8598; font-size: 13px; }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: #fff7f1; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .feature-card { transition: none; } }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }.site-nav { position: absolute; left: 16px; right: 16px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: 13px; }.nav-toggle { display: block; }.header-actions { display: none; }
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 70px; }.hero-copy { max-width: 760px; }.hero-window { width: 100%; }.proof-two { right: 4px; }
  .outcomes { grid-template-columns: 1fr; }.outcomes > div { justify-content: flex-start; }
  .trust-ribbon { grid-template-columns: 1fr 1fr; margin-left: 24px; margin-right: 24px; }
  .product-tour, .fit-section, .security-inner, .faq-section { grid-template-columns: 1fr; }.fit-copy { position: static; }.feature-grid { grid-template-columns: 1fr 1fr; }.trial-card { grid-template-columns: 1fr; }.security-section .section { padding-top: 90px; padding-bottom: 90px; }
}

@media (max-width: 680px) {
  .announcement { flex-wrap: wrap; gap: 4px 12px; text-align: center; }.site-header { height: 66px; }
  .hero { min-height: auto; padding: 60px 20px 80px; }.hero h1 { font-size: 50px; }.hero-lede { font-size: 17px; }.hero-actions { flex-direction: column; }.button-large { width: 100%; }.check-row { gap: 10px 18px; }
  .floating-proof { display: none; }.window-bar { height: 28px; }.app-window { border-radius: 14px; }
  .outcomes { padding: 28px 22px; }.outcomes > div { display: grid; gap: 11px; }
  .section { padding: 82px 20px; }.section h2 { font-size: 38px; }.workflow-grid, .feature-grid, .security-points, .capability-grid { grid-template-columns: 1fr; }.product-tour { margin: 0 10px; padding-left: 20px; padding-right: 20px; border-radius: 26px; }.tour-caption { align-items: flex-start; flex-direction: column; }.tour-caption strong { text-align: left; }.feature-card { min-height: 0; }.fit-section { gap: 42px; }
  .trust-ribbon { grid-template-columns: 1fr; margin: 24px 16px 0; }.trust-ribbon div { min-height: 0; }
  .trial-card { padding: 36px 24px; }.faq-section { gap: 34px; }.site-footer { grid-template-columns: 1fr; padding: 48px 24px; }.copyright { grid-column: 1; }
}
