/* Crivofino site marketing — shared stylesheet v6 (2026-05-12)
 * Brand v6 · Badge Challenge Coin · Dark dominante · família Loener
 *
 * Tokens v6 finalizados:
 *   --cf-navy-deep:    #050B18  (body bg · IGUAL bg dos badges PNG · logo "flutua")
 *   --cf-navy-mid:     #0D162C  (cards mid)
 *   --cf-navy-card:    #15203E  (cards escuros)
 *   --cf-ouro:         #B8893A  (dourado armadura · acento principal)
 *   --cf-ouro-luz:     #E8C97F  (dourado claro · highlights)
 *   --cf-bordo:        #B35450  (alerta · capa Arcanjo)
 *   --cf-rose-dust:    #C4929E  (sensibilidade feminina sutil)
 *   --cf-lavanda:      #B8A6D9  (sagrado feminino)
 *   --pedra-50:        #F8F7F3  (texto principal sobre dark)
 *
 * Tipografia família Loener: Fraunces (display) + Geist (body) + JetBrains Mono
 * Mood: guardião sensível · vigília calma · família com badges challenge coin
 *
 * Notas v6:
 *   - Tema DARK dominante (não mais cream/areia · navy noite profundo)
 *   - Logo principal = badge-flor-A.png (challenge coin metálico fotorrealístico)
 *   - Logo Crivo Arcanjo card = badge-arcanjo-A.png
 *   - Arcanjo background fixed (atrás · scroll passa por cima)
 *   - 5 mini-shields nas frentes (estilo família badge)
 *   - Bandeiras SVG inline (Windows-compatible · sem emoji broken)
 */

/* Fonts família Loener: Fraunces display + Geist body + JetBrains Mono */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Geist:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap');

/* ===== Reset & base ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

:root {
  --sand-50: #FBF8F2;
  --sand-100: #F4F0E8;
  --sand-200: #E8E0D2;
  --sand-300: #D4C9B5;
  --brand-50: #EDF1F7;
  --brand-100: #D0DAEB;
  --brand-500: #4A6FA5;
  --brand-700: #36537A;
  --brand-800: #2A4061;
  --accent-50: #FBEBE6;
  --accent-500: #C24A38;
  --accent-700: #8E3527;
  --mint-50: #DCFCE7;
  --mint-700: #065F46;
  --mustard-50: #FEF3C7;
  --mustard-500: #C9A227;
  --mustard-700: #92400E;
  --bordo-700: #7A3B3B;
  /* Ouro envelhecido — miolo da flor maracujá ("passou pelo crivo") */
  --ouro-50: #FAF3DE;
  --ouro-300: #DDBF7A;
  --ouro-500: #B8893A;
  --ouro-700: #8A6428;
  /* Musgo profundo — opcional pra Crivo Arcanjo carro-chefe (oficial/escudo) */
  --musgo-500: #4A6B5A;
  --musgo-700: #2D4A3E;
  /* === V6 BRAND tokens · dark dominante · família badges Hailuo === */
  --cf-navy-deep:   #050B18;  /* body bg · IGUAL bg dos badges PNG */
  --cf-navy-mid:    #0D162C;  /* cards mid */
  --cf-navy-card:   #15203E;  /* cards escuros */
  --cf-navy-light:  #3D5285;  /* destaque navy */
  --cf-navy-pale:   #A39584;  /* texto sutil warm (não azul) */

  --cf-ouro:        #B8893A;  /* dourado armadura · acento principal */
  --cf-ouro-luz:    #E8C97F;  /* dourado claro · highlights */
  --cf-ouro-deep:   #8A6428;  /* dourado escuro · hover */
  --cf-ouro-glow:   rgba(184, 137, 58, 0.18);

  --cf-bordo:       #B35450;  /* alerta · capa Arcanjo · selo Cf */
  --cf-bordo-deep:  #73302E;
  --cf-bordo-soft:  rgba(179, 84, 80, 0.12);

  --cf-rose-dust:   #C4929E;  /* sensibilidade feminina sutil */
  --cf-rose-deep:   #A06B78;
  --cf-rose-soft:   #F4DBDF;
  --cf-rose-glow:   rgba(196, 146, 158, 0.14);

  --cf-lavanda:     #B8A6D9;  /* sagrado feminino */
  --cf-lavanda-glow:rgba(184, 166, 217, 0.16);

  --cf-mint:        #34D399;  /* verificado · passou no crivo */
  --cf-mint-soft:   rgba(52, 211, 153, 0.12);
  --cf-amber:       #FACC15;  /* atenção · Arcanjo amarelo */
  --cf-amber-soft:  rgba(250, 204, 21, 0.14);
  --cf-orange:      #FB923C;  /* laranja · Arcanjo nível 3 */
  --cf-orange-soft: rgba(251, 146, 60, 0.14);

  --pedra-50:       #F8F7F3;  /* texto principal sobre dark */
  --pedra-200:      #D1CCC1;
  --pedra-400:      #8B8579;
  --pedra-600:      #4A453E;
  --pedra-800:      #1C1A16;

  /* Legacy aliases (v3 mantidos pra retro-compat com classes antigas) */
  --navy-noite:    #1B2A3F;
  --navy-noite-2:  #0F1620;
  --bordo-arquivo: #73302E;
  --ouro-medieval: #B8893A;
  --papel-frio:    #F2EFE8;
  --grafite:       #3E4754;
  /* TEXT em tema dark · OVERRIDE */
  --text-primary:   #F8F7F3;
  --text-secondary: #A39584;
  --text-muted:     #6B7280;
  --text-inverse:   #050B18;
  /* Tipografia família Loener completa */
  --font-body: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --font-mono: "JetBrains Mono", "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --shadow-soft: 0 2px 6px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.45);
  --easing-out: cubic-bezier(0.4, 0, 0.2, 1);
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-full: 999px;
}

