/* =============================================
   DOCTOR FIBER – style.css
   Fontes femininas · Totalmente responsivo
   ============================================= */

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { font-family: 'Nunito', sans-serif; background: #080f09; color: #e4ede5; overflow-x: hidden; line-height: 1.65; max-width: 100vw; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font: inherit; border: none; background: none; }

/* TOKENS */
:root {
  --g: #5dbb4b;
  --g2: #3d8a2e;
  --glow: rgba(93,187,75,.3);
  --bg0: #080f09;
  --bg1: #0d1a0e;
  --bg2: #111d12;
  --bg3: #152016;
  --bdr: rgba(93,187,75,.16);
  --txt: #e4ede5;
  --muted: #8a9e8c;
  --r: 14px;
  --rs: 8px;
  --tr: .28s cubic-bezier(.4,0,.2,1);
  /* Fontes */
  --f-display: 'Playfair Display', Georgia, serif;
  --f-serif: 'Cormorant Garamond', Georgia, serif;
  --f-body: 'Nunito', sans-serif;
}

/* WRAP / CONTAINER */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* =============================================
   TOP BAR
   ============================================= */
.topbar { background: var(--g); height: 36px; overflow: hidden; position: relative; z-index: 100; }
.topbar-track {
  display: flex; white-space: nowrap; height: 100%; align-items: center;
  font-family: var(--f-body); font-size: .72rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; color: #050d06;
  animation: ticker 30s linear infinite;
}
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(5,12,6,.97) 0%, rgba(7,16,8,.9) 45%, rgba(7,16,8,.5) 75%, rgba(7,16,8,.15) 100%);
}
.hero-wrap { position: relative; z-index: 2; width: 100%; padding: 100px 20px 60px; max-width: 1120px; margin: 0 auto; }
.hero-content { max-width: 640px; }

/* ---- Icon helpers ---- */
.tb-ico { width: 10px; height: 10px; display: inline-block; vertical-align: middle; margin: 0 2px; fill: #050d06; }
.mico svg { width: 36px; height: 36px; color: var(--g); }
.ic svg { width: 22px; height: 22px; color: var(--g); }
.urg-ico { width: 15px; height: 15px; display: inline-block; vertical-align: middle; margin-right: 4px; color: var(--g); flex-shrink: 0; }
.form-priv svg { display: inline-block; vertical-align: middle; margin-right: 4px; color: var(--g); }
.fnote svg { display: inline-block; vertical-align: middle; margin-right: 5px; color: var(--g); opacity: .7; } */

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(93,187,75,.1); border: 1px solid rgba(93,187,75,.28);
  color: var(--g); padding: 6px 16px; border-radius: 100px;
  font-family: var(--f-body); font-size: .75rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px;
}
.pill-dot { width: 7px; height: 7px; background: var(--g); border-radius: 50%; animation: pdot 1.8s ease infinite; }
@keyframes pdot { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.4;transform:scale(.65);} }

.brand { font-family: var(--f-serif); font-size: .95rem; font-style: italic; color: var(--muted); margin-bottom: 14px; letter-spacing: .05em; }
.brand em { font-style: normal; color: var(--g); }

.logo { max-width: 200px; height: auto; margin-bottom: 15px; }

.hero-hl {
  font-family: var(--f-display); font-size: clamp(2.8rem, 6.5vw, 5.8rem);
  line-height: 1.08; color: #fff; margin-bottom: 20px; font-weight: 900;
}
.hero-hl em { font-style: italic; color: rgba(255,255,255,.6); }
.hero-hl .green { color: var(--g); text-shadow: 0 0 40px rgba(93,187,75,.5); font-style: normal; }

.hero-sub { font-size: clamp(.9rem, 2vw, 1.05rem); color: #b0c4b2; max-width: 500px; margin-bottom: 22px; font-weight: 400; }
.hero-sub strong { color: #e4ede5; font-weight: 700; }

.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-bottom: 30px; font-size: .8rem; color: var(--muted); }
.mi { display: inline-flex; align-items: center; gap: 5px; }
.mdot { opacity: .3; }

.hero-btns { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* =============================================
   BUTTONS
   ============================================= */
.cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--g); color: #040c04;
  font-family: var(--f-body); font-size: .85rem; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 14px 28px; border-radius: var(--rs);
  position: relative; overflow: hidden; white-space: normal;
  transition: background var(--tr), transform var(--tr), box-shadow var(--tr);
}
.cta:hover { background: #6dd15a; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(93,187,75,.4); }
.cta:active { transform: translateY(0); }
.cta svg { flex-shrink: 0; transition: transform var(--tr); }
.cta:hover svg { transform: translateX(4px); }
.cta.w100 { width: 100%; justify-content: center; }
.cta.cta-lg { padding: 17px 42px; font-size: .92rem; border-radius: var(--r); }

.shine::after {
  content: ''; position: absolute; top: 0; left: -120%; width: 55%;
  height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-20deg); animation: shine 3.2s ease infinite;
}
@keyframes shine { 0%{left:-120%;} 30%,100%{left:160%;} }

