/* ============================================================
   Grupo Catapulta — base da marca
   Paleta da marca · Baloo 2 (títulos) + Inter (texto)
   ============================================================ */

:root {
  --coral:  #ff9aa2;
  --peach:  #ffd3b5;
  --green:  #b5d6a7;
  --blue:   #a7c7e7;
  --purple: #e6c6ff;

  --coral-deep: #e8606b;
  --coral-ink:  #b23a44;
  --ink:        #2c2b35;
  --ink-soft:   #565463;
  --ink-faint:  #8b8896;
  --line:       #ece9f1;
  --bg:         #ffffff;
  --bg-soft:    #fdf7f6;
  --bg-cream:   #fffaf6;

  --radius:     22px;
  --radius-sm:  14px;
  --shadow:     0 18px 40px -18px rgba(60, 40, 60, .25);
  --shadow-sm:  0 8px 22px -12px rgba(60, 40, 60, .25);
  --maxw:       1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

h1, h2, h3, h4, .plan__price, .topbar__brand {
  font-family: 'Baloo 2', 'Inter', sans-serif; line-height: 1.15; letter-spacing: -.01em;
}
p { color: var(--ink-soft); }
strong { color: var(--ink); font-weight: 700; }
em { font-style: italic; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 760px; }
.center { text-align: center; }

.hl { color: var(--coral-ink); }
.hl--coral { color: var(--coral-deep); }

.eyebrow {
  display: inline-block; font-weight: 700; font-size: .82rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--coral-deep); margin-bottom: 14px;
}
.eyebrow--center { display: block; text-align: center; }

/* Botões */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 1.02rem; text-decoration: none;
  padding: 15px 30px; border-radius: 100px; cursor: pointer; border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease; white-space: nowrap;
}
.btn--primary {
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-deep) 100%); color: #fff;
  box-shadow: 0 12px 24px -10px rgba(232, 96, 107, .7);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(232, 96, 107, .8); }
