:root{
  --ink:#263a34;
  --green:#24453b;
  --green-2:#315a4d;
  --cream:#f7f2ea;
  --paper:#fffdf9;
  --mist:#e9efea;
  --line:#d8ded8;
  --muted:#607169;
  --clay:#9a6c52;
  --shadow:0 24px 60px rgba(36,69,59,.15);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.58;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit}
:where(a,summary):focus-visible{outline:3px solid #b78667;outline-offset:4px;border-radius:8px}
.skip{position:fixed;left:12px;top:-80px;background:#fff;padding:10px 14px;border-radius:10px;z-index:1000}.skip:focus{top:12px}
.wrap{width:min(1160px,calc(100% - 40px));margin-inline:auto}.narrow{width:min(760px,calc(100% - 40px))}.center{text-align:center}
.topbar{position:sticky;top:0;z-index:80;background:rgba(255,253,249,.91);backdrop-filter:blur(14px);border-bottom:1px solid rgba(216,222,216,.8)}
.topbar__inner{height:66px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:Georgia,"Times New Roman",serif;text-decoration:none;letter-spacing:.08em;font-size:17px}.brand span{font-size:.65em;vertical-align:super}.topbar__cta{font-size:14px;font-weight:800;text-decoration:none;color:var(--green);border-bottom:1px solid currentColor}
.hero{overflow:hidden;padding:70px 0 80px;background:radial-gradient(circle at 78% 24%,rgba(154,108,82,.13),transparent 31%),linear-gradient(180deg,#fbf8f2 0%,#fffdf9 100%)}
.hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);gap:64px;align-items:center}.eyebrow{margin:0 0 16px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--clay)}.eyebrow--light{color:#d9c6b9}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.06;margin-top:0}h1{font-size:clamp(43px,5.2vw,72px);letter-spacing:-.035em;margin-bottom:25px}h1 em{font-style:normal;color:var(--green-2)}h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.025em;margin-bottom:22px}h3{font-size:23px;margin-bottom:9px}.lead,.section-lead{font-size:19px;color:#52655d;margin:0}.lead{max-width:690px}.hero__actions{margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 25px;border-radius:14px;text-decoration:none;text-align:center;font-size:14px;letter-spacing:.035em;font-weight:900;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--green);color:#fff;box-shadow:0 12px 30px rgba(36,69,59,.22)}.btn--light{background:#fff;color:var(--green)}.btn--small{min-height:48px;padding:0 18px;font-size:12px}.micro{font-size:12px;color:#77877f;margin:10px 0 0}.micro--light{color:#cdd8d2}.hero__note{margin-top:30px;display:flex;gap:12px;padding:18px 20px;background:#edf2ed;border:1px solid #dce6dd;border-radius:16px;max-width:620px}.hero__note span{color:var(--clay)}.hero__note p{margin:0;font-size:14px}
.product-stage{min-height:600px;position:relative;display:grid;place-items:center}.product-stage__glow{position:absolute;width:400px;height:400px;border-radius:50%;background:#e2e9e3;filter:blur(2px)}.phone-card{position:absolute;margin:0;width:min(310px,70%);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:7px solid rgba(255,255,255,.82);background:#fff}.phone-card img{width:100%;height:auto}.phone-card--back{transform:translate(95px,-16px) rotate(6deg);opacity:.93}.phone-card--front{transform:translate(-70px,28px) rotate(-4deg);z-index:2}.product-badge{position:absolute;z-index:4;right:5%;bottom:9%;background:#fff;padding:10px 13px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.1)}
.section{padding:92px 0}.section--cream{background:var(--cream)}.section--mist{background:#eff3ef}.section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:end;margin-bottom:40px}.section-head>p{margin:0;color:var(--muted)}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}.soft-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:22px;padding:28px}.soft-card>span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:var(--mist);font-weight:900;color:var(--green);margin-bottom:25px}.soft-card p{margin:0;color:var(--muted)}
.statement{background:var(--green);color:#fff;text-align:center}.statement__inner{width:min(880px,calc(100% - 40px))}.statement blockquote{font-family:Georgia,"Times New Roman",serif;font-size:clamp(35px,5vw,65px);line-height:1.08;margin:10px 0 25px;letter-spacing:-.025em}.statement p:last-child{font-size:17px;color:#dbe5df;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.split--visual{grid-template-columns:1.05fr .95fr}.steps{margin-top:35px}.step{display:grid;grid-template-columns:50px 1fr;gap:16px;padding:22px 0;border-top:1px solid var(--line)}.step:last-child{border-bottom:1px solid var(--line)}.step b{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}.step h3{font-size:20px;margin:0 0 6px}.step p{margin:0;color:var(--muted)}.real-page-frame{margin:0;background:#e5ebe5;padding:28px;border-radius:32px}.real-page-frame img{width:min(360px,100%);margin:auto;border-radius:12px;box-shadow:0 17px 42px rgba(36,69,59,.17)}.real-page-frame figcaption{text-align:center;font-size:12px;color:#6d7e75;margin-top:15px}
.situation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.situation{background:#fff;border:1px solid #dce4de;border-radius:22px;padding:28px}.situation--wide{grid-column:1/-1}.situation small{font-size:10px;letter-spacing:.12em;font-weight:900;color:var(--clay)}.situation h3{font-size:29px;margin:13px 0 12px}.situation p{margin:0;color:var(--muted)}
.mechanism{margin-top:42px}.mechanism__rail{display:flex;align-items:center;justify-content:center;gap:13px;flex-wrap:wrap;margin-bottom:40px}.mechanism__rail span{font-size:10px;font-weight:900;letter-spacing:.08em;color:var(--green);background:var(--mist);padding:9px 12px;border-radius:999px}.mechanism__rail i{width:18px;height:1px;background:#b9c5bd}.mechanism__note{margin:-22px auto 36px;text-align:center;font-size:13px;color:var(--muted)}.mechanism__note strong{color:var(--green)}.page-triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}.page-triptych figure{margin:0;background:#f1eee7;border-radius:24px;padding:18px}.page-triptych figure:nth-child(2){transform:translateY(28px)}.page-triptych img{border-radius:10px;box-shadow:0 14px 36px rgba(36,69,59,.12)}.page-triptych figcaption{text-align:center;margin-top:12px;font-size:12px;font-weight:800;color:#6b7c73}
.checklist{list-style:none;padding:0;margin:32px 0 0}.checklist li{position:relative;padding:13px 0 13px 35px;border-top:1px solid #dedfd9}.checklist li::before{content:"✓";position:absolute;left:0;top:14px;width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:12px}.stack-showcase{position:relative;min-height:570px}.stack-showcase img{position:absolute;width:280px;border-radius:15px;border:6px solid #fff;box-shadow:var(--shadow)}.stack-showcase__a{left:7%;top:4%;transform:rotate(-4deg)}.stack-showcase__b{right:5%;top:19%;transform:rotate(6deg)}.stack-showcase__label{position:absolute;z-index:5;left:29%;bottom:8%;background:var(--green);color:#fff;padding:18px 22px;border-radius:16px;box-shadow:0 12px 30px rgba(36,69,59,.25)}.stack-showcase__label strong,.stack-showcase__label span{display:block}.stack-showcase__label strong{font-family:Georgia,"Times New Roman",serif;font-size:25px}.stack-showcase__label span{font-size:12px;color:#dce7e2}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.compare{padding:40px;border-radius:28px;border:1px solid var(--line)}.compare--yes{background:#edf2ed}.compare--no{background:#faf6f1}.compare h2{font-size:36px}.compare ul{padding-left:20px;margin:26px 0 0}.compare li{margin:12px 0;color:#53665d}
.offer{background:var(--green);color:#fff;overflow:hidden}.offer__grid{display:grid;grid-template-columns:1fr .75fr;gap:50px;align-items:center}.offer__copy>p:not(.eyebrow,.offer__format,.micro){color:#d7e2dc;max-width:620px}.offer__price{display:flex;align-items:flex-start;margin:30px 0 5px}.offer__price span{font-size:18px;margin:12px 7px 0 0;color:#d9c6b9}.offer__price strong{font-family:Georgia,"Times New Roman",serif;font-size:74px;line-height:1}.offer__format{font-size:13px;color:#c9d7d0;margin:0 0 25px}.offer__product{margin:0;display:grid;place-items:center}.offer__product img{width:min(320px,78%);border-radius:17px;border:7px solid rgba(255,255,255,.86);box-shadow:0 30px 65px rgba(0,0,0,.23);transform:rotate(4deg)}
.faq .accordion{margin-top:38px}.faq details{border-top:1px solid var(--line);padding:0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:22px 46px 22px 0;font-weight:850;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:8px;top:18px;font-size:27px;color:var(--green)}.faq details[open] summary::after{content:"–"}.faq details p{margin:0 0 22px;color:var(--muted);max-width:680px}.final-cta{padding-top:35px}.final-cta .btn{margin-top:25px}.final-price{font-size:12px;color:#708077;margin-top:12px}
.footer{padding:35px 0 110px;background:#172e27;color:#d4dfda}.footer__inner{text-align:center}.footer__inner p{margin:4px 0}.footer__small{font-size:11px;color:#9fb1a8;max-width:760px;margin-inline:auto!important}
.mobile-buy{display:none}
@media (max-width:900px){.hero__grid,.split,.split--visual,.offer__grid{grid-template-columns:1fr}.hero__copy{text-align:center}.lead{margin-inline:auto}.hero__note{text-align:left;margin-inline:auto}.product-stage{min-height:520px}.section-head{grid-template-columns:1fr;gap:5px}.page-triptych{gap:10px}.stack-showcase{min-height:520px}.offer__copy{text-align:center}.offer__copy>p:not(.eyebrow,.offer__format,.micro){margin-inline:auto}.offer__price{justify-content:center}}
@media (max-width:680px){.wrap,.narrow{width:min(100% - 28px,1160px)}.topbar__inner{height:58px}.brand{font-size:14px}.topbar__cta{font-size:12px}.hero{padding:48px 0 55px}.hero__grid{gap:15px}h1{font-size:42px}.lead,.section-lead{font-size:16px}.btn{width:100%;min-height:55px;padding-inline:15px}.product-stage{min-height:430px}.phone-card{width:225px}.phone-card--back{transform:translate(62px,-10px) rotate(5deg)}.phone-card--front{transform:translate(-48px,28px) rotate(-4deg)}.product-badge{right:0;bottom:5%;font-size:10px}.section{padding:65px 0}.cards-3,.situation-grid,.compare-grid{grid-template-columns:1fr}.situation--wide{grid-column:auto}.soft-card,.situation,.compare{padding:24px}.statement blockquote{font-size:38px}.mechanism__rail{gap:7px}.mechanism__rail i{display:none}.page-triptych{grid-template-columns:repeat(3,78%);overflow-x:auto;scroll-snap-type:x mandatory;padding:0 8px 25px;margin-inline:-8px;justify-content:start}.page-triptych figure{scroll-snap-align:center}.page-triptych figure:nth-child(2){transform:none}.real-page-frame{padding:18px}.stack-showcase{min-height:450px}.stack-showcase img{width:225px}.stack-showcase__a{left:0}.stack-showcase__b{right:0}.stack-showcase__label{left:18%;bottom:3%}.offer__product img{width:245px;margin-top:15px}.offer__price strong{font-size:67px}.mobile-buy{display:flex;position:fixed;z-index:90;left:10px;right:10px;bottom:10px;align-items:center;justify-content:space-between;gap:12px;background:rgba(255,253,249,.96);border:1px solid var(--line);box-shadow:0 12px 36px rgba(36,69,59,.2);border-radius:16px;padding:9px 10px 9px 14px;backdrop-filter:blur(12px);transition:.2s}.mobile-buy--hidden{opacity:0;transform:translateY(120%);pointer-events:none}.mobile-buy div{min-width:96px}.mobile-buy small,.mobile-buy strong{display:block}.mobile-buy small{font-size:8px;letter-spacing:.06em}.mobile-buy strong{font-family:Georgia,"Times New Roman",serif;font-size:18px}.mobile-buy .btn{width:auto;min-height:44px}.footer{padding-bottom:120px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* R1.1.1 — ajuste cirúrgico dos mockups no desktop.
   As páginas reais têm proporção aproximada de 1:2; preservamos essa proporção
   e reduzimos a escala visual em telas largas para evitar aparência alongada. */
.product-stage img,
.real-page-frame img,
.page-triptych img,
.stack-showcase img,
.offer__product img{
  height:auto;
  object-fit:contain;
}

@media (min-width:901px){
  .product-stage{min-height:540px}
  .phone-card{width:min(265px,64%)}
  .phone-card--back{transform:translate(82px,-12px) rotate(5deg)}
  .phone-card--front{transform:translate(-58px,22px) rotate(-3deg)}
  .product-badge{right:8%;bottom:7%}

  .real-page-frame img{width:min(320px,100%)}

  .page-triptych{gap:26px;align-items:start}
  .page-triptych figure{padding:16px}
  .page-triptych img{width:100%;max-height:520px;object-fit:contain;margin-inline:auto}

  .stack-showcase{min-height:510px}
  .stack-showcase img{width:225px}
  .stack-showcase__a{left:10%;top:4%}
  .stack-showcase__b{right:9%;top:15%}
  .stack-showcase__label{left:31%;bottom:7%}

  .offer__product img{width:min(275px,68%)}
}
