:root{
  --navy:#082f6b;
  --deep:#071d42;
  --blue:#1e66ce;
  --green:#73ae55;
  --green-dark:#4f8f34;
  --green-soft:#f2f8ee;
  --sky:#eaf4ff;
  --ink:#172333;
  --muted:#627085;
  --line:#dbe6f2;
  --soft:#f7fbff;
  --white:#fff;
  --shadow:0 18px 45px rgba(8,47,107,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
.shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.narrow{width:min(1000px,calc(100% - 40px))}
.hero{background:linear-gradient(135deg,var(--deep) 0%,var(--navy) 58%,#0d427f 100%);color:white;position:relative;overflow:hidden}
.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(1px);opacity:.14}.hero:before{width:420px;height:420px;background:#4c9cff;right:-150px;top:-190px}.hero:after{width:310px;height:310px;background:#75b957;left:-130px;bottom:-180px}
.hero-inner{padding:34px 0 62px;position:relative;z-index:1}.brand{width:min(360px,75vw);display:block;margin-bottom:38px}.hero-copy{max-width:790px}.status-pill{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 13px;font-weight:700;font-size:14px}.tick{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-size:13px}
h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:22px 0 20px;letter-spacing:-.045em;max-width:900px}h1 span{color:#9dd17f}.lead{font-size:clamp(18px,2.2vw,22px);line-height:1.55;color:#dce8f7;max-width:800px;margin:0}
.progress-card{margin-top:38px;max-width:760px;display:flex;gap:18px;align-items:flex-start;background:white;color:var(--ink);padding:22px 24px;border-radius:18px;box-shadow:0 16px 40px rgba(0,0,0,.15)}.progress-icon{width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-dark);font-size:25px}.progress-card strong{font-size:18px;color:var(--navy)}.progress-card p{margin:5px 0 0;color:var(--muted)}
.section{padding:78px 0}.intro-section{background:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--green-dark);font-size:13px;font-weight:800;margin:0 0 10px}h2{font-size:clamp(30px,4vw,46px);line-height:1.12;letter-spacing:-.035em;color:var(--navy);margin:0 0 18px}.section-lead{font-size:18px;color:var(--muted);max-width:790px;margin:0}.centred{text-align:center;margin:0 auto}.reports-section h2,.reports-section>.shell>.eyebrow{text-align:center}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px}.benefit{border:1px solid var(--line);border-radius:18px;padding:24px 22px;background:linear-gradient(#fff,#fbfdff);box-shadow:0 10px 24px rgba(8,47,107,.05)}.benefit .icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--green-soft);color:var(--green-dark);font-size:22px;font-weight:800;margin-bottom:18px}.benefit h3{margin:0 0 8px;color:var(--navy);font-size:18px}.benefit p{margin:0;color:var(--muted);font-size:15px}
.reports-section{background:var(--soft);border-top:1px solid #edf3f9;border-bottom:1px solid #edf3f9}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px;align-items:stretch}.report-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 26px 24px;box-shadow:var(--shadow);display:flex;flex-direction:column}.report-card.featured{border:2px solid #a8c9ef;transform:translateY(-8px)}.report-card.complete{border:2px solid #a9cb97}.ribbon{position:absolute;right:18px;top:-13px;background:var(--blue);color:#fff;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800}.tier-label{display:inline-block;color:var(--green-dark);background:var(--green-soft);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.tier-top h3{font-size:25px;color:var(--navy);margin:13px 0 9px;letter-spacing:-.025em}.tier-top p{color:var(--muted);margin:0;min-height:74px}.report-card ul{margin:22px 0 24px;padding:0;list-style:none}.report-card li{position:relative;padding:8px 0 8px 26px;border-bottom:1px solid #edf2f7;font-size:15px}.report-card li:before{content:"✓";position:absolute;left:1px;color:var(--green-dark);font-weight:900}.best-for{margin-top:auto;background:var(--soft);border-radius:14px;padding:14px 15px;color:var(--muted);font-size:14px}.best-for strong{color:var(--navy)}.tier-note{text-align:center;color:var(--muted);font-size:14px;margin:26px 0 0}.report-card.is-selected{outline:4px solid rgba(115,174,85,.22);box-shadow:0 20px 55px rgba(8,47,107,.16)}.report-card.is-selected:after{content:"Your report";position:absolute;left:22px;top:-14px;background:var(--green);color:white;font-weight:800;font-size:12px;padding:6px 11px;border-radius:999px}
.use-section{background:#fff}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;align-items:start}.steps{display:grid;gap:14px}.step{display:flex;gap:16px;border:1px solid var(--line);padding:20px;border-radius:17px;background:#fff}.step>span{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:800}.step strong{color:var(--navy);font-size:17px}.step p{margin:4px 0 0;color:var(--muted)}
.reassurance{padding-top:18px;background:#fff}.reassurance-card{display:grid;grid-template-columns:64px 1fr;gap:22px;background:var(--green-soft);border:1px solid #cfe3c3;border-radius:24px;padding:34px 38px;margin-bottom:70px}.reassurance-mark{font-family:Georgia,serif;font-size:70px;line-height:.8;color:var(--green-dark)}.reassurance-card h2{font-size:30px;margin-bottom:10px}.reassurance-card p{margin:0;color:#506147;font-size:17px;max-width:900px}
footer{background:var(--deep);color:#dbe8f8;padding:28px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-inner>div:first-child{display:flex;flex-direction:column}.footer-inner strong{color:#fff}.footer-inner span{font-size:13px;color:#aebed2}.powered{font-size:14px}

.glossary-section{background:var(--soft);padding-top:10px;padding-bottom:74px}
.glossary-card{display:grid;grid-template-columns:92px 1fr;gap:28px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px 38px;box-shadow:0 14px 34px rgba(8,47,107,.07)}
.glossary-icon{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-dark);font-family:Georgia,serif;font-weight:700;font-size:28px;border:1px solid #cfe3c3}
.glossary-card h2{font-size:32px;margin-bottom:12px}.glossary-card .section-lead{max-width:900px;font-size:17px}.glossary-note{margin:18px 0 0;padding:12px 15px;background:var(--green-soft);border-left:4px solid var(--green);border-radius:8px;color:#506147;font-weight:700;display:inline-block}

@media(max-width:900px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.report-grid{grid-template-columns:1fr}.report-card.featured{transform:none}.tier-top p{min-height:0}.split{grid-template-columns:1fr;gap:36px}}
@media(max-width:600px){.glossary-card{grid-template-columns:1fr;padding:26px 22px}.glossary-icon{width:60px;height:60px;border-radius:16px}.glossary-card h2{font-size:28px}.shell,.narrow{width:min(100% - 28px,1160px)}.hero-inner{padding:24px 0 42px}.brand{margin-bottom:28px}.progress-card{padding:18px}.section{padding:58px 0}.benefits-grid{grid-template-columns:1fr}.report-card{padding:24px 20px}.reassurance-card{grid-template-columns:1fr;padding:26px 22px}.reassurance-mark{height:32px}.footer-inner{align-items:flex-start;flex-direction:column}}
