:root{
  --cream:#f4efe6;
  --paper:#fffdf8;
  --paper-2:#fbf7ef;
  --sage:#8fa58f;
  --sage-dark:#5f7964;
  --sage-light:#edf2ec;
  --terra:#c96f52;
  --terra-dark:#ad5b43;
  --charcoal:#292725;
  --muted:#706a62;
  --line:#ddd5ca;
  --white:#fff;
  --gray:#aaa9a6;
  --shadow:0 20px 48px rgba(54,46,38,.11);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--charcoal);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.narrow{width:min(860px,100%)}
.center{text-align:center}
h1,h2,h3,.strong-line{text-wrap:balance}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(160,145,130,.2)}
.nav-wrap{width:min(1220px,calc(100% - 30px));margin:auto;min-height:64px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:15px;letter-spacing:-.01em;margin-right:auto}
.brand-mark{display:flex;align-items:center;gap:4px}
.brand-mark i{width:8px;height:8px;border:1px solid var(--sage-dark);border-radius:2px;display:block}
.brand-mark i:nth-child(1),.brand-mark i:nth-child(4){background:var(--sage)}
.brand-mark i:nth-child(2){background:#aaa}
.brand-mark i:nth-child(3){background:var(--terra);border-color:var(--terra-dark)}
.nav-links{display:flex;gap:22px;font-size:13px;color:#59534d}
.nav-links a:hover{color:var(--terra)}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;text-align:center}
.btn:hover{transform:translateY(-2px)}
.btn-small{padding:10px 16px;background:var(--sage);color:var(--white);font-size:12px;text-transform:none;letter-spacing:0}
.btn-small:hover{background:var(--sage-dark)}

/* HERO — desenhada primeiro para notebook 1366x768 */
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 12%,rgba(255,255,255,.95),transparent 35%),linear-gradient(135deg,#f8f2e8 0%,#f4ede2 58%,#eee5d9 100%);padding:42px 0 34px;min-height:calc(100svh - 64px);display:flex;align-items:center}
.hero:before{content:"";position:absolute;inset:0;opacity:.2;pointer-events:none;background-image:radial-gradient(rgba(62,53,44,.28) .55px,transparent .55px);background-size:7px 7px;mix-blend-mode:multiply}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:44px;align-items:center}
.hero-copy{padding:10px 0;max-width:540px}
.eyebrow,.section-kicker{margin:0 0 14px;font-size:11px;letter-spacing:.16em;font-weight:900;color:var(--terra)}
.hero .eyebrow{display:inline-flex;align-items:center;border:1px solid rgba(95,121,100,.75);border-radius:999px;padding:7px 13px;color:var(--sage-dark);letter-spacing:.11em;background:rgba(255,253,248,.42);margin-bottom:18px}
.hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;line-height:.9;letter-spacing:-.035em;font-weight:500;font-size:clamp(58px,5.6vw,78px)}
.hero h1 span,.hero h1 em{display:block}
.hero h1 em{font-weight:400;font-size:.51em;line-height:1.18;margin:8px 0 7px;color:var(--terra);font-style:italic}
.hero h1 .sage{color:var(--sage-dark)}
.hero-lead{max-width:530px;margin:18px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.45}
.hero-benefits{display:grid;gap:7px;margin:0 0 16px}
.hero-benefits p{margin:0;display:flex;align-items:center;gap:9px;font-size:14px;line-height:1.35}
.check{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:6px;color:white;font-weight:900;font-size:12px;flex:0 0 auto}
.sage-check{background:var(--sage-dark)}
.terra-check{background:var(--terra)}
.btn-primary,.btn-offer{padding:13px 22px;background:var(--terra);color:#fff;box-shadow:0 9px 22px rgba(201,111,82,.2);font-size:12px}
.btn-primary:hover,.btn-offer:hover{background:var(--terra-dark);box-shadow:0 12px 28px rgba(173,91,67,.26)}
.microcopy{margin:9px 0 0;color:#847c73;font-size:12px;letter-spacing:.02em}
.hero-visual{position:relative;justify-self:end;width:min(100%,580px)}
.image-frame{position:relative;background:transparent;border:0;box-shadow:none;border-radius:0;padding:0;transform:none;isolation:isolate}
.image-frame:before{content:"";position:absolute;inset:7% 3% 5% 7%;background:radial-gradient(ellipse at 58% 58%,rgba(105,89,73,.15) 0%,rgba(105,89,73,.08) 38%,rgba(105,89,73,0) 72%);filter:blur(20px);z-index:0;pointer-events:none}
.image-frame img{position:relative;z-index:1;width:100%;height:auto;max-height:520px;border-radius:0;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(72,58,45,.07))}
.motif{position:absolute;left:4%;right:4%;height:1px;background:rgba(95,121,100,.34);display:flex;justify-content:space-around;align-items:center}
.motif-top{top:20px}.motif-bottom{bottom:18px}
.motif span,.motif b,.motif em{width:13px;height:13px;border:1px solid var(--sage-dark);background:var(--paper);border-radius:3px}
.motif b:nth-of-type(1){background:#aaa;border-color:#888}.motif em{background:var(--terra);border-color:var(--terra-dark)}.motif b:nth-of-type(2){background:var(--sage-dark);border-color:var(--sage-dark)}

.section{padding:70px 0;background:var(--paper)}
.section.soft{background:var(--sage-light)}
.section h2,.final-cta h2,.offer-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4.1vw,54px);line-height:1.06;letter-spacing:-.035em;margin:0 0 20px;font-weight:500}
.section p{font-size:16px;color:#49443f}
.narrow>p{margin:0 auto 15px;max-width:800px}
.strong-line{font-family:Georgia,"Times New Roman",serif;font-size:21px!important;line-height:1.35;color:var(--charcoal)!important;margin-top:24px!important;max-width:760px!important}

/* Diferencial */
.split-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:start}
.split-feature>div:first-child h2{max-width:570px}
.feature-copy{position:relative;border-left:3px solid var(--terra);padding-left:30px;margin-top:31px}
.feature-copy:before,.feature-copy:after{content:"";position:absolute;left:-8px;width:13px;height:13px;border-radius:2px;box-shadow:0 0 0 4px var(--paper)}
.feature-copy:before{top:24px;background:var(--sage-dark)}
.feature-copy:after{top:64px;background:var(--terra)}
.feature-copy p:first-child{margin-top:0}.feature-copy p{margin:0 0 16px;line-height:1.55}

