/* ============================================================================
   OBSIDIAN JUSTICE V2.1 — Premium Dark Design System
   Compartilhado por TODAS as páginas
   ============================================================================ */
:root {
  --bg-primary: #08090B; --bg-secondary: #0B0C0F; --bg-tertiary: #111317;
  --bg-elevated: #16191E; --bg-glass: rgba(11, 12, 15, 0.55);
  --text-primary: #F4F1EA; --text-secondary: #A8A39A; --text-muted: #5C5950; --text-dim: #3A3833;
  --gold: #C9A961; --gold-light: #E8C883; --gold-dark: #9B7F3A;
  --amber: #E8B547; --cyan: #4FD1E0;
  --border: #1B1E24; --border-hover: #2C3038; --border-gold: rgba(201, 169, 97, 0.3);
  --error: #E5645E; --success: #5DE0A6;
  --font-display: 'Inter', -apple-system, sans-serif;
  --font-serif: 'Newsreader', Georgia, serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --container-max: 1320px;
  --pad-x: clamp(20px, 4vw, 80px);
  --r-sm: 4px; --r-md: 8px; --r-lg: 16px; --r-xl: 24px; --r-full: 9999px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-strong: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --z-noise: 1; --z-cursor: 9999; --z-preloader: 10000; --z-nav: 200;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html.lenis { height: auto; }
html.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  background: var(--bg-primary); color: var(--text-primary);
  font-family: var(--font-body); font-size: 16px; line-height: 1.65;
  overflow-x: hidden; cursor: none;
  transition: opacity 260ms var(--ease-out-strong), filter 260ms var(--ease-out-strong), transform 260ms var(--ease-out-strong);
}
body.is-leaving { opacity: 0.08; filter: blur(7px); transform: translateY(8px); }
@media (max-width: 1024px), (pointer: coarse) { body { cursor: auto; } }
a { color: inherit; text-decoration: none; }
button { border: none; background: none; cursor: none; font-family: inherit; color: inherit; }
@media (max-width: 1024px) { button { cursor: pointer; } }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--pad-x); }
::selection { background: var(--gold); color: var(--bg-primary); }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 10001;
  padding: 10px 14px; border-radius: var(--r-md);
  background: var(--gold); color: var(--bg-primary);
  font-size: 0.8125rem; font-weight: 700;
  transform: translateY(-140%);
  transition: transform 180ms var(--ease-out-strong);
}
.skip-link:focus { transform: translateY(0); outline: 2px solid var(--text-primary); outline-offset: 2px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ====================== TYPOGRAPHY ====================== */
.eyebrow {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 1.5rem; opacity: 0.95;
}
.eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
.eyebrow-cyan { color: var(--cyan); }
.eyebrow-cyan::before { background: var(--cyan); }

h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 600; letter-spacing: 0; line-height: 1.05; }

.display-xl { font-size: clamp(2.75rem, 5.85vw, 5.55rem); line-height: 0.98; letter-spacing: 0; font-weight: 700; }
.display-lg { font-size: clamp(2.25rem, 5.5vw, 4.75rem); line-height: 1.0; letter-spacing: 0; font-weight: 700; }
.display-md { font-size: clamp(1.875rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: 0; font-weight: 600; }
.h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.15; }
.h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.25; }

.body-lg { font-size: 1.125rem; line-height: 1.65; color: var(--text-secondary); }
.body { font-size: 1rem; line-height: 1.7; color: var(--text-secondary); }
.body-sm { font-size: 0.875rem; line-height: 1.6; color: var(--text-secondary); }
.caption { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; }
.serif-italic { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--gold); }
.gold-text { color: var(--gold); }

/* ====================== PRELOADER ====================== */
.preloader {
  position: fixed; inset: 0; z-index: var(--z-preloader);
  background: var(--bg-primary);
  display: none; align-items: center; justify-content: center;
  transition: opacity 800ms var(--ease-out), visibility 800ms;
  pointer-events: none;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-logo {
  width: 180px; height: auto; opacity: 0; transform: scale(0.85);
  filter: drop-shadow(0 0 32px rgba(201, 169, 97, 0.4));
  animation: preloaderIn 1.4s var(--ease-out-strong) forwards;
}
.preloader-bar {
  position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 1px; background: var(--border); overflow: hidden;
}
.preloader-bar::after {
  content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: preloaderBar 1.6s var(--ease-out-strong) forwards;
}
@keyframes preloaderIn { 0% { opacity: 0; transform: scale(0.85); } 60% { opacity: 1; transform: scale(1.05); } 100% { opacity: 1; transform: scale(1); } }
@keyframes preloaderBar { 0% { width: 0%; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 0%; left: 100%; } }

/* ====================== NOISE GRAIN ====================== */
.noise {
  position: fixed; inset: 0; z-index: var(--z-noise);
  pointer-events: none; opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' /></filter><rect width='200' height='200' filter='url(%23n)' opacity='1'/></svg>");
  background-size: 200px 200px;
}

/* ====================== CURSOR ====================== */
.cursor {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: var(--z-cursor);
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
  transform: translate(-50%, -50%);
  transition: width 350ms var(--ease-out-strong), height 350ms var(--ease-out-strong),
              background 200ms, mix-blend-mode 200ms;
  mix-blend-mode: difference;
}
.cursor-ring {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: var(--z-cursor);
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(201, 169, 97, 0.5);
  transform: translate(-50%, -50%);
  transition: width 400ms var(--ease-out-strong), height 400ms var(--ease-out-strong),
              border-color 200ms, opacity 200ms;
}
.cursor.is-hover { width: 64px; height: 64px; background: rgba(201, 169, 97, 0.15); mix-blend-mode: normal; }
.cursor-ring.is-hover { width: 0; height: 0; opacity: 0; }
@media (max-width: 1024px), (pointer: coarse) { .cursor, .cursor-ring { display: none; } }

/* ====================== PROGRESS BAR ====================== */
.progress-bar {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 300; background: transparent;
}
.progress-bar::after {
  content: ''; display: block; height: 100%; width: var(--progress, 0%);
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));
  box-shadow: 0 0 12px rgba(201, 169, 97, 0.6);
  transition: width 80ms linear;
}