body {
  font-family: var(--font-body);
  background: var(--cf-navy-deep);  /* DARK · igual bg badges */
  color: var(--text-primary);
  line-height: 1.65;
  min-height: 100vh;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
}

a {
  color: var(--cf-rose-dust);
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover { color: var(--cf-rose-soft); text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

/* ===== Layout ===== */
.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== Nav · v6 dark glass · matched body bg pra não fita clara em cima ===== */
nav.site-nav {
  background: rgba(5, 11, 24, 0.92);  /* IGUAL --cf-navy-deep · sem destoar */
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(184, 137, 58, 0.18);
  padding: 0.7rem 0;
  position: sticky;
  top: 0;
  z-index: 50;
}
nav.site-nav .container {
  max-width: 1180px;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
nav.site-nav .brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--pedra-50);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 96;
  font-style: italic;
}
nav.site-nav .brand img {
  width: 44px;
  height: 44px;
  display: block;
  filter:
    drop-shadow(0 3px 8px rgba(0, 0, 0, 0.55))
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.7));
  transition: transform 0.25s var(--easing-out), filter 0.25s var(--easing-out);
}
nav.site-nav .brand img:hover {
  transform: translateY(-2px);
  filter:
    drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65))
    drop-shadow(0 2px 4px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 12px rgba(184, 137, 58, 0.3));
}
nav.site-nav .brand:hover { text-decoration: none; }
nav.site-nav .links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}
nav.site-nav .links a {
  color: var(--cf-navy-pale);
  font-weight: 500;
}
nav.site-nav .links a:hover { color: var(--cf-rose-dust); text-decoration: none; }
nav.site-nav .cta {
  display: inline-block;
  padding: 0.55rem 1.2rem;
  background: var(--cf-ouro);
  color: var(--cf-navy-deep);
  border-radius: var(--r-full);
  font-weight: 700;
  font-size: 0.92rem;
  transition: all 0.2s var(--easing-out);
}
nav.site-nav .cta:hover {
  background: var(--cf-ouro-luz);
  color: var(--cf-navy-deep);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px var(--cf-ouro-glow);
}

@media (max-width: 640px) {
  nav.site-nav .links { display: none; }
}

/* ===== Typography v6 · Fraunces display + Geist body (família Loener) · DARK ===== */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--pedra-50);  /* dark theme · texto claro */
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-weight: 600;
  font-variation-settings: "opsz" 144;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 1rem; font-weight: 700; }
h2 { font-size: 1.85rem; margin: 2.5rem 0 1rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.5rem; font-weight: 600; }
h4 { font-size: 1.05rem; margin-bottom: 0.4rem; font-weight: 600; }

p { margin-bottom: 1rem; color: var(--cf-navy-pale); }
p.lead {
  font-size: 1.15rem;
  color: var(--cf-navy-pale);
  max-width: 640px;
  line-height: 1.55;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cf-ouro-luz);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.35rem 0.85rem;
  border-radius: var(--r-full);
  background: rgba(184, 137, 58, 0.12);
  border: 1px solid rgba(184, 137, 58, 0.35);
  margin-bottom: 1rem;
}

ul, ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
ul li, ol li {
  margin-bottom: 0.5rem;
  color: var(--cf-navy-pale);
}

code, .mono {
  font-family: var(--font-mono);
  font-size: 0.9em;
  background: var(--cf-navy-card);
  color: var(--cf-ouro-luz);
  padding: 0.1em 0.4em;
  border-radius: 4px;
}

