/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #1A1A1A; font-family: 'Jost', sans-serif; color: #F4F4F4; overflow-x: hidden; }
img { max-width: 100%; display: block; }
p { margin: 0; }
h1, h2, h3 { margin: 0; }
a { text-decoration: none; }
::selection { background: #CFCFCF; color: #111111; }

/* ============ ANIMAÇÕES ============ */
@keyframes acGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.0), 0 12px 30px -14px rgba(0,0,0,0.7); }
  50%       { box-shadow: 0 0 0 7px rgba(255,255,255,0.07), 0 16px 38px -14px rgba(0,0,0,0.8); }
}
@keyframes acArrow {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(5px); }
}
@keyframes acFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
}

/* ============ LAYOUT ============ */
.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.container-narrow { max-width: 1080px; }
.center { text-align: center; }

/* ============ SEÇÕES ============ */
.section { padding: 100px 0; }
.section-dark  { background: #111111; }
.section-black { background: #1A1A1A; }
.section-light { background: #ECECEC; }

/* ============ TIPOGRAFIA ============ */
.label {
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #9E9E9E; margin-bottom: 16px;
}
.label-dark { color: #8C8C8C; }

.h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 52px; line-height: 1.05; color: #F4F4F4;
}
.h2 em { font-style: italic; color: #C9C9C9; }
.h2-dark { color: #1A1A1A; }
.h2-dark em { color: #5A5A5A; }

/* ============ SECTION HEADERS ============ */
.section-header { margin-bottom: 56px; }
.section-header.center .h2 { max-width: 680px; margin: 0 auto; }

.section-header-split {
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 40px;
  margin-bottom: 60px; flex-wrap: wrap;
}
.split-desc { font-size: 16px; line-height: 1.6; color: #6B6B6B; max-width: 360px; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(17,17,17,0.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 18px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo {
  font-family: 'Jost', sans-serif; font-weight: 700; font-size: 17px;
  letter-spacing: 0.28em; color: #F4F4F4; white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-link {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #A0A0A0; transition: color 0.2s;
}
.nav-link:hover { color: #F4F4F4; }
.nav-cta {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #111111; background: #FFFFFF; padding: 11px 22px;
  border-radius: 40px; font-weight: 600; white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px -12px rgba(0,0,0,0.7); }

/* ============ HERO ============ */
.hero-section { background: #1A1A1A; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 56px; align-items: center; padding-top: 70px; padding-bottom: 90px;
}
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; }
.eyebrow-line { width: 34px; height: 1px; background: #9E9E9E; flex-shrink: 0; }
.eyebrow span:last-child { font-size: 12.5px; letter-spacing: 0.3em; text-transform: uppercase; color: #9E9E9E; }

.hero-h1 {
  font-family: 'Jost', sans-serif; font-weight: 700;
  font-size: clamp(64px, 9vw, 116px); line-height: 0.9;
  letter-spacing: -0.02em; color: #FFFFFF; text-transform: uppercase;
}
.hero-sub {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-weight: 500; font-size: 27px; line-height: 1.35;
  color: #C9C9C9; margin-top: 28px; max-width: 440px;
}
.hero-cta-row { display: flex; align-items: center; gap: 22px; margin-top: 42px; flex-wrap: wrap; }
.hero-badge {
  display: flex; align-items: center; gap: 10px; margin-top: 20px;
  font-size: 13px; color: #808080; letter-spacing: 0.04em;
}
.hero-tags { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 54px; }
.tag {
  font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #A0A0A0; border: 1px solid rgba(255,255,255,0.2);
  padding: 9px 18px; border-radius: 40px;
}

.hero-img-wrap { position: relative; }
.hero-img-border {
  position: absolute; inset: -18px -18px 28px 28px;
  border: 1px solid rgba(255,255,255,0.18); border-radius: 8px;
}
.hero-img {
  position: relative; width: 100%; height: 620px;
  object-fit: cover; object-position: center top; border-radius: 6px;
}

/* ============ BOTÕES ============ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #111111; background: #FFFFFF;
  padding: 22px 46px; border-radius: 46px; font-weight: 700;
  animation: acGlow 3s ease-in-out infinite;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.08);
  transition: transform 0.25s ease;
}
.btn-primary:hover { transform: translateY(-3px) scale(1.03); }

.btn-dark {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #FFFFFF; background: #1A1A1A;
  padding: 20px 44px; border-radius: 46px; font-weight: 700;
  transition: transform 0.25s ease;
}
.btn-dark:hover { transform: translateY(-3px) scale(1.03); }

.link-method {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #C9C9C9; border-bottom: 1px solid rgba(201,201,201,0.4);
  padding-bottom: 4px; transition: color 0.2s, border-color 0.2s;
}
.link-method:hover { color: #FFFFFF; border-color: rgba(255,255,255,0.9); }

.arrow { display: inline-block; animation: acArrow 1.8s ease-in-out infinite; }

.dot-green {
  width: 8px; height: 8px; border-radius: 50%;
  background: #5EE876; display: inline-block; flex-shrink: 0;
  box-shadow: 0 0 6px #5EE876;
}

/* ============ GRIDS ============ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* ============ CARDS ESCUROS (níveis) ============ */
.card-dark {
  background: #242424; border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 40px 34px;
}
.card-num { font-family: 'Cormorant Garamond', serif; font-size: 56px; line-height: 1; color: #9E9E9E; }
.card-title { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: #F4F4F4; margin-top: 20px; font-weight: 500; }
.card-dark p { font-size: 16px; line-height: 1.55; color: #A0A0A0; margin-top: 12px; }

/* ============ CARDS BRANCOS (tipos) ============ */
.card-white {
  background: #FFFFFF; border-radius: 14px; padding: 38px 32px;
  border-top: 2px solid #DADADA;
}
.card-black {
  background: #1A1A1A; border-radius: 14px; padding: 38px 32px;
  border-top: 2px solid #BFBFBF;
}
.card-tag { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: #8C8C8C; }
.card-tag-light { color: #BFBFBF; }
.card-h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  font-size: 30px; margin-top: 14px; color: #1A1A1A;
}
.card-h3-light { color: #FFFFFF; }
.card-white p, .card-black p { font-size: 15.5px; line-height: 1.55; color: #6B6B6B; margin-top: 14px; }
.p-light { color: #B0B0B0 !important; }
.card-footer-light {
  font-size: 13.5px; line-height: 1.5; color: #595959;
  padding-top: 16px; border-top: 1px solid #E8E8E8; margin-top: 22px;
}
.card-footer-dark {
  font-size: 13.5px; line-height: 1.5; color: #CFCFCF;
  padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.16); margin-top: 22px;
}
.card-footer-dark b { color: #FFFFFF; }

/* ============ STAT ============ */
.stat-lead {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 44px; line-height: 1.22; color: #F4F4F4; margin-top: 10px;
}
.stat-lead em { font-style: italic; color: #C9C9C9; }
.grid-3-stats { margin-top: 72px; text-align: left; gap: 24px; }
.stat-item { border-top: 1px solid rgba(255,255,255,0.18); padding-top: 22px; }
.stat-num {
  font-family: 'Cormorant Garamond', serif; font-size: 64px;
  line-height: 1; color: #FFFFFF;
}
.stat-unit { font-size: 34px; }
.stat-item p { font-size: 15px; line-height: 1.5; color: #A0A0A0; margin-top: 14px; }

/* ============ MÓDULOS ============ */
.modules-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: #DCDCDC;
  border: 1px solid #DCDCDC; border-radius: 14px; overflow: hidden;
}
.module-card { background: #F7F7F7; padding: 36px 30px; }
.module-num { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #8C8C8C; }
.module-card h3 { font-size: 18px; font-weight: 600; color: #1A1A1A; margin-top: 16px; }
.module-card p { font-size: 14.5px; line-height: 1.55; color: #6B6B6B; margin-top: 8px; }

/* ============ CTA INTERMEDIÁRIO ============ */
.cta-mid {
  background: #FFFFFF; padding: 64px 40px; text-align: center;
  border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;
}
.cta-mid-quote {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 28px; line-height: 1.35; color: #2A2A2A;
  max-width: 680px; margin: 0 auto 32px;
}
.cta-sub { font-size: 12.5px; color: #9E9E9E; margin-top: 16px; letter-spacing: 0.04em; }

/* ============ PILARES ============ */
.pilar-card {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px; padding: 42px 36px;
}
.pilar-title {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 30px; color: #C9C9C9;
}
.pilar-card p { font-size: 15.5px; line-height: 1.6; color: #A0A0A0; margin: 18px 0 24px; }
.pilar-format { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: #808080; }

/* ============ GALERIA ============ */
.gallery-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 30px; margin-bottom: 48px; flex-wrap: wrap;
}
.gallery-desc { font-size: 15.5px; line-height: 1.6; color: #A0A0A0; max-width: 380px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-img { width: 100%; height: 420px; object-fit: cover; border-radius: 8px; }

/* ============ INSTRUTORA ============ */
.instructor-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 64px; align-items: center;
}
.instructor-img-wrap { position: relative; }
.instructor-img-border {
  position: absolute; inset: 24px -16px -16px 24px;
  border: 1px solid #C8C8C8; border-radius: 8px;
}
.instructor-img {
  position: relative; width: 100%; height: 540px;
  object-fit: cover; object-position: center top; border-radius: 6px;
}
.instructor-name { margin-top: 10px; }
.instructor-role {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 23px; color: #5A5A5A; margin-top: 8px;
}
.instructor-bio { font-size: 17px; line-height: 1.7; color: #595959; margin-top: 28px; }
.instructor-stats { margin-top: 40px; gap: 18px; }
.stat-word { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: #1A1A1A; }
.stat-label { font-size: 13px; color: #8C8C8C; margin-top: 4px; }

/* ============ PULL QUOTE ============ */
.quote-section { padding: 110px 0; }
.quote-mark {
  font-family: 'Cormorant Garamond', serif; font-size: 90px;
  line-height: 0.4; color: #444444; height: 50px; display: block;
}
.quote-text {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 46px; line-height: 1.28; color: #F4F4F4; margin-top: 10px;
}
.quote-text em { font-style: italic; color: #C9C9C9; }
.quote-author {
  font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
  color: #9E9E9E; margin-top: 34px;
}

/* ============ CTA FINAL ============ */
.cta-box {
  background: linear-gradient(135deg, #262626 0%, #141414 100%);
  border: 1px solid rgba(255,255,255,0.12); border-radius: 20px;
  padding: 70px 60px; display: flex; align-items: center;
  justify-content: space-between; gap: 50px; flex-wrap: wrap;
}
.cta-box-text { max-width: 540px; }
.cta-box-text .label { margin-bottom: 20px; }
.cta-box-text p { font-size: 16.5px; line-height: 1.6; color: #A0A0A0; margin-top: 22px; }
.cta-box-action { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.cta-box-sub { display: flex; align-items: center; gap: 8px; font-size: 12.5px; letter-spacing: 0.04em; color: #808080; }

/* ============ FOOTER ============ */
.footer { background: #111111; padding: 40px 0 56px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-logo { font-family: 'Jost', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.28em; color: #CFCFCF; }
.footer-mid { font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #6B6B6B; }
.footer-handle { font-size: 12.5px; color: #6B6B6B; }

/* ============ STICKY CTA ============ */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,10,0.96); backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 16px 40px; display: flex;
  align-items: center; justify-content: space-between; gap: 20px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { font-size: 14px; color: #A0A0A0; letter-spacing: 0.04em; }
.sticky-cta-text strong { color: #F4F4F4; font-weight: 600; }
.sticky-cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #111111; background: #FFFFFF;
  padding: 16px 32px; border-radius: 40px; font-weight: 700;
  white-space: nowrap; flex-shrink: 0;
  transition: transform 0.25s ease;
}
.sticky-cta-btn:hover { transform: translateY(-2px); }

/* ============ WHATSAPP ============ */
.whatsapp-float {
  position: fixed; bottom: 90px; right: 28px;
  z-index: 200; display: flex;
  flex-direction: column; align-items: flex-end; gap: 10px;
}
.whatsapp-bubble {
  background: #FFFFFF; color: #1A1A1A; font-size: 13px;
  line-height: 1.45; padding: 12px 18px;
  border-radius: 14px 14px 0 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  white-space: nowrap; text-align: right;
  opacity: 0; transform: translateY(8px) scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.whatsapp-bubble span { display: block; font-size: 11px; color: #888; margin-top: 4px; }
.whatsapp-float:hover .whatsapp-bubble { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.whatsapp-btn {
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 22px rgba(37,211,102,0.45);
  animation: acFloat 3s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.whatsapp-btn:hover { transform: scale(1.1); box-shadow: 0 10px 30px rgba(37,211,102,0.55); }

/* ============ IMPRESSÃO ============ */
@media print {
  @page { size: 1240px 1754px; margin: 0; }
  html, body { background: #1A1A1A !important; margin: 0 !important; }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; animation: none !important; backdrop-filter: none !important; }
  .nav { position: static !important; background: #111111 !important; }
  .sticky-cta, .whatsapp-float { display: none !important; }
}

/* ============================================================
   RESPONSIVO — MOBILE
   ============================================================ */
@media (max-width: 768px) {

  /* layout */
  .container { padding: 0 20px; }
  .section { padding: 60px 0; }

  /* nav */
  .nav-inner { padding: 14px 20px; gap: 12px; }
  .nav-links { display: none; }
  .nav-cta { padding: 10px 18px; font-size: 11px; }

  /* hero */
  .hero-grid {
    grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 52px; gap: 36px;
  }
  .hero-img-wrap { order: -1; }
  .hero-img { height: 360px; object-position: center 20%; }
  .hero-img-border { display: none; }
  .hero-h1 { font-size: 64px; line-height: 0.92; }
  .hero-sub { font-size: 20px; max-width: 100%; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .btn-primary { width: 100%; justify-content: center; padding: 18px 28px; font-size: 14px; }
  .hero-tags { gap: 8px; }

  /* grids → 1 coluna */
  .grid-3 { grid-template-columns: 1fr; gap: 14px; }
  .grid-3-stats { margin-top: 40px; }

  /* h2 */
  .h2 { font-size: 34px; }
  .stat-lead { font-size: 26px; }
  .quote-text { font-size: 28px; }

  /* seção header */
  .section-header { margin-bottom: 36px; }
  .section-header-split { flex-direction: column; gap: 16px; margin-bottom: 36px; }
  .split-desc { max-width: 100%; }

  /* módulos → 1 col */
  .modules-grid { grid-template-columns: 1fr; }
  .module-card { padding: 24px 20px; }

  /* galeria → 1 col */
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .gallery-img { height: 280px; }
  .gallery-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 28px; }
  .gallery-desc { max-width: 100%; }

  /* instrutora */
  .instructor-grid { grid-template-columns: 1fr; gap: 36px; }
  .instructor-img-border { display: none; }
  .instructor-img { height: 340px; }
  .instructor-stats { grid-template-columns: 1fr; gap: 14px; }
  .instructor-bio { font-size: 15px; }

  /* cta intermediário */
  .cta-mid { padding: 48px 20px; }
  .cta-mid-quote { font-size: 22px; }
  .btn-dark { width: 100%; justify-content: center; }

  /* pilares */
  .pilar-card { padding: 28px 24px; }

  /* cta final */
  .cta-box { padding: 36px 24px; flex-direction: column; align-items: stretch; gap: 32px; }
  .cta-box-text { max-width: 100%; }
  .cta-box-action { align-items: stretch; }
  .btn-primary { padding: 18px 24px; }

  /* quote */
  .quote-section { padding: 64px 0; }
  .quote-mark { font-size: 64px; }

  /* footer */
  .footer-inner { flex-direction: column; align-items: center; text-align: center; gap: 10px; }

  /* sticky cta */
  .sticky-cta { padding: 12px 20px; }
  .sticky-cta-text { display: none; }
  .sticky-cta-btn { width: 100%; justify-content: center; }

  /* whatsapp — sobe para não sobrepor barra fixa */
  .whatsapp-float { bottom: 80px; right: 16px; }
  .whatsapp-bubble { white-space: normal; max-width: 200px; }
}
