/*
Theme Name: Mentoria MGC — LP Duas Etapas
Theme URI: https://mentoriamgc.com.br
Author: Storica
Author URI: https://storica.ag
Description: Landing page de captura (duas etapas) da Mentoria MGC — réplica fiel da LP do RD Station. Tema autocontido: a home renderiza a LP e os leads ficam gravados no WordPress (menu "Leads MGC").
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietário — uso exclusivo Mentoria MGC / Storica
Text Domain: mgc-lp
*/

/* ============================================================
   TOKENS — paleta + tipografia (Roboto, igual ao RD)
   ============================================================ */
:root {
  --green-primary: #00b86e;
  --green-deep: #008a52;
  --green-light: #00d080;
  --green-bright: #00ea8a;
  --green-mint: #d8f5e6;
  --black: #0a0a0a;
  --gray-900: #171717;
  --gray-700: #404040;
  --gray-500: #737373;
  --gray-100: #f4f6f5;
  --white: #ffffff;
  --invest-bg: #f4f9f6;
  --font: 'Roboto', Arial, Helvetica, sans-serif;
  --font-display: 'Bebas Neue', 'Oswald', Impact, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--gray-900); line-height: 1.5; background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* destaque marcador (fundo verde, texto escuro, altura do texto) */
.hl-mark { background: var(--green-primary); color: var(--black); padding: 0.04em 0.14em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* ============================================================
   BOTÕES
   ============================================================ */
.btn { display: inline-flex; align-items: center; justify-content: center;
  padding: 17px 32px; border-radius: 999px; font-family: var(--font); font-size: 16px; font-weight: 900;
  text-transform: uppercase; letter-spacing: .3px; text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease; cursor: pointer; border: none; line-height: 1.2; text-align: center; }
.btn-primary { background: var(--green-primary); color: var(--black); box-shadow: 0 8px 20px rgba(0,184,110,.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,184,110,.4); }
.btn-block { width: 100%; }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: #ffffff; padding: 52px 0 60px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.02fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.hero-brand { color: var(--green-primary); font-family: var(--font); font-size: 56px; font-weight: 900;
  letter-spacing: -1px; text-transform: uppercase; margin-bottom: 10px; line-height: 1; }
.hero-pre { font-family: var(--font); font-size: 22px; font-weight: 700; color: var(--gray-900); margin-bottom: 6px; }
.hero h1 { font-family: var(--font); font-size: 44px; line-height: 1.02; letter-spacing: -1px;
  text-transform: uppercase; color: var(--gray-900); margin-bottom: 18px; font-weight: 900; }
.hero h1 .mark { background: var(--green-primary); color: var(--black); padding: 0.02em 0.1em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-sub { font-size: 17px; color: var(--gray-700); margin-bottom: 26px; max-width: 470px; font-weight: 400; }
.hero-sub .accent { display: inline-block; background: var(--green-primary); color: var(--black);
  font-weight: 700; text-transform: uppercase; padding: 0.04em 0.2em; margin-top: 6px; }
.video-wrap { position: relative; aspect-ratio: 16/9; border-radius: 14px; overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.2); background: var(--gray-900); }
.video-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ============================================================
   APROVAÇÕES (fundo preto)
   ============================================================ */
