/* ============================================================
   LUIZ SOARES ADVOCACIA — DIREITOS EDUCACIONAIS  |  v3 dark
   ============================================================ */

/* === VARIÁVEIS === */
:root {
  --bg:        #0b1320;
  --bg-alt:    #0e1826;
  --bg-deep:   #080e19;
  --bg-card:   rgba(255,255,255,.03);
  --bg-card-2: rgba(184,150,12,.07);

  --gold:      #b8960c;
  --gold-soft: rgba(184,150,12,.25);
  --gold-line: rgba(184,150,12,.2);
  --gold-bg:   rgba(184,150,12,.08);

  --text:      #f0ebe2;
  --text-2:    #a09688;
  --text-mut:  #7a7268;
  --text-nav:  #c8bfa8;
  --text-foot: #5a5550;

  --line:      rgba(255,255,255,.07);
  --line-2:    rgba(255,255,255,.1);

  --wa:        #25D366;

  --max:       1180px;
  --head:      'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --body:      'DM Sans', Arial, Helvetica, sans-serif;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  padding-top: 72px;
  font-family: var(--body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none }
img { max-width: 100%; display: block }
ul { margin: 0; padding: 0; list-style: none }
p { margin: 0 0 14px }
p:last-child { margin-bottom: 0 }

/* === SKIP LINK === */
.skip-link {
  position: absolute; left: -999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  left: 18px; top: 18px; width: auto; height: auto;
  background: var(--gold); color: #0b1320;
  padding: 10px 16px; z-index: 999; border-radius: 2px;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 72px;
  display: flex; align-items: center;
  padding: 0 40px;
  background: rgba(11,19,32,.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: border-color .3s;
}
.site-header.scrolled { border-bottom-color: var(--gold-line) }
.header-inner {
  max-width: var(--max); margin: 0 auto; width: 100%;
  display: flex; align-items: center; gap: 32px;
}
.brand-link { display: flex; align-items: center; flex-shrink: 0 }
.brand-link img { height: 40px; width: auto; filter: brightness(0) invert(1) }
.nav-toggle {
  display: none; margin-left: auto;
  border: 1px solid var(--line-2); background: transparent;
  border-radius: 2px; padding: 9px 14px;
  color: var(--text); font-weight: 500; font-size: 14px;
  cursor: pointer; transition: border-color .2s;
  font-family: var(--body);
}
.nav-toggle:hover { border-color: var(--gold) }
.main-nav {
  display: flex; gap: 32px; align-items: center;
  font-size: 14px; font-weight: 400; color: var(--text-nav);
  letter-spacing: .04em; margin-left: auto;
}
.main-nav a { transition: color .2s }
.main-nav a:hover,
.main-nav a.active { color: var(--text) }
.header-cta {
  flex-shrink: 0;
  background: var(--gold); color: #0b1320;
  padding: 10px 22px; border-radius: 2px;
  font-size: 13px; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  transition: opacity .2s;
}
.header-cta:hover { opacity: .88 }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { max-width: var(--max); margin: 0 auto; padding: 0 40px }
.section { padding: 120px 0 }
.section.tight { padding: 80px 0 }
.section.band { background: var(--bg-alt) }
.content-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.grid { display: grid; gap: 24px }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)) }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)) }

