/*
Theme Name: Cristiane Dupret
Theme URI: https://cristianedupret.com.br
Author: Cristiane Dupret
Description: Tema dark profissional — LAW | NEURO | AI | GESTÃO
Version: 3.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: cristiane-dupret
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg:      #08080e;
  --bg2:     #0f0f17;
  --bg3:     #14141e;
  --bg4:     #1a1a26;
  --text:    #f2efe9;
  --text2:   #a8a5a0;
  --text3:   #6e6b64;
  --text4:   #38383f;
  --sky:     #38bdf8;
  --sky2:    #0ea5e9;
  --purple:  #8b7fe8;
  --purple2: #5f56c8;
  --gold:    #d4a85a;
  --blue:    #6ab0ff;
  --border:  rgba(255,255,255,.07);
  --border2: rgba(255,255,255,.14);
  --serif:   'Cormorant Garamond', Georgia, serif;
  --sans:    'Inter', system-ui, sans-serif;
  --r:       4px;
  --max:     1100px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 15px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: var(--sans); border: none; background: none; }

/* ── LAYOUT ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px,5vw,48px); width: 100%; }
.section { padding: clamp(56px,8vw,96px) 0; }
.section--dark   { background: var(--bg2); }
.section--light  { background: var(--bg); }
.section--border { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ── TYPE ── */
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; line-height: 1.15; color: var(--text); }
h1 { font-size: clamp(40px,7vw,88px); }
h2 { font-size: clamp(28px,4vw,54px); }
h3 { font-size: clamp(18px,2.5vw,22px); }
p  { line-height: 1.75; color: var(--text2); font-size: clamp(13px,2vw,15px); }

/* ── EYEBROW ── */
.eyebrow { display:flex; align-items:center; gap:14px; margin-bottom:clamp(20px,3vw,28px); }
.eyebrow--c { justify-content:center; }
.ey-dash  { width:44px; height:1px; background:var(--sky); flex-shrink:0; }
.ey-label { font-size:11px; letter-spacing:.22em; color:var(--sky); text-transform:uppercase; }
.eyebrow--c .ey-label { color:var(--text3); }

/* ── NAV ── */
.site-header { position:fixed; top:0; left:0; right:0; z-index:1000; background:rgba(8,8,14,.95); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); border-bottom:1px solid var(--border); height:64px; }
.site-header .container { height:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.nav-brand { display:flex; align-items:center; gap:14px; flex-shrink:0; }
.site-logo { font-family:var(--serif); font-size:clamp(13px,2.5vw,18px); letter-spacing:.05em; color:var(--text); white-space:nowrap; }
.site-logo span { color:var(--sky); }
.nav-tags { display:flex; align-items:center; gap:6px; }
.nav-tag  { font-size:10px; letter-spacing:.14em; color:var(--text3); }
.nav-pipe { color:var(--border2); font-size:12px; }
.primary-navigation ul { display:flex; align-items:center; gap:clamp(14px,2vw,26px); }
.primary-navigation a  { font-size:13px; color:var(--text2); letter-spacing:.02em; transition:color .2s; white-space:nowrap; }
.primary-navigation a:hover, .primary-navigation .current-menu-item>a { color:var(--text); }
.primary-navigation .menu-item-teste-neural>a { color:var(--sky); }
.menu-toggle { display:none; align-items:center; justify-content:center; width:40px; height:40px; background:transparent; border:1px solid var(--border2); border-radius:var(--r); color:var(--text); font-size:18px; flex-shrink:0; }
.mobile-nav { display:none; position:fixed; top:64px; left:0; right:0; bottom:0; background:var(--bg2); z-index:999; padding:32px clamp(20px,5vw,48px); overflow-y:auto; flex-direction:column; gap:0; }
.mobile-nav.is-open { display:flex; }
.mobile-nav a { font-size:18px; color:var(--text2); padding:16px 0; border-bottom:1px solid var(--border); display:block; }
.mobile-nav a:hover { color:var(--text); }
.mobile-nav .nav-teste { color:var(--sky); }

/* ── HERO ── */
.hero { min-height:100svh; display:flex; align-items:center; position:relative; overflow:hidden; padding-top:64px; }
.hero__bg { position:absolute; inset:0; background-size:cover; background-position:center 20%; filter:grayscale(100%) brightness(.22) contrast(1.15); z-index:0; }
.hero__gl { position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,8,14,1) 38%,rgba(8,8,14,.6) 68%,rgba(8,8,14,.05) 100%); z-index:1; }
.hero__gb { position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(8,8,14,1) 100%); z-index:2; }
.hero__content { position:relative; z-index:3; width:100%; padding:clamp(32px,6vw,64px) 0; }
.hero__eyebrow { display:flex; align-items:center; gap:14px; margin-bottom:clamp(16px,3vw,24px); }
.hero__dash { width:44px; height:1px; background:var(--sky); flex-shrink:0; }
.hero__adv  { font-size:clamp(9px,1.5vw,11px); letter-spacing:.2em; color:var(--sky); }
.hero__first { font-family:var(--serif); font-weight:300; display:block; line-height:1; color:var(--text); font-size:clamp(52px,10vw,96px); }
.hero__last  { font-family:var(--serif); font-weight:300; font-style:italic; display:block; line-height:1.1; color:var(--sky); font-size:clamp(52px,10vw,96px); }
.hero__tagline { font-size:clamp(14px,2.2vw,17px); color:var(--text2); margin-top:clamp(14px,2vw,20px); max-width:500px; line-height:1.75; }
.hero__badges  { display:flex; gap:clamp(8px,1.5vw,16px); flex-wrap:wrap; margin-top:clamp(24px,4vw,40px); }
.hero__badge   { font-size:clamp(8px,1.5vw,10px); letter-spacing:.12em; color:var(--text3); padding:5px 12px; border:1px solid var(--border2); border-radius:2px; }
.hero__scroll  { position:absolute; right:40px; bottom:40px; z-index:3; writing-mode:vertical-rl; font-size:10px; letter-spacing:.2em; color:var(--text3); display:flex; align-items:center; gap:8px; }
.hero__scroll::after { content:''; width:1px; height:40px; background:var(--text3); }

