/* ========================================================================
   Workshop Relatório Destravado com IA, página de vendas
   MESMA PALETA das outras páginas, identidade própria:
   hero dividido com card de investimento, faixa de urgência, cards numerados.
   ======================================================================== */

/* ---------- Header simples (landing) ---------- */
.lp-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(25, 43, 41, .92); backdrop-filter: blur(12px);
}
.lp-header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.lp-header .brand-logo { height: 32px; width: auto; }
.lp-header-cta { padding: 11px 22px; font-size: .92rem; }
.wk-header { background: rgba(25, 43, 41, .96); border-bottom: 1px solid rgba(174,134,68,.25); }

/* ---------- Seções base ---------- */
.lp-section { padding: 86px 0; background: var(--white); }
.lp-section.alt { background: var(--cream-soft); }

/* ---------- Lista de features ---------- */
.feature-list { list-style: none; display: grid; gap: 12px; }
.feature-list.two-cols { grid-template-columns: repeat(2, 1fr); gap: 12px 32px; }
.feature-list li { position: relative; padding-left: 32px; color: #44544f; }
.feature-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: var(--white); font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- Professora ---------- */
.professora-tag {
  margin-top: 22px; font-family: var(--font-head); font-weight: 600; font-style: italic;
  color: var(--gold); font-size: 1.1rem;
}

/* ---------- Oferta / preço ---------- */
.lp-offer { padding: 100px 0 90px; background: var(--green-deep); color: var(--white); }
.lp-offer .section-head h2 { color: var(--white); }
.lp-offer .section-head .eyebrow { color: var(--gold-light); }
.offer-card {
  max-width: 560px; margin: 0 auto; background: var(--white); color: var(--text);
  border-radius: 24px; padding: 44px 40px; box-shadow: var(--shadow); text-align: center;
  border-top: 6px solid var(--gold);
}
.offer-title { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--green); margin-bottom: 24px; }
.offer-includes { list-style: none; display: grid; gap: 12px; text-align: left; margin-bottom: 30px; }
.offer-includes li { position: relative; padding-left: 32px; color: #44544f; }
.offer-includes li::before {
  content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green); color: var(--white); font-size: .72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.offer-price { display: grid; gap: 4px; padding: 22px 0; border-top: 1px solid rgba(17,55,50,.1); border-bottom: 1px solid rgba(17,55,50,.1); margin-bottom: 26px; }
.price-from { font-size: .95rem; color: #6b7c78; }
.price-from s { color: #a8968a; }
.price-main { font-family: var(--font-head); font-size: 1.4rem; color: var(--green); }
.price-main strong { font-size: 2.4rem; font-weight: 800; color: var(--gold); }
.price-cash { font-family: var(--font-head); font-weight: 600; color: var(--green); font-size: 1.05rem; }
.offer-cta { width: 100%; }
.offer-guarantee { margin-top: 16px; font-size: .85rem; color: #6b7c78; }

/* ---------- Faixa de urgência ---------- */
.wk-urgency {
  margin-top: 70px; background: var(--gold); color: var(--green-deep);
  text-align: center; padding: 9px 0; font-family: var(--font-head); font-weight: 700;
  font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
}

/* ---------- Hero dividido ---------- */
.wk-hero { position: relative; color: var(--white); background: var(--green-deep); }

/* Foto em largura total (100%), na proporcao EXATA do arquivo (1400x1096): sem corte, sem zoom */
.wk-hero-bg { position: relative; width: 100%; aspect-ratio: 2400 / 1259; overflow: hidden; background: var(--green-deep); }
.wk-hero-bg img { width: 100%; height: 100%; object-fit: contain; display: block; }
.wk-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(17,32,30,.97) 0%, rgba(17,32,30,.96) 55%, rgba(17,32,30,.5) 68%, rgba(17,32,30,.1) 85%, rgba(17,32,30,0) 98%);
}

.wk-hero-grid {
  position: absolute; top: 70px; bottom: 0; left: 0; right: 0; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 54px; align-content: center;
  padding-bottom: 52px;
}
.wk-hero-text { max-width: 660px; }

.wk-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(174,134,68,.18);
  border: 1px solid rgba(174,134,68,.5); color: var(--gold-light);
  font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .06em;
  text-transform: uppercase; padding: 8px 16px; border-radius: 999px; margin-bottom: 22px;
}
.wk-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.85rem); font-weight: 800; margin-bottom: 18px; }
.wk-hero .hero-sub { font-size: 1.1rem; color: var(--text-light); margin-bottom: 16px; }
.wk-callout {
  font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--white);
  border-left: 3px solid var(--gold); padding-left: 16px; margin-bottom: 30px;
}