/* ===== Sections v6 · DARK ===== */
section.hero {
  padding: 4rem 0 3rem;
  background: transparent;  /* deixa Arcanjo bg fixed aparecer */
  border-bottom: 1px solid rgba(184, 137, 58, 0.18);
  position: relative;
  z-index: 2;
}
section.hero h1 { max-width: 920px; color: var(--pedra-50); }
section.hero p.lead { max-width: 720px; margin-top: 1rem; color: var(--cf-navy-pale); }

section.content { padding: 3rem 0; position: relative; z-index: 2; }
section.content-alt {
  padding: 3rem 0;
  background: var(--cf-navy-mid);
  border-top: 1px solid rgba(184, 137, 58, 0.18);
  border-bottom: 1px solid rgba(184, 137, 58, 0.18);
  position: relative;
  z-index: 2;
}

/* ===== Buttons v6 · pill dourado primary ===== */
.btn {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  background: var(--cf-ouro);
  color: var(--cf-navy-deep);
  border-radius: var(--r-full);
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s var(--easing-out);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.btn:hover {
  background: var(--cf-ouro-luz);
  color: var(--cf-navy-deep);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px var(--cf-ouro-glow);
}

.btn.secondary {
  background: transparent;
  color: var(--cf-rose-dust);
  border: 1px solid rgba(196, 146, 158, 0.4);
  box-shadow: none;
}
.btn.secondary:hover { background: rgba(196, 146, 158, 0.1); color: var(--cf-rose-soft); }

.btn.accent { background: var(--cf-bordo); color: var(--pedra-50); }
.btn.accent:hover { background: var(--cf-bordo-deep); }

.cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0 1rem;
}

/* ===== Cards v6 · DARK ===== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 137, 58, 0.2);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
  transition: all 0.2s var(--easing-out);
}
.card:hover {
  border-color: rgba(184, 137, 58, 0.5);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.card h3 {
  color: var(--pedra-50);
  margin-bottom: 0.5rem;
}
.card p {
  font-size: 0.95rem;
  color: var(--cf-navy-pale);
  line-height: 1.55;
  margin-bottom: 0;
}

.card.accent { border-left: 4px solid var(--cf-bordo); }
.card.brand { border-left: 4px solid var(--cf-ouro); }
.card.mint { border-left: 4px solid var(--cf-mint); }
.card.bordo { border-left: 4px solid var(--cf-bordo); }

/* ===== Tables v6 · DARK ===== */
table.simple {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin: 1.5rem 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(184, 137, 58, 0.2);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
table.simple th,
table.simple td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(184, 137, 58, 0.15);
  color: var(--cf-navy-pale);
}
table.simple th {
  background: rgba(184, 137, 58, 0.08);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--cf-ouro-luz);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
table.simple tr:last-child td { border-bottom: none; }

/* ===== Footer v6 · DARK ===== */
footer.site-footer {
  padding: 3rem 0 2rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(184, 137, 58, 0.18);
  margin-top: 4rem;
  position: relative;
  z-index: 3;
}
footer.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
footer.site-footer h4 {
  font-size: 0.85rem;
  color: var(--cf-rose-dust);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-family: var(--font-body);
}
footer.site-footer ul { list-style: none; padding: 0; }
footer.site-footer li { margin-bottom: 0.4rem; font-size: 0.92rem; }
footer.site-footer a { color: var(--cf-rose-dust); }
footer.site-footer a:hover { color: var(--cf-rose-soft); text-decoration: none; }
footer.site-footer .copyright {
  border-top: 1px solid rgba(184, 137, 58, 0.18);
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--cf-navy-pale);
  text-align: center;
}