/* ── STATS + HISTÓRIA ── */
.stats-historia { display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,80px); align-items:start; }
.stats-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(10px,2vw,16px); margin-bottom:clamp(16px,2.5vw,20px); }
.stat-card { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); padding:clamp(16px,3vw,28px); text-align:center; }
.stat-num  { font-family:var(--serif); font-size:clamp(32px,5vw,44px); color:var(--sky); display:block; line-height:1; }
.stat-lbl  { font-size:clamp(10px,1.5vw,12px); color:var(--text3); letter-spacing:.06em; margin-top:8px; display:block; line-height:1.4; }
.historia__title     { font-family:var(--serif); font-size:clamp(22px,3vw,38px); font-weight:600; color:var(--text); line-height:1.2; }
.historia__title-sub { font-family:var(--serif); font-size:clamp(22px,3vw,38px); font-weight:500; font-style:italic; color:var(--text2); line-height:1.2; margin-bottom:clamp(14px,2vw,20px); }
.historia__link { color:var(--sky); }
.historia__quote { color:var(--text3); font-style:italic; margin-top:clamp(16px,2.5vw,22px); font-family:var(--serif); font-size:clamp(14px,2vw,17px); }

/* ── FRENTES ── */
.frentes-title     { font-family:var(--serif); font-weight:700; font-size:clamp(32px,5vw,54px); color:var(--text); line-height:1.1; }
.frentes-title-sub { font-family:var(--serif); font-weight:600; font-style:italic; font-size:clamp(32px,5vw,54px); color:var(--text4); line-height:1.1; }
.frentes-grid { border:1px solid var(--border); border-radius:var(--r); overflow:hidden; margin-top:clamp(24px,4vw,40px); display:grid; grid-template-columns:1fr 1fr; }
.frente { padding:clamp(24px,4vw,40px); position:relative; border-bottom:1px solid var(--border); }
.frente:nth-child(odd)  { border-right:1px solid var(--border); }
.frente:nth-child(3),
.frente:nth-child(4) { border-bottom:none; }
.frente__bar   { position:absolute; left:0; top:0; bottom:0; width:2px; }
.frente__num   { font-family:var(--serif); font-size:clamp(32px,5vw,40px); font-weight:300; color:var(--text); opacity:.15; line-height:1; margin-bottom:12px; }
.frente__title { font-size:clamp(14px,2vw,16px); font-weight:500; margin-bottom:10px; }
.frente__desc  { font-size:clamp(12px,1.8vw,13px); color:var(--text3); line-height:1.75; }

