/* ============================================================
   ESCOLA DE NEGÓCIOS PRISCILA REIS — Home
   Dark academia corporativa · navy / dourado / creme
   ============================================================ */

/* === RESET & TOKENS === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy:   #15263F;
  --navy-2: #101F33;   /* section alt */
  --navy-3: #0C1828;   /* deepest */
  --flow-start: #101f33;
  --flow-end: #15263F;
  --gold:   #C9A84C;
  --gold-gradient: linear-gradient(135deg, #a07828 0%, #C9A84C 100%);
  --gold-soft: #D9BB62;
  --cream:  #EEE8DC;
  --gd: 'Gilda Display', serif;
  --ss: 'Source Sans 3', sans-serif;
  --ease: cubic-bezier(0.4,0,0.2,1);
  --line: rgba(201,168,76,.16);
  --line-soft: rgba(238,232,220,.08);
  --maxw: 1200px;
}
html { scroll-behavior: smooth; }
body {
  font-family: var(--ss);
  background: var(--navy);
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a   { text-decoration: none; color: inherit; }

/* === SHARED TYPE === */
.display { font-family: var(--gd); font-weight: 400; line-height: 1.08; }
.eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px;
}
.section-head h2 {
  font-family: var(--gd); font-weight: 400; color: var(--cream);
  font-size: clamp(32px, 4vw, 54px); line-height: 1.1;
  max-width: 840px;
}

/* === LAYOUT === */
.section { padding: clamp(72px, 9vw, 132px) 40px; position: relative; }
.wrap { max-width: var(--maxw); margin: 0 auto; }
.divider { height: 1px; background: var(--line); border: 0; max-width: var(--maxw); margin: 0 auto; }

