:root{
  --purple:#903f98;
  --purple-dark:#6f2f76;
  --plum-deep:#2b1430;
  --lavender:#f7f2f9;
  --lavender-2:#efe6f2;
  --ink:#1d1522;
  --graphite:#4f4757;
  --mute:#8a8294;
  --line:#e8e0ec;
  --paper:#ffffff;
  --star:#f4b400;
  --maxw:1180px;
  --radius:14px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.serif{font-family:'Source Serif 4',Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-0.5px;line-height:1.08}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{font-family:'Inter',sans-serif;text-transform:uppercase;letter-spacing:1.6px;font-size:12px;font-weight:600;color:var(--purple)}

/* ---- Buttons ---- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--purple);color:#fff;font-weight:600;font-size:15px;
  padding:15px 28px;border-radius:999px;border:0;cursor:pointer;
  transition:background .18s ease, transform .18s ease;text-align:center;
}
.btn:hover{background:var(--purple-dark);transform:translateY(-1px)}
.btn-lg{padding:17px 34px;font-size:16px}
.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}
.btn-ghost:hover{background:var(--lavender);border-color:var(--purple)}
.btn-white{background:#fff;color:var(--purple)}
.btn-white:hover{background:#f3ecf5}

/* ---- Header ---- */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px;gap:16px}
.nav .logo img{height:34px;width:auto}
.nav .btn{white-space:nowrap}
.nav-cta .t-short{display:none}
.nav-right{display:flex;align-items:center;gap:22px}
.nav-phone{display:flex;flex-direction:column;line-height:1.15;text-align:right}
.nav-phone .lbl{font-size:11px;color:var(--mute);font-weight:500}
.nav-phone a{font-size:20px;font-weight:600;color:var(--ink);font-family:'Source Serif 4',serif;letter-spacing:-0.4px}
.nav-phone a:hover{color:var(--purple)}