/* ── PATH CARDS (caminho) — mais vivos ── */
.path-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(12px,2vw,20px); margin-top:clamp(24px,4vw,48px); }
.path-card { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); padding:clamp(20px,3vw,32px); transition:border-color .2s,transform .2s,background .2s; cursor:pointer; }
.path-card:hover { transform:translateY(-3px); }
.path-card--sky    { border-color:rgba(56,189,248,.25); }  .path-card--sky:hover    { background:rgba(56,189,248,.06); border-color:rgba(56,189,248,.5); }
.path-card--purple { border-color:rgba(139,127,232,.25); } .path-card--purple:hover { background:rgba(139,127,232,.06); border-color:rgba(139,127,232,.5); }
.path-card--blue   { border-color:rgba(106,176,255,.25); } .path-card--blue:hover   { background:rgba(106,176,255,.06); border-color:rgba(106,176,255,.5); }
.path-card--gold   { border-color:rgba(212,168,90,.25); }  .path-card--gold:hover   { background:rgba(212,168,90,.06); border-color:rgba(212,168,90,.5); }
.path-icon { width:44px; height:44px; border-radius:var(--r); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.path-icon--sky    { background:rgba(56,189,248,.12); }
.path-icon--purple { background:rgba(139,127,232,.12); }
.path-icon--blue   { background:rgba(106,176,255,.12); }
.path-icon--gold   { background:rgba(212,168,90,.12); }
.path-tag   { font-size:10px; letter-spacing:.15em; padding:3px 10px; border:1px solid; border-radius:2px; display:inline-block; margin-bottom:14px; font-weight:500; }
.path-title { font-size:clamp(15px,2vw,18px); font-weight:600; margin-bottom:10px; }
.path-desc  { font-size:clamp(12px,1.8vw,13px); color:var(--text3); line-height:1.65; margin-bottom:20px; }
.path-link  { font-size:12px; letter-spacing:.05em; display:inline-flex; align-items:center; gap:6px; font-weight:500; }

/* ── NEWSLETTER ── */
.nexus-title     { font-family:var(--serif); font-weight:700; font-size:clamp(28px,4vw,44px); color:var(--text); line-height:1.15; }
.nexus-title-sub { font-family:var(--serif); font-weight:600; font-style:italic; font-size:clamp(28px,4vw,44px); color:var(--text4); line-height:1.15; }
.pill-group { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-bottom:clamp(16px,3vw,24px); }
.pill { padding:8px clamp(14px,2vw,20px); border:1px solid var(--border2); border-radius:2px; font-size:clamp(11px,2vw,13px); cursor:pointer; color:var(--text2); background:transparent; transition:all .2s; }
.pill.active,.pill:hover { border-color:var(--sky); color:var(--sky); background:rgba(56,189,248,.07); }
.input-row { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }
.cd-input { flex:1; min-width:clamp(140px,30vw,200px); background:var(--bg3); border:1px solid var(--border2); border-radius:3px; padding:12px 16px; color:var(--text); font-family:var(--sans); font-size:14px; outline:none; transition:border-color .2s; width:100%; }
.cd-input:focus { border-color:var(--sky); }
.cd-input::placeholder { color:var(--text3); }

/* ── BUTTONS ── */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px clamp(16px,3vw,24px); border-radius:3px; font-size:clamp(12px,2vw,13px); letter-spacing:.03em; cursor:pointer; font-family:var(--sans); transition:all .2s; border:none; white-space:nowrap; }
.btn--sky     { background:var(--sky);     color:#04080e; font-weight:700; }
.btn--sky:hover { background:#5dd0fb; }
.btn--purple  { background:var(--purple2); color:#fff; }
.btn--purple:hover { background:var(--purple); }
.btn--outline { background:transparent; border:1px solid var(--border2); color:var(--text2); }
.btn--outline:hover { border-color:var(--sky); color:var(--sky); }
.btn--full { width:100%; }
.btn--full-mobile { width:100%; }

/* ── CARDS ── */
.cd-card { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); padding:clamp(20px,3vw,28px); }

/* ── TIMELINE (Sobre Mim) ── */
.timeline { position:relative; padding:0 0 0 0; }
.timeline::before { content:''; position:absolute; left:50%; top:0; bottom:0; width:1px; background:var(--border2); transform:translateX(-50%); }
.tl-item { display:grid; grid-template-columns:1fr 60px 1fr; align-items:center; gap:0; margin-bottom:32px; }
.tl-item:last-child { margin-bottom:0; }
.tl-left  { padding-right:32px; }
.tl-right { padding-left:32px; }
.tl-left .tl-card  { text-align:right; }
.tl-center { display:flex; align-items:center; justify-content:center; position:relative; z-index:1; }
.tl-node   { width:48px; height:48px; border-radius:50%; background:var(--bg3); border:1px solid var(--border2); display:flex; align-items:center; justify-content:center; }
.tl-card   { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); padding:20px 24px; }
.tl-card--active { border-color:var(--sky); }
.tl-card p.tl-title { font-size:14px; font-weight:600; margin-bottom:4px; color:var(--sky); font-family:var(--sans); }
.tl-card p.tl-title--purple { color:var(--purple); }
.tl-card p.tl-title--gold   { color:var(--gold); }
.tl-card p.tl-title--white  { color:var(--text); }
.tl-card p.tl-sub  { font-size:12px; color:var(--text3); line-height:1.5; }
.tl-empty { /* placeholder for alternating layout */ }

/* ── COURSE ITEMS ── */
.course-item { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); padding:clamp(14px,2.5vw,20px) clamp(16px,3vw,24px); display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; cursor:pointer; transition:border-color .2s,background .2s; text-decoration:none; }
.course-item:hover  { border-color:var(--sky); background:rgba(56,189,248,.04); }
.course-info { display:flex; align-items:center; gap:14px; }
.course-icon  { width:36px; height:36px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.course-title { font-size:clamp(13px,2vw,15px); font-weight:500; color:var(--sky); }
.course-title--muted { color:var(--text2); }
.course-sub   { font-size:clamp(10px,1.8vw,12px); color:var(--text3); margin-top:3px; }
.course-arrow { color:var(--text3); font-size:18px; flex-shrink:0; }

/* ── EBOOK CARDS ── */
.ebook-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(14px,2.5vw,24px); }
.ebook-card { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); overflow:hidden; transition:border-color .2s,transform .2s; }
.ebook-card:hover { border-color:var(--border2); transform:translateY(-2px); }
.ebook-cover { height:clamp(200px,25vw,280px); display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.ebook-cover img { width:100%; height:100%; object-fit:cover; }
.ebook-price { position:absolute; top:12px; right:12px; background:var(--sky); color:#04080e; font-size:11px; font-weight:700; padding:5px 12px; border-radius:3px; z-index:1; }
.ebook-cover-title { font-family:var(--serif); font-size:clamp(18px,3vw,24px); text-align:center; line-height:1.3; padding:20px; }
.ebook-body { padding:clamp(16px,2.5vw,24px); }
.ebook-name { font-size:clamp(14px,2vw,16px); font-weight:600; margin-bottom:8px; }
.ebook-desc { font-size:13px; color:var(--text3); line-height:1.6; margin-bottom:16px; }
.ebook-bullets { margin-bottom:18px; }
.ebook-bullets li { font-size:12px; color:var(--text3); padding-left:16px; position:relative; margin-bottom:6px; }
.ebook-bullets li::before { content:'·'; position:absolute; left:0; color:var(--sky); font-size:16px; line-height:1; }

/* ── CLUB CARDS ── */
.club-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(14px,2.5vw,24px); }
.club-card { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); padding:clamp(24px,3.5vw,32px); transition:border-color .2s; }
.club-dot  { width:12px; height:12px; border-radius:50%; margin-bottom:20px; }
.club-name { font-size:clamp(16px,2.2vw,18px); font-weight:600; margin-bottom:10px; }
.club-desc { font-size:13px; color:var(--text3); line-height:1.65; margin-bottom:18px; }
.club-feats { margin-bottom:22px; }
.club-feats li { font-size:13px; color:var(--text2); display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.club-feats li::before { content:''; width:14px; height:14px; background:var(--bg4); border:1px solid var(--border2); border-radius:3px; flex-shrink:0; }
.club-price  { font-family:var(--serif); font-size:clamp(28px,4vw,36px); margin-bottom:4px; }
.club-period { font-size:12px; color:var(--text3); font-family:var(--sans); font-weight:400; }

/* ── VIDEO GRID ── */
.video-grid-wrap { display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(10px,2vw,16px); margin-top:24px; }
.video-thumb { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); overflow:hidden; transition:border-color .2s,transform .2s; }
.video-thumb:hover { border-color:var(--border2); transform:translateY(-2px); }
.video-preview { height:clamp(100px,14vw,130px); background:var(--bg4); display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.video-preview img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.play-btn { width:40px; height:40px; border-radius:50%; border:2px solid rgba(255,255,255,.4); display:flex; align-items:center; justify-content:center; position:relative; z-index:1; background:rgba(8,8,14,.5); backdrop-filter:blur(4px); }
.play-arr { width:0; height:0; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:14px solid #fff; margin-left:3px; }
.video-info  { padding:clamp(10px,2vw,14px); }
.video-tag   { font-size:10px; letter-spacing:.1em; color:var(--sky); text-transform:uppercase; margin-bottom:5px; }
.video-title { font-size:clamp(11px,1.8vw,13px); color:var(--text); line-height:1.4; }
.filter-tabs { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:24px; }
.filter-tab  { padding:8px clamp(12px,2vw,20px); border:1px solid var(--border2); border-radius:2px; font-size:13px; cursor:pointer; color:var(--text2); background:transparent; transition:all .2s; font-family:var(--sans); }
.filter-tab.active { background:var(--sky); color:#04080e; border-color:var(--sky); font-weight:600; }

/* ── BLOG GRID ── */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(14px,2.5vw,24px); }
.blog-card { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); padding:clamp(20px,3vw,28px); cursor:pointer; transition:border-color .2s,transform .2s; }
.blog-card:hover { border-color:var(--border2); transform:translateY(-2px); }
.blog-meta { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; flex-wrap:wrap; gap:8px; }
.blog-tag  { font-size:10px; letter-spacing:.12em; padding:3px 10px; border:1px solid; border-radius:2px; }
.blog-date { font-size:11px; color:var(--text3); }
.blog-title   { font-family:var(--serif); font-size:clamp(17px,2.5vw,20px); font-weight:400; margin-bottom:8px; line-height:1.3; color:var(--text); }
.blog-excerpt { font-size:clamp(12px,1.8vw,13px); color:var(--text3); line-height:1.6; }

/* ── LIVROS ── */
.livros-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(14px,2.5vw,24px); }
.livro-card  { background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); overflow:hidden; transition:border-color .2s,transform .2s; }
.livro-card:hover { border-color:var(--border2); transform:translateY(-3px); }
.livro-cover { height:clamp(200px,25vw,280px); background:var(--bg4); overflow:hidden; }
.livro-cover img { width:100%; height:100%; object-fit:cover; }
.livro-body  { padding:16px; }
.livro-title { font-family:var(--serif); font-size:16px; font-weight:500; color:var(--text); margin-bottom:10px; line-height:1.3; }

