/* ============================================
   SegurLock 24 - Professional Local Service UI
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #111827;
  --navy: #172033;
  --navy-2: #202c44;
  --navy-3: #2b3851;
  --red: #d9272e;
  --red-dark: #b71f27;
  --green: #19b969;
  --gold: #f5ad22;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --soft-2: #edf1f7;
  --muted: #667085;
  --muted-2: #98a2b3;
  --line: #d9e0ea;
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
  --shadow-soft: 0 12px 30px rgba(16, 24, 40, 0.08);
  --radius: 8px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* Top Bar */
.top-bar {
  background: var(--ink);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-bar-content {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.top-bar-content span,
.top-bar-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-bar-phone {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 999px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-content {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo,
.footer-logo-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-icon,
.footer-logo-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(217, 39, 46, 0.24);
}

.logo-text,
.footer-logo-text {
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.logo-accent,
.footer-logo-text span {
  color: var(--red);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav a {
  color: #435066;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--red);
}

.btn-whatsapp,
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: var(--green);
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(25, 185, 105, 0.22);
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.btn-whatsapp {
  padding: 12px 18px;
}

.btn-whatsapp:hover,
.btn-wa:hover {
  background: #119955;
  transform: translateY(-2px);
}

/* Hero */
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.94) 0%, rgba(23, 32, 51, 0.86) 48%, rgba(17, 24, 39, 0.58) 100%),
    url('https://images.unsplash.com/photo-1558025137-0b407a9cb066?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

.hero-bg,
.hero-grid-overlay,
.hero-radial,
.hero-radial2 {
  display: none;
}

.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 96px;
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.62));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 92px 0 82px;
}

.hero-badge,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-badge {
  color: #fff;
  background: rgba(217, 39, 46, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 9px 15px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.hero h1 {
  max-width: 760px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.45rem, 6vw, 4.9rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-line2 {
  display: block;
  color: #fff;
}

.hero-line3 {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  font-size: 0.42em;
  line-height: 1.18;
}

.hero-subtitle {
  max-width: 620px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.08rem;
}

.hero-subtitle strong {
  color: #fff;
  font-weight: 800;
}

.hero-stats {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  overflow: hidden;
}

.stat {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 16px 18px;
}

.stat + .stat {
  border-left: 1px solid var(--line-dark);
}

.stat-num {
  color: var(--gold);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 900;
  line-height: 1;
}

.stat-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-buttons,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-primary,
.btn-outline,
.btn-dark,
.btn-white {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
}

.btn-primary {
  color: #fff;
  background: var(--red);
  padding: 16px 28px;
  box-shadow: 0 16px 34px rgba(217, 39, 46, 0.32);
}

.btn-primary small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.9;
}

.btn-primary:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

.btn-pulse {
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 16px 34px rgba(217, 39, 46, 0.32), 0 0 0 0 rgba(217, 39, 46, 0.34); }
  50% { box-shadow: 0 16px 34px rgba(217, 39, 46, 0.32), 0 0 0 14px rgba(217, 39, 46, 0); }
}

.btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line-dark);
  padding: 16px 24px;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.hero-note i {
  color: var(--gold);
}

/* Trust Bar */
.trust-bar {
  overflow: hidden;
  background: var(--red);
  color: #fff;
}

.trust-ticker {
  display: flex;
  width: max-content;
  animation: ticker 30s linear infinite;
}

.trust-ticker-inner {
  display: flex;
  align-items: center;
  padding: 13px 0;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 26px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-sep {
  color: rgba(255, 255, 255, 0.38);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Sections */
.servicios,
.nosotros,
.testimonios,
.zona,
.faq {
  padding: 92px 0;
}

.servicios,
.testimonios,
.faq {
  background: var(--soft);
}

.nosotros,
.zona {
  background: #fff;
}

.section-header {
  margin-bottom: 42px;
}

.section-header.center {
  text-align: center;
}

.section-tag {
  color: var(--red);
  margin-bottom: 14px;
}

.section-tag::before {
  content: '';
  width: 28px;
  height: 3px;
  background: var(--red);
  border-radius: 99px;
}

.section-header h2 {
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 3.05rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-header p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1rem;
}

.section-header.center p {
  margin-inline: auto;
}

/* Services */
.grid-servicios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.servicio-card,
.testimonio-card,
.faq-item,
.nos-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.servicio-card {
  position: relative;
  min-height: 315px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s var(--ease), border-color 0.22s var(--ease), box-shadow 0.22s var(--ease);
}

.servicio-card:hover {
  border-color: rgba(217, 39, 46, 0.38);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.servicio-card.featured {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  border-color: transparent;
}

.card-featured-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--ink);
  background: var(--gold);
  padding: 5px 10px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.icon-wrapper {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: #fff1f1;
  border: 1px solid #ffd4d6;
  border-radius: var(--radius);
  font-size: 1.25rem;
  margin-bottom: 22px;
}

.featured .icon-wrapper {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--line-dark);
}

.servicio-card h3 {
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.featured h3,
.featured p {
  color: #fff;
}

.servicio-card p {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 24px;
}

.card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.featured .card-cta {
  color: var(--gold);
}

/* CTA */
.cta-banner {
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(217, 39, 46, 0.95), rgba(183, 31, 39, 0.92)),
    url('https://images.unsplash.com/photo-1558025137-0b407a9cb066?auto=format&fit=crop&w=1600&q=80') center/cover;
}

.cta-content {
  min-height: 178px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 38px 0;
}

.cta-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cta-text p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
}

.btn-dark {
  color: #fff;
  background: rgba(17, 24, 39, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 24px;
}

.btn-wa {
  padding: 15px 24px;
}

/* About */
.nosotros-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 64px;
}

.nosotros-visual {
  position: relative;
}

.nosotros-big-num {
  position: absolute;
  top: -60px;
  left: -12px;
  z-index: 0;
  color: rgba(217, 39, 46, 0.08);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(8rem, 16vw, 13rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.nosotros-card-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.nos-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.nos-card-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: #fff1f1;
  border-radius: var(--radius);
}

.nos-card-body strong {
  display: block;
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nos-card-body span {
  color: var(--muted);
  font-size: 0.86rem;
}

.razones-list {
  display: grid;
  gap: 22px;
}

.razon-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
}

.razon-num {
  color: var(--red);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.razon-body h3 {
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.razon-body p {
  color: var(--muted);
  font-size: 0.92rem;
}

/* Testimonials */
.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonio-card {
  padding: 28px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.testimonio-card blockquote p {
  color: var(--muted);
  font-size: 0.92rem;
  font-style: italic;
  margin-bottom: 18px;
}

.testimonio-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: #fff1f1;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
}

.author-info strong {
  display: block;
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.86rem;
}

.author-info span {
  color: var(--muted);
  font-size: 0.78rem;
}

/* Coverage */
.zona-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 310px;
  align-items: start;
  gap: 26px;
}

.zona-list {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.zona-list h3 {
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.zona-list ul {
  display: grid;
  gap: 9px;
}

.zona-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #46566e;
  font-size: 0.92rem;
}

.zona-list li i {
  color: var(--red);
  font-size: 0.48rem;
}

.zona-cta {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}

.zona-icon {
  color: var(--gold);
  font-size: 2rem;
}

.zona-cta p {
  color: rgba(255, 255, 255, 0.84);
}

.btn-white {
  color: var(--navy);
  background: #fff;
  padding: 13px 19px;
}

.btn-white:hover {
  color: var(--red);
  transform: translateY(-2px);
}

/* FAQ */
.faq-inner {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 58px;
  align-items: start;
}

.faq-sticky {
  position: sticky;
  top: 110px;
}

.faq-title {
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.07;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.faq-intro {
  color: var(--muted);
  margin-bottom: 28px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  box-shadow: none;
}

.faq-item[open] {
  border-color: rgba(217, 39, 46, 0.42);
}

.faq-item summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 22px;
  color: var(--navy);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--red);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: '-';
}

.faq-item div {
  color: var(--muted);
  padding: 0 22px 22px;
  font-size: 0.92rem;
}

/* Footer */
.footer {
  color: #fff;
  background: var(--ink);
  padding-top: 64px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 46px;
  padding-bottom: 52px;
}

.footer-logo-text {
  color: #fff;
}

.footer-brand p {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  margin: 16px 0 22px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}

.footer h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.footer-servicios ul {
  display: grid;
  gap: 9px;
}

.footer-servicios a,
.footer-contact a,
.footer-contact p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.footer-servicios a:hover,
.footer-contact a:hover {
  color: #fff;
}

address {
  font-style: normal;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}

.footer-contact i {
  width: 16px;
  color: var(--gold);
  text-align: center;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.78rem;
}

.footer-seo {
  text-align: right;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: var(--green);
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(25, 185, 105, 0.32);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-float i {
  font-size: 1.35rem;
}

.whatsapp-float:hover {
  background: #119955;
}

/* Responsive */
@media (max-width: 1040px) {
  .header-content {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 12px 22px;
  }

  .grid-servicios,
  .testimonios-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nosotros-grid,
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .faq-sticky {
    position: static;
  }

  .zona-grid {
    grid-template-columns: 1fr 1fr;
  }

  .zona-cta {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .top-bar-content {
    justify-content: center;
  }

  .top-bar-content > span {
    display: none;
  }

  .header-content {
    justify-content: center;
  }

  .logo {
    margin-right: auto;
  }

  .btn-whatsapp {
    padding: 11px 14px;
  }

  .nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 72px 0 58px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 13vw, 3.5rem);
  }

  .hero-subtitle br {
    display: none;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat:nth-child(3) {
    border-left: 0;
  }

  .stat:nth-child(n+3) {
    border-top: 1px solid var(--line-dark);
  }

  .servicios,
  .nosotros,
  .testimonios,
  .zona,
  .faq {
    padding: 68px 0;
  }

  .grid-servicios,
  .testimonios-grid,
  .zona-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .servicio-card {
    min-height: auto;
  }

  .cta-content {
    align-items: flex-start;
  }

  .cta-actions,
  .hero-buttons {
    width: 100%;
  }

  .btn-primary,
  .btn-outline,
  .btn-dark,
  .btn-wa {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-seo {
    text-align: left;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    display: none;
  }
}

@media (max-width: 440px) {
  .logo-text {
    font-size: 1.05rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .stat + .stat,
  .stat:nth-child(n+3) {
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }

  .nosotros-big-num {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
