/* ============================================================
   Leiloeiro Oficial — Tema WordPress
   Direção visual: premium institucional (dourado sobre escuro)
   Tokens e medidas extraídos do handoff (README + mockup hifi).
   ============================================================ */

:root {
  /* Fundos */
  --lo-bg: #12100c;
  --lo-bg-alt: #1a1712;
  --lo-bg-card: #17140d;
  --lo-bg-dark: #0e0c08;
  --lo-bg-video: #0d0b08;

  /* Dourados */
  --lo-gold: #c9a24b;
  --lo-gold-light: #d4af37;

  /* Textos */
  --lo-title: #f7f1e5;
  --lo-title-2: #f4ede0;
  --lo-body: #e8ddc8;
  --lo-body-2: #d8ceb8;
  --lo-muted: #c3b79c;
  --lo-label: #a89a80;
  --lo-subtle: #8a7d64;
  --lo-fineprint: #6b614d;

  /* Bordas douradas */
  --lo-b-14: rgba(201,162,75,0.14);
  --lo-b-16: rgba(201,162,75,0.16);
  --lo-b-18: rgba(201,162,75,0.18);
  --lo-b-20: rgba(201,162,75,0.20);
  --lo-b-22: rgba(201,162,75,0.22);
  --lo-b-25: rgba(201,162,75,0.25);
  --lo-b-28: rgba(201,162,75,0.28);
  --lo-b-30: rgba(201,162,75,0.30);
  --lo-b-35: rgba(201,162,75,0.35);
  --lo-b-40: rgba(201,162,75,0.40);
  --lo-pill-bg: rgba(201,162,75,0.12);

  /* Sombras */
  --lo-shadow-cta: 0 14px 34px -12px rgba(201,162,75,0.7);
  --lo-shadow-card: 0 40px 90px -30px rgba(0,0,0,0.8);

  /* Fontes */
  --lo-display: 'Playfair Display', Georgia, serif;
  --lo-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Largura */
  --lo-wide: 1240px;
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.leiloeiro-oficial {
  margin: 0;
  background: var(--lo-bg);
  color: var(--lo-body);
  font-family: var(--lo-sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
::selection { background: var(--lo-gold); color: var(--lo-bg); }

@keyframes lo-fade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.lo-container { max-width: var(--lo-wide); margin: 0 auto; }
.lo-fade-1 { animation: lo-fade 0.7s ease both; }
.lo-fade-2 { animation: lo-fade 0.9s ease both; }

/* Kicker / rótulos de seção */
.lo-kicker {
  font-size: 12.5px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--lo-gold);
  margin-bottom: 14px;
}

/* Títulos */
.lo-h2 {
  font-family: var(--lo-display);
  font-weight: 700;
  font-size: 38px;
  color: var(--lo-title-2);
  margin: 0;
  line-height: 1.12;
}
.lo-h3 {
  font-family: var(--lo-display);
  font-weight: 600;
  font-size: 20px;
  color: var(--lo-title-2);
  margin: 0 0 8px;
}

/* ---------- Botões ---------- */
.lo-btn {
  background: var(--lo-gold);
  color: var(--lo-bg);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 30px;
  border-radius: 100px;
  display: inline-block;
  box-shadow: var(--lo-shadow-cta);
  transition: transform .15s ease, box-shadow .15s ease;
}
.lo-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(201,162,75,0.85); }
.lo-btn-lg { font-size: 17px; padding: 18px 36px; display: block; box-shadow: 0 14px 34px -10px rgba(201,162,75,0.8); }
.lo-link {
  color: var(--lo-body);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid var(--lo-b-40);
  padding-bottom: 2px;
}
.lo-link-gold { color: var(--lo-gold-light); }

/* ============================================================
   TOP BAR (webinar)
   ============================================================ */
.lo-topbar {
  background: linear-gradient(90deg, #1a1712, #231d13, #1a1712);
  border-bottom: 1px solid var(--lo-b-22);
  padding: 9px 24px;
  text-align: center;
  font-size: 13.5px;
  letter-spacing: 0.2px;
  color: var(--lo-body);
  position: relative;
  z-index: 60;
}
.lo-topbar-mark { color: var(--lo-gold); font-weight: 600; }
.lo-topbar-mid { margin: 0 6px; }
.lo-topbar-cta {
  color: var(--lo-bg);
  background: var(--lo-gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 12.5px;
  padding: 3px 12px;
  border-radius: 100px;
  margin-left: 8px;
  white-space: nowrap;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.lo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18,16,12,0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lo-b-14);
}
.lo-header-inner {
  max-width: var(--lo-wide);
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lo-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.lo-logo-mark {
  width: 40px; height: 40px;
  border: 1.5px solid var(--lo-gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--lo-gold);
  font-family: var(--lo-display);
  font-weight: 700;
  font-size: 19px;
  flex-shrink: 0;
}
.lo-brand-name { font-family: var(--lo-display); color: var(--lo-title-2); font-weight: 700; font-size: 17px; letter-spacing: 0.3px; line-height: 1.15; }
.lo-brand-sub { font-size: 10.5px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--lo-label); line-height: 1.15; }
.lo-nav { display: flex; align-items: center; gap: 30px; }
.lo-nav a { color: var(--lo-body); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.lo-nav a.lo-nav-cta {
  background: var(--lo-gold);
  color: var(--lo-bg);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 100px;
  box-shadow: 0 6px 22px -8px rgba(201,162,75,0.6);
}
/* Hambúrguer (mobile) */
.lo-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--lo-b-30);
  border-radius: 10px;
  width: 44px; height: 44px;
  cursor: pointer;
  color: var(--lo-gold);
  align-items: center; justify-content: center;
}
.lo-nav-toggle svg { width: 22px; height: 22px; }

/* ============================================================
   HERO / VSL
   ============================================================ */
.lo-hero {
  position: relative;
  padding: 70px 28px 84px;
  background: radial-gradient(120% 90% at 80% 0%, #211b12 0%, #15130d 45%, #12100c 100%);
}
.lo-hero-grid {
  max-width: var(--lo-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 56px;
  align-items: center;
}
.lo-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--lo-b-35);
  border-radius: 100px;
  padding: 6px 15px;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lo-gold);
  margin-bottom: 26px;
}
.lo-h1 {
  font-family: var(--lo-display);
  font-weight: 800;
  color: var(--lo-title);
  font-size: 52px;
  line-height: 1.07;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
}
.lo-h1 em { color: var(--lo-gold-light); font-style: italic; }
.lo-hero-sub {
  font-size: 18px;
  color: var(--lo-muted);
  max-width: 520px;
  margin: 0 0 32px;
}
.lo-hero-sub strong { color: var(--lo-body); }
.lo-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.lo-hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 30px; color: var(--lo-label); font-size: 13.5px; }
.lo-hero-proof strong { color: var(--lo-body); }
.lo-avatars { display: flex; }
.lo-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--lo-bg);
  background: radial-gradient(130% 130% at 32% 24%, rgba(212,175,55,0.55) 0%, rgba(201,162,75,0.18) 52%, rgba(201,162,75,0.05) 100%);
  box-shadow: inset 0 0 0 1px rgba(201,162,75,0.5);
  overflow: hidden;
}
/* Leve variação de brilho entre os discos */
.lo-avatar:nth-child(2) { background: radial-gradient(130% 130% at 32% 24%, rgba(201,162,75,0.46) 0%, rgba(201,162,75,0.15) 52%, rgba(201,162,75,0.045) 100%); }
.lo-avatar:nth-child(3) { background: radial-gradient(130% 130% at 32% 24%, rgba(184,148,66,0.46) 0%, rgba(201,162,75,0.12) 52%, rgba(201,162,75,0.04) 100%); }
/* Se um dia colocar fotos reais: <img> dentro do .lo-avatar preenche o círculo */
.lo-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lo-avatar + .lo-avatar { margin-left: -10px; }

