:root{
  --green:#155f36;
  --green-dark:#064b38;
  --green-mid:#2f7b34;
  --orange:#ff6b00;
  --gold:#f6bd34;
  --cream:#fff8e8;
  --cream-2:#fff3d9;
  --brown:#70401f;
  --ink:#253027;
  --border:#ecdcbf;
  --shadow:0 12px 30px rgba(90,61,24,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Nunito",Arial,sans-serif;color:var(--ink);background:#fffaf0;line-height:1.45}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:14px 24px;text-transform:uppercase;font-weight:900;letter-spacing:.2px;box-shadow:0 5px 0 rgba(0,0,0,.08);transition:.2s transform,.2s filter}
.btn:hover{transform:translateY(-2px);filter:brightness(1.04)}
.btn-green{background:linear-gradient(#3d8745,#1c6636);color:#fff;border:1px solid #155829}.btn-orange{background:linear-gradient(#ff8619,#f45c00);color:#fff;border:1px solid #dd5100}
.hero{position:relative;background:#fffaf0;padding:22px 0 30px;border-bottom:1px solid #eadcc3}
.hero-grid{position:relative;overflow:hidden;min-height:520px;display:grid;grid-template-columns:1.05fr 1.15fr;grid-template-rows:auto auto;align-items:center;gap:30px;padding:34px;border-radius:24px;background:#f9e6c6 url("imagens/hero-fundo-menino-e-cenario.webp") center/cover no-repeat;box-shadow:0 18px 40px rgba(90,61,24,.16)}
.hero-copy{grid-column:1;grid-row:1}.hero-art{grid-column:2;grid-row:1/3}.hero-cta{grid-column:1;grid-row:2;position:relative;z-index:2}
.hero-grid:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,248,232,.97) 0%,rgba(255,248,232,.88) 32%,rgba(255,248,232,.45) 54%,rgba(255,248,232,0) 74%);pointer-events:none;z-index:0}
.hero-copy{position:relative;z-index:2;padding-left:8px}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:1.8px;color:#9a6c39;font-weight:900;margin:0 0 8px}
.hero h1{font-family:"Baloo 2",sans-serif;font-size:64px;line-height:.9;text-transform:uppercase;color:#0a5b34;margin:0 0 20px;letter-spacing:-2px;text-shadow:0 2px 0 #fff;white-space:nowrap}
.hero-sub{font-size:20px;font-weight:700;max-width:430px;margin:0 0 24px}
.quick-benefits{display:grid;grid-template-columns:repeat(3,1fr);max-width:500px;gap:8px;margin-bottom:20px}.quick-item{text-align:center;font-size:11px;text-transform:uppercase;line-height:1.2}.quick-icon{display:block;font-size:27px;margin-bottom:5px;color:#17231c}.btn-large{font-size:17px;padding:17px 26px}.secure-line{font-size:12px;font-weight:700;color:#5c5c51}
.hero-art{position:relative;align-self:stretch;min-height:430px}.hero-scene{display:none}.hero-badge{position:absolute;z-index:2;width:118px;height:auto;filter:drop-shadow(0 8px 14px rgba(0,0,0,.3));animation:badge-float 4.6s ease-in-out infinite}.badge-edicao{top:14px;right:16px;animation-delay:0s}.badge-presente{top:150px;right:16px;animation-delay:.8s}
@keyframes badge-float{0%,100%{transform:translateY(0) rotate(-2.5deg)}50%{transform:translateY(-11px) rotate(2.5deg)}}
@media (prefers-reduced-motion:reduce){.hero-badge{animation:none}}
.section{padding:34px 0}.section-tight{padding:8px 0 28px}.soft-section{background:linear-gradient(#fffaf0,#fff7e7)}
.problem-card{background:#fffdf8;border:1px solid var(--border);border-radius:16px;padding:24px 34px;text-align:center;box-shadow:var(--shadow)}
.problem-card h2,.ornament-title{font-family:"Baloo 2";text-transform:uppercase;color:#6b3a1c;margin:0;font-size:31px;line-height:1.1}.problem-card h2:before,.problem-card h2:after,.ornament-title:before,.ornament-title:after{content:"❧";font-family:serif;color:#8fa63a;font-size:18px;margin:0 12px}.problem-card>p{margin:6px 0 16px;font-size:17px}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.problem-grid article{display:flex;align-items:center;justify-content:center;gap:13px;border:1px solid #eadbb9;background:#fff8e9;border-radius:10px;padding:15px 10px;text-align:left;text-transform:uppercase;font-size:13px}.problem-grid span{font-size:38px}.question-line{font-family:"Baloo 2";font-size:23px!important;font-weight:800;color:#6c3b20;margin-top:18px!important}
.product-intro{background:radial-gradient(circle at 15% 50%,#fff4d8,#fffaf0 60%)}.product-grid{display:grid;grid-template-columns:.95fr 1.1fr;gap:54px;align-items:center}.product-cover-wrap{padding:18px 25px 18px 16px}.product-cover{width:100%;height:auto;border-radius:8px}.section-kicker{text-transform:uppercase;color:#8a9a3f;font-size:12px;font-weight:900;letter-spacing:1.4px}.product-copy h2{font-family:"Baloo 2";font-size:38px;line-height:1.05;color:#0f6a38;text-transform:uppercase;margin:5px 0 22px}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;font-size:18px;font-weight:700}.check-list li{position:relative;padding-left:37px}.check-list li:before,.mini-checks li:before{content:"✓";position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#6da93d;color:#fff;font-weight:900}
.benefit-strip .container{position:relative;background:#fffdf8;border:1px solid var(--border);border-radius:16px;padding:16px 24px 30px;box-shadow:var(--shadow)}.benefit-strip h3{text-align:center;font-family:"Baloo 2";text-transform:uppercase;color:#714323;font-size:25px;margin:0 0 10px}.benefit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.benefit-grid article{border:1px solid #eadbb9;border-radius:10px;text-align:center;padding:13px 7px;background:#fff9ed}.benefit-grid span{font-size:34px}.benefit-grid p{font-weight:800;font-size:13px;margin:3px 0 0}.centered-cta{position:absolute;left:50%;bottom:-20px;transform:translateX(-50%);white-space:nowrap}.centered-cta:hover{transform:translate(-50%,-2px)}
.esteem-section{padding:14px 0 24px}.esteem-card{position:relative;background:linear-gradient(120deg,#0b5236,#0f6a41);border-radius:16px;padding:34px 40px;display:grid;grid-template-columns:230px 1fr;align-items:center;gap:30px;color:#fff;box-shadow:var(--shadow);overflow:hidden}.esteem-card:before{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;background:radial-gradient(circle,rgba(246,189,52,.28),transparent 70%);pointer-events:none}.esteem-badge{position:relative;justify-self:center;width:100%;max-width:210px;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.28));animation:badge-float 4.6s ease-in-out infinite}.esteem-copy .section-kicker{color:#ffd466}.esteem-copy h2{font-family:"Baloo 2";text-transform:uppercase;font-size:33px;line-height:1.05;margin:4px 0 14px;color:#fff}.esteem-copy p{margin:0 0 10px;font-size:17px}.esteem-copy strong{color:#ffd466}.esteem-warm{font-weight:800;color:#f4e9cf}
.gallery-section{padding-top:52px}.ornament-title{text-align:center;font-size:28px;margin-bottom:15px}.gallery-grid{display:grid;grid-template-columns:1.2fr .48fr .48fr;grid-template-rows:1fr 1fr;gap:10px;background:#fff;border:1px solid var(--border);padding:10px;border-radius:16px;box-shadow:var(--shadow)}.gallery-grid figure{margin:0;position:relative;overflow:hidden;border-radius:11px;min-height:165px}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-main{grid-row:1/3;min-height:380px!important}.gallery-grid figcaption{position:absolute;left:50%;bottom:7px;transform:translateX(-50%);background:rgba(30,91,44,.9);color:#fff;border-radius:4px;padding:4px 9px;font-weight:900;text-transform:uppercase;font-size:11px;white-space:nowrap}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{position:relative;background:#fffdf8;border:1px solid var(--border);border-radius:16px;padding:20px 20px 10px;min-height:285px;box-shadow:0 7px 20px rgba(90,61,24,.08);overflow:hidden}.step-number{position:absolute;left:18px;top:17px;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#6e9f3a;color:white;font-family:"Baloo 2";font-size:24px;font-weight:900}.step-card>div{padding-left:50px}.step-card h3{margin:0;color:#2d6f39;font-size:18px}.step-card p{margin:2px 0 5px;font-size:13px}.step-card img{width:100%;height:150px;object-fit:contain;margin-top:6px;mix-blend-mode:multiply}
.memory-section{padding:4px 0 22px}.memory-card{background:linear-gradient(90deg,#073f34,#00513f);border-radius:13px;min-height:154px;overflow:hidden;color:#fff;display:grid;grid-template-columns:260px 1fr 130px;align-items:center;box-shadow:var(--shadow)}.memory-card img{width:100%;height:100%;object-fit:cover;mix-blend-mode:screen}.memory-card h2{font-family:"Baloo 2";font-size:31px;text-transform:uppercase;margin:0}.memory-card p{margin:0 0 3px}.memory-card strong{font-family:"Baloo 2";color:#f1b42b;font-size:22px;font-style:italic}.heart-line{font-size:38px;color:#f6b222;transform:rotate(-10deg)}
.offer-section{padding-top:20px}.offer-grid{display:grid;grid-template-columns:1.75fr .94fr;gap:18px;align-items:stretch}.kit-panel,.price-card{background:#fffdf8;border:1px solid var(--border);border-radius:15px;box-shadow:var(--shadow)}.kit-panel{padding:12px}.kit-panel>img{width:100%;border-radius:9px}.kit-text-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;text-align:center;font-size:11px;font-weight:900;text-transform:uppercase;color:#5c462f;margin-top:-8px}.kit-text-grid span:nth-child(n+9){grid-column:span 1}.price-card{padding:16px 20px;text-align:center;display:flex;flex-direction:column;align-items:center}.price-head{width:100%;background:#0b603b;color:white;border-radius:8px;padding:14px;font-family:"Baloo 2";font-size:24px;text-transform:uppercase;line-height:1.05}.price-ribbon{background:#ffcc3d;color:#72500e;font-weight:900;text-transform:uppercase;padding:3px 15px;margin-top:-2px;clip-path:polygon(7% 0,93% 0,100% 50%,93% 100%,7% 100%,0 50%)}.price{font-family:"Baloo 2";font-size:70px;line-height:1;color:#f3650b;margin:10px 0}.price sup{font-size:22px}.price span{font-size:42px}.price-highlights{list-style:none;padding:12px 14px;margin:2px 0 14px;width:100%;text-align:left;display:grid;gap:8px;font-weight:800;font-size:15px;line-height:1.25;background:#f1f8e7;border:1px solid #cfe4ad;border-radius:12px}.price-highlights li{position:relative;padding-left:30px;color:#2c4b18}.price-highlights li:before{content:"✅";position:absolute;left:0;top:0}.mini-checks{list-style:none;padding:0;margin:0 auto 15px;text-align:left;display:grid;gap:8px;font-weight:700}.mini-checks li{position:relative;padding-left:27px}.mini-checks li:before{width:18px;height:18px;font-size:12px;top:2px}.btn-buy{width:100%;font-size:18px;line-height:1.2;padding:16px 10px}.price-card>p{font-size:11px;font-weight:800}
.guarantee-faq{padding-top:0}.faq-grid{display:grid;grid-template-columns:.85fr 1.4fr;gap:20px}.guarantee-card,.faq-panel{background:#fffdf8;border:1px solid var(--border);border-radius:15px;padding:18px;box-shadow:var(--shadow)}.guarantee-card{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:10px}.guarantee-card>img{width:100%;height:auto}.guarantee-card h3{color:#2a733a;margin:0}.guarantee-card p{font-size:13px}.guarantee-card strong{display:inline-block;border:1px solid #dfe0c9;border-radius:8px;padding:10px;background:#fff;color:#346743;text-transform:uppercase;font-size:12px}.faq-panel h2{font-family:"Baloo 2";text-transform:uppercase;color:#6d3d1f;margin:0 0 10px}.faq-panel details{border:1px solid #e5dac6;border-radius:7px;background:#fffaf0;margin:6px 0;padding:8px 12px}.faq-panel summary{cursor:pointer;font-weight:800;font-size:13px}.faq-panel p{font-size:13px;margin:8px 0}
.footer-cta{background:linear-gradient(90deg,#064f3d,#00402f);color:white;overflow:hidden}.footer-cta-grid{min-height:240px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:24px;padding:36px 0}.footer-cta h2{font-family:"Baloo 2";font-size:33px;line-height:1.05;text-transform:uppercase;margin:0}.footer-cta p{margin:10px 0 18px;font-size:16px;max-width:38ch;opacity:.92}.footer-cta .btn{white-space:normal}.footer-cta img{align-self:stretch;width:100%;height:100%;object-fit:cover;object-position:center 67%;mix-blend-mode:screen;opacity:.5;-webkit-mask-image:linear-gradient(to right,transparent,rgba(0,0,0,.45) 30%,#000 62%),linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent,rgba(0,0,0,.45) 30%,#000 62%),linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);mask-composite:intersect}
.problem-grid img{width:54px;height:54px;object-fit:contain;flex-shrink:0}
.benefit-grid img{width:54px;height:54px;object-fit:contain;margin:0 auto 2px}
.kit-panel{padding:14px}
.kit-items{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.kit-items figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid #eadbb9;border-radius:12px;background:#fff9ed;padding:18px 10px}
.kit-items img{width:96px;height:96px;object-fit:contain}
.kit-items figcaption{font-size:12.5px;font-weight:900;text-transform:uppercase;color:#5c462f;text-align:center;line-height:1.15}
.secure-seal{display:inline-flex!important;align-items:center;gap:8px}
.secure-seal img{width:30px;height:30px;object-fit:contain}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;grid-template-rows:none;min-height:auto;padding:26px 22px;background-image:none}.hero-copy,.hero-art,.hero-cta{grid-column:auto;grid-row:auto}.hero-cta{margin-top:16px}.hero-grid:before{display:none}.hero h1{font-size:58px;white-space:normal}.hero-art{align-self:auto;min-height:0}.hero-scene{display:block;width:100%;height:auto;border-radius:16px;box-shadow:0 12px 26px rgba(90,61,24,.2)}.product-grid,.offer-grid,.faq-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-main{grid-column:1/3}.steps-grid{grid-template-columns:1fr}.step-card{min-height:auto}.memory-card{grid-template-columns:180px 1fr}.heart-line{display:none}.esteem-card{grid-template-columns:170px 1fr;padding:26px}.esteem-badge{max-width:160px}.esteem-copy h2{font-size:27px}.footer-cta-grid{grid-template-columns:1fr;text-align:center;justify-items:center;padding:44px 22px}.footer-cta p{max-width:52ch}.footer-cta img{display:none}
}
@media (max-width:600px){
  .container{width:min(100% - 24px,1120px)}.hero-grid{padding-top:24px;gap:8px}.eyebrow{font-size:11px}.hero h1{font-size:48px;letter-spacing:-1px}.hero-sub{font-size:17px}.quick-benefits{grid-template-columns:repeat(3,1fr);gap:2px}.quick-item{font-size:9px}.quick-icon{font-size:23px}.btn-large{width:100%;font-size:14px}.secure-line{text-align:center;font-size:10px}.hero-badge{width:84px}.badge-edicao{top:14px;right:12px}.badge-presente{top:112px;right:12px}.problem-card{padding:18px 12px}.problem-card h2,.ornament-title{font-size:23px}.problem-card h2:before,.problem-card h2:after,.ornament-title:before,.ornament-title:after{display:none}.problem-card>p{font-size:14px}.problem-grid{grid-template-columns:1fr;gap:8px}.question-line{font-size:18px!important}.product-grid{gap:18px}.product-copy h2{font-size:29px}.check-list{font-size:15px}.benefit-strip .container{padding-inline:10px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.centered-cta{font-size:12px;width:90%;white-space:normal;text-align:center}.gallery-grid{display:grid;grid-template-columns:1fr 1fr}.gallery-main{min-height:275px!important}.gallery-grid figure{min-height:115px}.steps-grid{gap:10px}.memory-card{grid-template-columns:1fr;text-align:center;padding:14px}.memory-card img{height:120px;border-radius:10px}.memory-card h2{font-size:25px}.memory-card strong{font-size:17px}.esteem-card{grid-template-columns:1fr;text-align:center;padding:22px 16px;gap:16px}.esteem-badge{max-width:150px}.esteem-copy h2{font-size:24px}.esteem-copy h2 br{display:none}.esteem-copy p{font-size:15px}.kit-items{grid-template-columns:repeat(2,1fr)}.price{font-size:60px}.faq-grid{gap:10px}.guarantee-card{grid-template-columns:95px 1fr;padding:12px}.footer-cta-grid{padding:38px 16px}.footer-cta h2{font-size:27px}.footer-cta p{font-size:15px;margin:12px 0 20px}.footer-cta .btn{width:100%}
}
