:root{
  --blue:#4B7DB9;
  --light-blue:#E1F1F6;
  --warm-gray:#EBE3E9;
  --pink:#FCE4E2;
  --yellow:#FFF7D3;
  --hot-pink:#ef4f93;
  --ink:#101010;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif;background:#fff;line-height:1.25}
a{color:inherit}img{max-width:100%;display:block}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.narrow{width:min(1020px,calc(100% - 40px))}
.site-header{background:var(--blue);position:sticky;top:0;z-index:50;box-shadow:0 2px 8px #0002}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:88px}.brand img{width:190px;height:64px;object-fit:cover;object-position:center;background:#fff}.nav{display:flex;gap:36px}.nav a{background:#fff;text-decoration:none;font-weight:800;color:var(--blue);border-radius:999px;padding:8px 26px;font-size:14px;letter-spacing:.03em}.nav a:hover,.nav a:focus{outline:3px solid #fff8;outline-offset:3px}
.section-white{background:#fff}.hero{padding:58px 0 24px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}.hero h1{font-size:56px;line-height:.98;margin:0 0 22px;letter-spacing:-.04em}.hero h1 span,.hero-blue,span{color:var(--blue)}.lead{font-size:24px;font-weight:800;max-width:560px;margin:0 0 10px}.hero-blue{font-size:23px;font-weight:900;margin:0}.people-card{background:var(--light-blue);border-radius:24px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:20px;text-align:center}.person img{width:112px;height:112px;object-fit:cover;border-radius:50%;filter:grayscale(1);margin:0 auto 8px}.person h2{font-size:15px;margin:4px 0}.person p{font-size:13px;margin:0}.people-card>strong{grid-column:1/-1;font-size:18px}.hero-cta{text-align:center;padding:18px 0 0}.hero-cta h2{font-size:26px;margin:0 0 25px}.button-row{display:flex;justify-content:center;gap:55px}.button{display:inline-block;background:var(--blue);color:#fff;text-decoration:none;border:none;border-radius:7px;padding:14px 48px;font-weight:800;font-size:16px;cursor:pointer}.button:hover,.button:focus{filter:brightness(.94);outline:3px solid #0002;outline-offset:2px}
.panel{padding:42px 0}.light-blue{background:var(--light-blue)}.dark-blue{background:var(--blue);color:#fff}.warm-gray{background:var(--warm-gray)}.eyebrow{font-style:italic;font-weight:900;font-size:16px;margin:0 0 12px;letter-spacing:.01em}.eyebrow.light{color:#fff}.panel h2{font-size:32px;line-height:1.08;margin:0 0 28px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.checklist{list-style:none;padding:0;margin:0}.checklist li{font-weight:800;margin:8px 0;padding-left:28px;position:relative}.pink-checks li:before{content:"✓";color:var(--hot-pink);font-size:24px;font-weight:900;position:absolute;left:0;top:-5px}.pull-quote p{font-size:22px;font-weight:900;margin:0 0 12px}.pull-quote em{font-size:20px;font-weight:900;color:var(--blue)}
.mystery h2{font-size:34px}.big-copy{font-size:19px;font-weight:800}.dot-list{padding-left:25px;font-weight:800}.dot-list li{margin:6px 0}.yellow-dots li::marker{color:#ffea43}.blue-dots li::marker{color:var(--blue)}.light-btn{background:var(--light-blue);color:var(--blue);margin-top:18px}.yellow-card{background:var(--yellow);color:#111;border-radius:18px;padding:25px 30px;font-size:17px}.yellow-card p{margin-top:0}.yellow-card>strong{font-size:18px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin:34px 0}.step{padding:18px 24px 24px;border-radius:18px;min-height:360px}.blue-step{background:var(--light-blue)}.pink-step{background:var(--pink)}.yellow-step{background:var(--yellow)}.step-top{display:flex;align-items:flex-start;justify-content:space-between;height:74px}.num,.offer-num{font-size:58px;font-weight:900;line-height:1}.step:nth-child(2) .num,.offer:nth-child(2) .offer-num{color:var(--hot-pink)}.step:nth-child(3) .num,.offer:nth-child(3) .offer-num{color:#c5a968}.step-top img,.balance{width:86px;height:86px;border-radius:50%;object-fit:cover;background:#fff;filter:grayscale(1);margin-top:-40px;border:6px solid #fff}.balance{display:grid;place-items:center;font-size:42px;filter:none}.step h3{color:var(--blue);font-size:20px;margin:8px 0}.pink-step h3{color:var(--hot-pink)}.yellow-step h3{color:#111}.step ul{padding-left:18px;font-size:14px}.step li{margin:8px 0}.signal{font-size:24px;font-weight:900;margin:22px 5% 0}.signal em{color:#111}.mid-cta{padding:18px 0}.cta-bar{display:grid;grid-template-columns:200px 1fr 1fr;gap:65px;align-items:center}.cta-bar img{background:#fff;width:190px;height:70px;object-fit:cover}.cta-bar .button{margin:0;text-align:center}
.goals h3{font-size:25px;margin:0 0 16px}.black{color:#111}.goal-list{background:var(--warm-gray);border-radius:18px;padding:25px 35px;margin:28px auto;width:min(720px,100%)}.goal-list>div{padding-left:28px;position:relative;margin:10px 0}.goal-list>div:before{content:"☑";position:absolute;left:0;top:-2px;color:var(--blue);font-size:22px}.goal-list strong{font-size:17px}.goal-list p{margin:2px 0;font-size:14px}.listen{font-size:20px;font-weight:900;line-height:1.4;margin:0 5%}.offers h2{font-size:34px}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.offer{border-radius:18px;padding:18px 26px 26px;color:#111;min-height:355px;display:flex;flex-direction:column}.warm-card{background:var(--warm-gray)}.pink-card{background:var(--pink)}.offer-yellow{background:var(--yellow)}.offer h3{font-size:19px;margin:8px 0}.offer p,.offer li{font-size:15px}.price{color:var(--blue);font-size:24px;margin-top:auto;align-self:flex-end}.offer em{font-size:13px;text-align:center;margin-top:6px}
.blog-panel h2{font-size:34px}.blog-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-cards article{border:2px solid var(--light-blue);border-radius:14px;padding:22px}.blog-cards article>span{font-size:12px;font-weight:900;letter-spacing:.08em}.blog-cards h3{font-size:20px;margin:8px 0}.blog-cards p{font-size:14px;margin-bottom:0}
.contact-panel h2{font-size:36px}.contact-form{background:#fff;border-radius:22px;padding:30px 40px}.contact-form fieldset{border:0;padding:0;margin:0 0 25px}.contact-form legend{font-size:18px;font-weight:900;margin-bottom:12px}.contact-form legend small{font-style:normal}.contact-form fieldset label{display:block;margin:7px 0;font-size:15px}.contact-form input[type="checkbox"]{width:18px;height:18px;vertical-align:-3px;margin-right:6px;accent-color:var(--blue)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.form-grid label{display:block;font-size:14px;margin:10px 0 4px}.form-grid input,.form-grid textarea{width:100%;border:1.5px solid #333;padding:10px;font:inherit}.form-grid textarea{height:188px;resize:vertical}.submit{display:block;margin:28px auto 0;min-width:250px}.footer{padding:38px 0 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;font-size:15px}.footer strong{display:inline-block;margin-bottom:4px}.footer a{text-decoration:none;font-style:italic}.footer-spacer{height:32px;display:block}.footer-rule{height:24px;background:var(--blue);width:min(var(--max),calc(100% - 40px));margin:38px auto 20px}
@media(max-width:900px){.site-header{position:static}.nav-wrap{flex-direction:column;padding:16px 0}.nav{gap:8px;flex-wrap:wrap;justify-content:center}.nav a{padding:8px 14px}.hero-grid,.two-col,.form-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{gap:30px}.hero h1{font-size:44px}.steps,.offer-grid,.blog-cards{grid-template-columns:1fr}.step{min-height:0;margin-top:20px}.button-row{gap:12px;flex-wrap:wrap}.cta-bar{grid-template-columns:1fr;gap:12px;text-align:center}.cta-bar img{margin:auto}.offer{min-height:0}.footer-spacer{display:none}}
@media(max-width:560px){.wrap,.narrow{width:min(100% - 28px,1020px)}.hero{padding-top:36px}.hero h1{font-size:38px}.lead{font-size:20px}.people-card{grid-template-columns:1fr}.people-card>strong{grid-column:auto}.panel h2,.offers h2,.contact-panel h2{font-size:28px}.contact-form{padding:22px 18px}.button{width:100%;text-align:center}.nav a{font-size:12px}.step-top img,.balance{margin-top:-18px}.steps{gap:15px}}

.photo-placeholder{width:112px;height:112px;border-radius:50%;background:#fff;margin:0 auto 8px;border:2px solid rgba(75,125,185,.18)}
.section-circle{width:86px;height:86px;border-radius:50%;background:#fff;margin-top:-40px;border:6px solid #fff;box-shadow:0 0 0 2px rgba(75,125,185,.12)}
@media(max-width:560px){.section-circle{margin-top:-18px}}
