:root {
  --bg: #0a0f1c;
  --bg-2: #111827;
  --surface: #1a2234;
  --surface-2: #232d44;
  --border: rgba(255,255,255,0.08);
  --text: #e8ecf4;
  --text-dim: #9aa4b8;
  --text-muted: #6b7590;
  --primary: #3b82f6;
  --primary-2: #60a5fa;
  --accent: #f59e0b;
  --accent-2: #fbbf24;
  --success: #10b981;
  --danger: #ef4444;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow: 0 10px 40px -10px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 60px -10px rgba(59,130,246,0.4);
  --max: 1200px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] {
  --bg: #ffffff;
  --bg-2: #f4f6fb;
  --surface: #ffffff;
  --surface-2: #eef2f9;
  --border: rgba(15,23,42,0.10);
  --text: #0f172a;
  --text-dim: #475569;
  --text-muted: #64748b;
  --primary: #2563eb;
  --primary-2: #3b82f6;
  --accent: #d97706;
  --accent-2: #f59e0b;
  --shadow: 0 10px 30px -10px rgba(15,23,42,0.18);
  --shadow-glow: 0 0 50px -10px rgba(37,99,235,0.25);
}

/* ajustes de contraste em tema claro */
[data-theme="light"] .btn-ghost { background: var(--surface-2); color: var(--text); border-color: var(--border); }
[data-theme="light"] .btn-ghost:hover { background: #e2e8f0; border-color: var(--primary); color: var(--primary); }
[data-theme="light"] .topbar { background: var(--bg-2) !important; color: var(--text-dim); border-bottom: 1px solid var(--border); }
[data-theme="light"] .topbar * { color: var(--text-dim); }
[data-theme="light"] .nav { background: rgba(255,255,255,0.92) !important; border-bottom: 1px solid var(--border); }
[data-theme="light"] footer,
[data-theme="light"] .footer-bottom { background: var(--bg-2) !important; color: var(--text-dim); border-top: 1px solid var(--border); }
[data-theme="light"] .footer-bottom { background: transparent !important; }
[data-theme="light"] .logo-img { filter: drop-shadow(0 2px 8px rgba(37,99,235,0.18)); }

/* hero — usa imagem de fundo escurecida; em tema claro suavizamos e invertemos a camada de texto */
[data-theme="light"] .hero-bg { filter: brightness(0.9) saturate(0.9); }
[data-theme="light"] .hero-bg::after {
  background: radial-gradient(ellipse at 30% 50%, rgba(37,99,235,0.10) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 80%, rgba(245,158,11,0.08) 0%, transparent 50%),
              linear-gradient(180deg, rgba(255,255,255,0.55) 0%, var(--bg) 100%);
}
[data-theme="light"] .hero h1,
[data-theme="light"] .page-hero h1 {
  background: linear-gradient(180deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-theme="light"] .hero p.lead { color: var(--text-dim); }

/* seções com gradiente escuro hardcoded */
[data-theme="light"] .section-cta,
[data-theme="light"] .cta-section,
[data-theme="light"] .page-hero {
  background: linear-gradient(135deg, var(--bg-2) 0%, var(--surface-2) 50%, var(--bg-2) 100%) !important;
}
[data-theme="light"] .cta-section::before,
[data-theme="light"] .page-hero::before {
  background: radial-gradient(circle at 20% 50%, rgba(37,99,235,0.12), transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(245,158,11,0.08), transparent 50%);
}
[data-theme="light"] .cta-wrap p,
[data-theme="light"] .page-hero .subtitle { color: var(--text-dim); }

/* cards com rgba branca (para o dark) — vira rgba preta no claro */
[data-theme="light"] .feature-card,
[data-theme="light"] .testimonial,
[data-theme="light"] .module-card,
[data-theme="light"] .blog-card,
[data-theme="light"] .about-features li {
  background: var(--surface) !important;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px -4px rgba(15,23,42,0.08);
}
[data-theme="light"] .module-card { background: linear-gradient(180deg, var(--surface), var(--bg-2)) !important; }

/* form inputs no tema claro */
[data-theme="light"] .form-field input,
[data-theme="light"] .form-field textarea {
  background: var(--surface) !important;
  border: 1px solid var(--border);
  color: var(--text);
}
[data-theme="light"] .form-field input:focus,
[data-theme="light"] .form-field textarea:focus {
  background: #fff !important;
  border-color: var(--primary);
}
[data-theme="light"] .form-field input::placeholder,
[data-theme="light"] .form-field textarea::placeholder { color: var(--text-muted); }

/* social icons no footer */
[data-theme="light"] .social a { background: var(--surface-2); border-color: var(--border); color: var(--text-dim); }
[data-theme="light"] .social a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

/* seções alt (quando usam linear-gradient com vars, já adapta; mas algumas têm fundo rgba branca) */
[data-theme="light"] .about-features li:hover { background: var(--surface-2) !important; }
[data-theme="light"] .breadcrumb li::after { color: var(--text-muted); }

/* badge/highlight rgba */
[data-theme="light"] .hero-badge { background: rgba(37,99,235,0.08); border-color: rgba(37,99,235,0.2); color: var(--primary); }

/* dropdown menu */
[data-theme="light"] .dropdown { background: var(--surface); border-color: var(--border); box-shadow: 0 10px 40px -10px rgba(15,23,42,0.18); }
[data-theme="light"] .dropdown a:hover { background: var(--surface-2); }

/* nav links ao passar mouse */
[data-theme="light"] .nav-links a:hover { background: var(--surface-2); }

/* article em tema claro — citação/code blocks se houver */
[data-theme="light"] .article h2,
[data-theme="light"] .article h3 { color: var(--text); }

/* corpo do blog card */
[data-theme="light"] .blog-card:hover { border-color: var(--primary); box-shadow: 0 12px 40px -12px rgba(37,99,235,0.25); }

/* ============ COOKIE BANNER ============ */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 100;
  max-width: 560px; margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
  padding: 16px 20px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px -20px rgba(0,0,0,0.4);
  font-size: 14px; color: var(--text-dim);
  animation: cookieIn .4s var(--ease);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner__text { flex: 1; min-width: 220px; line-height: 1.5; }
.cookie-banner__text a { color: var(--primary-2); text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 8px; }
.cookie-banner__actions .btn { padding: 10px 18px; font-size: 13px; }
@keyframes cookieIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (max-width: 480px) {
  .cookie-banner { left: 8px; right: 8px; padding: 14px 16px; }
  .cookie-banner__actions { width: 100%; justify-content: flex-end; }
}

/* ============ BLOG FILTERS ============ */
.blog-filters {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
  margin-bottom: 32px;
}
.blog-search {
  flex: 1; min-width: 240px;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s var(--ease);
}
.blog-search:focus-within { border-color: var(--primary); }
.blog-search input {
  flex: 1; background: none; border: 0; outline: 0;
  color: var(--text); font-size: 14px; font-family: inherit;
}
.blog-search svg { width: 18px; height: 18px; color: var(--text-muted); flex-shrink: 0; }
.blog-cat-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-cat-pills button {
  padding: 8px 14px; font-size: 13px; font-weight: 500;
  background: var(--surface); color: var(--text-dim);
  border: 1px solid var(--border); border-radius: 100px;
  cursor: pointer; transition: all .2s var(--ease);
}
.blog-cat-pills button:hover { color: var(--text); border-color: var(--primary-2); }
.blog-cat-pills button.active {
  background: var(--primary); color: #fff; border-color: var(--primary);
}
.blog-empty { text-align: center; padding: 60px 20px; color: var(--text-muted); }

/* ============ RELATED POSTS ============ */
.related-posts { margin-top: 64px; }
.related-posts h2 {
  font-size: 22px; font-weight: 700; margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 780px) { .related-grid { grid-template-columns: 1fr; } }
.related-card {
  display: block; padding: 20px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all .2s var(--ease);
}
.related-card:hover { border-color: var(--primary); transform: translateY(-3px); }
.related-card .cat {
  display: inline-block; font-size: 11px; font-weight: 600;
  color: var(--accent-2); text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.related-card .title { font-weight: 600; font-size: 15px; line-height: 1.35; color: var(--text); }
.related-card .date { font-size: 12px; color: var(--text-muted); margin-top: 8px; }

/* botão de troca de tema */
.theme-toggle {
  display: inline-grid; place-items: center;
  width: 36px; height: 36px;
  margin-left: 6px;
  border: 1px solid var(--border); border-radius: 10px;
  background: var(--surface);
  color: var(--text-dim);
  cursor: pointer;
  transition: all .2s var(--ease);
}
.theme-toggle:hover { color: var(--text); border-color: var(--primary); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .sun { display: none; }
.theme-toggle .moon { display: block; }
[data-theme="light"] .theme-toggle .sun { display: block; }
[data-theme="light"] .theme-toggle .moon { display: none; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--primary-2); }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ============ TOPBAR ============ */
.topbar {
  background: linear-gradient(90deg, #050812 0%, #0f172a 100%);
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-dim);
}
.topbar .container {
  display: flex; gap: 24px; align-items: center;
  padding-top: 10px; padding-bottom: 10px;
  flex-wrap: wrap;
}
.topbar-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar-item svg { width: 14px; height: 14px; color: var(--primary-2); }
.topbar-right { margin-left: auto; display: flex; gap: 14px; align-items: center; }
.topbar-right a svg { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.topbar-right a:hover svg { transform: translateY(-2px); }
.btn-support {
  padding: 6px 14px;
  border: 1px solid var(--primary);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-2);
  transition: all .2s var(--ease);
}
.btn-support:hover { background: var(--primary); color: #fff; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,15,28,0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: all .3s var(--ease);
}
.nav .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px;
}
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--text); text-decoration: none; }
.logo-img { height: clamp(26px, 2.2vw, 32px); width: auto; display: block; filter: drop-shadow(0 4px 16px rgba(59,130,246,0.25)); }
.logo-wordmark { display: inline-flex; align-items: baseline; color: var(--text); font-weight: 700; }
.logo-wordmark strong,
.logo-wordmark span { color: inherit; font-weight: inherit; }
footer .logo { font-size: 16px; gap: 8px; }
footer .logo-img { height: 26px; }
@media (max-width: 640px) {
  .logo { font-size: 16px; gap: 8px; }
  .logo-img { height: 24px; }
}

