/* =========================================================================
   Design System — LPs Alex Possato (lp.alexpossato.com)  v2 "premium"
   Fonte display serifada + hero orgânico + profundidade. Compartilhado.
   ========================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --ink:        #17251d;
  --ink-soft:   #46584f;
  --forest:     #1f5c3d;
  --green:      #2f8f57;
  --green-2:    #43b06f;
  --leaf:       #8ec63f;
  --sky:        #59a7d6;
  --gold:       #cf9b46;

  --cream:      #f7f4ec;
  --cream-2:    #fdfbf6;
  --sand:       #ece3d3;
  --white:      #ffffff;
  --line:       #e7e1d4;

  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;

  --maxw: 1160px;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 30px 60px -28px rgba(20,50,35,.35);
  --shadow-sm: 0 14px 30px -16px rgba(20,50,35,.30);
  --shadow-lift: 0 40px 80px -30px rgba(20,50,35,.45);
  --ring: 0 0 0 3px rgba(89,167,214,.5);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink);
  background: var(--cream-2); line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.08; margin: 0 0 .4em; letter-spacing: -.015em; font-weight: 600; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 8px; }

/* ---------- Utilidades ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: 88px 0; position: relative; }
.section--cream { background: var(--cream); }
.section--forest {
  background:
    radial-gradient(90% 120% at 15% 0%, rgba(142,198,63,.14) 0%, transparent 55%),
    radial-gradient(90% 120% at 100% 100%, rgba(89,167,214,.16) 0%, transparent 55%),
    linear-gradient(160deg, #23664a 0%, #184230 100%);
  color: #eaf3ec;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body);
  font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--green); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--leaf), var(--green)); }
.section--forest .eyebrow { color: var(--leaf); }
.h-lg { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.h-md { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.lead { font-size: clamp(1.06rem, 1.7vw, 1.24rem); color: var(--ink-soft); max-width: 48ch; }
.section--forest .lead { color: #cfe4d5; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.center .eyebrow { justify-content: center; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-2) 100%); color: #fff;
  font-family: var(--font-body); font-weight: 700; font-size: 1.02rem;
  padding: 16px 32px; border: 0; border-radius: 999px; cursor: pointer;
  box-shadow: 0 16px 34px -12px rgba(47,143,87,.8), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; text-align: center; line-height: 1.2;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 24px 46px -14px rgba(47,143,87,.9); filter: saturate(1.06); }
.btn:active { transform: translateY(-1px); }
.btn--lg { font-size: 1.14rem; padding: 20px 44px; }
.btn--block { display: flex; width: 100%; }
.btn__note { display: block; font-size: .8rem; font-weight: 600; opacity: .9; margin-top: 7px; }
@keyframes ctaPulse { 0%,100%{ box-shadow: 0 16px 34px -12px rgba(47,143,87,.8);} 50%{ box-shadow: 0 18px 48px -8px rgba(67,176,111,1);} }
.btn--pulse { animation: ctaPulse 2.6s ease-in-out infinite; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(253,251,246,.86); backdrop-filter: saturate(1.5) blur(12px); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; }
.site-header__logo img { height: 48px; width: auto; }
.site-header .btn { padding: 11px 24px; font-size: .92rem; }
@media (max-width: 620px) { .site-header .btn { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(70% 90% at 12% 8%, rgba(142,198,63,.14) 0%, transparent 55%),
  radial-gradient(60% 80% at 95% 20%, rgba(89,167,214,.14) 0%, transparent 55%),
  linear-gradient(180deg, var(--cream-2) 0%, var(--cream) 100%); }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; padding: 76px 0 92px; }
.hero__title { font-size: clamp(2.5rem, 5.6vw, 4rem); font-weight: 600; }
.hero__title .hl { background: linear-gradient(120deg, var(--green), var(--forest)); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; }
.hero__sub { font-size: clamp(1.1rem, 1.9vw, 1.3rem); color: var(--ink-soft); max-width: 38ch; margin-bottom: 28px; }

/* moldura orgânica da foto (retrato — mostra o rosto) */
.hero__media { position: relative; }
.hero__media::before { content: ""; position: absolute; inset: -8% -6% -10% -8%;
  background: linear-gradient(150deg, var(--leaf), var(--green) 45%, var(--sky));
  border-radius: 46% 54% 52% 48% / 58% 42% 58% 42%; filter: blur(2px); opacity: .9; z-index: 0;
  animation: blob 14s ease-in-out infinite; }