/* VSL */
.lo-vsl-frame {
  position: relative;
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(160deg, rgba(201,162,75,0.5), rgba(201,162,75,0.08) 45%, rgba(201,162,75,0.25));
  box-shadow: var(--lo-shadow-card);
}
.lo-vsl-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--lo-gold); color: var(--lo-bg);
  font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 16px; border-radius: 100px; white-space: nowrap;
}
.lo-vsl-screen { position: relative; border-radius: 10px; overflow: hidden; background: var(--lo-bg-video); }
.lo-vsl-caption { text-align: center; margin-top: 16px; font-size: 13px; color: var(--lo-subtle); }
.lo-vsl-caption strong { color: var(--lo-muted); }

/* ============================================================
   PROVA SOCIAL / NÚMEROS
   ============================================================ */
.lo-stats {
  background: var(--lo-bg-alt);
  border-top: 1px solid var(--lo-b-14);
  border-bottom: 1px solid var(--lo-b-14);
  padding: 44px 28px;
}
.lo-stats-grid {
  max-width: var(--lo-wide); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; text-align: center;
}
.lo-stat { padding: 0 12px; }
.lo-stat + .lo-stat { border-left: 1px solid var(--lo-b-14); }
.lo-stat-num { font-family: var(--lo-display); font-weight: 700; font-size: 36px; color: var(--lo-gold-light); }
.lo-stat-label { font-size: 13.5px; color: var(--lo-label); margin-top: 4px; }