/* ============================================================
   TIPOGRAFIA
   ============================================================ */
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  text-transform: uppercase; letter-spacing: .18em;
  font-size: 12px; color: var(--gold); font-weight: 500; margin-bottom: 16px;
}
.eyebrow::before {
  content: ""; width: 32px; height: 1px;
  background: var(--gold); flex-shrink: 0;
}
h1, h2, h3 {
  font-family: var(--head);
  color: var(--text); line-height: 1.08; margin: 0 0 18px;
}
h1 { font-size: clamp(48px, 5.5vw, 80px); font-weight: 600; letter-spacing: -.01em }
h2 { font-size: clamp(36px, 4vw, 56px); font-weight: 600; letter-spacing: -.01em }
h3 { font-size: 22px; font-weight: 600 }
h1 em, h2 em { font-style: italic; color: var(--gold) }
.lead {
  font-size: 17px; color: var(--text-2);
  max-width: 600px; line-height: 1.75; font-weight: 300;
}
.muted { color: var(--text-mut) }
.notice { font-size: 13px; color: var(--text-mut) }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 80px 0;
  position: relative; overflow: hidden;
  background: var(--bg);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 50%, rgba(184,150,12,.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-line-r {
  position: absolute; top: 0; right: 0; width: 1px; height: 100%;
  background: rgba(184,150,12,.2); pointer-events: none;
}
.hero-line-r2 {
  position: absolute; top: 0; right: 80px; width: 1px; height: 100%;
  background: rgba(255,255,255,.04); pointer-events: none;
}
.hero-inner {
  max-width: var(--max); margin: 0 auto; width: 100%; padding: 0 40px;
  display: grid; grid-template-columns: 1fr 480px;
  gap: 80px; align-items: center;
  position: relative; z-index: 1;
}
.hero-text { animation: fadeUp .9s ease both }
.hero-badge {
  display: flex; align-items: center; gap: 12px; margin-bottom: 28px;
}
.hero-badge .line { width: 32px; height: 1px; background: var(--gold) }
.hero-badge span {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.button-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-top: 40px }
.hero-meta {
  display: flex; gap: 32px; margin-top: 52px; padding-top: 32px;
  border-top: 1px solid var(--line);
}
.hero-meta .stat-item { display: flex; flex-direction: column }
.hero-meta .stat-val {
  font-family: var(--head); font-size: 28px; font-weight: 700; color: var(--text); line-height: 1;
}
.hero-meta .stat-lab {
  font-size: 12px; color: var(--text-mut); letter-spacing: .06em; margin-top: 2px;
}
.hero-meta .divider { width: 1px; background: var(--line-2); flex-shrink: 0 }

.hero-card-wrap { animation: fadeIn 1.2s ease both; animation-delay: .3s }
.hero-card {
  border: 1px solid var(--gold-soft); background: var(--bg-card);
  padding: 40px; backdrop-filter: blur(8px);
}
.hero-card .card-label {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.hero-card h3 { font-family: var(--head); font-size: 24px; color: var(--text); margin-bottom: 16px; line-height: 1.3 }
.hero-card p { font-size: 14px; color: var(--text-mut); line-height: 1.75; margin-bottom: 28px }
.stat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.stat {
  background: var(--bg-card-2); border: 1px solid var(--gold-line);
  padding: 16px; display: flex; flex-direction: column;
  font-size: 12px; color: var(--text-2); line-height: 1.5;
}
.stat strong {
  display: block; font-family: var(--head);
  font-size: 28px; color: var(--gold); font-weight: 700; line-height: 1; margin-bottom: 6px;
}

/* ============================================================
   BOTÕES
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; border-radius: 2px; padding: 16px 36px;
  font-weight: 500; font-size: 14px; font-family: var(--body);
  letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid transparent; cursor: pointer;
  transition: opacity .2s, transform .18s;
}
.btn:hover { transform: translateY(-1px) }
.btn-primary { background: var(--gold); color: #0b1320 }
.btn-primary:hover { opacity: .9 }
.btn-secondary {
  background: transparent; color: var(--text-nav);
  border: none; border-bottom: 1px solid rgba(200,191,168,.3);
  border-radius: 0; padding: 16px 0; text-transform: none; letter-spacing: .06em;
}
.btn-secondary:hover { color: var(--text) }
.btn-dark { background: #0b1320; color: var(--text) }
.btn-dark:hover { opacity: .88 }
.btn-outline { background: transparent; border-color: var(--gold); color: var(--gold) }
.btn-outline:hover { background: rgba(184,150,12,.08) }

/* === PILLS === */
.pill-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px }
.pill {
  background: rgba(184,150,12,.08); border: 1px solid rgba(184,150,12,.2);
  color: var(--text-2); border-radius: 999px;
  padding: 7px 14px; font-size: 13px;
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--gold-bg);
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  padding: 20px 40px;
}
.trust-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; gap: 48px; align-items: center;
  justify-content: center; flex-wrap: wrap;
}
.trust-inner > span {
  font-size: 13px; color: var(--text-2); letter-spacing: .08em;
}

/* ============================================================
   SEÇÕES
   ============================================================ */