/* ── TESTE NEURAL ── */
.teste-wrap   { min-height:100svh; display:flex; align-items:center; justify-content:center; padding:clamp(60px,10vw,80px) clamp(20px,5vw,48px); }
.teste-box    { max-width:620px; width:100%; text-align:center; }
.teste-title  { font-family:var(--serif); font-size:clamp(40px,8vw,64px); font-weight:400; }
.teste-intro  { color:var(--text2); margin-top:14px; line-height:1.7; font-size:clamp(13px,2vw,15px); }
.teste-meta   { font-size:13px; color:var(--text3); margin-top:10px; }
.prog-dots    { display:flex; justify-content:center; gap:6px; margin-bottom:28px; }
.prog-dot     { width:8px; height:8px; border-radius:50%; background:var(--border2); transition:background .3s; }
.prog-dot--done    { background:var(--purple); }
.prog-dot--current { background:var(--sky); }
.test-question { font-family:var(--serif); font-size:clamp(18px,3.5vw,26px); line-height:1.4; margin-bottom:24px; color:var(--text); }
.test-option   { width:100%; padding:clamp(12px,2.5vw,16px) clamp(14px,3vw,22px); background:var(--bg3); border:1px solid var(--border); border-radius:var(--r); cursor:pointer; transition:all .2s; text-align:left; font-size:clamp(12px,2vw,14px); color:var(--text2); display:block; margin-bottom:10px; font-family:var(--sans); }
.test-option:hover, .test-option.selected { border-color:var(--sky); color:var(--sky); background:rgba(56,189,248,.08); }
.rbar-wrap  { text-align:left; margin:24px 0; }
.rbar-item  { margin-bottom:14px; }
.rbar-label { display:flex; justify-content:space-between; font-size:13px; color:var(--text2); margin-bottom:4px; }
.rbar-bg    { height:6px; background:var(--bg4); border-radius:3px; }
.rbar-fill  { height:6px; border-radius:3px; transition:width 1s ease; width:0%; }

