/* ==========================================================================
   Be More Trading Club — Design System + Página completa
   Reconstrução em HTML/CSS puro (migração do GoHighLevel → Hostinger)
   ========================================================================== */

:root {
  /* --- Cores base --- */
  --transparent: transparent;
  --white: #ffffff;
  --gray: #cbd5e0;
  --black: #000000;
  --red: #e93d3d;

  /* --- Paleta da marca BMTC --- */
  --brand-dark:   #15161b;   /* fundo escuro principal */
  --brand-gold:   #cf9514;   /* dourado de destaque    */
  --brand-green:  #00d750;   /* verde trading          */
  --brand-black:  #080606;   /* preto quase puro       */
  --brand-ink:    #353535;   /* cinza escuro (sobre Hugo) */
  --brand-soft:   #f4f4f4;   /* off-white              */
  --brand-muted:  #696969;   /* cinza secundário       */
  --brand-line:   #d9d9d9;   /* bordas/divisores       */
  --brand-navy:   #353b61;
  --brand-steel:  #406e86;

  /* --- Tipografia --- */
  --headline-font: 'Space Grotesk', sans-serif;
  --content-font:  'Space Grotesk', sans-serif;

  /* --- Layout --- */
  --container: 1170px;
  --radius: 12px;
}

/* --------------------------------------------------------------------------
   Reset / base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  margin: 0; padding: 0;
  overflow-x: hidden; width: 100%;
}

body {
  font-family: var(--content-font);
  color: var(--white);
  background-color: var(--brand-dark);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* --------------------------------------------------------------------------
   Estrutura de seções
   -------------------------------------------------------------------------- */
.section { padding: 90px 0; }
.section--dark  { background: var(--brand-dark);  color: var(--white); }
.section--soft  { background: var(--brand-soft);  color: var(--brand-ink); }
.section--white { background: var(--white);        color: var(--brand-ink); }
.section--gray  { background: var(--brand-ink);    color: var(--white); }

.container {
  width: 100%; max-width: var(--container);
  margin: 0 auto; padding-left: 20px; padding-right: 20px;
}
.container--narrow { max-width: 860px; }

/* Títulos de seção */
.section-title {
  font-family: var(--headline-font);
  font-weight: 600;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.25;
  text-align: center;
  margin: 0 0 16px;
}
.section-title .accent { color: var(--brand-gold); }
.section-subtitle {
  text-align: center;
  font-size: clamp(16px, 2vw, 19px);
  max-width: 760px;
  margin: 0 auto 48px;
  opacity: .9;
}
.eyebrow {
  display: inline-block;
  font-family: var(--headline-font);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--brand-gold);
  margin-bottom: 14px;
}

/* --------------------------------------------------------------------------
   Botão / CTA
   -------------------------------------------------------------------------- */