.section-header { margin-bottom: 64px }
.section-header p { font-size: 15px; color: var(--text-mut); line-height: 1.8; max-width: 600px }

/* ============================================================
   CARDS (áreas)
   ============================================================ */
.areas-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--line);
}
.card {
  background: var(--bg); padding: 40px 32px;
  border-top: 2px solid transparent;
  transition: border-color .3s;
  position: relative;
}
.card:hover { border-color: var(--gold) }
.card.band-card { background: var(--bg-alt) }
.card-number {
  font-family: var(--head); font-size: 48px;
  color: rgba(184,150,12,.25); font-weight: 700; line-height: 1; margin-bottom: 20px;
}
.card h3 { font-family: var(--head); font-size: 22px; color: var(--text); margin-bottom: 12px }
.card p { font-size: 14px; color: var(--text-mut); line-height: 1.75 }
.card::after { display: none }

/* Service cards (links) */
.service-card {
  display: flex; flex-direction: column; text-decoration: none !important;
}
.service-card .read-more {
  margin-top: 20px; color: var(--gold); font-size: 14px;
  display: inline-flex; align-items: center; gap: 5px;
  transition: gap .2s;
}
.service-card:hover .read-more { gap: 9px }

/* ============================================================
   MÉTODO (steps)
   ============================================================ */
.method-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 40px;
}
.method-step { padding: 0 }
.method-num {
  font-family: var(--head); font-size: 72px;
  color: rgba(184,150,12,.12); font-weight: 700; line-height: 1; margin-bottom: -8px;
}
.method-line { width: 48px; height: 2px; background: var(--gold); margin-bottom: 24px }
.method-step h3 { font-family: var(--head); font-size: 22px; color: var(--text); margin-bottom: 14px }
.method-step p { font-size: 14px; color: var(--text-mut); line-height: 1.8 }

/* ============================================================
   ADVOGADO (perfil)
   ============================================================ */
.advogado-wrap {
  display: grid; grid-template-columns: 440px 1fr; gap: 80px; align-items: center;
}
.advogado-frame { position: relative }
.advogado-frame::before {
  content: "";
  position: absolute; top: 24px; left: 24px; right: -24px; bottom: -24px;
  border: 1px solid var(--gold-soft); z-index: 0;
}
.advogado-placeholder {
  position: relative; z-index: 1;
  background: var(--bg-alt); border: 1px solid var(--gold-line);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 80px 40px; gap: 20px;
}
.advogado-placeholder img {
  height: 70px; filter: brightness(0) invert(1); opacity: .7;
}
.advogado-placeholder span {
  font-family: var(--head); font-size: 18px; color: var(--text-mut);
  letter-spacing: .08em; text-align: center;
}
.contact-list { display: flex; flex-direction: column; gap: 12px; margin-top: 8px }
.contact-item {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 24px; border: 1px solid var(--line);
}
.contact-item::before {
  content: ""; width: 8px; height: 8px;
  background: var(--gold); border-radius: 50%; flex-shrink: 0;
}
.contact-item span { font-size: 14px; color: var(--text-2) }

/* ============================================================
   DOCUMENTOS
   ============================================================ */
.doc-list { display: flex; flex-direction: column; gap: 0 }
.doc-item {
  display: flex; gap: 20px; padding: 28px 0;
  border-bottom: 1px solid var(--line); align-items: flex-start;
}
.doc-item:last-child { border-bottom: none }
.doc-num {
  font-family: var(--head); font-size: 36px;
  color: rgba(184,150,12,.4); font-weight: 700;
  flex-shrink: 0; line-height: 1; width: 40px;
}
.doc-item span { font-size: 14px; color: var(--text-2); line-height: 1.75; padding-top: 6px }
.doc-item strong {
  font-family: var(--head); font-size: 28px;
  color: rgba(184,150,12,.4); font-weight: 700;
  flex-shrink: 0; line-height: 1; min-width: 36px;
}

/* ============================================================
   CTA BLOCK
   ============================================================ */