/* ====================== SECTION INDICATOR ====================== */
.section-indicator {
  position: fixed; right: 32px; top: 50%; transform: translateY(-50%);
  z-index: 150; pointer-events: none;
  font-family: var(--font-mono); font-size: 0.7rem;
  color: var(--text-muted); letter-spacing: 0.12em;
  display: flex; flex-direction: column; align-items: flex-end; gap: 4px;
  opacity: 0; transition: opacity 400ms;
}
.section-indicator.visible { opacity: 1; }
.section-indicator-line { width: 24px; height: 1px; background: var(--gold); margin-top: 8px; }
.section-indicator-name { font-size: 0.65rem; color: var(--text-secondary); margin-top: 8px; writing-mode: vertical-rl; transform: rotate(180deg); }
@media (max-width: 1200px) { .section-indicator { display: none; } }

/* ====================== BUTTONS ====================== */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 14px 30px; border-radius: var(--r-full);
  font-size: 0.9375rem; font-weight: 600; letter-spacing: 0;
  transition: all 300ms var(--ease-out-strong);
  white-space: nowrap; position: relative; overflow: hidden;
  will-change: transform;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.18), transparent 60%);
  opacity: 0; transition: opacity 300ms;
}
.btn:hover::before { opacity: 1; }
.btn-primary {
  background: var(--gold); color: var(--bg-primary);
  box-shadow: 0 0 0 1px transparent, 0 4px 14px rgba(201,169,97,0.25);
}
.btn-primary:hover {
  background: var(--gold-light);
  box-shadow: 0 0 0 1px rgba(201,169,97,0.5), 0 12px 32px rgba(201,169,97,0.4), 0 0 64px rgba(201,169,97,0.2);
  transform: translateY(-2px);
}
.btn-secondary { background: transparent; color: var(--text-primary); border: 1px solid var(--border-hover); }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,169,97,0.05); }
.btn-arrow { display: inline-block; transition: transform 250ms var(--ease-out-strong); }
.btn:hover .btn-arrow { transform: translateX(5px); }
.btn-pulse { animation: ctaPulse 2.4s ease-in-out infinite; }
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,169,97,0.4), 0 4px 14px rgba(201,169,97,0.25); }
  50% { box-shadow: 0 0 0 18px rgba(201,169,97,0), 0 4px 14px rgba(201,169,97,0.25); }
}

/* ====================== NAVBAR (LOGOS AJUSTADAS) ====================== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-nav);
  padding: 16px 0;
  transition: all 350ms var(--ease-out-strong);
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  background: var(--bg-glass);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo {
  display: flex; align-items: center; flex: 0 0 auto;
  width: 168px; height: 44px; overflow: hidden;
  transition: opacity 200ms;
}
.nav-logo:hover { opacity: 0.85; }
.nav-logo img {
  width: 168px; height: auto; max-width: none;
  transform: none;
  filter: brightness(1.05);
  transition: width 350ms var(--ease-out-strong);
}
.navbar.scrolled .nav-logo { width: 152px; height: 40px; }
.navbar.scrolled .nav-logo img { width: 152px; }

.nav-menu { display: flex; gap: 36px; align-items: center; }
.nav-menu a {
  font-size: 0.875rem; color: var(--text-secondary);
  transition: color 200ms; position: relative;
}
.nav-menu a:not(.btn):hover { color: var(--text-primary); }
.nav-menu a:not(.btn)::after {
  content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 1px;
  background: var(--gold); transition: width 300ms var(--ease-out-strong);
}
.nav-menu a:not(.btn):hover::after, .nav-menu a:not(.btn).active::after { width: 100%; }
.nav-menu a.active { color: var(--gold); }
.nav-menu .btn { padding: 10px 22px; font-size: 0.8125rem; }
.nav-menu a.btn-primary,
.nav-menu a.btn-primary.active {
  color: #08090B;
  font-weight: 800;
  text-shadow: none;
}
.nav-menu a.btn-primary:hover {
  color: #08090B;
  background: var(--gold-light);
}
.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--r-md);
  border: 1px solid var(--border); background: var(--bg-glass);
  color: var(--text-primary); font-size: 0;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: ''; display: block; width: 18px; height: 1px;
  background: currentColor; transition: transform 220ms var(--ease-out-strong), opacity 220ms;
}
.nav-toggle span { margin: 0 0; }
.nav-toggle::before { position: absolute; transform: translateY(-6px); }
.nav-toggle::after { position: absolute; transform: translateY(6px); }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; position: relative; }
  .nav-menu {
    position: fixed; inset: 72px 20px auto 20px;
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 18px; border: 1px solid var(--border-gold);
    border-radius: var(--r-lg); background: rgba(8,9,11,0.96);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.45);
    opacity: 0; pointer-events: none; transform: translateY(-8px);
    transition: opacity 220ms var(--ease-out-strong), transform 220ms var(--ease-out-strong);
  }
  .nav-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-menu > a,
  .nav-menu > a:not(.btn) {
    display: flex !important; align-items: center; justify-content: space-between;
    width: 100%; min-height: 48px; padding: 12px 14px;
    border-radius: var(--r-md); color: var(--text-primary);
  }
  .nav-menu > a:not(.btn)::after { display: none; }
  .nav-menu .btn { justify-content: center; margin-top: 8px; }
  .nav-logo { width: 132px; height: 34px; }
  .nav-logo img { width: 132px; }
  .navbar.scrolled .nav-logo { width: 124px; height: 32px; }
  .navbar.scrolled .nav-logo img { width: 124px; }
}

/* ====================== SECTIONS ====================== */
section { padding: clamp(96px, 14vw, 200px) 0; position: relative; }
.section-header { max-width: 760px; margin-bottom: 80px; }
.section-lead { color: var(--text-secondary); margin-top: 28px; font-size: 1.125rem; line-height: 1.7; }