.btn-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--headline-font);
  font-weight: 700; font-size: 17px;
  text-transform: uppercase; letter-spacing: .02em;
  color: var(--brand-black);
  background: var(--brand-gold);
  padding: 18px 36px; border: none; border-radius: 8px;
  cursor: pointer; text-align: center;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
  box-shadow: 0 8px 24px rgba(207,149,20,.25);
}
.btn-cta:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-cta--green { background: var(--brand-green); box-shadow: 0 8px 24px rgba(0,215,80,.25); color: #03210f; }
.btn-cta--ghost {
  background: transparent; color: var(--white);
  border: 2px solid var(--brand-gold); box-shadow: none;
}
.btn-cta--ghost:hover { background: var(--brand-gold); color: var(--brand-black); }
.btn-cta--dark {
  background: var(--brand-ink); color: var(--white);
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.btn-cta--dark:hover { background: var(--brand-dark); }
.cta-center { text-align: center; margin-top: 44px; }

/* ==========================================================================
   HERO  (section-SpfPFq6SNV)
   ========================================================================== */
.hero {
  position: relative;
  background-color: var(--brand-dark);
  background-image: linear-gradient(rgba(10,11,15,.72), rgba(10,11,15,.86)), url('../assets/img/hero-bg.png');
  background-size: cover; background-position: center; background-repeat: no-repeat;
  padding: 48px 0 80px;
}
.hero__grid { display: flex; align-items: center; gap: 48px; }
.hero__col-text { flex: 0 0 56%; max-width: 56%; }
.hero__col-media { flex: 1; }
.hero__logo { width: 184px; margin-bottom: 28px; }
.hero__logo img { width: 100%; height: auto; }
.hero__title {
  font-family: var(--headline-font); font-weight: 500;
  font-size: clamp(28px, 4.4vw, 44px); line-height: 1.25;
  color: var(--white); margin: 0 0 20px;
}
.hero__title .accent { color: var(--brand-gold); }
.hero__subtitle {
  font-weight: 400; font-size: clamp(17px, 2.2vw, 23px);
  line-height: 1.45; color: var(--white); margin: 0; max-width: 40ch; opacity: .92;
}
.hero__visual { width: 100%; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(0,0,0,.45); }

/* Bloco "Conheça a BMTC" + vídeo + CTA (mesma seção dark) */
.hero-intro { text-align: center; max-width: 820px; margin: 80px auto 0; }
.hero-intro h2 {
  font-family: var(--headline-font); font-weight: 600;
  font-size: clamp(22px, 3vw, 32px); line-height: 1.3; margin: 0 0 18px;
}
.hero-intro h2 .accent { color: var(--brand-gold); }
.hero-intro p { font-size: 18px; opacity: .9; margin: 0 auto 14px; }
.video-wrap {
  position: relative; margin: 32px auto 28px; max-width: 720px;
  border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.5);
  cursor: pointer;
}
.video-wrap img { width: 100%; display: block; }
.video-wrap .play {
  position: absolute; inset: 0; margin: auto;
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(207,149,20,.92);
  display: flex; align-items: center; justify-content: center;
  transition: transform .15s ease;
}
.video-wrap:hover .play { transform: scale(1.08); }
.video-wrap .play::before {
  content: ''; border-style: solid; border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent #15161b; margin-left: 6px;
}

/* ==========================================================================
   CARDS de destaque (section-A2MDmuRnYL) e "O que é" (iQbWn8Sq_W)
   ========================================================================== */
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.feature-card {
  background: #fff; border: 1px solid var(--brand-line);
  border-radius: var(--radius); padding: 34px 28px; text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.feature-card .icon { width: 56px; height: 56px; margin: 0 auto 18px; }
.feature-card h3 {
  font-family: var(--headline-font); font-weight: 600; font-size: 20px;
  margin: 0 0 10px; color: var(--brand-black);
}
.feature-card p { font-size: 15.5px; color: var(--brand-muted); margin: 0; }

/* "O que é a BMTC" — lista com checks */
.whatis-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 880px; margin: 0 auto; }
.whatis-item {
  display: flex; align-items: center; gap: 16px;
  background: var(--brand-soft); border-radius: 10px; padding: 22px 24px;
  font-weight: 500; font-size: 18px; color: var(--brand-ink);
}
.whatis-item .icon { width: 32px; height: 32px; flex: none; }
.whatis-foot { text-align: center; margin-top: 36px; font-size: 19px; }
.whatis-foot strong { color: var(--brand-gold); }

/* ==========================================================================
   PAIN (section-0JvoAZAu6h)
   ========================================================================== */
.pain-title {
  font-family: var(--headline-font); font-weight: 600;
  font-size: clamp(24px, 3.4vw, 36px); text-align: center; line-height: 1.3;
  margin: 0 auto 36px; max-width: 900px;
}
.pain-title .accent { color: var(--brand-gold); }
.pain-list { max-width: 720px; margin: 0 auto 40px; list-style: none; padding: 0; }
.pain-list li {
  padding: 14px 20px; margin-bottom: 12px;
  background: var(--white); border-left: 4px solid var(--brand-gold);
  border-radius: 8px; font-size: 17px; box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
.pain-lead { text-align: center; font-size: 22px; font-weight: 600; margin: 8px 0 36px; }
.pain-lead span { color: var(--brand-gold); }
.pain-img { max-width: 540px; margin: 0 auto 40px; border-radius: var(--radius); }
.pain-body { max-width: 760px; margin: 0 auto; text-align: center; }
.pain-body p { font-size: 17px; margin: 0 0 14px; }
.pain-reasons { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 36px 0; }
.pain-reason {
  background: var(--brand-dark); color: #fff; border-radius: 10px; padding: 24px;
  text-align: center;
}
.pain-reason strong { color: var(--brand-gold); display: block; font-size: 18px; margin-bottom: 8px; }
.pain-reason span { font-size: 15px; opacity: .85; }
.pain-final { text-align: center; font-size: 20px; font-weight: 600; margin-top: 24px; }
.pain-final em { color: var(--brand-gold); font-style: normal; }

/* ==========================================================================
   3 PILARES (section-MpXJ8dWxPZ)
   ========================================================================== */
.pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 50px; }
.pillar {
  background: var(--brand-soft); border-radius: var(--radius); padding: 38px 30px; text-align: center;
  border-top: 4px solid var(--brand-gold);
}
.pillar .icon { width: 64px; height: 64px; margin: 0 auto 20px; }
.pillar h3 { font-family: var(--headline-font); font-weight: 600; font-size: 21px; color: var(--brand-black); margin: 0 0 12px; }
.pillar p { font-size: 15.5px; color: var(--brand-muted); margin: 0; }

/* ==========================================================================
   VIRADA DE CHAVE (section-5YuqonYE9t) — story
   ========================================================================== */
.story { max-width: 820px; margin: 0 auto; text-align: center; }
.story p { font-size: 18px; margin: 0 0 18px; color: var(--brand-ink); }
.story .big { font-size: clamp(20px,2.6vw,26px); font-weight: 600; }
.story .accent { color: var(--brand-gold); }
.story-list { display: inline-flex; flex-direction: column; gap: 10px; margin: 24px 0; text-align: left; }
.story-list span { font-size: 17px; font-weight: 500; }
.story-list span::before { content: '➤'; color: var(--brand-gold); margin-right: 10px; }
.story-quote {
  font-family: var(--headline-font); font-weight: 600;
  font-size: clamp(20px,3vw,28px); line-height: 1.35;
  margin: 32px auto; max-width: 720px; color: var(--brand-black);
}

/* ==========================================================================
   PERSONAS (section-erFbnd17NU) — "A BMTC foi criada para quem"
   ========================================================================== */
.persona-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 44px; }
.persona {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 30px;
}
.persona h3 {
  font-family: var(--headline-font); font-weight: 600; font-size: 20px;
  margin: 0 0 14px; color: var(--brand-gold); display: flex; gap: 12px;
}
.persona h3::before { content: '→'; color: var(--white); }
.persona p { font-size: 15.5px; opacity: .88; margin: 0; }
.persona p strong { color: var(--white); }
.persona-foot { text-align: center; font-size: 19px; margin: 44px auto 0; max-width: 720px; }
.persona-foot strong { color: var(--brand-gold); }

