:root {
  --ink: #0b2230;
  --ink-2: #173b48;
  --navy: #0c2f3a;
  --navy-deep: #071d26;
  --green: #0e8f72;
  --green-dark: #08735c;
  --mint: #e8f7f2;
  --mint-2: #f4fbf8;
  --aqua: #56cbb2;
  --lime: #c8e96c;
  --amber: #f4b75f;
  --white: #ffffff;
  --paper: #fbfdfc;
  --line: #dce8e4;
  --muted: #5d747e;
  --muted-light: #adc2c9;
  --danger: #a74444;
  --shadow: 0 24px 70px rgba(6, 41, 50, .12);
  --shadow-sm: 0 12px 36px rgba(6, 41, 50, .09);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.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; top: -100px; left: 18px; z-index: 9999; background: var(--white); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 18px; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.narrow { max-width: 780px; }
.section { padding: 100px 0; }
.section-tint { background: var(--mint-2); border-top: 1px solid #edf4f1; border-bottom: 1px solid #edf4f1; }
.dark-section { background: var(--navy-deep); color: var(--white); position: relative; overflow: hidden; }
.dark-section::before { content:""; position:absolute; width:480px; height:480px; border-radius:50%; background:rgba(86,203,178,.08); top:-250px; right:-100px; }
h1,h2,h3,h4 { line-height: 1.1; letter-spacing: -.035em; margin: 0 0 18px; }
h1 { font-size: clamp(3rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.25rem, 4.3vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 20px; }
.lead { font-size: clamp(1.1rem, 2vw, 1.35rem); color: #46626d; max-width: 680px; }
.lead-small { font-size: 1.16rem; color: #506a74; }
.dark-section .lead-small, .dark-section .section-heading p { color: var(--muted-light); }
.eyebrow { display: inline-flex; align-items:center; gap:8px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .74rem; margin-bottom: 20px; }
.eyebrow::before { content:""; width: 26px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--aqua); }
.section-heading { margin-bottom: 52px; }
.section-heading.centred { max-width: 760px; text-align: center; margin: 0 auto 55px; }
.section-heading.split { display:grid; grid-template-columns:1.35fr .8fr; gap:60px; align-items:end; }
.section-heading.split p { margin-bottom:8px; color: var(--muted); font-size:1.08rem; }
.section-heading.light h2 { color:var(--white); }
.section-heading.light p { color:var(--muted-light); }

.site-header { height: 80px; display:flex; align-items:center; position:sticky; top:0; z-index:1000; background:rgba(251,253,252,.88); backdrop-filter: blur(18px); border-bottom:1px solid transparent; transition:.25s ease; }
.site-header.scrolled { border-bottom-color:var(--line); box-shadow:0 8px 30px rgba(8,50,59,.06); }
.nav-wrap { display:flex; align-items:center; gap:28px; }
.logo { display:inline-flex; align-items:center; gap:10px; flex-shrink:0; }
.logo-image { display:block; width:clamp(162px, 15vw, 210px); height:auto; filter:drop-shadow(0 14px 28px rgba(6,41,50,.12)); }
.footer-brand .logo-image { width:176px; filter:none; }
.brand-mark { width:34px; height:34px; display:inline-flex; }
.brand-mark svg path:first-child { fill:var(--green); }
.brand-mark .brand-cross { fill:var(--white); }
.brand-word { display:flex; font-size:1.15rem; letter-spacing:-.04em; }
.brand-word strong { font-weight:900; }
.brand-word span { color:var(--green); font-weight:800; }
.logo-light .brand-word strong { color:var(--white); }
.main-nav { display:flex; align-items:center; gap:22px; margin-left:auto; }
.main-nav a, .nav-login { color:#36535e; font-size:.91rem; font-weight:700; white-space:nowrap; }
.main-nav a:hover, .main-nav a.active, .nav-login:hover { color:var(--green); }
.mobile-access-link { display:none; }
.nav-actions { display:flex; align-items:center; gap:17px; }
.nav-toggle { display:none; border:0; background:none; width:44px; height:44px; padding:10px; margin-left:auto; }
.nav-toggle span:not(.sr-only) { display:block; height:2px; background:var(--ink); margin:5px 0; }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:12px 20px; border:1px solid transparent; border-radius:12px; font-weight:850; font-size:.94rem; transition:.2s ease; cursor:pointer; }
.btn svg, .text-link svg, .resource-grid a svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; transition:transform .2s ease; }
.btn:hover { transform:translateY(-2px); }
.btn:hover svg, .text-link:hover svg, .resource-grid a:hover svg { transform:translateX(3px); }
.btn-primary { background:var(--green); color:var(--white); box-shadow:0 12px 25px rgba(14,143,114,.2); }
.btn-primary:hover { background:var(--green-dark); }
.btn-secondary { background:var(--white); color:var(--ink); border-color:var(--line); }
.btn-secondary:hover { border-color:var(--green); color:var(--green-dark); }
.btn-ghost { background:transparent; color:var(--green-dark); padding-left:6px; padding-right:6px; }
.btn-light { background:var(--aqua); color:var(--navy-deep); }
.btn-small { min-height:42px; padding:8px 15px; font-size:.86rem; }
.text-link { display:inline-flex; align-items:center; gap:7px; color:var(--green-dark); font-weight:800; margin-top:10px; }
.hero-actions, .inline-actions, .cta-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.centre-action { text-align:center; margin-top:42px; }

.hero { position:relative; overflow:hidden; }
.home-hero { min-height:720px; padding:86px 0 100px; display:flex; align-items:center; background:linear-gradient(145deg,#f9fcfb 0%,#eef9f6 100%); }
.hero-inner { padding:90px 0 100px; background:linear-gradient(145deg,#f9fcfb,#edf8f5); }
.hero-glow { position:absolute; width:650px; height:650px; border-radius:50%; right:-100px; top:-140px; background:radial-gradient(circle,rgba(86,203,178,.2),rgba(86,203,178,0) 70%); }
.hero-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:center; position:relative; z-index:1; }
.hero-copy h1 span { color:var(--green); }
.hero-copy .lead { margin-top:26px; }
.hero-proof { display:flex; flex-wrap:wrap; gap:18px 25px; margin-top:34px; color:#48626c; font-weight:700; font-size:.88rem; }
.hero-proof div { display:flex; align-items:center; gap:8px; }
.hero-proof svg { width:20px; height:20px; fill:none; stroke:var(--green); stroke-width:1.8; }
.hero-visual { min-height:460px; display:flex; align-items:center; justify-content:center; position:relative; }

.dashboard-mock { width:min(100%,520px); background:var(--white); border:1px solid #dbe9e5; border-radius:24px; box-shadow:var(--shadow); overflow:hidden; transform:rotate(1deg); }
.mock-top { display:flex; gap:7px; padding:16px 20px; border-bottom:1px solid #edf2f0; }
.mock-top span { width:9px; height:9px; border-radius:50%; background:#d8e5e1; }
.mock-body { display:grid; grid-template-columns:66px 1fr; min-height:350px; }
.mock-side { background:#f4faf8; border-right:1px solid #e5eeeb; padding:24px 18px; display:flex; flex-direction:column; gap:20px; }
.mock-side i { display:block; height:10px; border-radius:7px; background:#cfe5de; }
.mock-main { padding:28px; }
.mock-status { background:var(--mint); border:1px solid #c9e9df; border-radius:15px; padding:18px; display:grid; grid-template-columns:auto 1fr; column-gap:10px; align-items:center; margin-bottom:22px; }
.mock-status .status-dot { width:11px; height:11px; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px rgba(14,143,114,.12); grid-row:1/3; }
.mock-status b { font-size:.95rem; }
.mock-status small { color:var(--muted); }
.mock-row { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:12px; padding:16px 0; border-bottom:1px solid #edf2f0; }
.mock-row b, .mock-row small { display:block; }
.mock-row small { color:var(--muted); font-size:.78rem; margin-top:3px; }
.mock-row em { font-style:normal; color:var(--green-dark); background:var(--mint); padding:5px 9px; border-radius:20px; font-size:.72rem; font-weight:800; }
.avatar { width:42px; height:42px; border-radius:50%; background:var(--green); color:var(--white); display:grid; place-items:center; font-size:.78rem; font-weight:900; }
.avatar.alt { background:#2e6772; }
.avatar.big { width:55px; height:55px; }
.mock-progress { height:8px; background:#eef3f1; border-radius:20px; margin-top:25px; overflow:hidden; }
.mock-progress span { display:block; height:100%; background:linear-gradient(90deg,var(--green),var(--aqua)); border-radius:inherit; }
.floating-label { position:absolute; z-index:3; display:flex; align-items:center; gap:8px; background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow-sm); border-radius:12px; padding:11px 14px; font-size:.82rem; font-weight:800; }
.floating-label svg { width:18px; height:18px; fill:none; stroke:var(--green); stroke-width:1.8; }
.label-one { top:22px; left:-25px; }
.label-two { right:-20px; bottom:45px; }
.metric-row { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.metric-row div { background:#f7faf9; padding:15px; border-radius:12px; }
.metric-row small,.metric-row strong { display:block; }
.metric-row small { color:var(--muted); font-size:.7rem; }
.metric-row strong { font-size:1.5rem; margin-top:5px; }
.mock-timeline { display:flex; justify-content:space-between; margin:32px 5px 18px; position:relative; }
.mock-timeline::before { content:""; position:absolute; height:3px; background:#dce8e4; left:0; right:0; top:7px; }
.mock-timeline span { width:16px; height:16px; border-radius:50%; background:#dce8e4; border:4px solid var(--white); box-shadow:0 0 0 2px #dce8e4; position:relative; z-index:1; }
.mock-timeline span.done { background:var(--green); box-shadow:0 0 0 2px var(--green); }
.mock-timeline span.active { background:var(--aqua); box-shadow:0 0 0 4px rgba(86,203,178,.25); }
.mock-note { color:var(--muted); font-size:.78rem; }

.phone-mock { width:280px; background:var(--navy-deep); padding:10px; border-radius:38px; box-shadow:var(--shadow); position:relative; }
.phone-notch { width:90px; height:19px; border-radius:0 0 13px 13px; background:var(--navy-deep); position:absolute; left:50%; top:7px; transform:translateX(-50%); z-index:2; }
.phone-screen { min-height:520px; background:#f6fbf9; border-radius:30px; padding:42px 20px 22px; }
.phone-head small,.phone-head strong { display:block; }
.phone-head small { color:var(--muted); font-size:.75rem; }
.phone-head strong { font-size:1.35rem; }
.passport-score { background:var(--white); border:1px solid var(--line); border-radius:15px; padding:16px; margin:20px 0; }
.passport-score span,.passport-score strong { display:inline-block; }
.passport-score strong { float:right; color:var(--green-dark); }
.passport-score div { height:7px; background:#e9f0ed; margin-top:12px; border-radius:10px; overflow:hidden; clear:both; }
.passport-score i { display:block; height:100%; background:var(--green); border-radius:inherit; }
.shift-card { background:var(--navy); color:var(--white); border-radius:18px; padding:18px; margin-top:20px; }
.shift-card > span { color:var(--aqua); font-size:.7rem; text-transform:uppercase; font-weight:800; letter-spacing:.08em; }
.shift-card h4 { font-size:1.08rem; margin:12px 0 8px; }
.shift-card p { color:#c3d6db; font-size:.78rem; }
.shift-card div { display:flex; justify-content:space-between; align-items:center; }
.shift-card em { font-size:.67rem; font-style:normal; background:rgba(86,203,178,.15); color:var(--aqua); padding:5px 8px; border-radius:20px; }
.phone-screen button { width:100%; border:0; border-radius:11px; background:var(--green); color:var(--white); padding:12px; font-weight:800; margin-top:18px; }
.phone-stage { display:flex; justify-content:center; }

.passport-card { width:min(100%,470px); background:var(--white); border:1px solid var(--line); border-radius:23px; box-shadow:var(--shadow); overflow:hidden; padding:28px; }
.passport-head { display:grid; grid-template-columns:auto 1fr auto; gap:15px; align-items:center; padding-bottom:22px; border-bottom:1px solid var(--line); }
.passport-head small { color:var(--green-dark); font-weight:800; }
.passport-head h3 { margin:3px 0 0; }
.verified-badge { background:var(--mint); color:var(--green-dark); font-size:.72rem; font-weight:900; padding:6px 9px; border-radius:20px; }
.passport-line { display:flex; justify-content:space-between; align-items:center; padding:16px 0; border-bottom:1px solid #edf2f0; color:var(--muted); }
.passport-line b { color:var(--green-dark); font-size:.85rem; }
.passport-tags { display:flex; flex-wrap:wrap; gap:8px; padding:20px 0; }
.passport-tags span { background:#f1f6f4; border:1px solid #dfe9e6; border-radius:20px; padding:6px 9px; font-size:.75rem; font-weight:700; }
.passport-foot { background:var(--navy); color:#c8dadd; margin:0 -28px -28px; padding:15px 28px; font-size:.76rem; }
.visual-panel { display:flex; align-items:center; justify-content:center; min-height:440px; padding:30px; border-radius:30px; background:linear-gradient(135deg,#e8f7f2,#f8fcfa); position:relative; overflow:hidden; }
.integration-panel { background:linear-gradient(135deg,#e9f7f4,#eff6f4); min-height:500px; }

.integration-visual { width:430px; height:430px; border:1px dashed #9acbbe; border-radius:50%; position:relative; display:grid; place-items:center; }
.integration-visual::before { content:""; position:absolute; inset:65px; border:1px solid #c6dfd8; border-radius:50%; }
.hub { width:155px; height:155px; border-radius:50%; background:var(--navy); display:grid; place-items:center; box-shadow:var(--shadow); z-index:2; padding:24px; }
.hub-logo { width:100%; height:auto; }
.orbit { position:absolute; width:108px; height:108px; border-radius:22px; background:var(--white); box-shadow:var(--shadow-sm); display:grid; place-items:center; text-align:center; font-size:.7rem; font-weight:800; color:var(--ink); }
.orbit svg { width:28px; height:28px; fill:none; stroke:var(--green); stroke-width:1.7; }
.orbit span { display:block; margin-top:-12px; }
.orbit-1 { top:-24px; left:160px; }
.orbit-2 { right:-22px; top:160px; }
.orbit-3 { bottom:-24px; left:160px; }
.orbit-4 { left:-22px; top:160px; }

.trust-bar { background:var(--navy); color:var(--white); }
.trust-bar .container { min-height:80px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.trust-bar .container > span { color:var(--aqua); font-size:.76rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.trust-bar .container > div { display:flex; gap:32px; flex-wrap:wrap; }
.trust-bar b { font-size:.88rem; }

.card-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.feature-card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px; transition:.2s ease; position:relative; }
.feature-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-sm); border-color:#bedfd6; }
.feature-card p { color:var(--muted); font-size:.95rem; }
.icon-box { width:48px; height:48px; border-radius:14px; background:var(--mint); color:var(--green-dark); display:grid; place-items:center; flex-shrink:0; }
.icon-box svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.card-grid-dark .feature-card { background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.1); }
.card-grid-dark .feature-card p { color:#b8cbd1; }
.card-grid-dark .icon-box { background:rgba(86,203,178,.12); color:var(--aqua); }
.card-grid-dark .text-link { color:var(--aqua); }

.audience-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px; }
.audience-card { padding:42px; border-radius:28px; border:1px solid var(--line); position:relative; overflow:hidden; }
.audience-card::after { content:""; position:absolute; width:230px; height:230px; border-radius:50%; right:-120px; bottom:-120px; background:rgba(255,255,255,.4); }
.pharmacy-card { background:#edf8f5; }
.pharmacist-card { background:#f2f5fb; }
.audience-card h3 { font-size:2rem; max-width:420px; }
.audience-card p { color:var(--muted); max-width:520px; }
.audience-label { display:inline-block; padding:6px 10px; background:rgba(255,255,255,.75); border-radius:20px; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; margin-bottom:24px; }
.check-list { list-style:none; margin:25px 0; padding:0; display:grid; gap:12px; }
.check-list-columns { grid-template-columns:1fr 1fr; column-gap:24px; }
.check-list li { display:flex; gap:10px; align-items:flex-start; }
.check-list svg { width:20px; height:20px; min-width:20px; margin-top:2px; fill:none; stroke:var(--green); stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
.dark-section .check-list svg { stroke:var(--aqua); }
.dark-section .check-list li { color:#d8e5e8; }

.steps { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.steps li { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px; min-height:240px; }
.step-number { width:44px; height:44px; border-radius:50%; background:var(--navy); color:var(--aqua); display:grid; place-items:center; font-weight:900; font-size:.8rem; margin-bottom:42px; }
.steps p { color:var(--muted); }
.feature-split { display:grid; grid-template-columns:1fr 1fr; gap:75px; align-items:center; }
.feature-split.reverse > :first-child { order:2; }
.feature-split.reverse > :last-child { order:1; }

.stats { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.stats div { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); border-radius:20px; min-height:150px; padding:25px; display:flex; flex-direction:column; justify-content:flex-end; }
.stats strong { font-size:2.25rem; color:var(--aqua); line-height:1; }
.stats span { color:#bfd2d7; margin-top:12px; }

.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.service-grid article { border:1px solid var(--line); background:var(--white); border-radius:24px; padding:32px; }
.service-tag { display:inline-block; color:var(--green-dark); background:var(--mint); padding:6px 9px; font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; font-weight:900; border-radius:20px; margin-bottom:25px; }
.service-tag.accent { color:#80571d; background:#fff2db; }
.service-tag.future { color:#526375; background:#edf1f5; }
.info-stack { display:grid; gap:18px; }
.info-stack > div { background:var(--white); border:1px solid var(--line); border-radius:20px; padding:24px; display:grid; grid-template-columns:auto 1fr; column-gap:20px; }
.info-stack span { grid-row:1/3; width:44px; height:44px; border-radius:13px; display:grid; place-items:center; background:var(--navy); color:var(--aqua); font-weight:900; }
.info-stack h3 { margin-top:3px; }
.info-stack p { color:var(--muted); margin:0; }
.quote-card { background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:28px; padding:45px; }
.quote-mark { font-size:5rem; color:var(--aqua); line-height:.7; }
.quote-card p { font-size:1.45rem; line-height:1.45; }
.quote-card span { color:var(--muted-light); }

.privacy-diagram { min-height:470px; position:relative; display:grid; place-items:center; }
.privacy-centre { width:185px; height:185px; border-radius:50%; display:grid; place-items:center; text-align:center; padding:20px; background:var(--navy); color:var(--white); font-size:1.25rem; font-weight:900; box-shadow:var(--shadow); }
.privacy-diagram > div:not(.privacy-centre) { position:absolute; background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow-sm); border-radius:15px; padding:15px; width:155px; }
.privacy-diagram > div:not(.privacy-centre) span,.privacy-diagram > div:not(.privacy-centre) small { display:block; }
.privacy-diagram > div:not(.privacy-centre) span { font-weight:900; }
.privacy-diagram > div:not(.privacy-centre) small { color:var(--muted); margin-top:3px; }
.privacy-diagram > div:nth-child(2) { top:30px; left:10px; }
.privacy-diagram > div:nth-child(3) { top:30px; right:10px; }
.privacy-diagram > div:nth-child(4) { bottom:30px; left:50%; transform:translateX(-50%); }

.journey-tabs [role=tablist] { display:flex; justify-content:center; gap:8px; margin-bottom:45px; }
.journey-tabs [role=tab] { border:1px solid var(--line); background:var(--white); border-radius:12px; padding:12px 20px; font-weight:850; cursor:pointer; }
.journey-tabs [role=tab][aria-selected=true] { background:var(--navy); color:var(--white); border-color:var(--navy); }
.filter-flow { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:20px; align-items:center; }
.filter-flow > div:not(.flow-arrow) { background:var(--white); border:1px solid var(--line); border-radius:22px; padding:28px; min-height:310px; }
.flow-arrow svg { width:34px; height:34px; fill:none; stroke:var(--green); stroke-width:1.5; }
.state-track { display:flex; overflow-x:auto; padding:25px 0 20px; gap:0; }
.state-track span { min-width:130px; text-align:center; position:relative; padding-top:32px; font-size:.78rem; font-weight:850; color:var(--muted); }
.state-track span::before { content:""; position:absolute; top:6px; left:50%; transform:translateX(-50%); width:15px; height:15px; border-radius:50%; background:#d7e3df; z-index:2; }
.state-track span::after { content:""; position:absolute; height:3px; background:#d7e3df; top:12px; left:0; width:100%; }
.state-track span:first-child::after { left:50%; width:50%; }
.state-track span:last-child::after { width:50%; }
.state-track span.done::before,.state-track span.done::after { background:var(--green); }
.state-track span.active::before { background:var(--aqua); box-shadow:0 0 0 7px rgba(86,203,178,.2); }
.exception-note,.legal-callout { display:flex; gap:20px; background:var(--mint-2); border:1px solid var(--line); border-radius:22px; padding:28px; margin-top:30px; }
.exception-note p,.legal-callout p { color:var(--muted); margin:0; }

.readiness-card,.consent-card { background:var(--white); border:1px solid var(--line); border-radius:24px; padding:30px; box-shadow:var(--shadow-sm); }
.readiness-head { display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); padding-bottom:20px; }
.readiness-head h3 { margin:0; }
.readiness-head span { color:var(--green-dark); font-weight:800; font-size:.8rem; }
.readiness-items p { display:flex; align-items:center; gap:10px; margin:17px 0; }
.readiness-items svg { width:20px; height:20px; fill:none; stroke:var(--green); stroke-width:2.2; }
.readiness-ready { margin-top:24px; background:var(--green); color:var(--white); padding:12px; text-align:center; border-radius:12px; font-weight:850; }
.permission-table { display:grid; border:1px solid var(--line); border-radius:18px; overflow:hidden; background:var(--white); }
.permission-table > div { display:grid; grid-template-columns:1.3fr repeat(4,1fr); }
.permission-table > div > * { padding:16px; border-bottom:1px solid var(--line); }
.permission-head { background:var(--navy); color:var(--white); font-weight:850; font-size:.8rem; }
.permission-table span { color:var(--muted); font-size:.85rem; }
.incident-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.incident-grid article { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); border-radius:20px; padding:26px; }
.incident-grid article > span { color:var(--aqua); text-transform:uppercase; letter-spacing:.08em; font-size:.68rem; font-weight:900; }
.incident-grid p { color:#b9ccd1; }

.consent-logo { width:60px; height:60px; background:var(--mint); border-radius:17px; display:grid; place-items:center; color:var(--green-dark); }
.consent-logo svg { width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.7; }
.consent-card ul { list-style:none; padding:0; }
.consent-card li { display:flex; align-items:center; gap:9px; margin:12px 0; }
.consent-card li svg { width:18px; height:18px; fill:none; stroke:var(--green); stroke-width:2; }
.consent-warning { background:#fff7e8; border:1px solid #f3dfbc; border-radius:12px; padding:13px; font-size:.82rem; color:#77552a; }
.consent-actions { display:flex; align-items:center; gap:18px; margin-top:22px; }
.consent-actions button { border:0; background:var(--green); color:var(--white); border-radius:10px; padding:10px 18px; font-weight:850; }
.consent-actions span { color:var(--muted); font-weight:800; }

.problem-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.problem-grid div { background:var(--mint-2); border:1px solid var(--line); border-radius:18px; min-height:150px; padding:23px; display:flex; flex-direction:column; justify-content:flex-end; }
.problem-grid strong { font-size:1.8rem; color:var(--green-dark); }
.problem-grid span { color:var(--muted); }
.vision-roadmap { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.vision-roadmap > div { padding:30px; border-left:1px solid var(--line); }
.vision-roadmap > div:first-child { border-left:0; }
.vision-roadmap span { color:var(--green); font-size:.75rem; font-weight:900; }
.vision-roadmap p { color:var(--muted); }

.resource-filter { display:flex; justify-content:center; gap:8px; margin-bottom:35px; }
.resource-filter button { border:1px solid var(--line); background:var(--white); border-radius:22px; padding:9px 15px; cursor:pointer; font-weight:800; }
.resource-filter button.active { background:var(--navy); border-color:var(--navy); color:var(--white); }
.resource-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.resource-grid article { background:var(--white); border:1px solid var(--line); border-radius:22px; padding:28px; transition:.2s ease; }
.resource-grid article:hover { transform:translateY(-4px); box-shadow:var(--shadow-sm); }
.resource-grid article > span { color:var(--green-dark); text-transform:uppercase; letter-spacing:.08em; font-size:.68rem; font-weight:900; }
.resource-grid p { color:var(--muted); }
.resource-grid a { display:inline-flex; gap:7px; align-items:center; font-weight:850; color:var(--green-dark); }
.resource-grid a svg { width:18px; }
.resource-grid article[hidden] { display:none; }

.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; }
.contact-options { display:grid; gap:12px; margin:30px 0; }
.contact-options button { border:1px solid var(--line); background:var(--white); border-radius:16px; padding:15px; display:flex; gap:14px; text-align:left; cursor:pointer; transition:.2s ease; }
.contact-options button:hover,.contact-options button.active { border-color:var(--green); box-shadow:var(--shadow-sm); }
.contact-options button > span:last-child { display:flex; flex-direction:column; }
.contact-options small { color:var(--muted); }
.contact-note { border-left:3px solid var(--aqua); padding-left:18px; margin-top:35px; }
.contact-note p { color:var(--muted); }
.lead-form,.mini-form { background:var(--white); border:1px solid var(--line); border-radius:24px; padding:32px; box-shadow:var(--shadow-sm); display:grid; gap:18px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.lead-form label,.mini-form label { display:grid; gap:7px; font-size:.84rem; font-weight:850; }
.lead-form label > span,.mini-form label > span { font-weight:500; color:var(--muted); }
input,select,textarea { width:100%; border:1px solid #cddbd7; background:#fcfefd; border-radius:10px; padding:12px 13px; color:var(--ink); outline:none; }
input:focus,select:focus,textarea:focus { border-color:var(--green); box-shadow:0 0 0 4px rgba(14,143,114,.1); }
textarea { resize:vertical; }
.consent-check { grid-template-columns:auto 1fr !important; align-items:start; }
.consent-check input { width:18px; height:18px; margin-top:3px; }
.consent-check a { text-decoration:underline; color:var(--green-dark); }
.honeypot { position:absolute !important; left:-9999px !important; }
.form-message { margin:0; min-height:24px; color:var(--green-dark); font-weight:750; }
.form-message.error { color:var(--danger); }

.availability-table { display:grid; gap:12px; }
.availability-table > div { display:grid; grid-template-columns:1fr 1.5fr auto; gap:18px; align-items:center; padding:20px 24px; background:var(--white); border:1px solid var(--line); border-radius:15px; }
.availability-table em { font-style:normal; color:var(--green-dark); background:var(--mint); padding:6px 9px; border-radius:20px; font-size:.75rem; font-weight:850; }

.legal-page h2 { font-size:1.65rem; margin-top:42px; }
.legal-page ul { padding-left:22px; }
.legal-page p,.legal-page li { color:#435d67; }
.draft-warning { margin-top:40px; padding:18px; border-radius:14px; background:#fff4df; border:1px solid #f2d49c; color:#6a4d21; }
.not-found { min-height:70vh; display:grid; place-items:center; text-align:center; padding:80px 0; }
.not-found h1 { font-size:clamp(2.8rem,6vw,5rem); max-width:850px; margin-left:auto; margin-right:auto; }
.not-found p { color:var(--muted); font-size:1.15rem; }
.not-found .hero-actions { justify-content:center; }

.cta-band { background:linear-gradient(135deg,var(--green-dark),var(--navy)); color:var(--white); padding:70px 0; }
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:60px; }
.cta-inner h2 { max-width:720px; }
.cta-inner p { color:#c7dadd; max-width:680px; }
.cta-actions { flex-shrink:0; }
.cta-actions .btn-secondary { background:transparent; color:var(--white); border-color:rgba(255,255,255,.35); }

.site-footer { background:var(--navy-deep); color:var(--white); padding:75px 0 25px; }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(4,1fr); gap:45px; }
.footer-brand p { color:#a8bdc3; max-width:320px; margin-top:22px; }
.footer-grid h3 { font-size:.83rem; text-transform:uppercase; letter-spacing:.09em; color:var(--aqua); margin-bottom:20px; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; gap:11px; }
.footer-grid a:not(.logo) { color:#bdced3; font-size:.88rem; }
.footer-grid a:hover { color:var(--white); }
.footer-status { display:inline-flex; align-items:center; gap:8px; color:#b9ccd1; font-size:.78rem; }
.footer-status span { width:8px; height:8px; border-radius:50%; background:var(--lime); box-shadow:0 0 0 5px rgba(200,233,108,.12); }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; border-top:1px solid rgba(255,255,255,.1); padding-top:24px; margin-top:55px; color:#879fa6; font-size:.77rem; }

.cookie-banner { position:fixed; z-index:1200; left:20px; right:20px; bottom:20px; background:var(--white); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); padding:18px 22px; display:flex; justify-content:space-between; gap:30px; align-items:center; }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:2px 0 0; color:var(--muted); font-size:.84rem; }
.cookie-banner > div:last-child { display:flex; gap:14px; align-items:center; flex-shrink:0; }
.cookie-banner a { text-decoration:underline; font-size:.82rem; }

:focus-visible { outline:3px solid var(--lime); outline-offset:3px; }

@media (max-width: 1080px) {
  .main-nav { position:fixed; left:20px; right:20px; top:75px; background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:20px; display:none; flex-direction:column; align-items:flex-start; gap:16px; }
  .main-nav.open { display:flex; }
  .mobile-access-link { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:8px 15px; border-radius:12px; background:var(--green); color:var(--white) !important; font-weight:850; }
  .nav-toggle { display:block; }
  .nav-actions .nav-login { display:none; }
  .hero-grid { gap:35px; }
  .card-grid { grid-template-columns:1fr 1fr; }
  .steps { grid-template-columns:1fr 1fr; }
  .filter-flow { grid-template-columns:1fr; }
  .flow-arrow { transform:rotate(90deg); text-align:center; }
  .footer-grid { grid-template-columns:1.4fr repeat(2,1fr); }
  .footer-brand { grid-row:span 2; }
}

@media (max-width: 780px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .section { padding:72px 0; }
  .site-header { height:70px; }
  .nav-actions .btn { display:none; }
  .hero-grid,.feature-split,.contact-grid { grid-template-columns:1fr; }
  .hero-inner { padding:65px 0 75px; }
  .home-hero { padding:60px 0 75px; min-height:auto; }
  .hero-visual { min-height:390px; }
  .hero-copy { text-align:left; }
  h1 { font-size:clamp(2.75rem,13vw,4.4rem); }
  h2 { font-size:clamp(2rem,9vw,3rem); }
  .section-heading.split { grid-template-columns:1fr; gap:10px; }
  .audience-grid,.service-grid,.resource-grid,.incident-grid { grid-template-columns:1fr; }
  .feature-split.reverse > :first-child,.feature-split.reverse > :last-child { order:initial; }
  .check-list-columns { grid-template-columns:1fr; }
  .steps { grid-template-columns:1fr; }
  .steps li { min-height:0; }
  .step-number { margin-bottom:25px; }
  .trust-bar .container { flex-direction:column; align-items:flex-start; padding:22px 0; }
  .trust-bar .container > div { gap:13px 22px; }
  .floating-label { display:none; }
  .dashboard-mock { transform:none; }
  .visual-panel { min-height:390px; padding:18px; }
  .integration-visual { width:330px; height:330px; transform:scale(.9); }
  .orbit { width:90px; height:90px; }
  .orbit-1,.orbit-3 { left:120px; }
  .orbit-2,.orbit-4 { top:120px; }
  .permission-table { overflow-x:auto; }
  .permission-table > div { min-width:780px; }
  .vision-roadmap { grid-template-columns:1fr 1fr; }
  .vision-roadmap > div { border-bottom:1px solid var(--line); }
  .cta-inner { flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; grid-row:auto; }
  .footer-bottom { flex-direction:column; }
  .cookie-banner { flex-direction:column; align-items:flex-start; }
  .form-row { grid-template-columns:1fr; }
  .availability-table > div { grid-template-columns:1fr; gap:5px; }
  .availability-table em { justify-self:start; }
}

@media (max-width: 480px) {
  .nav-wrap { gap:12px; }
  .brand-mark { width:31px; height:31px; }
  .brand-word { font-size:1.05rem; }
  .logo-image { width:154px; }
  .footer-brand .logo-image { width:154px; }
  .hero-actions .btn { width:100%; }
  .card-grid { grid-template-columns:1fr; }
  .audience-card { padding:28px; }
  .audience-card h3 { font-size:1.7rem; }
  .mock-body { grid-template-columns:48px 1fr; }
  .mock-side { padding:20px 11px; }
  .mock-main { padding:20px; }
  .mock-row em { display:none; }
  .passport-card { padding:20px; }
  .passport-foot { margin:0 -20px -20px; padding:15px 20px; }
  .passport-head { grid-template-columns:auto 1fr; }
  .verified-badge { grid-column:2; justify-self:start; }
  .stats,.problem-grid,.vision-roadmap { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .resource-filter { flex-wrap:wrap; }
  .integration-visual { transform:scale(.72); margin:-45px; }
}

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

/* Separate marketing-site account hand-off pages */
.account-hero { min-height: calc(100vh - 88px); padding: 105px 0 90px; display:flex; align-items:center; }
.account-shell { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr); gap:80px; align-items:center; }
.account-copy h1,.account-heading h1 { font-size:clamp(3rem,6vw,5.4rem); letter-spacing:-.055em; margin:.2em 0; }
.account-copy .lead { max-width:720px; }
.account-points { margin-top:36px; display:grid; gap:16px; max-width:680px; }
.account-points > div { display:grid; grid-template-columns:auto 1fr; gap:16px; align-items:start; }
.account-points strong,.account-points small { display:block; }
.account-points small { color:var(--muted); margin-top:4px; line-height:1.55; }
.account-card { background:var(--white); border:1px solid var(--line); border-radius:28px; padding:42px; box-shadow:var(--shadow); position:relative; overflow:hidden; }
.account-card::before { content:""; position:absolute; width:190px; height:190px; border-radius:50%; right:-95px; top:-95px; background:var(--mint); }
.account-card-mark { margin-bottom:26px; position:relative; z-index:1; }
.account-card-mark .brand-mark { width:58px; height:58px; display:block; }
.account-card-logo { width:176px; height:auto; display:block; }
.account-card h2 { font-size:2rem; }
.account-card p { color:var(--muted); }
.btn-wide { width:100%; justify-content:center; margin-top:18px; }
.account-help { text-align:center; margin:20px 0 0; }
.account-help a { color:var(--green-dark); font-weight:800; }
.account-note { font-size:.78rem; border-top:1px solid var(--line); padding-top:20px; margin-top:20px; }
.account-heading { margin-bottom:45px; }
.account-heading p { max-width:720px; }
.signup-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.signup-card { border-radius:28px; border:1px solid var(--line); padding:40px; }
.signup-card .icon-box { margin-bottom:24px; background:rgba(255,255,255,.78); }
.signup-card h2 { font-size:2rem; }
.signup-card > p { color:var(--muted); }
.account-separation-note { display:grid; grid-template-columns:auto 1fr; gap:18px; background:var(--navy); color:var(--white); border-radius:18px; padding:22px 26px; margin-top:28px; }
.account-separation-note strong { color:var(--aqua); white-space:nowrap; }
.account-separation-note span { color:#c5d8dd; }

@media (max-width: 960px) {
  .account-shell { grid-template-columns:1fr; gap:45px; }
  .account-card { max-width:680px; }
  .signup-grid { grid-template-columns:1fr; }
}

@media (max-width: 620px) {
  .account-hero { padding:75px 0 65px; }
  .account-card,.signup-card { padding:28px 22px; border-radius:22px; }
  .account-separation-note { grid-template-columns:1fr; }
  .account-separation-note strong { white-space:normal; }
}