/* ====================== HERO HOME ====================== */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding-top: 130px; padding-bottom: 80px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 40% at 30% 60%, rgba(201,169,97,0.06), transparent 70%),
    radial-gradient(ellipse 40% 50% at 75% 30%, rgba(79,209,224,0.04), transparent 70%);
}
#hero-canvas { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; opacity: 0.85; }
.hero-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px;
  align-items: center; width: 100%;
}
@media (max-width: 1024px) { .hero-content { grid-template-columns: 1fr; gap: 48px; } }
.hero-text { max-width: 720px; }
.hero h1 { margin-bottom: 24px; max-width: 18ch; }
.hero h1 em {
  font-family: var(--font-serif); font-style: italic; color: var(--gold);
  font-weight: 400; position: relative; display: inline-block;
}
.hero h1 em::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0); transform-origin: left;
  animation: heroLine 1.4s var(--ease-out-strong) 1.6s forwards;
}
@keyframes heroLine { to { transform: scaleX(1); } }
.hero-sub { max-width: 600px; margin-bottom: 28px; font-size: 1.125rem; line-height: 1.55; color: var(--text-secondary); }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-trust {
  display: flex; gap: 28px; flex-wrap: wrap; align-items: center;
  padding-top: 28px; border-top: 1px solid var(--border);
  font-size: 0.7rem; color: var(--text-muted); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
}
.hero-trust span:not(:last-child)::after { content: '·'; margin-left: 28px; color: var(--gold); }

.hero-contact-strip {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 22px;
}
.contact-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 42px; padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-full);
  background: rgba(244,241,234,0.03);
  color: var(--text-secondary);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.02em;
  transition: border-color 260ms var(--ease-out-strong), color 260ms var(--ease-out-strong), background 260ms var(--ease-out-strong), transform 260ms var(--ease-out-strong);
}
.contact-pill:hover {
  border-color: var(--border-gold);
  color: var(--text-primary);
  background: rgba(201,169,97,0.07);
  transform: translateY(-2px);
}
.contact-pill-strong {
  color: var(--bg-primary);
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  box-shadow: 0 14px 38px rgba(201,169,97,0.18);
}
.contact-pill-strong:hover { color: var(--bg-primary); background: linear-gradient(135deg, var(--gold-light), var(--cyan)); }

.hero-photo-wrap {
  position: relative; aspect-ratio: 3/4; max-width: 480px; margin-left: auto;
  border-radius: var(--r-lg); overflow: hidden;
  background: var(--bg-tertiary);
  box-shadow: 0 0 0 1px var(--border), 0 32px 64px rgba(0,0,0,0.5), 0 0 80px rgba(201,169,97,0.08);
}
.hero-photo-wrap::before {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(8,9,11,0.4) 100%);
  pointer-events: none;
}
.hero-photo-wrap::after {
  content: ''; position: absolute; inset: 0; z-index: 3;
  background: var(--bg-primary); transform-origin: top;
  transform: scaleY(0);
}
@keyframes photoReveal { 0% { transform: scaleY(1); } 100% { transform: scaleY(0); } }
.hero-photo-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(100%) contrast(1.05) brightness(0.95);
  transform: scale(1.02);
}
@keyframes photoZoom { 0% { transform: scale(1.08); } 100% { transform: scale(1.0); } }
.hero-photo-tag {
  position: absolute; bottom: 24px; left: 24px; z-index: 4;
  background: var(--bg-glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 12px 16px; border-radius: var(--r-md);
  border: 1px solid var(--border-gold);
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.1em;
  color: var(--gold);
}
.hero-photo-tag strong { color: var(--text-primary); display: block; font-family: var(--font-display); font-size: 0.875rem; margin-bottom: 2px; letter-spacing: 0; }
.case-signal-panel {
  position: absolute; top: 24px; right: 24px; z-index: 4;
  min-width: 190px; padding: 14px 16px;
  border: 1px solid rgba(79,209,224,0.34);
  border-radius: var(--r-md);
  background: linear-gradient(145deg, rgba(8,9,11,0.76), rgba(17,19,23,0.52));
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.06);
}
.case-signal-panel::before {
  content: ''; position: absolute; top: 14px; right: 14px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan); box-shadow: 0 0 18px var(--cyan);
}
.case-signal-panel span {
  display: block; margin-bottom: 6px;
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cyan);
}
.case-signal-panel strong { display: block; font-size: 0.9rem; line-height: 1.25; color: var(--text-primary); }
.case-signal-panel small { display: block; margin-top: 5px; font-size: 0.72rem; color: var(--text-secondary); }

.hero-vertical {
  position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
  writing-mode: vertical-rl; transform-origin: center;
  font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.3em;
  color: var(--text-muted); z-index: 2;
}
.hero-vertical span { color: var(--gold); }
@media (max-width: 1200px) { .hero-vertical { display: none; } }

/* ====================== HERO PINAS INTERNAS ====================== */
.page-hero {
  min-height: 70vh; display: flex; align-items: center;
  padding-top: 160px; padding-bottom: 80px;
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 60% 40% at 50% 30%, rgba(201,169,97,0.05), transparent 70%),
    var(--bg-primary);
}
.page-hero h1 { margin-bottom: 32px; max-width: 18ch; }
.page-hero h1 em { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-weight: 400; }
.page-hero .hero-sub { font-size: 1.25rem; max-width: 640px; }
.page-hero-breadcrumb {
  display: flex; gap: 8px; font-size: 0.75rem; color: var(--text-muted);
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 32px;
}
.page-hero-breadcrumb a { color: var(--text-secondary); transition: color 200ms; }
.page-hero-breadcrumb a:hover { color: var(--gold); }
.page-hero-breadcrumb span { color: var(--gold); }