.approvals { background: #000000; color: var(--white); padding: 64px 0; }
.approvals-head { text-align: center; max-width: 820px; margin: 0 auto 40px; }
.approvals h2 { font-family: var(--font); font-size: 58px; line-height: 1.02; letter-spacing: -1px;
  text-transform: uppercase; font-weight: 900; margin-bottom: 22px; }
.approvals h2 .g { color: var(--green-primary); }
.approvals h2 .circle { position: relative; display: inline-block; isolation: isolate; color: var(--white); white-space: nowrap; padding: 0 0.28em; }
.approvals h2 .circle::after { content: ''; position: absolute; left: -4%; right: -4%; top: -10%; bottom: -10%;
  border: 4px solid var(--green-primary); border-radius: 50% 48% 52% 50% / 62% 58% 62% 58%; transform: rotate(-2deg); z-index: -1; }
.approvals-sub { font-size: 21px; line-height: 1.45; color: var(--white); font-weight: 400; max-width: 620px; margin: 0 auto; }
.approvals-sub strong { font-weight: 700; }
.bubbles-img { max-width: 900px; margin: 40px auto; }
.bubbles-img img { width: 100%; height: auto; }
.approvals .btn-wrap { text-align: center; }

/* ============================================================
   PLATAFORMA (fundo verde)
   ============================================================ */
.platform { background: linear-gradient(180deg, #01a15f 0%, #017a47 100%); color: var(--white); padding: 64px 0; }
.platform-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; margin-bottom: 44px; }
.platform h2 { font-family: var(--font); font-size: 34px; line-height: 1.12; text-transform: uppercase; font-weight: 900; letter-spacing: -.5px; }
.platform h2 .hl { background: var(--green-mint); color: var(--green-deep); padding: 0 .12em; display: inline; font-weight: 900; }
.platform-shot { text-align: center; }
.platform-shot img { display: inline-block; width: 100%; max-width: 460px; height: auto; }
.platform-detail { max-width: 820px; }
.platform-detail .lead { font-size: 18px; color: var(--white); margin-bottom: 16px; font-weight: 700; }
.feature-list { list-style: none; margin: 0 0 26px; }
.feature-list li { font-size: 16px; padding: 6px 0 6px 30px; position: relative; color: var(--white); font-weight: 400; }
.feature-list li strong { font-weight: 700; }
.feature-list li::before { content: '✓'; position: absolute; left: 0; top: 6px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--white); color: var(--green-deep); font-weight: 700; font-size: 12px; line-height: 20px; text-align: center; }
.platform-tag { font-family: var(--font); font-size: 22px; text-transform: uppercase; font-weight: 900; margin: 8px 0 12px; }
.platform-detail .closer { font-size: 17px; color: var(--white); margin-bottom: 28px; font-weight: 400; }
.platform-detail .btn { background: var(--green-deep); color: var(--white); }

/* ============================================================
   INVESTIMENTO (fundo claro) + card verde
   ============================================================ */
.invest { background: var(--invest-bg); color: var(--gray-900); padding: 60px 0 68px; text-align: center; position: relative; overflow: hidden; }
.invest-panel { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.invest .eyebrow { font-family: var(--font); font-size: 22px; letter-spacing: 1px; text-transform: uppercase; font-weight: 900; margin-bottom: 6px; color: var(--green-primary); }
.invest h2 { font-family: var(--font); font-size: 46px; line-height: 1.05; text-transform: uppercase; font-weight: 900; margin-bottom: 16px; color: var(--gray-900); letter-spacing: -1px; }
.invest h2 .hl { background: var(--green-primary); color: var(--white); padding: 0.02em 0.14em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.invest .sub { font-size: 17px; color: var(--gray-700); max-width: 560px; margin: 0 auto 34px; }
.invest .sub strong { font-weight: 700; color: var(--gray-900); }
.price-card { background: linear-gradient(160deg, #00c176 0%, #008f52 100%); color: var(--white); max-width: 420px; margin: 0 auto; border-radius: 18px;
  overflow: hidden; box-shadow: 0 24px 55px rgba(0,120,72,.32); text-align: left; }
.price-head { color: var(--white); font-family: var(--font); font-size: 28px; font-weight: 900; text-transform: uppercase; padding: 26px 30px 8px; line-height: 1.05; }
.price-list { list-style: none; padding: 12px 30px 6px; }
.price-list li { font-size: 15px; padding: 8px 0 8px 34px; position: relative; color: var(--white); font-weight: 400; }
.price-list li::before { content: '✓'; position: absolute; left: 0; top: 8px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--white); color: var(--green-deep); font-weight: 700; font-size: 13px; line-height: 22px; text-align: center; }
.price-foot { padding: 14px 30px 28px; }
.price-foot .label { font-family: var(--font); font-size: 14px; letter-spacing: .5px; text-transform: uppercase; color: rgba(255,255,255,.9); font-weight: 700; }
.price-foot .value { display: flex; align-items: baseline; gap: 6px; }
.price-foot .cur { font-size: 24px; color: var(--white); font-weight: 900; }
.price-foot .num { font-family: var(--font); font-size: 58px; font-weight: 900; line-height: 1; color: var(--white); }
.price-foot .per { font-size: 13px; color: rgba(255,255,255,.9); text-transform: uppercase; letter-spacing: .5px; }

/* Garantia (substitui o preço no card) + CTA do bloco de investimento */
.guarantee { border-top: 1px solid rgba(255,255,255,.2); margin: 4px 30px 0; padding: 16px 0 20px; text-align: center; }
.guarantee-badge { display: inline-block; background: rgba(255,255,255,.16); color: var(--white); font-family: var(--font); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; padding: 6px 14px; border-radius: 999px; margin-bottom: 10px; }
.guarantee p { font-size: 14px; color: rgba(255,255,255,.92); line-height: 1.45; }
.invest-cta { margin-top: 22px; background: var(--black); color: var(--white); box-shadow: 0 8px 20px rgba(0,0,0,.25); }
.invest-cta:hover { background: #000; }

/* ============================================================
   FORMULÁRIO — fundo verde, card escuro, duas etapas
   ============================================================ */
.enroll { background: linear-gradient(180deg, #05c97d 0%, #0ae691 100%); color: var(--white); padding: 64px 0 76px; }
.enroll-head { text-align: center; max-width: 760px; margin: 0 auto 36px; }
.enroll-head h2 { font-family: var(--font); font-size: 32px; line-height: 1.12; text-transform: uppercase; font-weight: 900; letter-spacing: -.5px; color: var(--gray-900); }
.enroll-head h2 .hl { background: var(--gray-900); color: var(--white); padding: 0.02em 0.14em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.form-card { max-width: 500px; margin: 0 auto; background: #121212; padding: 32px 28px 24px; border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.form-step { display: none; } .form-step.active { display: block; }
.form-row { margin-bottom: 14px; }
.form-row > label { display: block; font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 7px; }
.form-row .req { color: var(--green-light); }
.form-row .help { display: block; font-weight: 400; font-size: 12px; color: rgba(255,255,255,.55); margin-top: 2px; }
.form-row input[type=text], .form-row input[type=email], .form-row input[type=tel] {
  width: 100%; padding: 13px 16px; border-radius: 999px; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14); color: var(--white); font-size: 15px; font-family: inherit; }
.form-row input::placeholder { color: rgba(255,255,255,.4); }
.form-row input:focus { outline: none; border-color: var(--green-primary); background: rgba(0,184,110,.08); }
.opt { display: flex; align-items: center; gap: 0; padding: 14px 18px; border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px; cursor: pointer; margin-bottom: 9px; transition: border-color .15s ease, background-color .15s ease; }
.opt:hover { border-color: var(--green-light); }
.opt input[type=radio] { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.55); background: transparent; flex-shrink: 0; cursor: pointer; margin: 0 16px 0 0;
  position: relative; top: 3px; }
.opt input[type=radio]:checked { border-color: var(--green-primary);
  background: radial-gradient(circle, var(--green-primary) 0 45%, transparent 48%); }
.opt span { margin: 0; line-height: 1.25; }
.opt.checked { border-color: var(--green-primary); background: rgba(0,184,110,.1); }
.opt span { font-size: 14px; color: rgba(255,255,255,.9); line-height: 1.4; }
.sum-row { display: flex; align-items: center; gap: 12px; }
.sum-row label { white-space: nowrap; } .sum-row input { max-width: 110px; }
.form-error { color: #fca5a5; font-size: 13px; min-height: 18px; margin: 4px 0 8px; font-weight: 500; }
.form-nav { display: flex; gap: 12px; margin-top: 8px; }
.btn-back { background: transparent; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.25); flex-shrink: 0; }
.btn-back:hover { background: rgba(255,255,255,.06); }
.form-nav .btn-primary { flex: 1; }
.form-card .btn-primary { color: var(--white); }
.progress-bg { height: 6px; background: rgba(255,255,255,.1); border-radius: 999px; overflow: hidden; margin-top: 20px; }
.progress-fill { height: 100%; width: 50%; background: var(--green-primary); border-radius: 999px; transition: width .35s ease; }
.progress-text { font-family: var(--font); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 8px; text-align: center; font-weight: 700; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.thanks { text-align: center; padding: 24px 8px; }
.thanks-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--green-primary); color: var(--white); font-size: 38px; line-height: 72px; margin: 0 auto 18px; }
.thanks h3 { font-family: var(--font); font-size: 26px; text-transform: uppercase; margin-bottom: 10px; font-weight: 900; }
.thanks p { color: rgba(255,255,255,.8); font-size: 15px; max-width: 380px; margin: 0 auto; }

/* ============================================================
   FOOTER (claro)
   ============================================================ */
footer { background: var(--white); color: var(--gray-500); padding: 28px 0; text-align: center; font-size: 13px; }
footer a { color: var(--green-deep); text-decoration: none; font-weight: 700; }
footer a:hover { text-decoration: underline; }
footer .reg { display: block; margin-bottom: 8px; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 900px) {
  .hero-grid, .platform-grid { grid-template-columns: 1fr; }
  .hero-brand { font-size: 44px; } .hero h1 { font-size: 34px; } .hero { padding: 40px 0 48px; }
  .approvals h2 { font-size: 38px; } .approvals-sub { font-size: 18px; }
  .platform h2 { font-size: 28px; } .invest h2 { font-size: 34px; } .invest .eyebrow { font-size: 18px; }
  .enroll-head h2 { font-size: 26px; } .platform-shot img { max-width: 420px; }
}
@media (max-width: 600px) {
  .form-card { padding: 26px 18px; } .hero h1 { font-size: 30px; } .approvals h2 { font-size: 32px; }
  .price-foot .num { font-size: 46px; } .invest h2 { font-size: 28px; }
}

/* ============================================================
   TIPOGRAFIA DE TÍTULO — Bebas Neue (igual ao RD).
   Aplicado por último para vencer as regras acima. Bebas é caixa
   alta condensada e tem peso único; por isso usamos tamanhos maiores
   e letter-spacing leve. Corpo de texto segue em Roboto.
   ============================================================ */
.hero-brand, .hero h1, .approvals h2, .platform h2, .platform-tag,
.invest .eyebrow, .invest h2, .price-head, .price-foot .cur, .price-foot .num,
.enroll-head h2, .thanks h3, .btn {
  font-family: var(--font-display); font-weight: 400; letter-spacing: 0.5px;
}
/* Bebas é mais estreita e mais baixa: compensa tamanho para casar o peso visual do RD */
.hero-brand { font-size: 70px; letter-spacing: 1px; }
.hero h1 { font-size: 48px; letter-spacing: 0.5px; line-height: 0.98; }
.approvals h2 { font-size: 80px; letter-spacing: 1px; line-height: 0.95; }
.platform h2 { font-size: 46px; line-height: 1.0; }
.invest h2 { font-size: 62px; line-height: 0.98; }
.invest .eyebrow { font-size: 30px; letter-spacing: 2px; }
.enroll-head h2 { font-size: 44px; line-height: 1.0; }
.price-head { font-size: 36px; }
.price-foot .num { font-size: 68px; }
.btn { font-size: 20px; letter-spacing: 0.8px; padding: 15px 32px; }
@media (max-width: 600px) {
  .hero-brand { font-size: 60px; } .hero h1 { font-size: 44px; }
  .approvals h2 { font-size: 48px; } .invest h2 { font-size: 42px; }
}

/* ============================================================
   REFINAMENTOS (feedback Marcos)
   ============================================================ */
/* 1) Faixas de destaque coladas à altura da fonte (não mais altas) */
.hero h1 .mark, .hero-sub .accent, .platform h2 .hl, .invest h2 .hl, .enroll-head h2 .hl {
  display: inline-block; line-height: 0.72; padding: 0.14em 0.14em 0.02em; }

/* 2) Destaques que usam o verde claro vivo + texto preto */
.platform h2 .hl { background: var(--green-bright); color: #0a0a0a; }
.enroll-head h2 .hl { background: var(--green-bright); color: #0a0a0a; }

/* 3) Plataforma: bloco de texto com margens laterais maiores (box centralizado na tela) */
.platform-detail { max-width: 620px; margin: 0 auto; }

/* 4) CTA da plataforma no verde claro (mesma cor do destaque do título) e centralizado */
.platform-detail .btn { background: var(--green-bright); color: #0a0a0a; box-shadow: 0 8px 20px rgba(0,234,138,.3);
  margin: 4px auto 0; display: flex; width: fit-content; }
.platform-detail .btn:hover { background: #12f39a; }

/* ============================================================
   PÁGINA DE REGULAMENTO (/regulamento) — reaproveita os tokens acima
   ============================================================ */
.page-regulamento { background: var(--gray-100); }
.page-regulamento .container { max-width: 800px; }

.reg-header { background: #000; color: #fff; padding: 26px 0; text-align: center; }
.reg-header .brand { font-family: var(--font-display); color: var(--green-primary); font-size: 44px; line-height: 1; letter-spacing: 1px; text-transform: uppercase; }
.reg-header .tag { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 4px; font-weight: 700; }

.reg-hero { background: linear-gradient(180deg, #01a15f 0%, #017a47 100%); color: #fff; padding: 52px 0; text-align: center; }
.reg-hero .eyebrow { font-size: 14px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.85); margin-bottom: 10px; }
.reg-hero h1 { font-family: var(--font-display); font-size: 56px; line-height: 0.98; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 400; }
.reg-hero h1 .mark { background: var(--green-bright); color: var(--black); padding: 0.1em 0.14em 0.02em; display: inline-block; line-height: 0.72; }

.reg-doc { padding: 56px 0 24px; }
.reg-card { background: var(--white); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.08); padding: 48px 48px 40px; }
.reg-intro { font-size: 17px; color: var(--gray-700); line-height: 1.6; margin-bottom: 36px; padding-bottom: 28px; border-bottom: 1px solid #e5e7eb; }

.reg-section { margin-bottom: 34px; }
.reg-section:last-child { margin-bottom: 0; }
.reg-section h2 { font-family: var(--font-display); font-size: 30px; line-height: 1; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 400; color: var(--gray-900); margin-bottom: 14px; display: flex; align-items: baseline; gap: 12px; }
.reg-section h2 .n { color: var(--green-primary); }
.reg-section p { font-size: 16px; color: var(--gray-700); line-height: 1.6; margin-bottom: 12px; }
.reg-section p:last-child { margin-bottom: 0; }
.reg-section strong { color: var(--gray-900); font-weight: 700; }
.reg-section .pix { background: var(--green-mint); color: var(--green-deep); font-weight: 700; padding: 0.04em 0.28em; border-radius: 4px; }

.reg-list { list-style: none; margin: 8px 0 0; }
.reg-list li { font-size: 16px; color: var(--gray-700); line-height: 1.5; padding: 8px 0 8px 32px; position: relative; }
.reg-list li::before { content: '✓'; position: absolute; left: 0; top: 9px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--green-primary); color: #fff; font-weight: 700; font-size: 12px; line-height: 20px; text-align: center; }

.reg-note { background: var(--gray-100); border-left: 4px solid var(--green-primary); border-radius: 0 10px 10px 0;
  padding: 16px 20px; font-size: 15px; color: var(--gray-700); line-height: 1.55; margin-top: 16px; }

.reg-footer { background: var(--white); color: var(--gray-500); padding: 32px 0; text-align: center; font-size: 13px; }
.reg-footer a { color: var(--green-deep); text-decoration: none; font-weight: 700; }
.reg-footer a:hover { text-decoration: underline; }
.reg-footer .back { display: inline-block; margin-bottom: 10px; }

@media (max-width: 640px) {
  .reg-hero h1 { font-size: 40px; }
  .reg-header .brand { font-size: 36px; }
  .reg-card { padding: 32px 22px; }
  .reg-section h2 { font-size: 26px; }
}
