
:root{
  --navy:#092750;--navy2:#123e72;--blue:#4c7ec9;--blue2:#eaf2fc;--ink:#102b50;--muted:#596e89;
  --line:#d9e4f0;--pale:#f5f8fc;--white:#fff;--green:#2c946c;--amber:#c98a22;--shadow:0 24px 65px rgba(16,42,78,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);line-height:1.55;background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.wrap{width:min(1220px,calc(100% - 40px));margin:auto}
.preview-bar{background:#b47717;color:#fff;text-align:center;font-size:12px;font-weight:900;letter-spacing:.05em;padding:7px}
.contact-strip{background:#061d3d;color:#d8e5f5;font-size:13px}
.contact-inner{display:flex;align-items:center;gap:10px;min-height:38px}
.contact-inner a{color:#fff;font-weight:800}
.contact-inner .hours{margin-left:auto}
.dot{opacity:.5}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(217,228,240,.9);backdrop-filter:blur(14px)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:166px}
.site-header nav{display:flex;gap:21px;align-items:center;font-size:13.5px;font-weight:800}
.site-header nav a:hover{color:var(--blue)}
.nav-cta{background:var(--navy);color:#fff!important;padding:12px 17px;border-radius:11px}
.menu-button{display:none;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:10px;padding:9px 13px;font-weight:800}

.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f9fbfe 0%,#edf4fd 52%,#f8f3e8 100%);padding:78px 0 86px}
.hero:before{content:"";position:absolute;right:-180px;top:-280px;width:670px;height:670px;border-radius:50%;background:radial-gradient(circle,rgba(76,126,201,.18),rgba(76,126,201,0) 69%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.14fr .86fr;gap:65px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:#557ab2;margin:0 0 14px}
.eyebrow.light{color:#b4d0f1}
.hero h1,.subhero h1{font-size:clamp(45px,4.8vw,67px);line-height:1.03;letter-spacing:-.047em;margin:0 0 24px}
.hero-lead,.subhero-lead{font-size:19px;line-height:1.58;color:#3f5876;margin:0 0 14px}
.hero-support,.subhero p:not(.eyebrow):not(.subhero-lead){font-size:17px;color:var(--muted);margin:0 0 28px}
.hero-actions{display:flex;gap:13px;align-items:center;flex-wrap:wrap;margin-top:28px}
.button{min-height:50px;padding:0 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-weight:900;transition:.2s}
.button:hover{transform:translateY(-2px)}
.button.primary{background:var(--navy);color:#fff;box-shadow:0 13px 28px rgba(9,39,80,.18)}
.button.secondary{background:#fff;border-color:#c9d7e8;color:var(--navy)}
.button.text-button{padding-left:7px;padding-right:7px;color:#345e97}
.button.full{width:100%}
.light-button{background:#fff;color:var(--navy)}
.outline-light{border-color:rgba(255,255,255,.5);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 17px;margin-top:27px;color:#425a76;font-size:14px;font-weight:750}
.trust-grid b{width:20px;height:20px;display:inline-grid;place-items:center;border-radius:50%;background:#e3f5ec;color:var(--green);margin-right:6px}
.hero-visual{position:relative;min-height:610px;display:grid;place-items:center}
.glow{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#dceafd,rgba(220,234,253,0) 70%)}
.visual-layout{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:minmax(245px,310px) minmax(215px,1fr);gap:28px;align-items:center}
.phone{position:relative;width:274px;border:9px solid #10233d;border-radius:37px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.phone:before{content:"";position:absolute;inset:0;border-radius:27px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);z-index:2;pointer-events:none}
.phone-top{position:absolute;z-index:4;top:8px;left:50%;transform:translateX(-50%);width:82px;height:18px;border-radius:12px;background:#10233d}
.hero-phone{width:305px;transform:rotate(-1deg)}
.callout-stack{display:grid;gap:14px}
.floating-card{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;background:rgba(255,255,255,.98);border:1px solid rgba(215,226,239,.9);border-radius:15px;padding:15px 16px;box-shadow:0 16px 43px rgba(20,43,78,.17);max-width:245px}
.floating-card small{grid-column:2;color:var(--muted);line-height:1.35}
.status-dot{width:11px;height:11px;border-radius:50%;grid-row:1/3}
.status-dot.green{background:var(--green)}
.status-dot.amber{background:var(--amber)}
.status-dot.blue{background:var(--blue)}

.route-section,.section{padding:90px 0}
.route-section{background:#fff;border-bottom:1px solid var(--line)}
.section-heading{max-width:600px}
.section-heading.centred{text-align:center;margin-left:auto;margin-right:auto}
.section-heading.wide{max-width:850px}
.section-heading.narrow{max-width:720px}
.section-heading h2{font-size:clamp(34px,4vw,52px);line-height:1.1;letter-spacing:-.037em;margin:0 0 18px}
.section-heading p:not(.eyebrow){font-size:18px;color:var(--muted);margin:0}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:43px}
.route-card{display:flex;flex-direction:column;min-height:435px;border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;box-shadow:0 16px 44px rgba(16,42,78,.06)}
.route-family{background:linear-gradient(145deg,#fbfdff,#edf5ff);border-color:#ccdeef}
.route-label{width:max-content;max-width:100%;background:var(--blue2);color:#426da7;border-radius:999px;padding:7px 11px;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.08em}
.route-card h3{font-size:24px;line-height:1.2;margin:21px 0 12px}
.route-card p,.route-card li{color:var(--muted)}
.route-card ul{padding-left:20px;margin:9px 0 24px}
.route-card a{margin-top:auto;color:#315f9e;font-weight:900}

.split-section{background:var(--pale)}
.split-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.problem-cards{display:grid;gap:15px}
.problem-cards article{display:grid;grid-template-columns:48px 1fr;column-gap:17px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:23px}
.problem-cards span{grid-row:1/3;display:grid;place-items:center;width:44px;height:44px;background:var(--blue2);color:#3f6ca9;border-radius:12px;font-weight:900}
.problem-cards h3{margin:0 0 5px}
.problem-cards p{margin:0;color:var(--muted)}

.app-section{background:#fff}
.app-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:54px;align-items:end}
.phone-card{text-align:center}
.phone-card .phone{width:257px;margin:auto}
.phone-card.raised{transform:translateY(-18px)}
.phone-card h3{font-size:21px;margin:23px 0 5px}
.phone-card p{color:var(--muted);max-width:320px;margin:0 auto}
.app-actions{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;margin-top:50px}
.coming-soon{background:var(--blue2);color:var(--navy);border:1px solid #d2e1f2;border-radius:999px;padding:12px 17px;font-weight:850}

.how-section{background:var(--pale)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:45px}
.steps article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:27px;min-height:255px}
.steps span,.benefit-grid article>span,.pathway-grid article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--blue2);color:#3e6da9;font-weight:900;margin-bottom:29px}
.steps h3{font-size:22px;margin:0 0 9px}
.steps p{color:var(--muted);margin:0}
.qualification{margin:25px 0 0;background:#fff;border-left:4px solid var(--blue);padding:16px 19px;color:#4c607a;border-radius:0 12px 12px 0}

.professional-overview,.pilot-section,.governance-section{background:linear-gradient(135deg,#061e40,#123d71);color:#fff}
.professional-overview .section-heading p:not(.eyebrow),.pilot-section p,.governance-section p{color:#cfdef1}
.professional-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:45px}
.professional-columns article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:30px}
.professional-columns h3{font-size:24px;margin:0 0 17px}
.professional-columns ul{padding-left:21px;color:#dbe7f6}
.professional-columns li{margin:8px 0}
.professional-columns .button{margin-top:13px}

.privacy-section{background:#eaf2fb}
.privacy-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.privacy-grid h2{font-size:clamp(42px,5vw,62px);line-height:1.05;margin:0 0 20px}
.privacy-grid>div>p:not(.eyebrow){font-size:18px;color:#4e647f}
.light-link{display:inline-block;margin-top:10px;font-weight:900;color:#2d5b96}
.privacy-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.privacy-cards article{background:#fff;border:1px solid #d3e1f1;border-radius:16px;padding:20px}
.privacy-cards span{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--blue2);font-size:21px}
.privacy-cards h3{margin:14px 0 4px}
.privacy-cards p{margin:0;color:var(--muted);font-size:14px}

.pricing-section{background:#f7f9fc}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px;margin-top:47px;align-items:stretch}
.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 17px 43px rgba(16,42,78,.06)}
.price-card.featured{border:2px solid #4b79c2;transform:translateY(-8px)}
.provider-card{background:linear-gradient(145deg,#fff,#f5f8fc)}
.recommended{position:absolute;right:20px;top:0;transform:translateY(-50%);background:var(--navy);color:#fff;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900}
.plan-label{text-transform:uppercase;letter-spacing:.08em;color:#5678a8;font-weight:900;font-size:12px}
.price{font-size:40px;font-weight:900;letter-spacing:-.04em;line-height:1;margin:13px 0 17px}
.price span{font-size:14px;color:var(--muted);letter-spacing:0}
.price-card p:not(.plan-label){color:var(--muted)}
.price-card ul{list-style:none;padding:0;margin:24px 0}
.price-card li{position:relative;padding:8px 0 8px 28px;border-bottom:1px solid #edf1f6}
.price-card li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.terms-note{text-align:center;max-width:850px;margin:28px auto 0;color:var(--muted);font-size:13px}
.terms-note a{text-decoration:underline}

.scenario-section{background:#fff}
.scenario-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}
.scenario-card{border:1px solid var(--line);border-radius:22px;padding:27px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 18px 48px rgba(16,42,78,.07)}
.scenario-step{display:grid;grid-template-columns:45px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}
.scenario-step:last-child{border-bottom:0}
.scenario-step span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-weight:900}
.scenario-step h3{margin:0 0 4px}
.scenario-step p{margin:0;color:var(--muted)}

.final-cta{background:#0a2a55;color:#fff;padding:62px 0}
.final-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}
.final-grid h2{font-size:clamp(33px,4vw,48px);line-height:1.1;max-width:820px;margin:0}
.final-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}

.subhero{background:linear-gradient(135deg,#f9fbfe,#eef4fc);padding:73px 0 78px}
.subhero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}
.subhero-visual{display:grid;place-items:center}
.subhero-visual .phone{width:300px}
.professional-visual,.pathway-visual{min-height:450px;display:grid;place-items:center}
.dashboard-window{width:min(100%,520px);background:#fff;border-radius:20px;box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}
.dashboard-bar{display:flex;gap:6px;align-items:center;background:#0a2a55;color:#fff;padding:14px 17px}
.dashboard-bar span{width:9px;height:9px;border-radius:50%;background:#7893b5}
.dashboard-bar b{margin-left:9px}
.dashboard-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px;background:#f5f8fc}
.dashboard-summary article{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;text-align:center}
.dashboard-summary b{font-size:27px;display:block}
.dashboard-summary small{color:var(--muted)}
.dashboard-list{padding:12px 18px 20px}
.dashboard-list>div{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:13px 0}
.dashboard-list small{grid-column:2;color:var(--muted)}
.pathway-visual{position:relative;gap:17px;align-content:center}
.pathway-line{position:absolute;left:39px;top:90px;bottom:90px;width:2px;background:#a9bedb}
.pathway-visual article{position:relative;z-index:2;display:grid;grid-template-columns:58px 1fr;gap:15px;align-items:center;width:min(100%,450px);background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:0 15px 40px rgba(16,42,78,.08)}
.pathway-visual article>span{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--navy);color:#fff;font-weight:900}
.pathway-visual b,.pathway-visual small{display:block}
.pathway-visual small{color:var(--muted)}

.benefit-grid,.pathway-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:43px}
.benefit-grid article,.pathway-grid article{border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff}
.benefit-grid h3,.pathway-grid h3{font-size:21px;margin:0 0 8px}
.benefit-grid p,.pathway-grid p{color:var(--muted);margin:0}
.centred-callout{max-width:900px;margin:30px auto 0;text-align:center;font-size:18px;color:#445d79;background:var(--pale);padding:19px;border-radius:14px}

.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.check-list div,.pilot-list div,.governance-list div{position:relative;background:#fff;border:1px solid var(--line);border-radius:13px;padding:15px 16px 15px 44px;color:#425b77;font-weight:700}
.check-list div:before,.pilot-list div:before,.governance-list div:before{content:"✓";position:absolute;left:17px;color:var(--green);font-weight:900}

.operational-section,.nhs-value-section{background:var(--pale)}
.operational-grid,.nhs-value-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px}
.operating-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.operating-cards article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:23px}
.operating-cards h3{margin:0 0 7px}
.operating-cards p{margin:0;color:var(--muted)}
.use-case-section{background:#fff}
.use-case-grid,.pilot-theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:42px}
.use-case-grid article,.pilot-theme-grid article{border:1px solid var(--line);border-radius:17px;padding:24px;background:#fff}
.use-case-grid h3,.pilot-theme-grid h3{margin:0 0 8px}
.use-case-grid p,.pilot-theme-grid p{margin:0;color:var(--muted)}

.pilot-grid,.governance-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.pilot-grid h2,.governance-grid h2{font-size:clamp(35px,4vw,51px);line-height:1.08;margin:0 0 17px}
.pilot-list,.governance-list{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.pilot-list div,.governance-list div{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.16);color:#fff}
.two-column-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.two-column-list>div{background:#fff;border:1px solid var(--line);border-radius:17px;padding:25px}
.two-column-list h3{margin:0 0 14px}
.two-column-list ul{padding-left:21px;color:var(--muted)}
.two-column-list li{margin:9px 0}
.pathway-pilot-section{background:#fff}
.pilot-theme-grid{grid-template-columns:repeat(3,1fr)}

footer{background:#061a37;color:#c9d7e9;padding:64px 0 23px}
.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:44px}
.footer-brand img{width:188px;background:#fff;border-radius:10px;padding:8px}
.footer-brand p{max-width:340px}
.footer-grid h3{color:#fff;margin:0 0 14px}
.footer-grid a{display:block;margin:8px 0}
.footer-grid a:hover{color:#fff}
.legal{border-top:1px solid rgba(255,255,255,.13);margin-top:43px;padding-top:20px;font-size:12px;color:#9eb0c8}

@media(max-width:1080px){
 .site-header nav{display:none;position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
 .site-header nav.open{display:flex}
 .menu-button{display:block}
 .hero-grid,.subhero-grid,.split-grid,.privacy-grid,.scenario-grid,.operational-grid,.nhs-value-grid,.pilot-grid,.governance-grid{grid-template-columns:1fr}
 .hero-copy,.subhero-grid>div:first-child{text-align:center}
 .hero-lead,.hero-support,.subhero p,.section-heading{margin-left:auto;margin-right:auto}
 .hero-actions{justify-content:center}
 .trust-grid{max-width:630px;margin-left:auto;margin-right:auto;text-align:left}
 .hero-visual{min-height:560px}
 .visual-layout{max-width:650px;margin:auto}
 .route-grid,.pricing-grid{grid-template-columns:1fr}
 .route-card{min-height:0}
 .app-showcase{gap:14px}
 .phone-card .phone{width:220px}
 .steps,.benefit-grid,.pathway-grid,.use-case-grid{grid-template-columns:repeat(2,1fr)}
 .professional-columns{grid-template-columns:1fr}
 .privacy-cards{grid-template-columns:repeat(2,1fr)}
 .price-card.featured{transform:none}
 .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
 .wrap{width:min(100% - 28px,1220px)}
 .contact-inner{justify-content:center;flex-wrap:wrap;padding:8px 0}
 .contact-inner .hours{display:none}
 .header-inner{height:68px}
 .brand img{width:145px}
 .hero,.subhero{padding:52px 0 61px}
 .hero h1,.subhero h1{font-size:40px}
 .hero-lead,.subhero-lead{font-size:17px}
 .trust-grid{grid-template-columns:1fr}
 .hero-visual{min-height:auto;padding-top:35px}
 .visual-layout{grid-template-columns:1fr;justify-items:center}
 .hero-phone{width:268px}
 .callout-stack{width:min(100%,350px)}
 .floating-card{max-width:none}
 .route-section,.section{padding:67px 0}
 .section-heading h2{font-size:35px}
 .app-showcase{grid-template-columns:1fr;gap:50px}
 .phone-card.raised{transform:none}
 .phone-card .phone{width:268px}
 .steps,.benefit-grid,.pathway-grid,.privacy-cards,.operating-cards,.use-case-grid,.pilot-theme-grid,.two-column-list,.check-list,.pilot-list,.governance-list{grid-template-columns:1fr}
 .professional-columns{grid-template-columns:1fr}
 .pricing-grid{grid-template-columns:1fr}
 .final-grid{align-items:flex-start;flex-direction:column}
 .final-actions{justify-content:flex-start}
 .footer-grid{grid-template-columns:1fr}
 .preview-bar{font-size:10.5px}
}


/* Version 4.1 — restore human-led hero imagery */
.hero-human-visual{
  position:relative;
  min-height:590px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-photo-frame{
  position:relative;
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:30px;
  box-shadow:var(--shadow);
  border:1px solid rgba(210,224,239,.9);
  background:#fff;
}
.hero-photo-frame img{
  width:100%;
  height:565px;
  object-fit:cover;
  object-position:center center;
}
.hero-app-support{
  position:absolute;
  right:-28px;
  bottom:-26px;
  width:min(390px,82%);
  display:grid;
  grid-template-columns:104px 1fr;
  gap:15px;
  align-items:center;
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  border-radius:19px;
  padding:14px;
  box-shadow:0 20px 55px rgba(16,42,78,.2);
}
.mini-phone{
  position:relative;
  width:104px;
  overflow:hidden;
  border:5px solid #10233d;
  border-radius:18px;
  background:#fff;
}
.mini-phone-top{
  position:absolute;
  top:4px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  width:35px;
  height:7px;
  border-radius:8px;
  background:#10233d;
}
.hero-app-support b,
.hero-app-support small{
  display:block;
}
.hero-app-support b{
  margin:3px 0 4px;
  font-size:18px;
}
.hero-app-support small{
  color:var(--muted);
  line-height:1.4;
}
.support-label,
.photo-message span{
  color:#4a72aa;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.subhero-photo-wrap{
  position:relative;
  min-height:450px;
  display:flex;
  align-items:center;
}
.subhero-photo{
  display:block;
  width:100%;
  overflow:hidden;
  border-radius:28px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
  background:#fff;
}
.subhero-photo img{
  width:100%;
  height:455px;
  object-fit:cover;
  object-position:left center;
}
.photo-message{
  position:absolute;
  right:-18px;
  bottom:-20px;
  width:min(360px,78%);
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  border-radius:17px;
  padding:18px 20px;
  box-shadow:0 18px 46px rgba(16,42,78,.18);
}
.photo-message b{
  display:block;
  margin-top:5px;
  font-size:18px;
  line-height:1.3;
}

@media(max-width:1080px){
  .hero-human-visual{max-width:780px;margin:0 auto}
  .hero-app-support{right:18px}
  .subhero-photo-wrap{max-width:820px;margin:25px auto 0}
  .photo-message{right:18px}
}
@media(max-width:720px){
  .hero-human-visual{min-height:auto;padding-bottom:0}
  .hero-photo-frame img{height:390px;object-position:42% center}
  .hero-app-support{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:14px;
    grid-template-columns:82px 1fr;
  }
  .mini-phone{width:82px}
  .subhero-photo-wrap{min-height:auto;display:block}
  .subhero-photo img{height:330px;object-position:left center}
  .photo-message{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:13px;
  }
}


/* Version 4.2 — corrected header identity and controlled demo access */
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  height:100%;
}
.brand img{
  display:block;
  width:178px;
  height:auto;
  max-height:58px;
  object-fit:contain;
}
.demo-request{
  background:#edf4fc;
  border-color:#cbdced;
  color:#244f87;
}
.demo-request:hover{
  background:#e2edf9;
}

@media(max-width:720px){
  .brand img{
    width:154px;
    max-height:51px;
  }
}


/* Version 4.3 — smoother family journey from value and pricing into sign-up */
.pricing-section{
  padding-bottom:0;
}
.pricing-to-signup{
  position:relative;
  z-index:3;
  width:min(760px,calc(100% - 20px));
  margin:40px auto -42px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:17px 20px;
  box-shadow:0 17px 44px rgba(16,42,78,.1);
}
.pricing-to-signup span{
  color:#4d72a8;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.pricing-to-signup strong{
  font-size:15px;
}
.pricing-to-signup a{
  color:#2e609f;
  font-weight:900;
  white-space:nowrap;
}

.signup-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(145deg,#08264f 0%,#123e72 58%,#1f568f 100%);
  color:#fff;
  padding:115px 0 88px;
}
.signup-section:before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  border-radius:50%;
  right:-240px;
  top:-280px;
  background:radial-gradient(circle,rgba(255,255,255,.14),rgba(255,255,255,0) 70%);
}
.signup-shell{
  position:relative;
  z-index:2;
}
.signup-intro{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}
.signup-intro h2{
  margin:0 0 17px;
  font-size:clamp(36px,4.5vw,56px);
  line-height:1.08;
  letter-spacing:-.04em;
}
.signup-intro>p:not(.eyebrow){
  margin:0 auto;
  max-width:760px;
  color:#d4e2f4;
  font-size:18px;
}
.signup-assurances{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 18px;
  margin-top:24px;
  color:#e9f1fa;
  font-size:13px;
  font-weight:800;
}

.signup-journey{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-bottom:25px;
}
.signup-journey article{
  position:relative;
  min-height:230px;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.17);
  border-radius:18px;
  padding:24px;
}
.signup-journey article>span{
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border-radius:50%;
  background:#fff;
  color:var(--navy);
  font-weight:900;
  margin-bottom:24px;
}
.signup-journey h3{
  margin:0 0 9px;
  font-size:19px;
  line-height:1.25;
}
.signup-journey p{
  margin:0;
  color:#cfdef1;
  font-size:14.5px;
}

.signup-action-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px 34px;
  align-items:center;
  margin-top:18px;
  background:#fff;
  color:var(--ink);
  border-radius:22px;
  padding:28px 30px;
  box-shadow:0 22px 58px rgba(0,0,0,.18);
}
.signup-label{
  color:#4a72a9;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.signup-action-card h3{
  margin:6px 0 5px;
  font-size:27px;
}
.signup-action-card p{
  margin:0;
  color:var(--muted);
}
.signup-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:11px;
}
.signup-primary{
  background:var(--navy);
  color:#fff;
}
.signup-secondary{
  background:#eef4fb;
  border-color:#cfdeee;
  color:#244f85;
}
.signup-action-card small{
  grid-column:1/-1;
  color:#64768e;
  padding-top:16px;
  border-top:1px solid var(--line);
}

.professional-signpost{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:22px;
  padding:21px 24px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(3,20,44,.24);
}
.professional-signpost span,
.professional-signpost strong{
  display:block;
}
.professional-signpost span{
  color:#a9c6eb;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:3px;
}
.professional-signpost>div:last-child{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.professional-signpost a{
  color:#fff;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media(max-width:1080px){
  .pricing-to-signup{
    grid-template-columns:1fr;
    text-align:center;
  }
  .signup-journey{
    grid-template-columns:repeat(2,1fr);
  }
  .signup-action-card{
    grid-template-columns:1fr;
    text-align:center;
  }
  .signup-buttons{
    justify-content:center;
  }
  .professional-signpost{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:720px){
  .pricing-to-signup{
    margin-bottom:-30px;
  }
  .signup-section{
    padding:90px 0 68px;
  }
  .signup-journey{
    grid-template-columns:1fr;
  }
  .signup-journey article{
    min-height:0;
  }
  .signup-action-card{
    padding:23px 20px;
  }
  .signup-buttons{
    flex-direction:column;
  }
  .signup-buttons .button{
    width:100%;
  }
  .professional-signpost>div:last-child{
    flex-direction:column;
    gap:8px;
  }
}


/* Version 4.4 — brand messaging study */
.brand-lockup{gap:16px;min-width:340px}
.brand-lockup img{width:150px;max-height:48px}
.brand-strapline{display:block;padding-left:15px;border-left:1px solid #d5dfeb;color:#3d5c7d;font-size:11px;line-height:1.35;font-weight:800;letter-spacing:.01em;white-space:nowrap}
.vision-line{display:inline-block;max-width:660px;margin:0 0 18px;color:#426fa8;font-size:17px;line-height:1.35;font-weight:900;letter-spacing:-.01em}
.hero h1{margin-bottom:23px}
.brand-thought-band{background:#08254d;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.brand-thought-inner{min-height:94px;display:flex;align-items:center;justify-content:center;gap:24px;text-align:center}
.brand-thought-inner>span{color:#a8c6ea;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900}
.brand-thought-inner p{margin:0;font-size:22px;line-height:1.25;letter-spacing:-.02em}
.brand-thought-inner strong{color:#c8dcf5}
@media(max-width:1180px){
  .brand-lockup{min-width:auto}
  .brand-strapline{display:none}
}
@media(max-width:720px){
  .vision-line{font-size:15px;margin-bottom:14px}
  .brand-thought-inner{min-height:auto;padding:20px 0;flex-direction:column;gap:7px}
  .brand-thought-inner p{font-size:18px}
}


/* Version 4.5 — simplified brand hierarchy */
.brand-lockup{
  min-width:auto;
  gap:0;
}
.brand-lockup img{
  width:172px;
  max-height:56px;
}
.brand-strapline{
  display:none !important;
}

.hero-copy h1{
  max-width:650px;
}
.hero-copy h1 span{
  display:block;
}
.hero-copy h1 span + span{
  margin-top:7px;
}
.vision-line{
  margin-bottom:22px;
}

.brand-thought-band{
  background:
    radial-gradient(circle at 80% 20%,rgba(105,153,214,.18),rgba(105,153,214,0) 34%),
    linear-gradient(135deg,#071f42,#0b315f);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.07);
}
.brand-thought-inner{
  min-height:178px;
  display:grid;
  grid-template-columns:240px minmax(0,1fr) 260px;
  gap:38px;
  align-items:center;
  text-align:left;
  padding-top:30px;
  padding-bottom:30px;
}
.brand-thought-kicker{
  color:#9fc0e8;
  font-size:11px;
  line-height:1.5;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
}
.brand-thought-inner p{
  margin:0;
  font-size:clamp(28px,3vw,42px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:650;
}
.brand-thought-inner p strong{
  color:#fff;
  font-weight:900;
}
.brand-thought-inner>span{
  color:#b9cee8;
  font-size:13px;
  line-height:1.65;
  font-weight:750;
  text-transform:none;
  letter-spacing:0;
}

@media(max-width:1080px){
  .brand-lockup img{
    width:164px;
  }
  .brand-thought-inner{
    grid-template-columns:1fr;
    gap:14px;
    text-align:center;
    min-height:auto;
    padding-top:34px;
    padding-bottom:34px;
  }
  .brand-thought-inner>span{
    max-width:620px;
    margin:auto;
  }
}
@media(max-width:720px){
  .brand-lockup img{
    width:156px;
    max-height:52px;
  }
  .hero-copy h1{
    max-width:100%;
  }
  .hero-copy h1 span + span{
    margin-top:5px;
  }
  .brand-thought-inner p{
    font-size:27px;
  }
}


/* Version 4.6 — brand-band legibility and mobile polish */
.brand-thought-kicker{
  font-size:13px;
  line-height:1.5;
  letter-spacing:.115em;
}
.brand-thought-inner>span{
  font-size:15px;
  line-height:1.55;
  font-weight:800;
}

/* Keep the mobile experience deliberately calm and readable. */
@media(max-width:720px){
  .contact-strip{
    font-size:11px;
  }
  .contact-inner{
    gap:7px;
  }
  .contact-inner>span:first-child,
  .contact-inner .dot{
    display:none;
  }

  .site-header{
    position:sticky;
    top:0;
  }
  .header-inner{
    height:66px;
  }
  .brand-lockup img{
    width:148px;
    max-height:49px;
  }

  .hero{
    padding-top:44px;
    padding-bottom:58px;
  }
  .hero-grid{
    gap:30px;
  }
  .hero-copy{
    text-align:left;
  }
  .vision-line{
    display:block;
    font-size:14px;
    line-height:1.4;
    margin:0 0 14px;
  }
  .hero h1{
    font-size:39px;
    line-height:1.04;
    letter-spacing:-.045em;
    margin-bottom:20px;
  }
  .hero-lead,
  .hero-support{
    margin-left:0;
    margin-right:0;
  }
  .hero-lead{
    font-size:16px;
  }
  .hero-support{
    font-size:15px;
  }
  .hero-actions{
    justify-content:flex-start;
    gap:9px;
  }
  .hero-actions .button{
    min-height:46px;
    padding-left:16px;
    padding-right:16px;
  }
  .hero-actions .text-button{
    width:100%;
    justify-content:flex-start;
    padding-left:2px;
    margin-top:1px;
  }

  .trust-grid{
    margin-left:0;
    margin-right:0;
    text-align:left;
    font-size:13px;
    gap:9px;
  }

  .hero-human-visual{
    padding-top:3px;
  }
  .hero-photo-frame{
    border-radius:23px;
  }
  .hero-photo-frame img{
    height:375px;
    object-position:42% center;
  }
  .hero-app-support{
    margin-top:12px;
    border-radius:16px;
    padding:12px;
    grid-template-columns:76px 1fr;
    gap:12px;
  }
  .mini-phone{
    width:76px;
  }
  .hero-app-support b{
    font-size:16px;
  }
  .hero-app-support small{
    font-size:12px;
  }

  .brand-thought-inner{
    padding-top:28px;
    padding-bottom:28px;
    gap:10px;
  }
  .brand-thought-kicker{
    font-size:11px;
    line-height:1.45;
  }
  .brand-thought-inner p{
    font-size:27px;
    line-height:1.13;
  }
  .brand-thought-inner>span{
    font-size:13px;
    line-height:1.5;
  }

  .route-section{
    padding-top:58px;
  }
  .section-heading.centred{
    text-align:left;
  }
}


/* Version 4.7 — carry the Enhanced Day brand system across all audience pages */
.audience-vision-line{
  display:inline-block;
  max-width:700px;
  margin:0 0 17px;
  color:#426fa8;
  font-size:16px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:-.01em;
}
.subhero .eyebrow + .audience-vision-line{
  margin-top:-3px;
}
.audience-brand-band{
  margin:0;
}
.audience-brand-band .brand-thought-inner{
  min-height:165px;
}

@media(max-width:720px){
  .audience-vision-line{
    display:block;
    font-size:14px;
    line-height:1.4;
    margin-bottom:13px;
  }
  .audience-brand-band .brand-thought-inner{
    min-height:auto;
  }
}


/* Version 4.8 — company / corporate page */
.company-subhero{
  background:
    radial-gradient(circle at 88% 10%,rgba(86,132,194,.18),rgba(86,132,194,0) 34%),
    linear-gradient(135deg,#f9fbfe,#edf4fd);
}
.company-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}
.company-hero-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow);
}
.company-label{
  display:block;
  color:#4a72a8;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:12px;
}
.company-hero-panel article{
  padding:17px 0;
  border-bottom:1px solid var(--line);
}
.company-hero-panel article:last-child{border-bottom:0}
.company-hero-panel small,
.company-hero-panel strong{
  display:block;
}
.company-hero-panel small{
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
  margin-bottom:3px;
}
.company-hero-panel strong{
  font-size:20px;
  line-height:1.25;
}

.company-two-col,
.seis-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:start;
}
.company-copy{
  font-size:18px;
  color:var(--muted);
}
.company-copy p{margin-top:0;margin-bottom:18px}
.company-guardrail{
  background:#f5f8fc;
  border-left:4px solid var(--blue);
  padding:16px 18px;
  border-radius:0 12px 12px 0;
  color:#425a76;
  font-size:15px;
}
.company-platform{background:var(--pale)}
.company-platform-grid,
.milestone-grid,
.leadership-grid{
  display:grid;
  gap:18px;
  margin-top:42px;
}
.company-platform-grid{grid-template-columns:repeat(3,1fr)}
.milestone-grid{grid-template-columns:repeat(4,1fr)}
.leadership-grid{grid-template-columns:repeat(3,1fr)}
.company-platform-grid article,
.milestone-grid article,
.leadership-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:26px;
}
.company-platform-grid span,
.milestone-grid span,
.leadership-grid span{
  display:inline-block;
  color:#4c73aa;
  background:var(--blue2);
  border-radius:999px;
  padding:6px 10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:10.5px;
  font-weight:900;
  margin-bottom:18px;
}
.company-platform-grid h3,
.milestone-grid h3,
.leadership-grid h3{
  margin:0 0 9px;
  font-size:21px;
  line-height:1.25;
}
.company-platform-grid p,
.milestone-grid p,
.leadership-grid p{
  margin:0;
  color:var(--muted);
}
.company-platform-grid a{
  display:inline-block;
  margin-top:17px;
  color:#315f9e;
  font-weight:900;
}
.milestone-section{background:#fff}
.seis-section{
  background:linear-gradient(135deg,#071f42,#0f3c70);
  color:#fff;
}
.seis-section p:not(.eyebrow){color:#cfdef1;font-size:17px}
.seis-section h2{
  font-size:clamp(36px,4vw,52px);
  line-height:1.08;
  margin:0 0 18px;
}
.seis-status-card{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  padding:30px;
}
.seis-status-card span,
.seis-status-card strong,
.seis-status-card b,
.seis-status-card small{
  display:block;
}
.seis-status-card span{
  color:#a9c7eb;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:11px;
  font-weight:900;
}
.seis-status-card strong{
  font-size:30px;
  line-height:1.1;
  margin:12px 0 8px;
}
.seis-status-card b{font-size:18px;margin-bottom:18px}
.seis-status-card small{
  color:#c7d8ed;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.16);
}
.leadership-section{background:var(--pale)}
.partners-section{background:#fff}
.corporate-inline-link{
  margin:0;
  padding:18px 20px;
  text-align:center;
  background:#eef4fb;
  border-top:1px solid #d5e2f0;
}
.corporate-inline-link a{
  color:#315f9e;
  font-weight:900;
}
@media(max-width:1080px){
  .company-hero-grid,
  .company-two-col,
  .seis-grid{
    grid-template-columns:1fr;
  }
  .company-platform-grid,
  .leadership-grid{
    grid-template-columns:1fr;
  }
  .milestone-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:720px){
  .company-hero-grid{gap:36px}
  .company-platform-grid,
  .milestone-grid,
  .leadership-grid{
    grid-template-columns:1fr;
  }
  .company-hero-panel{padding:22px}
  .company-two-col,
  .seis-grid{gap:32px}
}


/* Version 4.9 — polished app showcase inserted into homepage */
.app-showcase-desktop{
  margin-top:48px;
  width:100%;
}
.app-showcase-desktop img{
  display:block;
  width:min(100%,1480px);
  height:auto;
  margin:0 auto;
  border-radius:22px;
}
.app-showcase-mobile{
  display:none;
}
@media(max-width:720px){
  .app-showcase-desktop{
    display:none;
  }
  .app-showcase-mobile{
    display:grid;
    grid-template-columns:1fr;
    gap:46px;
    margin-top:40px;
  }
  .app-showcase-mobile .phone-card{
    text-align:center;
  }
  .app-showcase-mobile .phone-card .phone{
    width:270px;
    max-width:88vw;
  }
  .app-showcase-mobile .phone-card h3{
    margin-top:20px;
  }
}