/* ====================== MARQUEE ====================== */
.marquee {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; padding: 24px 0;
}
.marquee-track {
  display: flex; gap: 80px;
  animation: marqueeScroll 40s linear infinite;
  white-space: nowrap;
}
@keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-item {
  font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 600; color: var(--text-secondary); letter-spacing: 0;
  display: inline-flex; align-items: center; gap: 80px;
}
.marquee-item::after { content: '&'; color: var(--gold); font-size: 0.7em; }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ====================== ENEMY/CARDS PADR?O ====================== */
.enemy-section { background: var(--bg-secondary); }
.enemy-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px; margin-top: 64px;
}
.enemy-card {
  background: var(--bg-tertiary); border: 1px solid var(--border);
  padding: 36px 32px; border-radius: var(--r-lg);
  transition: all 400ms var(--ease-out-strong);
  position: relative; overflow: hidden;
}
.enemy-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(201,169,97,0.1), transparent 60%);
  opacity: 0; transition: opacity 400ms;
}
.enemy-card:hover { border-color: var(--border-gold); transform: translateY(-6px); }
.enemy-card:hover::before { opacity: 1; }
.enemy-card-num {
  font-family: var(--font-serif); font-style: italic; color: var(--gold);
  font-size: 1.25rem; margin-bottom: 20px; display: block;
}
.enemy-card h3 { font-size: 1.0625rem; margin-bottom: 12px; line-height: 1.3; }
.enemy-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.65; }

/* ====================== COUNTERS ====================== */
.counters {
  background: var(--bg-primary); padding: 80px 0;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.counters-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
@media (max-width: 768px) { .counters-grid { grid-template-columns: repeat(2, 1fr); gap: 48px; } }
.counter-item { text-align: center; position: relative; }
.counter-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 20%; bottom: 20%; width: 1px; background: var(--border);
}
@media (max-width: 768px) { .counter-item::after { display: none; } }
.counter-num {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: 0; line-height: 1;
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 70%, var(--gold-dark) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.counter-suffix { color: var(--gold); }
.counter-label { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; }

/* ====================== BENTO ====================== */
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; perspective: 1500px; }
@media (max-width: 768px) { .bento-grid { grid-template-columns: 1fr; } }
.bento-card {
  background: linear-gradient(180deg, var(--bg-tertiary) 0%, var(--bg-secondary) 100%);
  border: 1px solid var(--border);
  padding: 48px 40px; border-radius: var(--r-lg);
  transition: border-color 400ms var(--ease-out-strong);
  position: relative; overflow: hidden;
  transform-style: preserve-3d; will-change: transform;
}
.bento-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0; transition: opacity 400ms;
}
.bento-card::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(201,169,97,0.12), transparent 50%);
  opacity: 0; transition: opacity 400ms; pointer-events: none;
}
.bento-card:hover { border-color: var(--border-gold); }
.bento-card:hover::before { opacity: 1; }
.bento-card:hover::after { opacity: 1; }
.bento-card > * { position: relative; z-index: 1; transform: translateZ(20px); }
.bento-icon {
  width: 64px; height: 64px; border-radius: var(--r-md);
  background: rgba(201,169,97,0.08); border: 1px solid var(--border-gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 32px; color: var(--gold);
  transition: all 400ms var(--ease-out-strong);
}
.bento-card:hover .bento-icon { background: rgba(201,169,97,0.15); transform: scale(1.05) rotate(-2deg); }
.bento-icon svg { width: 32px; height: 32px; stroke: var(--gold); stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.bento-icon svg path, .bento-icon svg line, .bento-icon svg circle, .bento-icon svg rect {
  stroke-dasharray: 100; stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.2s var(--ease-out-strong);
}
.bento-card:hover .bento-icon svg path,
.bento-card:hover .bento-icon svg line,
.bento-card:hover .bento-icon svg circle,
.bento-card:hover .bento-icon svg rect { stroke-dashoffset: 0; }
.bento-card h3 { font-size: 1.625rem; margin-bottom: 8px; }
.bento-sub { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-size: 1.125rem; margin-bottom: 20px; }
.bento-body { color: var(--text-secondary); margin-bottom: 28px; line-height: 1.65; }
.bento-link { color: var(--gold); font-size: 0.875rem; font-weight: 600; display: inline-flex; gap: 8px; align-items: center; }
.bento-link:hover { color: var(--gold-light); }
.bento-link span { transition: transform 250ms var(--ease-out-strong); }
.bento-link:hover span { transform: translateX(5px); }

/* ====================== MJIRP ====================== */
.mjirp-section { background: var(--bg-secondary); }
.phases-track { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 64px; }
.phase-card {
  padding: 40px 32px; border-radius: var(--r-lg);
  background: var(--bg-tertiary); border: 1px solid var(--border);
  position: relative; transition: all 400ms var(--ease-out-strong);
  overflow: hidden;
}
.phase-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0%; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: width 600ms var(--ease-out-strong);
}
.phase-card:hover { border-color: var(--border-gold); transform: translateY(-4px); }
.phase-card:hover::before { width: 100%; }
.phase-num {
  font-family: var(--font-display); font-size: 4rem; font-weight: 700;
  letter-spacing: 0; line-height: 1; margin-bottom: 20px; display: block;
  background: linear-gradient(180deg, var(--gold) 0%, transparent 130%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.phase-card h3 { font-size: 1.0625rem; margin-bottom: 8px; }
.phase-sub { color: var(--gold); font-style: italic; font-family: var(--font-serif); font-size: 0.9375rem; margin-bottom: 16px; display: block; }
.phase-body { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ====================== IA WIDGET ====================== */
.ia-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 1024px) { .ia-grid { grid-template-columns: 1fr; gap: 56px; } }
.ia-text h2 { margin-bottom: 32px; }
.ia-text h2 em { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-weight: 400; }
.ia-bullets { list-style: none; margin-top: 36px; }
.ia-bullets li {
  padding: 14px 0; padding-left: 36px; position: relative;
  color: var(--text-secondary); border-bottom: 1px solid var(--border); font-size: 0.9375rem;
}
.ia-bullets li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}
.ia-widget {
  background: var(--bg-elevated); border: 1px solid var(--border);
  padding: 36px; border-radius: var(--r-lg);
  position: relative; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
}
.ia-widget::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }
.widget-eyebrow { color: var(--cyan); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }
.widget-title { font-size: 1.5rem; margin: 14px 0 8px; }
.widget-sub { color: var(--text-secondary); font-size: 0.875rem; margin-bottom: 24px; }
.widget-textarea {
  width: 100%; min-height: 140px; padding: 16px;
  background: var(--bg-primary); color: var(--text-primary);
  border: 1px solid var(--border); border-radius: var(--r-md);
  font-family: var(--font-mono); font-size: 0.8125rem; line-height: 1.5;
  resize: vertical; outline: none;
  transition: border-color 200ms;
}
.widget-textarea:focus { border-color: var(--gold); }
.widget-button {
  width: 100%; margin-top: 16px; padding: 14px 24px;
  background: var(--gold); color: var(--bg-primary);
  border-radius: var(--r-full); font-weight: 600; font-size: 0.9375rem;
  transition: all 200ms; cursor: pointer;
}
.widget-button:hover { background: var(--gold-light); }
.widget-disclaimer { font-size: 0.7rem; color: var(--text-muted); margin-top: 16px; line-height: 1.6; font-style: italic; }
.widget-result {
  margin-top: 16px; padding: 18px;
  border: 1px solid rgba(79,209,224,0.24);
  border-radius: var(--r-md);
  background:
    linear-gradient(180deg, rgba(79,209,224,0.08), rgba(79,209,224,0.02)),
    var(--bg-primary);
  color: var(--text-secondary);
  font-size: 0.84rem; line-height: 1.58;
  animation: resultReveal 360ms var(--ease-out-strong);
}
.widget-result[hidden] { display: none; }
.widget-result strong { display: block; color: var(--text-primary); margin-bottom: 8px; font-size: 0.95rem; }
.widget-result ul { margin: 10px 0 0; padding-left: 18px; list-style: disc; }
.widget-result li { margin-bottom: 6px; }
.widget-result .result-note {
  display: block; margin-top: 12px; padding-top: 12px;
  border-top: 1px solid var(--border);
  color: var(--text-muted); font-size: 0.74rem; font-style: italic;
}
@keyframes resultReveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ====================== STORY ====================== */
.story-section { background: var(--bg-primary); padding: 0; overflow: hidden; }
.story-container { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 100vh; position: relative; }
@media (max-width: 1024px) { .story-container { grid-template-columns: 1fr; } .story-photo { height: 80vh; position: relative !important; } }
.story-photo { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.story-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  filter: grayscale(80%) contrast(1.1); transform: scale(1.05);
  transition: transform 1.5s var(--ease-out);
}
.story-photo::before {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg, var(--bg-primary) 0%, transparent 30%, transparent 70%, var(--bg-primary) 100%),
              linear-gradient(180deg, transparent 0%, transparent 60%, var(--bg-primary) 100%);
  pointer-events: none;
}
.story-content { display: flex; flex-direction: column; justify-content: center; padding: 120px 80px; gap: 32px; }
@media (max-width: 1024px) { .story-content { padding: 80px 24px; } }
.story-content h2 { font-size: clamp(1.875rem, 4vw, 3rem); line-height: 1.15; letter-spacing: 0; }
.story-content h2 em { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-weight: 400; }
.story-content p { color: var(--text-secondary); font-size: 1.0625rem; line-height: 1.7; }
.story-content p strong { color: var(--text-primary); font-weight: 500; }
.story-quote {
  font-family: var(--font-serif); font-style: italic; color: var(--gold);
  font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.3;
  border-left: 2px solid var(--gold); padding-left: 28px; margin-top: 16px;
}