.nav-links { display: flex; gap: 4px; align-items: center; list-style: none; }
.nav-links a {
  padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 500;
  color: var(--text-dim); transition: all .2s var(--ease);
}
.nav-links a:hover { background: var(--surface); color: var(--text); }
.nav-links .has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: 100%; left: 0; margin-top: 8px;
  min-width: 320px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 8px;
  box-shadow: var(--shadow);
  opacity: 0; pointer-events: none; transform: translateY(8px);
  transition: all .2s var(--ease);
}
.nav-links .has-dropdown:hover .dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); }
.dropdown a {
  display: block; padding: 10px 14px; border-radius: 8px;
  font-size: 13px; color: var(--text);
}
.dropdown a:hover { background: var(--bg-2); color: var(--primary-2); }
.nav-cta {
  padding: 10px 20px; border-radius: 100px;
  background: linear-gradient(135deg, var(--primary), #2563eb);
  color: #fff !important; font-weight: 600; font-size: 13px;
  box-shadow: 0 4px 20px -4px rgba(59,130,246,0.6);
  transition: transform .2s var(--ease);
}
.nav-cta:hover { transform: translateY(-2px); background: linear-gradient(135deg, var(--primary), #2563eb) !important; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s var(--ease); }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 92vh;
  display: grid; place-items: center;
  overflow: hidden;
  padding: 80px 0;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('/midias/imagem/527ecf693d600998dbebd42dd523fda330d2cfb9.webp');
  background-size: cover; background-position: center;
  filter: brightness(0.35) saturate(0.8);
  transform: scale(1.05);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(59,130,246,0.25) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 80%, rgba(245,158,11,0.2) 0%, transparent 50%),
              linear-gradient(180deg, transparent 0%, var(--bg) 100%);
}
.hero-content { position: relative; text-align: center; max-width: 900px; padding: 0 24px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; background: rgba(59,130,246,0.15);
  border: 1px solid rgba(59,130,246,0.3);
  border-radius: 100px; font-size: 12px; font-weight: 500;
  color: var(--primary-2); margin-bottom: 24px;
  backdrop-filter: blur(10px);
}
.hero-badge .dot { width: 6px; height: 6px; background: var(--success); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{ opacity: 1; } 50%{ opacity: 0.4; } }

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.03em; margin-bottom: 20px;
  background: linear-gradient(180deg, #fff 0%, #a5b4c8 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero h1 .highlight {
  background: linear-gradient(135deg, var(--primary-2) 0%, var(--accent-2) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p.lead {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--text-dim); max-width: 640px; margin: 0 auto 40px;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 100px;
  font-weight: 600; font-size: 14px;
  transition: all .25s var(--ease);
  border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), #2563eb);
  color: #fff;
  box-shadow: 0 8px 30px -8px rgba(59,130,246,0.6);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px -8px rgba(59,130,246,0.8); color: #fff; }
.btn-ghost {
  background: rgba(255,255,255,0.05);
  border-color: var(--border);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); color: var(--text); }
.btn-accent {
  background: linear-gradient(135deg, var(--accent), #d97706);
  color: #fff;
  box-shadow: 0 8px 30px -8px rgba(245,158,11,0.6);
}
.btn-accent:hover { transform: translateY(-2px); color: #fff; }

.hero-stats {
  margin-top: 60px; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 32px;
  max-width: 800px; margin-left: auto; margin-right: auto;
}
.stat-num {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800; letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--primary-2), var(--accent-2));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; }

/* ============ SECTIONS ============ */
section { padding: 100px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600;
  color: var(--primary-2); text-transform: uppercase; letter-spacing: 0.15em;
  margin-bottom: 14px;
}
.section-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; letter-spacing: -0.02em; line-height: 1.15;
  margin-bottom: 16px;
}
.section-head p { color: var(--text-dim); font-size: 17px; }