.btn--outline { background: #fff; color: var(--coral-ink); border-color: var(--coral); }
.btn--outline:hover { transform: translateY(-2px); background: var(--bg-cream); }
.btn--lg { padding: 18px 40px; font-size: 1.12rem; }
.btn--sm { padding: 10px 20px; font-size: .92rem; }
.btn--wa { background: #25d366; color: #0b3d1f; box-shadow: 0 12px 24px -12px rgba(37, 211, 102, .7); }
.btn--wa:hover { background: #20bd5a; transform: translateY(-2px); }

/* Chips */
.chip { display: inline-block; font-weight: 600; font-size: .86rem; padding: 7px 16px; border-radius: 100px; color: var(--ink); }
.chip--coral  { background: var(--coral); }
.chip--peach  { background: var(--peach); }
.chip--green  { background: var(--green); }
.chip--blue   { background: var(--blue); }
.chip--purple { background: var(--purple); }

/* Topbar */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line); transform: translateY(-100%); transition: transform .3s ease;
}
.topbar.is-visible { transform: translateY(0); }
.topbar__inner { max-width: var(--maxw); margin: 0 auto; padding: 10px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.topbar__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 1.05rem; }
.topbar__logo { width: 34px; height: 34px; }

/* Hero */
.hero {
  position: relative; padding: 96px 0 120px; text-align: center; overflow: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(255,154,162,.30), transparent 42%),
    radial-gradient(circle at 85% 18%, rgba(167,199,231,.32), transparent 45%),
    radial-gradient(circle at 50% 95%, rgba(230,198,255,.28), transparent 50%),
    radial-gradient(circle at 8% 88%, rgba(181,214,167,.30), transparent 42%),
    var(--bg-cream);
}
.hero__inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.hero__logo { display: block; width: 92px; height: 92px; margin: 0 auto 22px; filter: drop-shadow(0 10px 18px rgba(60,40,60,.12)); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.hero__title { font-size: clamp(2.1rem, 5.2vw, 3.6rem); font-weight: 800; margin-bottom: 22px; color: var(--ink); }
.hero__sub { font-size: clamp(1.05rem, 2.4vw, 1.28rem); max-width: 660px; margin: 0 auto 26px; color: var(--ink-soft); }
.hero__date { display: inline-block; font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: clamp(.95rem, 2.2vw, 1.1rem); color: var(--ink); background: var(--coral); padding: 11px 24px; border-radius: 100px; margin-bottom: 26px; box-shadow: 0 12px 24px -12px rgba(232, 96, 107, .6); }
.hero__cta { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero__meta { font-size: .92rem; color: var(--ink-soft); font-weight: 500; max-width: 460px; }

.wave--bottom {
  position: absolute; bottom: -1px; left: 0; width: 100%; height: 70px; background: var(--bg);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C360,80 1080,0 1440,40 L1440,70 L0,70 Z'/%3E%3C/svg%3E") no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C360,80 1080,0 1440,40 L1440,70 L0,70 Z'/%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: cover; mask-size: cover;
}

/* Seções */
.section { padding: 84px 0; }
.section--soft { background: var(--bg-soft); }
.section__title { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 700; color: var(--ink); margin-bottom: 20px; }
.lead { font-size: clamp(1.08rem, 2.2vw, 1.28rem); color: var(--ink-soft); margin-bottom: 20px; }
.section p + p { margin-top: 16px; }

/* Feature */
.section--feature { background: radial-gradient(circle at 90% 0%, rgba(255,211,181,.35), transparent 40%), radial-gradient(circle at 0% 100%, rgba(167,199,231,.28), transparent 45%), var(--bg); }
.feature__head { text-align: center; max-width: 820px; margin: 0 auto 50px; }
.feature__head .chip { margin-bottom: 18px; }
.feature__subtitle { text-align: center; font-size: 1.4rem; font-weight: 700; color: var(--ink); margin-bottom: 30px; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: #fff; border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); border-top: 5px solid var(--accent); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h4 { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.card p { font-size: 1rem; }

/* Quote */
.quote { font-family: 'Baloo 2', sans-serif; font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 600; color: var(--coral-ink); text-align: center; line-height: 1.4; margin: 40px auto; max-width: 720px; padding: 0 20px; }

/* Lista de features */
.features-list { list-style: none; margin-top: 30px; display: grid; gap: 12px; }
.features-list li { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 22px; font-size: 1.08rem; color: var(--ink); box-shadow: var(--shadow-sm); }
.features-list__ico { flex-shrink: 0; }

/* Ticks */
.ticks { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 34px; color: var(--ink); font-weight: 500; }
.ticks li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: #2f6a22; font-weight: 700; font-size: .85rem; display: flex; align-items: center; justify-content: center; }

/* Pricing */
.section--pricing { background: radial-gradient(circle at 50% 0%, rgba(230,198,255,.30), transparent 45%), var(--bg-soft); }
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 44px; align-items: stretch; }
.plan { background: #fff; border-radius: var(--radius); padding: 36px 30px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan--featured { border: 2px solid var(--coral); box-shadow: 0 24px 50px -20px rgba(232,96,107,.5); }
.plan__ribbon { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--coral), var(--coral-deep)); color: #fff; font-weight: 700; font-size: .8rem; padding: 6px 18px; border-radius: 100px; font-family: 'Baloo 2', sans-serif; box-shadow: 0 8px 16px -8px rgba(232,96,107,.8); white-space: nowrap; }
.plan__name { font-size: 1.35rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.plan__desc { font-size: .96rem; margin-bottom: 18px; }
.plan__price { font-size: 3rem; font-weight: 800; color: var(--ink); line-height: 1; margin-bottom: 6px; }
.plan__currency { font-size: 1.3rem; vertical-align: super; margin-right: 4px; color: var(--ink-soft); }
.plan__cents { font-size: 1.4rem; }
.plan__note { font-size: .9rem; color: var(--ink-soft); margin-bottom: 20px; }
.plan__btn { margin-top: auto; width: 100%; }
.plans__legend { text-align: center; font-size: .88rem; color: var(--ink-soft); margin-top: 22px; }

/* CTA final */
.final-cta { background: radial-gradient(circle at 20% 20%, rgba(255,154,162,.25), transparent 45%), radial-gradient(circle at 80% 80%, rgba(167,199,231,.25), transparent 45%), var(--bg-cream); }
.cta-note { font-size: .92rem; color: var(--ink-soft); font-weight: 500; margin-top: 14px; max-width: 460px; margin-left: auto; margin-right: auto; }

/* FAQ */
.faq { max-width: 760px; margin: 30px auto 0; display: grid; gap: 14px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: 'Baloo 2', sans-serif; font-weight: 600; font-size: 1.1rem; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; font-size: 1.6rem; color: var(--coral-deep); flex-shrink: 0; transition: transform .2s ease; line-height: 1; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__answer { padding: 0 24px 22px; color: var(--ink-soft); }
.faq__answer p { margin: 0; }
.faq__answer a { color: var(--coral-deep); font-weight: 600; }

/* Rodapé */
.footer { background: var(--ink); color: #fff; padding: 50px 0; text-align: center; }
.footer__logo { width: 56px; height: 56px; margin: 0 auto 14px; display: block; }
.footer__brand { color: #fff; font-weight: 600; font-family: 'Baloo 2', sans-serif; }
.footer__fine { color: rgba(255,255,255,.6); font-size: .9rem; margin-top: 6px; }

/* CTA flutuante */
.floating-cta { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%) translateY(120%); z-index: 90; background: linear-gradient(135deg, var(--coral), var(--coral-deep)); color: #fff; font-family: 'Baloo 2', sans-serif; font-weight: 700; text-decoration: none; padding: 15px 38px; border-radius: 100px; box-shadow: 0 14px 30px -8px rgba(232,96,107,.8); transition: transform .3s ease; display: none; }
.floating-cta.is-visible { transform: translateX(-50%) translateY(0); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ============================================================
   Mergulho de Setembro — praxias manuais
   ============================================================ */

/* Ícones vetoriais */
.ico { fill: none; stroke: var(--cd, var(--coral-ink)); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.features-list__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px;
  background: color-mix(in srgb, var(--c, var(--coral)) 30%, #fff);
}
.features-list__ico .ico { width: 22px; height: 22px; }
.card__ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 18px;
  background: color-mix(in srgb, var(--accent) 30%, #fff);
}
.card__ico .ico { width: 26px; height: 26px; stroke: var(--accent-deep, var(--coral-ink)); }
.card__tag { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--accent-deep, var(--coral-deep)); margin-bottom: 6px; }

/* Faixa de aviso no topo da página */
.notice-bar {
  background: linear-gradient(135deg, #2c2b35, #43405a);
  color: #fff; text-align: center; padding: 13px 22px; font-size: .95rem; line-height: 1.45;
}
.notice-bar strong { color: var(--peach); }
.notice-bar__pill {
  display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22);
  border-radius: 100px; padding: 2px 12px; margin-left: 6px; font-weight: 600; font-size: .88rem;
  white-space: nowrap;
}

/* Seção da mudança */
.section--change {
  background: radial-gradient(circle at 12% 10%, rgba(255,211,181,.45), transparent 45%),
              radial-gradient(circle at 90% 90%, rgba(230,198,255,.35), transparent 45%),
              var(--bg-cream);
}

/* Acervo */
.vault { max-width: 820px; margin: 34px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 30px 32px; }
.vault h3 { font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 18px; }
.vault__list { list-style: none; display: grid; gap: 0; }
.vault__list li { display: grid; grid-template-columns: 116px 1fr; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); align-items: baseline; }
.vault__list li:first-child { border-top: 0; padding-top: 0; }
.vault__when { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: .95rem; color: var(--coral-deep); }
.vault__what { font-size: 1rem; color: var(--ink); }
.vault__total { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .95rem; color: var(--ink-soft); }

/* Quem conduz — dois cartões com foto */
.hosts-duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 12px; }
.host { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column; }
.host__photo { aspect-ratio: 4 / 3; background: linear-gradient(160deg, var(--coral), var(--purple)); overflow: hidden; }
.host__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; display: block; }
.host__body { padding: 26px 28px 30px; }
.host__name { font-size: 1.4rem; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.host__role { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--coral-deep); margin-bottom: 14px; }
.host__body p { font-size: 1rem; }

/* Ancoragem de preço e garantia */
.anchor-note { max-width: 620px; margin: 0 auto; text-align: center; font-size: 1rem; color: var(--ink-soft); }
.anchor-note s { color: var(--ink-faint); }
.plan__pay { font-size: .95rem; color: var(--ink-soft); margin-bottom: 18px; }
.plan__pay b { color: var(--ink); font-weight: 700; }
.plan__includes { list-style: none; display: grid; gap: 10px; margin-bottom: 22px; }
.plan__includes li { position: relative; padding-left: 28px; font-size: .97rem; color: var(--ink-soft); }
.plan__includes li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--green); color: #2f6a22; font-weight: 700; font-size: .78rem; display: flex; align-items: center; justify-content: center; }
.plan__includes li strong { color: var(--ink); }

.guarantee { display: flex; align-items: center; gap: 16px; max-width: 620px; margin: 30px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); padding: 20px 24px; }
.guarantee .ico { width: 34px; height: 34px; stroke: #3f7a2e; flex-shrink: 0; }
.guarantee p { margin: 0; font-size: .97rem; }
.guarantee strong { display: block; color: var(--ink); }

/* Prazo final */
.deadline { display: inline-flex; align-items: center; gap: 9px; background: var(--peach); color: var(--ink); font-weight: 700; font-size: .92rem; padding: 9px 20px; border-radius: 100px; margin-bottom: 18px; }
.deadline .ico { width: 17px; height: 17px; stroke: #a1691c; }

/* ============================================================
   Responsivo
   ============================================================ */
@media (max-width: 880px) {
  .cards { grid-template-columns: 1fr; }
  .hosts-duo { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .plans { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .plan--featured { order: -1; }
  .floating-cta { display: inline-flex; }
  .section { padding: 64px 0; }
  .hero { padding: 80px 0 90px; }
}
@media (max-width: 620px) {
  .btn { white-space: normal; text-align: center; line-height: 1.3; max-width: 100%; }
  .btn--lg { padding: 16px 26px; font-size: 1.02rem; }
  .hero__cta .btn { width: 100%; }
  .floating-cta { padding: 14px 28px; font-size: .98rem; max-width: calc(100vw - 32px); }
  .vault { padding: 24px 20px; }
  .vault__list li { grid-template-columns: 1fr; gap: 2px; }
  .guarantee { flex-direction: column; text-align: center; gap: 10px; }
  .notice-bar__pill { display: block; margin: 6px auto 0; }
}
@media (max-width: 480px) { body { font-size: 16px; } .topbar__brand span { display: none; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

/* Compensa a topbar fixa ao rolar até as âncoras */
section[id] { scroll-margin-top: 76px; }