/* ============================================================
   Seções genéricas
   ============================================================ */
.lo-section { padding: 88px 28px; }
.lo-section-alt {
  background: var(--lo-bg-alt);
  border-top: 1px solid var(--lo-b-14);
}
.lo-section-alt.lo-bordered-b { border-bottom: 1px solid var(--lo-b-14); }
.lo-section-head { text-align: center; margin-bottom: 48px; }

/* O QUE FAZ */
.lo-about {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 0.9fr;
  gap: 60px; align-items: center;
}
.lo-about p { font-size: 17px; color: var(--lo-muted); margin: 0 0 18px; }
.lo-about p:last-child { margin-bottom: 0; }
.lo-about p strong { color: var(--lo-body); }
.lo-about h2 { margin: 0 0 22px; }
.lo-about-card {
  border: 1px solid var(--lo-b-22);
  border-radius: 16px;
  padding: 34px 30px;
  background: linear-gradient(160deg, #1c1811, #161309);
}
.lo-about-list { display: flex; flex-direction: column; gap: 22px; }
.lo-about-item { display: flex; gap: 14px; align-items: flex-start; }
.lo-about-icon { color: var(--lo-gold); font-size: 20px; line-height: 1; }
.lo-about-item div:last-child { font-size: 15px; color: var(--lo-body-2); }
.lo-about-item strong { color: var(--lo-title-2); }

/* VANTAGENS + MÓDULOS: grid de cards */
.lo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lo-card {
  border: 1px solid var(--lo-b-18);
  border-radius: 14px;
  padding: 30px 26px;
  background: var(--lo-bg-card);
}
.lo-card p { font-size: 14.5px; color: var(--lo-label); margin: 0; }
.lo-card-icon {
  width: 46px; height: 46px; border-radius: 11px;
  background: var(--lo-pill-bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--lo-gold-light); font-size: 22px;
  margin-bottom: 18px;
}
.lo-module { padding: 28px 26px; }
.lo-module-label { font-family: var(--lo-display); font-style: italic; color: var(--lo-subtle); font-size: 15px; margin-bottom: 12px; }

/* O CURSO: pílulas */
.lo-course-head { text-align: center; max-width: 660px; margin: 0 auto 20px; }
.lo-course-head p { font-size: 17px; color: var(--lo-muted); margin: 0; }
.lo-course-head h2 { font-size: 40px; margin: 0 0 16px; }
.lo-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin: 34px 0 44px; }
.lo-pill {
  border: 1px solid var(--lo-b-28);
  border-radius: 100px;
  padding: 9px 20px;
  font-size: 14px;
  color: var(--lo-body);
}
.lo-pill strong { color: var(--lo-gold-light); }
.lo-course-cta { text-align: center; margin-top: 44px; }