/* ===== Badge ===== */
.badge {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.badge-mint { background: var(--mint-50); color: var(--mint-700); }
.badge-mustard { background: var(--mustard-50); color: var(--mustard-700); }
.badge-accent { background: var(--accent-50); color: var(--accent-700); }
.badge-bordo { background: #FFE4E6; color: var(--bordo-700); }

/* ===== Quote / pull ===== */
blockquote.serene {
  margin: 2rem 0;
  padding: 1.25rem 1.75rem;
  border-left: 3px solid var(--brand-500);
  font-style: italic;
  color: var(--text-secondary);
  background: var(--sand-50);
  border-radius: 0 8px 8px 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

/* ===== Misc ===== */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.divider {
  height: 1px;
  background: var(--sand-200);
  margin: 2rem 0;
  border: none;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--brand-800);
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  z-index: 100;
}
.skip-link:focus { top: 0; }

/* ===== Status Grid (Crivo Arcanjo 4 níveis visuais) ===== */
.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
.status-card {
  background: white;
  border: 1px solid var(--sand-200);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.status-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.status-card .badge { align-self: flex-start; }
.status-card h4 {
  font-family: var(--font-display);
  color: var(--brand-800);
  font-size: 1.05rem;
  margin: 0.2rem 0 0;
}
.status-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}
.status-card.solido { border-top: 3px solid var(--mint-700); }
.status-card.estavel { border-top: 3px solid var(--mustard-500); }
.status-card.interpretativo { border-top: 3px solid var(--accent-500); }
.status-card.movimento { border-top: 3px solid var(--bordo-700); }

/* ===== Scene Rotator (hero cenas humanas) ===== */
.scene-rotator {
  position: relative;
  min-height: 8rem;
  margin: 1.75rem 0 1rem;
}
.scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.scene.is-active {
  opacity: 1;
  pointer-events: auto;
}
.scene-text {
  font-family: var(--font-display);
  color: var(--brand-800);
  font-size: 1.25rem;
  line-height: 1.45;
  margin: 0;
  font-weight: 600;
  font-style: italic;
}
.scene-feature {
  display: block;
  margin-top: 0.55rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1rem;
  color: var(--brand-700);
  font-style: normal;
}
.scene-dots {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: flex;
  gap: 0.45rem;
}
.scene-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sand-300);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.scene-dot.is-active {
  background: var(--brand-700);
  transform: scale(1.3);
}
.scene-dot:focus-visible {
  outline: 2px solid var(--brand-500);
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .scene-rotator { min-height: 10rem; }
  .scene-text { font-size: 1.1rem; }
}

/* ===== Espelho BR ===== */
.espelho-br {
  background: linear-gradient(135deg, var(--sand-50) 0%, #ffffff 100%);
  border: 1px solid var(--sand-200);
  border-left: 4px solid var(--mint-700);
  border-radius: 12px;
  padding: 1.1rem 1.5rem;
  margin: 1.25rem 0;
  font-size: 0.95rem;
}
.espelho-br header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
}
.espelho-br .flag { font-size: 1.1rem; }
.espelho-br h4 {
  font-family: var(--font-body);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mint-700);
  font-weight: 700;
  margin: 0;
}
.espelho-br dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.4rem 1rem;
  margin: 0;
}
.espelho-br dt {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.85rem;
}
.espelho-br dd {
  color: var(--text-secondary);
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .espelho-br dl { grid-template-columns: 1fr; gap: 0.15rem 0; }
  .espelho-br dt { margin-top: 0.5rem; }
  .espelho-br dt:first-child { margin-top: 0; }
}

/* ===== Case cards (por-que-existe) — template Mato Seco LeleCheck adaptado ===== */
.case-card {
  background: white;
  border: 1px solid var(--sand-200);
  border-radius: 14px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-soft);
  transition: box-shadow 0.2s ease;
}
.case-card:hover {
  box-shadow: 0 8px 24px rgba(60, 40, 20, 0.06);
}
.case-card header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--sand-100);
}
.case-card .case-flag {
  font-size: 1.4em;
  line-height: 1;
}
.case-card .case-meta {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text-muted);
  background: var(--sand-100);
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
}
.case-card .case-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--bordo-700);
  letter-spacing: -0.02em;
  margin-bottom: 0.15rem;
  line-height: 1.1;
  font-family: var(--font-display);
}
.case-card .case-value-brl {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-style: italic;
}
.case-card h3 {
  margin: 0.2rem 0 0.6rem;
  font-size: 1.15rem;
  color: var(--brand-800);
  line-height: 1.3;
}
.case-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 0.6rem;
  line-height: 1.55;
}
.case-card .case-detected {
  background: var(--mint-50);
  border-left: 3px solid var(--mint-700);
  padding: 0.85rem 1.1rem;
  margin: 1rem 0;
  border-radius: 0 8px 8px 0;
}
.case-card .case-detected-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--mint-700);
  font-weight: 700;
  margin-bottom: 0.3rem;
  font-family: var(--font-body);
}
.case-card .case-detected-text {
  font-size: 0.92rem;
  color: var(--text-primary);
  line-height: 1.55;
}
.case-card .case-detected-text strong {
  color: var(--brand-800);
  font-weight: 600;
}
.case-card .case-source {
  display: inline-block;
  color: var(--accent-700);
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 0.5rem;
  border-bottom: 1px dashed var(--accent-500);
  padding-bottom: 1px;
  font-style: normal;
}
.case-card .case-source:hover {
  color: var(--bordo-700);
  border-bottom-color: var(--bordo-700);
  text-decoration: none;
}

