/* ===========================================================
   Estudio Ventura Abogados — Hoja de estilos
   Colores de marca: Azul Marino #122436 · Azul EV #0038B8
   Tipografías: Cinzel, Cormorant Garamond, Libre Franklin
   =========================================================== */

:root {
  --navy: #122436;
  --navy-dark: #0e1d2b;
  --ev: #0038b8;
  --ev-light: #4c7bd1;
  --gris-ventura: #9fa1a4;
  --gris-acero: #5a6675;
  --niebla: #e8edf4;
  --tinte: #f3f6fb;
  --white: #ffffff;
  --wa: #25d366;
  --line: #eceef0;
  --line-2: #e4e6e9;
  --sans: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --cinzel: "Cinzel", Georgia, serif;
  --maxw: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--tinte);
  color: var(--navy);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.section { padding: 84px 0; }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  font-family: var(--sans); font-weight: 600; font-size: 15.5px;
  padding: 15px 28px; border-radius: 8px; border: none; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-ev { background: var(--ev); color: #fff; }
.btn-ev:hover { background: #0530a0; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1fbb59; }
.btn-white { background: #fff; color: var(--ev); }
.btn-ghost { background: var(--niebla); color: var(--navy); border: 1px solid var(--line-2); }
.btn-link { font-weight: 600; font-size: 15px; color: var(--ev); background: none; padding: 15px 8px; }
.wa-ico {
  display: inline-flex; width: 22px; height: 22px; border-radius: 50%;
  background: var(--wa); color: #fff; align-items: center; justify-content: center; font-size: 12px;
}
.btn-wa .wa-ico, .btn-white .wa-ico { background: rgba(255,255,255,.25); }
.btn-white .wa-ico { background: var(--wa); }

/* ---------- Navegación ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-logo { flex: 0 0 auto; }
.nav-logo img { height: 40px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-link {
  font-size: 14.5px; font-weight: 500; color: var(--gris-acero);
  padding-bottom: 3px; border-bottom: 2px solid transparent; white-space: nowrap;
}
.nav-link:hover { color: var(--navy); }
.nav-link.active { color: var(--navy); font-weight: 600; border-bottom-color: var(--ev); }
.nav-cta { font-size: 14px; font-weight: 600; color: #fff; background: var(--ev); padding: 10px 20px; border-radius: 6px; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

/* ---------- Etiquetas / kickers ---------- */
.kicker { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ev); font-weight: 600; }
.kicker-light { color: #9fb4d4; }
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: #eef2fc; padding: 7px 15px; border-radius: 999px; margin-bottom: 26px;
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ev); }
.pill span { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; color: var(--ev); }
.breadcrumb { font-size: 13px; color: var(--gris-ventura); margin-bottom: 22px; }
.breadcrumb a { color: inherit; }
.breadcrumb .sep { margin: 0 8px; }

/* ---------- Hero ---------- */
.hero { padding: 84px 0 80px; background: linear-gradient(180deg, #eaf0f9 0%, var(--tinte) 62%); }
.hero-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 60px; align-items: center; }
.h1 { font-weight: 700; font-size: 56px; line-height: 1.08; letter-spacing: -.02em; color: var(--navy); }
.h1 .accent { color: var(--ev); }
.lead { font-size: 18px; line-height: 1.7; color: var(--gris-acero); margin-top: 22px; max-width: 500px; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.hero-media { position: relative; }
.hero-media img { width: 100%; height: 460px; object-fit: cover; border-radius: 14px; filter: saturate(.96); }
.hero-badge {
  position: absolute; bottom: -22px; left: -22px; background: #fff;
  box-shadow: 0 16px 40px -14px rgba(18,36,54,.28); border-radius: 12px;
  padding: 18px 22px; display: flex; align-items: center; gap: 14px;
}
.hero-badge b { font-family: var(--cinzel); font-size: 26px; color: var(--ev); font-weight: 600; }
.hero-badge span { font-size: 13.5px; color: var(--gris-acero); line-height: 1.4; }

/* ---------- Franja de confianza ---------- */
.trust { display: flex; align-items: center; justify-content: center; gap: 40px; padding: 22px 40px; background: var(--niebla); flex-wrap: wrap; }
.trust span { font-size: 14px; font-weight: 500; color: var(--gris-acero); }
.trust .dot { width: 4px; height: 4px; border-radius: 50%; background: #c7cbd0; }

/* ---------- Encabezados de sección ---------- */
.sec-head { max-width: 640px; margin-bottom: 46px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.h2 { font-weight: 700; font-size: 38px; line-height: 1.15; letter-spacing: -.02em; color: var(--navy); margin-top: 12px; }
.sec-head p { font-size: 16px; color: var(--gris-acero); line-height: 1.7; margin-top: 14px; }
.sec-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }

/* ---------- Grid de servicios (tarjetas) ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a.card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -28px rgba(18,36,54,.4); border-color: #d7dde6; }
.card .num { font-family: var(--cinzel); font-size: 15px; color: var(--ev); margin-bottom: 16px; }
.card h3 { font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 9px; }
.card p { font-size: 14.5px; color: var(--gris-acero); line-height: 1.6; }
.card-cta { background: var(--ev); display: flex; flex-direction: column; justify-content: center; }
.card-cta h3 { color: #fff; }
.card-cta a { font-weight: 600; font-size: 14.5px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); align-self: flex-start; padding-bottom: 2px; }

/* ---------- Áreas de práctica (grid dinámico) ---------- */
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.area {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 32px 30px 26px; min-height: 210px;
  display: flex; flex-direction: column;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease, background .35s ease, border-color .35s ease;
}
.area::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--ev); transform: scaleY(0); transform-origin: top;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.area-num {
  position: absolute; top: 14px; right: 20px;
  font-family: var(--cinzel); font-weight: 700; font-size: 52px; line-height: 1;
  color: #eef1f5; transition: color .35s ease; pointer-events: none;
}
.area-body { position: relative; z-index: 1; flex: 1; }
.area h3 { font-weight: 600; font-size: 20px; color: var(--navy); margin-bottom: 10px; transition: color .35s ease; }
.area p { font-size: 14.5px; color: var(--gris-acero); line-height: 1.6; transition: color .35s ease; }
.area-go {
  position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px;
  margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--ev);
  opacity: 0; transform: translateY(6px);
  transition: opacity .3s ease, transform .3s ease, color .35s ease;
}
.area-go i { font-style: normal; transition: transform .3s ease; }
.area:hover {
  background: var(--navy); border-color: var(--navy); transform: translateY(-5px);
  box-shadow: 0 26px 50px -28px rgba(18,36,54,.55);
}
.area:hover::before { transform: scaleY(1); }
.area:hover .area-num { color: rgba(255,255,255,.12); }
.area:hover h3 { color: #fff; }
.area:hover p { color: #aebcce; }
.area:hover .area-go { opacity: 1; transform: translateY(0); color: #fff; }
.area:hover .area-go i { transform: translateX(4px); }

/* Tarjeta destacada (statement) */
.area-feature {
  grid-column: span 1; background: var(--ev); border-color: var(--ev);
  justify-content: space-between;
}
.area-feature h3 { color: #fff; font-size: 22px; }
.area-feature p { color: #cfe0ff; }
.area-feature .area-num { color: rgba(255,255,255,.16); }
.area-feature .area-go { opacity: 1; transform: none; color: #fff; }
.area-feature:hover { background: #0530a0; border-color: #0530a0; box-shadow: 0 26px 50px -28px rgba(3,48,160,.6); }
.area-feature:hover::before { transform: scaleY(0); }
.area-feature:hover .area-num { color: rgba(255,255,255,.16); }

/* Aparición al hacer scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Enfoque (pasos) ---------- */
.band-navy { background: var(--navy); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step .num { font-family: var(--cinzel); font-size: 40px; color: var(--ev-light); margin-bottom: 14px; }
.step h3 { font-weight: 600; font-size: 20px; color: #fff; margin-bottom: 9px; }
.step p { font-size: 14px; color: #aebcce; line-height: 1.6; }
.steps-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { background: #fff; border-radius: 14px; padding: 30px 26px; }
.step-card .num { font-family: var(--cinzel); font-size: 34px; color: var(--ev); margin-bottom: 14px; }
.step-card h3 { font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 8px; }
.step-card p { font-size: 14px; color: var(--gris-acero); line-height: 1.6; }

/* ---------- Nosotros ---------- */
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.split.rev { grid-template-columns: 1.1fr .9fr; }
.split-media img { width: 100%; height: 440px; object-fit: cover; object-position: center top; border-radius: 16px; filter: saturate(.95); background: var(--niebla); }
.split-media { position: relative; }
.badge-name { position: absolute; bottom: -20px; left: -20px; background: var(--navy); padding: 16px 24px; border-radius: 12px; }
.badge-name b { display: block; font-weight: 600; font-size: 18px; color: #fff; }
.badge-name i { font-family: var(--serif); font-style: italic; font-size: 17px; color: #9fb4d4; }
.person { display: flex; align-items: center; gap: 16px; margin: 24px 0; }
.person .ph { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; background: var(--line-2); }
.person .ph img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person b { display: block; font-weight: 600; font-size: 17px; color: var(--navy); }
.person i { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--gris-acero); }
.prose p { font-size: 16px; color: var(--gris-acero); line-height: 1.75; margin-bottom: 18px; }
.stats { display: flex; gap: 40px; flex-wrap: wrap; }
.stat b { font-family: var(--cinzel); font-size: 30px; color: var(--navy); font-weight: 600; }
.stat span { display: block; font-size: 13.5px; color: var(--gris-acero); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-lg { text-align: center; }
.stat-lg b { display: block; font-family: var(--cinzel); font-size: 44px; color: #fff; font-weight: 600; margin-bottom: 6px; }
.stat-lg span { font-size: 14px; color: #9fb4d4; }
.quote { max-width: 1000px; margin: 0 auto; text-align: center; }
.quote .rule { width: 40px; height: 3px; background: var(--ev); margin: 0 auto 26px; }
.quote p { font-family: var(--serif); font-style: italic; font-size: 32px; line-height: 1.4; color: var(--navy); }

/* ---------- Servicios detalle ---------- */
.svc-row { display: grid; grid-template-columns: .42fr .58fr; gap: 48px; padding: 44px 0; border-bottom: 1px solid var(--line); align-items: start; }
.svc-row:first-child { border-top: 1px solid var(--line); }
.svc-head { display: flex; gap: 20px; }
.svc-head .num { font-family: var(--cinzel); font-size: 22px; color: var(--ev); line-height: 1; }
.svc-head h2 { font-weight: 700; font-size: 26px; letter-spacing: -.01em; color: var(--navy); margin-bottom: 8px; }
.svc-head i { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--gris-acero); }
.svc-body p { font-size: 16px; color: var(--gris-acero); line-height: 1.75; margin-bottom: 20px; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tag { font-size: 13.5px; font-weight: 500; color: var(--navy); background: var(--niebla); border: 1px solid var(--line-2); padding: 7px 14px; border-radius: 999px; }
.tag-lg { font-size: 15px; padding: 10px 18px; }

/* ---------- Especialidades ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feat { border: 1px solid var(--line); border-radius: 16px; padding: 40px; background: #fff; }
.feat-top { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.feat-top .num { font-family: var(--cinzel); font-size: 18px; color: var(--ev); }
.feat-top .line { width: 30px; height: 1px; background: #c9d3e4; }
.feat h2 { font-weight: 700; font-size: 25px; letter-spacing: -.01em; color: var(--navy); margin-bottom: 12px; }
.feat > p { font-size: 15.5px; color: var(--gris-acero); line-height: 1.7; margin-bottom: 20px; }
.checklist { display: flex; flex-direction: column; gap: 10px; }
.checklist div { display: flex; align-items: flex-start; gap: 10px; }
.checklist .mk { color: var(--ev); font-weight: 700; line-height: 1.5; }
.checklist span { font-size: 14.5px; color: var(--navy); }
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.diff .ic { width: 44px; height: 44px; border-radius: 10px; background: rgba(76,123,209,.18); display: flex; align-items: center; justify-content: center; font-family: var(--cinzel); color: #6e9be0; font-size: 18px; margin-bottom: 18px; }
.diff h3 { font-weight: 600; font-size: 19px; color: #fff; margin-bottom: 9px; }
.diff p { font-size: 14.5px; color: #aebcce; line-height: 1.65; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- CTA ---------- */
.cta-center { text-align: center; }
.cta-center .h2 { margin-bottom: 12px; }
.cta-center p { font-size: 17px; color: var(--gris-acero); max-width: 560px; margin: 0 auto 30px; line-height: 1.6; }
.cta-ev { background: var(--ev); }
.cta-ev .h2 { color: #fff; }
.cta-ev p { color: #c9d8fb; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-card {
  max-width: 1000px; margin: 0 auto; background: #fff; border-radius: 18px;
  box-shadow: 0 24px 60px -30px rgba(18,36,54,.28); overflow: hidden;
  display: grid; grid-template-columns: 1.05fr .95fr;
}
.cta-card .left { padding: 52px 48px; }
.cta-card .left .h2 { font-size: 32px; margin-bottom: 12px; }
.cta-card .left p { font-size: 16px; color: var(--gris-acero); line-height: 1.7; margin-bottom: 28px; }
.cta-card .right { background: var(--navy); padding: 52px 48px; display: flex; flex-direction: column; gap: 22px; justify-content: center; }
.info-item .lb { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #7e93ac; margin-bottom: 5px; }
.info-item .vl { font-size: 17px; color: #fff; }

/* ---------- Page header oscuro ---------- */
.page-head { background: var(--navy); padding: 74px 0 82px; }
.page-head .breadcrumb { color: #7e93ac; }
.page-head .breadcrumb a { color: #7e93ac; }
.page-head .breadcrumb .cur { color: #c7d3e4; }
.page-head h1 { font-weight: 700; font-size: 48px; letter-spacing: -.02em; color: #fff; line-height: 1.1; margin: 14px 0 16px; max-width: 780px; }
.page-head p { font-size: 17px; color: #aebcce; line-height: 1.7; max-width: 620px; }
.page-head-light { background: #fff; padding: 68px 0 30px; }
.page-head-light .breadcrumb { color: var(--gris-ventura); }
.page-head-light h1 { font-weight: 700; font-size: 48px; letter-spacing: -.02em; color: var(--navy); line-height: 1.1; margin: 14px 0 18px; max-width: 820px; }
.page-head-light p { font-size: 17px; color: var(--gris-acero); line-height: 1.7; max-width: 640px; }

/* ---------- Formulario Contacto ---------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start; }
.form-card { background: #fff; border-radius: 18px; box-shadow: 0 24px 60px -34px rgba(18,36,54,.28); padding: 44px; }
.form-card h2 { font-weight: 700; font-size: 24px; letter-spacing: -.01em; color: var(--navy); margin-bottom: 6px; }
.form-card .sub { font-size: 14.5px; color: var(--gris-acero); margin-bottom: 28px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 15px; color: var(--navy);
  padding: 13px 15px; border: 1px solid #dcdfe3; border-radius: 9px; background: #fff;
}
.field textarea { resize: vertical; line-height: 1.5; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235a6675' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ev); }
.field-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 12.5px; color: var(--gris-ventura); text-align: center; margin-top: 6px; }
.info-col { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: #fff; border-radius: 16px; padding: 26px; display: flex; align-items: flex-start; gap: 18px; box-shadow: 0 18px 44px -34px rgba(18,36,54,.3); }
.info-card .ic { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex: 0 0 auto; }
.info-card .ic.wa { background: var(--wa); color: #fff; }
.info-card .ic.ev { background: #eef2fc; color: var(--ev); }
.info-card .lb { font-size: 12.5px; color: var(--gris-ventura); margin-bottom: 3px; }
.info-card .vl { font-weight: 600; font-size: 17px; color: var(--navy); line-height: 1.5; }
.map { position: relative; display: block; border-radius: 16px; overflow: hidden; height: 200px; box-shadow: 0 18px 44px -34px rgba(18,36,54,.3); }
.map img { width: 100%; height: 100%; object-fit: cover; }
.map .tagmap { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ev); font-weight: 600; font-size: 13px; padding: 8px 14px; border-radius: 999px; box-shadow: 0 6px 16px -6px rgba(18,36,54,.3); }

/* ---------- Footer ---------- */
.footer { background: var(--navy); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding: 60px 0 40px; }
.footer-top img { height: 38px; width: auto; }
.footer-tag { font-family: var(--serif); font-style: italic; font-size: 21px; color: #c7d3e4; margin: 20px 0 16px; }
.footer-about { font-size: 14.5px; color: #8497ac; line-height: 1.7; max-width: 340px; }
.footer h4 { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #7e93ac; margin-bottom: 18px; font-weight: 600; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 14.5px; color: #c4cfdc; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 14px; }
.footer-contact .lb { font-size: 12.5px; color: #7e93ac; margin-bottom: 2px; }
.footer-contact .vl { font-size: 15px; color: #fff; line-height: 1.5; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.09); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
.footer-bar span { font-size: 13px; color: #7e93ac; }

/* ---------- WhatsApp flotante ---------- */
.wa-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 200;
  display: flex; align-items: center; gap: 11px;
  background: var(--wa); color: #fff; font-weight: 600; font-size: 14.5px;
  padding: 14px 20px 14px 16px; border-radius: 999px;
  box-shadow: 0 16px 34px -10px rgba(37,211,102,.6);
  transition: transform .15s ease;
}
.wa-float:hover { transform: translateY(-2px); }
.wa-float .wa-ico { width: 28px; height: 28px; font-size: 15px; background: rgba(255,255,255,.22); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .h1 { font-size: 46px; }
  .cards, .diff-grid, .areas { grid-template-columns: repeat(2, 1fr); }
  .steps, .steps-cards, .stats-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .wrap { padding: 0 24px; }
  .section { padding: 60px 0; }
  .nav { padding: 14px 24px; }
  .nav-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px -20px rgba(18,36,54,.25);
    max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 24px;
  }
  .nav-menu.open { max-height: 460px; padding: 8px 24px 20px; }
  .nav-link { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-link.active { border-bottom-color: var(--line); color: var(--ev); }
  .nav-cta { margin-top: 14px; text-align: center; }
  .nav-toggle { display: block; }
  .hero-grid, .split, .split.rev, .contact-grid, .cta-card { grid-template-columns: 1fr; }
  .hero { padding: 56px 0 60px; }
  .hero-media { order: -1; }
  .hero-media img { height: 320px; }
  .hero-badge { left: 16px; bottom: -18px; }
  .split-media { max-width: 460px; }
  .badge-name { left: 16px; }
  .svc-row { grid-template-columns: 1fr; gap: 18px; padding: 32px 0; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .page-head h1, .page-head-light h1 { font-size: 36px; }
  .h1 { font-size: 40px; }
  .h2 { font-size: 30px; }
  .quote p { font-size: 24px; }
  .cta-card .left, .cta-card .right { padding: 40px 28px; }
  .form-card { padding: 32px 24px; }
}

@media (max-width: 560px) {
  .cards, .diff-grid, .feat-grid, .steps, .steps-cards, .stats-row, .field-2, .areas { grid-template-columns: 1fr; }
  .area-go { opacity: 1; transform: none; }
  .h1 { font-size: 34px; }
  .lead { font-size: 16px; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .btn-link { width: auto; }
  .trust { gap: 14px 24px; }
  .stats { gap: 24px; }
  .feat { padding: 28px 22px; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
  .wa-float .wa-ico { margin: 0; }
  .footer-bar { flex-direction: column; gap: 8px; align-items: flex-start; }
}