/* ── FOOTER ── */
.site-footer { background:var(--bg2); border-top:1px solid var(--border); padding:clamp(40px,6vw,64px) clamp(20px,5vw,48px) clamp(24px,4vw,32px); }
.footer-grid { max-width:var(--max); margin:0 auto; display:grid; grid-template-columns:2fr 1fr 1fr; gap:clamp(24px,4vw,48px); margin-bottom:clamp(32px,5vw,48px); }
.footer-logo { font-family:var(--serif); font-size:20px; margin-bottom:14px; color:var(--text); }
.footer-logo span { color:var(--sky); }
.footer-desc { font-size:13px; color:var(--text3); line-height:1.75; max-width:320px; }
.footer-col-title { font-size:11px; letter-spacing:.15em; color:var(--text3); margin-bottom:16px; }
.footer-nav  { display:flex; flex-direction:column; gap:12px; }
.footer-nav a { font-size:13px; color:var(--text3); transition:color .2s; }
.footer-nav a:hover { color:var(--text2); }
.footer-pillar { display:flex; align-items:center; gap:8px; margin-bottom:10px; }
.fp-dot  { width:7px; height:7px; border-radius:50%; }
.fp-name { font-size:13px; color:var(--text3); }
.footer-bar { max-width:var(--max); margin:0 auto; display:flex; justify-content:space-between; align-items:center; padding-top:24px; border-top:1px solid var(--border); font-size:12px; color:var(--text3); flex-wrap:wrap; gap:12px; }
.footer-tags { display:flex; gap:8px; align-items:center; }

