:root {
  --pool-50: #f0faff;
  --pool-100: #e0f4fe;
  --pool-200: #b9e8fe;
  --pool-300: #7cd7fd;
  --pool-400: #36c1fa;
  --pool-500: #0ca5eb;
  --pool-600: #0084c9;
  --pool-700: #0069a3;
  --pool-800: #045886;
  --pool-900: #0a4a6f;
  --pool-950: #062f4a;
  --ink: #07182e;
  --ink-soft: #435168;
  --muted: #6d788a;
  --line: #dce5eb;
  --line-soft: #eaf0f3;
  --canvas: #f7fafb;
  --warm: #f6f2ea;
  --white: #fff;
  --green: #12a875;
  --shadow: 0 24px 70px rgba(7, 24, 46, .12), 0 4px 18px rgba(7, 24, 46, .06);
  --shadow-soft: 0 12px 40px rgba(7, 24, 46, .08), 0 1px 3px rgba(7, 24, 46, .06);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
p { color: var(--ink-soft); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: 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; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; border-radius: 9px; color: #fff; background: var(--ink); transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(12, 165, 235, .45); outline-offset: 3px; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; height: 76px; border-bottom: 1px solid transparent; background: rgba(247, 250, 251, .82); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s, background .2s; }
.site-header.scrolled { border-color: rgba(220, 229, 235, .9); background: rgba(255,255,255,.92); box-shadow: 0 7px 24px rgba(7, 24, 46, .05); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(145deg, var(--pool-400), var(--pool-700)); box-shadow: 0 8px 20px rgba(12, 165, 235, .24); }
.brand-mark img { width: 33px; height: 33px; filter: saturate(1.1); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button) { color: #455268; transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--pool-700); }
.nav-divider { width: 1px; height: 22px; background: var(--line); }
.site-nav .login-link { color: var(--ink) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px 8px; border: 0; border-radius: 12px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; border-radius: 4px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-height: 46px; padding: 12px 21px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--pool-500), var(--pool-700)); box-shadow: 0 10px 24px rgba(0, 132, 201, .2); font-size: 14px; font-weight: 750; letter-spacing: -.01em; transition: transform .2s var(--ease), box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(0, 132, 201, .26); filter: saturate(1.06); }
.button:active { transform: translateY(0); }
.button-small { min-height: 42px; padding: 10px 17px; }
.button-large { min-height: 54px; padding: 15px 24px; border-radius: 15px; font-size: 15px; }
.button-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.9); box-shadow: 0 8px 20px rgba(7, 24, 46, .06); }
.button-secondary:hover { box-shadow: 0 12px 24px rgba(7, 24, 46, .1); }
.button-white { color: var(--pool-800); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.button-full { width: 100%; }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 90px 0 64px; background: radial-gradient(circle at 5% 10%, rgba(185,232,254,.58), transparent 31%), radial-gradient(circle at 91% 38%, rgba(124,215,253,.42), transparent 35%), linear-gradient(180deg, #f8fcfd 0%, #edf8fb 72%, var(--canvas) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .28; background-image: linear-gradient(rgba(7,24,46,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,24,46,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 360px; height: 360px; top: 40px; left: -230px; border: 1px solid rgba(12,165,235,.15); box-shadow: 0 0 0 70px rgba(255,255,255,.12), 0 0 0 140px rgba(255,255,255,.08); }
.hero-glow-two { width: 240px; height: 240px; right: -80px; bottom: 160px; background: rgba(255,255,255,.18); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); align-items: center; gap: 76px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--pool-700); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(18,168,117,.11); }
.hero h1 { margin-bottom: 26px; font-size: clamp(55px, 6vw, 82px); letter-spacing: -.067em; }
.hero h1 em { color: var(--pool-600); font-weight: 750; }
.hero-lead { max-width: 650px; margin-bottom: 31px; font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.microcopy span { padding-inline: 6px; color: var(--pool-400); }

.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 30px; color: #f5fbf9; background: #07140f; box-shadow: 0 42px 90px rgba(6, 47, 74, .23), 0 10px 25px rgba(6,47,74,.12); transform: perspective(1100px) rotateY(-2deg) rotateX(.5deg); }
.window-bar { height: 70px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); }
.window-brand { display: flex; align-items: center; gap: 10px; }
.window-brand img { width: 31px; height: 31px; }
.window-brand div { display: flex; flex-direction: column; }
.window-brand strong { font-size: 13px; }
.window-brand span { color: rgba(255,255,255,.48); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.live-pill { display: flex; align-items: center; gap: 7px; padding: 6px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: rgba(255,255,255,.7); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.live-pill span { width: 6px; height: 6px; border-radius: 50%; background: #2bd894; box-shadow: 0 0 12px #2bd894; }
.app-layout { min-height: 445px; display: grid; grid-template-columns: 150px 1fr; }
.app-sidebar { position: relative; padding: 25px 14px; border-right: 1px solid rgba(255,255,255,.08); }
.app-sidebar > p { margin: 0 9px 13px; color: rgba(255,255,255,.35); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.app-nav-item { display: flex; gap: 9px; align-items: center; margin-bottom: 5px; padding: 10px 9px; border-radius: 10px; color: rgba(255,255,255,.56); font-size: 10px; }
.app-nav-item span { color: rgba(255,255,255,.3); font-family: ui-monospace, monospace; font-size: 8px; }
.app-nav-item.active { color: #fff; background: var(--pool-600); }
.app-nav-item.active span { color: rgba(255,255,255,.7); }
.sync-card { position: absolute; right: 13px; bottom: 18px; left: 13px; display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
.sync-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #58e3ad; background: rgba(43,216,148,.1); font-size: 10px; }
.sync-card div { display: flex; flex-direction: column; }
.sync-card strong { font-size: 9px; }
.sync-card small { color: rgba(255,255,255,.35); font-size: 7px; }
.app-main { padding: 27px 25px 22px; }
.app-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.app-heading p { margin-bottom: 6px; color: var(--pool-300); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.app-heading h2 { margin: 0; font-size: 24px; letter-spacing: -.045em; }
.avatar { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: var(--pool-300); background: rgba(12,165,235,.1); font-size: 10px; font-weight: 800; }
.app-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0 14px; }
.app-stats div { padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.035); }
.app-stats span { display: block; color: rgba(255,255,255,.42); font-size: 8px; }
.app-stats strong { display: block; margin-top: 4px; font-size: 18px; }
.route-progress { height: 4px; margin-bottom: 17px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.route-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--pool-500), #46d2ff); }
.stop-card { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.035); }
.stop-card + .stop-card { margin-top: 9px; }
.stop-card.current { border-color: rgba(54,193,250,.35); background: rgba(12,165,235,.08); }
.stop-order { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--pool-300); background: rgba(12,165,235,.12); font-family: ui-monospace, monospace; font-size: 9px; }
.stop-order.done { color: #58e3ad; background: rgba(43,216,148,.1); }
.stop-info { display: flex; min-width: 0; flex-direction: column; }
.stop-info small { color: var(--pool-300); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.stop-info strong { overflow: hidden; margin: 2px 0; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.stop-info span { color: rgba(255,255,255,.4); font-size: 8px; }
.stop-time { font-family: ui-monospace, monospace; font-size: 10px; }
.report-badge { padding: 4px 7px; border-radius: 99px; color: #58e3ad; background: rgba(43,216,148,.1); font-size: 7px; font-weight: 700; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 78px; overflow: hidden; border: 1px solid rgba(220,229,235,.85); border-radius: 21px; background: rgba(255,255,255,.74); box-shadow: 0 14px 40px rgba(7,24,46,.04); backdrop-filter: blur(12px); }
.trust-strip div { display: flex; gap: 12px; align-items: center; padding: 20px 23px; }
.trust-strip div + div { border-left: 1px solid var(--line); }
.trust-strip span { color: var(--pool-600); font-family: ui-monospace, monospace; font-size: 10px; }
.trust-strip strong { font-size: 13px; }

/* Shared sections */
.section { padding: 120px 0; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading.centred { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2, .mobile-copy h2, .reports-copy h2, .pricing-intro h2, .faq-intro h2 { margin-bottom: 21px; font-size: clamp(38px, 4.5vw, 58px); letter-spacing: -.055em; }
.section-heading p, .section-lead { max-width: 670px; margin-bottom: 0; font-size: 18px; line-height: 1.65; }
.section-heading.centred p { margin-inline: auto; }

/* Benefits */
.section-problems { background: var(--canvas); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 386px; padding: 28px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: var(--radius-md); background: #fff; box-shadow: 0 1px 2px rgba(7,24,46,.03); transition: transform .3s var(--ease), box-shadow .3s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.benefit-number { margin-bottom: 62px; color: var(--pool-600); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.benefit-card h3 { margin-bottom: 13px; font-size: 25px; }
.benefit-card p { margin-bottom: 27px; font-size: 14px; line-height: 1.65; }
.mini-visual { position: absolute; right: 28px; bottom: 27px; left: 28px; height: 76px; }
.schedule-visual { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.mini-day { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 8px; font-weight: 700; }
.mini-day span { margin-top: 5px; color: var(--ink); font-size: 13px; }
.mini-day.active { color: var(--pool-700); border-color: var(--pool-200); background: var(--pool-50); }
.mini-day.active span { color: var(--pool-700); }
.checklist-visual { display: grid; grid-template-columns: 23px 1fr; gap: 8px 11px; align-content: center; padding: 11px 15px; border: 1px solid var(--line-soft); border-radius: 13px; background: #fbfdfe; }
.checklist-visual span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 50%; color: transparent; font-size: 9px; }
.checklist-visual span.checked { color: #fff; border-color: var(--green); background: var(--green); }
.checklist-visual i { align-self: center; width: 70%; height: 6px; border-radius: 99px; background: #e8edf0; }
.report-visual > div { position: relative; height: 100%; padding: 13px 16px; border: 1px solid var(--line-soft); border-radius: 13px; background: #fbfdfe; }
.report-visual span { display: block; width: 31px; height: 31px; float: left; margin-right: 11px; border-radius: 9px; background: linear-gradient(135deg, var(--pool-300), var(--pool-600)); }
.report-visual i { display: block; width: 50%; height: 6px; margin: 4px 0 8px 42px; border-radius: 99px; background: #e1e8ec; }
.report-visual i:nth-of-type(2) { width: 35%; }
.report-visual b { position: absolute; right: 13px; bottom: 11px; padding: 4px 7px; border-radius: 99px; color: #087755; background: #e8faf4; font-size: 8px; }

/* Workflow */
.workflow-section { background: #fff; }
.workflow-list { border-top: 1px solid var(--line); }
.workflow-row { display: grid; grid-template-columns: 55px minmax(300px, .9fr) minmax(360px, 1.1fr); gap: 42px; align-items: center; padding: 54px 0; border-bottom: 1px solid var(--line); }
.workflow-step { align-self: start; color: var(--pool-600); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.workflow-copy > span { color: var(--pool-700); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.workflow-copy h3 { margin: 10px 0 13px; font-size: 31px; }
.workflow-copy p { max-width: 470px; margin: 0; font-size: 15px; line-height: 1.65; }
.workflow-demo { padding: 20px; border: 1px solid var(--line-soft); border-radius: 18px; background: var(--canvas); box-shadow: inset 0 1px 0 rgba(255,255,255,.85); }
.demo-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; font-size: 12px; }
.demo-top span { padding: 4px 7px; border-radius: 99px; color: var(--pool-700); background: var(--pool-100); font-size: 8px; }
.cal-row { display: grid; grid-template-columns: 37px repeat(3, 1fr); gap: 7px; align-items: center; height: 30px; }
.cal-row b { color: var(--muted); font-size: 8px; }
.cal-row i { height: 17px; border-radius: 5px; background: var(--pool-100); }
.cal-row i.wide { grid-column: span 2; background: linear-gradient(90deg, var(--pool-300), var(--pool-500)); }
.run-demo { padding: 11px; }
.run-line { display: grid; grid-template-columns: 29px 1fr auto; gap: 10px; align-items: center; padding: 10px; border-radius: 11px; }
.run-line + .run-line { margin-top: 4px; }
.run-line.current { border: 1px solid var(--pool-200); background: var(--pool-50); }
.run-no { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: var(--pool-700); background: var(--pool-100); font-size: 9px; font-weight: 800; }
.run-line div { display: flex; flex-direction: column; }
.run-line strong { font-size: 10px; }
.run-line small { color: var(--muted); font-size: 8px; }
.run-line b { color: var(--green); font-size: 10px; }
.run-line.current b { color: var(--pool-700); }
.email-demo { padding: 17px 20px; background: #fff; }
.email-head { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; font-size: 11px; }
.email-head img { width: 29px; height: 29px; }
.email-line { width: 64%; height: 6px; margin-bottom: 8px; border-radius: 9px; background: #e7ecef; }
.email-line.long { width: 88%; }
.email-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 16px; }
.email-values span { padding: 8px; border-radius: 8px; background: var(--pool-50); }
.email-values small, .email-values strong { display: block; }
.email-values small { color: var(--muted); font-size: 7px; }
.email-values strong { margin-top: 2px; font-size: 11px; }
.timeline-demo { padding: 16px 20px; }
.timeline-demo > div { position: relative; display: flex; gap: 12px; min-height: 43px; }
.timeline-demo > div:not(:last-child)::after { content: ""; position: absolute; top: 15px; bottom: -4px; left: 4px; width: 1px; background: var(--line); }
.timeline-demo > div > span { position: relative; z-index: 1; width: 9px; height: 9px; margin-top: 4px; flex: 0 0 auto; border: 2px solid #fff; border-radius: 50%; background: var(--pool-500); box-shadow: 0 0 0 2px var(--pool-200); }
.timeline-demo p { display: flex; flex-direction: column; margin: 0; }
.timeline-demo strong { color: var(--ink); font-size: 10px; }
.timeline-demo small { color: var(--muted); font-size: 8px; }

/* Mobile */
.mobile-section { overflow: hidden; color: #fff; background: var(--ink); }
.mobile-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.phone-stage { position: relative; display: grid; place-items: center; min-height: 690px; }
.phone-stage::before { content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, rgba(12,165,235,.32), rgba(12,165,235,.05) 55%, transparent 70%); }
.phone-shadow { position: absolute; bottom: 15px; width: 310px; height: 35px; border-radius: 50%; background: rgba(0,0,0,.4); filter: blur(20px); }
.phone { position: relative; z-index: 1; width: 325px; padding: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 42px; background: #040b16; box-shadow: 0 50px 100px rgba(0,0,0,.4); transform: rotate(-2deg); }
.phone-speaker { position: absolute; z-index: 2; top: 17px; left: 50%; width: 68px; height: 18px; border-radius: 99px; background: #02070d; transform: translateX(-50%); }
.phone-screen { min-height: 652px; overflow: hidden; border-radius: 34px; color: #e9f1f8; background: #0c1524; }
.phone-header { display: grid; grid-template-columns: 25px 1fr 25px; align-items: center; height: 62px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 16px; }
.phone-header strong { text-align: center; }
.phone-header b { color: #92a0b2; font-weight: 400; }
.phone-tabs { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; height: 54px; padding: 0 8px; color: #647188; font-size: 8px; text-align: center; }
.phone-tabs .done { color: #27c47e; }
.phone-tabs .active { color: var(--pool-400); }
.phone-progress { height: 4px; margin: 0 13px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }
.phone-progress span { display: block; width: 56%; height: 100%; background: var(--pool-500); }
.phone-content { padding: 23px 18px 95px; }
.phone-content > small { color: var(--pool-400); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.phone-content h3 { margin: 7px 0; font-size: 21px; }
.phone-content > p { margin-bottom: 21px; color: #8492a6; font-size: 10px; line-height: 1.5; }
.chemical-row { display: grid; grid-template-columns: 1fr .9fr .9fr; gap: 7px; align-items: center; padding: 12px 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.025); }
.chemical-row + .chemical-row { margin-top: 8px; }
.chemical-row > strong { font-size: 10px; }
.chemical-row div { display: flex; flex-direction: column; gap: 4px; }
.chemical-row label { color: #758299; font-size: 7px; text-transform: uppercase; }
.chemical-row span { display: block; padding: 8px 5px; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; color: #cbd5e1; background: rgba(0,0,0,.12); font-size: 9px; text-align: center; }
.phone-note { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 12px; border: 1px solid rgba(43,216,148,.15); border-radius: 12px; background: rgba(43,216,148,.06); }
.phone-note > b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #54e5ae; background: rgba(43,216,148,.12); font-size: 9px; }
.phone-note > span { display: flex; flex-direction: column; }
.phone-note strong { font-size: 9px; }
.phone-note small { color: #688b7f; font-size: 7px; }
.phone-actions { position: absolute; right: 9px; bottom: 9px; left: 9px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding: 13px; border-radius: 0 0 33px 33px; background: linear-gradient(transparent, #0c1524 24%); }
.phone-actions button { min-height: 42px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: #dbe5ef; background: rgba(255,255,255,.04); font-size: 10px; font-weight: 700; }
.phone-actions button:last-child { border: 0; color: #fff; background: linear-gradient(135deg, var(--pool-500), var(--pool-700)); }
.mobile-copy .kicker { color: var(--pool-300); }
.mobile-copy h2 { max-width: 630px; }
.mobile-copy .section-lead { color: #9fb0c2; }
.check-list { padding: 0; margin: 40px 0 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 31px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.09); }
.check-list li > span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(54,193,250,.3); border-radius: 9px; color: var(--pool-300); background: rgba(12,165,235,.08); font-size: 11px; }
.check-list strong { display: block; margin-bottom: 4px; font-size: 15px; }
.check-list p { margin: 0; color: #7f91a4; font-size: 13px; line-height: 1.55; }

/* Feature grid */
.feature-section { background: var(--warm); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dcd8cf; border-left: 1px solid #dcd8cf; }
.feature-card { min-height: 288px; padding: 29px 25px; border-right: 1px solid #dcd8cf; border-bottom: 1px solid #dcd8cf; transition: background .25s; }
.feature-card:hover { background: rgba(255,255,255,.5); }
.feature-card h3 { margin: 30px 0 11px; font-size: 20px; }
.feature-card p { margin: 0; font-size: 13px; line-height: 1.65; }
.feature-icon { position: relative; width: 44px; height: 44px; border: 1px solid rgba(0,132,201,.14); border-radius: 13px; background: rgba(224,244,254,.7); }
.calendar-icon::before { content: ""; position: absolute; inset: 11px 9px 8px; border: 2px solid var(--pool-700); border-radius: 3px; }
.calendar-icon::after { content: ""; position: absolute; top: 17px; right: 9px; left: 9px; height: 2px; background: var(--pool-700); }
.calendar-icon i { position: absolute; bottom: 12px; width: 3px; height: 3px; border-radius: 1px; background: var(--pool-600); }
.calendar-icon i:nth-child(1) { left: 14px; }.calendar-icon i:nth-child(2) { left: 21px; }.calendar-icon i:nth-child(3) { left: 28px; }
.people-icon i { position: absolute; top: 10px; width: 9px; height: 9px; border: 2px solid var(--pool-700); border-radius: 50%; }
.people-icon i:first-child { left: 10px; }.people-icon i:nth-child(2) { right: 10px; }
.people-icon b { position: absolute; right: 8px; bottom: 9px; left: 8px; height: 11px; border: 2px solid var(--pool-700); border-bottom: 0; border-radius: 11px 11px 0 0; }
.task-icon i { position: absolute; left: 10px; width: 8px; height: 8px; border: 2px solid var(--pool-700); border-radius: 50%; }
.task-icon i:nth-child(1){top:9px}.task-icon i:nth-child(2){top:18px}.task-icon i:nth-child(3){top:27px}
.task-icon::after { content: ""; position: absolute; top: 12px; right: 8px; width: 14px; height: 2px; background: var(--pool-700); box-shadow: 0 9px var(--pool-700), 0 18px var(--pool-700); }
.droplet-icon i { position: absolute; top: 9px; left: 13px; width: 18px; height: 24px; border: 2px solid var(--pool-700); border-radius: 60% 60% 65% 65%; transform: rotate(45deg); }
.briefcase-icon i { position: absolute; inset: 14px 8px 9px; border: 2px solid var(--pool-700); border-radius: 4px; }
.briefcase-icon b { position: absolute; top: 9px; left: 17px; width: 11px; height: 7px; border: 2px solid var(--pool-700); border-bottom: 0; border-radius: 3px 3px 0 0; }
.document-icon::before { content:""; position:absolute; inset:8px 11px; border:2px solid var(--pool-700); border-radius:3px; }
.document-icon i { position:absolute; left:17px; width:12px; height:2px; background:var(--pool-700); }
.document-icon i:nth-child(1){top:17px}.document-icon i:nth-child(2){top:23px}.document-icon b{position:absolute; left:17px; top:29px; width:8px; height:2px; background:var(--pool-700)}
.chart-icon { display:flex; align-items:flex-end; justify-content:center; gap:3px; padding-bottom:10px; }
.chart-icon i { display:block; width:5px; border-radius:2px 2px 0 0; background:var(--pool-700); }.chart-icon i:nth-child(1){height:10px}.chart-icon i:nth-child(2){height:19px}.chart-icon i:nth-child(3){height:14px}
.branch-icon::before { content:""; position:absolute; top:9px; left:18px; width:8px; height:8px; border:2px solid var(--pool-700); border-radius:50%; }
.branch-icon i { position:absolute; bottom:8px; width:8px; height:8px; border:2px solid var(--pool-700); border-radius:50%; }.branch-icon i:first-child{left:9px}.branch-icon i:nth-child(2){right:9px}
.branch-icon b { position:absolute; top:19px; left:12px; width:20px; height:9px; border:2px solid var(--pool-700); border-top:0; }

/* Reports */
.reports-section { overflow: hidden; background: #fff; }
.reports-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.reports-copy .section-lead { margin-bottom: 38px; }
.plain-list { padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.plain-list li { display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.plain-list span { color: var(--pool-600); font-family: ui-monospace, monospace; font-size: 10px; }
.email-window { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.email-browser { display: flex; align-items: center; gap: 6px; height: 45px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #f5f7f8; }
.email-browser > span { width: 7px; height: 7px; border-radius: 50%; background: #ccd4d9; }
.email-browser p { margin: 0 auto 0 8px; color: var(--muted); font-size: 9px; }
.email-body { max-width: 540px; padding: 36px 40px; margin: auto; }
.customer-brand { display: flex; align-items: center; justify-content: center; gap: 10px; padding-bottom: 24px; border-bottom: 3px solid var(--pool-500); }
.customer-brand div { display: flex; flex-direction: column; }
.customer-brand strong { font-size: 14px; }
.customer-brand span { color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.email-title { padding: 26px 0 18px; }
.email-title > span { color: var(--pool-700); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.email-title h3 { margin: 8px 0 11px; font-size: 26px; }
.email-title p { margin: 0; font-size: 11px; line-height: 1.65; }
.email-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.email-metrics div { padding: 12px; border-radius: 11px; background: var(--canvas); }
.email-metrics small, .email-metrics strong, .email-metrics span { display: block; }
.email-metrics small { color: var(--muted); font-size: 8px; }
.email-metrics strong { margin: 3px 0; font-size: 17px; }
.email-metrics span { color: var(--green); font-size: 7px; }
.email-task { display: flex; gap: 11px; align-items: center; margin-top: 13px; padding: 13px; border: 1px solid var(--line-soft); border-radius: 11px; }
.email-task > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; }
.email-task div { display: flex; flex-direction: column; }
.email-task strong { font-size: 10px; }.email-task small { color: var(--muted); font-size: 8px; }
.email-cta { width: fit-content; padding: 10px 17px; margin: 20px auto 0; border-radius: 9px; color: #fff; background: var(--pool-600); font-size: 9px; font-weight: 700; }

/* Pricing */
.pricing-section { background: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 78px; align-items: center; }
.pricing-intro .kicker { color: var(--pool-300); }
.pricing-intro h2 { color: #fff; }
.pricing-intro > p { color: #9fb0c2; font-size: 17px; line-height: 1.65; }
.pricing-points { display: flex; flex-direction: column; gap: 11px; margin-top: 30px; color: #d8e3ec; font-size: 13px; }
.price-card { padding: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: #fff; box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.price-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.plan-pill, .popular-pill { display: inline-flex; padding: 6px 9px; border-radius: 99px; color: var(--pool-700); background: var(--pool-100); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.popular-pill { color: #087755; background: #e9faf4; }
.price-top h3 { margin: 16px 0 0; font-size: 45px; }
.price-top h3 small { color: var(--muted); font-size: 14px; font-weight: 600; letter-spacing: 0; }
.price-description { margin: 17px 0 28px; font-size: 14px; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 650; }
.included-grid span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; border-radius: 50%; color: #087755; background: #e9faf4; font-size: 8px; }
.seat-price { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; }
.seat-price div { display: flex; flex-direction: column; }
.seat-price strong { font-size: 13px; }.seat-price span { color: var(--muted); font-size: 10px; }.seat-price > b { color: var(--pool-700); font-size: 20px; white-space: nowrap; }.seat-price > b small { color: var(--muted); font-size: 9px; font-weight: 600; }
.tax-note { margin: 10px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

/* FAQ */
.faq-section { background: var(--canvas); }
.faq-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 115px; }
.faq-intro p { font-size: 15px; line-height: 1.65; }
.faq-intro > a { color: var(--pool-700); font-size: 13px; font-weight: 750; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 25px; height: 25px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 11px; left: 7px; width: 9px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 670px; padding: 0 48px 24px 0; margin: 0; font-size: 14px; line-height: 1.7; }

/* Closing + footer */
.final-cta { padding: 35px 0; background: var(--canvas); }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: center; padding: 64px; overflow: hidden; border-radius: 31px; color: #fff; background: linear-gradient(130deg, var(--pool-700), var(--pool-500)); box-shadow: 0 25px 60px rgba(0,105,163,.22); }
.final-cta-inner::after { content: ""; position: absolute; width: 390px; height: 390px; right: -160px; bottom: -280px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.05), 0 0 0 110px rgba(255,255,255,.035); }
.kicker.light { margin-bottom: 16px; color: rgba(255,255,255,.75); }
.final-cta h2 { max-width: 780px; margin-bottom: 15px; font-size: clamp(35px, 4vw, 52px); }
.final-cta p { margin: 0; color: rgba(255,255,255,.77); }
.final-actions { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: stretch; gap: 17px; }
.text-link-light { color: rgba(255,255,255,.85); font-size: 12px; font-weight: 700; text-align: center; }
.site-footer { padding: 75px 0 30px; background: var(--canvas); }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr .7fr; gap: 70px; padding-bottom: 52px; }
.footer-brand p { margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.footer-main nav, .footer-account { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-main nav a, .footer-account a { color: var(--ink-soft); }
.footer-main nav a:hover, .footer-account a:hover { color: var(--pool-700); }
.footer-account strong { margin-bottom: 2px; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 760px; }
  .product-window { max-width: 720px; margin-inline: auto; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .mobile-grid { gap: 60px; }
  .reports-grid { gap: 45px; }
  .pricing-grid { grid-template-columns: .75fr 1.25fr; gap: 45px; }
}

@media (max-width: 860px) {
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; z-index: 50; top: 68px; right: 0; left: 0; display: flex; height: calc(100vh - 68px); padding: 30px 20px max(28px, env(safe-area-inset-bottom)); flex-direction: column; align-items: stretch; gap: 0; background: rgba(247,250,251,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 17px; }
  .site-nav .login-link { margin-top: auto; border-bottom: 0 !important; text-align: center; }
  .site-nav .button { margin-top: 8px; }
  .nav-divider { display: none; }
  .section { padding: 90px 0; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 300px; }
  .benefit-number { margin-bottom: 30px; }
  .workflow-row { grid-template-columns: 42px 1fr; gap: 25px; }
  .workflow-demo { grid-column: 2; }
  .mobile-grid, .reports-grid, .pricing-grid, .faq-grid { grid-template-columns: 1fr; }
  .phone-stage { order: 2; }
  .mobile-copy { order: 1; }
  .reports-copy { max-width: 690px; }
  .email-window { max-width: 650px; margin-inline: auto; }
  .pricing-intro { max-width: 680px; }
  .faq-grid { gap: 45px; }
  .faq-intro { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; padding: 50px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 64px; }
  .hero h1 { font-size: clamp(49px, 15vw, 67px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .product-window { margin-inline: -8px; border-radius: 21px; }
  .window-bar { height: 61px; }
  .app-layout { min-height: 406px; grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .app-main { padding: 22px 16px; }
  .app-heading h2 { font-size: 21px; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .trust-strip div { padding: 16px; }
  .trust-strip div + div { border-left: 0; }
  .trust-strip div:nth-child(even) { border-left: 1px solid var(--line); }
  .trust-strip div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .mobile-copy h2, .reports-copy h2, .pricing-intro h2, .faq-intro h2 { font-size: 38px; }
  .section-heading p, .section-lead { font-size: 16px; }
  .benefit-card { min-height: 320px; padding: 24px; }
  .mini-visual { right: 24px; bottom: 23px; left: 24px; }
  .workflow-row { grid-template-columns: 30px 1fr; gap: 16px; padding: 43px 0; }
  .workflow-copy h3 { font-size: 25px; }
  .workflow-demo { padding: 13px; }
  .phone-stage { min-height: 630px; margin-inline: -14px; transform: scale(.92); transform-origin: top center; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 235px; }
  .reports-grid { gap: 50px; }
  .email-window { margin-inline: -7px; border-radius: 20px; transform: none; }
  .email-body { padding: 28px 19px; }
  .email-title h3 { font-size: 22px; }
  .email-metrics { gap: 5px; }
  .email-metrics div { padding: 9px; }
  .price-card { padding: 27px 21px; border-radius: 22px; }
  .price-top { flex-direction: column-reverse; }
  .included-grid { grid-template-columns: 1fr; }
  .seat-price { flex-direction: column; align-items: flex-start; }
  .faq-list summary { padding: 21px 0; font-size: 15px; }
  .final-cta { padding: 14px 0; }
  .final-cta-inner { padding: 39px 24px; border-radius: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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

/* Branded 404 page. Shared CSS keeps the strict content-security policy intact. */
.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #07182e;
  background: radial-gradient(circle at 50% 10%, #e0f4fe, transparent 44%), #f7fafb;
}

.error-card {
  width: min(100%, 620px);
  padding: 54px 42px;
  border: 1px solid #dce5eb;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(7, 24, 46, 0.1);
  text-align: center;
}

.error-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
  color: #07182e;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.error-brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0ca5eb, #0069a3);
}

.error-brand img { width: 33px; height: 33px; }
.error-card small {
  color: #0084c9;
  font-family: ui-monospace, monospace;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.error-card h1 {
  margin: 12px 0;
  font-size: clamp(38px, 8vw, 60px);
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.error-card p {
  max-width: 450px;
  margin: 0 auto 28px;
  color: #59677a;
  line-height: 1.65;
}
.error-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 520px) {
  .error-card { padding: 42px 22px; }
  .error-actions { flex-direction: column; }
  .error-actions .button { width: 100%; }
}
