:root{
  --purple:#4d2394;
  --purple-2:#6729c8;
  --violet:#7b4be8;
  --lime:#a4f23a;
  --mint:#42e6b4;
  --dark:#141022;
  --ink:#241b34;
  --muted:#716981;
  --paper:#fffaf3;
  --white:#fff;
  --line:rgba(77,35,148,.14);
  --shadow:0 24px 70px rgba(33,18,70,.16);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fffaf5 0%,#fff 45%,#f9f4ff 100%);line-height:1.55}
img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.section{padding:88px 0}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px clamp(16px,4vw,48px);background:rgba(255,250,243,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--purple);font-size:1.12rem}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--purple),var(--violet));color:#fff}.topbar nav{display:flex;gap:22px;color:var(--muted);font-weight:700;font-size:.94rem}.topbar nav a:hover{color:var(--purple)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:16px 25px;background:linear-gradient(135deg,#82e63a,#c7ff5d);color:#25183d;font-weight:950;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 16px 32px rgba(122,207,44,.34);transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(122,207,44,.42)}.btn-small{padding:11px 17px;font-size:.82rem}.btn-ghost{background:#fff;color:var(--purple);box-shadow:inset 0 0 0 1px var(--line),0 10px 24px rgba(35,20,70,.08)}.btn-full{width:100%;padding:14px 18px}.hero{position:relative;overflow:hidden;padding:86px 0 70px;background:radial-gradient(circle at 78% 20%,rgba(165,242,58,.32),transparent 28%),radial-gradient(circle at 20% 15%,rgba(123,75,232,.17),transparent 34%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(77,35,148,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(77,35,148,.04) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(#000,transparent 75%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:52px}.eyebrow{margin:0 0 12px;color:var(--purple-2);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.h1,h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.45rem,6vw,5.35rem);line-height:.94;letter-spacing:-.065em;margin-bottom:24px;color:var(--dark)}h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.02;letter-spacing:-.045em;margin-bottom:18px;color:var(--dark)}h3{font-size:1.16rem;line-height:1.15;margin-bottom:10px}.subhead{font-size:1.22rem;color:#504760;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 26px}.trust-list{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;color:#4c425e;font-weight:750}.trust-list li,.trust-list span{padding:10px 12px;background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:999px}.trust-list.inline{display:flex;flex-wrap:wrap;margin-top:18px}.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}.hero-visual .glow{position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--lime));filter:blur(8px);opacity:.18}.hero-visual img{position:relative;max-height:620px;object-fit:contain;filter:drop-shadow(0 34px 36px rgba(39,16,84,.23))}.floating-card{position:absolute;background:rgba(255,255,255,.88);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:14px 18px;display:grid}.floating-card strong{font-size:1.08rem}.floating-card span{font-size:.86rem;color:var(--muted)}.card-a{left:3%;bottom:18%}.card-b{right:0;top:22%}.strip{padding:18px 0;background:linear-gradient(90deg,var(--purple),#28134c);color:#fff}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;text-align:center;font-weight:850}.two-col{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px}.align-center{align-items:center}.problem{background:#fff}.problem-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.problem-cards article,.benefit-grid article,.pillar-grid article,.price-card,details{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 14px 40px rgba(33,18,70,.06)}.problem-cards span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:14px;background:#f1e8ff;color:var(--purple);font-weight:950;margin-bottom:16px}.solution{background:linear-gradient(180deg,#f9f4ff,#fff)}.image-card,.wide-image,.bonus-panel{border-radius:var(--radius);background:#fff;padding:14px;border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.image-card img,.wide-image img{border-radius:20px}.safe-note,.disclaimer,.microcopy{font-size:.94rem;color:#655c72}.safe-note{margin-top:20px;padding:16px 18px;background:#f4edff;border-left:4px solid var(--purple);border-radius:16px}.section-head{text-align:center;max-width:760px;margin:0 auto 42px}.section-head.left{text-align:left;margin-left:0}.section-head p:last-child{color:var(--muted);font-size:1.08rem}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-grid article{transition:.2s transform}.benefit-grid article:hover{transform:translateY(-4px)}.icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#f0e8ff,#eaffca);font-size:1.55rem;margin-bottom:18px}.pillars{background:#fff}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px}.pillar-grid strong{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--dark);color:#fff;margin-bottom:16px}.wide-image{max-width:720px;margin:24px auto 0}.how{background:linear-gradient(135deg,#fffaf3 0%,#f6efff 100%)}.steps{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:16px}.steps li{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start}.steps span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--purple),var(--violet));color:#fff;font-weight:950;font-size:1.2rem}.app-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}.app-stack img{border-radius:24px;box-shadow:var(--shadow);border:1px solid var(--line)}.social{background:#120b23;color:#fff}.social h2,.social h3{color:#fff}.social .eyebrow{color:var(--lime)}.social .section-head p{color:#d9d2e7}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.social figure{margin:0;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:12px}.social figure img{border-radius:20px;width:100%;height:430px;object-fit:cover;object-position:top}.social figcaption{padding:14px 8px 6px;color:#eee;font-weight:800}.social-placeholder{display:flex;flex-direction:column;justify-content:center;min-height:430px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(164,242,58,.12));border:1px dashed rgba(255,255,255,.32);border-radius:28px;padding:28px}.social-placeholder p{color:#ded5ec}.social .disclaimer{text-align:center;color:#d7cde6;margin-top:20px}.offer{background:#fff}.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.price-card{position:relative;display:flex;flex-direction:column}.price-card.recommended{border:2px solid var(--lime);transform:scale(1.035);background:linear-gradient(180deg,#fff,#fbfff0);box-shadow:0 28px 76px rgba(87,144,26,.19)}.ribbon{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--lime),#e5ff87);color:#241838;border-radius:999px;padding:8px 18px;font-weight:950;font-size:.78rem;text-transform:uppercase;white-space:nowrap}.badge{display:inline-flex;align-self:flex-start;background:#efe6ff;color:var(--purple);font-weight:950;border-radius:999px;padding:8px 12px;margin-bottom:18px}.badge.subtle{background:#f6f0ff}.bonus{color:#5b5269;min-height:52px}.old{text-decoration:line-through;color:#9b94a6;margin-bottom:0}.installments{margin-bottom:2px}.cash{font-size:2rem;line-height:1;color:var(--purple);font-weight:950;margin:8px 0 20px}.price-card .btn{margin-top:auto}.bonus-panel{margin-top:46px;display:grid;grid-template-columns:1fr 330px;gap:26px;align-items:center;background:linear-gradient(135deg,#30145e,#5b2ab0);color:#fff}.bonus-panel h3{font-size:2rem}.bonus-panel p{color:#eee}.bonus-panel img{border-radius:18px}.guarantee{background:linear-gradient(180deg,#f9f4ff,#fff)}.guarantee-card{display:grid;grid-template-columns:170px 1fr;gap:34px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:36px;padding:42px;box-shadow:var(--shadow)}.seal{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,var(--purple),var(--violet));color:#fff;font-size:3.3rem;line-height:.82;font-weight:950;box-shadow:inset 0 0 0 8px rgba(255,255,255,.16)}.seal span{font-size:1rem;text-transform:uppercase;letter-spacing:.14em}.narrow{max-width:860px}details{margin-bottom:14px;padding:0;overflow:hidden}summary{cursor:pointer;padding:22px 26px;font-weight:950;color:var(--dark);font-size:1.08rem}details p{padding:0 26px 24px;margin:0;color:#5e566a}.final-cta{padding-top:40px}.final-card{text-align:center;padding:64px 28px;border-radius:40px;color:#fff;background:radial-gradient(circle at 20% 20%,rgba(164,242,58,.28),transparent 24%),linear-gradient(135deg,#21103e,#5c25a8 62%,#7f46dd);box-shadow:var(--shadow)}.final-card h2{color:#fff;max-width:830px;margin-inline:auto}.final-card p{max-width:690px;margin-inline:auto;color:#efe9ff}.final-card .eyebrow{color:var(--lime)}.final-card .microcopy{margin-top:18px;font-size:.88rem}.footer{padding:42px 0;background:#120b23;color:#d9d2e7}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.footer strong{color:#fff;font-size:1.2rem}
@media (max-width:980px){.topbar nav{display:none}.hero-grid,.two-col,.guarantee-card{grid-template-columns:1fr}.hero{padding-top:54px}.hero-visual{min-height:430px}.hero-visual img{max-height:500px}.strip-grid,.offer-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid,.pillar-grid,.social-grid{grid-template-columns:1fr 1fr}.bonus-panel{grid-template-columns:1fr}.price-card.recommended{transform:none}.section{padding:68px 0}}
@media (max-width:640px){.container{width:min(100% - 22px,1160px)}.topbar{padding:10px 12px}.brand{font-size:1rem}.btn-small{display:none}h1{font-size:2.55rem}.subhead{font-size:1.05rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust-list,.problem-cards,.benefit-grid,.pillar-grid,.social-grid,.offer-grid,.strip-grid,.footer-grid{grid-template-columns:1fr}.section{padding:54px 0}.hero-visual{min-height:380px}.hero-visual img{max-height:420px}.floating-card{position:static;margin:8px;display:inline-grid}.card-a,.card-b{left:auto;right:auto;top:auto;bottom:auto}.hero-visual{display:flex;flex-direction:column}.app-stack{grid-template-columns:1fr}.social figure img{height:auto}.guarantee-card{padding:28px}.seal{width:120px;height:120px;font-size:2.7rem}.cash{font-size:1.75rem}.bonus-panel{padding:18px}.section-head{text-align:left}.topbar .btn{display:none}}
.social-gallery figure img{height:520px;object-fit:contain;background:#0b0716}
@media (max-width:980px){.social-gallery figure img{height:460px}}
@media (max-width:640px){.social-gallery figure img{height:auto;background:transparent}}
.social-quote{min-height:260px;display:flex;flex-direction:column;justify-content:center;gap:14px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(164,242,58,.10));border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:30px;color:#fff}
.social-quote span{font-size:4rem;line-height:.65;color:var(--lime);font-weight:900}.social-quote p{font-size:1.18rem;line-height:1.45;margin:0;color:#fff;font-weight:800}.social-quote small{color:#d9d2e7;font-weight:800}

.offer-product{height:148px;display:flex;align-items:center;justify-content:center;margin:-4px 0 16px;padding:12px;border-radius:22px;background:radial-gradient(circle at 50% 42%,rgba(164,242,58,.42),rgba(123,75,232,.08) 48%,rgba(255,255,255,.0) 72%)}
.offer-product img{max-height:132px;width:auto;filter:drop-shadow(0 18px 24px rgba(42,24,76,.20))}
.price-card.recommended .offer-product{background:radial-gradient(circle at 50% 42%,rgba(164,242,58,.55),rgba(123,75,232,.10) 48%,rgba(255,255,255,.0) 72%)}
@media (max-width:640px){.offer-product{height:138px;margin-top:0}.offer-product img{max-height:124px}}
.offer-product{height:172px;margin:2px 0 18px}.offer-product img{max-height:154px}
@media (max-width:640px){.offer-product{height:154px}.offer-product img{max-height:138px}}
/* Oferta: kits com quantidade real de frascos, menores e com profundidade */
.offer-product{height:118px;margin:0 0 12px;padding:4px 8px;border-radius:20px;background:radial-gradient(circle at 50% 78%,rgba(164,242,58,.34),rgba(123,75,232,.08) 50%,rgba(255,255,255,0) 74%);overflow:visible}
.offer-product img{max-height:112px;width:100%;max-width:235px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(42,24,76,.16));margin-inline:auto}
.price-card:nth-child(2) .offer-product img{max-width:255px}.price-card:nth-child(3) .offer-product img{max-width:280px}.price-card:nth-child(4) .offer-product img{max-width:300px}
.price-card.recommended .offer-product{background:radial-gradient(circle at 50% 78%,rgba(164,242,58,.48),rgba(123,75,232,.10) 52%,rgba(255,255,255,0) 76%)}
@media (max-width:640px){.offer-product{height:112px}.offer-product img{max-height:106px;max-width:225px}.price-card:nth-child(3) .offer-product img,.price-card:nth-child(4) .offer-product img{max-width:260px}}

/* Ajuste solicitado: imagens dos kits um pouco maiores */
.offer-product{height:142px;margin:0 0 14px;padding:4px 8px}
.offer-product img{max-height:136px;max-width:265px}
.price-card:nth-child(2) .offer-product img{max-width:292px}
.price-card:nth-child(3) .offer-product img{max-width:320px}
.price-card:nth-child(4) .offer-product img{max-width:340px}
@media (max-width:640px){.offer-product{height:132px}.offer-product img{max-height:126px;max-width:250px}.price-card:nth-child(3) .offer-product img,.price-card:nth-child(4) .offer-product img{max-width:292px}}

/* Ajuste solicitado: kits maiores dentro dos cards */
.offer-product{height:205px;margin:-8px 0 18px;padding:0 4px;border-radius:24px;background:radial-gradient(circle at 50% 76%,rgba(164,242,58,.42),rgba(123,75,232,.10) 52%,rgba(255,255,255,0) 78%)}
.offer-product img{max-height:198px;width:100%;max-width:360px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(42,24,76,.22));transform:scale(1.08)}
.price-card:nth-child(1) .offer-product img{max-width:205px;transform:scale(1.14)}
.price-card:nth-child(2) .offer-product img{max-width:340px;transform:scale(1.09)}
.price-card:nth-child(3) .offer-product img{max-width:372px;transform:scale(1.08)}
.price-card:nth-child(4) .offer-product img{max-width:392px;transform:scale(1.07)}
@media (max-width:980px){.offer-product{height:195px}.offer-product img{max-height:188px}.price-card:nth-child(1) .offer-product img{max-width:220px}.price-card:nth-child(2) .offer-product img{max-width:350px}.price-card:nth-child(3) .offer-product img{max-width:385px}.price-card:nth-child(4) .offer-product img{max-width:400px}}
@media (max-width:640px){.offer-product{height:185px;margin:-4px 0 16px}.offer-product img{max-height:178px;max-width:100%;transform:scale(1.03)}.price-card:nth-child(1) .offer-product img{max-width:210px;transform:scale(1.08)}.price-card:nth-child(2) .offer-product img{max-width:330px}.price-card:nth-child(3) .offer-product img{max-width:350px}.price-card:nth-child(4) .offer-product img{max-width:360px}}

/* Ajuste final: todas as imagens dos kits usam o mesmo canvas e a mesma área visual */
.offer-product{height:210px;margin:-4px 0 18px;padding:0 6px;border-radius:26px;background:radial-gradient(circle at 50% 72%,rgba(164,242,58,.46),rgba(123,75,232,.10) 54%,rgba(255,255,255,0) 80%);overflow:hidden}
.offer-product img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;filter:drop-shadow(0 22px 26px rgba(42,24,76,.22));transform:none;margin:0 auto}
.price-card:nth-child(1) .offer-product img,.price-card:nth-child(2) .offer-product img,.price-card:nth-child(3) .offer-product img,.price-card:nth-child(4) .offer-product img{max-width:none;transform:none}
@media (max-width:980px){.offer-product{height:200px}}
@media (max-width:640px){.offer-product{height:190px;margin:0 0 16px;padding:0 4px}}