/* ==========================================================================
   GALERIA de resultados (lWVxPmXZ13 e Jjmj9gHGIm)
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.gallery img { width: 100%; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.gallery--3 { grid-template-columns: repeat(3,1fr); }

/* ==========================================================================
   JORNADA / NÍVEIS (section-CqoIIyiYW6)
   ========================================================================== */
.journey-intro { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.journey-intro p { font-size: 17px; opacity: .9; margin: 0 0 14px; }
.journey-intro .accent { color: var(--brand-gold); }
.chess-block {
  display: flex; gap: 28px; align-items: center; justify-content: center;
  max-width: 900px; margin: 0 auto 56px; flex-wrap: wrap;
}
.chess-block img { width: 260px; border-radius: var(--radius); }
.chess-block p { font-size: 18px; max-width: 460px; }
.chess-block .accent { color: var(--brand-gold); font-weight: 600; }

.levels { display: flex; flex-direction: column; gap: 22px; max-width: 900px; margin: 0 auto; }
.level {
  display: flex; gap: 24px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-left: 4px solid var(--brand-gold);
  border-radius: var(--radius); padding: 30px;
}
.level__badge { flex: none; width: 64px; text-align: center; }
.level__badge img { width: 64px; margin: 0 auto 6px; }
.level__num {
  font-family: var(--headline-font); font-weight: 700; font-size: 13px;
  letter-spacing: .08em; color: var(--brand-gold);
}
.level__body h3 {
  font-family: var(--headline-font); font-weight: 700; font-size: 22px;
  margin: 0 0 4px; color: var(--white);
}
.level__where { font-weight: 600; color: var(--brand-gold); font-size: 16px; margin: 8px 0; }
.level__body p { font-size: 15px; opacity: .88; margin: 0 0 10px; }
.level__advance {
  margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12);
  font-size: 15px;
}
.level__advance strong { color: var(--brand-green); }