.cta-block {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; padding: 60px 80px;
  position: relative; overflow: hidden;
}
.cta-block::before {
  content: "";
  position: absolute; top: 0; right: 0; bottom: 0; width: 40%;
  background: rgba(0,0,0,.08); pointer-events: none;
}
.cta-gold {
  background: var(--gold);
}
.cta-gold h2, .cta-gold p { color: #0b1320 }
.cta-gold p { opacity: .7 }

/* ============================================================
   FAQ
   ============================================================ */
.faq { display: flex; flex-direction: column; gap: 0 }
.faq-item { border-top: 1px solid var(--line) }
.faq-item:last-child::after {
  content: ""; display: block;
  border-top: 1px solid var(--line);
}
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; background: none; border: none; cursor: pointer;
  text-align: left; gap: 20px; font-family: var(--head);
}
.faq-question > span:first-child {
  font-size: 20px; color: var(--text); font-weight: 500; line-height: 1.3;
}
.faq-question > span:last-child {
  font-size: 20px; color: var(--gold); flex-shrink: 0;
  width: 20px; text-align: center;
  transition: transform .3s; line-height: 1;
}
.faq-item.open .faq-question > span:last-child { transform: rotate(45deg) }
.faq-answer {
  display: none; padding-bottom: 24px;
}
.faq-answer,
.faq-answer p { font-size: 14px; color: var(--text-mut); line-height: 1.85 }
.faq-item.open .faq-answer { display: block }

/* ============================================================
   LISTA DE DOCUMENTOS (legado — pgs internas)
   ============================================================ */
.doc-list-old { display: grid; gap: 12px; margin-top: 24px }
.doc-item-old {
  display: flex; gap: 14px; align-items: flex-start;
  border: 1px solid var(--line);
  padding: 16px 18px;
  transition: border-color .2s;
}
.doc-item-old:hover { border-color: var(--gold) }
.doc-item-old strong { color: var(--gold); font-size: 17px; min-width: 22px; margin-top: 1px }
.doc-item-old span { color: var(--text-2); line-height: 1.55 }

/* ============================================================
   SIDE BOX (páginas internas)
   ============================================================ */
.side-box {
  position: sticky; top: 96px;
  background: var(--bg-card); border: 1px solid var(--gold-line);
  padding: 30px;
}
.side-box h3 { color: var(--text); margin-top: 0; font-family: var(--head) }
.side-box p { font-size: 14px; color: var(--text-2); line-height: 1.7 }
.side-box a { color: var(--gold) }
.side-box a:hover { color: var(--text) }
.side-box hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0 }

/* ============================================================
   PAGE HERO (páginas internas)
   ============================================================ */
.page-hero {
  background: var(--bg);
  color: var(--text); padding: 78px 0 70px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 78% 30%, rgba(184,150,12,.08), transparent 55%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1 }
.page-hero h1 { color: var(--text) }
.page-hero .lead { color: var(--text-2) }
.breadcrumb { font-size: 13px; color: var(--text-mut); margin-bottom: 22px }
.breadcrumb a { color: var(--text-2) }
.breadcrumb a:hover { color: var(--text) }

/* ============================================================
   CONTEÚDO DE ARTIGO (páginas internas)
   ============================================================ */
.article-content { font-size: 17px }
.article-content h2 {
  margin-top: 44px; font-size: clamp(22px, 3vw, 34px);
  color: var(--text); font-family: var(--head);
}
.article-content p { color: var(--text-2); line-height: 1.85 }
.article-content ul li { color: var(--text-2); margin-bottom: 8px }

/* ============================================================
   FEATURE LIST
   ============================================================ */
.feature-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px }
.feature-list li { position: relative; padding-left: 26px; color: var(--text-2) }
.feature-list li::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); position: absolute; left: 0; top: .6em;
}

/* ============================================================
   FORMULÁRIO
   ============================================================ */
.mini-form { display: grid; gap: 12px }
.mini-form input,
.mini-form textarea,
.mini-form select {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--line); border-radius: 0;
  font: inherit; background: var(--bg-alt); color: var(--text);
  transition: border-color .2s;
}
.mini-form input:focus,
.mini-form textarea:focus,
.mini-form select:focus {
  outline: none; border-color: var(--gold);
}
.mini-form input::placeholder,
.mini-form textarea::placeholder { color: var(--text-mut) }
.mini-form textarea { min-height: 120px; resize: vertical }
.mini-form select option { background: var(--bg-alt) }