@keyframes blob { 0%,100%{ border-radius: 46% 54% 52% 48% / 58% 42% 58% 42%; } 50%{ border-radius: 54% 46% 44% 56% / 46% 56% 44% 54%; } }
.hero__media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 12%;
  border-radius: 26px; box-shadow: var(--shadow-lift); border: 6px solid #fff; }
.hero__badge-live { position: absolute; z-index: 2; left: 16px; bottom: 16px;
  background: rgba(23,37,29,.9); color: #fff; padding: 11px 18px; border-radius: 999px;
  font-size: .86rem; font-weight: 700; backdrop-filter: blur(4px); box-shadow: var(--shadow-sm); }
.hero__badge-live b { color: var(--leaf); }

.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.badges li { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  padding: 10px 16px; border-radius: 999px; font-weight: 600; font-size: .92rem; box-shadow: var(--shadow-sm); }
.badges svg { width: 18px; height: 18px; color: var(--green); flex: none; }

/* ---------- Faixa de valor ---------- */
.valueband { background:
  radial-gradient(80% 140% at 20% 0%, rgba(142,198,63,.16) 0%, transparent 60%),
  linear-gradient(160deg, var(--forest), #16452f); color: #eaf3ec; text-align: center; padding: 62px 0; }
.valueband p { font-family: var(--font-head); font-size: clamp(1.4rem, 3vw, 2.15rem); font-weight: 500; max-width: 26ch; margin: 0 auto; line-height: 1.25; }
.valueband .accent { color: var(--leaf); font-style: italic; }

/* ---------- Conteúdo / grids ---------- */
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.content-grid img { border-radius: var(--radius); box-shadow: var(--shadow); }
.stats { display: flex; gap: 16px; margin: 26px 0 30px; }
.stat { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 16px; text-align: center; box-shadow: var(--shadow-sm); }
.stat b { display: block; font-family: var(--font-head); font-size: 2.1rem; font-weight: 600; color: var(--green); line-height: 1; }
.stat span { font-size: .9rem; color: var(--ink-soft); font-weight: 500; }

/* ---------- Timeline ---------- */
.agenda { max-width: 760px; margin-inline: auto; }
.timeline { list-style: none; position: relative; margin: 46px 0 0; padding: 0 0 0 40px; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--leaf), rgba(255,255,255,.18)); }
.tl-item { position: relative; margin-bottom: 14px; padding: 18px 22px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; backdrop-filter: blur(2px); }
.tl-item::before { content: ""; position: absolute; left: -34px; top: 22px; width: 14px; height: 14px; background: #eaf3ec; border: 3px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(47,143,87,.18); }
.tl-item.is-first::before { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 0 4px rgba(207,155,70,.22); }
.tl-date { font-family: var(--font-head); font-weight: 600; font-size: 1.1rem; }
.tl-meta { font-size: .93rem; margin-top: 4px; }
.section--forest .tl-date { color: #eaf3ec; }
.section--forest .tl-meta { color: #bcd6c4; }

/* ---------- Preço ---------- */
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 38px; text-align: center; max-width: 520px; margin: 36px auto 0; position: relative; overflow: hidden; }
.price-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; background: linear-gradient(90deg, var(--leaf), var(--green), var(--sky)); }
.section--forest .price-card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); box-shadow: none; color: #fff; backdrop-filter: blur(4px); }
.price-card .install { font-family: var(--font-head); font-size: clamp(2.2rem, 5vw, 3rem); font-weight: 600; color: var(--green); line-height: 1; }
.section--forest .price-card .install { color: var(--leaf); }
.price-card .install small { font-size: .5em; font-weight: 500; color: var(--ink-soft); font-family: var(--font-body); }
.section--forest .price-card .install small { color: #cfe4d5; }
.price-card .cash { color: var(--ink-soft); margin: 10px 0 22px; font-weight: 500; }
.section--forest .price-card .cash { color: #cfe4d5; }
.note-soft { font-size: .92rem; color: var(--ink-soft); max-width: 54ch; margin: 18px auto 0; }
.section--forest .note-soft { color: #bcd6c4; }

/* ---------- Mentor ---------- */
.mentor-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: center; }
.mentor-grid img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 15%; width: 100%; border: 6px solid #fff; }
.mentor-bio p { font-size: 1.03rem; }
.social-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--green); margin-top: 8px; }
.social-link svg { width: 20px; height: 20px; }

