/* ==========================================================================
   FJ ADVOCATS — Estilos compartidos
   Paleta: navy profundo + acento dorado. Mobile-first. Orientado a conversión.
   ========================================================================== */

:root {
  /* Base oscura: negro de marca (antes navy). Leve tinte frío para profundidad. */
  --navy: #0a0c10;
  --navy-800: #0f1218;
  --navy-700: #161b25;
  --navy-600: #212835;
  --black: #000000;
  /* Color de marca único: azul corporativo (de fjadvocat.com) */
  --blue: #2888d0;
  --blue-light: #58aef0;
  --blue-dark: #1f6fad;
  /* Alias: el acento antes dorado ahora es azul (un único acento) */
  --gold: #2888d0;
  --gold-light: #58aef0;
  --gold-dark: #1f6fad;
  --cream: #f2f4f7;
  --paper: #ffffff;
  --ink: #0d1117;
  --muted: #5b6472;
  --muted-light: #8b94a3;
  --line: #e3e7ec;
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;
  --danger: #c0392b;
  --success: #2e7d4f;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 10px rgba(14, 23, 38, 0.08);
  --shadow-md: 0 12px 32px rgba(14, 23, 38, 0.14);
  --shadow-lg: 0 24px 60px rgba(14, 23, 38, 0.28);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --maxw: 1140px;
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; font-weight: 600; }