/* Degradê contínuo pós-hero até antes do CTA */
.site-flow {
  background: linear-gradient(180deg, var(--flow-start) 0%, var(--flow-end) 100%);
}

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  cursor: pointer; border: none; font-family: var(--ss);
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  font-size: 13px; border-radius: 60px;
  transition: transform .2s var(--ease), background .25s, box-shadow .25s, color .25s, border-color .25s;
}
.btn-gold {
  background: var(--gold-gradient); color: var(--navy);
  padding: 17px 38px;
}
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,168,76,.32); }
.btn-ghost {
  background: transparent; color: var(--cream);
  padding: 16px 36px; border: 1px solid rgba(238,232,220,.28);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline {
  background: transparent; color: var(--gold);
  padding: 13px 26px; border: 1px solid var(--gold);
  font-size: 12px;
}
.btn-outline:hover { background: var(--gold-gradient); color: var(--navy); }

/* === FADE-UP === */
.fu { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.fu.vis { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px,4vw,56px);
  transition: background .4s var(--ease), padding .3s var(--ease), border-color .4s, box-shadow .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(12,24,40,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding-top: 14px; padding-bottom: 14px;
}
.nav-brand { display: flex; align-items: center; }
.nav-logo { height: 40px; width: auto; transition: height .3s var(--ease); }
.nav.scrolled .nav-logo { height: 34px; }
.nav-links { display: flex; align-items: center; gap: 38px; }
.nav-links a {
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  color: rgba(238,232,220,.78); position: relative; padding: 4px 0;
  transition: color .25s;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav-burger span { width: 24px; height: 2px; background: var(--cream); transition: .3s; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: var(--navy);
  padding: 140px clamp(20px,4vw,56px) 80px;
}
.hero-slides { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center right;
  opacity: 0; transition: opacity 1.8s ease-in-out;
  will-change: opacity;
}
.hero-slide.is-active { opacity: 1; }
.hero-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(to right, rgba(12,24,40,.88) 0%, rgba(12,24,40,.66) 40%, rgba(12,24,40,.36) 72%, rgba(12,24,40,.3) 100%),
    linear-gradient(to top, rgba(12,24,40,.6) 0%, rgba(12,24,40,0) 45%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image:
    linear-gradient(rgba(201,168,76,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,.07) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 70% 40%, #000 30%, transparent 85%);
          mask-image: radial-gradient(ellipse 90% 80% at 70% 40%, #000 30%, transparent 85%);
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 18% 35%, rgba(21,38,63,.0) 0%, rgba(12,24,40,.35) 100%);
}
.hero-inner { position: relative; z-index: 3; max-width: var(--maxw); margin: 0 auto; width: 100%; pointer-events: none; }
.hero-inner a, .hero-inner button, .hero-stats { pointer-events: auto; }
.hero-content { max-width: 760px; }
.hero-tag {
  font-size: 12px; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 26px;
  display: inline-flex; align-items: center; gap: 12px;
}
.hero-tag::before { content: ''; width: 34px; height: 1px; background: var(--gold); }
.hero h1 {
  font-family: var(--gd); font-weight: 400; color: var(--cream);
  font-size: clamp(34px, 4.6vw, 64px); line-height: 1.06; margin-bottom: 28px;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; font-weight: 300;
  color: rgba(238,232,220,.74); max-width: 560px; margin-bottom: 42px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-stats {
  position: absolute; right: 0; bottom: 8px; z-index: 2;
  display: flex; gap: 0; border: 1px solid var(--line);
  background: rgba(12,24,40,.5); backdrop-filter: blur(6px);
}
.hero-stat { padding: 22px 34px; text-align: center; border-right: 1px solid var(--line); }
.hero-stat:last-child { border-right: 0; }
.hero-stat .num { font-family: var(--gd); font-size: 38px; color: var(--gold); line-height: 1; }
.hero-stat .lbl { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(238,232,220,.6); margin-top: 9px; }

/* ============================================================
   SOBRE A ESCOLA
   ============================================================ */
.about { background: transparent; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about-text h2 { margin-bottom: 30px; }
.about-text p { font-size: 17px; line-height: 1.85; color: rgba(238,232,220,.72); margin-bottom: 20px; font-weight: 300; }
.about-text p strong { color: var(--cream); font-weight: 600; }
.about-card {
  border: 1px solid var(--line); background: var(--navy-2);
  padding: 48px 44px; position: relative;
}
.about-card::before { content: ''; position: absolute; top: 0; left: 0; width: 64px; height: 2px; background: var(--gold); }
.about-card .mark { font-family: var(--gd); font-size: 80px; color: var(--gold); opacity: .22; line-height: .6; height: 40px; }
.about-card blockquote {
  font-family: var(--gd); font-style: italic; font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.45; color: var(--cream); margin: 18px 0 28px;
}
.about-card .attr { display: flex; align-items: center; gap: 12px; }
.about-card .attr-line { width: 28px; height: 1px; background: var(--gold); }
.about-card .attr-name { font-size: 13px; letter-spacing: .04em; color: rgba(238,232,220,.7); }
.about-card .attr-name b { color: var(--gold); font-weight: 700; }

/* ============================================================
   PILARES
   ============================================================ */
.pillars-sec { background: transparent; }
.pillars-sec .section-head { margin-bottom: 56px; max-width: 760px; }
.pillars-sec .section-head p { margin-top: 18px; font-size: 17px; line-height: 1.7; color: rgba(238,232,220,.66); font-weight: 300; }
.pillars { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pillar {
  background: var(--navy-2); padding: 44px 32px 48px;
  position: relative; overflow: hidden; transition: background .3s;
}
.pillar:hover { background: var(--navy); }
.pillar .pn {
  font-family: var(--gd); font-size: 15px; color: var(--gold);
  letter-spacing: .1em; margin-bottom: 28px; display: block;
}
.pillar .pbg { position: absolute; top: 14px; right: 18px; font-family: var(--gd); font-size: 96px; color: var(--gold); opacity: .06; line-height: 1; pointer-events: none; }
.pillar h3 { font-family: var(--gd); font-size: 25px; color: var(--cream); font-weight: 400; margin-bottom: 14px; line-height: 1.15; }
.pillar p { font-size: 14.5px; line-height: 1.7; color: rgba(238,232,220,.62); font-weight: 300; }

/* ============================================================
   CURSOS
   ============================================================ */
.courses-sec { background: transparent; }
.courses-top { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 28px; margin-bottom: 48px; }
.courses-top .lead-sm { font-size: 16px; line-height: 1.7; color: rgba(238,232,220,.64); max-width: 460px; margin-top: 16px; font-weight: 300; }
.courses-controls { display: flex; align-items: center; justify-content: flex-end; flex: 1; }
.carousel-nav { display: flex; gap: 10px; }
.cnav {
  width: 48px; height: 48px; flex-shrink: 0;
  border: 1px solid var(--gold); background: transparent; color: var(--gold);
  border-radius: 50%; cursor: pointer; font-size: 18px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s, transform .15s var(--ease);
}
.cnav:hover { background: var(--gold-gradient); color: var(--navy); }
.cnav:active { transform: scale(.93); }

.carousel { overflow: hidden; padding: 8px 0; }
.carousel-track { display: flex; gap: 22px; transition: transform .6s var(--ease); will-change: transform; }
.course-card {
  flex: 0 0 auto; background: var(--navy-2);
  border: 1px solid var(--line); padding: 34px 30px 32px;
  display: flex; flex-direction: column; min-height: 280px;
  transition: border-color .3s var(--ease), transform .25s var(--ease), background .3s;
}
.course-card:hover { border-color: rgba(201,168,76,.6); transform: translateY(-4px); background: var(--navy); }
.course-card-link {
  display: flex; flex-direction: column; flex: 1; min-height: 100%;
  color: inherit; text-decoration: none; cursor: pointer;
}
.course-card.hidden { display: none; }
.tag {
  display: inline-flex; align-items: center; gap: 8px; width: fit-content;
  font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 2px; margin-bottom: 24px;
}
.tag .dot { width: 6px; height: 6px; border-radius: 50%; }
.tag-on { background: rgba(201,168,76,.12); border: 1px solid rgba(201,168,76,.4); color: var(--gold); }
.tag-on .dot { background: var(--gold); }
.tag-soon { background: rgba(238,232,220,.06); border: 1px solid rgba(238,232,220,.18); color: rgba(238,232,220,.6); }
.tag-soon .dot { background: rgba(238,232,220,.45); }
.course-card .cc-num { font-family: var(--gd); font-size: 13px; color: rgba(201,168,76,.55); margin-bottom: 14px; }
.course-card h3 { font-family: var(--gd); font-size: 24px; font-weight: 400; color: var(--cream); line-height: 1.18; margin-bottom: 14px; }
.course-card p { font-size: 14.5px; line-height: 1.68; color: rgba(238,232,220,.6); font-weight: 300; flex: 1; }
.course-card .cc-foot {
  margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; letter-spacing: .04em; color: rgba(238,232,220,.5);
}
.course-card .cc-arrow { color: var(--gold); transition: transform .25s var(--ease); }
.course-card:hover .cc-arrow { transform: translateX(5px); }

/* TRACK — card destacado dentro do carrossel */
.track-feature {
  background: linear-gradient(150deg, rgba(201,168,76,.13) 0%, var(--navy-2) 58%);
  border-color: rgba(201,168,76,.5);
}
.track-feature:hover { border-color: rgba(201,168,76,.8); }
.track-feature h3 em { font-style: italic; color: var(--gold); }
.track-feature .cc-foot { color: var(--gold); border-top-color: rgba(201,168,76,.28); }
.track-feature .cc-foot span:first-child { font-weight: 600; letter-spacing: .06em; text-transform: uppercase; font-size: 11px; }

/* ============================================================
   BIO PRISCILA
   ============================================================ */
.bio { background: transparent; overflow: hidden; }
.bio-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,6vw,84px); align-items: center; }
.bio-photo {
  display: flex; align-items: flex-end; justify-content: center; align-self: center;
}
.bio-photo img {
  display: block;
  max-height: 700px; width: auto; max-width: 100%;
  object-fit: contain; object-position: bottom;
}
.bio-text .eyebrow { margin-bottom: 18px; }
.bio-text h2 { font-family: var(--gd); font-weight: 400; color: var(--cream); font-size: clamp(30px,3.6vw,46px); line-height: 1.1; margin-bottom: 26px; }
.bio-text > p { font-size: 17px; line-height: 1.85; color: rgba(238,232,220,.72); margin-bottom: 18px; font-weight: 300; }
.bio-text > p strong { color: var(--cream); font-weight: 600; }
.creds { list-style: none; margin-top: 34px; display: grid; gap: 0; }
.creds li {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 16px 0; border-bottom: 1px solid var(--line-soft);
  font-size: 15px; line-height: 1.5; color: rgba(238,232,220,.82);
}
.creds li:first-child { border-top: 1px solid var(--line-soft); }
.creds .ci { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.creds b { color: var(--cream); font-weight: 600; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.testi { background: transparent; }
.testi .section-head { text-align: center; margin-bottom: 56px; }
.testi .section-head h2 { margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testi-card {
  border: 1px dashed rgba(201,168,76,.3); background: var(--navy-2);
  padding: 40px 34px; display: flex; flex-direction: column; min-height: 300px;
}
.testi-card .quote-mark { font-family: var(--gd); font-size: 60px; color: var(--gold); opacity: .3; line-height: .5; height: 30px; }
.testi-card .ph-text { flex: 1; display: flex; align-items: center; }
.testi-card .ph-text p { font-size: 14px; line-height: 1.7; color: rgba(238,232,220,.4); font-style: italic; }
.testi-card .ph-person { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.testi-card .ph-avatar { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-card .ph-avatar span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(201,168,76,.5); }
.testi-card .ph-meta .l1 { font-size: 13px; color: rgba(238,232,220,.55); font-weight: 600; }
.testi-card .ph-meta .l2 { font-size: 11px; color: rgba(238,232,220,.35); letter-spacing: .06em; text-transform: uppercase; margin-top: 4px; }
.testi-note { text-align: center; margin-top: 40px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(238,232,220,.32); }

/* ============================================================
   FAQ — barras empilhadas (estilo accordion)
   ============================================================ */
.faq { background: transparent; position: relative; overflow: hidden; }
.faq::before {
  content: ''; position: absolute; top: -8%; right: -12%; width: 55%; height: 70%;
  background: radial-gradient(ellipse at center, rgba(32, 58, 92, .35) 0%, transparent 68%);
  pointer-events: none;
}
.faq .wrap { position: relative; z-index: 1; }
.faq-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.faq-head h2 { margin: 0 auto; }
.faq-head p {
  margin-top: 18px; font-size: 17px; line-height: 1.7;
  color: rgba(238,232,220,.66); font-weight: 300;
}
.faq-list {
  max-width: 960px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 8px;
}
.faq-item {
  border: 1px solid rgba(238, 232, 220, .14);
  background: rgba(12, 24, 40, .52);
  backdrop-filter: blur(10px);
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.faq-item:hover { border-color: rgba(201, 168, 76, .22); }
.faq-item[open] {
  border-color: rgba(201, 168, 76, .32);
  background: rgba(16, 31, 51, .72);
}
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px 24px;
  font-size: clamp(12px, 1.35vw, 14px); font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  color: rgba(238, 232, 220, .88);
  line-height: 1.45; transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-item summary:hover { color: var(--cream); }
.faq-item[open] summary { color: var(--gold); }
.faq-icon {
  flex-shrink: 0; width: 16px; height: 16px;
  position: relative; opacity: .75;
  transition: opacity .25s, transform .34s var(--ease);
}
.faq-icon::before,
.faq-icon::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  background: rgba(238, 232, 220, .85); transform: translate(-50%, -50%);
}
.faq-icon::before { width: 14px; height: 1px; }
.faq-icon::after { width: 1px; height: 14px; transition: opacity .2s; }
.faq-item[open] .faq-icon { opacity: 1; transform: rotate(45deg); }
.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after { background: var(--gold); }
.faq-item[open] .faq-icon::after { opacity: 0; }
.faq-answer {
  padding: 0 24px 22px;
  border-top: 1px solid rgba(238, 232, 220, .1);
}
.faq-answer p {
  padding-top: 18px;
  font-size: 15px; line-height: 1.75; color: rgba(238,232,220,.68);
  font-weight: 300;
}
.faq-answer strong { color: var(--cream); font-weight: 600; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta {
  background: radial-gradient(ellipse 80% 120% at 50% 0%, var(--navy) 0%, var(--navy-3) 100%);
  text-align: center; position: relative; overflow: hidden;
}
.cta-grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(201,168,76,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,.06) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000, transparent 75%);
          mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000, transparent 75%);
}
.cta-inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; }
.cta h2 {
  font-family: var(--gd); font-style: italic; font-weight: 400;
  font-size: clamp(34px, 5vw, 64px); line-height: 1.12; color: var(--gold); margin-bottom: 24px;
}
.cta p { font-size: 18px; line-height: 1.7; color: rgba(238,232,220,.7); font-weight: 300; max-width: 560px; margin: 0 auto 44px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy-3); padding: 80px clamp(20px,4vw,56px) 0; }
.footer-grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1fr; gap: 48px;
  padding-bottom: 56px; border-bottom: 1px solid var(--line);
}
.footer-brand .fb-logo { height: 38px; width: auto; margin-bottom: 22px; }
.footer-brand p { font-size: 14px; line-height: 1.75; color: rgba(238,232,220,.5); font-weight: 300; max-width: 300px; }
.footer-social { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.footer-social-link {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%;
  color: var(--gold); cursor: pointer;
  position: relative; z-index: 2; pointer-events: auto;
  transition: color .2s, border-color .2s, background .2s, transform .2s var(--ease);
}
.footer-social-link svg { width: 18px; height: 18px; fill: currentColor; pointer-events: none; }
.footer-social-link[href]:hover { color: var(--cream); border-color: rgba(201,168,76,.55); background: rgba(201,168,76,.08); transform: translateY(-2px); }
.footer-social-link.is-disabled { opacity: .35; pointer-events: none; cursor: default; z-index: 1; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.footer-col a, .footer-col li { font-size: 14px; color: rgba(238,232,220,.6); transition: color .2s; }
.footer-col a:hover { color: var(--cream); }
.footer-contact .fc-item { font-size: 14px; color: rgba(238,232,220,.6); line-height: 1.6; }
.footer-contact .fc-item span { display: block; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(201,168,76,.55); margin-bottom: 5px; }
.footer-bottom {
  max-width: var(--maxw); margin: 0 auto; padding: 26px 0 34px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 12px; color: rgba(238,232,220,.32); }
.fc-contact-trigger {
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: inherit; font-size: 14px; color: rgba(238,232,220,.6);
  transition: color .2s; text-align: left;
}
.fc-contact-trigger:hover { color: var(--cream); }

/* Modal de contato */
body.modal-open { overflow: hidden; }
.contact-modal {
  position: fixed; inset: 0; z-index: 500;
  display: flex; align-items: center; justify-content: center;
  padding: 24px; opacity: 0; visibility: hidden;
  transition: opacity .3s var(--ease), visibility .3s;
}
.contact-modal.is-open { opacity: 1; visibility: visible; }
.contact-modal-overlay {
  position: absolute; inset: 0;
  background: rgba(12, 24, 40, .82); backdrop-filter: blur(6px);
}
.contact-modal-panel {
  position: relative; z-index: 1; width: 100%; max-width: 520px;
  max-height: 90vh; overflow-y: auto;
  background: var(--navy-2); border: 1px solid var(--line);
  padding: 32px 28px 28px; box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}
.contact-modal-close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none; color: rgba(238,232,220,.55);
  font-size: 28px; line-height: 1; cursor: pointer; padding: 4px 8px;
  transition: color .2s;
}
.contact-modal-close:hover { color: var(--cream); }
.contact-modal-title {
  font-family: var(--gd); font-weight: 400; font-size: clamp(24px, 4vw, 30px);
  color: var(--cream); line-height: 1.12; margin-bottom: 6px;
}
.contact-modal-lead {
  font-size: 14px; line-height: 1.5; color: rgba(238,232,220,.65);
  font-weight: 300; margin-bottom: 18px;
}
.contact-form { display: flex; flex-direction: column; gap: 10px; }
.contact-field label {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(201,168,76,.75); margin-bottom: 5px;
}
.contact-field input,
.contact-field textarea {
  width: 100%; font-family: var(--ss); font-size: 14px;
  color: var(--cream); background: var(--navy-3);
  border: 1px solid var(--line); padding: 11px 14px;
  transition: border-color .2s, box-shadow .2s;
}
.contact-field input:focus,
.contact-field textarea:focus {
  outline: none; border-color: rgba(201,168,76,.55);
  box-shadow: 0 0 0 3px rgba(201,168,76,.12);
}
.contact-field input.is-invalid,
.contact-field textarea.is-invalid { border-color: rgba(220, 90, 90, .65); }
.contact-field textarea { resize: vertical; min-height: 80px; }
.contact-error {
  display: block; min-height: 0; margin-top: 4px;
  font-size: 11px; line-height: 1.35; color: #e8a0a0;
}
.contact-error:empty { margin-top: 0; }
.contact-honeypot {
  position: absolute; left: -9999px; width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}
.contact-submit { width: 100%; margin-top: 2px; padding-top: 14px; padding-bottom: 14px; }
.contact-modal-body.is-hidden { display: none; }
.contact-modal-success { text-align: center; padding-top: 12px; }
.contact-success-icon {
  width: 56px; height: 56px; margin: 0 auto 20px;
  border-radius: 50%; border: 1px solid rgba(201,168,76,.45);
  color: var(--gold); font-size: 26px; line-height: 56px;
  background: rgba(201,168,76,.1);
}
.contact-modal-success .btn { margin-top: 8px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .pillars { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 940px) {
  .nav-links, .nav-cta { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(12,24,40,.98); border-bottom: 1px solid var(--line);
    padding: 18px clamp(20px,4vw,56px) 26px;
  }
  .nav-links.open a { padding: 12px 0; font-size: 15px; }
  .nav-burger { display: flex; }
  .about-grid, .bio-grid { grid-template-columns: 1fr; }
  .bio-photo { order: -1; }
  .bio-photo img { max-height: min(700px, 75vh); }
  .hero-stats { position: static; margin-top: 48px; width: fit-content; }
}
@media (max-width: 720px) {
  .section { padding: 64px 22px; }
  .hero { padding: 120px 22px 70px; }
  .courses-top { flex-direction: column; align-items: flex-start; }
  .courses-controls { width: 100%; justify-content: flex-end; }
  .pillars { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-stats { flex-wrap: wrap; }
  .hero-stat { flex: 1; min-width: 100px; }
}
@media (max-width: 480px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stat { padding: 18px 20px; }
  .contact-modal-panel { padding: 28px 20px 22px; }
  .faq-item summary { padding: 18px 18px; letter-spacing: .05em; }
  .faq-answer { padding: 0 18px 18px; }
}