/* ============================================================
   BLOG
   ============================================================ */
.blog-card h3 { font-size: 22px }
.blog-card .tag {
  color: var(--gold); font-size: 12px;
  text-transform: uppercase; letter-spacing: 1.6px; font-weight: 500;
}
.blog-card time {
  display: block; font-size: 13px; color: var(--text-mut);
  margin: 4px 0 12px; letter-spacing: .04em;
}

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie {
  position: fixed; left: 18px; right: 18px; bottom: 18px;
  background: var(--bg-alt); border: 1px solid var(--gold-line);
  padding: 20px 22px; max-width: 840px; z-index: 200; display: none;
}
.cookie.show { display: block }
.cookie strong { color: var(--text) }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px }

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.floating-wa {
  position: fixed; right: 32px; bottom: 32px; z-index: 150;
  width: 56px; height: 56px; background: var(--wa); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.35);
  transition: transform .2s, box-shadow .2s;
}
.floating-wa:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37,211,102,.5);
}
.floating-wa svg { flex-shrink: 0 }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  padding: 80px 0 40px;
  color: var(--text-foot);
}
.footer h4 {
  font-size: 11px; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 20px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px;
}
.footer a { color: var(--text-foot); transition: color .2s }
.footer a:hover { color: var(--text-2) }
.footer ul { display: flex; flex-direction: column; gap: 10px }
.footer ul li a { font-size: 13px }
.footer p { font-size: 13px; line-height: 1.65; margin: 0 0 8px }
.footer-logo { height: 52px; width: auto; filter: brightness(0) invert(1); opacity: .8; margin-bottom: 24px }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 32px; display: flex;
  justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; font-size: 12px; color: #3a3530;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: none }
.reveal-d1 { transition-delay: .1s }
.reveal-d2 { transition-delay: .2s }
.reveal-d3 { transition-delay: .3s }
.reveal-d4 { transition-delay: .4s }

/* ============================================================
   ANIMAÇÕES
   ============================================================ */
@keyframes fadeUp { from { opacity:0; transform:translateY(28px) } to { opacity:1; transform:none } }
@keyframes fadeIn { from { opacity:0 } to { opacity:1 } }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr }
  .hero-card-wrap { display: none }
  .advogado-wrap { grid-template-columns: 1fr }
  .advogado-frame { display: none }
}

@media (max-width: 900px) {
  .site-header { padding: 0 20px }
  .nav-toggle { display: block }
  .main-nav {
    display: none; position: fixed;
    left: 14px; right: 14px; top: 72px;
    background: var(--bg-alt); border: 1px solid var(--gold-line);
    padding: 16px; z-index: 99;
    flex-direction: column; align-items: flex-start; gap: 4px; margin-left: 0;
  }
  .main-nav.open { display: flex }
  .main-nav a { padding: 12px 14px; width: 100%; font-size: 15px }
  .header-cta { display: none }
  .hero-inner { padding: 0 20px; gap: 40px }
  .hero-meta { gap: 16px }
  .container { padding: 0 20px }
  .content-split { grid-template-columns: 1fr }
  .grid-2 { grid-template-columns: 1fr }
  .grid-3 { grid-template-columns: 1fr 1fr }
  .areas-grid { grid-template-columns: 1fr 1fr }
  .method-grid { grid-template-columns: 1fr }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px }
  .cta-block { flex-direction: column; padding: 40px 30px; text-align: center }
  .section { padding: 80px 0 }
  .side-box { position: static }
}

@media (max-width: 600px) {
  body { padding-top: 72px }
  h1 { font-size: 42px }
  h2 { font-size: 32px }
  .hero { padding: 40px 0 }
  .trust-strip { padding: 16px 20px }
  .trust-inner { gap: 16px; flex-direction: column; align-items: flex-start }
  .areas-grid { grid-template-columns: 1fr }
  .card { padding: 28px 22px }
  .method-grid { grid-template-columns: 1fr }
  .footer-grid { grid-template-columns: 1fr }
  .cta-block { padding: 32px 22px }
  .container { padding: 0 16px }
  .floating-wa { right: 16px; bottom: 16px; width: 50px; height: 50px }
  .hero-meta .stat-val { font-size: 22px }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