/* ============ SOBRE ============ */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.about-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.about-image img { transition: transform .8s var(--ease); }
.about-image:hover img { transform: scale(1.05); }
.about-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(59,130,246,0.15), transparent);
}
.about-badge {
  position: absolute; bottom: 20px; right: 20px;
  background: linear-gradient(135deg, var(--primary), #2563eb);
  padding: 20px 24px; border-radius: var(--radius);
  color: #fff; box-shadow: var(--shadow);
}
.about-badge .num { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.about-badge .txt { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.9; margin-top: 4px; }

.about-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 20px; line-height: 1.2; }
.about-text p { color: var(--text-dim); margin-bottom: 28px; }
.about-features { list-style: none; display: grid; gap: 12px; }
.about-features li {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all .2s var(--ease);
}
.about-features li:hover { transform: translateX(4px); border-color: var(--primary); background: var(--surface-2); }
.about-features .check {
  width: 28px; height: 28px; flex-shrink: 0;
  background: rgba(59,130,246,0.15); color: var(--primary-2);
  border-radius: 8px; display: grid; place-items: center;
}
.about-features a { font-weight: 500; flex: 1; }
.about-features .arrow { color: var(--text-muted); transition: transform .2s var(--ease); }
.about-features li:hover .arrow { transform: translateX(4px); color: var(--primary-2); }

/* ============ MODULES ============ */
.modules-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.module-card {
  position: relative;
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 0;
  overflow: hidden;
  transition: all .35s var(--ease);
}
.module-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: var(--shadow-glow);
}
.module-image { aspect-ratio: 16/9; overflow: hidden; position: relative; }
.module-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.module-card:hover .module-image img { transform: scale(1.08); }
.module-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, var(--bg-2) 100%);
}
.module-body { padding: 28px; }
.module-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, rgba(59,130,246,0.2), rgba(245,158,11,0.1));
  border: 1px solid rgba(59,130,246,0.3);
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--primary-2);
  margin-bottom: 16px;
}
.module-body h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 8px; }
.module-body .subtitle { color: var(--accent-2); font-size: 13px; margin-bottom: 12px; font-weight: 500; }
.module-body p { color: var(--text-dim); font-size: 14px; margin-bottom: 20px; }
.module-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--primary-2); font-weight: 600; font-size: 13px;
}
.module-link:hover { gap: 10px; }