/* ====================== AREAS GRID ====================== */
.areas-section { background: var(--bg-secondary); }
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1024px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .areas-grid { grid-template-columns: 1fr; } }
.area-card {
  padding: 28px; background: var(--bg-tertiary); border: 1px solid var(--border);
  border-radius: var(--r-lg); transition: all 350ms var(--ease-out-strong);
  position: relative; overflow: hidden; cursor: none;
  display: block;
}
.area-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(201,169,97,0.1), transparent 60%);
  opacity: 0; transition: opacity 350ms;
}
.area-card:hover { border-color: var(--border-gold); transform: translateY(-4px); }
.area-card:hover::before { opacity: 1; }
.area-card > * { position: relative; z-index: 1; }
.area-num { font-family: var(--font-mono); font-size: 0.7rem; color: var(--gold); letter-spacing: 0.16em; margin-bottom: 12px; display: block; }
.area-card h3 { font-size: 1.0625rem; margin-bottom: 10px; }
.area-card p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.6; }

/* ====================== FAQ ====================== */
.faq-list { margin-top: 64px; max-width: 920px; }
.faq-item { border-bottom: 1px solid var(--border); transition: border-color 300ms; }
.faq-item.open { border-color: var(--gold); }
.faq-question {
  width: 100%; padding: 28px 0; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; text-align: left;
  font-size: 1.125rem; font-weight: 500; color: var(--text-primary);
  transition: color 200ms; font-family: inherit;
}
.faq-question:hover { color: var(--gold); }
.faq-icon {
  width: 36px; height: 36px; border-radius: 50%; background: var(--bg-tertiary);
  border: 1px solid var(--border); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all 400ms var(--ease-out-strong);
  color: var(--gold); font-size: 1.25rem; font-weight: 300;
}
.faq-item.open .faq-icon { background: var(--gold); color: var(--bg-primary); transform: rotate(45deg); }
.faq-answer {
  display: grid; grid-template-rows: 0fr; padding-right: 56px;
  transition: grid-template-rows 500ms var(--ease-out-strong);
}
.faq-item.open .faq-answer { grid-template-rows: 1fr; padding-bottom: 28px; }
.faq-answer-inner { overflow: hidden; }
.faq-answer p { color: var(--text-secondary); font-size: 0.9375rem; line-height: 1.75; }