/* Princípio fundador block (entrada da página) */
.principle-block {
  background: white;
  border: 1px solid var(--sand-200);
  border-radius: 16px;
  padding: 2rem;
  max-width: 920px;
  margin: 0 auto 2.5rem;
  box-shadow: var(--shadow-soft);
}
.principle-block .principle-num {
  font-family: var(--font-mono);
  color: var(--accent-700);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.principle-block h2 {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}
.principle-block p {
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}
.principle-block p:last-child {
  margin-bottom: 0;
}

/* ===== Disclaimer cirúrgico (rodapé output) ===== */
.disclaimer-surgical {
  font-size: 0.83rem;
  color: var(--text-muted);
  background: var(--sand-50);
  border-radius: 8px;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--sand-200);
  margin: 1.5rem 0;
  line-height: 1.55;
}

/* ===== Focus visible global ===== */
:focus-visible {
  outline: 2px solid var(--brand-500);
  outline-offset: 2px;
  border-radius: 4px;
}

/* =========================================================================
   Direção B Híbrida v3 — Arcanjo background + Refração + Medieval sutil
   =========================================================================
   O Arcanjo paira no fundo. Não fala, não se mete. Só está.

   Estados:
     - REPOUSO (default): /assets/arcanjo-repouso.jpg em mix-blend-mode: screen
     - AÇÃO   (body.arcanjo-acao): /assets/arcanjo-acao.jpg

   Truque técnico: a imagem do Arcanjo tem fundo preto puro (#000000).
   mix-blend-mode: screen faz o preto ficar invisível e só o Arcanjo aparece,
   sem precisar processar a imagem (sem PNG transparente, sem alpha channel).
   ========================================================================= */

/* ===== Arcanjo background v6 · centralizado · cobre página · scroll passa por cima ===== */
.arcanjo-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: var(--cf-navy-deep);
}

.arcanjo-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('/assets/arcanjo-repouso.png');
  background-size: cover;          /* asas dominam · escudo no centro */
  background-repeat: no-repeat;
  background-position: center center;
  mix-blend-mode: screen;
  opacity: 0.32;
  transition: opacity 1.5s ease-in-out, background-image 1.5s ease-in-out;
  filter: contrast(1.1) saturate(0.95) brightness(1.05);
}

.arcanjo-background::after {
  /* Glow dourado central · acentua o escudo */
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 50vw;
  height: 50vh;
  background: radial-gradient(ellipse at center,
    var(--cf-ouro-glow) 0%,
    var(--cf-rose-glow) 40%,
    transparent 70%);
  pointer-events: none;
  filter: blur(50px);
}

/* Estado AÇÃO — quando user vira Pro / Arcanjo é "acendido" */
body.arcanjo-acao .arcanjo-background::before {
  background-image: url('/assets/arcanjo-acao.png');
  opacity: 0.26;
}

/* Mobile — Arcanjo cobre · opacity menor */
@media (max-width: 768px) {
  .arcanjo-background::before {
    background-size: cover;
    opacity: 0.22;
  }
  body.arcanjo-acao .arcanjo-background::before {
    opacity: 0.32;
  }
}

/* Pra sobre fundo navy escuro (hero dark Direção B), usar screen */
.arcanjo-background.on-dark::before {
  mix-blend-mode: screen;
  opacity: 0.18;
}
body.arcanjo-acao .arcanjo-background.on-dark::before {
  opacity: 0.26;
}

/* Honrar preferência do usuário por motion reduzido */
@media (prefers-reduced-motion: reduce) {
  .arcanjo-background::before {
    transition: none;
  }
}

