@font-face { font-family: "DWS Sans"; src: local("Avenir Next"), local("Inter"), local("Segoe UI"); font-display: swap; }

:root {
  --green-950: #163940;
  --green-900: #214a54;
  --green-800: #2a5c68;
  --green-700: #336f7f;
  --green-300: #acd0cc;
  --green-100: #e4f0ee;
  --green-50: #f2f7f5;
  --ink: #18383e;
  --muted: #607579;
  --line: #d7e2df;
  --paper: #fff;
  --cream: #f8f6f0;
  --sand: #f6dfb6;
  --amber: #e5a446;
  --coral: #d9826e;
  --shadow: 0 30px 80px rgba(17, 54, 61, .14);
  color: var(--ink);
  background: var(--paper);
  font-family: "DWS Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 8px; background: white; color: var(--green-950); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 80px; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(22, 57, 64, .96); box-shadow: 0 10px 30px rgba(0, 0, 0, .14); backdrop-filter: blur(14px); }
.header-inner { width: min(1280px, calc(100% - 48px)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo { width: 180px; height: 46px; display: block; object-fit: contain; object-position: left center; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: .95; }
.brand strong { font-size: 18px; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: #b9d4d0; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.brand-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; background: white; color: var(--green-900); box-shadow: 0 7px 18px rgba(0, 0, 0, .13); }
.brand-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-icon .brand-check { stroke: var(--amber); stroke-width: 2.8; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #d3e4e1; font-size: 13px; font-weight: 600; text-decoration: none; transition: color .15s; }
.main-nav a:hover { color: white; }
.main-nav .nav-login { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.36); border-radius: 9px; color: white; }
.main-nav .nav-login:hover { background: white; color: var(--green-950); }
.menu-toggle { display: none; }

.hero { min-height: 790px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 130px 0 75px; color: white; background: var(--green-950); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero::after { content: ""; position: absolute; width: 720px; height: 720px; right: -360px; bottom: -450px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 210px rgba(255,255,255,.014); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; left: -250px; top: 80px; background: rgba(51,111,127,.26); }
.hero-glow-two { width: 300px; height: 300px; right: 24%; top: -150px; background: rgba(233,162,59,.09); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .84fr 1.16fr; gap: 64px; align-items: center; }
.kicker { margin: 0 0 20px; display: flex; gap: 10px; align-items: center; color: var(--green-700); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.kicker span { width: 26px; height: 1px; background: currentColor; }
.hero .kicker, .kicker.light { color: #a9d2cc; }
.hero h1 { margin: 0; font-size: clamp(52px, 5.3vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 720; }
.hero h1 em { color: #a9d2cc; font-style: normal; font-weight: 530; }
.hero-lead { max-width: 580px; margin: 28px 0 0; color: #c9ddda; font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .18s, background .18s, color .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: #173840; box-shadow: 0 12px 30px rgba(229,164,70,.19); }
.button-primary:hover { background: #efb55e; }
.button-secondary { border-color: rgba(255,255,255,.24); color: white; }
.button-secondary:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.07); }
.hero-note { margin-top: 34px; display: flex; align-items: center; gap: 12px; }
.hero-note .pulse { width: 9px; height: 9px; border-radius: 50%; background: #86c5a8; box-shadow: 0 0 0 6px rgba(134,197,168,.1); }
.hero-note p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.hero-note strong { font-size: 12px; }
.hero-note small { color: #97b6b2; font-size: 11px; }

.product-stage { position: relative; min-width: 680px; transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.stage-card { height: 480px; overflow: hidden; display: grid; grid-template-columns: 124px 1fr; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: #f7f9f8; box-shadow: 0 40px 90px rgba(0,0,0,.32); }
.mock-sidebar { position: relative; padding: 22px 12px; color: #b9d0cc; background: #1d424b; }
.mock-logo { width: 32px; height: 32px; margin: 0 9px 30px; display: grid; place-items: center; border-radius: 8px; background: white; color: var(--green-700); font-weight: 800; }
.mock-nav { height: 37px; margin-bottom: 5px; padding: 0 9px; display: flex; align-items: center; gap: 9px; border-radius: 7px; font-size: 10px; }
.mock-nav span { width: 14px; text-align: center; font-size: 14px; }
.mock-nav i { font-style: normal; }
.mock-nav.active { background: white; color: var(--green-950); font-weight: 750; }
.mock-avatar { position: absolute; left: 21px; bottom: 18px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: #41636a; color: white; font-size: 8px; font-weight: 800; }
.mock-main { min-width: 0; color: var(--ink); }
.mock-topbar { height: 54px; padding: 0 20px; display: flex; justify-content: flex-end; align-items: center; gap: 9px; border-bottom: 1px solid #dce4e1; background: white; font-size: 9px; }
.mock-topbar > span { width: 13px; height: 13px; border: 2px solid var(--green-700); border-radius: 3px; }
.mock-topbar b { margin-left: 8px; padding: 4px 7px; border-radius: 20px; color: var(--green-900); background: var(--green-100); font-size: 7px; }
.mock-content { padding: 22px 24px; }
.mock-title { display: flex; justify-content: space-between; align-items: end; }
.mock-title div { display: flex; flex-direction: column; }
.mock-title small { margin-bottom: 5px; color: var(--green-700); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.mock-title strong { font-size: 25px; letter-spacing: -.04em; }
.mock-title button { height: 32px; padding: 0 11px; border: 0; border-radius: 7px; color: white; background: var(--green-900); font-size: 8px; font-weight: 700; }
.mock-toolbar { margin: 20px 0 10px; display: flex; align-items: center; gap: 15px; }
.mock-toolbar > div { padding: 3px; display: flex; border-radius: 7px; background: #e6ebe8; font-size: 7px; }
.mock-toolbar > div span, .mock-toolbar > div b { padding: 6px 9px; font-style: normal; }
.mock-toolbar > div b { border-radius: 5px; background: white; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.mock-toolbar p { margin: 0; color: #79908d; font-size: 10px; }
.mock-toolbar p em { padding: 0 5px; font-style: normal; }
.mock-toolbar p strong { margin-left: 6px; color: var(--ink); }
.mock-calendar { height: 286px; overflow: hidden; display: grid; grid-template-columns: 42px repeat(3, 1fr); grid-template-rows: 35px repeat(4, 63px); border: 1px solid #dce4e1; border-radius: 9px; background: white; }
.calendar-head { display: flex; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid #e2e7e5; border-bottom: 1px solid #dce4e1; background: #fbfcfb; font-size: 8px; font-weight: 750; }
.dot { width: 5px; height: 5px; border-radius: 50%; }
.teal { background: #5c9ca0; }.gold { background: #d5a14b; }.coral { background: #cb7663; }
.time { padding: 7px 6px 0 0; border-right: 1px solid #e2e7e5; border-bottom: 1px solid #edf0ef; color: #8c9a97; text-align: right; font-size: 7px; }
.slot { position: relative; border-right: 1px solid #edf0ef; border-bottom: 1px solid #edf0ef; }
.appointment { position: absolute; z-index: 2; inset: 7px 4px auto; min-height: 52px; padding: 6px 7px; display: flex; flex-direction: column; gap: 2px; border-left: 3px solid; border-radius: 4px; }
.appointment small { font-size: 6px; opacity: .72; }.appointment strong { font-size: 8px; }.appointment span { font-size: 6px; }
.teal-card { border-color: #5c9ca0; background: #dcebea; }.gold-card { border-color: #d5a14b; background: #f7ead1; }.coral-card { border-color: #cb7663; background: #f5dfda; }
.floating-card { position: absolute; z-index: 3; min-width: 205px; padding: 13px 15px; display: flex; gap: 11px; align-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(0,0,0,.2); transform: rotateY(3deg); }
.floating-card > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: white; background: var(--green-700); font-size: 11px; font-weight: 800; }
.floating-card p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.floating-card strong { font-size: 10px; }.floating-card small { color: var(--muted); font-size: 8px; }
.floating-online { right: -28px; top: 56px; }.floating-online > span { background: #5a9b7b; }
.floating-resource { left: -34px; bottom: 36px; }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--green-50); }
.proof-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-grid p { min-height: 45px; margin: 0; padding: 0 38px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid var(--line); }
.proof-grid p:first-child { padding-left: 0; }.proof-grid p:last-child { border: 0; }
.proof-grid strong { font-size: 13px; }.proof-grid span { color: var(--muted); font-size: 11px; }

.section { padding: 125px 0; }
.section-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; }
.section-heading.compact { margin-bottom: 40px; }
.section-heading h2, .workflow h2, .status-section h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 330px; position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 17px; background: var(--green-50); }
.feature-large { background: var(--green-900); color: white; }
.feature-wide { display: grid; grid-template-columns: .85fr 1fr; gap: 35px; align-items: center; background: var(--cream); }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; color: var(--green-800); background: white; box-shadow: 0 8px 24px rgba(31,73,81,.1); }
.feature-icon.warm { color: #8a6024; background: var(--sand); }.feature-icon.dark { color: white; background: var(--green-900); }
.feature-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card .number { position: absolute; right: 30px; top: 22px; color: #9bb0ad; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.feature-large .number { color: #7ea09a; }
.feature-card h3 { margin: 52px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.feature-card > p:last-of-type, .feature-wide > div > p:last-child { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-large > p:last-of-type { color: #c6d9d5; }
.mini-week { position: absolute; left: 34px; right: 34px; bottom: 30px; height: 62px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.mini-week span { position: relative; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.15); color: #91aaa5; font-size: 7px; font-weight: 800; }
.mini-week i { position: absolute; top: 26px; left: 0; width: 75%; height: 16px; border-left: 2px solid #70aaa3; border-radius: 3px; background: rgba(112,170,163,.22); }
.mini-week i.long { width: 95%; background: rgba(229,164,70,.2); border-color: var(--amber); }.mini-week i.second { top: 46px; width: 55%; background: rgba(217,130,110,.2); border-color: var(--coral); }
.resource-list { display: flex; flex-direction: column; gap: 8px; }
.resource-list span { min-height: 49px; padding: 0 15px; display: grid; grid-template-columns: 8px 1fr auto; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: white; font-size: 11px; font-weight: 700; }
.resource-list i { width: 7px; height: 7px; border-radius: 50%; }.resource-list b { color: var(--muted); font-size: 8px; font-weight: 600; }

.workflow { position: relative; overflow: hidden; color: white; background: var(--green-950); }
.workflow::before { content: ""; position: absolute; width: 700px; height: 700px; left: -480px; top: -240px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.015), 0 0 0 220px rgba(255,255,255,.012); }
.workflow-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; align-items: center; }
.workflow-copy > p:not(.kicker) { margin: 24px 0 0; color: #bad0cc; font-size: 16px; line-height: 1.75; }
.steps { margin: 42px 0 0; padding: 0; list-style: none; }
.steps li { padding: 18px 0; display: flex; gap: 16px; align-items: center; border-top: 1px solid rgba(255,255,255,.12); }
.steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #a9c6c1; font-size: 10px; font-weight: 800; }
.steps div { display: flex; flex-direction: column; gap: 5px; }.steps strong { font-size: 13px; }.steps small { color: #93aaa6; font-size: 11px; }
.workflow-panel { position: relative; padding: 48px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(255,255,255,.035); }
.workflow-panel::before { content: ""; position: absolute; inset: 25px -80px -100px 130px; border-radius: 50%; background: rgba(51,111,127,.22); filter: blur(50px); }
.booking-demo { position: relative; padding: 30px; border-radius: 15px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.booking-top { margin-bottom: 27px; display: flex; gap: 12px; align-items: center; }.brand-icon.small { width: 35px; height: 35px; color: white; background: var(--green-900); box-shadow: none; }.brand-icon.small svg { width: 21px; }.booking-top p { margin: 0; display: flex; flex-direction: column; gap: 4px; }.booking-top small { color: var(--green-700); font-size: 7px; font-weight: 800; letter-spacing: .14em; }.booking-top strong { font-size: 17px; }
.demo-logo-mark { width: 35px; height: 35px; display: block; }
.booking-demo label { margin: 10px 0; display: flex; flex-direction: column; gap: 6px; color: #455b5f; font-size: 9px; font-weight: 700; }.booking-demo label span { height: 40px; padding: 0 12px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); font-size: 10px; font-weight: 600; }.date-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.booking-demo > button { width: 100%; height: 42px; margin-top: 12px; border: 0; border-radius: 8px; color: white; background: var(--green-900); font-size: 10px; font-weight: 750; }
.booking-success { position: absolute; right: -55px; bottom: 38px; width: 210px; padding: 13px; display: flex; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 18px 40px rgba(0,0,0,.16); }.booking-success > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: #5a9b7b; font-size: 10px; }.booking-success p { margin: 0; display: flex; flex-direction: column; gap: 3px; }.booking-success strong { font-size: 10px; }.booking-success small { color: var(--muted); font-size: 8px; }

.audiences { background: var(--cream); }
.audience-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d9d8d1; border-left: 1px solid #d9d8d1; }
.audience-list span { min-height: 80px; padding: 0 22px; display: flex; align-items: center; border-right: 1px solid #d9d8d1; border-bottom: 1px solid #d9d8d1; font-size: 13px; font-weight: 700; }
.audience-list span::before { content: ""; width: 7px; height: 7px; margin-right: 12px; border-radius: 50%; background: var(--green-700); }

.status-section { background: white; }
.status-grid { display: grid; grid-template-columns: .83fr 1fr; gap: 115px; align-items: center; }
.status-lead { max-width: 520px; margin: 24px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-800); font-size: 13px; font-weight: 750; text-decoration: none; }.text-link:hover { text-decoration: underline; }
.status-card { padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: var(--green-50); box-shadow: 0 18px 55px rgba(32,71,79,.08); }
.status-head { padding-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.status-head span { font-size: 13px; font-weight: 800; }.status-head b { padding: 6px 10px; border-radius: 20px; color: #865d22; background: var(--sand); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.status-card ul { margin: 13px 0 0; padding: 0; list-style: none; }.status-card li { min-height: 48px; display: flex; gap: 12px; align-items: center; border-bottom: 1px solid #dfe7e4; font-size: 12px; font-weight: 650; }.status-card li:last-child { border: 0; }.status-card li span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: white; background: #5a9b7b; font-size: 9px; font-weight: 800; }.status-card li.open { color: var(--muted); }.status-card li.open span { color: #8a6024; background: var(--sand); }

.cta-section { padding: 70px 0; color: white; background: var(--green-800); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.cta-inner h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 16px; }.button-light { min-width: 180px; color: var(--green-950); background: white; }.cta-actions > a:last-child { color: #d1e2df; font-size: 11px; font-weight: 700; }

.site-footer { padding: 65px 0 20px; color: #b9ceca; background: #102f35; }
.footer-main { padding-bottom: 50px; display: grid; grid-template-columns: .6fr 1fr .8fr; gap: 80px; align-items: start; }.footer-brand { color: white; }.footer-main > p { max-width: 420px; margin: 3px 0 0; color: #8da8a4; font-size: 12px; line-height: 1.7; }.footer-main nav { display: flex; flex-direction: column; gap: 13px; }.footer-main nav a, .footer-bottom a { font-size: 11px; font-weight: 650; text-decoration: none; }.footer-main nav a:hover, .footer-bottom a:hover { color: white; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }.footer-bottom p { margin: 0; color: #78928e; font-size: 10px; }.footer-bottom nav { display: flex; gap: 20px; }

.legal-page { min-height: 70vh; padding: 150px 0 100px; background: var(--cream); }
.legal-shell { width: min(820px, calc(100% - 48px)); margin: 0 auto; }
.legal-shell h1 { margin: 0 0 45px; font-size: clamp(42px, 6vw, 68px); letter-spacing: -.05em; }.legal-shell h2 { margin: 35px 0 10px; font-size: 19px; letter-spacing: -.02em; }.legal-shell p, .legal-shell li { color: #4f6669; font-size: 14px; line-height: 1.75; }.legal-shell a { color: var(--green-700); }.legal-lead { padding-bottom: 30px; border-bottom: 1px solid #d8d8d1; font-size: 16px !important; }.legal-back { display: inline-flex; margin-top: 42px; color: var(--green-800); font-size: 13px; font-weight: 750; text-decoration: none; }
.legal-header { background: var(--green-950); }

@media (max-width: 1100px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .product-stage { width: 720px; min-width: 0; margin: 20px auto 0; }
  .workflow-grid { gap: 55px; }
  .status-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .container, .header-inner { width: min(100% - 32px, 680px); }
  .site-header { height: 70px; }
  .menu-toggle { width: 42px; height: 42px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; color: white; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 100%; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; padding: 22px 24px 28px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: white; background: var(--green-950); box-shadow: 0 20px 35px rgba(0,0,0,.2); }.main-nav.open { display: flex; }.main-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }.main-nav .nav-login { margin-top: 16px; justify-content: center; border: 1px solid rgba(255,255,255,.35); }
  .hero { padding: 120px 0 65px; }.hero-grid { gap: 45px; }.hero h1 { font-size: clamp(46px, 12vw, 68px); }.hero-lead { font-size: 16px; }
  .product-stage { width: 100%; transform: none; }.stage-card { height: 390px; grid-template-columns: 96px 1fr; }.mock-sidebar { padding-left: 8px; padding-right: 8px; }.mock-nav i { display: none; }.mock-nav { justify-content: center; }.mock-content { padding: 18px 16px; }.mock-calendar { height: 235px; grid-template-rows: 32px repeat(4, 51px); }.appointment { min-height: 42px; }.floating-card { display: none; }
  .proof-grid { grid-template-columns: 1fr; padding: 12px 0; }.proof-grid p, .proof-grid p:first-child { min-height: 64px; padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }.proof-grid p:last-child { border: 0; }
  .section { padding: 85px 0; }.section-heading, .status-grid { grid-template-columns: 1fr; gap: 26px; }.section-heading { margin-bottom: 38px; }.feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-template-columns: 1fr; }.workflow-grid { grid-template-columns: 1fr; }.workflow-panel { padding: 30px; }.booking-success { right: -20px; }.audience-list { grid-template-columns: repeat(2, 1fr); }.cta-inner { grid-template-columns: 1fr; gap: 35px; }.cta-actions { align-items: flex-start; }.footer-main { grid-template-columns: 1fr; gap: 28px; }.footer-main nav { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero h1 { font-size: 45px; }.product-stage { margin-left: 0; }.stage-card { height: 335px; grid-template-columns: 62px 1fr; border-radius: 12px; }.mock-sidebar { padding: 15px 5px; }.mock-logo { margin: 0 auto 20px; }.mock-nav { padding: 0; }.mock-avatar { left: 17px; }.mock-topbar { height: 42px; }.mock-topbar strong { display: none; }.mock-content { padding: 13px 10px; }.mock-title strong { font-size: 19px; }.mock-title button { display: none; }.mock-toolbar { margin: 12px 0 8px; }.mock-toolbar p { display: none; }.mock-calendar { height: 222px; grid-template-columns: 35px repeat(3, 1fr); }.appointment { overflow: hidden; padding: 5px 4px; }.appointment span { display: none; }.feature-card { min-height: 315px; padding: 28px; }.mini-week { left: 28px; right: 28px; }.workflow-panel { padding: 14px; }.booking-demo { padding: 22px 18px 70px; }.booking-success { right: 10px; left: 10px; bottom: 12px; width: auto; }.audience-list { grid-template-columns: 1fr; }.footer-bottom { gap: 18px; flex-direction: column; }.legal-page { padding: 120px 0 70px; }
}

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