/* ====================== CTA ====================== */
.cta-section { background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(201,169,97,0.08), transparent 70%), var(--bg-primary); text-align: center; }
.cta-content { max-width: 760px; margin: 0 auto; }
.cta-section h2 { font-size: clamp(2rem, 5vw, 3.75rem); line-height: 1.1; margin-bottom: 32px; letter-spacing: 0; font-weight: 700; }
.cta-section h2 em { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-weight: 400; }
.cta-section .body-lg { margin-bottom: 56px; }
.cta-form {
  max-width: 620px; margin: 0 auto;
  background: var(--bg-elevated); padding: 40px; border-radius: var(--r-lg);
  border: 1px solid var(--border); text-align: left;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4), 0 0 80px rgba(201,169,97,0.08);
}
.cta-form input, .cta-form select, .cta-form textarea {
  width: 100%; padding: 14px 16px; margin-bottom: 16px;
  background: var(--bg-primary); border: 1px solid var(--border); border-radius: var(--r-md);
  color: var(--text-primary); font-family: inherit; font-size: 0.9375rem;
  transition: border-color 200ms;
}
.cta-form input:focus, .cta-form select:focus, .cta-form textarea:focus { outline: none; border-color: var(--gold); }
.cta-form label { display: block; font-size: 0.8125rem; color: var(--text-secondary); margin-bottom: 8px; }
.scheduler-box {
  margin: 10px 0 24px;
  padding: 20px;
  border: 1px solid var(--border-gold);
  border-radius: var(--r-md);
  background:
    radial-gradient(circle at 20% 0%, rgba(79,209,224,0.09), transparent 38%),
    rgba(8,9,11,0.72);
}
.scheduler-head {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.scheduler-head strong { color: var(--text-primary); font-size: 1rem; }
.scheduler-head small { color: var(--text-secondary); font-size: 0.8rem; }
.scheduler-status {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}
.cta-checkbox { display: flex; gap: 12px; align-items: flex-start; margin: 16px 0 24px; }
.cta-checkbox input { width: auto; margin: 0; flex-shrink: 0; margin-top: 4px; }
.cta-checkbox label { font-size: 0.8125rem; color: var(--text-muted); margin: 0; }
.cta-checkbox label a { color: var(--gold); text-decoration: underline; }
.form-result {
  margin-top: 16px; padding: 14px 16px;
  border: 1px solid rgba(93,224,166,0.28);
  border-radius: var(--r-md);
  background: rgba(93,224,166,0.07);
  color: var(--text-secondary);
  font-size: 0.82rem; line-height: 1.55;
}
.form-result[hidden] { display: none; }
.form-result strong { color: var(--success); display: block; margin-bottom: 4px; }
.form-result.is-error {
  border-color: rgba(229,100,94,0.34);
  background: rgba(229,100,94,0.08);
}
.form-result.is-error strong { color: var(--error); }

/* ====================== SERVICE CARDS (ea pages) ====================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
@media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }
.service-card {
  padding: 36px 32px; background: var(--bg-tertiary); border: 1px solid var(--border);
  border-radius: var(--r-lg); transition: all 350ms var(--ease-out-strong);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(201,169,97,0.1), transparent 60%);
  opacity: 0; transition: opacity 350ms;
}
.service-card:hover { border-color: var(--border-gold); transform: translateY(-4px); }
.service-card:hover::before { opacity: 1; }
.service-card > * { position: relative; z-index: 1; }
.service-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 700;
  background: linear-gradient(180deg, var(--gold) 0%, transparent 130%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px; display: block;
}
.service-card h3 { font-size: 1.125rem; margin-bottom: 12px; line-height: 1.3; }
.service-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

/* ====================== CHECKLIST ====================== */
.checklist {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px;
}
@media (max-width: 1024px) { .checklist { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .checklist { grid-template-columns: 1fr; } }
.checklist-item {
  padding: 16px 20px; padding-left: 48px;
  background: var(--bg-tertiary); border: 1px solid var(--border);
  border-radius: var(--r-md); position: relative;
  font-size: 0.9rem; color: var(--text-secondary);
  transition: all 250ms;
}
.checklist-item:hover { border-color: var(--border-gold); color: var(--text-primary); }
.checklist-item::before {
  content: ''; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: rgba(201,169,97,0.15); border: 1px solid var(--gold);
}
.checklist-item::after {
  content: '✓'; position: absolute; left: 21px; top: 50%; transform: translateY(-55%);
  color: var(--gold); font-size: 0.75rem; font-weight: 700;
}

/* ====================== PROSE (legal/blog) ====================== */
.prose {
  max-width: 760px; margin: 0 auto;
  font-size: 1.0625rem; line-height: 1.75;
  color: var(--text-secondary);
}
.prose h2 { font-size: 1.875rem; margin: 64px 0 24px; color: var(--text-primary); letter-spacing: 0; }
.prose h3 { font-size: 1.375rem; margin: 48px 0 16px; color: var(--text-primary); }
.prose h4 { font-size: 1.125rem; margin: 32px 0 12px; color: var(--gold); }
.prose p { margin-bottom: 20px; }
.prose ul, .prose ol { margin: 20px 0; padding-left: 24px; }
.prose ul { list-style: none; }
.prose ul li { padding-left: 24px; position: relative; margin-bottom: 12px; }
.prose ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 8px; height: 1px; background: var(--gold); }
.prose ol { list-style: decimal; color: var(--text-secondary); }
.prose ol li { margin-bottom: 12px; padding-left: 8px; }
.prose ol li::marker { color: var(--gold); font-weight: 600; }
.prose strong { color: var(--text-primary); font-weight: 500; }
.prose a { color: var(--gold); text-decoration: underline; transition: color 200ms; }
.prose a:hover { color: var(--gold-light); }
.prose blockquote {
  border-left: 2px solid var(--gold); padding: 12px 0 12px 32px;
  margin: 32px 0; font-style: italic; color: var(--text-primary);
}
.prose code {
  font-family: var(--font-mono); font-size: 0.875em;
  background: var(--bg-elevated); padding: 2px 6px; border-radius: 4px;
  color: var(--gold);
}
.prose hr { border: none; border-top: 1px solid var(--border); margin: 48px 0; }
.prose table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
  font-size: 0.9375rem;
}
.prose table th, .prose table td {
  padding: 14px 16px; text-align: left;
  border-bottom: 1px solid var(--border);
}
.prose table th { color: var(--gold); font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.06em; text-transform: uppercase; }
.prose table tr:hover { background: rgba(201,169,97,0.03); }
.prose .disclaimer {
  margin-top: 48px; padding: 24px;
  background: var(--bg-tertiary); border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: var(--r-md);
  font-size: 0.875rem; color: var(--text-muted);
}

