:root{
  --blue:#24445A;
  --blue-deep:#183546;
  --copper:#C87545;
  --copper-dark:#9B4F2C;
  --bg:#F2F0EB;
  --white:#FFFFFF;
  --mist:#CFDCE1;
  --text:#26363F;
  --muted:#66757D;
  --border:#D4DDE0;
  --green:#34745E;
  --yellow:#C78A2C;
  --red:#B8453A;
  --shadow:0 18px 50px rgba(28,51,64,.12);
  --radius:24px;
  --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:var(--white);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}
.section{padding:88px 0}
.section-soft{background:var(--bg)}
.section-dark{background:var(--blue-deep);color:var(--white)}
.centered{text-align:center}
.narrow{max-width:820px;margin-inline:auto}
.eyebrow{margin:0 0 12px;color:var(--copper-dark);font-size:.82rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.section-dark .eyebrow,.light .eyebrow{color:#F2B38B}
h1,h2,h3{margin:0 0 18px;line-height:1.1;letter-spacing:-.035em;color:var(--blue-deep)}
h1{font-size:clamp(2.5rem,6vw,4.7rem);max-width:820px}
h1 span{color:var(--copper-dark)}
h2{font-size:clamp(2rem,4.3vw,3.35rem)}
h3{font-size:clamp(1.35rem,2vw,1.85rem)}
.section-dark h2,.section-dark h3,.light h2{color:var(--white)}
p{margin:0 0 18px;font-size:1.05rem}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;border-radius:999px;background:var(--copper-dark);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 26px rgba(155,79,44,.22);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-2px);background:#884324;box-shadow:0 16px 30px rgba(155,79,44,.28)}
.btn:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
.btn-lg{min-height:60px;padding:17px 30px;font-size:1.05rem}
.btn-sm{min-height:42px;padding:10px 18px;font-size:.92rem}
.btn-full{width:100%}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,221,224,.72)}
.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand img{width:170px;height:auto;max-height:64px;object-fit:contain;object-position:left center}
.hero{padding-top:72px;background:linear-gradient(180deg,#fff 0%,#F9F7F2 100%)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}
.hero-lead{font-size:clamp(1.2rem,2vw,1.45rem);max-width:720px;color:#4B5C65}
.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:32px 0 24px}
.microcopy{font-size:.86rem;color:var(--muted);max-width:570px;margin:0}
.trust-row{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:.9rem;font-weight:700;color:#4A606C}
.hero-media img,.media-card img,.screen-card img{border-radius:var(--radius)}
.hero-media{position:relative;margin:0}
.hero-media:before{content:"";position:absolute;inset:-16px 16px 16px -16px;border:1px solid var(--mist);border-radius:30px;z-index:0}
.hero-media img{position:relative;z-index:1;box-shadow:var(--shadow)}
.section-heading{max-width:900px;margin:0 auto 48px}
.rumination-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center}
.media-card{margin:0}
.media-card img{box-shadow:var(--shadow)}
.media-tall img{aspect-ratio:4/3;object-fit:cover}
.thoughts{display:grid;gap:16px}
.thought{padding:22px 24px;background:#fff;border:1px solid var(--border);border-left:5px solid var(--copper);border-radius:18px;font-size:clamp(1.05rem,2vw,1.3rem);font-weight:750;color:var(--blue-deep);box-shadow:0 8px 22px rgba(28,51,64,.06)}
.steps .container{max-width:1080px}
.step-row{display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:center;padding:52px 0;border-bottom:1px solid var(--border)}
.step-row.reverse .step-copy{order:2}.step-row.reverse .screen-card{order:1}
.step-copy{position:relative}
.step-number{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}
.screen-card{margin:0;padding:10px;background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}
.screen-card img{border-radius:18px}
.deliverable-list{display:grid;gap:28px}
.deliverable{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center;padding:32px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:28px}
.deliverable.reverse .deliverable-copy{order:2}.deliverable.reverse figure{order:1}
.deliverable figure{margin:0}.deliverable figure img{border-radius:20px}
.deliverable-copy p{color:#D7E2E7}
.deliverable-index{display:inline-block;margin-bottom:14px;color:#F2B38B;font-size:.78rem;font-weight:900;letter-spacing:.12em}
.fit-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.check-list{list-style:none;padding:0;margin:26px 0 32px;display:grid;gap:12px}
.check-list li{position:relative;padding-left:34px;font-size:1.04rem}
.check-list li:before{content:"✓";position:absolute;left:0;top:-1px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#E3F0EB;color:var(--green);font-weight:900}
.fit .media-card img{aspect-ratio:4/5;object-fit:cover}
.recap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:900px;margin-inline:auto}
.recap-card{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;padding:18px 20px;background:#fff;border:1px solid var(--border);border-radius:16px}
.recap-card span{font-weight:900;color:var(--copper-dark)}.recap-card strong{color:var(--blue-deep)}.recap-card em{font-style:normal;font-weight:800;color:var(--muted)}
.offer{background:linear-gradient(135deg,#E9EEF0 0%,#F7F4EE 100%)}
.offer-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}
.offer-visual img{border-radius:26px;filter:drop-shadow(0 22px 34px rgba(28,51,64,.18))}
.offer-card{padding:36px;background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}
.price-stack{display:grid;gap:3px;margin:28px 0}.old-price{text-decoration:line-through;color:var(--muted);font-weight:700}.price-stack strong{font-size:clamp(2.7rem,5vw,4.2rem);line-height:1;color:var(--blue-deep)}.price-stack strong small{font-size:1rem;font-weight:700}.installments{font-weight:800;color:var(--copper-dark);font-size:1.15rem}
.offer-notes{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:8px;color:var(--muted);font-size:.94rem}.offer-notes li:before{content:"✓ ";color:var(--green);font-weight:900}
.access-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.access-grid article{padding:28px;background:var(--bg);border-radius:20px;border:1px solid #E8E4DD}.access-grid span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}
.authority-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:54px;align-items:center}.profile-card{margin:0}.profile-card img{border-radius:50% 50% 26px 26px;box-shadow:var(--shadow);aspect-ratio:1/1;object-fit:cover}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.choice{padding:32px;border-radius:24px;border:1px solid var(--border)}.choice span{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:50%;font-size:1.5rem;font-weight:900}.choice.negative{background:#FFF6F4}.choice.negative span{background:#FBE1DC;color:var(--red)}.choice.positive{background:#F0F8F4}.choice.positive span{background:#DCEFE6;color:var(--green)}.cta-block{max-width:760px;margin:34px auto 0}.cta-block p{font-size:1.15rem}
.guarantee-card{display:grid;grid-template-columns:110px 1fr;gap:30px;align-items:center;max-width:900px}.guarantee-icon{display:grid;place-items:center;width:100px;height:100px;border-radius:50%;border:3px solid #F2B38B;color:#F2B38B;font-size:2.4rem;font-weight:900}.guarantee-card p:last-child{color:#D8E2E7}
.faq-container{max-width:900px}.faq details{border-bottom:1px solid var(--border);padding:0}.faq summary{cursor:pointer;list-style:none;padding:22px 44px 22px 0;font-size:1.08rem;font-weight:800;color:var(--blue-deep);position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:4px;top:18px;font-size:1.5rem;color:var(--copper-dark)}.faq details[open] summary:after{content:"–"}.faq details p{padding:0 38px 20px 0;color:#53666F}
.site-footer{padding:36px 0 90px;background:#102A37;color:#D9E3E7}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:26px}.footer-inner img{width:160px;height:auto}.footer-info{display:grid;gap:5px;text-align:right;font-size:.88rem}.footer-info a{color:#fff;text-decoration:none}
.mobile-cta{display:none}
@media (max-width:900px){
  .section{padding:66px 0}.hero-grid,.rumination-grid,.fit-grid,.offer-grid,.authority-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-actions{align-items:center}.trust-row{justify-content:center}.hero-media{max-width:720px;margin:0 auto}.step-row,.deliverable{grid-template-columns:1fr}.step-row.reverse .step-copy,.deliverable.reverse .deliverable-copy{order:0}.step-row.reverse .screen-card,.deliverable.reverse figure{order:0}.step-copy{text-align:center}.deliverable-copy{text-align:center}.fit-grid>div{order:1}.fit-grid figure{max-width:600px;margin:auto}.recap-grid{grid-template-columns:1fr}.offer-card{max-width:620px;margin:auto}.authority-grid figure{max-width:420px;margin:auto}.access-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column}.footer-info{text-align:center}
}
@media (max-width:640px){
  .container{width:min(calc(100% - 22px),var(--container))}.header-inner{height:64px}.brand img{width:142px}.header-inner .btn{display:none}.hero{padding-top:48px}.hero-lead{font-size:1.12rem}.btn-lg{width:100%}.thought{padding:18px;font-size:1rem}.step-row{padding:38px 0;gap:24px}.deliverable{padding:20px;gap:22px}.recap-card{grid-template-columns:34px 1fr}.recap-card em{grid-column:2}.offer-card{padding:24px}.choice-grid{grid-template-columns:1fr}.guarantee-card{grid-template-columns:1fr;text-align:center}.guarantee-icon{margin:auto}.site-footer{padding-bottom:96px}.mobile-cta{display:flex;position:fixed;z-index:80;left:12px;right:12px;bottom:12px;min-height:54px;align-items:center;justify-content:center;border-radius:999px;background:var(--copper-dark);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(16,42,55,.28)}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