/* ===== Hero refração (Direção B) — gradiente "manuscrito iluminado" ===== */
section.hero.refracao {
  background: linear-gradient(135deg,
    var(--navy-noite) 0%,
    var(--navy-noite-2) 30%,
    var(--bordo-arquivo) 65%,
    var(--ouro-medieval) 100%);
  color: var(--papel-frio);
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
section.hero.refracao h1,
section.hero.refracao h2,
section.hero.refracao h3 {
  color: var(--papel-frio);
}
section.hero.refracao p.lead {
  color: rgba(242, 239, 232, 0.88);
}
section.hero.refracao .eyebrow {
  color: var(--ouro-medieval);
  background: rgba(184, 137, 58, 0.15);
  border-color: rgba(184, 137, 58, 0.3);
}

/* ===== Glifo refração — 3 linhas paralelas inclinadas (assinatura sutil) ===== */
.glifo-refracao {
  display: inline-flex;
  align-items: center;
  height: 1em;
  gap: 0.18em;
  transform: skewX(-18deg);
  margin-left: 0.4em;
  vertical-align: baseline;
}
.glifo-refracao span {
  display: block;
  width: 2px;
  background: currentColor;
  border-radius: 1px;
  opacity: 0.85;
}
.glifo-refracao span:nth-child(1) { height: 100%; }
.glifo-refracao span:nth-child(2) { height: 75%; opacity: 0.6; }
.glifo-refracao span:nth-child(3) { height: 50%; opacity: 0.35; }

/* ===== Selo "Cf" — passou pelo crivo (watermark editorial) ===== */
.selo-cf {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144;
  font-weight: 700;
  letter-spacing: -0.08em;
  color: var(--bordo-arquivo);
  line-height: 1;
}
.selo-cf::after {
  content: "";
  width: 0.18em;
  height: 0.18em;
  border-radius: 50%;
  background: var(--bordo-arquivo);
  margin-left: 0.3em;
  align-self: center;
}

/* ===== Linha-horizonte editorial (rodapé sutil de seções) ===== */
.linha-horizonte {
  position: relative;
  height: 1px;
  background: var(--navy-noite);
  opacity: 0.15;
  margin: 2.5rem 0 1.5rem;
}
.linha-horizonte::after {
  content: "Cf";
  position: absolute;
  right: 0;
  top: -0.9rem;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 24;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: -0.04em;
  color: var(--bordo-arquivo);
  background: var(--sand-50);
  padding-left: 0.5rem;
  opacity: 0.65;
}

/* ===========================================================
   v6 ADDITIONS · novas regras pra brand badge challenge coin
   =========================================================== */

/* ===== Topbar nav v6 · CrivoFino lockup com badge ===== */
nav.site-nav .lockup-cf {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--pedra-50);
  letter-spacing: -0.025em;
}

/* ===== Bandeiras SVG circulares · cross-platform · wizard + cards ===== */
.flag-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(184, 137, 58, 0.55);
  background: #FFF;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 0 3px rgba(184, 137, 58, 0.25);
  vertical-align: middle;
}
.flag-svg svg {
  width: 140%;
  height: 140%;
  display: block;
}

/* ===== Mini-shields das 5 frentes · família badge ===== */
.mini-shield-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 60px;
  border-radius: 18% 18% 50% 50% / 12% 12% 75% 75%;
  background: linear-gradient(135deg,
    rgba(232, 201, 127, 0.28) 0%,
    rgba(184, 137, 58, 0.35) 40%,
    rgba(115, 85, 35, 0.28) 100%);
  color: var(--cf-ouro-luz);
  outline: 2px solid rgba(184, 137, 58, 0.8);
  outline-offset: -1px;
  box-shadow:
    inset 0 1px 2px rgba(232, 201, 127, 0.5),
    inset 0 -3px 8px rgba(0, 0, 0, 0.45),
    inset 0 0 8px rgba(184, 137, 58, 0.22),
    0 5px 12px rgba(0, 0, 0, 0.55),
    0 2px 4px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s var(--easing-out), box-shadow 0.3s var(--easing-out);
}
.mini-shield-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  margin-top: -2px;
}
.card:hover .mini-shield-icon {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 2px rgba(232, 201, 127, 0.6),
    inset 0 -3px 8px rgba(0, 0, 0, 0.5),
    0 8px 18px rgba(0, 0, 0, 0.65),
    0 3px 6px rgba(0, 0, 0, 0.7),
    0 0 14px rgba(184, 137, 58, 0.35);
}

/* ===== Badge Arcanjo (Crivo Arcanjo card · usa badge real, não mini-shield) ===== */
.badge-arcanjo-icon {
  display: inline-flex;
  width: 60px;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.badge-arcanjo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 4px 8px rgba(0, 0, 0, 0.55))
    drop-shadow(0 2px 3px rgba(0, 0, 0, 0.7));
  transition: transform 0.3s var(--easing-out), filter 0.3s var(--easing-out);
}
.card:hover .badge-arcanjo-icon img {
  transform: translateY(-2px);
  filter:
    drop-shadow(0 8px 14px rgba(0, 0, 0, 0.65))
    drop-shadow(0 3px 5px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 12px rgba(184, 137, 58, 0.35));
}

/* ===== 4 níveis Arcanjo cards (Verde/Amarelo/Laranja/Bordô) v6 dark ===== */
.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}
.status-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 137, 58, 0.2);
  border-radius: var(--r-lg);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: all 0.2s var(--easing-out);
}
.status-card:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 137, 58, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
.status-card h4 {
  font-family: var(--font-display);
  color: var(--pedra-50);
  font-size: 1.05rem;
  margin: 0.2rem 0 0;
}
.status-card p {
  font-size: 0.9rem;
  color: var(--cf-navy-pale);
  line-height: 1.5;
  margin: 0;
}
.status-card.solido    { border-top: 3px solid var(--cf-mint); }
.status-card.estavel   { border-top: 3px solid var(--cf-amber); }
.status-card.interpretativo { border-top: 3px solid var(--cf-orange); }
.status-card.movimento { border-top: 3px solid var(--cf-bordo); }