/* ====================== POSTS GRID ====================== */
.posts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px;
}
@media (max-width: 1024px) { .posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .posts-grid { grid-template-columns: 1fr; } }
.post-card {
  background: var(--bg-tertiary); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 32px;
  transition: all 350ms var(--ease-out-strong);
  display: block; height: 100%;
}
.post-card:hover { border-color: var(--border-gold); transform: translateY(-4px); }
.post-category {
  display: inline-block; font-size: 0.7rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold); font-weight: 600;
  padding: 4px 12px; border: 1px solid var(--border-gold); border-radius: var(--r-full);
  margin-bottom: 20px;
}
.post-card h3 { font-size: 1.25rem; line-height: 1.3; margin-bottom: 12px; color: var(--text-primary); }
.post-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 24px; }
.post-meta { display: flex; gap: 16px; font-size: 0.7rem; color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; }

/* ====================== FOOTER (LOGO MAIOR + SEM TEXTO DUPLICADO) ====================== */
footer { background: var(--bg-secondary); padding: 96px 0 40px; border-top: 1px solid var(--border); }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px;
}
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer-logo-wrap { margin-bottom: 28px; }
.footer-logo-wrap img {
  height: 96px; width: auto;
}
.footer-tagline {
  color: var(--text-secondary); font-size: 0.875rem; line-height: 1.7;
  max-width: 320px;
}
.footer-tagline strong { color: var(--text-primary); }
.footer-col h3 { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 600; }
.footer-col ul li { padding: 6px 0; }
.footer-col a { color: var(--text-secondary); font-size: 0.875rem; transition: color 200ms; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--border); padding-top: 32px;
  text-align: center; font-size: 0.75rem; color: var(--text-secondary); line-height: 1.7;
}
.footer-bottom strong { color: var(--text-secondary); }

/* ====================== AI CHAT FAB ====================== */
.whatsapp-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 250;
  min-width: 122px; height: 52px; padding: 0 18px; border-radius: var(--r-full);
  background: linear-gradient(135deg, var(--gold), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  color: var(--bg-primary); box-shadow: 0 8px 24px rgba(201, 169, 97, 0.35);
  transition: all 300ms var(--ease-out-strong);
  animation: whatsappPulse 2.4s ease-in-out infinite;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
}
.whatsapp-fab:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201, 169, 97, 0.5); }
.whatsapp-fab svg { display: none; }
@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(201, 169, 97, 0.35), 0 0 0 0 rgba(201, 169, 97, 0.28); }
  50% { box-shadow: 0 8px 24px rgba(201, 169, 97, 0.35), 0 0 0 14px rgba(201, 169, 97, 0); }
}
.ai-chat-panel {
  position: fixed; right: 28px; bottom: 96px; z-index: 260;
  width: min(390px, calc(100vw - 32px)); max-height: min(620px, calc(100vh - 132px));
  display: grid; grid-template-rows: auto 1fr auto;
  border: 1px solid var(--border-gold); border-radius: var(--r-lg);
  background: linear-gradient(145deg, rgba(8,9,11,0.96), rgba(17,19,23,0.94));
  box-shadow: 0 32px 88px rgba(0,0,0,0.55), 0 0 64px rgba(79,209,224,0.08);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}
.ai-chat-panel[hidden] { display: none; }
.ai-chat-header {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: 18px; border-bottom: 1px solid var(--border);
}
.ai-chat-kicker {
  display: block; margin-bottom: 4px;
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cyan);
}
.ai-chat-title { margin: 0; font-size: 1rem; line-height: 1.25; color: var(--text-primary); }
.ai-chat-close {
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: var(--r-full);
  border: 1px solid var(--border); color: var(--text-secondary);
  display: grid; place-items: center; font-size: 1.2rem; line-height: 1;
}
.ai-chat-close:hover { border-color: var(--border-gold); color: var(--gold); }
.ai-chat-messages {
  min-height: 210px; max-height: 360px; overflow-y: auto;
  padding: 16px; display: flex; flex-direction: column; gap: 12px;
}
.ai-chat-message {
  width: fit-content; max-width: 92%;
  padding: 12px 14px; border-radius: var(--r-md);
  font-size: 0.84rem; line-height: 1.55;
}
.ai-chat-message.bot {
  align-self: flex-start; color: var(--text-secondary);
  background: rgba(244,241,234,0.045); border: 1px solid var(--border);
}
.ai-chat-message.user {
  align-self: flex-end; color: var(--bg-primary);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  font-weight: 650;
}
.ai-chat-message ul { list-style: disc; padding-left: 18px; margin: 8px 0 0; }
.ai-chat-message li + li { margin-top: 6px; }
.ai-chat-disclaimer {
  display: block; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--border);
  color: var(--text-muted); font-size: 0.74rem; line-height: 1.45;
}
.ai-chat-quick {
  padding: 0 16px 14px; display: flex; flex-wrap: wrap; gap: 8px;
}
.ai-chat-quick button {
  min-height: 34px; padding: 0 11px; border-radius: var(--r-full);
  border: 1px solid var(--border); color: var(--text-secondary);
  font-size: 0.72rem; font-weight: 700;
}
.ai-chat-quick button:hover { border-color: var(--border-gold); color: var(--gold); }
.ai-chat-form {
  display: grid; grid-template-columns: 1fr auto; gap: 10px;
  padding: 14px; border-top: 1px solid var(--border);
}
.ai-chat-form input {
  min-width: 0; min-height: 44px; padding: 0 14px; border-radius: var(--r-full);
  border: 1px solid var(--border); background: rgba(244,241,234,0.04);
  color: var(--text-primary); font-family: var(--font-body);
}
.ai-chat-form input::placeholder { color: var(--text-muted); }
.ai-chat-form button {
  min-height: 44px; padding: 0 16px; border-radius: var(--r-full);
  background: var(--gold); color: var(--bg-primary);
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
}
.ai-chat-form button:disabled { opacity: 0.55; cursor: wait; }
.ai-chat-transfer {
  display: inline-flex; margin-top: 10px; color: var(--gold);
  font-weight: 800; text-decoration: underline; text-underline-offset: 3px;
}

