/* =========================================================
   Kit Calmante Infantil — style.css
   Mobile-first, responsivo e focado em conversão
========================================================= */

:root{
  --purple:#6D28D9;
  --purple-2:#8B5CF6;
  --purple-3:#C084FC;
  --pink:#EC4899;
  --orange:#F97316;
  --orange-2:#FB923C;
  --yellow:#FDE68A;
  --green:#10B981;
  --blue:#38BDF8;
  --dark:#21134D;
  --text:#4B5563;
  --muted:#6B7280;
  --bg:#FFF7ED;
  --soft:#F5F3FF;
  --white:#fff;
  --radius:26px;
  --radius-lg:36px;
  --shadow:0 18px 55px rgba(109,40,217,.14);
  --shadow-strong:0 25px 80px rgba(28,18,79,.24);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  color:var(--text);
  background:var(--white);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}

h1,h2,h3{
  font-family:'Arial Rounded MT Bold','Trebuchet MS',system-ui,sans-serif;
  color:var(--dark);
  line-height:1.05;
  letter-spacing:-.02em;
}
p{line-height:1.7}
.container{
  width:min(1120px,100%);
  margin-inline:auto;
  padding-inline:18px;
}
.narrow{width:min(820px,100%)}
.center{text-align:center}
.section{padding:66px 0;position:relative}
.section:not(.hero), .footer{content-visibility:auto;contain-intrinsic-size:900px 900px;}
.reveal{opacity:1;transform:none}
.reveal.is-visible{opacity:1;transform:none}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.32);
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.eyebrow::before{content:"✦";color:var(--yellow)}
.eyebrow--light{
  background:#fff;
  color:var(--purple);
  border:1px solid #DDD6FE;
  box-shadow:0 10px 30px rgba(109,40,217,.08);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-family:'Arial Rounded MT Bold','Trebuchet MS',system-ui,sans-serif;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1;
  min-height:56px;
  padding:17px 28px;
  position:relative;
  overflow:hidden;
  border:0;
  cursor:pointer;
  transition:.2s ease;
  text-align:center;
  box-shadow:0 14px 34px rgba(249,115,22,.32);
}
.btn:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(249,115,22,.42)}
.btn:active{transform:translateY(0)}
.btn--big{min-height:62px;padding:20px 34px;font-size:1.08rem}
.btn--primary,.btn--checkout{
  color:#fff;
  background:linear-gradient(135deg,var(--orange-2),var(--orange));
}
.btn::after{
  content:"";
  position:absolute;
  top:-25%;
  left:-55%;
  width:45%;
  height:150%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
  animation:shine 3.4s ease-in-out infinite;
}
@keyframes shine{
  0%,45%{left:-55%}
  70%,100%{left:120%}
}