/* ===== Blockquote serene v6 dark ===== */
blockquote.serene {
  margin: 2rem 0;
  padding: 1.25rem 1.75rem;
  border-left: 3px solid var(--cf-ouro);
  font-style: italic;
  color: var(--cf-rose-soft);
  background: rgba(184, 137, 58, 0.06);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

/* ===== Espelho BR v6 dark ===== */
.espelho-br {
  background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(184, 137, 58, 0.25);
  border-left: 4px solid var(--cf-mint);
  border-radius: var(--r-md);
  padding: 1.1rem 1.5rem;
  margin: 1.25rem 0;
  font-size: 0.95rem;
}
.espelho-br h4 {
  font-family: var(--font-body);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--cf-mint);
  font-weight: 700;
  margin: 0;
}
.espelho-br dt {
  font-weight: 600;
  color: var(--pedra-50);
  font-size: 0.85rem;
}
.espelho-br dd {
  color: var(--cf-navy-pale);
  font-size: 0.92rem;
}

/* ===== Case cards (por-que-existe Mato Seco) v6 dark ===== */
.case-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 137, 58, 0.2);
  border-radius: var(--r-lg);
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}
.case-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(184, 137, 58, 0.45);
}
.case-card .case-meta {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--cf-navy-pale);
  background: rgba(184, 137, 58, 0.1);
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
}
.case-card .case-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--cf-bordo);
  letter-spacing: -0.02em;
  margin-bottom: 0.15rem;
  line-height: 1.1;
  font-family: var(--font-display);
}
.case-card h3 { color: var(--pedra-50); }
.case-card p { color: var(--cf-navy-pale); }
.case-card .case-detected {
  background: rgba(52, 211, 153, 0.08);
  border-left: 3px solid var(--cf-mint);
  padding: 0.85rem 1.1rem;
  margin: 1rem 0;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.case-card .case-detected-label {
  color: var(--cf-mint);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  font-family: var(--font-body);
}
.case-card .case-detected-text { color: var(--pedra-50); }
.case-card .case-detected-text strong { color: var(--cf-ouro-luz); }
.case-card .case-source {
  color: var(--cf-rose-dust);
  font-weight: 500;
  border-bottom: 1px dashed var(--cf-rose-dust);
}

/* ===== Principle block (por-que-existe entrada) v6 dark ===== */
.principle-block {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 137, 58, 0.25);
  border-radius: var(--r-lg);
  padding: 2rem;
  max-width: 920px;
  margin: 0 auto 2.5rem;
}
.principle-block .principle-num {
  color: var(--cf-ouro-luz);
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.principle-block h2 { color: var(--pedra-50); }
.principle-block p { color: var(--cf-navy-pale); }

/* ===== Disclaimer surgical v6 dark ===== */
.disclaimer-surgical {
  font-size: 0.83rem;
  color: var(--cf-navy-pale);
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--r-sm);
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(184, 137, 58, 0.18);
}

/* ===== Containers · z-index pra ficar acima do Arcanjo bg ===== */
.container, .container-narrow {
  position: relative;
  z-index: 2;
}

/* ===== Print ===== */
@media print {
  nav.site-nav, footer.site-footer, .scene-dots, .arcanjo-background { display: none; }
  body { background: white; color: black; }
  h1, h2, h3, h4 { color: black; }
  p { color: #333; }
  a { color: black; text-decoration: underline; }
}

/* ===== Pente fino v6 · 2026-05-12 ===== */
/* Centraliza títulos e leads das sections principais (uniforme em desktop + mobile) */
.content h2,
.content-alt h2 {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.content .lead,
.content-alt .lead {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.content .eyebrow,
.content-alt .eyebrow {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ===== Seção Ferramentas v6 · cards grid · 2026-05-12 ===== */
.tools-section {
  position: relative;
  z-index: 2;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 1rem;
}
.tool-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px;
  background: var(--cf-navy-card);
  border: 1px solid rgba(184, 137, 58, 0.25);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text-primary);
  transition: transform 0.25s var(--easing-out), border-color 0.25s var(--easing-out), box-shadow 0.25s var(--easing-out);
  position: relative;
  overflow: hidden;
}
.tool-card:hover {
  transform: translateY(-3px);
  border-color: var(--cf-ouro);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55), 0 0 18px rgba(184, 137, 58, 0.2);
}
.tool-card--featured {
  background: linear-gradient(135deg, rgba(184, 137, 58, 0.12) 0%, var(--cf-navy-card) 60%);
  border-color: var(--cf-ouro);
}
.tool-card--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(232, 201, 127, 0.10) 0%, transparent 50%);
  pointer-events: none;
}
.tool-tag {
  display: inline-block;
  font-family: var(--font-body, system-ui);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 99px;
  background: rgba(184, 137, 58, 0.15);
  color: var(--cf-ouro-luz);
  align-self: flex-start;
  margin-bottom: 4px;
}
.tool-card h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0;
  color: var(--cf-ouro-luz);
  letter-spacing: -0.01em;
}
.tool-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--cf-navy-pale);
  margin: 0;
}
.tool-cta {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--cf-ouro);
  padding-top: 6px;
}
.tool-card:hover .tool-cta {
  color: var(--cf-ouro-luz);
}