/* ── WP CONTENT ── */
.wp-content p   { margin-bottom:1.5em; }
.wp-content h2,
.wp-content h3  { margin:1.5em 0 .75em; }
.wp-content a   { color:var(--sky); text-decoration:underline; }
.wp-content ul,
.wp-content ol  { margin:1em 0 1em 1.5em; }
.wp-content ul  { list-style:disc; }
.wp-content ol  { list-style:decimal; }
.wp-content img { border-radius:var(--r); margin:1.5em 0; }
.wp-content blockquote { border-left:2px solid var(--sky); padding-left:20px; font-style:italic; color:var(--text2); margin:1.5em 0; }

/* ── RESPONSIVE ── */
@media (max-width:900px) {
  .stats-historia { grid-template-columns:1fr; gap:40px; }
  .path-grid      { grid-template-columns:1fr 1fr; }
  .video-grid-wrap { grid-template-columns:repeat(2,1fr); }
  .blog-grid      { grid-template-columns:1fr 1fr; }
  .ebook-grid     { grid-template-columns:1fr 1fr; }
  .club-grid      { grid-template-columns:1fr 1fr; }
  .livros-grid    { grid-template-columns:repeat(3,1fr); }
  .footer-grid    { grid-template-columns:1fr 1fr; }
  .primary-navigation { display:none; }
  .menu-toggle    { display:flex; }
  .nav-tags       { display:none; }
  .timeline::before { left:24px; }
  .tl-item { grid-template-columns:1fr; }
  .tl-center { display:none; }
  .tl-left, .tl-right { padding:0 0 0 48px; position:relative; }
  .tl-left .tl-card { text-align:left; }
  .tl-left::before, .tl-right::before { content:''; position:absolute; left:0; top:50%; width:48px; height:1px; background:var(--border2); }
}

@media (max-width:600px) {
  .frentes-grid   { grid-template-columns:1fr; }
  .frente:nth-child(odd)  { border-right:none; }
  .frente:nth-child(3)    { border-bottom:1px solid var(--border); }
  .frente:nth-child(4)    { border-bottom:none; }
  .path-grid      { grid-template-columns:1fr; }
  .ebook-grid     { grid-template-columns:1fr; }
  .club-grid      { grid-template-columns:1fr; }
  .blog-grid      { grid-template-columns:1fr; }
  .livros-grid    { grid-template-columns:1fr 1fr; }
  .video-grid-wrap { grid-template-columns:1fr 1fr; }
  .footer-grid    { grid-template-columns:1fr; gap:28px; }
  .input-row      { flex-direction:column; align-items:stretch; }
  .cd-input       { min-width:100%; }
  .btn--full-mobile { width:100%; }
  .footer-bar     { flex-direction:column; text-align:center; }
}

@media (max-width:380px) {
  .video-grid-wrap { grid-template-columns:1fr; }
  .livros-grid     { grid-template-columns:1fr; }
}