/* ==========================================================================
   COMPARATIVO + ENTREGÁVEIS (section-pJ9PQtxZNY)
   ========================================================================== */
.compare { max-width: 920px; margin: 0 auto 70px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--brand-line); }
.compare__head { display: grid; grid-template-columns: 1fr 1fr; }
.compare__head > div { padding: 20px; font-family: var(--headline-font); font-weight: 600; font-size: 17px; text-align: center; }
.compare__head .neg { background: #f1f1f1; color: var(--brand-muted); }
.compare__head .pos { background: var(--brand-dark); color: var(--brand-gold); }
.compare__row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--brand-line); }
.compare__row > div { padding: 16px 20px; font-size: 15px; }
.compare__row .neg { color: var(--brand-muted); }
.compare__row .pos { background: #fafdf8; color: var(--brand-ink); font-weight: 500; border-left: 1px solid var(--brand-line); }
.compare__row .neg::before { content: '✕  '; color: var(--red); }
.compare__row .pos::before { content: '✓  '; color: var(--brand-green); font-weight: 700; }
.compare-note { text-align: center; max-width: 760px; margin: 0 auto; font-size: 17px; font-weight: 500; }
.compare-note strong { color: var(--brand-gold); }

.deliverables { display: flex; flex-direction: column; gap: 28px; max-width: 980px; margin: 50px auto 0; }
.deliverable {
  display: flex; gap: 28px; align-items: center;
  background: var(--brand-soft); border-radius: var(--radius); padding: 24px; overflow: hidden;
}
.deliverable:nth-child(even) { flex-direction: row-reverse; }
.deliverable img { width: 320px; max-width: 42%; border-radius: 10px; }
.deliverable h3 { font-family: var(--headline-font); font-weight: 600; font-size: 21px; color: var(--brand-black); margin: 0 0 10px; }
.deliverable p { font-size: 15.5px; color: var(--brand-muted); margin: 0 0 8px; }

/* ==========================================================================
   BÔNUS (section-mrxyR3P4VK)
   ========================================================================== */
.bonus-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 44px; }
.bonus {
  background: #fff; border: 1px solid var(--brand-line); border-radius: var(--radius);
  padding: 28px 22px; text-align: center;
}
.bonus .tag {
  display: inline-block; background: var(--brand-gold); color: var(--brand-black);
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 20px; margin-bottom: 16px;
}
.bonus h3 { font-family: var(--headline-font); font-weight: 600; font-size: 18px; color: var(--brand-black); margin: 0 0 10px; }
.bonus p { font-size: 14.5px; color: var(--brand-muted); margin: 0; }
.bonus .warn { color: var(--red); font-size: 13px; margin-top: 10px; }

/* ==========================================================================
   OFERTA / PLANOS (section-prTMjvgyY7)
   ========================================================================== */
.offer-lead { text-align: center; max-width: 760px; margin: 0 auto 16px; font-size: 18px; opacity: .92; }
.offer-checklist {
  max-width: 620px; margin: 0 auto 50px; list-style: none; padding: 0;
  display: grid; grid-template-columns: 1fr; gap: 10px;
}
.offer-checklist li { font-size: 16px; padding: 6px 0; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0,360px)); gap: 28px; justify-content: center; }
.plan {
  background: #fff; color: var(--brand-ink);
  border-radius: 16px; padding: 40px 34px; text-align: center; position: relative;
  border: 2px solid transparent;
}
.plan--featured { border-color: var(--brand-gold); box-shadow: 0 20px 50px rgba(207,149,20,.2); }
.plan__ribbon {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--brand-gold); color: var(--brand-black);
  font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 20px; white-space: nowrap;
}
.plan__name { font-family: var(--headline-font); font-weight: 700; font-size: 18px; letter-spacing: .04em; color: var(--brand-muted); }
.plan__price { font-family: var(--headline-font); font-weight: 700; font-size: 48px; color: var(--brand-black); margin: 14px 0 4px; }
.plan__period { color: var(--brand-muted); font-size: 15px; margin-bottom: 12px; }
.plan__bonus { color: var(--brand-gold); font-weight: 600; font-size: 15px; margin-bottom: 22px; }
.plan .btn-cta { width: 100%; }