/* ---------- Cards (benefícios / audiência / aprender) ---------- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.benefits:has(.benefit:nth-child(4):last-child) { grid-template-columns: repeat(4, 1fr); }
.benefit { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit__icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(142,198,63,.2), rgba(47,143,87,.2)); color: var(--green); margin-bottom: 18px; }
.benefit__icon svg { width: 28px; height: 28px; }
.benefit h3 { font-size: 1.2rem; }
.benefit p { font-size: .97rem; color: var(--ink-soft); margin: 0; }

.audience { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }
.audience li { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px 24px; box-shadow: var(--shadow-sm); font-weight: 500; }
.audience svg { width: 24px; height: 24px; color: var(--green); flex: none; margin-top: 2px; }

.learn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 46px; align-items: start; }
.learn-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); border-top: 4px solid var(--green); }
.learn-col:nth-child(2) { border-top-color: var(--sky); }
.learn-col h3 { font-size: 1.35rem; color: var(--forest); }
.learn-col .tag { font-family: var(--font-body); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
.learn-col:nth-child(2) .tag { color: var(--sky); }
.learn-list { margin-top: 14px; }
.learn-list li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px solid var(--line); font-size: .98rem; }
.learn-list li:last-child { border-bottom: 0; }
.learn-list li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.learn-col:nth-child(2) .learn-list li::before { background: var(--sky); }
.learn-media { margin-top: 42px; }
.learn-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* ---------- Faixa de citação ---------- */
.quote-band { text-align: center; }
.quote-band blockquote { font-family: var(--font-head); margin: 0 auto; max-width: 46ch; font-size: clamp(1.3rem, 2.6vw, 1.9rem); font-weight: 500; line-height: 1.4; }
.quote-band blockquote span { color: var(--leaf); font-style: italic; }
.quote-band cite { display: block; margin-top: 20px; font-style: normal; font-weight: 600; opacity: .82; font-size: .95rem; }

/* ---------- Lista de formato ---------- */
.format-list { margin: 8px 0 26px; }
.format-list li { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid var(--line); }
.format-list li:last-child { border-bottom: 0; }
.format-list svg { width: 22px; height: 22px; color: var(--green); flex: none; margin-top: 3px; }
.format-list b { color: var(--forest); }

/* ---------- Garantia ---------- */
.guarantee-grid { display: grid; grid-template-columns: 220px 1fr; gap: 44px; align-items: center; max-width: 880px; margin-inline: auto; }
.guarantee-seal { justify-self: center; }
.guarantee-seal img, .guarantee-seal svg { width: 200px; height: 200px; filter: drop-shadow(0 16px 30px rgba(20,50,35,.28)); }
.guarantee-copy h2 { color: var(--forest); }
.guarantee-copy p { color: var(--ink-soft); margin-bottom: 0; }