/* REQUISITOS */
.lo-req { max-width: 940px; margin: 0 auto; text-align: center; }
.lo-req h2 { font-size: 36px; margin: 0 0 12px; }
.lo-req > p { font-size: 16.5px; color: var(--lo-muted); margin: 0 0 40px; }
.lo-req-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lo-req-card {
  border: 1px solid var(--lo-b-20);
  border-radius: 14px;
  padding: 32px 22px;
  background: var(--lo-bg-card);
}
.lo-req-num { font-family: var(--lo-display); font-weight: 700; font-size: 30px; color: var(--lo-gold-light); margin-bottom: 8px; }
.lo-req-card div:last-child { font-size: 15px; color: var(--lo-body-2); }

/* PROFESSOR */
.lo-prof {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 56px; align-items: center;
}
.lo-prof-photo {
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--lo-b-25);
  background: #16130d;
}
.lo-prof-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.lo-prof h2 { font-size: 38px; margin: 0 0 8px; }
.lo-prof-role { font-size: 15px; color: var(--lo-gold-light); margin: 0 0 22px; font-weight: 500; }
.lo-prof p { font-size: 16.5px; color: var(--lo-muted); margin: 0 0 18px; }
.lo-prof p strong { color: var(--lo-body); }
.lo-prof-metrics { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 8px; }
.lo-prof-metric-num { font-family: var(--lo-display); font-weight: 700; font-size: 26px; color: var(--lo-gold-light); }
.lo-prof-metric-lbl { font-size: 13px; color: var(--lo-label); }

/* DEPOIMENTOS */
.lo-testi {
  border: 1px solid var(--lo-b-18);
  border-radius: 14px;
  overflow: hidden;
  background: var(--lo-bg-card);
}
.lo-testi-thumb {
  position: relative; aspect-ratio: 16/10;
  background: repeating-linear-gradient(45deg, #16130d, #16130d 14px, #1b170f 14px, #1b170f 28px);
  display: flex; align-items: center; justify-content: center;
}
.lo-testi-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lo-play {
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(201,162,75,0.9);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1;
}
.lo-play::after {
  content: ''; width: 0; height: 0;
  border-top: 10px solid transparent; border-bottom: 10px solid transparent;
  border-left: 16px solid var(--lo-bg); margin-left: 4px;
}
.lo-testi-player { line-height: 0; background: var(--lo-bg-video); }
.lo-testi-player vturb-smartplayer { display: block; width: 100%; }
.lo-testi-body { padding: 22px 24px; }
.lo-testi-quote { font-size: 15px; color: var(--lo-body-2); margin: 0 0 14px; font-style: italic; }
.lo-testi-author { font-size: 13.5px; color: var(--lo-label); font-weight: 600; }
.lo-testi-name { color: var(--lo-gold-light); }

/* OFERTA / PRICING */
.lo-offer {
  padding: 88px 28px;
  background: radial-gradient(110% 80% at 50% 0%, #221c12 0%, #15130d 55%, #12100c 100%);
}
.lo-offer-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.lo-offer-inner > h2 { font-size: 40px; color: var(--lo-title-2); margin: 0 0 34px; font-family: var(--lo-display); font-weight: 700; }
.lo-price-card {
  border: 1px solid var(--lo-b-40);
  border-radius: 20px;
  padding: 44px 40px;
  background: linear-gradient(165deg, #1e1911, #161309);
  box-shadow: var(--lo-shadow-card);
  position: relative;
}
.lo-price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--lo-gold); color: var(--lo-bg);
  font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
  padding: 6px 20px; border-radius: 100px; white-space: nowrap;
}
.lo-price-old { font-size: 16px; color: var(--lo-label); text-decoration: line-through; margin-bottom: 6px; }
.lo-price-main { font-family: var(--lo-display); font-weight: 800; font-size: 52px; color: var(--lo-title); line-height: 1; }
.lo-price-alt { font-size: 16px; color: var(--lo-muted); margin-top: 10px; }
.lo-price-alt strong { color: var(--lo-gold-light); }
.lo-price-rule { height: 1px; background: var(--lo-b-20); margin: 30px 0; }
.lo-price-list { display: flex; flex-direction: column; gap: 12px; text-align: left; max-width: 380px; margin: 0 auto 32px; }
.lo-price-list-item { display: flex; gap: 10px; font-size: 15px; color: var(--lo-body-2); }
.lo-price-list-item span { color: var(--lo-gold); }
.lo-guarantee { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; font-size: 13.5px; color: var(--lo-label); }
.lo-guarantee span { color: var(--lo-gold); font-size: 16px; }

/* FAQ */
.lo-faq-wrap { max-width: 820px; margin: 0 auto; }
.lo-faq-head { text-align: center; margin-bottom: 44px; }
.lo-faq-list { display: flex; flex-direction: column; gap: 12px; }
.lo-faq-item {
  border: 1px solid var(--lo-b-18);
  border-radius: 12px;
  background: var(--lo-bg-card);
  overflow: hidden;
}
.lo-faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px;
  background: transparent; border: 0; cursor: pointer; text-align: left;
  color: var(--lo-title-2);
  font-family: var(--lo-sans);
  font-size: 16.5px; font-weight: 600;
}
.lo-faq-sign { color: var(--lo-gold); font-size: 22px; line-height: 1; flex-shrink: 0; }
.lo-faq-a {
  padding: 0 24px;
  font-size: 15.5px;
  color: var(--lo-muted);
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
}
.lo-faq-item.is-open .lo-faq-a { padding: 0 24px 22px; max-height: 500px; }