/* ---------- Cards numerados (o que vai aprender) ---------- */
.wk-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.wk-num-card {
  background: var(--cream-soft); border-radius: 16px; padding: 26px 20px;
  border: 1px solid rgba(17,55,50,.06); text-align: center;
}
.wk-num { display: block; font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; color: var(--gold); margin-bottom: 10px; }
.wk-num-card p { font-size: .92rem; color: #44544f; }

/* ---------- Módulos do conteúdo ---------- */
.wk-modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.wk-module { background: var(--white); border-radius: 18px; padding: 32px 28px; box-shadow: 0 10px 30px rgba(17,55,50,.07); border: 1px solid rgba(17,55,50,.05); }
.wk-module-tag {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .7rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--white); background: var(--green); padding: 5px 12px; border-radius: 999px; margin-bottom: 16px;
}
.wk-module h3 { font-size: 1.2rem; color: var(--green); margin-bottom: 14px; }

.wk-includes { max-width: 760px; margin: 0 auto; }

/* ---------- Direcionamento Ético ---------- */
.wk-ethic { background: var(--grad); color: var(--white); padding: 78px 0; text-align: center; }
.wk-ethic-inner { max-width: 720px; margin: 0 auto; }
.wk-ethic h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 14px 0 18px; }
.wk-ethic p { color: var(--text-light); font-size: 1.05rem; }

/* ---------- Mini stats na seção da professora ---------- */
.wk-mini-stats { display: flex; gap: 30px; margin: 24px 0; }
.wk-mini-stats strong { display: block; font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; color: var(--gold); }
.wk-mini-stats span { font-size: .82rem; color: #6b7c78; }

.wk-offer-card { border-top-color: var(--gold); }

/* ---------- Depoimentos (prints reais) ---------- */
.wk-dep-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 900px; margin: 0 auto; }
.wk-dep-grid img {
  width: 100%; max-width: 420px; justify-self: center; border-radius: 16px;
  box-shadow: 0 14px 34px rgba(17,55,50,.16); border: 1px solid rgba(17,55,50,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.wk-dep-grid img:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(17,55,50,.24); }

/* ---------- Barra de CTA fixa ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  background: rgba(25, 43, 41, .97); backdrop-filter: blur(10px);
  border-top: 2px solid var(--gold); box-shadow: 0 -10px 30px rgba(0,0,0,.25);
  transform: translateY(110%); transition: transform .35s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 12px; padding-bottom: 12px; }
.sticky-cta-info { display: flex; flex-direction: column; line-height: 1.3; }
.sticky-cta-info strong { font-family: var(--font-head); font-weight: 700; color: var(--white); font-size: 1rem; }
.sticky-cta-info span { font-size: .85rem; color: var(--gold-light); }
.sticky-cta .btn { flex-shrink: 0; }
@media (max-width: 680px) {
  .sticky-cta-info strong { font-size: .9rem; }
  .sticky-cta-info span { font-size: .78rem; }
  .sticky-cta .btn { padding: 11px 18px; font-size: .9rem; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .wk-hero-grid { grid-template-columns: 1fr; }
  .wk-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .wk-modules { grid-template-columns: 1fr; }
  .wk-dep-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .wk-hero-bg { display: none; }
  .wk-hero-grid { position: static; padding: 40px 0 48px; }
  .wk-hero-text { max-width: none; }
  .wk-grid-5 { grid-template-columns: 1fr; }
  .wk-mini-stats { gap: 20px; }
  .wk-urgency span { font-size: .74rem; padding: 0 20px; display: block; }
  .wk-dep-grid { grid-template-columns: 1fr; max-width: 380px; }
}