/* ==========================================================================
   GARANTIA (section-hlHtT7BPiR)
   ========================================================================== */
.guarantee {
  max-width: 820px; margin: 0 auto; text-align: center;
  background: var(--brand-soft); border-radius: 16px; padding: 50px 40px;
  border: 2px dashed var(--brand-gold);
}
.guarantee .seal {
  width: 90px; height: 90px; margin: 0 auto 20px; border-radius: 50%;
  background: var(--brand-gold); color: var(--brand-black);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--headline-font); font-weight: 700; font-size: 15px; line-height: 1.1; text-align: center;
}
.guarantee h2 { font-family: var(--headline-font); font-weight: 700; font-size: 28px; color: var(--brand-black); margin: 0 0 12px; }
.guarantee p { font-size: 17px; color: var(--brand-muted); margin: 0; max-width: 560px; margin: 0 auto; }

/* ==========================================================================
   SOBRE HUGO (section-rOisuTZPcO)
   ========================================================================== */
.about { display: flex; gap: 48px; align-items: center; }
.about__photo { flex: 0 0 38%; max-width: 38%; }
.about__photo img { width: 100%; border-radius: var(--radius); }
.about__text h2 { font-family: var(--headline-font); font-weight: 700; font-size: clamp(26px,3.4vw,36px); margin: 0 0 18px; }
.about__text h2 .accent { color: var(--brand-gold); }
.about__text p { font-size: 16px; opacity: .9; margin: 0 0 14px; }
.about__text strong { color: var(--brand-gold); }

/* ==========================================================================
   FAQ (section-Jjmj9gHGIm, parte 2)
   ========================================================================== */
.faq { max-width: 820px; margin: 60px auto 0; }
.faq-item {
  background: #fff; border: 1px solid var(--brand-line); border-radius: 10px;
  margin-bottom: 14px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 20px 24px;
  font-family: var(--headline-font); font-weight: 600; font-size: 17px; color: var(--brand-black);
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--brand-gold); font-size: 24px; flex: none; }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { padding: 0 24px 22px; margin: 0; font-size: 15.5px; color: var(--brand-muted); }
.faq-help { text-align: center; margin-top: 40px; }
.faq-help p { font-size: 18px; margin: 0 0 18px; color: var(--brand-ink); }

/* ==========================================================================
   CTA FINAL (section-_OoV_GP1c7) + FOOTER (section-TPlVEImrUG)
   ========================================================================== */
.final-cta { text-align: center; }
.final-cta h2 { font-family: var(--headline-font); font-weight: 700; font-size: clamp(28px,4vw,42px); color: var(--brand-black); margin: 0 0 30px; }
.site-footer { text-align: center; padding: 40px 0; font-size: 14px; opacity: .7; }
.site-footer img { width: 130px; margin: 0 auto 18px; }

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */
@media (max-width: 980px) {
  .hero__grid { flex-direction: column; align-items: stretch; }
  .hero__col-text, .hero__col-media { flex: 1 1 100%; max-width: 100%; }
  .hero__col-media { margin-top: 32px; }
  .feature-grid, .pillars-grid, .pain-reasons { grid-template-columns: 1fr; }
  .persona-grid, .whatis-grid { grid-template-columns: 1fr; }
  .bonus-grid { grid-template-columns: repeat(2,1fr); }
  .gallery { grid-template-columns: repeat(3,1fr); }
  .deliverable, .deliverable:nth-child(even) { flex-direction: column; text-align: center; }
  .deliverable img { width: 100%; max-width: 100%; }
  .about { flex-direction: column; }
  .about__photo { max-width: 320px; }
  .plans { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .bonus-grid, .gallery, .gallery--3 { grid-template-columns: repeat(2,1fr); }
  .level { flex-direction: column; }
  .compare__head > div, .compare__row > div { font-size: 13.5px; padding: 12px; }
}