/* HERO */
.hero{
  min-height:100svh;
  background:
    radial-gradient(circle at 15% 15%,rgba(253,230,138,.42),transparent 28%),
    radial-gradient(circle at 85% 20%,rgba(236,72,153,.35),transparent 28%),
    linear-gradient(140deg,#4C1D95 0%,#6D28D9 42%,#A21CAF 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.22) 2px,transparent 2px),
    radial-gradient(circle,rgba(255,255,255,.16) 1.4px,transparent 1.4px);
  background-size:46px 46px,72px 72px;
  background-position:0 0,18px 22px;
  opacity:.35;
  pointer-events:none;
}
.hero__glow{
  position:absolute;
  border-radius:50%;
  filter:blur(60px);
  opacity:.45;
  pointer-events:none;
}
.hero__glow--one{width:360px;height:360px;background:#EC4899;right:-140px;top:80px}
.hero__glow--two{width:280px;height:280px;background:#38BDF8;left:-120px;bottom:90px}

.top-strip{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:10px 12px;
  background:rgba(0,0,0,.17);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.top-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:rgba(255,255,255,.88);
  font-size:.72rem;
  font-weight:900;
  white-space:nowrap;
  text-align:center;
}

.hero__grid{
  position:relative;
  z-index:2;
  display:grid;
  gap:28px;
  align-items:center;
  padding-top:34px;
  padding-bottom:56px;
}
.hero__copy{text-align:center}
.hero h1{
  color:#fff;
  font-size:clamp(2.08rem,8vw,4.5rem);
  max-width:800px;
  margin:0 auto 18px;
  text-shadow:0 4px 18px rgba(0,0,0,.14);
}
.hero h1 mark{
  color:#FDE68A;
  background:none;
  -webkit-text-fill-color:unset;
}
.lead{
  font-size:1.02rem;
  color:rgba(255,255,255,.88);
  font-weight:700;
  max-width:620px;
  margin:0 auto 20px;
}
.hero__price{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  padding:9px 13px;
  margin:6px auto 18px;
}
.hero__price .old{
  opacity:.68;
  text-decoration:line-through;
  font-weight:900;
}
.hero__price .now{
  color:#fff;
  background:linear-gradient(135deg,#10B981,#34D399);
  padding:7px 12px;
  border-radius:999px;
  font-family:'Arial Rounded MT Bold','Trebuchet MS',system-ui,sans-serif;
  font-weight:800;
  box-shadow:0 9px 24px rgba(16,185,129,.32);
}
.microcopy{
  margin-top:13px;
  color:rgba(255,255,255,.75);
  font-size:.86rem;
  font-weight:800;
}
.hero__visual{
  width:min(95vw,620px);
  margin:0 auto;
  border-radius:34px;
  padding:9px;
  background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.07));
  box-shadow:var(--shadow-strong);
}
.hero__visual img{
  border-radius:28px;
  width:100%;
  box-shadow:0 20px 60px rgba(0,0,0,.20);
}

/* HEADERS */
.section-head{
  text-align:center;
  max-width:790px;
  margin:0 auto 34px;
}
.section-head h2,
.narrow h2{
  font-size:clamp(1.75rem,7vw,3.05rem);
  margin-bottom:12px;
}
.section-head p,
.narrow p{
  font-size:1rem;
  font-weight:700;
  color:var(--muted);
}

/* PAIN */
.pain{
  background:
    radial-gradient(circle at 12% 12%,rgba(251,191,36,.14),transparent 20%),
    radial-gradient(circle at 88% 22%,rgba(236,72,153,.10),transparent 24%),
    linear-gradient(180deg,#fff 0%,#FFF7ED 100%);
}
.pain .narrow{text-align:center}
.pain .narrow p{margin:0 auto 14px}
.pain__flow{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin:34px auto 0;
  width:min(920px,100%);
}
.pain__connector{
  display:flex;
  justify-content:center;
  align-items:center;
  height:24px;
}
.pain__connector span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:linear-gradient(180deg,#fff,#F3E8FF);
  border:1px solid rgba(109,40,217,.16);
  color:var(--purple);
  font-size:1.1rem;
  line-height:1;
  box-shadow:0 8px 18px rgba(109,40,217,.10);
}
.pain-step{
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(109,40,217,.14);
  border-radius:24px;
  padding:16px 16px;
  box-shadow:0 14px 34px rgba(109,40,217,.08);
  text-align:left;
}
.pain-step__icon{
  flex:0 0 58px;
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-size:1.7rem;
  background:linear-gradient(135deg,#F5F3FF,#FDF2F8);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 10px 22px rgba(109,40,217,.12);
}
.pain-step__content{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.pain-step__label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:max-content;
  padding:4px 10px;
  border-radius:999px;
  background:#F3E8FF;
  color:var(--purple);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.pain-step__content strong{
  color:var(--dark);
  font-family:'Arial Rounded MT Bold','Trebuchet MS',system-ui,sans-serif;
  font-size:1.22rem;
  line-height:1.05;
}
.pain-step__content small{
  color:#6B7280;
  font-size:.93rem;
  line-height:1.45;
  font-weight:700;
}
.pain-step--highlight{
  background:linear-gradient(135deg,#F5F3FF 0%,#FCE7F3 100%);
  border-color:#C084FC;
  box-shadow:0 18px 38px rgba(168,85,247,.16);
}
.pain-step--highlight .pain-step__icon{
  background:linear-gradient(135deg,#FFF7ED,#FDF2F8);
}
.pain-step--highlight .pain-step__label{
  background:linear-gradient(135deg,#F59E0B,#EC4899);
  color:#fff;
}
/* SOLUTION */
.solution{
  background:
    radial-gradient(circle at 90% 10%,rgba(236,72,153,.13),transparent 24%),
    radial-gradient(circle at 10% 70%,rgba(56,189,248,.13),transparent 26%),
    #F5F3FF;
}
.solution .eyebrow{
  background:#fff;
  color:var(--purple);
  border-color:#DDD6FE;
}
.benefit-grid{
  display:grid;
  gap:14px;
  grid-template-columns:1fr;
  margin-bottom:28px;
}
.benefit-card{
  background:#fff;
  border-radius:24px;
  padding:22px;
  border:1px solid rgba(109,40,217,.12);
  box-shadow:0 12px 38px rgba(109,40,217,.09);
}
.benefit-card i{
  display:grid;
  place-items:center;
  width:56px;height:56px;
  border-radius:18px;
  background:#FFF7ED;
  font-style:normal;
  font-size:1.72rem;
  margin-bottom:12px;
}
.benefit-card h3{
  font-size:1.22rem;
  margin-bottom:6px;
}
.benefit-card p{
  font-size:.93rem;
  font-weight:700;
  color:var(--muted);
}

/* CAROUSEL */
.carousel{
  position:relative;
  isolation:isolate;
}
.carousel__viewport{
  overflow:hidden;
  border-radius:28px;
  padding:7px 0;
}
.carousel__track{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:8px 4px 16px;
}
.carousel__track::-webkit-scrollbar{display:none}
.carousel__arrow{
  display:none;
}
.carousel__dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:8px;
}
.carousel__dot{
  border:0;
  width:8px;height:8px;
  border-radius:999px;
  background:#DDD6FE;
  cursor:pointer;
  transition:.18s ease;
}
.carousel__dot.is-active{
  width:22px;
  background:var(--purple);
}
.product-card,
.mini-card,
.proof-card{
  flex:0 0 86%;
  scroll-snap-align:center;
}
.product-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:1px solid rgba(109,40,217,.10);
}
.product-card__media{
  position:relative;
  padding:16px;
  background:linear-gradient(135deg,#F5F3FF,#E0F2FE);
  min-height:270px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-card__media img{
  max-height:360px;
  border-radius:16px;
  box-shadow:0 18px 48px rgba(28,18,79,.22);
}
.product-card__media span,
.mini-card figure span{
  position:absolute;
  left:16px;top:16px;
  background:linear-gradient(135deg,var(--purple),var(--pink));
  color:#fff;
  border-radius:999px;
  padding:6px 11px;
  font-size:.68rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.product-card__body{
  padding:20px;
}
.product-card__body h3{
  font-size:1.5rem;
  margin-bottom:7px;
}
.product-card__body p{
  color:var(--muted);
  font-weight:700;
  font-size:.96rem;
}
.product-card__body em{
  display:inline-block;
  margin-top:13px;
  font-style:normal;
  color:var(--purple);
  background:#F5F3FF;
  border:1px solid #DDD6FE;
  border-radius:999px;
  padding:7px 12px;
  font-size:.76rem;
  font-weight:900;
}

/* BONUS */
.bonus{
  background:
    radial-gradient(circle at 15% 20%,rgba(253,230,138,.26),transparent 22%),
    #FFF7ED;
}
.bonus .eyebrow{
  background:#fff;
  color:var(--orange);
  border-color:#FED7AA;
}
.carousel--compact .carousel__track{
  gap:14px;
}
.mini-card{
  background:#fff;
  border-radius:24px;
  padding:12px;
  border:1px solid rgba(249,115,22,.14);
  box-shadow:0 12px 36px rgba(249,115,22,.10);
}
.mini-card figure{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  background:#F5F3FF;
  aspect-ratio:4/5;
  margin-bottom:13px;
}
.mini-card figure img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mini-card figure span{
  background:linear-gradient(135deg,var(--orange),var(--pink));
  top:10px;left:10px;
}
.mini-card h3{
  font-size:1.08rem;
  padding-inline:4px;
  margin-bottom:4px;
}
.mini-card p{
  padding-inline:4px 4px;
  font-size:.84rem;
  color:var(--muted);
  font-weight:700;
  line-height:1.45;
}

/* EMOTIONAL */
.emotional{
  background:linear-gradient(135deg,#6D28D9,#A21CAF);
  padding-inline:18px;
}
.emotional__box{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 22px 70px rgba(28,18,79,.24);
  border-radius:34px;
  padding:34px 22px;
  text-align:center;
  color:#fff;
}
.emotional h2{
  color:#fff;
  font-size:clamp(1.8rem,7vw,3rem);
  margin-bottom:14px;
}
.emotional p{
  max-width:760px;
  margin:0 auto 22px;
  color:rgba(255,255,255,.86);
  font-size:1.02rem;
  font-weight:700;
}
.emotional__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.emotional__chips span{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  padding:9px 13px;
  border-radius:999px;
  font-size:.83rem;
  font-weight:900;
}

/* PROOF */
.proof{
  background:#fff;
}
.proof .eyebrow{
  background:#F5F3FF;
  color:var(--purple);
  border-color:#DDD6FE;
}
.proof-card{
  background:#101012;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 50px rgba(17,24,39,.15);
  border:1px solid rgba(255,255,255,.08);
}
.proof-card__quote{
  padding:16px 16px 12px;
  color:#fff;
}
.proof-card__quote strong{
  display:block;
  color:#C4B5FD;
  font-size:.82rem;
  margin-bottom:7px;
}
.proof-card__quote p{
  color:rgba(255,255,255,.88);
  font-size:.88rem;
  font-weight:800;
  line-height:1.5;
}
.proof-card img{
  width:100%;
  aspect-ratio:1/1.22;
  object-fit:cover;
  object-position:top;
  border-top:1px solid rgba(255,255,255,.08);
}
.after-proof{margin-top:26px}

/* OFFER */
.offer{
  background:
    radial-gradient(circle at 15% 10%,rgba(253,230,138,.18),transparent 24%),
    linear-gradient(135deg,#341064,#6D28D9 52%,#A21CAF);
}
.offer__card{
  display:grid;
  gap:26px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 80px rgba(0,0,0,.24);
  border-radius:34px;
  padding:24px;
  color:#fff;
}
.offer h2{
  color:#fff;
  font-size:clamp(2rem,8vw,3.4rem);
  margin-bottom:6px;
}
.offer__subtitle{
  color:rgba(255,255,255,.82);
  font-weight:800;
  margin-bottom:20px;
}
.offer__list{
  list-style:none;
  display:grid;
  gap:10px;
}
.offer__list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);
  padding:12px 13px;
  border-radius:16px;
  color:rgba(255,255,255,.9);
  font-weight:800;
}
.offer__list li::before{
  content:"✅";
  flex:0 0 auto;
}
.offer__right{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:center;
}
 .price-box{
  width:100%;
  border-radius:30px;
  padding:24px 18px 20px;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFFDF7 100%);
  color:var(--dark);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.75);
}
.price-box::before{
  content:"";
  position:absolute;
  inset:auto -30px -34px auto;
  width:110px;
  height:110px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(52,211,153,.22),rgba(52,211,153,0));
}
.price-box::after{
  content:"";
  position:absolute;
  inset:-28px auto auto -28px;
  width:90px;
  height:90px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(251,191,36,.16),rgba(251,191,36,0));
}
.price-box__deal{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#F59E0B,#F97316);
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 10px 20px rgba(249,115,22,.24);
  margin-bottom:12px;
}
.price-box__compare{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:8px;
}
.price-box__from{
  color:#6B7280;
  font-weight:900;
  font-size:1rem;
}
.price-box__from s{
  color:#9CA3AF;
}
.price-box__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:#DCFCE7;
  color:#0F9F63;
  font-size:.8rem;
  font-weight:900;
  border:1px solid #86EFAC;
}
.price-box__headline{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  margin-bottom:10px;
}
.price-box__only{
  color:#7C3AED;
  font-size:.95rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.price-box strong{
  display:block;
  font-family:'Arial Rounded MT Bold','Trebuchet MS',system-ui,sans-serif;
  color:var(--green);
  font-size:clamp(3.8rem,15vw,6rem);
  line-height:.9;
  text-shadow:0 8px 16px rgba(52,211,153,.12);
}
.price-box__meta{
  display:flex;
  flex-direction:column;
  gap:6px;
  align-items:center;
}
.price-box small{
  color:var(--muted);
  font-weight:900;
}
.price-box__save{
  margin:0;
  font-size:.95rem;
  font-weight:800;
  color:#374151;
}
.price-box__save b{
  color:#F97316;
}
.secure{
  color:rgba(255,255,255,.82);
  font-size:.84rem;
  font-weight:900;
}

/* TRUST */
.trust{
  background:#F0FDF4;
}
.trust__grid{
  display:grid;
  gap:26px;
}
.guarantee,.faq{
  background:#fff;
  border-radius:30px;
  padding:26px 20px;
  box-shadow:0 14px 42px rgba(16,185,129,.10);
  border:1px solid rgba(16,185,129,.16);
}
.seal{
  width:106px;height:106px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 14px;
  background:linear-gradient(135deg,#10B981,#34D399);
  color:#fff;
  font-family:'Arial Rounded MT Bold','Trebuchet MS',system-ui,sans-serif;
  font-size:3rem;
  font-weight:800;
  line-height:.7;
  box-shadow:0 14px 36px rgba(16,185,129,.24);
}
.seal span{
  font-size:1.02rem;
  text-transform:uppercase;
}
.guarantee{text-align:center}
.guarantee h2,.faq h2{
  font-size:1.8rem;
  margin-bottom:10px;
}
.guarantee p{
  color:#065F46;
  font-weight:700;
}
.faq details{
  border-top:1px solid #E5E7EB;
  padding:13px 0;
}
.faq details:first-of-type{border-top:0}
.faq summary{
  cursor:pointer;
  color:var(--dark);
  font-weight:900;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:14px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";
  color:var(--purple);
  font-size:1.3rem;
  line-height:1;
}
.faq details[open] summary::after{content:"−"}
.faq details p{
  margin-top:9px;
  color:var(--muted);
  font-size:.94rem;
  font-weight:700;
}

.footer{
  padding:24px 0;
  text-align:center;
  background:#21134D;
  color:#fff;
}
.footer p{
  font-size:.86rem;
  color:rgba(255,255,255,.72);
  font-weight:700;
}

/* Tablet */
@media (min-width:640px){
  .section{padding:82px 0}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .pain__flow{
    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
    align-items:stretch;
  }
  .pain__flow b{
    transform:none;
    align-self:center;
  }
  .product-card{flex-basis:46%}
  .mini-card{flex-basis:40%}
  .proof-card{flex-basis:42%}
}

/* Desktop */
@media (min-width:920px){
  .container{padding-inline:24px}
  .top-strip{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;padding:10px 18px;}
  .top-strip span{min-height:34px;padding:7px 12px;font-size:.77rem;}
  .hero{min-height:760px}
  .hero__grid{
    grid-template-columns:.96fr 1.04fr;
    gap:52px;
    padding-top:74px;
    padding-bottom:88px;
  }
  .hero__copy{text-align:left}
  .hero h1,.lead{margin-left:0;margin-right:0}
  .lead{font-size:1.13rem}
  .hero__price{justify-content:flex-start}
  .benefit-grid{grid-template-columns:repeat(4,1fr)}
  .carousel__viewport{
    margin-inline:54px;
  }
  .carousel__arrow{
    position:absolute;
    z-index:4;
    top:46%;
    transform:translateY(-50%);
    display:grid;
    place-items:center;
    width:46px;height:46px;
    border-radius:50%;
    border:1px solid rgba(109,40,217,.18);
    background:#fff;
    color:var(--purple);
    box-shadow:0 12px 35px rgba(109,40,217,.16);
    cursor:pointer;
    font-size:2rem;
    font-family:Georgia,serif;
    line-height:1;
    transition:.2s ease;
  }
  .carousel__arrow:hover{
    background:var(--purple);
    color:#fff;
  }
  .carousel__arrow--prev{left:0}
  .carousel__arrow--next{right:0}
  .product-card{flex-basis:31.5%;scroll-snap-align:start}
  .mini-card{flex-basis:23.8%;scroll-snap-align:start}
  .proof-card{flex-basis:31.5%;scroll-snap-align:start}
  .offer__card{
    grid-template-columns:1.05fr .95fr;
    padding:38px;
  }
  .trust__grid{
    grid-template-columns:.9fr 1.1fr;
    align-items:start;
  }
  .guarantee,.faq{padding:34px}
}

/* Large */
@media (min-width:1160px){
  .mini-card{flex-basis:22.2%}
  .proof-card{flex-basis:30.5%}
}


/* =========================================================
   AJUSTES MOBILE E CARROSSÉIS — v2
   Corrige overflow, reduz mockups e organiza provas sociais
========================================================= */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body{position:relative;}
.container{max-width:1120px;}
.hero{min-height:auto;}
.hero__grid{padding-top:30px;padding-bottom:46px;}
.hero__visual{
  width:100%;
  max-width:540px;
  justify-self:center;
  margin-inline:auto;
}
.hero__copy{max-width:100%;}
.hero h1{letter-spacing:-.035em;}

.pain__flow div{min-height:62px;}
.pain__flow strong{font-size:1rem;text-transform:none;}
.pain__flow span{font-size:1.55rem;line-height:1;}

/* Carrossel das apostilas: mockups menores e mais elegantes */
.product-card{border-radius:24px;}
.product-card__media{
  min-height:220px;
  padding:14px;
}
.product-card__media img{
  max-height:245px;
  width:auto;
  object-fit:contain;
}
.product-card__body{padding:16px 17px 18px;}
.product-card__body h3{font-size:1.34rem;}
.product-card__body p{font-size:.9rem;line-height:1.52;}

/* Bônus: carrossel pequeno e organizado */
.bonus .section-head{margin-bottom:22px;}
.bonus .section-head h2{font-size:clamp(1.72rem,6.2vw,2.55rem);max-width:620px;margin-inline:auto;}
.carousel--compact .carousel__track{gap:12px;}
.mini-card{
  flex:0 0 72%;
  border-radius:22px;
  padding:10px;
}
.mini-card figure{
  aspect-ratio:auto;
  height:212px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#FFF7ED,#F5F3FF);
  padding:9px;
  margin-bottom:10px;
}
.mini-card figure img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:14px;
}
.mini-card figure span{
  top:8px;
  left:8px;
  font-size:.58rem;
  padding:5px 9px;
}
.mini-card h3{font-size:1rem;line-height:1.12;}
.mini-card p{font-size:.78rem;line-height:1.35;}

/* Provas sociais: prints menores, legíveis e sem ocupar a tela toda */
.proof .section-head{margin-bottom:22px;}
.proof-card{
  flex:0 0 76%;
  border-radius:22px;
}
.proof-card__quote{padding:13px 14px 10px;}
.proof-card__quote strong{font-size:.76rem;margin-bottom:5px;}
.proof-card__quote p{font-size:.78rem;line-height:1.42;}
.proof-card img{
  width:100%;
  height:255px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  background:#050506;
  padding:5px;
}
.after-proof{margin-top:20px;}

/* Garantia mais compacta no celular */
.guarantee{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  column-gap:15px;
  text-align:left;
}
.seal{
  width:76px;
  height:76px;
  margin:0;
  font-size:2.25rem;
}
.seal span{font-size:.72rem;}
.guarantee h2{font-size:1.38rem;margin-bottom:5px;}
.guarantee p{
  grid-column:1 / -1;
  margin-top:13px;
  font-size:.92rem;
}

@media (max-width: 639px){
  .section{padding:54px 0;}
  .container{padding-inline:16px;}
  .hero__grid{gap:20px;padding-top:24px;padding-bottom:38px;}
  .hero h1{font-size:clamp(2rem,8.6vw,2.65rem);line-height:1.04;margin-bottom:14px;}
  .lead{font-size:.97rem;line-height:1.6;margin-bottom:16px;}
  .hero__price{max-width:100%;padding:8px 10px;margin-bottom:14px;}
  .hero__price .now{padding:7px 10px;}
  .btn--big,.btn{width:min(100%,335px);min-height:54px;padding:16px 22px;}
  .hero__visual{max-width:342px;padding:6px;border-radius:24px;}
  .hero__visual img{border-radius:20px;}
  .top-strip{grid-template-columns:1fr 1fr;padding:8px 10px;gap:6px;}
  .top-strip span{font-size:.63rem;min-height:28px;padding:5px 6px;letter-spacing:-.01em;}
  .section-head h2,.narrow h2{line-height:1.08;}
  .pain__flow{gap:8px;}
  .pain__flow b{font-size:1.1rem;margin:-2px 0;}
  .pain__flow div{padding:13px 12px;border-radius:18px;}
}

@media (min-width:640px){
  .product-card{flex-basis:42%;}
  .product-card__media{min-height:235px;}
  .product-card__media img{max-height:270px;}
  .mini-card{flex-basis:34%;}
  .mini-card figure{height:220px;}
  .proof-card{flex-basis:42%;}
  .proof-card img{height:270px;}
  .guarantee{display:block;text-align:center;}
  .seal{width:106px;height:106px;margin:0 auto 14px;font-size:3rem;}
  .seal span{font-size:1.02rem;}
  .guarantee h2{font-size:1.8rem;}
  .guarantee p{grid-column:auto;margin-top:0;font-size:1rem;}
}

@media (min-width:920px){
  .hero__visual{max-width:600px;}
  .product-card{flex-basis:28.8%;}
  .product-card__media{min-height:245px;}
  .product-card__media img{max-height:285px;}
  .mini-card{flex-basis:20.5%;}
  .mini-card figure{height:205px;}
  .proof-card{flex-basis:26.5%;}
  .proof-card img{height:290px;}
}

@media (min-width:1160px){
  .mini-card{flex-basis:19%;}
  .proof-card{flex-basis:25%;}
}

/* =========================================================
   AJUSTE PROVAS SOCIAIS — v3
   Cards compactos, proporcionais e prints como miniatura
========================================================= */
.proof .carousel__viewport{
  margin-inline:0;
  overflow:hidden;
}
.proof .carousel__track{
  align-items:stretch;
  gap:14px;
  padding:4px 2px 8px;
}
.proof-card{
  flex:0 0 78%;
  max-width:300px;
  min-height:auto;
  padding:12px;
  border-radius:22px;
  background:linear-gradient(180deg,#111114 0%,#070708 100%);
  display:flex;
  flex-direction:column;
  gap:10px;
  overflow:hidden;
  box-shadow:0 14px 38px rgba(17,24,39,.16);
}
.proof-card__quote{
  padding:12px 12px 10px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.075);
  margin:0;
}
.proof-card__quote strong{
  font-size:.74rem;
  margin-bottom:5px;
  color:#D8B4FE;
}
.proof-card__quote p{
  font-size:.76rem;
  line-height:1.38;
  font-weight:850;
  margin:0;
}
.proof-card img{
  display:block;
  width:100%;
  max-width:190px;
  height:238px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  align-self:center;
  margin:0 auto 2px;
  padding:0;
  border-radius:16px;
  background:#000;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.proof .carousel__dots{margin-top:10px;}

@media (max-width: 420px){
  .proof-card{
    flex-basis:82%;
    max-width:286px;
    padding:10px;
  }
  .proof-card img{
    max-width:174px;
    height:224px;
    border-radius:15px;
  }
  .proof-card__quote p{font-size:.74rem;}
}

@media (min-width:640px){
  .proof-card{
    flex-basis:34%;
    max-width:310px;
  }
  .proof-card img{
    max-width:200px;
    height:250px;
  }
}

@media (min-width:920px){
  .proof .carousel__viewport{margin-inline:54px;}
  .proof-card{
    flex-basis:24.5%;
    max-width:280px;
  }
  .proof-card img{
    max-width:180px;
    height:236px;
  }
}


/* =========================================================
   AJUSTE PROVAS SOCIAIS — v4
   Remove o resumo escrito e deixa apenas o print real
========================================================= */
.proof .carousel__track{
  gap:16px;
  align-items:center;
}
.proof-card{
  flex:0 0 74%;
  max-width:245px;
  background:transparent;
  border:none;
  box-shadow:none;
  padding:0;
  border-radius:22px;
  overflow:visible;
}
.proof-card img{
  display:block;
  width:100%;
  max-width:100%;
  height:330px;
  object-fit:contain;
  object-position:center;
  border-radius:20px;
  background:#000;
  border:1px solid rgba(124,58,237,.18);
  box-shadow:0 14px 34px rgba(17,24,39,.18);
  margin:0 auto;
  padding:0;
}
.proof-card__quote{display:none!important;}

@media (max-width:420px){
  .proof-card{flex-basis:78%;max-width:230px;}
  .proof-card img{height:310px;border-radius:18px;}
}
@media (min-width:640px){
  .proof-card{flex-basis:30%;max-width:230px;}
  .proof-card img{height:320px;}
}
@media (min-width:920px){
  .proof-card{flex-basis:21%;max-width:220px;}
  .proof-card img{height:310px;}
}

@media (max-width: 640px){
  .pain__flow{gap:10px;margin-top:26px;}
  .pain-step{padding:14px 13px;border-radius:20px;gap:12px;}
  .pain-step__icon{width:52px;height:52px;flex-basis:52px;border-radius:16px;font-size:1.5rem;}
  .pain-step__content strong{font-size:1.08rem;}
  .pain-step__content small{font-size:.85rem;line-height:1.38;}
  .pain-step__label{font-size:.68rem;padding:4px 9px;}
  .pain__connector{height:18px;}
  .pain__connector span{width:30px;height:30px;font-size:1rem;}
}


/* =========================================================
   AJUSTE SEÇÃO CICLO — v6
   Deixa a seção rica, porém compacta no celular
========================================================= */
.pain__flow .pain-step{
  min-height:unset!important;
}
.pain__flow .pain-step__label{
  font-size:.68rem!important;
  line-height:1!important;
}
.pain__flow .pain-step__icon{
  padding:0!important;
}
.pain__flow .pain-step__content{
  padding:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  border:0!important;
  background:transparent!important;
}
.pain__flow .pain-step__content strong{
  font-size:1.08rem!important;
  line-height:1.08!important;
}
.pain__flow .pain-step__content small{
  font-size:.83rem!important;
  line-height:1.34!important;
}

@media (max-width: 640px){
  .pain__flow{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:24px!important;
  }
  .pain__connector{
    display:none!important;
  }
  .pain-step{
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    min-height:138px!important;
    padding:12px!important;
    gap:8px!important;
    border-radius:18px!important;
  }
  .pain-step__icon{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    border-radius:14px!important;
    font-size:1.28rem!important;
  }
  .pain__flow .pain-step__label{
    font-size:.56rem!important;
    letter-spacing:.05em!important;
    padding:3px 7px!important;
    margin-bottom:1px!important;
  }
  .pain__flow .pain-step__content strong{
    font-size:.98rem!important;
    line-height:1.02!important;
  }
  .pain__flow .pain-step__content small{
    display:block!important;
    font-size:.72rem!important;
    line-height:1.25!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
}

@media (max-width: 380px){
  .pain-step{min-height:128px!important;padding:10px!important;}
  .pain-step__icon{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:1.15rem!important;}
  .pain__flow .pain-step__content small{display:none!important;}
}

@media (min-width: 641px){
  .pain__flow{
    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr!important;
    align-items:stretch!important;
  }
  .pain__connector{
    display:flex!important;
    align-items:center!important;
    height:auto!important;
  }
  .pain__connector span{transform:rotate(-90deg);}
  .pain-step{
    min-height:168px!important;
    padding:18px 16px!important;
  }
}

@media (max-width: 640px){
  .price-box{padding:20px 16px 18px;border-radius:26px;}
  .price-box__deal{font-size:.72rem;padding:7px 12px;margin-bottom:10px;}
  .price-box__compare{gap:8px;margin-bottom:6px;}
  .price-box__from{font-size:.94rem;}
  .price-box__badge{font-size:.74rem;padding:5px 9px;}
  .price-box__only{font-size:.82rem;}
  .price-box__save{font-size:.86rem;text-align:center;}
}

/* Performance: renderiza seções abaixo da dobra somente quando necessário */
@supports (content-visibility:auto){
  main > .section{
    content-visibility:auto;
    contain-intrinsic-size:720px;
  }
  main > .section.offer,
  main > .section.trust{
    contain-intrinsic-size:820px;
  }
}


/* =========================================================
   AJUSTES HERO — v11
   Remove faixa superior e corrige proporção do mockup
========================================================= */
.hero__grid{padding-top:20px;padding-bottom:42px;}
.hero__visual{
  width:100%;
  max-width:300px;
  padding:6px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.06));
}
.hero__visual img{
  width:100%;
  height:auto;
  max-height:380px;
  object-fit:contain;
  margin-inline:auto;
}

@media (max-width: 639px){
  .hero__grid{padding-top:18px;padding-bottom:34px;gap:18px;}
  .hero__visual{max-width:286px;padding:5px;border-radius:22px;}
  .hero__visual img{max-height:355px;border-radius:18px;}
}

@media (min-width:920px){
  .hero__grid{padding-top:62px;padding-bottom:84px;}
  .hero__visual{max-width:520px;padding:8px;border-radius:30px;}
  .hero__visual img{max-height:none;width:100%;}
}

/* =========================================================
   PERFORMANCE + BOTÕES PULSANDO — v12
========================================================= */
.btn--primary,
.btn--checkout{
  animation:ctaPulse 1.75s ease-in-out infinite;
  will-change:transform;
}
@keyframes ctaPulse{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.045);}
}
.btn--primary:hover,
.btn--checkout:hover{
  animation-play-state:paused;
}
@media (prefers-reduced-motion: reduce){
  .btn--primary,
  .btn--checkout{animation:none!important;}
  .btn::after{animation:none!important;}
}

/* hero mais leve no mobile */
@media (max-width: 639px){
  .hero{background:linear-gradient(145deg,#5B21B6 0%,#7C3AED 55%,#A21CAF 100%);} 
  .hero::before{opacity:.18;background-size:60px 60px,90px 90px;}
  .hero__glow{display:none;}
  .hero__visual{max-width:286px;box-shadow:0 16px 38px rgba(0,0,0,.18);}
  .hero__visual img{max-height:355px;object-fit:contain;}
}