/* ============ BLOG ============ */
.blog-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.blog-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .3s var(--ease);
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); border-color: var(--primary); }
.blog-image { aspect-ratio: 16/10; overflow: hidden; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.blog-card:hover .blog-image img { transform: scale(1.08); }
.blog-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-date {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.blog-body h3 { font-size: 15px; font-weight: 600; line-height: 1.35; margin-bottom: 10px; letter-spacing: -0.01em; }
.blog-body p { color: var(--text-dim); font-size: 13px; flex: 1; }

/* ============ DEPOIMENTOS ============ */
.testimonials { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial {
  background: linear-gradient(135deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
}
.testimonial::before {
  content: """; position: absolute; top: 10px; right: 30px;
  font-size: 120px; font-family: Georgia, serif;
  color: var(--primary); opacity: 0.15; line-height: 1;
}
.testimonial h3 { font-size: 18px; font-weight: 700; margin-bottom: 16px; color: var(--accent-2); }
.testimonial p { color: var(--text-dim); font-size: 15px; margin-bottom: 24px; line-height: 1.7; }
.testimonial-meta {
  display: flex; align-items: center; gap: 14px;
  padding-top: 20px; border-top: 1px solid var(--border);
}
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid; place-items: center;
  color: #fff; font-weight: 700; font-size: 16px;
}
.testimonial-name { font-weight: 600; font-size: 14px; }
.testimonial-role { font-size: 12px; color: var(--text-muted); }

/* ============ CTA / FORM ============ */
.cta-section {
  background: linear-gradient(135deg, #050812 0%, #1a2234 50%, #050812 100%);
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(59,130,246,0.3), transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(245,158,11,0.2), transparent 50%);
}
.cta-wrap { position: relative; max-width: 800px; margin: 0 auto; text-align: center; }
.cta-wrap h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700; letter-spacing: -0.02em; margin-bottom: 16px;
}
.cta-wrap p { color: var(--text-dim); margin-bottom: 40px; font-size: 17px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; text-align: left; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--text-muted);
}
.form-field input, .form-field textarea {
  padding: 14px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text); font-size: 14px;
  font-family: inherit;
  transition: all .2s var(--ease);
}
.form-field input:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(59,130,246,0.05);
  box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-check { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; color: var(--text-dim); font-size: 13px; }
.form-check input { width: 18px; height: 18px; accent-color: var(--primary); }
.form-submit { grid-column: 1 / -1; }
.form-submit button { width: 100%; padding: 16px; font-size: 15px; }

/* ============ FOOTER ============ */
footer {
  background: #050812; border-top: 1px solid var(--border);
  padding: 60px 0 24px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; color: var(--text); }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { color: var(--text-dim); font-size: 14px; }
.footer-about p { color: var(--text-dim); font-size: 14px; margin: 16px 0 20px; max-width: 320px; }
.social { display: flex; gap: 10px; }
.social a {
  width: 36px; height: 36px; display: grid; place-items: center;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 10px; transition: all .2s var(--ease);
}
.social a:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-2px); }
.social svg { width: 16px; height: 16px; }
.footer-bottom {
  padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center;
  color: var(--text-muted); font-size: 13px; flex-wrap: wrap; gap: 12px;
}

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 50;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366;
  display: grid; place-items: center;
  box-shadow: 0 8px 30px -4px rgba(37,211,102,0.6);
  transition: transform .2s var(--ease);
  animation: bounce 3s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); }
@keyframes bounce {
  0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)}
}
.whatsapp-float svg { width: 30px; height: 30px; color: #fff; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(24px); transition: all .8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============ INNER PAGES ============ */
.page-hero {
  position: relative;
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #050812 0%, #1a2234 50%, #050812 100%);
  overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(59,130,246,0.2), transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(245,158,11,0.15), transparent 50%);
}
.page-hero-content { position: relative; max-width: 800px; }
.breadcrumb {
  display: flex; gap: 8px; font-size: 13px; color: var(--text-muted);
  list-style: none; margin-bottom: 20px;
}
.breadcrumb a { color: var(--primary-2); }
.breadcrumb li::after { content: "/"; margin-left: 8px; color: var(--border); }
.breadcrumb li:last-child::after { display: none; }
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.1;
  background: linear-gradient(180deg, #fff 0%, #a5b4c8 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.page-hero .subtitle { font-size: 18px; color: var(--text-dim); }

.article {
  max-width: 860px; margin: 0 auto;
  font-size: 16px; line-height: 1.8;
}
.article h2 {
  font-size: 1.6rem; font-weight: 700; letter-spacing: -0.02em;
  margin: 40px 0 16px; color: var(--text);
}
.article h3 {
  font-size: 1.2rem; font-weight: 600;
  margin: 28px 0 12px; color: var(--accent-2);
}
.article p { color: var(--text-dim); margin-bottom: 18px; }
.article ul {
  list-style: none; padding: 0;
  display: grid; gap: 10px; margin: 24px 0;
}
.article ul li {
  padding: 12px 16px 12px 44px; position: relative;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 10px; color: var(--text); font-size: 14px;
  transition: all .2s var(--ease);
}
.article ul li::before {
  content: ""; position: absolute; left: 14px; top: 50%;
  width: 16px; height: 16px; transform: translateY(-50%);
  background: var(--primary); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(59,130,246,0.2);
}
.article ul li:hover { border-color: var(--primary); transform: translateX(4px); }
.article img { border-radius: var(--radius-lg); margin: 28px 0; }
.article .lead-media {
  width: 100%; aspect-ratio: 16/7; object-fit: cover;
  border-radius: var(--radius-lg); margin-bottom: 40px;
}

.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  align-items: start; max-width: 1000px; margin: 0 auto;
}
.contact-info {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px;
}
.contact-info h3 { font-size: 1.2rem; margin-bottom: 20px; }
.contact-info-item {
  display: flex; gap: 14px; padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item .icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(59,130,246,0.15); color: var(--primary-2);
  border-radius: 10px; display: grid; place-items: center;
}
.contact-info-item .label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.contact-info-item .value { font-size: 15px; margin-top: 2px; }
.contact-info-item .value a { color: var(--text); }

.testimonials-full {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}

.news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.pagination {
  display: flex; gap: 8px; justify-content: center; margin-top: 50px;
  list-style: none;
}
.pagination a, .pagination span {
  padding: 10px 14px; border-radius: 10px;
  background: var(--surface); border: 1px solid var(--border);
  font-size: 13px; font-weight: 600; color: var(--text-dim);
  transition: all .2s var(--ease);
}
.pagination a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.pagination .active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .nav-links { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--bg-2); flex-direction: column; padding: 20px; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; padding: 12px 14px; }
  .nav-toggle { display: flex; }
  .about-grid, .modules-grid, .testimonials, .blog-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .topbar-right { width: 100%; margin-left: 0; justify-content: flex-start; }
  section { padding: 70px 0; }
  .contact-grid, .testimonials-full, .news-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
}