/* Como usar: cena matinal com produto real */
.how-product-scene{position:relative;display:grid;gap:16px;padding:24px;border-radius:34px;background:linear-gradient(145deg,#fff 0%,#fff8ec 48%,#f3ebff 100%);border:1px solid rgba(77,35,148,.12);box-shadow:0 28px 80px rgba(33,18,70,.14);overflow:hidden}
.how-product-scene:before{content:"";position:absolute;inset:-18% -20% auto auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(164,242,58,.45),rgba(164,242,58,0) 68%)}
.how-product-scene:after{content:"";position:absolute;left:-80px;bottom:-100px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(123,75,232,.18),rgba(123,75,232,0) 70%)}
.morning-card,.routine-row,.support-mini,.product-stage{position:relative;z-index:1}.morning-card{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 14px 35px rgba(33,18,70,.10);border:1px solid rgba(77,35,148,.10)}
.sun-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff4ca}.morning-card strong{color:var(--purple);font-weight:950}.morning-card small{color:var(--muted);font-weight:800}.product-stage{min-height:390px;display:grid;place-items:center;margin-top:-6px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.48),rgba(255,255,255,.10))}
.stage-glow{position:absolute;bottom:26px;width:72%;height:118px;border-radius:50%;background:radial-gradient(ellipse,rgba(164,242,58,.42),rgba(123,75,232,.10) 52%,rgba(255,255,255,0) 74%);filter:blur(2px)}
.how-bottle{position:relative;z-index:2;max-height:360px;width:auto;filter:drop-shadow(0 28px 34px rgba(43,23,79,.24))}.drop-card{position:absolute;right:18px;bottom:46px;z-index:3;display:grid;gap:0;padding:14px 16px;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(33,18,70,.16);border:1px solid rgba(77,35,148,.10)}.drop-card strong{color:var(--purple);font-size:1.05rem}.drop-card span{color:var(--muted);font-size:.82rem;font-weight:800}.routine-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.routine-row div{padding:16px;border-radius:22px;background:rgba(255,255,255,.76);border:1px solid rgba(77,35,148,.10);box-shadow:0 12px 30px rgba(33,18,70,.08)}.routine-row span{font-size:1.35rem}.routine-row strong{display:block;color:var(--ink);font-weight:950}.routine-row small{display:block;color:var(--muted);font-weight:700;line-height:1.35}.support-mini{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;padding:13px;border-radius:24px;background:linear-gradient(135deg,rgba(77,35,148,.08),rgba(164,242,58,.16));border:1px solid rgba(77,35,148,.10)}.support-mini img{height:86px;width:72px;object-fit:cover;object-position:top;border-radius:16px;box-shadow:0 10px 24px rgba(33,18,70,.14)}.support-mini strong{display:block;color:var(--purple);font-weight:950}.support-mini span{display:block;color:var(--muted);font-weight:750;line-height:1.35}
@media (max-width:980px){.how-product-scene{max-width:620px;margin-inline:auto}.product-stage{min-height:360px}.how-bottle{max-height:330px}}
@media (max-width:640px){.how-product-scene{padding:18px;border-radius:28px}.morning-card{width:100%;justify-content:flex-start}.morning-card small{margin-left:auto}.product-stage{min-height:330px}.how-bottle{max-height:300px}.drop-card{right:8px;bottom:30px}.routine-row{grid-template-columns:1fr}.support-mini{grid-template-columns:62px 1fr}.support-mini img{height:74px;width:62px}}