/* ---------- Depoimentos ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.testimonial { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.testimonial__stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial__quote { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; color: var(--forest); margin-bottom: 10px; }
.testimonial__text { font-size: .97rem; color: var(--ink-soft); flex: 1; }
.testimonial__author { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.testimonial__avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--sky)); color: #fff; display: grid; place-items: center; font-weight: 800; flex: none; }
.testimonial__name { font-weight: 700; font-size: .95rem; line-height: 1.2; }
.testimonial__role { font-size: .82rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 44px auto 0; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 54px 20px 24px; font-weight: 600; font-size: 1.06rem; position: relative; transition: color .2s ease; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--green); }
.faq summary::after { content: ""; position: absolute; right: 24px; top: 50%; width: 11px; height: 11px; margin-top: -6px; border-right: 2.5px solid var(--green); border-bottom: 2.5px solid var(--green); transform: rotate(45deg); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { margin: 0; padding: 0 24px 22px; color: var(--ink-soft); font-size: .98rem; }

/* ---------- Progresso / urgência ---------- */
.urgency-bar { background: linear-gradient(90deg, var(--gold), #e0b05a); color: #3a2a10; text-align: center; font-weight: 700; padding: 11px 16px; font-size: .95rem; }
.progress { max-width: 420px; margin: 20px auto 0; }
.progress__track { height: 12px; background: rgba(255,255,255,.5); border-radius: 999px; overflow: hidden; border: 1px solid var(--line); }
.progress__fill { height: 100%; background: linear-gradient(90deg, var(--green), var(--leaf)); border-radius: 999px; }
.progress__label { font-size: .85rem; font-weight: 600; color: var(--ink-soft); margin-top: 9px; text-align: center; }
.section--forest .progress__label { color: #cfe4d5; }

/* ---------- Footer ---------- */
.site-footer { background: #12211a; color: #b3c4ba; padding: 48px 0 32px; font-size: .92rem; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; margin-bottom: 20px; }
.footer-legal { max-width: 800px; margin: 0 auto; text-align: center; color: #8aa093; font-size: .85rem; }
.footer-legal a { color: #cfe0d6; }

/* ---------- WhatsApp flutuante ---------- */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff; font-weight: 700; padding: 13px 20px 13px 15px; border-radius: 999px; box-shadow: 0 16px 34px -8px rgba(37,211,102,.7); transition: transform .2s ease; }
.wa-float:hover { transform: translateY(-2px) scale(1.02); }
.wa-float svg { width: 26px; height: 26px; flex: none; }
@media (max-width: 620px) { .wa-float span { display: none; } .wa-float { padding: 15px; } }

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; padding: 52px 0 64px; }
  .hero__media { order: -1; max-width: 420px; margin-inline: auto; }
  .content-grid, .mentor-grid, .learn-grid { grid-template-columns: 1fr; gap: 36px; }
  .mentor-grid img { max-width: 380px; margin-inline: auto; }
  .benefits, .testimonials { grid-template-columns: repeat(2, 1fr); }
  .benefits:has(.benefit:nth-child(4):last-child) { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 64px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .benefits, .testimonials, .audience { grid-template-columns: 1fr; }
  .benefits:has(.benefit:nth-child(4):last-child) { grid-template-columns: 1fr; }
  .testimonials, .audience { max-width: 460px; margin-inline: auto; }
  .stats { flex-direction: column; }
  .price-card { padding: 28px 22px; }
  .guarantee-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .guarantee-seal img, .guarantee-seal svg { width: 160px; height: 160px; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto !important; transition: none !important; } }


/* ---------- Form de inscrição na turma (dentro do price-card escuro) ---------- */
.vagas { display:inline-block; margin: 0 0 18px; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .02em; }
.vagas.zero { background: rgba(255,90,90,.18); border-color: rgba(255,120,120,.45); color: #ffd7d7; }
.turma-form { text-align: left; }
.turma-form .campo { margin-bottom: 12px; }
.turma-form .campo label { display: block; font-size: .78rem; font-weight: 700; color: #cfe4d5; margin-bottom: 5px; }
.turma-form .campo input { width: 100%; padding: 12px 14px; border: 1.5px solid rgba(255,255,255,.24); border-radius: 11px; font-size: 1rem; font-family: inherit; color: #fff; background: rgba(255,255,255,.09); }
.turma-form .campo input::placeholder { color: rgba(255,255,255,.45); }
.turma-form .campo input:focus { outline: none; border-color: var(--leaf); background: rgba(255,255,255,.15); }
.turma-form .campo input.invalid { border-color: #ff9d9d; background: rgba(255,80,80,.14); }
.turma-form .campo .erro { color: #ffc2c2; font-size: .78rem; margin-top: 4px; min-height: 1em; }
.turma-form button[type=submit] { margin-top: 6px; }
.turma-form button[type=submit]:disabled { opacity: .6; cursor: default; animation: none; }
.turma-form .iti { width: 100%; }
/* o dropdown do intl-tel-input é claro por padrão: aqui o fundo é escuro */
.turma-form .iti__country-list { color: #16242e; text-align: left; }
.turma-form .iti__selected-flag { background: transparent; }
.turma-err { display: none; margin-top: 14px; padding: 13px 16px; border-radius: 12px; background: rgba(255,80,80,.14); border: 1px solid rgba(255,120,120,.45); color: #ffd7d7; font-weight: 600; font-size: .9rem; }
.turma-err.show { display: block; }