.ghost-btn {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--muted); font-family: var(--f-body); font-size: .8rem; font-weight: 600;
  letter-spacing: .04em; padding: 6px 2px;
  border-bottom: 1px solid transparent; transition: color var(--tr), border-color var(--tr);
}
.ghost-btn:hover { color: var(--g); border-color: var(--g); }

/* =============================================
   ANIMAÇÕES
   ============================================= */
.anim { opacity: 0; transform: translateY(24px); animation: fadeup .65s ease forwards; animation-delay: var(--d, 0s); }
@keyframes fadeup { to { opacity: 1; transform: translateY(0); } }
[data-aos] { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--d, 0s); }
[data-aos].vis { opacity: 1; transform: translateY(0); }

/* =============================================
   NÚMEROS BAR
   ============================================= */
.numbar { background: var(--bg2); border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); padding: 24px 20px; }
.numbar .wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.num-item { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 8px 32px; text-align: center; }
.num-item strong { font-family: var(--f-display); font-size: 2.2rem; color: var(--g); line-height: 1; font-style: italic; }
.num-item span { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; font-weight: 700; }
.nsep { width: 1px; height: 40px; background: var(--bdr); }

/* =============================================
   SEÇÃO GENÉRICA
   ============================================= */
.sec { padding: 88px 20px; }
.tag { font-family: var(--f-body); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--g); margin-bottom: 10px; }
.tag.light { color: rgba(93,187,75,.75); }
.tag.center { text-align: center; }
.stitle { font-family: var(--f-display); font-size: clamp(2.2rem, 4.5vw, 3.6rem); color: #fff; line-height: 1.1; margin-bottom: 14px; font-weight: 900; }
.stitle em { font-style: italic; color: var(--g); }
.stitle.light { color: #fff; }
.stitle.center { text-align: center; }
.sdesc { color: var(--muted); max-width: 560px; margin-bottom: 44px; font-size: .97rem; }
.seccta { text-align: center; margin-top: 44px; }
.seccta .cta { display: inline-flex; }

/* =============================================
   DOMINAR
   ============================================= */
.dominar { background: var(--bg0); }
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 20px; }
.card { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--r); padding: 28px 24px; transition: border-color var(--tr), transform var(--tr), box-shadow var(--tr); }
.card:hover { border-color: rgba(93,187,75,.38); transform: translateY(-4px); box-shadow: 0 18px 45px rgba(0,0,0,.45); }
.cnum { font-family: var(--f-serif); font-size: 2.8rem; font-style: italic; color: rgba(93,187,75,.25); line-height: 1; margin-bottom: 10px; }
.card h3 { font-family: var(--f-body); font-size: .95rem; font-weight: 800; color: #fff; margin-bottom: 14px; letter-spacing: .02em; }
.card ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.card ul li { font-size: .85rem; color: var(--muted); padding-left: 16px; position: relative; }
.card ul li::before { content: '→'; position: absolute; left: 0; color: var(--g); font-size: .8rem; }

.dif-box { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--r); padding: 36px 32px; margin-top: 20px; }
.dif-box h3 { font-family: var(--f-display); font-size: 1.1rem; color: #fff; margin-bottom: 6px; font-style: italic; }
.dif-box > p { color: var(--muted); font-size: .88rem; margin-bottom: 20px; }
.dif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.di { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: #c5d8c6; }
.ck { width: 22px; height: 22px; background: var(--g); color: #040c04; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 900; flex-shrink: 0; }

/* =============================================
   SOBRE A PALESTRANTE
   ============================================= */
.sobre { background: var(--bg1); border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); }
.sobre-inner { display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: start; }
.sobre-vis { display: flex; flex-direction: column; gap: 20px; }
.sobre-frame { position: relative; border-radius: var(--r); overflow: hidden; }
.sobre-frame img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; display: block; }
.sobre-deco { position: absolute; inset: 0; border: 2px solid rgba(93,187,75,.2); border-radius: var(--r); pointer-events: none; }
.creds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cred { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--rs); padding: 12px 10px; text-align: center; display: flex; flex-direction: column; gap: 3px; }
.cred strong { font-family: var(--f-display); font-size: 1.1rem; color: var(--g); font-style: italic; }
.cred span { font-size: .68rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; line-height: 1.3; }

