:root{
  --navy:#061b51;
  --navy-2:#0a2a69;
  --teal:#006d7d;
  --teal-2:#0a8794;
  --aqua:#e8f7f7;
  --gold:#f4a000;
  --gold-2:#ffbf2e;
  --orange:#e38600;
  --ink:#0a1744;
  --muted:#53617c;
  --line:#d6e5ee;
  --white:#fff;
  --shadow:0 22px 60px rgba(6,27,81,.14);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:10px;top:-60px;background:var(--navy);color:#fff;padding:12px 16px;z-index:20;border-radius:8px}.skip-link:focus{top:10px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(6,27,81,.08)}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0}
.brand img{width:250px;height:auto}
.site-nav{display:flex;align-items:center;gap:22px;font-weight:800;color:var(--navy);font-size:.95rem}
.site-nav a{position:relative}.site-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.25s}.site-nav a:hover::after{transform:scaleX(1)}
.nav-cta{background:var(--navy);color:#fff;padding:12px 18px;border-radius:999px;box-shadow:0 10px 26px rgba(6,27,81,.18)}
.menu-button{display:none;background:none;border:0;width:44px;height:44px}.menu-button span:not(.sr-only){display:block;height:3px;background:var(--navy);margin:6px;border-radius:20px}

.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff 0%,#f4fbfb 48%,#fff8ec 100%);padding:78px 0 52px}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 22%,rgba(244,160,0,.12),transparent 26%),radial-gradient(circle at 86% 6%,rgba(0,109,125,.16),transparent 30%);pointer-events:none}
.hero-bg-mark{position:absolute;right:-110px;top:90px;width:360px;height:360px;border:28px solid rgba(244,160,0,.18);border-radius:50%}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr .92fr;gap:48px;align-items:center}
.kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:var(--orange);font-size:.78rem;margin:0 0 12px}.script-line{font-family:"Brush Script MT","Segoe Script",cursive;color:var(--navy);font-size:2.05rem;margin:0 0 6px;line-height:1}.hero h1,.section h2,.contact-copy h2{font-size:clamp(2.5rem,6vw,5.65rem);line-height:.93;margin:0 0 20px;color:var(--navy);letter-spacing:-.055em;text-transform:uppercase}.hero h1{max-width:720px}.lead{font-size:1.22rem;color:#17204f;max-width:650px;margin:0 0 28px;font-weight:600}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;font-weight:900;border:2px solid transparent;transition:.25s;cursor:pointer;font-size:1rem}.button.primary{background:linear-gradient(135deg,var(--gold),var(--orange));color:#fff;box-shadow:0 16px 34px rgba(227,134,0,.24)}.button.primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(227,134,0,.32)}.button.secondary{background:#fff;color:var(--navy);border-color:rgba(6,27,81,.18)}.button.secondary:hover{border-color:var(--gold);transform:translateY(-2px)}.button.full{width:100%;border:0}
.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.hero-trust div{background:rgba(255,255,255,.72);border:1px solid rgba(6,27,81,.08);padding:17px;border-radius:18px;box-shadow:0 12px 24px rgba(6,27,81,.07)}.hero-trust strong{display:block;color:var(--teal);font-size:1.28rem}.hero-trust span{display:block;color:var(--muted);font-size:.88rem;font-weight:700}
.hero-visual{position:relative}.coast-photo{height:560px;width:100%;object-fit:cover;object-position:center;border-radius:52px 0 52px 52px;border:10px solid #fff;box-shadow:var(--shadow)}

.promise-bar{background:var(--navy);color:#fff;padding:24px 0;border-bottom:8px solid var(--gold)}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.promise-grid div{display:flex;gap:14px;align-items:center}.promise-grid span{color:var(--gold-2);font-weight:950;font-size:1.8rem}.promise-grid p{margin:0;font-weight:800}
.section{padding:86px 0}.section-heading{max-width:820px;margin-bottom:34px}.section-heading h2,.why-copy h2,.safety-card h2,.faq-wrap h2{font-size:clamp(2rem,4.4vw,4rem);line-height:1.02;letter-spacing:-.04em;margin:0 0 14px;color:var(--navy)}.section-heading p:last-child,.why-copy p{color:var(--muted);font-size:1.1rem;font-weight:650;margin:0}.light-heading h2,.light-heading p{color:#fff}.light-heading .kicker{color:var(--gold-2)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.process-card{background:#fff;border:1px solid #b9d7e3;border-radius:var(--radius);padding:24px;box-shadow:0 16px 36px rgba(6,27,81,.08);position:relative;overflow:hidden}.process-card::before{content:"";position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,var(--teal),var(--gold))}.process-card.highlight{background:linear-gradient(180deg,#fff,#fffaf0);border-color:#f1c46b}.card-head{display:flex;gap:14px;align-items:center;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.round-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-size:1.7rem;font-weight:900;box-shadow:inset 0 -8px 14px rgba(0,0,0,.16)}.round-icon.plane{background:var(--navy)}.round-icon.tooth{background:var(--teal-2)}.card-head small{text-transform:uppercase;color:var(--navy);font-weight:950;letter-spacing:.12em}.card-head h3{margin:0;color:var(--teal);font-size:1.35rem;text-transform:uppercase}.number-list,.tick-list{padding-left:0;list-style:none;margin:0}.number-list{counter-reset:item}.number-list li{counter-increment:item;display:grid;grid-template-columns:30px 1fr;gap:10px;margin:0 0 16px;font-weight:700}.number-list li::before{content:counter(item);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-size:.82rem;font-weight:950}.number-list.compact li{margin-bottom:12px}.tick-list li{position:relative;padding-left:33px;margin:0 0 11px;font-weight:700}.tick-list li::before{content:"✓";position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:.78rem;font-weight:950}.process-card h4{font-size:1.1rem;text-transform:uppercase;color:var(--navy);margin:0 0 12px}.approval-box{border:2px solid rgba(227,134,0,.35);border-radius:18px;padding:16px;margin-top:18px;background:#fff}.approval-box strong{display:block;color:var(--orange);text-transform:uppercase;line-height:1.2;font-size:1.05rem}.approval-box p{margin:8px 0 0;font-size:.95rem;font-weight:700;color:#23305d}

.treatment-section{background:linear-gradient(135deg,var(--navy),#082c72);position:relative;overflow:hidden}.treatment-section::after{content:"";position:absolute;right:-140px;bottom:-140px;width:360px;height:360px;border-radius:50%;background:rgba(244,160,0,.18)}.treatment-section .container{position:relative;z-index:1}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.timeline-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.2);display:flex;flex-direction:column}.timeline-card img{height:190px;width:100%;object-fit:cover}.timeline-copy{padding:22px;flex:1}.day-label{display:inline-block;background:var(--aqua);color:var(--teal);font-weight:950;text-transform:uppercase;padding:8px 12px;border-radius:999px;margin-bottom:12px}.timeline-copy ul{margin:0;padding-left:20px;font-weight:750}.timeline-copy li{margin-bottom:7px}.cost-strip{display:grid;grid-template-columns:1fr;gap:2px;background:#fff7e6;border-top:1px solid #f2d09a;padding:16px 20px}.cost-strip span{text-transform:uppercase;color:#d32626;font-size:.72rem;font-weight:950}.cost-strip strong{font-size:1.45rem;color:#d32626}.cost-strip em{font-style:normal;color:var(--teal);font-weight:900}.cost-strip b{font-size:1.2rem}

.why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:38px;align-items:center}.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.benefit-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 14px;text-align:center;box-shadow:0 12px 28px rgba(6,27,81,.07);min-height:155px;display:flex;flex-direction:column;justify-content:center}.benefit-card span{font-size:2.1rem;color:var(--teal);display:block;margin-bottom:10px}.benefit-card h3{font-size:.9rem;line-height:1.25;margin:0;color:var(--navy)}
.safety-section{background:#f4fbfb}.split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.testimonial-card,.safety-card{border-radius:var(--radius);padding:34px;box-shadow:0 18px 42px rgba(6,27,81,.1)}.testimonial-card{background:#fff;border:1px solid var(--line)}.stars{color:var(--gold);font-size:1.65rem;letter-spacing:.05em;margin-bottom:14px}.testimonial-card blockquote{font-size:1.45rem;line-height:1.3;margin:0 0 18px;color:var(--navy);font-weight:850}.testimonial-card cite{font-style:normal;font-weight:900;color:var(--teal)}.safety-card{background:linear-gradient(145deg,var(--teal),#003b4a);color:#fff}.safety-card .kicker{color:var(--gold-2)}.safety-card h2{color:#fff}.white-list li{color:#fff}.white-list li::before{background:#fff;color:var(--teal)}
.faq-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px}.faq-list{display:grid;gap:12px}details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;box-shadow:0 10px 24px rgba(6,27,81,.06)}summary{cursor:pointer;color:var(--navy);font-size:1.07rem;font-weight:900}details p{color:var(--muted);font-weight:650;margin:12px 0 0}
.contact-section{background:linear-gradient(135deg,var(--navy),#04133a);color:#fff;padding:82px 0;position:relative;overflow:hidden}.contact-section::before{content:"";position:absolute;inset:auto 0 0 0;height:12px;background:linear-gradient(90deg,var(--gold),var(--orange),var(--gold))}.contact-grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:start}.light-script{color:#fff}.contact-copy h2{color:#fff;font-size:clamp(2.4rem,5vw,4.5rem)}.contact-copy p:not(.script-line){font-size:1.15rem;color:#dce8ff;font-weight:650}.contact-cards{display:grid;gap:12px;margin-top:28px}.contact-cards a{display:flex;justify-content:space-between;gap:12px;align-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:18px;border-radius:18px}.contact-cards span{color:var(--gold-2);font-weight:900;text-transform:uppercase;font-size:.78rem}.contact-cards strong{font-size:1.03rem}.enquiry-form{background:#fff;color:var(--ink);border-radius:28px;padding:30px;box-shadow:0 22px 56px rgba(0,0,0,.28)}.enquiry-form h3{font-size:1.7rem;color:var(--navy);margin:0 0 18px}.enquiry-form label{display:block;font-weight:900;color:var(--navy);margin-bottom:14px}.enquiry-form input,.enquiry-form textarea{width:100%;margin-top:7px;border:1px solid #cbdbe5;border-radius:14px;padding:13px 14px;font:inherit;color:var(--ink);background:#f9fcfd}.enquiry-form input:focus,.enquiry-form textarea:focus{outline:3px solid rgba(244,160,0,.25);border-color:var(--orange)}.form-note{color:var(--muted);font-size:.88rem;font-weight:650;margin:12px 0 0}
.site-footer{padding:36px 0;background:#fff}.footer-grid{display:grid;grid-template-columns:220px 1fr 1.8fr;gap:24px;align-items:center}.footer-grid img{width:220px}.footer-grid p{margin:0;color:var(--muted);font-weight:700}.disclaimer{font-size:.82rem;line-height:1.45}
.reveal{opacity:0;transform:translateY(18px);animation:rise .65s ease forwards}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}.delay-4{animation-delay:.48s}@keyframes rise{to{opacity:1;transform:none}}

@media (max-width:1020px){
  .hero-grid,.why-grid,.split-grid,.faq-wrap,.contact-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(3rem,10vw,5.4rem)}.coast-photo{height:460px}.process-grid,.timeline{grid-template-columns:1fr}.benefit-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-grid img{width:200px}.promise-grid{grid-template-columns:1fr}.hero-trust{grid-template-columns:1fr 1fr 1fr}
}
@media (max-width:800px){
  .container{width:min(100% - 28px,1180px)}.brand img{width:210px}.menu-button{display:block}.site-nav{position:absolute;left:14px;right:14px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);padding:18px;border-radius:22px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.nav-cta{text-align:center}.hero{padding-top:46px}.hero-trust{grid-template-columns:1fr}.coast-photo{height:360px;border-radius:34px}.benefit-grid{grid-template-columns:1fr}.footer-grid{text-align:left}.script-line{font-size:1.65rem}
}
@media (max-width:520px){
  .hero h1{font-size:2.9rem}.section-heading h2,.why-copy h2,.safety-card h2,.faq-wrap h2{font-size:2.25rem}.hero-actions{display:grid}.button{width:100%}.coast-photo{height:300px}.timeline-card img{height:170px}.contact-cards a{display:block}.contact-cards strong{display:block;margin-top:4px;font-size:.95rem}.enquiry-form{padding:22px}
}

/* Image fit update: show the full image instead of cropping parts off */
.hero-visual{
  display:flex;
  align-items:center;
  justify-content:center;
}
.coast-photo{
  height:auto;
  max-height:560px;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(135deg,#fff,#e8f7f7);
}
.timeline-card img{
  height:240px;
  width:100%;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(180deg,#ffffff,#eefafa);
  padding:10px;
}
@media (max-width:1020px){
  .coast-photo{height:auto;max-height:none;}
  .timeline-card img{height:230px;}
}
@media (max-width:800px){
  .coast-photo{height:auto;}
  .timeline-card img{height:220px;}
}
@media (max-width:520px){
  .coast-photo{height:auto;}
  .timeline-card img{height:210px;}
}

/* Update: treatment images now use clean photo crops, with all writing placed beside the image as real website text. */
.timeline{
  grid-template-columns:repeat(2, minmax(0,1fr));
  align-items:stretch;
}
.timeline-card{
  min-height:100%;
}
.timeline-main{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:18px;
  align-items:start;
  padding:18px 18px 4px;
  flex:1;
}
.timeline-image-wrap{
  background:linear-gradient(180deg,#ffffff,#eefafa);
  border:1px solid #d6e5ee;
  border-radius:18px;
  overflow:hidden;
  align-self:stretch;
}
.timeline-card img{
  width:100%;
  height:100%;
  min-height:205px;
  object-fit:cover;
  object-position:center;
  padding:0;
  background:#eefafa;
}
.timeline-copy{
  padding:0 0 14px;
}
.timeline-copy ul{
  padding-left:20px;
  margin-top:0;
}
.timeline-copy li{
  margin-bottom:8px;
  line-height:1.35;
}
.cost-strip{
  grid-template-columns:1.05fr auto 1fr;
  align-items:center;
  gap:14px;
  padding:15px 18px;
}
.cost-strip span,
.cost-strip em{
  line-height:1.15;
}
.cost-strip strong{
  white-space:nowrap;
}
.final-card{
  background:linear-gradient(145deg,var(--teal),#003b4a);
  color:#fff;
}
.final-card .timeline-main{
  min-height:235px;
}
.final-main{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px 28px 10px;
}
.final-icon{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:var(--teal);
  font-size:2.65rem;
  margin-bottom:14px;
  box-shadow:0 12px 26px rgba(0,0,0,.18);
}
.final-label{
  background:#fff;
  color:var(--teal);
}
.final-copy p{
  color:#fff;
  font-size:1.16rem;
  font-weight:760;
  line-height:1.45;
  max-width:460px;
  margin:0 auto;
}
.final-strip{
  background:#fff7e6;
}
.safety-only{
  max-width:900px;
}
.safety-only .safety-card{
  padding:42px;
}

@media (max-width:1020px){
  .timeline{
    grid-template-columns:1fr;
  }
  .timeline-main{
    grid-template-columns:210px 1fr;
  }
  .timeline-card img{
    min-height:220px;
  }
}
@media (max-width:680px){
  .timeline-main{
    grid-template-columns:1fr;
  }
  .timeline-image-wrap{
    max-width:260px;
  }
  .timeline-card img{
    min-height:0;
    aspect-ratio:1 / 1.05;
  }
  .cost-strip{
    grid-template-columns:1fr;
    gap:4px;
  }
  .safety-only .safety-card{
    padding:28px;
  }
}

/* Compact layout update — smaller, tighter business website feel */
:root{
  --shadow:0 14px 34px rgba(6,27,81,.11);
  --radius:18px;
}
body{font-size:15px;line-height:1.45;}
.container{width:min(1080px,calc(100% - 36px));}
.nav-shell{gap:18px;padding:8px 0;}
.brand img{width:205px;}
.site-nav{gap:16px;font-size:.88rem;}
.nav-cta{padding:9px 14px;}

.hero{padding:48px 0 34px;}
.hero-bg-mark{right:-140px;top:70px;width:280px;height:280px;border-width:20px;}
.hero-grid{grid-template-columns:1.03fr .87fr;gap:32px;}
.script-line{font-size:1.68rem;margin-bottom:4px;}
.kicker{font-size:.7rem;margin-bottom:9px;letter-spacing:.14em;}
.hero h1,.section h2,.contact-copy h2{font-size:clamp(2.25rem,4.7vw,4.55rem);line-height:.96;margin-bottom:14px;letter-spacing:-.048em;}
.hero h1{max-width:610px;}
.lead{font-size:1.06rem;max-width:590px;margin-bottom:20px;}
.hero-actions{gap:10px;}
.button{padding:12px 18px;font-size:.92rem;}
.hero-trust{gap:10px;margin-top:22px;}
.hero-trust div{padding:13px;border-radius:14px;}
.hero-trust strong{font-size:1.08rem;}
.hero-trust span{font-size:.78rem;line-height:1.25;}
.coast-photo{max-height:405px;border-width:7px;border-radius:36px 0 36px 36px;}

.promise-bar{padding:15px 0;border-bottom-width:5px;}
.promise-grid{gap:14px;}
.promise-grid div{gap:10px;}
.promise-grid span{font-size:1.35rem;}
.promise-grid p{font-size:.88rem;line-height:1.3;}

.section{padding:58px 0;}
.section-heading{max-width:720px;margin-bottom:24px;}
.section-heading h2,.why-copy h2,.safety-card h2,.faq-wrap h2{font-size:clamp(1.8rem,3.5vw,3.05rem);line-height:1.06;margin-bottom:10px;}
.section-heading p:last-child,.why-copy p{font-size:1rem;}
.process-grid{gap:16px;}
.process-card{padding:19px;border-radius:18px;}
.process-card::before{height:4px;}
.card-head{gap:10px;margin-bottom:14px;padding-bottom:13px;}
.round-icon{width:45px;height:45px;font-size:1.35rem;}
.card-head small{font-size:.66rem;}
.card-head h3{font-size:1.08rem;}
.number-list li{grid-template-columns:25px 1fr;gap:8px;margin-bottom:11px;font-size:.92rem;line-height:1.35;}
.number-list li::before{width:22px;height:22px;font-size:.72rem;}
.tick-list li{padding-left:28px;margin-bottom:8px;font-size:.92rem;line-height:1.35;}
.tick-list li::before{width:19px;height:19px;font-size:.68rem;}
.number-list.compact li{margin-bottom:8px;}
.process-card h4{font-size:.96rem;margin-bottom:9px;}
.approval-box{border-radius:14px;padding:12px;margin-top:13px;}
.approval-box strong{font-size:.92rem;}
.approval-box p{font-size:.84rem;line-height:1.35;}

.timeline{gap:16px;}
.timeline-card{border-radius:18px;}
.timeline-main{grid-template-columns:145px 1fr;gap:14px;padding:14px 14px 3px;}
.timeline-image-wrap{border-radius:14px;}
.timeline-card img{min-height:160px;}
.timeline-copy{padding-bottom:10px;}
.day-label{padding:6px 10px;margin-bottom:9px;font-size:.74rem;}
.timeline-copy ul{padding-left:18px;}
.timeline-copy li{margin-bottom:6px;font-size:.9rem;line-height:1.3;}
.cost-strip{gap:10px;padding:11px 14px;}
.cost-strip span{font-size:.64rem;}
.cost-strip strong{font-size:1.18rem;}
.cost-strip b{font-size:1.02rem;}
.final-main{padding:22px 20px 8px;}
.final-icon{width:62px;height:62px;font-size:2rem;margin-bottom:10px;}
.final-copy p{font-size:1rem;line-height:1.35;max-width:410px;}

.why-grid{gap:28px;grid-template-columns:.9fr 1.1fr;}
.benefit-grid{gap:10px;}
.benefit-card{border-radius:16px;padding:15px 10px;min-height:118px;}
.benefit-card span{font-size:1.55rem;margin-bottom:8px;}
.benefit-card h3{font-size:.78rem;line-height:1.22;}

.safety-only{max-width:760px;}
.safety-only .safety-card{padding:30px;}
.safety-card{border-radius:20px;}

.faq-wrap{gap:26px;grid-template-columns:.82fr 1.18fr;}
.faq-list{gap:9px;}
details{border-radius:14px;padding:14px 16px;}
summary{font-size:.98rem;}
details p{font-size:.92rem;margin-top:8px;}

.contact-section{padding:58px 0;}
.contact-grid{gap:32px;}
.contact-copy h2{font-size:clamp(2rem,4vw,3.55rem);}
.contact-copy p:not(.script-line){font-size:1rem;}
.contact-cards{gap:9px;margin-top:20px;}
.contact-cards a{padding:13px 15px;border-radius:14px;}
.contact-cards span{font-size:.68rem;}
.contact-cards strong{font-size:.92rem;}
.enquiry-form{border-radius:20px;padding:22px;}
.enquiry-form h3{font-size:1.35rem;margin-bottom:13px;}
.enquiry-form label{font-size:.9rem;margin-bottom:10px;}
.enquiry-form input,.enquiry-form textarea{margin-top:5px;border-radius:10px;padding:10px 12px;font-size:.92rem;}
.enquiry-form textarea{rows:3;}
.form-note{font-size:.78rem;line-height:1.35;}

.site-footer{padding:26px 0;}
.footer-grid{grid-template-columns:180px 1fr 1.7fr;gap:18px;}
.footer-grid img{width:180px;}
.footer-grid p{font-size:.9rem;}
.disclaimer{font-size:.75rem;}

@media (max-width:1020px){
  .hero-grid,.why-grid,.faq-wrap,.contact-grid{grid-template-columns:1fr;}
  .hero h1{font-size:clamp(2.45rem,8vw,4.4rem);}
  .coast-photo{max-height:380px;}
  .timeline-main{grid-template-columns:185px 1fr;}
  .timeline-card img{min-height:185px;}
  .benefit-grid{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr;}
  .footer-grid img{width:175px;}
}
@media (max-width:800px){
  .container{width:min(100% - 26px,1080px);}
  .brand img{width:178px;}
  .site-nav{left:13px;right:13px;padding:14px;border-radius:16px;}
  .hero{padding-top:34px;}
  .hero-trust{grid-template-columns:1fr;}
  .coast-photo{max-height:330px;border-radius:26px;}
  .section{padding:44px 0;}
  .benefit-grid{grid-template-columns:1fr 1fr;}
  .script-line{font-size:1.42rem;}
}
@media (max-width:680px){
  .timeline-main{grid-template-columns:1fr;}
  .timeline-image-wrap{max-width:220px;}
  .timeline-card img{aspect-ratio:1 / 1.05;min-height:0;}
  .cost-strip{grid-template-columns:1fr;gap:3px;}
  .safety-only .safety-card{padding:22px;}
}
@media (max-width:520px){
  .hero h1{font-size:2.28rem;}
  .section-heading h2,.why-copy h2,.safety-card h2,.faq-wrap h2{font-size:1.85rem;}
  .button{padding:11px 15px;}
  .coast-photo{max-height:280px;}
  .benefit-grid{grid-template-columns:1fr;}
  .contact-cards a{padding:12px 13px;}
  .enquiry-form{padding:18px;}
}


/* Personal journey treatment section update */
.personal-treatment-heading{
  max-width:900px;
}
.personal-treatment-heading h2{
  max-width:860px;
}
.personal-journey-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  border-radius:16px;
  padding:14px 18px;
  margin:-8px 0 22px;
  box-shadow:0 12px 26px rgba(0,0,0,.13);
}
.personal-journey-note strong{
  background:var(--gold);
  color:#fff;
  border-radius:999px;
  padding:7px 12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.76rem;
  white-space:nowrap;
}
.personal-journey-note span{
  font-weight:850;
  line-height:1.3;
}
@media (max-width:680px){
  .personal-journey-note{
    align-items:flex-start;
    flex-direction:column;
    margin-top:-4px;
  }
}

/* Added trust/conversion updates */
.story-proof{
  background:#ffffff;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.36);
  border-left:5px solid var(--gold);
  border-radius:16px;
  padding:16px 18px;
  margin:-6px 0 22px;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}
.story-proof strong{
  display:block;
  color:var(--navy);
  font-size:.95rem;
  margin-bottom:5px;
}
.story-proof p{
  margin:0;
  color:var(--muted);
  font-weight:700;
  line-height:1.45;
}
.treatment-topics-section{
  background:linear-gradient(180deg,#ffffff,#eefafa);
}
.topic-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.topic-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 24px rgba(6,27,81,.06);
}
.topic-card h3{
  color:var(--navy);
  font-size:.98rem;
  margin:0 0 8px;
}
.topic-card p{
  margin:0;
  color:var(--muted);
  font-size:.88rem;
  font-weight:650;
  line-height:1.38;
}
.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder{
  color:#7c8a95;
}
@media (max-width:1020px){
  .topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:600px){
  .topic-grid{grid-template-columns:1fr;}
  .story-proof{padding:14px;}
}


/* Founder story section: why the website was started */
.founder-story-section{
  background:linear-gradient(180deg,#ffffff 0%,#f4fbfb 100%);
  border-top:1px solid rgba(6,27,81,.06);
}
.founder-story-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:stretch;
}
.founder-story-copy,
.founder-story-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  box-shadow:0 12px 28px rgba(6,27,81,.07);
}
.founder-story-copy h2{
  color:var(--navy);
  font-size:clamp(1.85rem,3.2vw,3rem);
  line-height:1.06;
  letter-spacing:-.04em;
  margin:0 0 14px;
}
.founder-story-copy p,
.founder-story-card p{
  color:var(--muted);
  font-size:.98rem;
  font-weight:650;
  line-height:1.48;
  margin:0 0 12px;
}
.founder-story-copy p:last-child,
.founder-story-card p:last-child{
  margin-bottom:0;
}
.founder-story-copy strong{
  color:var(--navy);
  font-weight:950;
}
.founder-story-card{
  background:linear-gradient(145deg,var(--navy),#082c72);
  color:#fff;
  border-color:rgba(255,255,255,.16);
}
.founder-story-card h3{
  margin:8px 0 10px;
  color:#fff;
  font-size:1.6rem;
  line-height:1.1;
}
.founder-story-card p{
  color:rgba(255,255,255,.9);
}
.story-card-label{
  display:inline-block;
  background:var(--gold);
  color:#fff;
  border-radius:999px;
  padding:6px 11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.7rem;
  font-weight:950;
}
.mini-compare{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:16px 0;
}
.mini-compare div{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  padding:13px;
}
.mini-compare small{
  display:block;
  color:rgba(255,255,255,.78);
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}
.mini-compare strong{
  display:block;
  color:var(--gold-2);
  font-size:1.25rem;
  line-height:1.15;
  margin-top:4px;
}
.founder-story-bottom{
  margin-top:18px;
  background:#fff7e6;
  border:1px solid #f2d09a;
  border-left:5px solid var(--gold);
  border-radius:18px;
  padding:18px 22px;
  box-shadow:0 10px 24px rgba(6,27,81,.06);
}
.founder-story-bottom strong{
  display:block;
  color:var(--navy);
  font-size:1.06rem;
  margin-bottom:5px;
}
.founder-story-bottom p{
  margin:0;
  color:#45516d;
  font-weight:720;
  line-height:1.45;
}

@media (max-width:1020px){
  .founder-story-grid{grid-template-columns:1fr;}
}
@media (max-width:680px){
  .founder-story-copy,
  .founder-story-card{padding:20px;}
  .mini-compare{grid-template-columns:1fr;}
  .founder-story-bottom{padding:16px;}
}

/* Single-box founder story update */
.founder-story-single{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
  box-shadow:0 14px 34px rgba(6,27,81,.08);
  max-width:980px;
  margin:0 auto;
}
.founder-story-single h2{
  color:var(--navy);
  font-size:clamp(1.85rem,3.2vw,3rem);
  line-height:1.06;
  letter-spacing:-.04em;
  margin:0 0 14px;
  max-width:820px;
}
.founder-story-single p{
  color:var(--muted);
  font-size:.98rem;
  font-weight:650;
  line-height:1.5;
  margin:0 0 12px;
}
.founder-story-single strong{
  color:var(--navy);
  font-weight:950;
}
.story-highlight{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:18px;
  align-items:center;
  margin:20px 0 16px;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(145deg,var(--navy),#082c72);
  color:#fff;
}
.story-highlight h3{
  color:#fff;
  font-size:1.45rem;
  line-height:1.1;
  margin:8px 0 8px;
}
.story-highlight p{
  color:rgba(255,255,255,.9);
  margin:0;
}
.story-highlight .mini-compare{
  margin:0;
}
.inline-bottom{
  margin-top:18px;
}
@media (max-width:760px){
  .founder-story-single{padding:22px;}
  .story-highlight{grid-template-columns:1fr;padding:18px;}
  .story-highlight .mini-compare{grid-template-columns:1fr 1fr;}
}
@media (max-width:520px){
  .story-highlight .mini-compare{grid-template-columns:1fr;}
}

/* Colour correction for founder story comparison amounts */
.story-highlight .mini-compare strong.quote-red,
.mini-compare strong.quote-red{
  color:#d32626 !important;
}
.story-highlight .mini-compare strong.estimate-green,
.mini-compare strong.estimate-green{
  color:#ffd400 !important;
}

/* Customer-focus balance update */
.help-section{
  background:#ffffff;
  border-top:1px solid rgba(6,27,81,.06);
  border-bottom:1px solid rgba(6,27,81,.06);
}
.help-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}
.help-copy{
  position:sticky;
  top:96px;
}
.help-copy h2{
  color:var(--navy);
  font-size:clamp(1.75rem,3.1vw,2.85rem);
  line-height:1.07;
  letter-spacing:-.04em;
  margin:0 0 12px;
}
.help-copy p{
  color:var(--muted);
  font-weight:700;
  line-height:1.52;
  margin:0 0 18px;
}
.dark-button{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy);
}
.dark-button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(6,27,81,.18);
}
.help-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.help-card{
  background:linear-gradient(180deg,#ffffff,#f8fcfc);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(6,27,81,.06);
}
.help-card.wide{
  grid-column:1 / -1;
  background:linear-gradient(145deg,#fff7e6,#ffffff);
  border-left:5px solid var(--gold);
}
.help-card span{
  display:inline-flex;
  width:30px;
  height:30px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--aqua);
  color:var(--teal);
  font-size:.76rem;
  font-weight:950;
  margin-bottom:10px;
}
.help-card h3{
  color:var(--navy);
  font-size:1.02rem;
  margin:0 0 7px;
  line-height:1.18;
}
.help-card p{
  color:var(--muted);
  font-size:.91rem;
  font-weight:650;
  line-height:1.42;
  margin:0;
}
@media (max-width:900px){
  .help-grid{grid-template-columns:1fr;}
  .help-copy{position:static;}
}
@media (max-width:600px){
  .help-card-grid{grid-template-columns:1fr;}
}

/* Heading size update — smaller, cleaner business website feel */
.hero h1,
.section h2,
.contact-copy h2,
.section-heading h2,
.why-copy h2,
.safety-card h2,
.faq-wrap h2,
.founder-story-single h2,
.help-copy h2,
.personal-treatment-heading h2{
  text-transform:none !important;
  letter-spacing:-.025em !important;
}

.hero h1{
  font-size:clamp(1.95rem,3.4vw,3.25rem) !important;
  line-height:1.08 !important;
  max-width:680px;
}

.section-heading h2,
.why-copy h2,
.safety-card h2,
.faq-wrap h2,
.personal-treatment-heading h2{
  font-size:clamp(1.55rem,2.45vw,2.35rem) !important;
  line-height:1.12 !important;
}

.founder-story-single h2,
.help-copy h2{
  font-size:clamp(1.55rem,2.3vw,2.2rem) !important;
  line-height:1.14 !important;
}

.contact-copy h2{
  font-size:clamp(1.7rem,2.8vw,2.65rem) !important;
  line-height:1.12 !important;
}

.section-heading{
  max-width:680px;
}

@media (max-width:520px){
  .hero h1{
    font-size:1.82rem !important;
  }
  .section-heading h2,
  .why-copy h2,
  .safety-card h2,
  .faq-wrap h2,
  .personal-treatment-heading h2,
  .founder-story-single h2,
  .help-copy h2{
    font-size:1.45rem !important;
  }
  .contact-copy h2{
    font-size:1.6rem !important;
  }
}

/* Treatment range highlight */
.treatment-range-card{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:18px;
  align-items:center;
  background:linear-gradient(135deg,#ffffff,#f0fbfb);
  border:1px solid rgba(0,142,151,.18);
  border-left:6px solid var(--teal);
  border-radius:22px;
  padding:22px;
  margin:0 0 18px;
  box-shadow:0 16px 34px rgba(6,27,81,.09);
}
.treatment-range-card h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:clamp(1.15rem,1.9vw,1.45rem);
  line-height:1.18;
}
.treatment-range-card p:not(.kicker){
  margin:0;
  color:var(--muted);
  font-weight:650;
  line-height:1.45;
}
.treatment-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.treatment-tags span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:9px 12px;
  background:#fff;
  border:1px solid rgba(0,142,151,.22);
  color:var(--navy);
  font-weight:850;
  font-size:.9rem;
  box-shadow:0 8px 18px rgba(6,27,81,.06);
}
.treatment-tags span:nth-child(5),
.treatment-tags span:nth-child(6),
.treatment-tags span:nth-child(7),
.treatment-tags span:nth-child(8){
  background:rgba(0,142,151,.09);
  border-color:rgba(0,142,151,.32);
}
@media (max-width:820px){
  .treatment-range-card{
    grid-template-columns:1fr;
    padding:18px;
  }
}
@media (max-width:520px){
  .treatment-tags span{
    font-size:.84rem;
    padding:8px 10px;
  }
}


/* Brochure download button */
.button.brochure-download{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy);
  box-shadow:0 12px 28px rgba(6,27,81,.18);
}
.button.brochure-download:hover{
  transform:translateY(-2px);
  background:#0a276b;
  box-shadow:0 16px 34px rgba(6,27,81,.24);
}

/* Hero update — keep the Save Thousands circle behind the text area */
.hero-copy{
  position:relative;
  z-index:3;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(6,27,81,.08);
  border-radius:24px;
  padding:24px 26px;
  box-shadow:0 14px 34px rgba(6,27,81,.08);
  backdrop-filter:blur(8px);
}
.hero-visual{
  position:relative;
  z-index:1;
}
@media (min-width:1021px){
  .hero-grid{
    gap:14px;
  }
  .hero-visual{
    margin-left:-72px;
  }
}
@media (max-width:1020px){
  .hero-copy{
    padding:22px;
  }
  .hero-visual{
    margin-left:0;
  }
}
@media (max-width:520px){
  .hero-copy{
    padding:18px;
    border-radius:20px;
  }
}


/* Hero image alignment fix — full visual visible on the right */
.hero-copy{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  backdrop-filter:none !important;
}
.hero-grid{
  grid-template-columns:minmax(0,.95fr) minmax(430px,.95fr) !important;
  gap:38px !important;
  align-items:center !important;
}
.hero-visual{
  margin-left:0 !important;
  justify-self:end !important;
  width:min(100%,620px) !important;
  z-index:2 !important;
}
.coast-photo{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  border-radius:34px !important;
}
@media (max-width:1020px){
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
  .hero-visual{
    justify-self:center !important;
    width:min(100%,640px) !important;
  }
}
@media (max-width:520px){
  .coast-photo{
    border-radius:22px !important;
  }
}
