/* 247medways — editorial provider landing page. */
.page-landing{
  --paper:#f1f0e8;
  --paper-2:#e7e7dc;
  --white:#fff;
  --ink:#102019;
  --muted:#52625b;
  --line:#bfc8c1;
  --blue:#1747d1;
  --blue-dark:#0d2f98;
  --lime:#d9ff63;
  --coral:#ff6846;
  --display:'Fraunces',Georgia,serif;
  --text:'Public Sans',Arial,sans-serif;
  background:var(--paper);color:var(--ink);font-family:var(--text);font-size:16px;line-height:1.55;overflow-x:hidden;-webkit-font-smoothing:antialiased
}
[data-theme="dark"] .page-landing{--paper:#101713;--paper-2:#17211c;--white:#1d2923;--ink:#f3f5ed;--muted:#a7b4ac;--line:#3d4a43;--lime:#ceef68}
.page-landing ::selection{background:var(--lime);color:#102019}
.page-landing .lp-shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.page-landing main{overflow:hidden}

/* Navigation */
.page-landing .lp-nav{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--paper) 94%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.page-landing .lp-nav-inner{width:min(1240px,calc(100% - 48px));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.page-landing .lp-brand,.page-landing .lp-nav-actions{display:flex;align-items:center}.page-landing .lp-nav-links{display:flex;align-items:center;gap:28px}.page-landing .lp-nav-links a,.page-landing .lp-sign-in{font-size:13px;font-weight:700;color:var(--muted);transition:color .2s}.page-landing .lp-nav-links a:hover,.page-landing .lp-sign-in:hover{color:var(--blue)}.page-landing .lp-nav-actions{gap:18px}
.page-landing .lp-btn{min-height:48px;padding:0 21px;border:1px solid var(--ink);border-radius:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--text);font-size:13px;font-weight:800;line-height:1;white-space:nowrap;transition:transform .18s,box-shadow .18s,background .18s}.page-landing .lp-btn:hover{transform:translate(-3px,-3px);box-shadow:3px 3px 0 var(--ink)}.page-landing .lp-btn-primary{background:var(--blue);border-color:var(--blue);color:#fff}.page-landing .lp-btn-primary:hover{box-shadow:3px 3px 0 var(--lime)}.page-landing .lp-btn-secondary{background:transparent;color:var(--ink)}.page-landing .lp-btn-light{background:var(--lime);border-color:var(--lime);color:#102019}.page-landing .lp-btn-dark{background:var(--ink);border-color:var(--ink);color:var(--paper)}.page-landing .lp-btn-lg{min-height:58px;padding-inline:28px;font-size:14px}
.page-landing .lp-burger{display:none;width:44px;height:44px;border:1px solid var(--ink);border-radius:0;background:transparent;color:var(--ink);align-items:center;justify-content:center}.page-landing .lp-burger span,.page-landing .lp-burger span::before,.page-landing .lp-burger span::after{display:block;width:18px;height:2px;background:currentColor;position:relative;transition:.2s}.page-landing .lp-burger span::before,.page-landing .lp-burger span::after{content:'';position:absolute;left:0}.page-landing .lp-burger span::before{top:-6px}.page-landing .lp-burger span::after{top:6px}.page-landing .lp-burger[aria-expanded="true"] span{background:transparent}.page-landing .lp-burger[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}.page-landing .lp-burger[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}
.page-landing .lp-sheet{display:none;background:var(--paper);padding:0 24px 22px;border-bottom:1px solid var(--ink)}.page-landing .lp-sheet.is-open{display:block}.page-landing .lp-sheet>a{min-height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-weight:700}.page-landing .lp-sheet-actions{display:grid;gap:10px;margin-top:18px}.page-landing .lp-sheet-actions .lp-btn{width:100%}

/* Shared type */
.page-landing .eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}.page-landing .eyebrow-dot{width:10px;height:10px;background:var(--coral);border-radius:50%}.page-landing h1,.page-landing h2{font-family:var(--display);font-weight:600;letter-spacing:-.045em;color:var(--ink)}.page-landing h2{font-size:clamp(42px,6vw,72px);line-height:.98}.page-landing h3{font-size:22px;line-height:1.2}.page-landing .lp-section{padding:120px 0}.page-landing .section-intro{max-width:760px;margin-bottom:58px}.page-landing .section-intro>p{max-width:550px;margin-top:22px;color:var(--muted);font-size:18px}.page-landing .section-intro-center{text-align:left;margin-inline:0}

/* Hero: clean split editorial composition */
.page-landing .hero{position:relative;padding:54px 0 0;background:var(--paper)}.page-landing .hero-glow{display:none}.page-landing .hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:72px;align-items:center}.page-landing .hero-copy{padding:50px 0 70px}.page-landing .hero h1{max-width:760px;margin-bottom:28px;font-size:clamp(64px,7.5vw,100px);line-height:.89}.page-landing .hero h1 span{color:var(--blue);font-style:italic}.page-landing .hero-lead{max-width:540px;margin-bottom:32px;color:var(--muted);font-size:20px;line-height:1.55}.page-landing .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.page-landing .hero-reassurance{display:flex;gap:12px 22px;flex-wrap:wrap;color:var(--muted);font-size:12px;font-weight:700}.page-landing .hero-reassurance span{display:flex;align-items:center;gap:6px}.page-landing .hero-reassurance svg{color:var(--blue);stroke-width:2.4}
.page-landing .hero-photo{position:relative;margin:0;height:640px;border-left:12px solid var(--lime);overflow:hidden;background:#cbd8d5}.page-landing .hero-photo img{width:100%;height:100%;object-fit:cover;object-position:62% center;display:block;filter:saturate(.88);animation:photoBreathe 12s ease-in-out infinite alternate}.page-landing .hero-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,20,15,.28))}.page-landing .hero-photo figcaption{position:absolute;z-index:2;left:0;bottom:0;width:min(330px,85%);padding:22px 24px;background:var(--ink);color:#fff;display:grid}.page-landing .hero-photo figcaption span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--lime);font-weight:900}.page-landing .hero-photo figcaption strong{font-family:var(--display);font-size:23px;line-height:1.2}
.page-landing .trust-strip{padding:23px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);display:grid;grid-template-columns:260px 1fr;align-items:center;gap:30px}.page-landing .trust-strip p{font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.page-landing .trust-strip>div{display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap}.page-landing .trust-strip span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:700}.page-landing .trust-strip svg{color:var(--blue)}

/* Features: ruled, asymmetric and direct */
.page-landing .benefits{background:var(--white)}.page-landing .bento-grid{display:grid;grid-template-columns:1.15fr .85fr;border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.page-landing .bento{position:relative;min-height:340px;padding:34px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white);overflow:hidden}.page-landing .bento-large{min-height:440px}.page-landing .bento-wide{grid-column:1/-1;min-height:235px;display:flex;align-items:center;background:var(--lime)}.page-landing .bento-copy{position:relative;z-index:2;max-width:420px}.page-landing .feature-icon{width:44px;height:44px;margin-bottom:24px;display:grid;place-items:center;background:var(--ink);color:var(--lime)}.page-landing .feature-icon.coral-bg{background:var(--coral);color:#fff}.page-landing .feature-icon.blue-bg{background:var(--blue);color:#fff}.page-landing .feature-icon.purple-bg{background:#6a55bd;color:#fff}.page-landing .feature-icon.soft-bg{background:var(--paper);color:var(--ink)}.page-landing .bento h3{margin-bottom:10px}.page-landing .bento p{max-width:390px;color:var(--muted);font-size:15px}
.page-landing .mini-calendar{position:absolute;width:64%;right:-5%;bottom:-16px;padding:18px;border:1px solid var(--ink);background:var(--paper);transform:rotate(-1deg)}.page-landing .calendar-head{display:flex;justify-content:space-between;margin-bottom:13px;font-size:11px;font-weight:900}.page-landing .calendar-days,.page-landing .calendar-dates{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.page-landing .calendar-days b{font-size:7px;color:var(--muted)}.page-landing .calendar-dates span{padding:5px 0;font-size:8px}.page-landing .calendar-dates .selected{background:var(--blue);color:#fff}.page-landing .calendar-slots{display:flex;gap:5px;margin-top:12px}.page-landing .calendar-slots span{padding:5px 7px;border:1px solid var(--line);font-size:7px}.page-landing .calendar-slots .picked{background:var(--lime);border-color:var(--ink);font-weight:900}
.page-landing .video-preview{position:absolute;left:34px;right:34px;bottom:-24px;height:165px;background:#78a9b7;overflow:hidden}.page-landing .video-person,.page-landing .video-patient{display:grid;place-items:center;color:#fff;font-weight:900}.page-landing .video-person{position:absolute;inset:0;background:linear-gradient(145deg,#679bae,#315e6c)}.page-landing .video-person span{width:54px;height:54px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center}.page-landing .video-person i{position:absolute;right:12px;top:12px;width:8px;height:8px;background:var(--lime);border-radius:50%}.page-landing .video-patient{position:absolute;right:10px;top:10px;width:58px;height:70px;border:2px solid #fff;background:var(--coral);font-size:10px}.page-landing .video-controls{position:absolute;left:50%;bottom:13px;transform:translateX(-50%);display:flex;gap:7px}.page-landing .video-controls i{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:rgba(16,32,25,.78);color:#fff}.page-landing .video-controls .hang{background:#e44434}
.page-landing .patient-stack{position:absolute;left:34px;bottom:38px;display:flex}.page-landing .patient-stack span{width:52px;height:52px;margin-left:-8px;border:2px solid var(--white);border-radius:50%;display:grid;place-items:center;color:#fff;background:#218f7c;font-size:10px;font-weight:900}.page-landing .patient-stack span:first-child{margin-left:0;background:var(--coral)}.page-landing .patient-stack span:nth-child(2){background:var(--blue)}.page-landing .patient-stack span:nth-child(3){background:#6a55bd}.page-landing .patient-stack span:last-child{background:var(--ink)}
.page-landing .money-card{position:absolute;left:34px;right:34px;bottom:30px;padding:17px;border:1px solid var(--ink);background:var(--paper)}.page-landing .money-card>div:first-child{display:grid}.page-landing .money-card span{font-size:8px;color:var(--muted)}.page-landing .money-card strong{font-size:22px}.page-landing .money-check{position:absolute;right:17px;top:18px;width:28px;height:28px;background:var(--lime);display:grid;place-items:center;border-radius:50%;color:var(--ink)}.page-landing .money-bars{height:38px;margin-top:9px;display:flex!important;gap:5px;align-items:end}.page-landing .money-bars i{flex:1;background:var(--blue)}.page-landing .money-bars i:nth-child(1){height:25%}.page-landing .money-bars i:nth-child(2){height:44%}.page-landing .money-bars i:nth-child(3){height:35%}.page-landing .money-bars i:nth-child(4){height:61%}.page-landing .money-bars i:nth-child(5){height:51%}.page-landing .money-bars i:nth-child(6){height:76%}.page-landing .money-bars i:nth-child(7){height:92%}
.page-landing .link-preview{margin-left:auto;width:45%;padding:20px;border:1px solid var(--ink);background:var(--paper);color:var(--muted)}.page-landing .link-preview strong{color:var(--blue)}.page-landing .link-preview i{display:flex;align-items:center;gap:5px;width:max-content;margin-top:13px;font-size:9px;font-style:normal;font-weight:900;color:#27725e}

/* Steps */
.page-landing .how{background:var(--paper)}.page-landing .steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.page-landing .step{position:relative;padding:38px 36px 42px;border-right:1px solid var(--ink)}.page-landing .step:last-child{border-right:0}.page-landing .step-number{width:70px;height:70px;margin-bottom:42px;display:grid;place-items:center;background:var(--blue);color:#fff;font-family:var(--display);font-size:31px;position:relative}.page-landing .step-number span{position:absolute;right:-13px;bottom:-13px;width:36px;height:36px;display:grid;place-items:center;background:var(--lime);color:var(--ink)}.page-landing .step h3{margin-bottom:10px}.page-landing .step p{color:var(--muted);font-size:14px}.page-landing .how-cta{margin-top:42px;display:flex;align-items:center;gap:16px}.page-landing .how-cta span{font-size:12px;color:var(--muted)}

/* Provider photo section */
.page-landing .provider-band{padding:0;background:var(--ink);color:#fff}.page-landing .provider-grid{width:100%;max-width:none;display:grid;grid-template-columns:minmax(360px,.72fr) minmax(0,1.28fr);gap:0}.page-landing .provider-copy{padding:100px max(48px,calc((100vw - 1240px)/2));display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.page-landing .provider-copy h2{color:#fff}.page-landing .provider-copy p{max-width:520px;margin:22px 0 32px;color:#b8c3bd;font-size:18px}.page-landing .eyebrow-light{color:var(--lime)}.page-landing .team-photo{position:relative;min-height:620px;margin:0;overflow:hidden;background:#567}.page-landing .team-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center;filter:saturate(.9)}.page-landing .team-photo figcaption{position:absolute;left:0;bottom:0;padding:25px 30px;background:var(--lime);color:var(--ink);display:flex;align-items:baseline;gap:12px}.page-landing .team-photo figcaption strong{font-family:var(--display);font-size:48px;line-height:1}.page-landing .team-photo figcaption span{max-width:90px;font-size:11px;font-weight:900;line-height:1.2;text-transform:uppercase}

/* Pricing and close */
.page-landing .pricing{background:var(--white)}.page-landing .pricing-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.page-landing .pricing .section-intro{margin:0}.page-landing .pricing .section-intro .lp-btn{margin-top:30px}.page-landing .price-card{border:1px solid var(--ink);background:var(--paper)}.page-landing .price-top{padding:36px;border-bottom:1px solid var(--ink)}.page-landing .price-top>span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.15em;color:var(--blue)}.page-landing .price-top>strong{display:block;margin:10px 0;font-family:var(--display);font-size:66px;line-height:1}.page-landing .price-top>strong small{font-family:var(--text);font-size:12px;color:var(--muted)}.page-landing .price-top p{max-width:460px;color:var(--muted);font-size:14px}.page-landing .price-card ul{list-style:none}.page-landing .price-card li{padding:17px 24px;display:grid;grid-template-columns:26px 1fr;gap:12px;border-bottom:1px solid var(--line)}.page-landing .price-card li:last-child{border-bottom:0}.page-landing .price-card li>svg{width:24px;height:24px;padding:5px;border-radius:50%;background:var(--lime);stroke-width:2.5}.page-landing .price-card li span{display:grid}.page-landing .price-card li strong{font-size:13px}.page-landing .price-card li small{color:var(--muted);font-size:11px}
.page-landing .final-cta{position:relative;padding:110px 0;background:var(--blue);color:#fff;text-align:left}.page-landing .final-cta .lp-shell{display:grid;grid-template-columns:70px 1fr auto;gap:28px;align-items:center}.page-landing .final-mark{width:64px;height:64px;background:var(--lime);color:var(--ink);display:grid;place-items:center}.page-landing .final-cta h2{color:#fff;font-size:clamp(42px,5vw,67px)}.page-landing .final-cta p{grid-column:2;margin-top:-18px;color:#dbe4ff;font-size:17px}.page-landing .final-cta .lp-btn{grid-column:3;grid-row:1/3}.page-landing .final-cta>div>small{grid-column:3;text-align:center;color:#dbe4ff;font-size:10px}.page-landing .final-orb{display:none}
.page-landing .site-footer{background:#07110d}.page-landing .site-footer-inner{max-width:1240px;margin:auto}.page-landing .site-footer .body-muted{max-width:520px}

/* Motion */
@keyframes photoBreathe{from{transform:scale(1)}to{transform:scale(1.035)}}
.page-landing .rise{opacity:1;transform:none}html.js .page-landing .rise{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1)}html.js .page-landing .rise.in{opacity:1;transform:none}html.js .page-landing .rise-d1{transition-delay:.06s}html.js .page-landing .rise-d2{transition-delay:.12s}html.js .page-landing .rise-d3{transition-delay:.18s}html.js .page-landing .rise-d4{transition-delay:.24s}.page-landing a:focus-visible,.page-landing button:focus-visible{outline:3px solid var(--coral);outline-offset:3px}

/* Tablet */
@media(max-width:980px){
  .page-landing .lp-nav-links{display:none}.page-landing .lp-burger{display:flex}.page-landing .lp-hide-sm{display:none}
  .page-landing .hero-grid{grid-template-columns:1fr;gap:0}.page-landing .hero-copy{padding:52px 0}.page-landing .hero-photo{height:540px;width:calc(100% + 48px);margin-left:-24px;border-left:0;border-top:10px solid var(--lime)}
  .page-landing .trust-strip{grid-template-columns:1fr}.page-landing .trust-strip>div{justify-content:flex-start}
  .page-landing .provider-grid{grid-template-columns:1fr}.page-landing .provider-copy{padding:80px 24px}.page-landing .team-photo{min-height:540px}
  .page-landing .pricing-grid{grid-template-columns:1fr;gap:50px}
  .page-landing .final-cta .lp-shell{grid-template-columns:64px 1fr}.page-landing .final-cta .lp-btn,.page-landing .final-cta>div>small{grid-column:2;grid-row:auto;justify-self:start}
}

/* Mobile */
@media(max-width:640px){
  .page-landing .lp-shell,.page-landing .lp-nav-inner{width:calc(100% - 32px)}.page-landing .lp-nav-inner{height:66px}.page-landing .lp-nav-actions{gap:8px}.page-landing .lp-nav-actions>.lp-btn{min-height:40px;padding:0 12px;font-size:11px}.page-landing .lp-nav-actions>.lp-btn svg{display:none}
  .page-landing .hero{padding-top:0}.page-landing .hero-copy{padding:52px 0 42px}.page-landing .hero .eyebrow{margin-bottom:18px}.page-landing .hero h1{font-size:58px;line-height:.92;margin-bottom:23px}.page-landing .hero-lead{font-size:17px;margin-bottom:26px}.page-landing .hero-actions{display:grid}.page-landing .hero-actions .lp-btn{width:100%}.page-landing .hero-reassurance{display:grid;gap:9px}.page-landing .hero-photo{width:calc(100% + 32px);height:420px;margin-left:-16px}.page-landing .hero-photo img{object-position:64% center}.page-landing .hero-photo figcaption{padding:17px 18px}.page-landing .hero-photo figcaption strong{font-size:20px}
  .page-landing .trust-strip{width:100%;padding:22px 16px}.page-landing .trust-strip>div{display:grid;grid-template-columns:1fr 1fr;gap:13px}.page-landing .trust-strip span{font-size:11px}
  .page-landing .lp-section{padding:78px 0}.page-landing h2{font-size:45px}.page-landing .section-intro{margin-bottom:38px}.page-landing .section-intro>p{font-size:16px}
  .page-landing .bento-grid{grid-template-columns:1fr;border-left:1px solid var(--ink)}.page-landing .bento{min-height:340px;padding:25px}.page-landing .bento-large{min-height:410px}.page-landing .bento-wide{grid-column:auto;min-height:350px;display:block}.page-landing .mini-calendar{width:90%;right:-8%;bottom:-12px}.page-landing .link-preview{position:absolute;left:25px;right:25px;bottom:25px;width:auto;margin:0;font-size:13px}.page-landing .video-preview{left:25px;right:25px}.page-landing .money-card{left:25px;right:25px}
  .page-landing .steps{grid-template-columns:1fr;border-bottom:0}.page-landing .step{padding:30px 24px 34px;border-right:0;border-bottom:1px solid var(--ink)}.page-landing .step-number{margin-bottom:30px}.page-landing .how-cta{align-items:stretch;flex-direction:column}.page-landing .how-cta span{text-align:center}
  .page-landing .provider-copy{padding:74px 16px}.page-landing .provider-copy p{font-size:16px}.page-landing .provider-copy .lp-btn{width:100%}.page-landing .team-photo{min-height:430px}.page-landing .team-photo img{object-position:58% center}.page-landing .team-photo figcaption{padding:18px 20px}.page-landing .team-photo figcaption strong{font-size:39px}
  .page-landing .price-top{padding:28px 24px}.page-landing .price-top>strong{font-size:57px}.page-landing .pricing .section-intro .lp-btn{width:100%}
  .page-landing .final-cta{padding:72px 0;text-align:center}.page-landing .final-cta .lp-shell{display:flex;flex-direction:column;gap:16px}.page-landing .final-cta p{margin:0}.page-landing .final-cta .lp-btn{width:100%;margin-top:8px}.page-landing .final-cta>div>small{text-align:center}
}
@media(max-width:370px){.page-landing .hero h1{font-size:50px}.page-landing .lp-nav-actions>.lp-btn{display:none}.page-landing .trust-strip>div{grid-template-columns:1fr}.page-landing .hero-photo{height:360px}}
@media(prefers-reduced-motion:reduce){.page-landing *,.page-landing *::before,.page-landing *::after{animation:none!important;transition:none!important}html.js .page-landing .rise{opacity:1;transform:none}}