/* ---- Hero ---- */
.hero{background:linear-gradient(180deg,var(--lavender) 0%,#fff 100%);padding:56px 0 40px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start}
.hero h1{font-size:52px;margin:16px 0 18px}
.hero h1 .accent{color:var(--purple)}
.hero .lead{font-size:18px;color:var(--graphite);max-width:520px;margin-bottom:26px}
.ticks{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:28px}
.ticks li{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500}
.ticks .ck{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}
.hero-cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.hero-cta .call{display:flex;flex-direction:column;line-height:1.2}
.hero-cta .call .lbl{font-size:12px;color:var(--mute)}
.hero-cta .call a{font-size:22px;font-weight:600;font-family:'Source Serif 4',serif;color:var(--ink)}
.hero-cta .call a:hover{color:var(--purple)}

.rating{display:flex;align-items:center;gap:12px;margin-top:30px;flex-wrap:wrap}
.stars{color:var(--star);font-size:18px;letter-spacing:1px}
.rating .txt{font-size:14px;color:var(--graphite);font-weight:500}
.rating img{height:26px;width:auto}

/* ---- Form card ---- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 50px -28px rgba(45,20,48,.5);padding:28px;position:sticky;top:96px}
.form-card .fc-head{text-align:center;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:20px}
.form-card .fc-head .badge{display:inline-block;background:var(--lavender-2);color:var(--purple-dark);font-size:12px;font-weight:600;letter-spacing:.4px;padding:6px 14px;border-radius:999px;text-transform:uppercase;margin-bottom:12px}
.form-card .fc-head h3{font-size:24px}
.form-card .fc-head p{font-size:14px;color:var(--graphite);margin-top:6px}
.form-slot{min-height:360px;border:2px dashed var(--line);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;color:var(--mute);background:var(--lavender)}
.form-slot strong{color:var(--purple-dark);font-weight:600;display:block;margin-bottom:6px;font-size:15px}
.form-slot span{font-size:13px}
.form-foot{margin-top:16px;text-align:center;font-size:13px;color:var(--mute)}
.form-foot a{color:var(--purple);font-weight:600}

/* ---- Static placeholder form (mirrors the Heyflow embed) ---- */
.ff-form{display:flex;flex-direction:column;gap:16px}
.ff-field{display:flex;align-items:center;gap:12px;background:#f4f2f6;border:1px solid transparent;border-radius:10px;padding:0 18px}
.ff-field:focus-within{border-color:var(--purple);background:#fff}
.ff-field .ff-ic{color:var(--ink);font-size:18px;flex:0 0 auto}
.ff-field input{flex:1;border:0;background:transparent;outline:none;font-family:inherit;font-size:16px;color:var(--ink);padding:17px 0}
.ff-field input::placeholder{color:#7d7588}
.ff-label{display:block;font-size:15px;color:var(--ink);margin-bottom:8px}
.ff-phone{display:flex;align-items:center;background:#f4f2f6;border:1px solid transparent;border-radius:10px;overflow:hidden}
.ff-phone:focus-within{border-color:var(--purple);background:#fff}
.ff-flag{display:flex;align-items:center;gap:8px;padding:0 14px;font-size:18px;color:var(--graphite);border-right:1px solid #e2dde7}
.ff-flag .caret{font-size:11px;color:var(--mute)}
.ff-phone input{flex:1;border:0;background:transparent;outline:none;font-family:inherit;font-size:16px;color:var(--ink);padding:17px 14px}
.ff-phone input::placeholder{color:#7d7588}
.ff-submit{width:100%;padding:18px;font-size:16px;margin-top:4px}

/* ---- Accreditation band ---- */
.accred{background:var(--plum-deep);padding:34px 0}
.accred .row{display:flex;align-items:center;justify-content:center;gap:52px;flex-wrap:wrap}
.accred img{height:46px;width:auto;max-width:150px;object-fit:contain;opacity:.95}
.accred img.iip{height:30px}

/* ---- Photographic band ---- */
.photo-band{position:relative;height:360px;overflow:hidden}
.photo-band>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}
.photo-band::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(43,20,48,.82) 0%,rgba(43,20,48,.45) 50%,rgba(43,20,48,.15) 100%)}
.pb-inner{position:absolute;inset:0;display:flex;align-items:center;z-index:2}
.pb-line{font-family:'Source Serif 4',Georgia,serif;color:#fff;font-size:30px;line-height:1.2;max-width:600px;margin-top:12px}

/* ---- Section base ---- */
section.band{padding:84px 0}
.sec-head{text-align:center;max-width:680px;margin:0 auto 52px}
.sec-head h2{font-size:40px;margin:14px 0 14px}
.sec-head p{font-size:17px;color:var(--graphite)}

/* ---- Steps ---- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;position:relative}
.step .num{width:46px;height:46px;border-radius:50%;background:var(--lavender-2);color:var(--purple-dark);font-family:'Source Serif 4',serif;font-size:22px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.step h3{font-size:22px;margin-bottom:10px}
.step p{font-size:15px;color:var(--graphite)}

/* ---- Why us ---- */
.why{background:var(--lavender)}
.reasons{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.reason{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px}
.reason .ic{width:42px;height:42px;border-radius:10px;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.reason h3{font-size:21px;margin-bottom:8px}
.reason p{font-size:15px;color:var(--graphite)}

/* ---- Team ---- */
.team-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.member{text-align:center}
.member .ph{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--lavender-2);margin-bottom:12px}
.member .ph img{width:100%;height:100%;object-fit:cover}
.member .nm{font-family:'Source Serif 4',serif;font-size:17px}
.member .rl{font-size:13px;color:var(--mute);margin-top:2px}
.member.more .ph{display:flex;align-items:center;justify-content:center}

/* ---- Testimonials ---- */
.tst{background:var(--plum-deep);color:#fff}
.tst .sec-head h2{color:#fff}
.tst .sec-head p{color:rgba(255,255,255,.75)}
.tst .eyebrow{color:#d9b9df}
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.quote{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:28px}
.quote .stars{margin-bottom:14px}
.quote p{font-size:15px;color:rgba(255,255,255,.9);line-height:1.65}
.quote .who{margin-top:18px;font-family:'Source Serif 4',serif;font-size:16px;color:#fff}

/* ---- Reassurance / interlude ---- */
.reassure-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.reassure-grid img.photo{border-radius:var(--radius);width:100%;height:100%;object-fit:cover;max-height:430px}
.reassure h2{font-size:36px;margin:14px 0 18px}
.reassure p{font-size:16px;color:var(--graphite);margin-bottom:16px}
.reassure .mbg{display:flex;align-items:center;gap:16px;margin-top:24px;padding:18px;background:var(--lavender);border-radius:var(--radius)}
.reassure .mbg img{height:64px;width:auto}
.reassure .mbg span{font-size:14px;color:var(--graphite)}
.reassure .mbg strong{display:block;color:var(--ink);font-family:'Source Serif 4',serif;font-size:17px;margin-bottom:2px}

/* ---- FAQ ---- */
.faq{background:var(--lavender)}
.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 24px;font-family:'Source Serif 4',Georgia,serif;font-size:19px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .pl{flex:0 0 auto;font-size:26px;color:var(--purple);transition:transform .2s ease;line-height:1}
.faq-item[open] summary .pl{transform:rotate(45deg)}
.faq-item .faq-a{padding:0 24px 22px;color:var(--graphite);font-size:16px}
.faq-item .faq-a a{color:var(--purple);font-weight:600}

/* ---- Areas we cover ---- */
.areas{background:#fff}
.areas-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:760px;margin:0 auto}
.areas-chips span{background:var(--lavender);border:1px solid var(--line);border-radius:999px;padding:10px 18px;font-size:14px;color:var(--ink)}

/* ---- Final CTA ---- */
.final{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-dark) 100%);color:#fff;text-align:center;padding:88px 0}
.final h2{font-size:42px;margin-bottom:16px;color:#fff}
.final p{font-size:18px;color:rgba(255,255,255,.9);max-width:560px;margin:0 auto 32px}
.final .cta-row{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}
.final .call-line{font-size:15px;color:rgba(255,255,255,.9)}
.final .call-line a{font-weight:600;font-family:'Source Serif 4',serif;font-size:20px;text-decoration:underline;text-underline-offset:3px}
.final .openline{margin-top:14px;font-size:13px;color:rgba(255,255,255,.75)}

/* ---- Footer ---- */
footer{background:var(--plum-deep);color:rgba(255,255,255,.78);padding:56px 0 30px;font-size:14px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.14)}
footer .logo img{height:34px;width:auto;filter:brightness(0) invert(1);margin-bottom:16px}
footer h4{color:#fff;font-family:'Source Serif 4',serif;font-weight:500;font-size:16px;margin-bottom:14px}
footer a:hover{color:#fff}
footer .accreds-text{margin-top:10px;font-size:13px;color:rgba(255,255,255,.6);line-height:1.7}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-top:24px;font-size:13px;color:rgba(255,255,255,.6)}
.foot-bottom .links{display:flex;gap:22px;flex-wrap:wrap}

/* ---- Mobile sticky bar ---- */
.mobile-bar{display:none}

/* ---- Responsive ---- */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:36px}
  .hero h1{font-size:42px}
  .form-card{position:static}
  .reassure-grid{grid-template-columns:1fr;gap:32px}
  .team-grid{grid-template-columns:repeat(3,1fr)}
  .quotes{grid-template-columns:1fr}
}
@media (max-width:760px){
  .nav-phone{display:none}
  .nav .logo img{height:28px}
  .nav .btn{padding:11px 18px;font-size:14px}
  .nav-cta .t-full{display:none}
  .nav-cta .t-short{display:inline}
  .hero-cta{display:none}
  .hero{padding:40px 0 32px}
  .rating{margin-top:24px;margin-bottom:28px}
  .steps{grid-template-columns:1fr}
  .reasons{grid-template-columns:1fr}
  .sec-head h2{font-size:32px}
  .hero h1{font-size:36px}
  .final h2{font-size:32px}
  section.band{padding:60px 0}
  .accred .row{gap:28px}
  .accred img{height:42px}
  .accred img.iip{height:26px}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr;gap:30px;padding-bottom:28px}
  footer .accreds-text{display:none}
  .foot-bottom{align-items:flex-start;gap:18px}
  body{padding-bottom:calc(92px + env(safe-area-inset-bottom))}
  .mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:60;background:#fff;align-items:center;gap:14px;padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line);box-shadow:0 -8px 22px -10px rgba(45,20,48,.35);transform:translateY(130%);transition:transform .28s ease}
  .mobile-bar.show{transform:translateY(0)}
  .mb-call{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;background:var(--purple);color:#fff;border-radius:999px;padding:13px 18px;font-weight:600;font-size:15px}
  .mb-call svg{display:block}
  .mb-book{flex:1;background:var(--purple);color:#fff;border-radius:999px;padding:14px;text-align:center;font-weight:600;font-size:15px}
}
