:root{
  --green-950:#001d1b;
  --green-900:#002521;
  --green-850:#00332d;
  --green-800:#073d35;
  --green-card:#073b32;
  --ink:#091a1c;
  --paper:#f5f5f3;
  --paper-2:#eeeeec;
  --white:#fff;
  --lime:#d7ec00;
  --lime-2:#eff500;
  --yellow:#f0df00;
  --muted:#687173;
  --line:#d9dddb;
  --radius:18px;
  --shadow:0 20px 45px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.section-dark{background:linear-gradient(145deg,#00362f 0%,#002723 43%,#001f1c 100%);color:#fff}
.section-light{background:linear-gradient(90deg,#f7f7f5,#eeeeec 52%,#f7f7f5)}
.site-header{height:74px;background:#002b27;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}
.header-inner{height:100%;display:grid;grid-template-columns:170px 1fr 310px;align-items:center;gap:24px}
.brand img{width:150px;height:auto}
.main-nav{display:flex;justify-content:center;gap:48px;font-size:14px;font-weight:500}
.main-nav a{opacity:.96;transition:color .2s}.main-nav a:hover{color:var(--lime)}
.nav-toggle{display:none;background:none;border:0;color:#fff;padding:8px}.nav-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px 0}
.btn{border:0;border-radius:8px;background:linear-gradient(180deg,#e0f000,#cbe900);color:#0a1d15;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),0 10px 24px rgba(0,0,0,.12);transition:transform .18s ease,filter .18s ease}
.btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.btn-header{min-height:45px;font-size:12px;padding:0 18px;justify-self:end;white-space:nowrap}
.hero{min-height:595px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:39% 61%;min-height:595px;align-items:center}
.hero-copy{padding:34px 0 42px;z-index:2}
.eyebrow,.offer-label{display:inline-flex;border:1px solid #b9b300;color:#e8db00;border-radius:10px;padding:8px 12px;font-size:11px;font-weight:800;letter-spacing:-.25px}
.hero h1{font-size:42px;line-height:1.13;margin:15px 0 16px;letter-spacing:-1.9px;max-width:485px}.hero h1 em{font-style:normal;color:#efe400}
.hero-copy>p{font-size:18px;line-height:1.48;max-width:485px;margin:0 0 24px;color:#f5f6f4}
.btn-primary{min-height:54px;padding:0 20px;font-size:15px}
.hero-proof{display:flex;gap:36px;margin-top:25px}.proof-item{display:flex;align-items:center;gap:11px;font-size:12px;line-height:1.35}
.hero-media{position:relative;margin:0;align-self:end;display:flex;align-items:flex-end;justify-content:center;padding-top:54px;padding-bottom:14px}.hero-media picture{display:block;width:min(100%,760px)}.hero-media img{display:block;width:100%;height:auto;max-width:760px;transform:none;filter:drop-shadow(0 22px 34px rgba(0,0,0,.28))}
.comparison-title{position:absolute;top:22px;z-index:3;font-weight:800;font-size:13px}.comparison-title.before{left:26%}.comparison-title.after{right:20%;color:#f6ea00}
.comparison-arrow{position:absolute;top:15px;left:49%;width:42px;height:23px;border-top:2px solid #fff;border-right:2px solid #fff;border-radius:50%;transform:rotate(-16deg);z-index:3}.comparison-arrow:after{content:"";position:absolute;right:-3px;top:-4px;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(42deg)}
.concepts{padding:18px 0 34px}.section-intro.centered{text-align:center}.section-intro.compact h2{margin-top:5px}.kicker{font-size:11px;font-weight:800;color:#1b2426}.section-intro h2{font-size:24px;line-height:1.2;margin:0;font-weight:600;letter-spacing:-.8px}
.concept-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:16px}.concept-card{margin:0;text-align:center}.concept-media{height:240px;position:relative;display:flex;align-items:center;justify-content:center}.concept-media img{width:100%;height:100%;object-fit:contain}.concept-card figcaption{font-size:14px;font-weight:600;margin-top:-3px}
.small-badge{position:absolute;top:4px;padding:3px 8px;border-radius:5px;background:#d2d2d0;font-size:9px;font-weight:800;z-index:2}.small-badge.left{left:20%}.small-badge.right{right:20%;background:#111;color:#e8ea00}
.pain-wrap{padding:0 0 42px}.pain-panel{background:linear-gradient(120deg,#00352f,#002521);border-radius:14px;color:#fff;padding:24px 35px;display:grid;grid-template-columns:31% 69%;align-items:stretch;box-shadow:var(--shadow)}.pain-copy{display:flex;flex-direction:column;justify-content:center}.pain-copy h2{font-size:28px;line-height:1.2;margin:0 0 8px;letter-spacing:-.7px}.pain-copy p{font-size:18px;line-height:1.45;margin:0;color:#f2f3f1}.pain-copy strong{color:#efe300}.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pain-card{background:rgba(7,73,62,.54);border:1px solid rgba(255,255,255,.03);border-radius:8px;text-align:center;padding:13px 8px}.pain-card h3{font-size:14px;margin:5px 0 7px}.pain-card p{font-size:10px;line-height:1.35;margin:0;color:#e6e9e6}.benefits{padding:35px 0 42px}.benefits-grid{display:grid;grid-template-columns:29% 71%;align-items:center}.benefits-title h2{font-size:27px;line-height:1.28;font-weight:500;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:31px 26px}.feature{display:grid;grid-template-columns:45px 1fr;gap:10px}.feature h3{font-size:12px;line-height:1.25;margin:0 0 5px}.feature p{font-size:10px;line-height:1.42;color:#545d5e;margin:0}.process{padding:10px 0 20px}.process .section-intro h2{font-size:20px}.process-grid{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:center;gap:8px;margin-top:22px}.process-step{display:grid;grid-template-columns:75px 24px 1fr;gap:10px;align-items:start}.process-step h3{font-size:12px;line-height:1.35;margin:0 0 7px}.process-step p{font-size:10px;line-height:1.5;color:#566061;margin:0}.step-number{background:#0a342d;color:#e9eb00;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:11px}.step-arrow{text-align:center;font-size:28px;color:#1f3032}.process-note{text-align:center;font-size:10px;color:#4b5556;margin:18px 0 0}.offer{padding:0 0 8px}.offer-panel{background:linear-gradient(120deg,#00362f,#00231f);border-radius:14px;color:#fff;display:grid;grid-template-columns:42% 58%;padding:14px 24px 12px}.price-side{border-right:1px solid rgba(255,255,255,.22);padding-right:32px}.offer-label{font-size:9px;padding:5px 10px}.installments{font-size:18px;margin-top:5px}.price{font-size:62px;line-height:.95;color:#d6ec00;font-weight:800;letter-spacing:-3px}.price small{font-size:36px}.pix{font-size:13px;margin-top:3px}.card-total{font-size:11px;color:#c8d0cd}.offer-action{display:flex;flex-direction:column;justify-content:center;padding-left:38px}.offer-action .btn{min-height:50px;font-size:15px}.offer-action p{font-size:12px;margin:13px 0 0}.guarantee{padding:0 0 4px}.guarantee-panel{border:1px solid #e7c700;border-radius:12px;display:grid;grid-template-columns:135px 1fr;align-items:center;padding:8px 23px;background:#f5f5f2}.guarantee-panel h2{font-size:16px;margin:0 0 2px}.guarantee-panel h3{font-size:12px;margin:0 0 2px}.guarantee-panel p{font-size:10px;line-height:1.35;margin:0;max-width:760px}
.faq{padding:0 0 5px}.faq .section-intro h2{font-size:15px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:60px}.faq details{border-bottom:1px solid #b9c0be}.faq summary{padding:8px 7px;font-size:10px;cursor:pointer;list-style:none;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"⌄";position:absolute;right:2px;font-size:15px}.faq details[open] summary:after{content:"⌃"}.faq details p{font-size:10px;line-height:1.45;color:#525b5c;padding:0 7px 9px;margin:0}
.final-cta{padding:0}.final-cta-panel{background:linear-gradient(120deg,#00362f,#00231f);border-radius:7px;color:#fff;min-height:45px;display:grid;grid-template-columns:37% 63%;align-items:center;padding:5px 18px}.final-cta-panel p{font-size:10px;line-height:1.2;text-align:center;margin:0}.btn-final{min-height:32px;font-size:10px;width:360px;justify-self:center}
.site-footer{padding:4px 0 7px}.footer-inner{display:grid;grid-template-columns:150px 1fr 150px;align-items:center}.footer-inner img{width:86px;height:auto}.footer-inner p{font-size:8px;text-align:center;color:#606768}.footer-links{font-size:8px;display:flex;justify-content:flex-end;gap:8px;color:#5d6566}
@media (max-width:980px){
  .container{width:min(100% - 32px,760px)}
  .site-header{height:64px}.header-inner{grid-template-columns:1fr auto}.brand img{width:128px}.btn-header{display:none}.nav-toggle{display:block;grid-column:2}.main-nav{display:none;position:absolute;left:0;right:0;top:64px;background:#002722;padding:18px 24px;flex-direction:column;gap:18px}.main-nav.open{display:flex}
  .hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-top:10px}.hero-copy{text-align:left;padding:25px 0 5px}.hero h1{font-size:40px}.hero-copy>p{font-size:17px}.hero-media{height:auto;min-height:0;padding-top:42px;padding-bottom:0}.hero-media picture{width:min(100%,760px)}.hero-media img{width:100%;max-width:760px;height:auto}.comparison-title{top:10px}.comparison-title.before{left:20%}.comparison-title.after{right:18%}.comparison-arrow{top:2px}
  .concept-grid{grid-template-columns:1fr}.concept-media{height:360px}.concept-card figcaption{margin-top:-15px;font-size:16px}
  .pain-panel{grid-template-columns:1fr;gap:20px}.pain-copy{text-align:center}.pain-grid{grid-template-columns:repeat(2,1fr)}
  .benefits-grid{grid-template-columns:1fr;gap:30px}.feature-grid{grid-template-columns:repeat(2,1fr)}
  
  .process-grid{grid-template-columns:1fr}.step-arrow{transform:rotate(90deg)}.process-step{grid-template-columns:75px 24px 1fr;max-width:410px;margin:auto}
  .offer-panel{grid-template-columns:1fr}.price-side{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:0 0 16px}.offer-action{padding:18px 0 0}.offer-action .btn{width:100%}
  .guarantee-panel{grid-template-columns:95px 1fr}
}
@media (max-width:640px){
  .container{width:calc(100% - 24px)}
  .hero h1{font-size:34px;letter-spacing:-1.4px}.hero-copy>p{font-size:16px}.eyebrow{font-size:10px}.btn-primary{width:100%;font-size:13px}.hero-proof{gap:15px;justify-content:space-between}.proof-item{font-size:10px}.line-icon{width:29px;height:29px}.hero-media{min-height:0;margin-inline:0;padding-top:34px}.hero-media picture{width:100%}.hero-media img{width:100%;max-width:100%;height:auto}.comparison-title{font-size:10px;top:8px}.comparison-title.before{left:21%}.comparison-title.after{right:18%}.comparison-arrow{display:none}
  .section-intro h2{font-size:20px}.concept-media{height:260px}.small-badge.left{left:17%}.small-badge.right{right:16%}
  .pain-panel{padding:24px 15px}.pain-copy h2{font-size:25px}.pain-copy p{font-size:16px}.pain-grid{grid-template-columns:1fr 1fr}.pain-card{padding:12px 4px}.pain-card h3{font-size:12px}.pain-card p{font-size:9px}
  .benefits{padding-top:20px}.benefits-title h2{font-size:25px}.feature-grid{grid-template-columns:1fr;gap:23px}.feature h3{font-size:13px}.feature p{font-size:11px}
  
  .process-grid{gap:2px}.process-step{grid-template-columns:68px 24px 1fr}.process-icon{width:60px;height:60px}.process-note{font-size:9px}
  .price{font-size:55px}.price small{font-size:30px}.offer-panel{padding:16px}.offer-action p{font-size:10px}
  .guarantee-panel{grid-template-columns:70px 1fr;padding:9px 12px}.guarantee-panel h2{font-size:13px}.guarantee-panel p{font-size:9px}
  .faq-grid{grid-template-columns:1fr}.faq .section-intro h2{font-size:16px}
  .final-cta-panel{grid-template-columns:1fr;gap:8px;padding:10px}.final-cta-panel p{font-size:11px}.btn-final{width:100%;font-size:10px}
  .footer-inner{grid-template-columns:80px 1fr}.footer-links{display:none}.footer-inner p{text-align:right;font-size:7px}
}


/* First visual pass: preserve brand, content and diagnostic composition. */
.ui-icon{display:block;width:24px;height:24px;flex:none;overflow:visible}
.btn .ui-icon{width:22px;height:22px}
.line-icon{width:26px;height:26px;color:var(--yellow)}
.pain-icon{width:30px;height:30px;margin:0 auto 12px;color:var(--yellow)}
.feature-icon{width:28px;height:28px;color:var(--green-850)}
.process-icon{width:36px;height:36px;color:var(--green-850)}

.mini-clock,.lock-icon{display:inline-block;width:18px;height:18px;vertical-align:-4px;margin-right:7px}
.guarantee-shield{display:grid;place-items:center;width:64px;height:64px;margin:0;color:var(--green-850)}
.guarantee-shield .ui-icon{width:52px;height:52px}
/* Contrast follows the actual light/dark surface, including nested report panels. */
:root{--focus-ring:var(--green-850)}
.site-header,.section-dark,.offer-panel,.final-cta-panel,.diagnostic-panel{--focus-ring:var(--lime)}
.diagnostic-report{--focus-ring:var(--green-850)}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex="-1"]:focus-visible{outline:3px solid var(--focus-ring);outline-offset:5px}
.skip-link{position:fixed;top:12px;left:16px;z-index:100;background:var(--paper);color:var(--green-850);padding:12px 18px;border-radius:6px;font-weight:700;transform:translateY(calc(-100% - 24px))}
.skip-link:focus{transform:translateY(0)}
#top{scroll-margin-top:90px}
section[id]{scroll-margin-top:90px}
.header-inner{grid-template-columns:150px minmax(0,1fr) auto;gap:20px}
.main-nav{gap:clamp(16px,2.4vw,32px)}
.hero-grid{grid-template-columns:minmax(0,40%) minmax(0,60%);gap:0}
.hero-copy{min-width:0;padding-right:16px}
.hero-proof{gap:22px;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);max-width:420px}
.proof-item{gap:9px;font-size:12px;line-height:1.5;min-width:0}
.hero-media{display:grid;grid-template-columns:1fr 1fr;align-self:center;align-items:start;gap:10px 0;padding:0;margin:0;min-width:0}
.comparison-title{position:static;justify-self:center;font-size:12px;line-height:1.4}
.comparison-arrow{display:none}
.hero-media picture{grid-column:1/-1;width:100%;aspect-ratio:1536/780;overflow:hidden}
.hero-media img{width:100%;max-width:none;height:auto;margin-top:-10%;filter:none}
.concepts{padding:34px 0 40px}
.section-intro h2,.process .section-intro h2,.faq .section-intro h2{font-size:28px;font-weight:650;line-height:1.25;letter-spacing:-.6px}
.kicker{display:block;margin-bottom:10px;line-height:1.5}
.concept-grid{gap:24px;margin-top:26px}
.concept-media{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px 0;align-items:start}
.small-badge{position:static;justify-self:center;font-size:10px;padding:4px 9px}
.mockup-frame{grid-column:1/-1;width:100%;aspect-ratio:1448/940;overflow:hidden}
.concept-media .mockup-frame img{width:100%;height:auto;object-fit:contain;margin-top:-8%}
.concept-card figcaption{font-size:15px;line-height:1.4;margin-top:12px}
.concept-action{display:flex;justify-content:center;margin-top:28px}
.concept-action .btn{min-height:48px;font-size:14px}
.pain-panel{grid-template-columns:minmax(0,30%) minmax(0,1fr);gap:24px;padding:28px}
.pain-card{padding:18px 10px}
.pain-card h3{font-size:15px;line-height:1.3}
.pain-card p{font-size:12px;line-height:1.5;color:#e6e9e6}
.benefits{padding:34px 0 48px}
.benefits-grid{grid-template-columns:minmax(0,28%) minmax(0,1fr);gap:24px}
.benefits-title h2{font-size:28px;font-weight:650;line-height:1.25;letter-spacing:-.6px}
.feature-grid{gap:28px 20px;min-width:0}
.feature{grid-template-columns:28px minmax(0,1fr);gap:12px}
.feature h3{font-size:15px;line-height:1.35;margin-bottom:6px}
.feature p{font-size:13px;line-height:1.55;color:#465253}

.process{padding:22px 0 36px}
.process-grid{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr);gap:12px;margin-top:28px}
.process-step{grid-template-columns:36px minmax(0,1fr);gap:14px;min-width:0}
.step-number{display:none}
.process-step h3{font-size:15px;line-height:1.4}
.process-step p{font-size:13px;line-height:1.55;color:#465253}
.step-arrow{font-size:22px}
.process-note{font-size:12px;line-height:1.6;margin-top:24px;color:#465253}
.offer{padding-bottom:24px}
.offer-panel{padding:28px;grid-template-columns:minmax(0,42%) minmax(0,58%)}
.offer-summary{grid-column:1/-1;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.18)}
.offer-summary .offer-label{margin:0 0 14px;font-size:11px;line-height:1.5}
.offer-summary ul{list-style:none;display:flex;flex-wrap:wrap;gap:12px 28px;padding:0;margin:0;font-size:15px;line-height:1.5}
.offer-summary li{display:flex;align-items:baseline;gap:10px}
.offer-summary li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--lime);flex:none;align-self:center}
.price-side{padding-right:24px;display:flex;flex-direction:column;justify-content:center}
.price{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 9px;font-size:inherit;letter-spacing:normal;line-height:1.25;color:var(--lime)}
.price strong{font-size:40px;font-weight:750;letter-spacing:-1.4px;white-space:nowrap}
.price .installments,.payment-method{font-size:15px;font-weight:400;color:#f5f6f4;margin:0}
.payment-method{flex-basis:100%}
.pix{font-size:16px;line-height:1.5;margin-top:10px}
.card-total{font-size:12px;line-height:1.5;margin-top:4px;color:#d5ded9}
.offer-action{padding-left:28px;min-width:0}
.offer-action .btn{padding:12px 16px;line-height:1.4}
.offer-action p{font-size:13px;line-height:1.55;color:#edf0ed}
.guarantee{padding-bottom:40px}
.guarantee-panel{grid-template-columns:64px minmax(0,1fr);gap:20px;padding:24px}
.guarantee-panel h2{font-size:17px;line-height:1.4;margin-bottom:6px}
.guarantee-panel h3{font-size:14px;line-height:1.5;margin-bottom:6px}
.guarantee-panel p{font-size:13px;line-height:1.6;color:#465253;max-width:none}
.faq{padding:0 0 36px}
.faq-grid{gap:0 36px;margin-top:20px;align-items:start}
.faq summary{padding:17px 32px 17px 0;font-size:14px;line-height:1.5;min-height:56px}
.faq summary:after{content:"";width:8px;height:8px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;position:absolute;right:8px;top:22px;transform:rotate(45deg)}
.faq details[open] summary:after{content:"";transform:rotate(225deg);top:26px}
.faq details p{font-size:13px;line-height:1.6;padding:0 30px 18px 0;color:#465253}
.final-cta{padding-bottom:20px}
.final-cta-panel{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:24px;padding:24px;border-radius:12px}
.final-cta-panel p{font-size:17px;line-height:1.45;text-align:left}

.btn-final{min-height:48px;padding:12px 16px;width:100%;font-size:14px;line-height:1.4}
.site-footer{padding:4px 0 24px}
.footer-inner{gap:16px}
.footer-inner p,.footer-links{font-size:12px;line-height:1.5;color:#465253}
@media(min-width:981px) and (max-width:1150px){
  .hero h1{font-size:36px}
  .hero-copy>.btn{font-size:13px;padding-inline:12px}
  .hero-proof{gap:12px}.proof-item{font-size:11px}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pain-panel{grid-template-columns:1fr}
}
@media(max-width:980px){
  .header-inner{grid-template-columns:1fr auto}
  .hero-grid{grid-template-columns:1fr;min-height:0;gap:20px;padding-top:0}
  .hero-copy{padding:28px 0 0}.hero h1,.hero-copy>p{max-width:640px}
  .hero-media{width:100%;max-width:760px;justify-self:center;padding:0;margin-bottom:24px}
  .concept-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}
  .concept-card:last-child{grid-column:1/-1;width:calc((100% - 20px)/2);justify-self:center}
  .pain-panel{grid-template-columns:1fr}.pain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefits-grid{grid-template-columns:1fr;gap:24px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  
  .process-grid{grid-template-columns:1fr;gap:0;max-width:640px;margin-inline:auto}
  .process-step{width:100%;max-width:none;margin:0;padding:18px 0;grid-template-columns:32px minmax(0,1fr);gap:14px;border-bottom:1px solid var(--line)}
  .process-step:last-child{border-bottom:0}.process-icon{width:32px;height:32px}.step-arrow{display:none}
  .process-note{max-width:640px;margin:16px auto 0;text-align:left}
  .offer-panel{grid-template-columns:1fr}
  .price-side{padding:0 0 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .offer-action{padding:20px 0 0}
  .final-cta-panel{grid-template-columns:1fr;gap:18px}
}
@media(max-width:640px){
  .container{width:calc(100% - 32px)}
  .hero-copy{padding-top:24px}.hero h1{font-size:clamp(27px,7.5vw,34px);line-height:1.15;letter-spacing:-1.2px}
  .hero-copy>p{font-size:16px;line-height:1.55}
  .eyebrow{font-size:10px;padding:5px 8px;border-radius:6px;letter-spacing:0;line-height:1.5}
  .btn-primary{padding:12px;font-size:13px;line-height:1.4;min-height:50px}
  .hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px;padding-top:16px;max-width:none}
  .proof-item{font-size:12px;gap:8px;align-items:flex-start}.line-icon{width:22px;height:22px}
  .hero-media{gap:6px 0;margin-bottom:22px}.comparison-title{font-size:10px}
  .concepts{padding:28px 0 32px}
  .section-intro h2,.process .section-intro h2,.faq .section-intro h2,.benefits-title h2{font-size:24px;line-height:1.3;letter-spacing:-.5px}
  .concept-grid{grid-template-columns:1fr;gap:24px;margin-top:22px}
  .concept-card:last-child{grid-column:auto;width:100%}
  .concept-card figcaption{font-size:15px;margin-top:8px}
  .concept-action{margin-top:24px}.concept-action .btn{width:100%;max-width:380px}
  .pain-wrap{padding-bottom:28px}.pain-panel{padding:22px 16px;gap:20px}
  .pain-card{padding:16px 10px}.pain-card h3{font-size:14px}.pain-card p{font-size:12px}
  .pain-icon{width:28px;height:28px;margin-bottom:10px}
  .benefits{padding:20px 0 32px}.benefits-grid{gap:22px}
  .feature-grid{grid-template-columns:1fr;gap:0}
  .feature{grid-template-columns:24px minmax(0,1fr);gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}
  .feature:last-child{border-bottom:0}.feature-icon{width:24px;height:24px}
  .feature h3{font-size:15px;margin-bottom:4px}.feature p{font-size:14px;line-height:1.5}
  .process{padding:16px 0 28px}.process-grid{margin-top:14px}
  .process-step{grid-template-columns:28px minmax(0,1fr);gap:12px;padding:16px 0}
  .process-icon{width:28px;height:28px}.process-step h3{font-size:15px;margin-bottom:5px}.process-step p{font-size:14px}
  .process-note{font-size:12px;line-height:1.55}
  .offer-panel{padding:22px 18px}.offer-summary{padding-bottom:18px;margin-bottom:20px}
  .offer-summary ul{display:grid;gap:9px;font-size:14px}
  .offer-summary .offer-label{font-size:9px;padding:5px 8px}
  .price strong{font-size:36px}.price .installments,.payment-method{font-size:14px}
  .offer-action .btn{font-size:13px}.offer-action p{font-size:12px}
  .guarantee{padding-bottom:32px}.guarantee-panel{padding:20px 16px;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:start}
  .guarantee-shield,.guarantee-shield .ui-icon{width:32px;height:32px}
  .guarantee-panel h2{font-size:14px;line-height:1.45}.guarantee-panel h3{font-size:14px}.guarantee-panel p{font-size:13px}
  .faq{padding-bottom:28px}.faq-grid{grid-template-columns:1fr;margin-top:14px}
  .final-cta-panel{padding:22px 18px;gap:18px}.final-cta-panel p{font-size:18px;text-align:left;line-height:1.4}
  .btn-final{font-size:13px;min-height:50px}
  .footer-inner{grid-template-columns:1fr;gap:12px;padding-top:8px;text-align:center;justify-items:center}
  .footer-inner img{width:100px}.footer-inner p{font-size:11px;text-align:center;margin:0}
  .footer-links{display:flex;justify-content:center;font-size:12px;gap:12px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.main-nav a{transition:none}.btn:hover{transform:none}}

/* Diagnostic deliverable preview: one report with a full example and expandable samples. */
.diagnostic{padding:8px 0 40px}
.diagnostic-panel{background:var(--green-900);color:var(--white);border-radius:14px;padding:32px}
.diagnostic-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:start;margin-bottom:26px}
.diagnostic-heading h2{font-size:28px;line-height:1.25;letter-spacing:-.6px;font-weight:650;margin:0;max-width:480px}
.diagnostic-heading>p{font-size:15px;line-height:1.65;color:#e0e8e4;margin:0;max-width:520px}
.diagnostic-report{background:var(--paper);color:var(--ink);border-radius:8px;overflow:hidden}
.report-heading{padding:22px 26px;border-bottom:1px solid var(--line)}
.report-title{font-size:17px;font-weight:650;line-height:1.4;margin:0 0 6px}
.report-disclaimer{font-size:13px;line-height:1.55;color:#465253;margin:0;max-width:760px}
.report-body{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}
.report-featured{padding:26px;border-right:1px solid var(--line);min-width:0}
.finding-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}
.finding-heading h3{font-size:20px;line-height:1.35;margin:0;font-weight:650;letter-spacing:-.3px}
.finding-context{font-size:13px;line-height:1.5;color:#465253;margin:4px 0 0}
.finding-priority{font-size:11px;line-height:1.5;padding:4px 8px;border:1px solid #a9bab0;border-radius:4px;color:var(--green-850);background:#e8ede8;white-space:nowrap;display:inline-block}
.priority-medium{background:transparent;border-color:var(--line);color:#465253}
.finding-content{margin:22px 0 0;display:grid;gap:18px}
.finding-content dt{font-size:13px;line-height:1.5;font-weight:700;margin-bottom:4px}
.finding-content dd{font-size:14px;line-height:1.65;color:#354544;margin:0;max-width:65ch}
.finding-recommendation{border-left:3px solid var(--green-850);padding-left:14px}
.finding-recommendation dd{color:var(--green-900)}
.report-more{padding:26px;min-width:0}
.report-more-label{font-size:13px;line-height:1.5;color:#465253;margin:0 0 12px}
.finding-sample{border-bottom:1px solid #ccd4ce}
.finding-sample summary{list-style:none;cursor:pointer;position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;justify-content:space-between;padding:18px 26px 18px 0;min-height:64px}
.finding-sample summary::-webkit-details-marker{display:none}
.finding-sample summary::after{content:"";position:absolute;right:3px;top:27px;width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg)}
.finding-sample[open] summary::after{transform:rotate(225deg);top:31px}
.finding-topic{font-size:16px;line-height:1.5;font-weight:650}
.finding-sample .finding-content{margin:0 0 22px;gap:14px}
.finding-sample summary:hover .finding-topic{text-decoration:underline;text-underline-offset:4px}
.report-closing{font-size:13px;line-height:1.6;color:#465253;margin:20px 0 0;max-width:42ch}
@media(max-width:980px){
 .diagnostic-heading{grid-template-columns:1fr;gap:14px}
 .diagnostic-heading>p{max-width:65ch}
 .report-body{grid-template-columns:1fr}
 .report-featured{border-right:0;border-bottom:1px solid var(--line)}
}
@media(max-width:640px){
 .diagnostic{padding:4px 0 28px}
 .diagnostic-panel{padding:22px 12px;border-radius:12px}
 .diagnostic-heading{padding:0 6px;margin-bottom:20px}
 .diagnostic-heading h2{font-size:24px;line-height:1.3}
 .diagnostic-heading>p{font-size:14px;line-height:1.6}
 .report-heading,.report-featured,.report-more{padding:20px 16px}
 .report-title{font-size:16px}
 .report-disclaimer{font-size:12px}
 .finding-heading h3{font-size:18px}
 .finding-content{gap:16px;margin-top:18px}
 .finding-content dd{font-size:14px;line-height:1.6}
 .finding-sample summary{gap:6px 10px}
}