/* TEASER BLOG */
.lo-blog-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 40px; flex-wrap: wrap;
}
.lo-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lo-blog-card {
  text-decoration: none;
  border: 1px solid var(--lo-b-18);
  border-radius: 14px;
  overflow: hidden;
  background: var(--lo-bg-card);
  display: block;
  transition: border-color .15s ease, transform .15s ease;
}
.lo-blog-card:hover { border-color: var(--lo-b-40); transform: translateY(-3px); }
.lo-blog-thumb {
  aspect-ratio: 16/9;
  background: repeating-linear-gradient(45deg, #16130d, #16130d 14px, #1b170f 14px, #1b170f 28px);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.lo-blog-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lo-blog-thumb-ph { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--lo-subtle); }
.lo-blog-card-body { padding: 24px; }
.lo-blog-cat { font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lo-gold); margin-bottom: 10px; }
.lo-blog-card h3 { font-family: var(--lo-display); font-weight: 600; font-size: 19px; color: var(--lo-title-2); margin: 0 0 8px; line-height: 1.25; }
.lo-blog-card p { font-size: 14px; color: var(--lo-label); margin: 0; }

/* ============================================================
   RODAPÉ
   ============================================================ */
.lo-footer {
  background: var(--lo-bg-dark);
  border-top: 1px solid var(--lo-b-16);
  padding: 60px 28px 34px;
}
.lo-footer-grid {
  max-width: var(--lo-wide); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px;
}
.lo-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.lo-footer-brand-name { font-family: var(--lo-display); color: var(--lo-title-2); font-weight: 700; font-size: 18px; }
.lo-footer-desc { font-size: 14px; color: var(--lo-subtle); margin: 0 0 20px; max-width: 340px; }
.lo-footer-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--lo-pill-bg);
  border: 1px solid var(--lo-b-30);
  color: var(--lo-gold-light);
  text-decoration: none; font-size: 14px; font-weight: 600;
  padding: 10px 18px; border-radius: 100px;
}
.lo-footer-title { font-size: 12.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--lo-gold); margin-bottom: 16px; }
.lo-footer-title.mt { margin: 22px 0 14px; }
.lo-footer-links { display: flex; flex-direction: column; gap: 11px; }
.lo-footer-links a { color: var(--lo-label); text-decoration: none; font-size: 14.5px; }
.lo-footer-social { display: flex; gap: 10px; }
.lo-footer-social a {
  width: 36px; height: 36px;
  border: 1px solid var(--lo-b-30);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--lo-gold-light); text-decoration: none; font-size: 13px;
}
.lo-footer-bar {
  max-width: var(--lo-wide); margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(201,162,75,0.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12.5px; color: var(--lo-fineprint);
}

/* ============================================================
   BLOG (index / single / archive) — mesma identidade
   ============================================================ */
.lo-page-hero {
  padding: 64px 28px 40px;
  background: radial-gradient(120% 90% at 80% 0%, #211b12 0%, #15130d 45%, #12100c 100%);
  border-bottom: 1px solid var(--lo-b-14);
  text-align: center;
}
.lo-page-hero h1 {
  font-family: var(--lo-display); font-weight: 800;
  font-size: 44px; color: var(--lo-title); margin: 8px 0 12px; line-height: 1.1;
}
.lo-page-hero p { font-size: 17px; color: var(--lo-muted); max-width: 640px; margin: 0 auto; }
.lo-archive { padding: 64px 28px 88px; }
.lo-archive-grid { max-width: var(--lo-wide); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.lo-single { padding: 56px 28px 88px; }
.lo-single-inner { max-width: 760px; margin: 0 auto; }
.lo-single h1 {
  font-family: var(--lo-display); font-weight: 800;
  font-size: 40px; line-height: 1.12; color: var(--lo-title); margin: 12px 0 16px;
}
.lo-single-meta { font-size: 13.5px; color: var(--lo-label); margin-bottom: 28px; }
.lo-single-featured { border-radius: 16px; overflow: hidden; border: 1px solid var(--lo-b-18); margin-bottom: 36px; }
.lo-single-featured img { width: 100%; display: block; }
.lo-content { font-size: 17px; line-height: 1.75; color: var(--lo-body-2); }
.lo-content h2 { font-family: var(--lo-display); color: var(--lo-title-2); font-size: 28px; margin: 40px 0 14px; }
.lo-content h3 { font-family: var(--lo-display); color: var(--lo-title-2); font-size: 22px; margin: 32px 0 12px; }
.lo-content p { margin: 0 0 20px; }
.lo-content a { color: var(--lo-gold-light); }
.lo-content ul, .lo-content ol { padding-left: 22px; margin: 0 0 20px; }
.lo-content li { margin-bottom: 8px; }
.lo-content blockquote {
  border-left: 3px solid var(--lo-gold);
  margin: 24px 0; padding: 6px 0 6px 22px;
  color: var(--lo-muted); font-style: italic;
}
.lo-content img { border-radius: 12px; }
.lo-pagination { max-width: var(--lo-wide); margin: 48px auto 0; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.lo-pagination a, .lo-pagination span {
  color: var(--lo-body); text-decoration: none; font-size: 14px;
  border: 1px solid var(--lo-b-22); border-radius: 100px; padding: 8px 16px;
}
.lo-pagination .current { background: var(--lo-gold); color: var(--lo-bg); border-color: var(--lo-gold); font-weight: 600; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 900px) {
  .lo-nav { display: none; }
  .lo-nav-toggle { display: flex; }
  .lo-header.is-open .lo-nav {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(18,16,12,0.98);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--lo-b-18);
    padding: 18px 28px 26px; gap: 18px;
  }
  .lo-header.is-open .lo-nav a { font-size: 16px; }
  .lo-header.is-open .lo-nav a.lo-nav-cta { text-align: center; padding: 14px 20px; }

  .lo-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .lo-h1 { font-size: 36px; }
  .lo-about { grid-template-columns: 1fr; gap: 36px; }
  .lo-prof { grid-template-columns: 1fr; gap: 36px; }
  .lo-prof-photo { max-width: 380px; margin: 0 auto; }
  .lo-cards { grid-template-columns: repeat(2, 1fr); }
  .lo-blog-grid, .lo-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .lo-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .lo-stat { border-left: 0 !important; }
  .lo-req-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .lo-section { padding: 60px 22px; }
  .lo-offer, .lo-hero { padding-left: 22px; padding-right: 22px; }
  .lo-cards { grid-template-columns: 1fr; }
  .lo-blog-grid, .lo-archive-grid { grid-template-columns: 1fr; }
  .lo-h1 { font-size: 32px; }
  .lo-h2, .lo-course-head h2, .lo-req h2, .lo-offer-inner > h2 { font-size: 30px; }
  .lo-price-card { padding: 40px 24px; }
  .lo-price-main { font-size: 42px; }
  .lo-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .lo-page-hero h1 { font-size: 34px; }
  .lo-single h1 { font-size: 30px; }
}