/* ----- Layout helpers ----- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section--tight { padding: 52px 0; }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: #eef1f6; }
.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue-dark);
}
.section--navy .eyebrow { color: var(--blue-light); }
.section-title { font-size: clamp(26px, 4.4vw, 40px); margin: 10px 0 14px; }
.section-intro { color: var(--muted); max-width: 720px; font-size: 18px; }
.section--navy .section-intro { color: #c4ccd9; }
.center { text-align: center; }
.center .section-intro { margin-left: auto; margin-right: auto; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px; border: 0;
  font-weight: 700; font-size: 16px; line-height: 1; text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--gold { background: linear-gradient(135deg, var(--blue-light), var(--blue)); color: #fff; box-shadow: 0 10px 24px rgba(40,136,208,.38); }
.btn--gold:hover { box-shadow: 0 14px 30px rgba(40,136,208,.55); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--dark { background: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn--wa { background: var(--whatsapp); color: #fff; box-shadow: 0 10px 24px rgba(37,211,102,.32); }
.btn--wa:hover { background: var(--whatsapp-dark); transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn--lg { padding: 17px 30px; font-size: 17px; }

/* ===================== HEADER ===================== */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(0,0,0,.96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; }
.brand__mark { flex: 0 0 auto; width: 46px; height: 46px; object-fit: contain; }
.brand__name { font-family: "Montserrat", var(--font-body); font-weight: 600; font-size: 20px; letter-spacing: .015em; white-space: nowrap; color: #fff; }
.brand__name b { color: #fff; font-weight: 700; }
.brand__sub { display: block; font-family: var(--font-body); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-light); font-weight: 600; white-space: nowrap; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 16px; }
.header-phone svg { color: var(--gold-light); }
.header-phone span { display: none; }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 84% -12%, rgba(40,136,208,.22), transparent 60%),
    radial-gradient(950px 520px at -8% 112%, rgba(40,136,208,.30), transparent 60%),
    linear-gradient(160deg, #0b0e13 0%, #000 100%);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 44px 44px; opacity: .5; pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr; gap: 36px;
  padding-top: 48px; padding-bottom: 18px;
}
.hero__eyebrow { color: var(--gold-light); }
.hero h1 { font-size: clamp(30px, 6vw, 50px); margin: 14px 0 18px; letter-spacing: -.01em; }
.hero__sub { font-size: clamp(17px, 2.4vw, 20px); color: #cfd6e3; max-width: 600px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item__num { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--gold-light); line-height: 1; }
.trust-item__label { font-size: 13.5px; color: #b9c2d1; line-height: 1.25; }

/* Form card in hero */
.lead-card {
  background: var(--paper); color: var(--ink);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 26px 24px 18px; position: relative;
}
.lead-card__badge {
  position: absolute; top: -14px; left: 24px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue)); color: #fff;
  font-size: 12.5px; font-weight: 800; letter-spacing: .03em;
  padding: 7px 14px; border-radius: 999px; box-shadow: var(--shadow-sm);
}
.lead-card h2 { font-size: 23px; margin: 8px 0 4px; }
.lead-card__note { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.lead-card__note b { color: var(--ink); }

/* ----- Forms ----- */
.field { margin-bottom: 13px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; color: #2c3b54; }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 14px; font-size: 16px; font-family: inherit;
  border: 1.5px solid var(--line); border-radius: 12px; background: #fcfbf8; color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,136,208,.18); background: #fff;
}
.field textarea { resize: vertical; min-height: 92px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--muted); margin: 6px 0 16px; line-height: 1.5; }
.consent input { margin-top: 3px; width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--gold-dark); }
.consent a { color: var(--blue-dark); text-decoration: underline; }
.form-msg { font-size: 14px; margin-top: 12px; padding: 11px 14px; border-radius: 10px; display: none; }
.form-msg.is-error { display: block; background: #fdecea; color: var(--danger); border: 1px solid #f5c6c0; }
.form-msg.is-loading { display: block; background: #eef3fb; color: var(--navy-700); border: 1px solid #d6e2f4; }
.form-foot { display:flex; align-items:center; gap:8px; justify-content:center; font-size:12.5px; color:var(--muted-light); margin-top:12px; }

/* ===================== TRUST STRIP ===================== */
/* Mismo fondo que el hero (continuidad visual) + brillo azul sutil abajo */
.trust-strip { background: radial-gradient(900px 360px at 10% 120%, rgba(40,136,208,.14), transparent 60%), #000; color: #fff; }
.trust-strip__row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-top: 34px; padding-bottom: 52px; }
.trust-badge {
  display: flex; flex-direction: column; align-items: flex-start; gap: 11px;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 16px 15px; height: 100%; min-width: 0;
}
.trust-badge > div { min-width: 0; }
.trust-badge svg { color: var(--blue-light); flex: 0 0 auto; width: 38px; height: 38px; padding: 8px; background: rgba(40,136,208,.14); border-radius: 10px; box-sizing: border-box; }
.trust-badge b { display: block; font-size: 16px; line-height: 1.15; color: #fff; overflow-wrap: break-word; }
.trust-badge span { display: block; font-size: 12px; color: #aab4c4; line-height: 1.3; margin-top: 3px; overflow-wrap: break-word; }

/* ===================== SITUATIONS / CARDS ===================== */
.card-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
.s-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 20px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
  text-align: left;
}
.s-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.s-card__icon { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, #e7f1fb, #d2e6f8); display: flex; align-items: center; justify-content: center; color: var(--blue-dark); margin-bottom: 13px; flex: 0 0 auto; }
/* Variante con icono a la izquierda del texto */
.s-card--row { display: flex; align-items: center; gap: 15px; }
.s-card--row .s-card__icon { margin-bottom: 0; }
.s-card__body { min-width: 0; }
.s-card h3 { font-size: 19px; margin-bottom: 5px; }
.s-card p { font-size: 15px; color: var(--muted); }

/* Area cards (home) — clickable */
.area-card { display: flex; flex-direction: column; height: 100%; }
.area-card .s-card__icon { background: linear-gradient(135deg, var(--navy-700), var(--navy-600)); color: var(--blue-light); }
.area-card .arrow { color: var(--blue-dark); font-weight: 700; font-size: 14px; margin-top: auto; padding-top: 16px; display: inline-flex; gap: 6px; align-items: center; }

/* ===================== STAKES + HELP (split) ===================== */
.split { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 12px; }
.panel { border-radius: var(--radius-lg); padding: 30px 26px; }
.panel--stakes { background: #fbf1ef; border: 1px solid #f1d6d1; }
.panel--help { background: #eef5ef; border: 1px solid #cfe6d5; }
.panel h3 { font-size: 22px; margin-bottom: 16px; }
.panel--stakes h3 { color: var(--danger); }
.panel--help h3 { color: var(--success); }
.tick-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.tick-list li { display: flex; gap: 11px; font-size: 16px; align-items: flex-start; }
.tick-list li svg { flex: 0 0 auto; margin-top: 3px; }
.panel--stakes svg { color: var(--danger); }
.panel--help svg { color: var(--success); }

/* ===================== PROCESS ===================== */
.steps { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 34px; counter-reset: step; }
.step { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 26px 22px 22px; }
.step__num { font-family: var(--font-display); font-size: 40px; color: var(--gold); line-height: 1; opacity: .9; }
.step h3 { font-size: 19px; margin: 10px 0 6px; color: #fff; }
.step p { font-size: 15px; color: #b9c2d1; }

/* ===================== TESTIMONIALS ===================== */
.tgrid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
.tcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; box-shadow: var(--shadow-sm); text-align: left; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 16px; margin-bottom: 10px; }
.tcard p { font-size: 15.5px; color: #38414f; font-style: italic; }
.tcard__name { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-weight: 700; font-size: 15px; }
.tcard__av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-700), var(--navy-600)); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; }

/* ===================== ABOUT ===================== */
.about { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.about__media {
  border-radius: var(--radius-lg); min-height: 280px; padding: 26px;
  background: radial-gradient(520px 280px at 72% 4%, rgba(40,136,208,.28), transparent 62%), radial-gradient(520px 280px at 12% 100%, rgba(40,136,208,.20), transparent 62%), linear-gradient(160deg, #11151c, #000);
  display: flex; align-items: center; justify-content: center; color: #fff; position: relative; overflow: hidden;
  border: 1px solid rgba(40,136,208,.25);
}
.about__logo { width: min(300px, 78%); height: auto; border-radius: 16px; box-shadow: var(--shadow-md); }
.about h2 { color: #fff; }
.about p { color: #c4ccd9; margin-top: 14px; font-size: 16.5px; }
.about .signature { font-family: var(--font-display); font-size: 20px; color: var(--gold-light); margin-top: 18px; }

/* ===================== FAQ ===================== */
.faq { max-width: 820px; margin: 34px auto 0; }
.faq details { border: 1px solid var(--line); border-radius: 12px; padding: 4px 18px; margin-bottom: 12px; background: var(--paper); box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; padding: 16px 30px 16px 0; font-weight: 600; font-size: 17px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 26px; color: var(--gold-dark); font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 0 18px; color: var(--muted); font-size: 15.5px; }

/* ===================== FINAL CTA ===================== */
.final-cta { text-align: center; }
.final-cta .lead-card { max-width: 520px; margin: 30px auto 0; text-align: left; }

/* ===================== FOOTER ===================== */
.site-footer { background: #000; color: #aab4c4; padding: 50px 0 120px; font-size: 14.5px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer-brand .brand__name { color: #fff; }
.footer-logo { width: 160px; height: auto; border-radius: 12px; display: block; }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a, .footer-col p { color: #aab4c4; display: block; margin-bottom: 9px; }
.footer-col a:hover { color: var(--blue-light); }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact-item svg { color: var(--gold); margin-top: 2px; flex: 0 0 auto; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 30px; padding-top: 22px; font-size: 12.5px; color: #6f7a8c; }
.footer-bottom a { color: #8b94a3; text-decoration: underline; }
.disclaimer { margin-top: 10px; font-size: 12px; color: #5a6474; }

/* ===================== FLOATING / STICKY ===================== */
.wa-float {
  position: fixed; right: 18px; bottom: 86px; z-index: 70;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--whatsapp); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37,211,102,.45); animation: wa-pulse 2.4s infinite;
}
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 65;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: var(--navy); border-top: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 -6px 20px rgba(0,0,0,.25);
}
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 8px; font-weight: 700; font-size: 15.5px; color: #fff; }
.mobile-bar a.call { background: var(--navy); }
.mobile-bar a.wa { background: var(--whatsapp); }
.mobile-bar svg { flex: 0 0 auto; }

/* ===================== COOKIE BANNER ===================== */
.cookie {
  position: fixed; left: 12px; right: 12px; bottom: 76px; z-index: 80;
  background: #fff; color: var(--ink); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: 18px 18px; display: none; border: 1px solid var(--line);
}
.cookie.show { display: block; }
.cookie p { font-size: 13.5px; color: var(--muted); margin-bottom: 12px; }
.cookie p a { color: var(--blue-dark); text-decoration: underline; }
.cookie__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie .btn { padding: 11px 18px; font-size: 14px; }
.btn--line { background: #fff; border: 1.5px solid var(--line); color: var(--ink); }

/* ===================== LEGAL PAGE ===================== */
.legal { max-width: 820px; margin: 0 auto; padding: 56px 0 90px; }
.legal h1 { font-size: clamp(28px, 5vw, 40px); margin-bottom: 8px; }
.legal .updated { color: var(--muted-light); font-size: 14px; margin-bottom: 32px; }
.legal h2 { font-size: 22px; margin: 34px 0 12px; color: var(--blue-dark); }
.legal h3 { font-size: 18px; margin: 22px 0 8px; }
.legal p, .legal li { color: #38414f; font-size: 16px; }
.legal ul { padding-left: 22px; margin: 10px 0; display: grid; gap: 7px; }
.legal .data-box { background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; margin: 16px 0; }
.legal .data-box p { margin-bottom: 6px; }
.legal a { color: var(--blue-dark); text-decoration: underline; }

/* ===================== THANK YOU PAGE ===================== */
.ty { background: linear-gradient(160deg, var(--navy) 0%, #0a121f 100%); color: #fff; min-height: 100vh; }
.ty-wrap { max-width: 680px; margin: 0 auto; padding: 60px 20px 120px; text-align: center; }
.ty__check { width: 88px; height: 88px; border-radius: 50%; background: rgba(46,125,79,.18); border: 2px solid var(--success); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: #5cd699; }
.ty h1 { font-size: clamp(30px, 6vw, 44px); }
.ty__lead { color: #cfd6e3; font-size: 18px; margin: 14px auto 0; max-width: 520px; }
.ty-bonus { background: var(--paper); color: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 32px 26px; margin-top: 36px; text-align: center; position: relative; }
.ty-bonus__tag { display: inline-flex; align-items: center; gap: 7px; background: #e7f1fb; color: var(--blue-dark); border: 1px solid #cfe3f7; font-weight: 700; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; padding: 7px 15px; border-radius: 999px; margin-bottom: 14px; }
.ty-bonus h2 { font-size: clamp(23px, 4.5vw, 30px); }
.ty-bonus p { color: var(--muted); margin: 12px auto 0; max-width: 460px; font-size: 16px; }
.ty-timer { display: inline-flex; align-items: center; gap: 10px; margin: 26px 0 6px; padding: 11px 22px; border-radius: 14px; background: var(--cream); border: 1px solid var(--line); }
.ty-timer svg { color: var(--blue-dark); flex: 0 0 auto; }
.ty-timer__label { font-size: 13.5px; color: var(--muted); font-weight: 600; }
.ty-timer #count { font-family: var(--font-display); font-size: 27px; font-weight: 700; color: var(--blue-dark); font-variant-numeric: tabular-nums; letter-spacing: 1px; min-width: 64px; text-align: center; }
.ty-bonus .btn--wa { margin-top: 20px; }
.ty-steps { margin-top: 40px; text-align: left; display: grid; gap: 14px; }
.ty-step { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 16px 18px; }
.ty-step__n { width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.ty-step b { color: #fff; }
.ty-step p { color: #b9c2d1; font-size: 14.5px; margin-top: 2px; }
.ty__footer { margin-top: 40px; font-size: 13px; color: #8b94a3; }
.ty__footer a { color: #aab4c4; text-decoration: underline; }

/* ===================== RESPONSIVE ===================== */
/* En móvil, la barra inferior ya tiene WhatsApp: ocultamos el botón flotante
   para que no se solape con el formulario ni duplique la acción. */
@media (max-width: 759px) {
  .wa-float { display: none; }
}
/* --- Móvil pequeño: evita overflow del header y ajusta márgenes --- */
@media (max-width: 559px) {
  .container { padding: 0 20px; }
  .section { padding: 54px 0; }
  .section--tight { padding: 40px 0; }
  .header-inner { height: 58px; gap: 10px; }
  .brand { gap: 9px; }
  .site-header .brand__mark { width: 40px; height: 40px; }
  .brand__name { font-size: 18px; }
  .header-inner .brand__sub { display: none; }   /* libera espacio en móvil */
  .header-inner .header-phone { display: none; } /* el teléfono está en la barra inferior */
  .header-cta .btn--gold { padding: 11px 18px; font-size: 14px; }
  .hero h1 { margin: 14px 0 16px; }
  .hero__sub { font-size: 16.5px; }
  .hero__actions { gap: 12px; margin-top: 24px; }
  .hero__trust { gap: 16px 26px; margin-top: 28px; }
  .hero-grid { padding-top: 34px; padding-bottom: 16px; gap: 42px; }
  .lead-card { padding: 24px 18px 15px; }
  .card-grid { margin-top: 26px; }
  .trust-strip__row { padding-top: 28px; padding-bottom: 44px; } /* +hero pb = simétrico total */
}
@media (min-width: 560px) {
  .trust-strip__row { grid-template-columns: repeat(4, 1fr); }
  .header-phone span { display: inline; }
}
@media (min-width: 760px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .tgrid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .wa-float { bottom: 24px; }
  .mobile-bar { display: none; }
  .cookie { left: auto; right: 20px; bottom: 20px; max-width: 380px; }
  .site-footer { padding-bottom: 50px; }
}
@media (min-width: 960px) {
  .section { padding: 88px 0; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; align-items: center; padding-top: 70px; padding-bottom: 20px; }
  .trust-strip__row { padding-top: 40px; padding-bottom: 60px; } /* +hero pb = simétrico total */
  .card-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .about { grid-template-columns: .9fr 1.1fr; }
  .about--reverse .about__media { order: 2; }
}