/* ===== Arcanjo bg · Samsung Internet fallback ===== */
/* mix-blend-mode pode falhar em alguns mobile browsers · usar opacity fallback */
@supports not (mix-blend-mode: screen) {
  .arcanjo-background {
    mix-blend-mode: normal !important;
    opacity: 0.12 !important;
  }
}
/* Reforça z-index pra Samsung Internet renderizar fixed bg corretamente */
.arcanjo-background {
  -webkit-transform: translateZ(0); /* GPU layer pra mobile */
  transform: translateZ(0);
  will-change: opacity;
}

/* ===== Seção Fórum vitrine v6 · 2026-05-12 ===== */
.forum-section { position: relative; z-index: 2; }
.forum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 1rem;
}
.forum-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  background: var(--cf-navy-card);
  border: 1px solid rgba(184, 137, 58, 0.2);
  border-top: 3px solid var(--cat-color, var(--cf-ouro));
  border-radius: 14px;
  text-decoration: none;
  color: var(--text-primary);
  transition: transform 0.2s var(--easing-out), border-color 0.2s var(--easing-out), box-shadow 0.2s var(--easing-out);
  position: relative;
}
.forum-card:hover {
  transform: translateY(-2px);
  border-color: var(--cat-color, var(--cf-ouro));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45), 0 0 12px color-mix(in srgb, var(--cat-color, var(--cf-ouro)) 25%, transparent);
}
.forum-card--ethical {
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.06) 0%, var(--cf-navy-card) 60%);
}
.forum-cat-emoji {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 4px;
}
.forum-card h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  color: var(--cf-ouro-luz);
  letter-spacing: -0.005em;
}
.forum-cat-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--cf-navy-pale);
  margin: 0;
}
.forum-cat-desc strong {
  color: var(--cf-mint);
  font-weight: 600;
}
.forum-preview {
  margin-top: auto;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--cat-color, var(--cf-ouro));
  padding-top: 6px;
  opacity: 0.85;
}
.forum-card:hover .forum-preview { opacity: 1; }

/* ===== Beta banner v6 · credenciais visíveis · 2026-05-12 ===== */
.beta-banner {
  background: linear-gradient(90deg, rgba(184, 137, 58, 0.18) 0%, rgba(184, 137, 58, 0.08) 100%);
  border-bottom: 1px solid rgba(184, 137, 58, 0.35);
  padding: 10px 0;
  position: relative;
  z-index: 5;
}
.beta-banner-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13.5px;
  color: var(--cf-ouro-luz);
}
.beta-banner .beta-dot {
  color: var(--cf-mint);
  font-size: 10px;
  animation: betaPulse 2s ease-in-out infinite;
}
@keyframes betaPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.beta-banner .beta-text strong {
  color: var(--cf-ouro-luz);
  font-weight: 600;
}
.beta-banner code {
  background: rgba(5, 11, 24, 0.6);
  border: 1px solid rgba(184, 137, 58, 0.35);
  border-radius: 6px;
  padding: 2px 8px;
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 12.5px;
  color: var(--cf-ouro-luz);
  font-weight: 500;
}
.beta-banner .beta-cta {
  background: linear-gradient(135deg, var(--cf-ouro-luz) 0%, var(--cf-ouro) 50%, var(--cf-ouro-deep) 100%);
  color: var(--cf-navy-deep);
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid rgba(232, 201, 127, 0.6);
}
.beta-banner .beta-cta:hover {
  filter: brightness(1.08);
}
@media (max-width: 640px) {
  .beta-banner-inner { font-size: 12.5px; }
  .beta-banner code { font-size: 11.5px; padding: 2px 6px; }
}