.section-heading{max-width:900px;margin:0 auto 34px}
.section-heading>p:last-child{max-width:700px;margin:0 auto}
.cards-grid{display:grid;gap:16px}
.cards-grid.six{grid-template-columns:repeat(3,1fr)}
.info-card{background:rgba(255,255,255,.82);border:1px solid rgba(111,103,94,.15);border-radius:17px;padding:22px 24px;min-height:132px;box-shadow:0 7px 18px rgba(55,48,41,.04)}
.info-card span{font-family:Georgia,serif;color:var(--terra);font-weight:700;font-size:19px}
.info-card p{font-weight:700;font-size:15px;margin:15px 0 0;color:var(--charcoal);line-height:1.42}

/* 4 passos visíveis em notebook */
.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1120px;margin:auto}
.step-card{border:1px solid var(--line);border-radius:18px;padding:22px 20px;background:#fff;min-height:216px}
.step-card>span{width:39px;height:39px;border-radius:11px;color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:17px;background:var(--terra)}
.step-card:nth-child(1)>span{background:var(--sage-dark)}
.step-card:nth-child(2)>span{background:var(--terra)}
.step-card:nth-child(3)>span{background:var(--gray);color:var(--charcoal)}
.step-card:nth-child(4)>span{background:#fff;color:var(--sage-dark);border:2px solid var(--sage-dark)}
.step-card h3{font-family:Georgia,serif;font-size:23px;line-height:1.12;margin:0 0 10px}
.step-card p{margin:0;font-size:14px;line-height:1.5}

/* Galeria */
.gallery-section{background:var(--charcoal);color:#fff;overflow:hidden;padding:58px 0}
.gallery-section .section-kicker{color:#e59678}
.light-heading h2,.light-heading p{color:#fff}
.light-heading>p:last-child{color:#d9d4ce;max-width:680px}
.gallery-section .section-heading{margin-bottom:28px}
.gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:start}
.gallery-grid figure{margin:0;min-width:0}
.image-button{display:grid;place-items:center;width:100%;aspect-ratio:210/297;padding:0;border:0;background:#f5f0e8;cursor:zoom-in;border-radius:13px;overflow:hidden;box-shadow:0 15px 28px rgba(0,0,0,.2);transition:transform .2s ease}
.image-button:hover{transform:translateY(-5px)}
.gallery-grid img{width:100%;height:100%;object-fit:contain;object-position:center;background:#f5f0e8}
.gallery-grid figcaption{display:grid;gap:4px;margin-top:11px;text-align:left}
.gallery-grid figcaption strong{font-size:14px;line-height:1.25}
.gallery-grid figcaption span{font-size:11.5px;color:#c9c4be;line-height:1.35}

.outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:960px;margin:auto}
.outcomes-grid p{margin:0;background:#fff;border:1px solid rgba(111,103,94,.14);border-radius:14px;padding:16px 20px;display:flex;gap:11px;align-items:center;font-size:14px;min-height:62px}
.outcomes-grid p:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 6px)}
.outcomes-grid span{color:var(--sage-dark);font-weight:900;font-size:19px}

.receive-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}
.receive-grid h2{max-width:360px}
.receive-lead{max-width:430px}
.receive-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}
.receive-list p{margin:0;padding:13px 16px 13px 40px;border-bottom:1px solid var(--line);position:relative;font-size:14px;line-height:1.4}
.receive-list p:before{content:"✓";position:absolute;left:12px;color:var(--sage-dark);font-weight:900}

.offer-section{padding:68px 0;background:linear-gradient(135deg,var(--sage-dark),#718b76)}
.offer-card{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;color:#fff}
.on-dark{color:#f1c5b4}
.offer-copy .section-kicker{display:inline-flex;align-items:center;margin-bottom:18px;padding:8px 12px;border-radius:999px;background:#fff3ec;color:var(--terra-dark);box-shadow:0 8px 22px rgba(35,51,39,.14);letter-spacing:.13em}
.offer-copy .section-kicker:before{content:"★";font-size:11px;margin-right:8px;color:var(--terra)}
.offer-copy h2{font-size:clamp(42px,5vw,62px);margin-bottom:14px;max-width:620px}
.offer-copy p:last-child{color:#e5eee6;font-size:17px}
.price-box{justify-self:end;width:min(390px,100%);background:#fff;color:var(--charcoal);border-radius:22px;padding:28px;display:grid;grid-template-columns:auto 1fr;align-items:end;box-shadow:0 20px 45px rgba(24,34,27,.22)}
.price-box>span{font-size:24px;font-weight:800;padding:0 7px 7px 0}
.price-box strong{font-family:Georgia,serif;font-size:68px;line-height:.95;font-weight:500}
.price-box small{grid-column:1/-1;color:var(--muted);margin:8px 0 20px}
.price-box .btn{grid-column:1/-1;width:100%}
.price-box p{grid-column:1/-1;font-size:11px;text-align:center;margin:10px 0 0;color:#837c74}

.guarantee{padding:64px 0}
.guarantee-grid{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:center;max-width:960px}
.guarantee-trust{border:1px solid rgba(201,111,82,.26);border-left:5px solid var(--terra);border-radius:16px;background:linear-gradient(145deg,#fffaf5,#fffdf8);padding:22px 24px;box-shadow:0 10px 26px rgba(54,46,38,.07);display:grid;gap:9px}
.trust-topline{display:flex;align-items:center;gap:9px;color:var(--terra-dark);font-size:10px;font-weight:900;letter-spacing:.13em}
.trust-check{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:var(--sage-dark);color:#fff;font-size:13px;letter-spacing:0}
.guarantee-trust>strong{font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.15;font-weight:500;color:var(--charcoal)}
.guarantee-trust>small{font-size:11px;line-height:1.4;color:var(--muted)}
.guarantee h2{margin-bottom:10px}
.guarantee p{margin:0}

.faq-list{display:grid;gap:11px}
.faq-list details{background:#fff;border:1px solid rgba(111,103,94,.16);border-radius:15px;padding:0 21px}
.faq-list summary{list-style:none;cursor:pointer;font-weight:800;padding:19px 40px 19px 0;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:0;top:13px;font-size:27px;color:var(--sage-dark);font-weight:400}
.faq-list details[open] summary:after{content:"–"}
.faq-list details p{margin:0;padding:0 0 19px;font-size:14px;color:#5a544e}

.final-cta{position:relative;padding:82px 0 74px;background:var(--sage-dark);color:#fff;overflow:hidden}
.final-cta p{color:#e6ece7;font-size:17px}
.final-cta .section-kicker{color:#f1c5b4}
.final-cta h2{max-width:900px;margin-inline:auto}
.final-price{margin:23px 0 18px;display:grid;justify-content:center;gap:2px}
.final-price small{text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:900;color:#f1c5b4}
.final-price strong{font-family:Georgia,serif;font-size:42px;line-height:1.05;font-weight:500;color:#fff}
.final-price span{font-size:11px;color:#d9e3da}
.final-motif{top:24px;background:rgba(255,255,255,.25)}
.final-motif span,.final-motif b,.final-motif em{border-color:#dfe6df}
.final-motif span{background:transparent}.final-motif b:nth-of-type(1){background:#b5b5b5}.final-motif em{background:var(--terra)}.final-motif b:nth-of-type(2){background:#fff}

footer{background:#1f1f20;color:#c9c6c1;padding:26px 0;font-size:12px}
.footer-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer-wrap p{margin:0}.footer-wrap a:hover{color:#fff}

#lightbox{border:0;border-radius:18px;padding:16px;background:#151515;max-width:min(880px,92vw);max-height:92vh;box-shadow:0 40px 100px rgba(0,0,0,.45)}
#lightbox::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}
#lightbox img{max-height:86vh;width:auto;margin:auto;border-radius:8px}
.lightbox-close{position:absolute;right:22px;top:17px;width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.9);font-size:28px;line-height:1;cursor:pointer;color:#222}

/* Notebooks menores / 1366 com escalas do sistema */
@media (min-width:981px) and (max-height:760px){
  .hero{padding-top:34px;padding-bottom:28px}
  .hero h1{font-size:clamp(54px,5.2vw,70px)}
  .hero-lead{font-size:16px;margin:15px 0 12px}
  .hero-benefits{margin-bottom:14px}
  .hero-benefits p{font-size:13px}
  .hero-visual{width:min(100%,500px)}
  .image-frame img{max-height:430px}
  .section{padding:58px 0}
  .section-heading{margin-bottom:28px}
  .gallery-section{padding:50px 0}
  .gallery-grid img{height:100%}
  .step-card{min-height:195px;padding:18px}
  .step-card h3{font-size:21px}
  .step-card p{font-size:13px}
}

@media(max-width:980px){
  .nav-links{display:none}
  .hero{min-height:auto;padding:48px 0 42px}
  .hero-grid{grid-template-columns:1fr;gap:30px}
  .hero-copy{padding-top:12px}
  .hero-visual{max-width:720px;margin:auto;justify-self:center}
  .image-frame img{max-height:none}
  .split-feature,.receive-grid{grid-template-columns:1fr;gap:30px}
  .feature-copy{margin-top:0}
  .cards-grid.six{grid-template-columns:repeat(2,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr);max-width:860px}
  .step-card{min-height:0}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .gallery-grid img{height:100%}
  .offer-card{grid-template-columns:1fr}
  .price-box{justify-self:start}
}

@media(max-width:680px){
  .container{width:min(100% - 28px,1180px)}
  .site-header{position:static}
  .nav-wrap{min-height:62px}
  .brand{font-size:13px;max-width:230px}
  .btn-small{display:none}
  .hero{padding:44px 0 38px}
  .hero h1{font-size:clamp(53px,17vw,74px)}
  .hero h1 em{font-size:.47em}
  .hero-lead{font-size:17px;margin-top:20px}
  .hero-benefits p{font-size:14px}
  .btn-primary,.btn-offer{width:100%;font-size:12px;padding:14px 16px}
  .image-frame{border-radius:20px;padding:7px}
  .image-frame img{border-radius:14px}
  .motif{left:3%;right:3%}
  .section{padding:60px 0}
  .section h2,.final-cta h2,.offer-copy h2{font-size:36px}
  .section p{font-size:15px}
  .cards-grid.six,.steps-grid,.outcomes-grid,.receive-list{grid-template-columns:1fr}
  .info-card{min-height:112px}
  .outcomes-grid p:last-child{grid-column:auto;width:100%}
  .gallery-section{padding:58px 0}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:13px}
  .gallery-grid img{height:100%;object-fit:contain}
  .gallery-grid figure:last-child{grid-column:1/-1;width:48%;justify-self:center}
  .gallery-grid figcaption span{display:none}
  .offer-section{padding:58px 0}
  .price-box{padding:24px}
  .price-box strong{font-size:62px}
  .guarantee-grid{grid-template-columns:1fr;gap:23px}
  .guarantee-trust{max-width:420px}
  .final-cta{padding:72px 0 64px}
  .footer-wrap{display:grid;text-align:center;justify-items:center}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.image-button{transition:none}}