/* Correção Como usar: remove app e realinha frame do produto */
.how .two-col{align-items:center}
.how-product-scene{max-width:520px;margin-inline:auto;padding:22px 22px 20px;gap:14px;align-self:center}
.product-stage{min-height:330px;margin-top:0;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.70),rgba(255,255,255,.20));border:1px solid rgba(77,35,148,.08)}
.how-bottle{max-height:305px}
.stage-glow{bottom:18px;width:66%;height:86px}
.drop-card{right:22px;bottom:32px}
.routine-row{margin-top:0}
.support-mini{display:none!important}
@media (max-width:980px){.how-product-scene{max-width:540px}.product-stage{min-height:315px}.how-bottle{max-height:292px}}
@media (max-width:640px){.how-product-scene{padding:16px;gap:12px}.product-stage{min-height:300px}.how-bottle{max-height:276px}.drop-card{right:10px;bottom:24px}.stage-glow{height:74px}}
/* Ajustes solicitados: Como usar só com imagem nova, sem cards/textos auxiliares */
.how-product-image-only{display:flex;align-items:center;justify-content:center;max-width:560px;padding:24px 18px;background:linear-gradient(145deg,#fff 0%,#fff8ec 45%,#f5ecff 100%)}
.how-product-image-only:before,.how-product-image-only:after{pointer-events:none}.how-ingredient-image{position:relative;z-index:2;width:min(100%,430px);filter:drop-shadow(0 26px 34px rgba(43,23,79,.20))}.how-product-image-only .morning-card,.how-product-image-only .product-stage,.how-product-image-only .routine-row,.how-product-image-only .drop-card{display:none!important}
.bonus-image-only{grid-template-columns:1fr;justify-items:center;padding:28px}.bonus-image-only img{width:min(100%,620px);max-height:none;border-radius:24px;box-shadow:0 24px 60px rgba(33,18,70,.18)}
@media (max-width:640px){.how-product-image-only{padding:18px 12px}.how-ingredient-image{width:min(100%,360px)}.bonus-image-only{padding:18px}.bonus-image-only img{width:100%;border-radius:20px}}
/* Ajustes solicitados: imagem antiga nos kits e bônus centralizado */
.offer-product.old-product-image{height:190px;display:flex;align-items:center;justify-content:center;margin:0 0 18px;padding:8px 0;background:radial-gradient(circle at 50% 76%,rgba(164,242,58,.34),rgba(123,75,232,.08) 48%,rgba(255,255,255,0) 72%)}
.offer-product.old-product-image img{width:auto!important;height:100%!important;max-width:none!important;max-height:174px!important;object-fit:contain!important;filter:drop-shadow(0 20px 26px rgba(42,24,76,.22))!important;transform:none!important;margin:0 auto!important}
.bonus-panel.bonus-image-only{display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;width:100%;margin-left:auto!important;margin-right:auto!important}
.bonus-panel.bonus-image-only img{display:block;margin-left:auto!important;margin-right:auto!important;width:min(100%,680px)!important}
@media (max-width:640px){.offer-product.old-product-image{height:172px;margin-bottom:16px}.offer-product.old-product-image img{max-height:160px!important}.bonus-panel.bonus-image-only{padding:18px 12px}.bonus-panel.bonus-image-only img{width:min(100%,360px)!important}}
/* Ajuste solicitado: nova imagem real nos kits bem maior dentro dos cards */
.offer-product.kit-product-image{height:265px;display:flex;align-items:center;justify-content:center;margin:-18px 0 18px;padding:0;background:radial-gradient(circle at 50% 76%,rgba(164,242,58,.40),rgba(123,75,232,.09) 50%,rgba(255,255,255,0) 76%);overflow:hidden}
.offer-product.kit-product-image img{display:block;width:136%!important;height:136%!important;max-width:136%!important;max-height:340px!important;object-fit:contain!important;filter:none!important;transform:none!important;margin:0 auto!important}
.price-card:nth-child(4) .offer-product.kit-product-image img{width:116%!important;height:116%!important;max-width:116%!important}
@media (max-width:980px){.offer-product.kit-product-image{height:245px}.offer-product.kit-product-image img{width:130%!important;height:130%!important;max-width:130%!important;max-height:315px!important}.price-card:nth-child(4) .offer-product.kit-product-image img{width:122%!important;height:122%!important;max-width:122%!important}}
@media (max-width:640px){.offer-product.kit-product-image{height:232px;margin:-10px 0 14px}.offer-product.kit-product-image img{width:128%!important;height:128%!important;max-width:128%!important;max-height:295px!important}.price-card:nth-child(4) .offer-product.kit-product-image img{width:118%!important;height:118%!important;max-width:118%!important}}

/* Pedido Gomes: imagens dos kits com o dobro da altura visual */
.offer-product.kit-product-image{height:360px!important;margin:-24px 0 18px!important;padding:0!important;overflow:hidden!important}
.offer-product.kit-product-image img{width:136%!important;height:136%!important;max-width:136%!important;max-height:none!important;object-fit:contain!important;filter:none!important;transform:none!important;margin:0 auto!important}
.price-card:nth-child(4) .offer-product.kit-product-image img{width:128%!important;height:128%!important;max-width:128%!important}
@media (max-width:980px){.offer-product.kit-product-image{height:340px!important}.offer-product.kit-product-image img{width:132%!important;height:132%!important;max-width:132%!important}.price-card:nth-child(4) .offer-product.kit-product-image img{width:122%!important;height:122%!important;max-width:122%!important}}
@media (max-width:640px){.offer-product.kit-product-image{height:320px!important;margin:-12px 0 14px!important}.offer-product.kit-product-image img{width:128%!important;height:128%!important;max-width:128%!important}.price-card:nth-child(4) .offer-product.kit-product-image img{width:118%!important;height:118%!important;max-width:118%!important}}

/* Correção: kits 5 e 8 sem cortes dentro do card */
.offer-product.kit-product-image{overflow:visible!important}
.offer-product.kit-product-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.price-card:nth-child(3) .offer-product.kit-product-image img,
.price-card:nth-child(4) .offer-product.kit-product-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}

/* Microinterações e motion leve */
.scroll-progress{position:fixed;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--lime),var(--mint),var(--violet));transform:scaleX(0);transform-origin:left;z-index:80;box-shadow:0 4px 18px rgba(123,75,232,.28)}
.topbar{transition:padding .25s ease,box-shadow .25s ease,background .25s ease}
.is-scrolled .topbar{background:rgba(255,250,243,.94);box-shadow:0 12px 34px rgba(33,18,70,.10)}
.btn{position:relative;overflow:hidden;will-change:transform}.btn:active{transform:translateY(0) scale(.985)}
.btn:after{content:"";position:absolute;left:var(--rx,50%);top:var(--ry,50%);width:0;height:0;border-radius:50%;background:rgba(255,255,255,.48);transform:translate(-50%,-50%);pointer-events:none}.btn.is-rippling:after{animation:ripple .55s ease-out}
.brand-mark{transition:transform .24s ease,box-shadow .24s ease}.brand:hover .brand-mark{transform:rotate(-5deg) scale(1.06);box-shadow:0 10px 20px rgba(77,35,148,.24)}
.topbar nav a{position:relative;transition:color .2s ease}.topbar nav a:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;border-radius:999px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.topbar nav a:hover:after{transform:scaleX(1)}
.hero-visual img,.how-ingredient-image{animation:floatProduct 5.8s ease-in-out infinite;will-change:transform}.floating-card{animation:floatCard 4.8s ease-in-out infinite}.card-b{animation-delay:.7s}.glow{animation:pulseGlow 4.6s ease-in-out infinite}
.price-card,.benefit-grid article,.pillar-grid article,.problem-cards article,.social-gallery figure,.social-quote,details{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.price-card:hover,.benefit-grid article:hover,.pillar-grid article:hover,.problem-cards article:hover,.social-gallery figure:hover,.social-quote:hover,details:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(33,18,70,.14);border-color:rgba(77,35,148,.24)}
.offer-product.kit-product-image img{transition:transform .28s ease}.price-card:hover .offer-product.kit-product-image img{transform:translateY(-4px) scale(1.015)!important}
details summary{cursor:pointer;transition:color .2s ease}details summary:hover,details.is-open summary{color:var(--purple)}
.js-ready .motion-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--motion-delay,0ms)}.js-ready .motion-reveal.is-visible{opacity:1;transform:none}
@keyframes ripple{to{width:420px;height:420px;opacity:0}}
@keyframes floatProduct{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes pulseGlow{0%,100%{opacity:.86;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-reveal{opacity:1!important;transform:none!important}.scroll-progress{display:none}}

/* Ajustes de conversão 2026-06-19: hero mobile, economia por unidade, bônus e CTA fixo */
.mobile-hero-product{display:none}
.per-unit{margin:-10px 0 18px;padding:9px 12px;border-radius:999px;background:#f2ffe2;color:#3c6415;font-weight:950;text-align:center;font-size:.94rem}
.price-card.recommended .per-unit{background:#e9ffc6;color:#2f5c0f}
.bonus-panel-upgraded{display:grid!important;grid-template-columns:minmax(260px,.78fr) minmax(280px,1fr)!important;gap:28px!important;text-align:left!important;justify-items:stretch!important;background:radial-gradient(circle at 82% 20%,rgba(164,242,58,.26),transparent 26%),linear-gradient(135deg,#30145e,#5b2ab0)!important}
.bonus-highlights{max-width:420px;color:#fff;align-self:center}.bonus-highlights .eyebrow{color:var(--lime)}.bonus-highlights h3{margin-bottom:14px;color:#fff}.bonus-highlights ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.bonus-highlights li{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:#f4efff;font-weight:800}.bonus-highlights li:before{content:"✓ ";color:var(--lime);font-weight:950}
.mobile-sticky-cta{display:none}
@media (max-width:640px){
  body{padding-bottom:84px}
  h1{font-size:2.18rem;line-height:1.02;letter-spacing:-.05em}
  .hero{padding-top:34px}
  .subhead{font-size:1rem;margin-bottom:16px}
  .mobile-hero-product{display:block;width:min(76vw,255px);margin:8px auto 14px;filter:drop-shadow(0 18px 24px rgba(39,16,84,.20));animation:floatProduct 5.8s ease-in-out infinite}
  .hero-visual{min-height:300px}.hero-visual img{max-height:330px}
  .trust-list li{font-size:.9rem;padding:9px 10px}
  .offer .section-head p{font-size:1rem}
  .per-unit{font-size:.92rem;margin:-6px 0 16px}
  .bonus-panel-upgraded{grid-template-columns:1fr!important;gap:18px!important;padding:22px 14px!important;text-align:left!important}.bonus-highlights{max-width:none}.bonus-highlights h3{font-size:1.55rem}.bonus-highlights li{font-size:.92rem}
  .mobile-sticky-cta{position:fixed;left:10px;right:10px;bottom:10px;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 10px 10px 14px;border-radius:22px;background:rgba(33,16,62,.96);color:#fff;box-shadow:0 16px 46px rgba(18,11,35,.35);backdrop-filter:blur(14px)}
  .mobile-sticky-cta strong{display:block;font-size:.92rem;line-height:1.1}.mobile-sticky-cta span{display:block;color:#d9d2e7;font-size:.78rem}.mobile-sticky-cta .btn{padding:12px 16px;font-size:.82rem;box-shadow:none;white-space:nowrap}
}

/* Ajuste compliance: lista limpa de componentes no lugar de arte com claims fortes */
.ingredient-cloud{max-width:880px;margin:30px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#f7f0ff,#f4ffe5);border:1px solid var(--line);box-shadow:0 18px 48px rgba(33,18,70,.08)}
.ingredient-cloud span{padding:11px 15px;border-radius:999px;background:#fff;color:var(--purple);font-weight:950;border:1px solid rgba(77,35,148,.12);box-shadow:0 8px 18px rgba(33,18,70,.05)}
@media (max-width:640px){.hero .hero-visual{display:none}.ingredient-cloud{justify-content:flex-start;padding:18px;gap:9px}.ingredient-cloud span{font-size:.9rem;padding:9px 11px}}