.sobre-txt p { color: var(--muted); margin-bottom: 14px; line-height: 1.8; font-size: .95rem; }
.sobre-txt p strong { color: #e4ede5; }
.sobre-cargo { font-family: var(--f-serif); font-style: italic; font-size: 1rem; color: var(--g) !important; margin-bottom: 22px !important; }
.metodos { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.metodos span { background: rgba(93,187,75,.1); border: 1px solid rgba(93,187,75,.22); color: var(--g); padding: 5px 13px; border-radius: 100px; font-size: .75rem; font-family: var(--f-body); font-weight: 700; }
blockquote { border-left: 3px solid var(--g); padding-left: 18px; margin: 22px 0 12px; }
blockquote p { font-family: var(--f-serif); font-style: italic; font-size: 1.05rem; color: #d0e2d1 !important; margin-bottom: 6px !important; }
blockquote cite { font-size: .78rem; color: var(--g) !important; font-style: normal; font-family: var(--f-body); font-weight: 700; }
.formacao { font-size: .8rem !important; color: #5a6e5c !important; }

/* =============================================
   METODOLOGIA
   ============================================= */
.meto { background: var(--bg0); }
.meto-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.meto-card { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--r); padding: 28px 22px; text-align: center; transition: border-color var(--tr), transform var(--tr); }
.meto-card:hover { border-color: rgba(93,187,75,.35); transform: translateY(-3px); }
.mico { width: 56px; height: 56px; background: rgba(93,187,75,.1); border-radius: var(--r); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.meto-card h3 { font-family: var(--f-display); font-size: .95rem; color: #fff; margin-bottom: 10px; font-style: italic; }
.meto-card p { font-size: .83rem; color: var(--muted); line-height: 1.65; }

/* =============================================
   LOCAL
   ============================================= */
.local { background: var(--bg1); border-top: 1px solid var(--bdr); }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 44px; align-items: start; }
.local-days { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.day-card { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--r); padding: 24px 28px; width: 100%; display: flex; align-items: center; gap: 18px; }
.day-plus { font-family: var(--f-display); font-size: 2rem; color: var(--g); padding: 6px 28px; font-style: italic; opacity: .6; }
.day-badge { font-family: var(--f-body); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; background: var(--g); color: #040c04; padding: 3px 8px; border-radius: 4px; white-space: nowrap; }
.day-num { font-family: var(--f-display); font-size: 2.8rem; color: var(--g); line-height: 1; font-style: italic; min-width: 52px; text-align: center; }
.day-info { display: flex; flex-direction: column; gap: 3px; }
.day-info strong { font-family: var(--f-body); font-size: .9rem; color: #fff; font-weight: 700; }
.day-info span { font-size: .82rem; color: var(--muted); }

.local-info { display: flex; flex-direction: column; gap: 18px; padding-top: 8px; }
.ld { display: flex; align-items: flex-start; gap: 14px; color: var(--g); }
.ld-ico { width: 40px; height: 40px; background: rgba(93,187,75,.1); border-radius: var(--rs); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ld > div { display: flex; flex-direction: column; gap: 3px; }
.ld strong { font-size: .88rem; color: #e4ede5; font-weight: 700; }
.ld span { font-size: .82rem; color: var(--muted); }
.map-link { display: inline-flex; align-items: center; gap: 7px; color: var(--g); font-size: .83rem; font-weight: 700; font-family: var(--f-body); margin-top: 4px; transition: opacity var(--tr); }
.map-link:hover { opacity: .7; }

/* =============================================
   INVESTIMENTO
   ============================================= */
.invest { background: var(--bg0); }
.invest-grid { display: grid; grid-template-columns: 400px 1fr; gap: 28px; margin-top: 44px; align-items: start; }
.price-card { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--r); padding: 34px 28px; text-align: center; }
.pr-lbl { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.pr-val { display: flex; align-items: flex-start; justify-content: center; gap: 4px; margin-bottom: 22px; }
.prc { font-family: var(--f-body); font-size: 1.3rem; font-weight: 800; color: var(--g); margin-top: 10px; }
.prn { font-family: var(--f-display); font-size: 4.5rem; color: #fff; line-height: 1; font-style: italic; }
.prct { font-family: var(--f-body); font-size: 1.3rem; font-weight: 800; color: var(--g); align-self: flex-end; margin-bottom: 8px; }
.pr-opts { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; text-align: left; }
.popt { display: flex; align-items: center; gap: 12px; background: rgba(93,187,75,.06); border: 1px solid rgba(93,187,75,.14); border-radius: var(--rs); padding: 12px 14px; color: var(--g); }
.popt > div { display: flex; flex-direction: column; gap: 2px; }
.popt strong { color: #e4ede5; font-size: .85rem; }
.popt span { color: var(--muted); font-size: .78rem; }
.pr-note { font-size: .7rem; color: #4a5e4c; margin-top: 10px; }

.inc-card { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--r); padding: 34px 28px; }
.inc-card h3 { font-family: var(--f-display); font-size: 1.05rem; color: #fff; margin-bottom: 22px; font-style: italic; }
.inc-list { display: flex; flex-direction: column; gap: 18px; }
.ir { display: flex; align-items: flex-start; gap: 14px; }
.ic { width: 40px; height: 40px; background: rgba(93,187,75,.1); border-radius: var(--rs); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ir > div { display: flex; flex-direction: column; gap: 2px; }
.ir strong { font-size: .87rem; color: #e4ede5; font-weight: 700; }
.ir p { font-size: .8rem; color: var(--muted); }

/* =============================================
   FORMULÁRIO
   ============================================= */
.inscricao { background: var(--bg1); position: relative; }
.insc-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(93,187,75,.09) 0%, transparent 65%); pointer-events: none; }
.inscricao .wrap { position: relative; }
.insc-cta-box { max-width: 640px; margin: 0 auto; text-align: center; }
.urgbox { display: flex; align-items: flex-start; gap: 10px; background: rgba(93,187,75,.08); border: 1px solid rgba(93,187,75,.22); border-radius: var(--rs); padding: 12px 14px; margin-bottom: 20px; }
.urg-dot { width: 8px; height: 8px; background: var(--g); border-radius: 50%; flex-shrink: 0; margin-top: 5px; animation: pdot 1.5s ease infinite; }
.urgbox p { color: #c5d8c6; font-size: .86rem; margin: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.urgbox p strong { color: #fff; }
.trust { display: flex; flex-direction: column; gap: 8px; }
.tr-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--muted); }
.tr-item svg { color: var(--g); flex-shrink: 0; }

.lead-form { background: var(--bg2); border: 1px solid var(--bdr); border-radius: var(--r); padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; }
.fg { display: flex; flex-direction: column; gap: 5px; }
.fg label { font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.fg input, .fg select {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--rs); padding: 12px 14px; color: #e4ede5;
  font: 400 .9rem var(--f-body); outline: none; appearance: none;
  transition: border-color var(--tr), box-shadow var(--tr);
}
.fg input::placeholder { color: #3e5240; }
.fg input:focus, .fg select:focus { border-color: rgba(93,187,75,.5); box-shadow: 0 0 0 3px rgba(93,187,75,.1); }
.fg input.err { border-color: rgba(255,100,100,.5); }
.fg select { cursor: pointer; }
.fg select option { background: #111d12; }
.ferr { font-size: .74rem; color: #ff7878; min-height: 14px; }
.form-priv { font-size: .72rem; color: #415542; text-align: center; display: flex; align-items: center; justify-content: center; gap: 5px; }
.form-btn:disabled { opacity: .55; cursor: not-allowed; }
.form-ok { display: none; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 16px; }
.form-ok.show { display: flex; }
.ok-icon { width: 50px; height: 50px; background: var(--g); color: #040c04; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 900; animation: scaleIn .35s ease; }
@keyframes scaleIn { from{transform:scale(0);} to{transform:scale(1);} }
.form-ok strong { color: #fff; font-size: 1rem; font-family: var(--f-display); font-style: italic; }
.form-ok p { color: var(--muted); font-size: .85rem; }

/* =============================================
   FAQ
   ============================================= */
.faq { background: var(--bg0); }
.faq-list { max-width: 740px; margin: 44px auto 0; }
.fi { border-bottom: 1px solid var(--bdr); }
.fi:first-child { border-top: 1px solid var(--bdr); }
.fq { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; color: #e4ede5; font-family: var(--f-body); font-size: .9rem; font-weight: 600; text-align: left; transition: color var(--tr); }
.fq:hover { color: var(--g); }
.fic { width: 22px; height: 22px; flex-shrink: 0; background: var(--bg2); border: 1px solid var(--bdr); border-radius: 50%; position: relative; transition: background var(--tr); }
.fic::before, .fic::after { content: ''; position: absolute; top: 50%; left: 50%; background: var(--muted); border-radius: 2px; transform: translate(-50%,-50%); transition: transform var(--tr), opacity var(--tr); }
.fic::before { width: 9px; height: 1.5px; }
.fic::after { width: 1.5px; height: 9px; }
.fq[aria-expanded="true"] .fic { background: var(--g); }
.fq[aria-expanded="true"] .fic::before, .fq[aria-expanded="true"] .fic::after { background: #040c04; }
.fq[aria-expanded="true"] .fic::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.fa { max-height: 0; overflow: hidden; transition: max-height .32s ease, padding .32s ease; }
.fa.open { max-height: 180px; padding-bottom: 16px; }
.fa p { color: var(--muted); font-size: .87rem; line-height: 1.75; }

/* =============================================
   DEPOIMENTOS EM VÍDEO
   ============================================= */
.depoimentos-video { background: var(--bg1); border-top: 1px solid var(--bdr); }
.videos-grid { display: flex; justify-content: center; gap: 28px; margin-top: 8px; flex-wrap: wrap; }
.video-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.video-story-ring {
  padding: 3px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--g), #a8e89c, #2d7a22);
  box-shadow: 0 0 24px rgba(93,187,75,.3);
  transition: box-shadow .25s, transform .25s;
}
.video-card:hover .video-story-ring {
  box-shadow: 0 0 40px rgba(93,187,75,.55);
  transform: scale(1.03);
}
.video-wrap {
  width: 220px;
  height: 390px;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-caption { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--g); text-align: center; }
@media (max-width: 540px) {
  .videos-grid { gap: 18px; }
  .video-wrap { width: 155px; height: 275px; }
}

/* =============================================
   CHAMADA FINAL
   ============================================= */
.final-sec { padding: 110px 20px; background: var(--bg1); text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--bdr); }
.final-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(93,187,75,.08) 0%, transparent 60%); pointer-events: none; }
.final-in { position: relative; }
.ftag { font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--g); margin-bottom: 18px; }
.fhl { font-family: var(--f-display); font-size: clamp(2.4rem, 5.5vw, 4.8rem); color: #fff; line-height: 1.1; margin-bottom: 18px; font-weight: 900; }
.fhl span { color: var(--muted); }
.fhl em { color: var(--g); font-style: italic; text-shadow: 0 0 35px rgba(93,187,75,.4); }
.fsub { color: var(--muted); max-width: 440px; margin: 0 auto 32px; font-size: .95rem; }
.fsub strong { color: #e4ede5; }
.fnote { color: #4a5e4c; font-size: .78rem; margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 6px; }

/* =============================================
   FOOTER
   ============================================= */
.footer { background: var(--bg2); border-top: 1px solid var(--bdr); padding: 28px 20px; }
.foot-in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.foot-brand { display: flex; flex-direction: column; gap: 2px; }
.foot-brand strong { font-family: var(--f-body); font-size: .9rem; font-weight: 800; letter-spacing: .1em; color: #fff; }
.foot-brand em { font-style: italic; color: var(--g); font-family: var(--f-serif); font-size: .95rem; }
.foot-brand span { font-size: .68rem; color: var(--muted); letter-spacing: .06em; }
.foot-nav { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-nav a { font-size: .76rem; font-weight: 700; letter-spacing: .04em; color: var(--muted); transition: color var(--tr); }
.foot-nav a:hover { color: var(--g); }
.foot-copy { font-size: .68rem; color: #344e36; }

/* =============================================
   STICKY MOBILE
   ============================================= */
.sticky { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; padding: 10px 16px; background: linear-gradient(to top, rgba(8,15,9,.98) 70%, transparent); transform: translateY(100%); transition: transform .3s ease; }
.sticky.show { transform: translateY(0); }

/* =============================================
   RESPONSIVO — TABLET (≤1024px)
   ============================================= */
@media (max-width: 1024px) {
  .cards3 { grid-template-columns: 1fr; }
  .dif-grid { grid-template-columns: 1fr 1fr; }
  .sobre-inner { grid-template-columns: 300px 1fr; gap: 40px; }
  .meto-grid { grid-template-columns: repeat(2, 1fr); }
  .local-grid { grid-template-columns: 1fr; }
  .invest-grid { grid-template-columns: 1fr; }
  .price-card { max-width: 440px; }
  .insc-inner { grid-template-columns: 1fr; }
  .lead-form { max-width: 540px; }
}

/* =============================================
   RESPONSIVO — MOBILE (≤768px)
   ============================================= */
@media (max-width: 768px) {
  /* CONTENÇÃO GLOBAL — impede scroll horizontal */
  *, *::before, *::after { max-width: 100%; }
  section, header, footer, div { overflow-x: clip; }
  .cta { white-space: normal; text-align: center; word-break: break-word; }
  .cta.cta-lg { padding: 15px 24px; }

  /* HERO MOBILE — imagem em cima, conteúdo embaixo */
  .hero {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }
  .hero-bg {
    position: relative;
    width: 100%;
    flex-shrink: 0;
  }
  .hero-bg picture,
  .hero-bg .hero-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    max-width: none;
  }
  .hero-overlay {
    background: linear-gradient(to bottom, transparent 60%, #0d1a0e 100%);
  }
  .hero-wrap {
    position: relative;
    padding: 24px 20px 48px;
    background: #0d1a0e;
  }
  .hero-content { max-width: 100%; text-align: center; display: flex; flex-direction: column; }
  .hero-hl   { order: 1; font-size: clamp(5.5rem, 26vw, 10rem); margin-bottom: 6px; }
  .pill      { order: 2; margin: 0 auto 10px; }
  .hero-sub  { order: 3; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 16px; }
  .logo      { order: 4; max-width: 100px; margin-left: auto; margin-right: auto; }
  .brand     { order: 5; text-align: center; }
  .hero-meta { order: 6; justify-content: center; }
  .hero-btns { order: 7; justify-content: center; }

  /* NÚMEROS */
  .numbar .wrap { gap: 0; }
  .nsep { display: none; }
  .num-item { padding: 6px 14px; }
  .num-item strong { font-size: 1.8rem; }

  /* SEÇÕES */
  .sec { padding: 64px 20px; }
  .stitle { font-size: clamp(2rem, 7.5vw, 2.8rem); }

  /* DOMINAR */
  .cards3 { grid-template-columns: 1fr; gap: 14px; }
  .dif-grid { grid-template-columns: 1fr; }
  .dif-box { padding: 24px 20px; }

  /* SOBRE */
  .sobre-inner { grid-template-columns: 1fr; gap: 32px; }
  .sobre-vis { max-width: 340px; margin: 0 auto; width: 100%; }
  .sobre-frame img { aspect-ratio: 4/5; }
  .creds { grid-template-columns: repeat(3, 1fr); }

  /* METODOLOGIA */
  .meto-grid { grid-template-columns: 1fr 1fr; gap: 14px; }

  /* LOCAL */
  .local-days { width: 100%; }
  .day-card { padding: 18px 20px; }

  /* INVESTIMENTO */
  .invest-grid { grid-template-columns: 1fr; }
  .price-card, .inc-card { padding: 24px 20px; }
  .prn { font-size: 3.8rem; }

  /* FORMULÁRIO */
  .insc-inner { grid-template-columns: 1fr; gap: 36px; }
  .lead-form { padding: 24px 18px; }

  /* FAQ */
  .faq-list { margin-top: 32px; }
  .fq { font-size: .85rem; }

  /* FINAL */
  .final-sec { padding: 72px 20px; }
  .fhl { font-size: clamp(2rem, 7.5vw, 3rem); }

  /* FOOTER */
  .foot-in { flex-direction: column; text-align: center; }
  .foot-nav { justify-content: center; }
  .foot-brand { align-items: center; }

  /* STICKY */
  .sticky { display: block; }
}

/* =============================================
   RESPONSIVO — SMALL (≤480px)
   ============================================= */
@media (max-width: 480px) {
  .hero-hl { font-size: clamp(2rem, 9.5vw, 2.8rem); }
  .cta { font-size: .8rem; padding: 13px 20px; }
  .hero-meta { font-size: .75rem; gap: 6px 10px; }
  .meto-grid { grid-template-columns: 1fr; }
  .creds { grid-template-columns: 1fr; gap: 8px; }
  .cred { flex-direction: row; align-items: center; gap: 10px; padding: 10px 14px; }
  .day-card { padding: 14px 16px; }
  .day-num { font-size: 2.2rem; min-width: 42px; }
  .stitle { font-size: clamp(1.8rem, 8.5vw, 2.4rem); }
  .dif-box { padding: 20px 16px; }
}