/* ==========================================================
   IDENTIDADE VISUAL — baseada nos mockups do produto
   ========================================================== */
:root {
  --navy: #13295B;          /* títulos e seções escuras */
  --navy-2: #1D3B7A;
  --orange: #F26A1B;        /* destaque principal e botões */
  --orange-dark: #C9520D;
  --blue: #1E8FD5;
  --blue-soft: #DCEEFB;
  --sky: #EAF5FD;
  --yellow: #FFC928;
  --yellow-soft: #FFE9A3;
  --sun: #FFF3D1;
  --cream: #FFF9EC;
  --text: #1C2A4A;
  --muted: #4D5A75;
  --green: #22A55E;
  --danger: #E2483D;
  --font-title: 'Baloo 2', 'Nunito', system-ui, sans-serif;
  --font: 'Nunito', system-ui, -apple-system, sans-serif;
  --shadow: 0 14px 34px rgba(19, 41, 91, .10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 18px; } /* base de todo o texto: aumente ou diminua aqui */
body { font-family: var(--font); color: var(--text); background: var(--cream); line-height: 1.6; font-size: 1rem; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; flex-shrink: 0; }

.wrap { width: 100%; margin: 0 auto; padding: 0 16px; }
.wrap--md { max-width: 900px; }
.wrap--lg { max-width: 1152px; }
.center { text-align: center; }

.hl { color: var(--orange); }
.c-orange { color: var(--orange); }
.c-rainbow { background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 40%, var(--blue) 70%, var(--blue) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.white { color: #fff; }
.italic { font-style: italic; }
.underline { background: linear-gradient(transparent 58%, var(--yellow-soft) 58%, var(--yellow-soft) 92%, transparent 92%); padding: 0 4px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.text-light { color: #D7E2F5; }

/* ---------- Tipografia ---------- */
h1, h2, h3, h4 { font-family: var(--font-title); color: var(--navy); line-height: 1.1; letter-spacing: -.01em; }
h1 { font-weight: 800; margin-bottom: 18px; }
h2 { font-size: clamp(1.9rem, 4.6vw, 3.2rem); font-weight: 800; margin-bottom: 16px; }
h3 { font-weight: 800; }
p + p { margin-top: 12px; }
.lead { font-size: clamp(1.08rem, 2.2vw, 1.25rem); max-width: 720px; margin: 0 auto 28px; color: var(--muted); }
.lead + .lead { margin-top: -12px; }

/* ---------- Seções ---------- */
.sec { padding: 60px 0; position: relative; overflow: hidden; }
.sec--sky { background: var(--sky); }
.sec--cream { background: var(--cream); }
.sec--sun { background: var(--sun); }
.sec--navy { background: radial-gradient(ellipse at top, var(--navy-2), var(--navy) 70%); }
.sec--navy h2, .sec--navy h3 { color: #fff; }
.sec--navy .hl { color: var(--yellow); }
.sec--navy .lead { color: #D7E2F5; }
/* Textos pensados para fundo escuro, quando caem em fundo claro */
.sec--sky .white, .sec--cream .white, .sec--sun .white { color: var(--navy); }
.sec--sky .text-light, .sec--cream .text-light, .sec--sun .text-light { color: var(--muted); }

/* Bolhas decorativas (como no fundo das capas) */
.sec--sky::before, .sec--sky::after, .sec--sun::before {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
}
.sec--sky::before { width: 420px; height: 420px; background: var(--yellow-soft); opacity: .55; left: -180px; bottom: -200px; }
.sec--sky::after { width: 380px; height: 380px; background: var(--blue-soft); right: -160px; top: -160px; }
.sec--sun::before { width: 460px; height: 460px; background: #fff; opacity: .5; right: -200px; top: -180px; }
.sec > .wrap { position: relative; z-index: 1; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  background: var(--orange); color: #fff; text-decoration: none;
  font-family: var(--font-title); font-weight: 800; font-size: clamp(1.1rem, 2.6vw, 1.35rem); text-transform: uppercase; letter-spacing: .01em;
  padding: 16px 34px 14px; border-radius: 999px; margin-top: 28px;
  box-shadow: 0 6px 0 var(--orange-dark), 0 14px 26px rgba(242, 106, 27, .35);
  transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(2px); box-shadow: 0 4px 0 var(--orange-dark), 0 10px 20px rgba(242, 106, 27, .3); }
.btn:active { transform: translateY(6px); box-shadow: 0 0 0 var(--orange-dark); }
.btn svg { font-size: 1.2em; margin-top: -2px; }
.btn--block { display: flex; width: 100%; }
.btn--ghost { background: #fff; color: var(--orange); border: 3px solid var(--orange); box-shadow: 0 6px 0 #F7C9AC; }
.btn--ghost:hover { box-shadow: 0 4px 0 #F7C9AC; }

/* ---------- Hero ---------- */
.hero { padding-top: 44px; }
.hero h1 { font-size: clamp(2.6rem, 8vw, 4.8rem); }
.h1__num { color: var(--navy); font-size: 1.25em; }
.h1__small { display: inline-block; font-size: .6em; color: var(--navy); margin-top: 6px; }
.hl-box { display: inline-block; background: var(--yellow); color: var(--navy); padding: 2px 14px 0; border-radius: 14px; }
.hero__sub { color: var(--muted); font-size: clamp(1.05rem, 2.4vw, 1.25rem); max-width: 700px; margin: 0 auto 22px; }
.pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 26px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .95rem; font-weight: 800;
  background: var(--yellow-soft); border: 2px solid var(--yellow); border-radius: 999px; padding: 6px 14px 6px 8px;
}
.pill svg { color: #fff; background: var(--orange); border-radius: 50%; padding: 3px; font-size: 1.3rem; }
.hero__media { max-width: 760px; margin: 0 auto 20px; }
.hero__media img {
  filter: drop-shadow(0 20px 40px rgba(19, 41, 91, .22));
  animation: hero-float 3.5s ease-in-out infinite;
  will-change: transform;
}
/* Sombra nos demais mockups (todos estáticos; só a imagem do topo se movimenta) */
.product__media img, .bonus__media img, .plan__media img {
  filter: drop-shadow(0 16px 30px rgba(19, 41, 91, .18));
}
/* Pulsa e flutua suavemente (mesmo efeito da página de referência + leve flutuação) */
@keyframes hero-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.025); }
}
.hero__strong { color: var(--navy); font-weight: 800; font-size: clamp(1.15rem, 2.6vw, 1.4rem); max-width: 720px; margin: 0 auto; }

/* ---------- Espaço reservado para imagens ---------- */
.placeholder {
  display: grid; place-items: center; text-align: center; width: 100%; aspect-ratio: 1;
  border: 2px dashed #A9C4E0; border-radius: 16px; padding: 20px; font-size: .85rem;
  background: repeating-linear-gradient(45deg, #F4F9FE, #F4F9FE 12px, #E8F2FC 12px, #E8F2FC 24px);
  color: #6B7C99;
}
.placeholder strong { display: block; font-size: 1rem; margin-bottom: 4px; color: var(--navy); }
.placeholder code { display: inline-block; margin-top: 6px; background: #fff; padding: 2px 8px; border-radius: 6px; font-size: .78rem; }
.carousel__slide .placeholder { aspect-ratio: 3 / 4; border-radius: 12px; }

/* ---------- Carrossel de demonstrativos ---------- */
.carousel { position: relative; max-width: 620px; margin: 0 auto; }
.carousel__viewport { overflow: hidden; border-radius: 20px; box-shadow: var(--shadow); background: #fff; border: 4px solid #fff; }
.carousel__track { display: flex; transition: transform .45s ease; touch-action: pan-y; }
.carousel__slide { min-width: 100%; }
.carousel__slide img { width: 100%; height: auto; cursor: zoom-in; user-select: none; -webkit-user-drag: none; }
.carousel__arrow {
  position: absolute; top: 45%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%;
  border: 3px solid #fff; background: var(--yellow); color: var(--navy); cursor: pointer; display: grid; place-items: center;
  box-shadow: 0 6px 16px rgba(19, 41, 91, .25); font-size: 1.4rem; z-index: 2;
}
.carousel__arrow--prev { left: -12px; }
.carousel__arrow--prev svg { transform: rotate(90deg); }
.carousel__arrow--next { right: -12px; }
.carousel__arrow--next svg { transform: rotate(-90deg); }
.carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.carousel__dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: #C9D8EA; cursor: pointer; padding: 0; transition: .3s; }
.carousel__dots button.active { background: var(--orange); width: 26px; }
.carousel__count { font-size: .9rem; color: var(--muted); margin-top: 8px; font-weight: 700; }
.hint { font-size: .88rem; color: var(--muted); margin-top: 4px; }

/* ---------- Ícones em caixa ---------- */
.icon-box {
  display: grid; place-items: center; flex-shrink: 0; width: 58px; height: 58px; border-radius: 18px;
  background: var(--blue-soft); color: var(--blue); font-size: 1.7rem;
}
.icon-box--solid { background: var(--orange); color: #fff; }
.icon-box--sm { width: 46px; height: 46px; border-radius: 14px; font-size: 1.35rem; }
.features .icon-box--solid { background: var(--blue); }

/* ---------- "Você receberá" (fundo azul-marinho) ---------- */
.icon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 32px 0 44px; }
.icon-card {
  display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 24px 14px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; border-bottom: 4px solid var(--yellow);
}
.icon-card p { color: #fff; font-weight: 800; font-size: 1rem; line-height: 1.3; }
.subhead { font-size: clamp(1.55rem, 3.6vw, 2.3rem); margin-bottom: 16px; }
.sec--navy .text-light { max-width: 720px; margin-left: auto; margin-right: auto; font-size: 1.08rem; }
.sec--navy strong.hl { color: var(--yellow); }

/* ---------- Ideal para ---------- */
.ideal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.ideal {
  display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 30px 24px;
  background: #fff; border: 2px solid #D6E9F8; border-radius: 26px; box-shadow: var(--shadow);
}
.ideal:nth-child(3n+2) .icon-box { background: #FFE4D3; color: var(--orange); }
.ideal:nth-child(3n) .icon-box { background: var(--yellow-soft); color: #C58A00; }
.ideal h3 { font-size: clamp(1.3rem, 2.4vw, 1.5rem); }
.ideal p { color: var(--muted); font-size: 1rem; }
.ideal strong { color: var(--navy); }

/* ---------- Faixa amarela ---------- */
.banner { background: var(--yellow); padding: 16px 16px 12px; text-align: center; }
.banner h2 { margin: 0; font-size: clamp(1.55rem, 3.6vw, 2.4rem); }

/* ---------- Produto ---------- */
.product__media { max-width: 460px; margin: 0 auto 28px; }
.paper { background: #fff; border-radius: 28px; padding: 36px 28px; box-shadow: var(--shadow); border-top: 6px solid var(--orange); text-align: left; }
.paper__title { font-size: clamp(1.65rem, 3.6vw, 2.4rem); text-align: center; margin-bottom: 12px; }
.paper__lead { text-align: center; color: var(--muted); max-width: 620px; margin: 0 auto 28px; font-size: 1.1rem; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 28px; }
.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature h4 { font-size: 1.3rem; font-weight: 800; margin-bottom: 2px; }
.feature p { color: var(--muted); font-size: 1rem; }
.feature p + p { margin-top: 6px; }
.quote { font-weight: 800; color: var(--navy) !important; font-style: italic; }
.closing { font-family: var(--font-title); font-size: clamp(1.55rem, 3.6vw, 2.2rem); font-weight: 800; color: var(--navy); line-height: 1.2; max-width: 760px; margin: 40px auto 0; }

/* ---------- Bônus ---------- */
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 24px; margin-top: 44px; text-align: center; }
.bonus { position: relative; background: #fff; border: 3px dashed var(--yellow); border-radius: 28px; padding: 36px 24px 28px; box-shadow: var(--shadow); }
.bonus__tag {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: var(--orange); color: #fff; font-family: var(--font-title); font-weight: 800; font-size: 1.1rem;
  padding: 5px 20px 3px; border-radius: 999px; box-shadow: 0 4px 0 var(--orange-dark);
}
.bonus__media { max-width: 280px; margin: 0 auto 16px; }
.bonus h3 { font-size: clamp(1.4rem, 2.8vw, 1.7rem); margin-bottom: 12px; }
.bonus p { color: var(--muted); font-size: 1rem; }
.bonus strong { color: var(--navy); }

/* ---------- Planos ---------- */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; margin-top: 12px; }
.plan {
  background: #fff; color: var(--text); border-radius: 30px; padding: 32px 24px;
  display: flex; flex-direction: column; align-items: center; box-shadow: 0 25px 60px rgba(0,0,0,.3);
}
.plan--featured { border: 4px solid var(--orange); }
.plan__name { display: inline-block; font-family: var(--font-title); background: var(--orange); color: #fff; font-weight: 800; font-size: 1.45rem; padding: 6px 26px 3px; border-radius: 999px; }
.plan__name--muted { background: var(--blue-soft); color: var(--navy); }
.plan__desc { color: var(--muted); font-weight: 700; font-size: 1.05rem; margin: 14px 0 16px; }
.plan__media { width: 100%; max-width: 300px; margin-bottom: 20px; }
.plan--featured .plan__media { max-width: 100%; }
.plan__label { align-self: flex-start; font-weight: 900; text-transform: uppercase; font-size: .9rem; margin-bottom: 12px; color: var(--navy); }
.plan__list { list-style: none; display: grid; gap: 12px; text-align: left; width: 100%; margin-bottom: 24px; }
.plan__list li { display: flex; gap: 10px; align-items: flex-start; font-size: 1rem; line-height: 1.4; }
.plan__list svg { font-size: 1.2rem; margin-top: 1px; }
.plan__list .yes { color: var(--navy); }
.plan__list .yes svg { color: var(--green); }
.plan__list .no { color: #9AA5BA; }
.plan__list .no svg { color: var(--danger); }
.plan__from { color: #8290A8; font-weight: 700; }
.plan__por { margin-top: 2px !important; text-transform: uppercase; font-weight: 900; font-size: .9rem; color: var(--navy); }
.plan__price { font-family: var(--font-title); font-size: clamp(3rem, 7vw, 3.8rem); font-weight: 800; color: var(--navy); line-height: 1; margin-top: 4px !important; }
.plan__price--red { color: var(--orange); }
.plan .btn { margin-top: 22px; }

/* ---------- Garantia ---------- */
.guarantee { display: flex; gap: 36px; align-items: center; margin-bottom: 8px; }
.seal {
  flex-shrink: 0; width: 170px; height: 170px; border-radius: 50%; display: grid; place-items: center;
  background: repeating-conic-gradient(var(--yellow) 0 10deg, #FFB800 10deg 20deg);
  box-shadow: 0 14px 30px rgba(255, 184, 0, .4);
}
.seal__inner {
  width: 134px; height: 134px; border-radius: 50%; background: var(--orange); border: 4px solid #fff;
  display: grid; place-content: center; text-align: center; color: #fff;
}
.seal__inner strong { font-family: var(--font-title); font-size: 3.8rem; font-weight: 800; line-height: .9; }
.seal__inner span { font-size: .75rem; font-weight: 900; text-transform: uppercase; line-height: 1.2; }
.guarantee h2 { margin-bottom: 4px; }
.guarantee__sub { font-weight: 900; font-size: 1.15rem; margin-bottom: 14px; color: var(--navy); }
.guarantee__text p { color: var(--muted); }
.guarantee__text .guarantee__sub { color: var(--navy); }
.guarantee__days { font-family: var(--font-title); font-size: clamp(1.4rem, 3.4vw, 1.9rem); font-weight: 800; color: var(--navy) !important; margin-top: 18px !important; }

/* ---------- FAQ ---------- */
.faq-box { padding: 0; }
.faq { display: grid; gap: 12px; text-align: left; margin-top: 28px; }
.faq details { background: #fff; border: 2px solid #D6E9F8; border-radius: 18px; overflow: hidden; box-shadow: 0 6px 18px rgba(19,41,91,.06); }
.faq details[open] { border-color: var(--yellow); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 20px; color: var(--navy); font-weight: 800; font-size: 1.05rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { color: #fff; background: var(--orange); border-radius: 50%; padding: 4px; font-size: 1.6rem; transition: transform .3s; }
.faq details[open] summary svg { transform: rotate(180deg); }
.faq__body { padding: 0 20px 20px; color: var(--muted); font-size: 1rem; }
.faq__body strong { color: var(--navy); }
.faq__list { list-style: none; margin-top: 10px; display: grid; gap: 4px; }

/* ---------- Rodapé ---------- */
.footer { background: var(--navy); color: #A9B8D6; padding: 40px 0; font-size: .88rem; }
.footer strong { color: #fff; }
.footer__title { font-family: var(--font-title); font-weight: 800; color: #fff; font-size: 1.2rem; margin-bottom: 14px; }

/* ---------- Imagem ampliada ---------- */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(10, 20, 45, .92); display: grid; place-items: center; padding: 16px; opacity: 0; visibility: hidden; transition: .25s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 92vh; border-radius: 8px; }
.lightbox__close { position: absolute; top: 10px; right: 16px; background: none; border: 0; color: #fff; font-size: 2.6rem; cursor: pointer; line-height: 1; }

/* ---------- Responsivo ---------- */
@media (min-width: 768px) {
  .sec { padding: 90px 0; }
  .icon-grid { grid-template-columns: repeat(4, 1fr); }
  .carousel__arrow--prev { left: -22px; }
  .carousel__arrow--next { right: -22px; }
}

@media (max-width: 900px) {
  .ideal-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .ideal-grid, .features, .bonus-grid, .plans { grid-template-columns: 1fr; }
  .plans { gap: 40px; }
  .guarantee { flex-direction: column; text-align: center; }
  .paper { padding: 28px 20px; }
  .btn { width: 100%; padding: 16px 20px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