/* ====================== PREVIEW BADGE ====================== */
.preview-badge {
  position: fixed; bottom: 28px; left: 28px; z-index: 250;
  background: var(--bg-glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-gold);
  color: var(--gold); padding: 10px 18px; border-radius: var(--r-full);
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
}

/* ====================== COOKIE CONSENT ====================== */
.cookie-banner {
  position: fixed; left: auto; right: 28px; bottom: 28px; z-index: 320;
  width: min(420px, calc(100vw - 56px)); min-height: 0; margin: 0; padding: 18px;
  display: grid; grid-template-columns: 1fr; gap: 14px; align-items: center;
  background: rgba(15,17,20,0.96); border: 1px solid var(--border-gold);
  border-radius: var(--r-lg); box-shadow: 0 24px 64px rgba(0,0,0,0.42);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  contain: layout paint;
  font-family: var(--font-body);
}
.cookie-banner[hidden] { display: none; }
.cookie-title { display: block; color: var(--text-primary); font-size: 0.85rem; margin-bottom: 4px; }
.cookie-copy { color: var(--text-secondary); font-size: 0.82rem; line-height: 1.55; margin: 0; }
.cookie-copy a { color: var(--gold); text-decoration: underline; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.cookie-actions button {
  min-height: 40px; padding: 0 14px; border-radius: var(--r-md);
  border: 1px solid var(--border-gold); color: var(--text-primary);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
}
.cookie-actions button[data-cookie="accept"] { background: var(--gold); color: var(--bg-primary); }
.cookie-details {
  grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--border);
  color: var(--text-secondary); font-size: 0.8rem; line-height: 1.55;
}
.cookie-visible .whatsapp-fab,
.cookie-visible .ai-chat-panel { opacity: 0; pointer-events: none; transform: translateY(28px); }
@media (max-width: 720px) {
  .cookie-banner { left: 16px; right: 16px; bottom: 16px; width: auto; padding: 14px; }
  .cookie-copy { font-size: 0.76rem; line-height: 1.45; }
  .cookie-actions { grid-template-columns: 1fr 1fr; }
  .cookie-actions button { min-height: 38px; padding: 0 10px; font-size: 0.68rem; }
  .cookie-actions button[data-cookie="accept"] { grid-column: 1 / -1; }
  .preview-badge { display: none; }
  .whatsapp-fab { right: 16px; bottom: 18px; }
  .ai-chat-panel { right: 16px; bottom: 84px; max-height: calc(100vh - 108px); }
  .ai-chat-messages { max-height: 320px; }
  .ai-chat-form { grid-template-columns: 1fr; }
  .cookie-visible .whatsapp-fab,
  .cookie-visible .ai-chat-panel { opacity: 0; pointer-events: none; transform: translateY(28px); }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 44px;
  }
  .hero-content {
    gap: 30px;
  }
  .hero-contact-strip { flex-direction: column; align-items: stretch; }
  .contact-pill { width: 100%; min-height: 46px; white-space: normal; text-align: center; }
  .hero-photo-wrap {
    width: min(100%, 410px);
    max-width: none;
    margin: 8px auto 0;
    aspect-ratio: 4 / 5;
    border-radius: var(--r-lg);
    box-shadow: 0 0 0 1px var(--border), 0 26px 52px rgba(0,0,0,0.42), 0 0 64px rgba(201,169,97,0.08);
  }
  .hero-photo-wrap img {
    object-position: 50% 18%;
    transform: scale(1);
  }
  .case-signal-panel {
    display: none;
  }
  .hero-photo-tag {
    left: 14px;
    bottom: 14px;
    right: 14px;
    padding: 11px 14px;
    font-size: 0.66rem;
  }
  .hero-photo-tag strong {
    font-size: 0.82rem;
  }
}

@media (max-width: 430px) {
  .hero-photo-wrap {
    width: 100%;
    aspect-ratio: 4 / 5.18;
  }
}

/* ====================== FADE-IN ====================== */
.fade-in {
  opacity: 0; transform: translateY(24px);
  transition: opacity 420ms var(--ease-out-strong), transform 420ms var(--ease-out-strong);
}
.fade-in.is-visible { opacity: 1; transform: translateY(0); }
.hero .fade-in { opacity: 1; transform: none; }

/* ====================== REDUCED MOTION ====================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; scroll-behavior: auto !important;
  }
  .fade-in { opacity: 1; transform: none; }
  body { cursor: auto; }
  .cursor, .cursor-ring, .preloader { display: none; }
}
