/* =========================================================
   FONTANERÍA ENRIQUE E HIJOS · variante A
   Paleta: azul oficio + cobre cálido
   ========================================================= */

:root {
  --ink: #0B3D52;          /* azul petróleo profundo — lectura "agua" */
  --ink-2: #115670;
  --ink-3: #2B7891;
  --aqua: #6EC4D9;          /* aqua brillante — highlights agua */
  --aqua-soft: #D8EEF3;     /* aqua lavado — fondos suaves */
  --paper: #F7FAFB;         /* blanco muy frío con tono agua */
  --paper-2: #E9F1F4;
  --line: #D5E2E6;
  --copper: #B0683C;        /* cobre cálido — pipe accent */
  --copper-2: #8B4F2C;
  --accent: #F59E0B;        /* amarillo estrella */
  --ok: #16A34A;
  --max: 1240px;
  --gutter: clamp(16px, 4vw, 36px);
  --r: 4px;
  --r-md: 10px;
  --r-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(10,31,59,.06), 0 1px 1px rgba(10,31,59,.04);
  --shadow-md: 0 6px 24px rgba(10,31,59,.10), 0 2px 6px rgba(10,31,59,.06);
  --shadow-lg: 0 24px 60px rgba(10,31,59,.18);
  --display: 'Cabinet Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --body: 'Satoshi', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { padding: 0; margin: 0; list-style: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }

/* ------------ NAV (3D adaptive pill — vanilla port) ------------ */
.pill-nav {
  position: fixed;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 70;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  font-family: 'Satoshi', 'Inter', system-ui, sans-serif;
  background: rgba(8, 28, 38, .32);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, .35),
    0 2px 6px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(0, 0, 0, .22);
  transition: box-shadow .35s ease, max-width .55s cubic-bezier(.2,.7,.2,1),
              background .35s ease, border-color .35s ease;
  overflow: hidden;
  max-width: 220px;
}

/* Floating language switcher — top-right, glass to match the pill-nav */
.lang-switch {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 71;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 40px;
  padding: 0 6px;
  border-radius: 999px;
  font-family: 'Satoshi', 'Inter', system-ui, sans-serif;
  background: rgba(8, 28, 38, .32);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(0, 0, 0, .22);
}
.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  color: rgba(255, 255, 255, .66);
  transition: color .2s ease, background .2s ease;
}
.lang-switch a:hover { color: #fff; background: rgba(255, 255, 255, .10); }
.lang-switch a.is-active { color: #fff; background: rgba(255, 255, 255, .16); }
@media (max-width: 560px) {
  .lang-switch { top: 16px; right: 12px; height: 36px; padding: 0 4px; }
  .lang-switch a { min-width: 26px; height: 26px; padding: 0 6px; font-size: 11px; }
}

.pill-nav:hover,
.pill-nav.is-expanded,
.pill-nav:focus-within {
  max-width: 720px;
  background: rgba(8, 28, 38, .42);
  border-color: rgba(255, 255, 255, .2);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, .45),
    0 3px 8px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .28),
    inset 0 -1px 0 rgba(0, 0, 0, .25);
}

/* 3D overlays — decorativos sobre el pill */
.pill-nav__ridge,
.pill-nav__hemi,
.pill-nav__diag,
.pill-nav__gloss,
.pill-nav__bottom,
.pill-nav__bottom-contact,
.pill-nav__glow,
.pill-nav__edge {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.pill-nav__ridge {
  height: 1px;
  bottom: auto;
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 20%,
    rgba(255,255,255,.7) 50%, rgba(255,255,255,.5) 80%, rgba(255,255,255,0) 100%);
}
.pill-nav__diag {
  background: linear-gradient(135deg,
    rgba(255,255,255,.10) 0%, rgba(255,255,255,.04) 30%,
    rgba(255,255,255,0) 60%);
}
.pill-nav__gloss {
  left: 18%;
  top: 22%;
  width: 60px;
  height: 8px;
  inset: auto;
  border-radius: 999px;
  background: radial-gradient(ellipse at center,
    rgba(255,255,255,.28) 0%, rgba(255,255,255,.12) 40%,
    rgba(255,255,255,0) 80%);
  filter: blur(3px);
  transform: rotate(-10deg);
  transition: all .35s ease;
}
.pill-nav:hover .pill-nav__gloss,
.pill-nav.is-expanded .pill-nav__gloss {
  left: 22%;
  width: 140px;
}
.pill-nav__glow {
  box-shadow: inset 0 0 30px rgba(255,255,255,.10);
  opacity: 1;
}
.pill-nav__edge {
  box-shadow: inset 0 0 0 .5px rgba(255,255,255,.05);
}

.pill-nav__items {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pill-nav__btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .68);
  white-space: nowrap;
  padding: 10px 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
  transition:
    color .2s ease, transform .2s ease,
    opacity .25s ease, max-width .55s cubic-bezier(.2,.7,.2,1),
    padding .35s cubic-bezier(.2,.7,.2,1),
    font-size .2s ease, font-weight .2s ease;
}
.pill-nav__btn.is-active {
  max-width: 200px;
  opacity: 1;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
}
.pill-nav:hover .pill-nav__btn,
.pill-nav.is-expanded .pill-nav__btn,
.pill-nav:focus-within .pill-nav__btn {
  max-width: 200px;
  opacity: 1;
  padding: 10px 16px;
}
.pill-nav:hover .pill-nav__btn.is-active,
.pill-nav.is-expanded .pill-nav__btn.is-active,
.pill-nav:focus-within .pill-nav__btn.is-active {
  padding: 10px 22px;
}
.pill-nav__btn:hover:not(.is-active) {
  color: rgba(255, 255, 255, .95);
}
@media (max-width: 600px) {
  .pill-nav { top: 14px; height: 50px; }
  .pill-nav__btn { font-size: 14px; }
  .pill-nav__btn.is-active { font-size: 14.5px; }
}

/* ------------ BUTTONS ------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: var(--r);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .01em;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
  text-align: left;
}
.btn:active { transform: translateY(1px); }

.btn--wa {
  background: #25D366;
  color: #fff;
  border-radius: 999px;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(37, 211, 102, .35), 0 1px 0 rgba(0,0,0,.08) inset;
}
.btn--wa:hover { background: #1FB855; box-shadow: 0 8px 22px rgba(37, 211, 102, .45); }
.btn--xl.btn--wa { border-radius: 999px; padding: 12px 26px 12px 12px; gap: 12px; }
.btn--wa .btn__wa-icon {
  flex: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: 50%;
  background: #fff;
  color: #25D366;
  box-shadow: 0 1px 2px rgba(0,0,0,.08) inset;
}

/* Bapu — glass (same translucent treatment as .btn--glass / pill-nav) with bapu-orange tinted border + halo to mark identity. */
.btn--bapu {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 133, 51, .55);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  box-shadow:
    0 0 0 4px rgba(255, 133, 51, .10),
    0 8px 28px rgba(224, 56, 18, .22),
    0 1px 0 rgba(255, 255, 255, .25) inset,
    0 -1px 0 rgba(0, 0, 0, .25) inset;
  position: relative;
}
.btn--bapu::after {
  /* Soft orange halo — slow pulse to draw the eye without being aggressive */
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 133, 51, .45);
  opacity: 0;
  animation: bapuPulse 2.6s ease-out infinite;
  pointer-events: none;
}
@keyframes bapuPulse {
  0%   { transform: scale(1);    opacity: .55; }
  70%  { transform: scale(1.06); opacity: 0; }
  100% { transform: scale(1.06); opacity: 0; }
}
.btn--bapu:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 133, 51, .85);
  box-shadow:
    0 0 0 5px rgba(255, 133, 51, .14),
    0 14px 36px rgba(224, 56, 18, .35),
    0 1px 0 rgba(255, 255, 255, .35) inset,
    0 -1px 0 rgba(0, 0, 0, .25) inset;
}
.btn--xl.btn--bapu { border-radius: 999px; padding: 8px 26px 8px 8px; gap: 12px; }
.btn--bapu .btn__bapu-logo {
  flex: none;
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
}
.btn--bapu .btn__big { color: #fff; }
.btn--bapu .btn__small {
  color: var(--copper);
  font-weight: 600;
  opacity: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 11px;
}

.btn--xl {
  padding: 16px 22px;
  font-size: 15px;
  gap: 14px;
}
.btn__big {
  display: block;
  font-size: 19px;
  letter-spacing: -.01em;
  line-height: 1.1;
}
.btn__small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  opacity: .85;
  margin-top: 2px;
}

/* ------------ SCRUBBING TEXT REVEAL ------------ */
.scrub-reveal .word {
  display: inline-block;
  opacity: .18;
  transition: opacity .12s linear;
  will-change: opacity;
}
@media (prefers-reduced-motion: reduce) {
  .scrub-reveal .word { opacity: 1; }
}

/* ------------ REVEAL ON SCROLL ------------ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ------------ HERO (video fullscreen) ------------ */
.hero {
  position: relative;
  overflow: hidden;
}
.hero--video {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 0;
  background: #07242F;
  color: #fff;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,36,47,.55) 0%, rgba(7,36,47,.20) 35%, rgba(7,36,47,.55) 75%, rgba(7,36,47,.92) 100%),
    radial-gradient(ellipse 60% 50% at 20% 90%, rgba(11,61,82,.55), transparent 70%);
}
.hero__corner {
  position: absolute;
  left: clamp(16px, 2.5vw, 40px);
  bottom: clamp(28px, 4vh, 56px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.6vw, 36px);
  max-width: min(880px, 86vw);
}
.hero__ctas--floating {
  position: static;
  margin: 0;
}
.hero__brand {
  position: absolute;
  top: clamp(16px, 2.4vw, 28px);
  left: clamp(16px, 3vw, 40px);
  z-index: 3;
  display: block;
  width: clamp(120px, 13vw, 200px);
  filter: drop-shadow(0 8px 24px rgba(0,0,0,.45));
  transition: transform .35s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}
.hero__brand img {
  width: 100%;
  height: auto;
  display: block;
}
.hero__brand:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.55));
}
@media (max-width: 600px) {
  .hero__brand { width: 100px; top: 12px; left: 14px; }
}

.hero__scroll {
  position: absolute;
  right: clamp(20px, 4vw, 48px);
  bottom: clamp(28px, 5vh, 56px);
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 600;
}
.hero__scroll:hover { color: #fff; }
.hero__scroll-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.7) 100%);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, #fff 100%);
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%   { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

@keyframes dotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, .65); }
  100% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
}
.hero__title--light {
  color: #fff;
  font-size: clamp(20px, 3.25vw, 44px);
  line-height: 1.05;
  margin: 0;
  max-width: 26ch;
  text-shadow: 0 2px 24px rgba(0,0,0,.25);
}
.hero__title--accent-light {
  white-space: nowrap;
}
.hero__title--accent-light {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, #6EC4D9 0%, #B7E4F0 60%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* Hero CTAs — glass call + WhatsApp pill */
.btn--magnetic {
  transition: transform .35s cubic-bezier(.2,.7,.2,1), background .2s ease, color .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.btn--magnetic:hover { transform: translateY(-3px); }
.btn--magnetic.btn--wa:hover { box-shadow: 0 14px 30px rgba(37,211,102,.5); }

.btn--glass {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, .25),
    0 1px 0 rgba(255, 255, 255, .25) inset,
    0 -1px 0 rgba(0, 0, 0, .25) inset;
}
.btn--glass:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .4);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, .35),
    0 1px 0 rgba(255, 255, 255, .35) inset,
    0 -1px 0 rgba(0, 0, 0, .25) inset;
}
.btn--xl.btn--glass {
  border-radius: 999px;
  padding: 12px 26px 12px 12px;
  gap: 14px;
}
.btn--glass .btn__big { color: #fff; }
.btn--glass .btn__small {
  color: var(--copper);
  font-weight: 600;
  opacity: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 11px;
}
.btn__phone-icon {
  flex: none;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .25) inset,
    0 2px 8px rgba(0, 0, 0, .18);
  position: relative;
}
.btn__phone-icon::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  opacity: .6;
  animation: phonePulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes phonePulse {
  0%   { transform: scale(1);    opacity: .6; }
  70%  { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

@media (max-width: 700px) {
  .hero__ctas { flex-direction: column; align-items: flex-start; width: auto; }
  .hero__ctas .btn { width: auto; justify-content: flex-start; }
  .hero--video {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
  }
  .hero__corner {
    left: 14px;
    right: auto;
    bottom: 18px;
    gap: 14px;
    max-width: calc(100% - 28px);
  }
  .hero__title--light {
    font-size: clamp(15px, 4.5vw, 22px);
    max-width: 100%;
  }
  .hero__title--accent-light {
    white-space: normal;
  }
  /* CTAs más compactos en móvil */
  .hero__ctas { gap: 8px; }
  .btn--xl { padding: 10px 14px; gap: 10px; }
  .btn--xl.btn--wa { padding: 8px 18px 8px 8px; gap: 10px; }
  .btn--wa .btn__wa-icon { width: 36px; height: 36px; padding: 7px; }
  .btn--glass .btn__phone-icon { width: 36px; height: 36px; }
  .btn--glass .btn__phone-icon svg { width: 18px; height: 18px; }
  .btn__big { font-size: 15px; }
  .btn__small { font-size: 10px; margin-top: 1px; letter-spacing: .04em; }
  .hero__scroll { display: none; }
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

/* ------------ PRESTIGE BAR ------------ */
.prestige {
  background: #FFFFFF;
  color: var(--ink);
  padding: clamp(28px, 3.5vw, 48px) 0 clamp(32px, 4vw, 56px);
  border-top: 1px solid rgba(11,61,82,.05);
  border-bottom: 1px solid rgba(11,61,82,.05);
  position: relative;
  overflow: hidden;
}
.prestige__lead {
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 clamp(20px, 2.5vw, 36px);
  color: var(--ink-3);
  opacity: .85;
  font-weight: 600;
}
.prestige__marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.prestige__track {
  display: flex;
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
  width: max-content;
  animation: prestigeMarquee 38s linear infinite;
}
.prestige__logo {
  height: clamp(44px, 5vw, 64px);
  width: auto;
  flex-shrink: 0;
  opacity: .85;
  filter: saturate(.9);
  transition: opacity .3s ease, filter .3s ease, transform .3s ease;
}
.prestige__logo:hover {
  opacity: 1;
  filter: saturate(1.1);
  transform: scale(1.04);
}
@keyframes prestigeMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - clamp(24px, 3vw, 48px))); }
}
.prestige__marquee:hover .prestige__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .prestige__track { animation: none; }
}

/* ------------ SECTION GENERIC ------------ */
.section-head {
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}
.section-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -.015em;
  margin: 0 0 14px;
}
.section-sub {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--ink-2);
  margin: 0;
}

/* ------------ SERVICIOS (flipping cards 21st.dev style) ------------ */
.services { padding: clamp(56px, 7vw, 110px) 0; }
.flip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}
.flip {
  perspective: 1400px;
  aspect-ratio: 1 / 1.15;
}
.flip__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .9s cubic-bezier(.2, .7, .2, 1);
}
.flip:hover .flip__inner,
.flip:focus-within .flip__inner,
.flip.is-flipped .flip__inner {
  transform: rotateY(180deg);
}
.flip__front, .flip__back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 14px 36px rgba(7, 36, 47, .28), 0 2px 6px rgba(0, 0, 0, .08);
}
.flip__front {
  background-size: cover;
  background-position: center;
  background-color: #07242F;
}
.flip__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,36,47,.55) 0%, rgba(7,36,47,.30) 40%, rgba(7,36,47,.92) 100%),
    radial-gradient(ellipse 70% 60% at 30% 20%, rgba(11,61,82,.25), transparent 70%);
  pointer-events: none;
}
.flip__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(20px, 1.8vw, 28px);
  color: #fff;
}
.flip__body h3 {
  font-family: var(--display);
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 12px;
}
.flip__body p {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .78);
  margin: 0 0 auto;
}
.flip__more {
  margin-top: 18px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap .25s ease;
}
.flip:hover .flip__more { gap: 14px; }
.flip__back {
  background:
    radial-gradient(ellipse 70% 60% at 30% 10%, rgba(110,196,217,.18), transparent 70%),
    linear-gradient(135deg, #0B3D52 0%, #08303F 60%, #061F2A 100%);
  transform: rotateY(180deg);
  border: 1px solid rgba(255, 255, 255, .08);
}
.flip__back .flip__body p { color: rgba(255, 255, 255, .85); }
.flip__cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--copper);
  width: max-content;
  transition: gap .25s ease, filter .2s ease;
}
.flip__cta:hover {
  gap: 14px;
  filter: brightness(1.15);
}

@media (max-width: 1100px) {
  .flip-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .flip-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 460px) {
  .flip-grid { grid-template-columns: 1fr; }
  .flip { aspect-ratio: 1 / .85; }
}
@media (prefers-reduced-motion: reduce) {
  .flip__inner { transition: none; }
}

/* ------------ SECTORES (expanding slices) ------------ */
.properties {
  padding: clamp(56px, 7vw, 110px) 0;
  background: var(--paper-2);
}
.properties__head {
  text-align: left;
  max-width: 760px;
  margin: 0 0 clamp(36px, 5vw, 64px);
}
.properties__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.025em;
  margin: 0 0 20px;
  color: var(--ink);
}
.properties__title-accent {
  font-style: italic;
  font-weight: 500;
  color: var(--ink-2);
}
.properties__sub {
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
  margin: 0;
}

.expand-row {
  display: flex;
  gap: 6px;
  padding: 0 clamp(8px, 1.5vw, 20px);
  height: clamp(360px, 52vh, 560px);
}
.expand-slice {
  position: relative;
  flex: 1 1 0;
  min-width: 70px;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  transition: flex-grow .7s cubic-bezier(.2, .7, .2, 1);
  background: linear-gradient(160deg, #0B3D52, #061F2A);
  box-shadow: 0 12px 32px rgba(7, 36, 47, .25);
}
.expand-row:not(:hover) .expand-slice.is-default,
.expand-slice:hover,
.expand-slice:focus-within {
  flex-grow: 6;
}
.expand-slice__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 1.2s cubic-bezier(.2, .7, .2, 1);
}
.expand-slice:hover .expand-slice__bg,
.expand-row:not(:hover) .expand-slice.is-default .expand-slice__bg {
  transform: scale(1.05);
}
.expand-slice[data-type="casas"]         .expand-slice__bg { background-image: url('./assets/sectores/casas.webp'); }
.expand-slice[data-type="apartamentos"]  .expand-slice__bg { background-image: url('./assets/sectores/apartamentos.webp'); }
.expand-slice[data-type="bungalows"]     .expand-slice__bg { background-image: url('./assets/sectores/bungalows.webp'); }
.expand-slice[data-type="villas"]        .expand-slice__bg { background-image: url('./assets/sectores/villas.webp'); }
.expand-slice[data-type="hoteles"]       .expand-slice__bg { background-image: url('./assets/sectores/hoteles.webp'); }
.expand-slice[data-type="complejos"]     .expand-slice__bg { background-image: url('./assets/sectores/complejos.webp'); }
.expand-slice[data-type="residenciales"] .expand-slice__bg { background-image: url('./assets/sectores/residenciales.webp'); }
.expand-slice[data-type="edificios"]     .expand-slice__bg { background-image: url('./assets/sectores/edificios.webp'); }

.expand-slice__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.10) 50%, rgba(7,36,47,.85) 100%);
  pointer-events: none;
}
.expand-slice__body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: clamp(18px, 1.8vw, 28px);
  color: #fff;
  z-index: 1;
}
.expand-slice__label {
  font-family: var(--display);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.15;
  margin: 0;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: writing-mode 0s, transform .5s cubic-bezier(.2, .7, .2, 1);
}
.expand-slice__desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .85);
  margin: 12px 0 0;
  max-width: 36ch;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .45s cubic-bezier(.2, .7, .2, 1);
  transition-delay: .15s;
}
.expand-row:not(:hover) .expand-slice.is-default .expand-slice__label,
.expand-slice:hover .expand-slice__label,
.expand-slice:focus-within .expand-slice__label {
  writing-mode: horizontal-tb;
  transform: rotate(0);
}
.expand-row:not(:hover) .expand-slice.is-default .expand-slice__desc,
.expand-slice:hover .expand-slice__desc,
.expand-slice:focus-within .expand-slice__desc {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .expand-row {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
  .expand-slice {
    min-height: 120px;
    flex: 0 0 auto;
  }
  .expand-row:not(:hover) .expand-slice.is-default,
  .expand-slice:hover {
    flex: 0 0 auto;
    min-height: 280px;
  }
  .expand-slice__label { writing-mode: horizontal-tb; transform: none; }
  .expand-slice__desc { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .expand-slice,
  .expand-slice__bg,
  .expand-slice__label,
  .expand-slice__desc { transition: none; }
}

/* ------------ TRABAJOS (split: carrusel izda + titular dcha) ------------ */
.works {
  padding-top: clamp(56px, 7vw, 110px);
  padding-bottom: clamp(56px, 7vw, 110px);
  overflow: hidden;
  background: var(--paper);
}
.works-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}
.works-copy {
  position: relative;
  padding-right: clamp(0px, 2vw, 24px);
}
.works-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(48px, 6.8vw, 92px);
  line-height: .98;
  letter-spacing: -.025em;
  margin: 0 0 28px;
  color: var(--ink);
}
.works-title__accent {
  font-style: italic;
  font-weight: 500;
  color: var(--ink-2);
  display: inline-block;
}
.works-sub {
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 42ch;
  margin: 0;
}
.works-marquee {
  position: relative;
  height: clamp(560px, 80vh, 820px);
  overflow: hidden;
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.works-marquee__inner {
  display: flex;
  gap: clamp(14px, 1.6vw, 20px);
  justify-content: center;
  height: 100%;
}
.works-col {
  flex: 1 1 0;
  position: relative;
  max-width: 440px;
  height: 100%;
  overflow: hidden;
}
.works-col__track {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 24px);
  will-change: transform;
}
.works-col--up .works-col__track {
  animation: worksUp 38s linear infinite;
}
.works-col--down .works-col__track {
  animation: worksDown 38s linear infinite;
}
.works-col:hover .works-col__track,
.works-marquee:focus-within .works-col__track { animation-play-state: paused; }
.work-tile {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 10px 28px rgba(11,61,82,.16), 0 1px 2px rgba(0,0,0,.06);
  flex-shrink: 0;
  position: relative;
  transition: box-shadow .5s cubic-bezier(.2,.7,.2,1), transform .5s cubic-bezier(.2,.7,.2,1);
}
.work-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,61,82,0) 60%, rgba(7,36,47,.55) 100%);
  opacity: 0;
  transition: opacity .7s ease-out;
  pointer-events: none;
  z-index: 1;
}
.work-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease-out;
  will-change: transform;
}
.work-tile:hover {
  box-shadow: 0 22px 50px rgba(11,61,82,.28), 0 2px 6px rgba(0,0,0,.10);
  transform: translateY(-2px);
}
.work-tile:hover img {
  transform: scale(1.07);
  filter: contrast(1.06) saturate(1.08);
}
.work-tile:hover::after { opacity: 1; }
@keyframes worksUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
@keyframes worksDown {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}
@media (max-width: 980px) {
  .works-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .works-copy { order: -1; padding-right: 0; }
  .works-marquee { height: 520px; }
}
@media (max-width: 700px) {
  .works-col { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .works-col--up .works-col__track,
  .works-col--down .works-col__track { animation: none; }
}

/* ------------ COBERTURA (mapa GC + pins) ------------ */
.coverage {
  padding: clamp(56px, 7vw, 110px) 0;
  background: var(--paper);
  overflow: hidden;
}
.coverage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.coverage__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.025em;
  margin: 0 0 20px;
  color: var(--ink);
}
.coverage__title-accent {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, #0B3D52 0%, #115670 30%, #2B7891 60%, #6EC4D9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.coverage__sub {
  font-size: clamp(15px, 1.3vw, 17px);
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 48ch;
  margin: 0 0 32px;
}
.coverage__legend {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px 18px;
  max-width: 480px;
}
.coverage__legend li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}
.cov-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(255,255,255,1), 0 2px 6px rgba(0,0,0,.18);
}
.cov-dot--mogan,
.cov-dot--playa { background: #B0683C; }
.cov-dot--sureste,
.cov-dot--lpa,
.cov-dot--norte { background: #6EC4D9; }

.coverage__map {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.gc-map {
  width: 100%;
  height: auto;
  display: block;
}

/* Otras islas — silueta plana azul */
.gc-others path {
  fill: #94C7D6;
  opacity: .58;
  transition: opacity .3s ease, fill .3s ease;
}
.gc-others path:hover { opacity: .85; }
.gc-others text {
  fill: var(--ink-3);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  opacity: .8;
}

/* Gran Canaria — hero */
.gc-hero .gc-map__island {
  fill: #2B7891;
  stroke: #6EC4D9;
  stroke-width: 3;
  stroke-linejoin: round;
}
.gc-map__name {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .28em;
  fill: rgba(255, 255, 255, .25);
  pointer-events: none;
}

/* Pins */
.gc-pin {
  transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px));
  transform-box: fill-box;
}
.gc-pin__pulse {
  opacity: .4;
  transform-origin: center;
  transform-box: fill-box;
  animation: pinPulse 2.2s ease-out infinite;
}

/* Lineas + etiquetas */
.gc-zones line {
  stroke: var(--ink-2);
  stroke-width: 1.5;
  stroke-dasharray: 3 4;
  opacity: .55;
}
.gc-zone-label {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .18em;
  fill: var(--ink);
}

@keyframes pinPulse {
  0%   { transform: scale(1);   opacity: .45; }
  100% { transform: scale(2.6); opacity: 0; }
}

@media (max-width: 900px) {
  .coverage__grid { grid-template-columns: 1fr; }
  .coverage__map { max-width: 540px; }
  .gc-zone-label, .gc-map__name { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .gc-pin__pulse { animation: none; }
}

/* ------------ FOOTER ------------ */
.foot {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 20% 0%, rgba(110,196,217,.10), transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 100%, rgba(176,104,60,.08), transparent 70%),
    linear-gradient(180deg, #08303F 0%, #051A23 100%);
  color: rgba(255,255,255,.7);
  font-size: 14px;
  overflow: hidden;
}
.foot::before {
  /* Grano sutil */
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.03) 1px, transparent 0);
  background-size: 3px 3px;
  pointer-events: none;
  opacity: .6;
}
.foot > * { position: relative; z-index: 1; }

/* ----- Pre-footer CLOSER ----- */
.foot__closer {
  padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 5vw, 72px);
  position: relative;
}
.foot__closer::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(90%, 1240px);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.10) 30%, rgba(255,255,255,.18) 50%, rgba(255,255,255,.10) 70%, transparent 100%);
}

/* ----- Ficha de negocio + mapa interactivo ----- */
.biz__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 3.4vw, 44px);
  align-items: stretch;
}
@media (min-width: 900px) {
  .biz__grid {
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(36px, 4vw, 64px);
  }
}

.biz__info {
  display: flex;
  flex-direction: column;
}
.biz__kicker {
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 16px;
  font-weight: 600;
}
.biz__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1;
  letter-spacing: -.025em;
  color: #fff;
  margin: 0 0 16px;
  max-width: 16ch;
}
.biz__title-accent {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, #6EC4D9 0%, #B7E4F0 60%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.biz__sub {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.55;
  color: rgba(255,255,255,.72);
  margin: 0 0 clamp(20px, 2.4vw, 32px);
  max-width: 44ch;
}

.biz__list {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(20px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.biz__row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.biz__row-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(176, 104, 60, .12);
  color: var(--copper);
  border: 1px solid rgba(176, 104, 60, .22);
}
.biz__row-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.biz__row-label {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,.48);
}
.biz__row-value {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.88);
  line-height: 1.5;
  word-break: break-word;
}
.biz__row-link {
  color: #fff;
  transition: color .2s ease;
}
.biz__row-link:hover { color: var(--copper); }
.biz__row-emph {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
  color: var(--copper);
  font-size: 13.5px;
  letter-spacing: .005em;
}

.biz__directions {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .005em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.biz__directions:hover {
  background: rgba(176, 104, 60, .14);
  border-color: rgba(176, 104, 60, .55);
  transform: translateY(-1px);
}
.biz__directions svg { transition: transform .2s ease; }
.biz__directions:hover svg { transform: translateX(3px); }

/* Map column */
.biz__map {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 64px -28px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.02) inset;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.biz__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  filter: saturate(.85) brightness(.95);
}
.biz__map-overlay {
  position: absolute;
  left: 14px;
  bottom: 14px;
  pointer-events: auto;
  text-decoration: none;
}
.biz__map-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(11, 61, 82, .92);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .005em;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 24px -10px rgba(0,0,0,.6);
  cursor: pointer;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.biz__map-pill svg { color: var(--copper); }
.biz__map-overlay:hover .biz__map-pill,
.biz__map-overlay:focus-visible .biz__map-pill {
  background: rgba(11, 61, 82, 1);
  border-color: rgba(176, 104, 60, .55);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -12px rgba(0,0,0,.7);
}

@media (min-width: 900px) {
  .biz__map, .biz__map-frame { min-height: 460px; }
}

/* ----- Footer principal (estilo shadcnblocks Footer2) ----- */
.foot__main {
  padding: clamp(64px, 8vw, 128px) 0 clamp(28px, 3vw, 40px);
}
.foot__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3.4vw, 44px);
}
@media (min-width: 900px) {
  .foot__grid {
    grid-template-columns: 1.6fr repeat(4, 1fr);
    gap: clamp(28px, 2.6vw, 40px);
  }
}

.foot__brand {
  grid-column: 1 / -1;
  margin-bottom: clamp(8px, 1.5vw, 24px);
  max-width: 380px;
}
@media (min-width: 900px) {
  .foot__brand {
    grid-column: span 1;
    margin-bottom: 0;
    padding-right: clamp(16px, 2vw, 32px);
  }
}
.foot__brand-logo {
  display: inline-block;
  width: 110px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.45));
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.foot__brand-logo:hover { transform: translateY(-2px); }
.foot__brand-logo img { width: 100%; height: auto; display: block; }
.foot__brand-title {
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .005em;
  color: #fff;
}
.foot__brand-tagline {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255,255,255,.7);
}

.foot__col-title {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #fff;
  text-transform: none;
}
.foot__col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.foot__col-list li { padding: 0; }
.foot__col-list a,
.foot__col-static {
  color: rgba(255,255,255,.62);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .005em;
  transition: color .2s ease;
}
.foot__col-list a:hover { color: var(--copper); }
.foot__col-static { display: inline-block; }
.foot__col--contact .foot__col-list a { word-break: break-word; }

.foot__bottom {
  margin-top: clamp(40px, 6vw, 88px);
  padding-top: clamp(20px, 2.4vw, 32px);
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 760px) {
  .foot__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.foot__copy {
  margin: 0;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  letter-spacing: .02em;
}

.foot__lang {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  align-self: flex-start;
}
@media (min-width: 760px) {
  .foot__lang { align-self: center; }
}
.foot__lang a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: rgba(255,255,255,.5);
  transition: color .2s ease;
}
.foot__lang a.is-active { color: #fff; }
.foot__lang a:hover { color: var(--copper); }
.foot__lang span {
  color: rgba(255,255,255,.18);
  font-size: 10px;
  user-select: none;
}

.foot__bottom-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.foot__bottom-legal a {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease;
}
.foot__bottom-legal a:hover { color: var(--copper); }

@media (max-width: 600px) {
  .foot__grid { gap: 26px; }
  .foot__col-title { margin-bottom: 14px; font-size: 13.5px; }
  .foot__col-list { gap: 11px; }
  .foot__col-list a, .foot__col-static { font-size: 13.5px; }
}

/* ------------ FLOATING CALL (móvil, aparece on scroll) ------------ */
.float-call {
  position: fixed;
  bottom: 20px;
  left: 16px;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 8px;
  background: var(--copper);
  color: #fff;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 10px 28px rgba(176,104,60,.45);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .35s cubic-bezier(.2,.7,.2,1);
}
.float-call.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.float-call:hover { background: var(--copper-2); }
@media (max-width: 900px) {
  .float-call { display: inline-flex; }
}

/* ------------ STICKY WHATSAPP ------------ */
.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .01em;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .45), 0 2px 8px rgba(0,0,0,.12);
  transform: translateY(8px);
  opacity: 0;
  pointer-events: none;
  transition: transform .35s ease, opacity .35s ease, background .2s ease, box-shadow .2s ease;
}
.wa-float.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.wa-float:hover {
  background: #1FB855;
  box-shadow: 0 16px 34px rgba(37, 211, 102, .55), 0 2px 8px rgba(0,0,0,.14);
}
.wa-float svg { flex: none; }
.wa-float__label { line-height: 1; }
.wa-float::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid #25D366;
  opacity: .55;
  animation: wa-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes wa-pulse {
  0%   { transform: scale(1);    opacity: .55; }
  70%  { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}
@media (max-width: 900px) {
  .wa-float { bottom: 80px; }
  .wa-float__label { display: none; }
  .wa-float { padding: 14px; border-radius: 50%; }
  .wa-float::after { inset: -6px; }
}

/* =========================================================
   LEGAL PAGES (aviso-legal, privacidad, cookies)
   Layout sobrio para lectura larga
   ========================================================= */
.legal-page {
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  padding: clamp(40px, 5vw, 80px) 0 clamp(60px, 8vw, 120px);
}
.legal-page__topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247,250,251,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.legal-page__topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.legal-page__topbar-logo {
  display: inline-flex;
  width: 90px;
  transition: transform .25s ease;
}
.legal-page__topbar-logo:hover { transform: translateY(-1px); }
.legal-page__topbar-logo img { width: 100%; height: auto; display: block; }
.legal-page__topbar-back {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: .04em;
  transition: color .2s ease;
}
.legal-page__topbar-back:hover { color: var(--copper); }

.legal-page .wrap--narrow {
  max-width: 760px;
  margin: 0 auto;
  padding-inline: var(--gutter);
}
.legal-page__kicker {
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin: 0 0 18px;
}
.legal-page__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.legal-page__updated {
  font-size: 13px;
  color: var(--ink-3);
  margin: 0 0 clamp(36px, 5vw, 56px);
  padding-bottom: clamp(28px, 4vw, 44px);
  border-bottom: 1px solid var(--line);
}
.legal-page article {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
}
.legal-page h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25;
  letter-spacing: -.01em;
  margin: clamp(40px, 5vw, 56px) 0 16px;
  color: var(--ink);
}
.legal-page h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin: 28px 0 10px;
  color: var(--ink-2);
}
.legal-page p { margin: 0 0 16px; }
.legal-page ul, .legal-page ol { padding-left: 22px; margin: 0 0 18px; }
.legal-page ul { list-style: disc; }
.legal-page ol { list-style: decimal; }
.legal-page li { margin-bottom: 8px; line-height: 1.65; }
.legal-page a {
  color: var(--copper);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease;
}
.legal-page a:hover { color: var(--copper-2); }
.legal-page strong { font-weight: 700; color: var(--ink); }
.legal-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.legal-page th, .legal-page td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.legal-page th {
  background: var(--paper-2);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.legal-page tr:last-child td { border-bottom: 0; }
.legal-page__placeholder {
  display: inline-block;
  background: #FFF4E5;
  color: var(--copper-2);
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.92em;
  border: 1px dashed var(--copper);
}
.legal-page__contact-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 26px;
  margin: 28px 0;
  font-size: 14.5px;
  line-height: 1.7;
}
.legal-page__contact-box strong { display: block; margin-bottom: 6px; }

/* =========================================================
   GUÍAS HUB (/guias/ — directorio SEO)
   ========================================================= */
.guias-page { background: var(--paper); color: var(--ink); }
.guias-hero {
  padding: clamp(120px, 14vw, 200px) 0 clamp(60px, 8vw, 100px);
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(110,196,217,.10), transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(176,104,60,.06), transparent 70%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.guias-hero__kicker {
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin: 0 0 22px;
}
.guias-hero__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -.025em;
  margin: 0 0 24px;
  color: var(--ink);
  max-width: 22ch;
}
.guias-hero__title-accent {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, #0B3D52 0%, #115670 30%, #2B7891 60%, #6EC4D9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.guias-hero__sub {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 52ch;
  margin: 0;
}

.guias-section {
  padding: clamp(56px, 7vw, 100px) 0;
}
.guias-section--alt { background: var(--paper-2); }
.guias-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  margin: 0 0 clamp(28px, 4vw, 48px);
}
.guias-section__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--ink);
}
.guias-section__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--ink-2);
}
.guias-section__meta {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
}

.guias-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}
@media (max-width: 1100px) { .guias-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .guias-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px)  { .guias-grid { grid-template-columns: 1fr; } }

.guia-card {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(20px, 2vw, 28px);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .25s ease;
  overflow: hidden;
}
.guia-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--copper) 0%, var(--aqua) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.guia-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11,61,82,.10), 0 2px 8px rgba(0,0,0,.04);
  border-color: var(--ink-3);
}
.guia-card:hover::before { transform: scaleX(1); }
.guia-card__kicker {
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
  margin: 0 0 10px;
}
.guia-card__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.2;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  color: var(--ink);
}
.guia-card__desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0 0 16px;
}
.guia-card__arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--copper);
  transition: gap .25s ease;
}
.guia-card:hover .guia-card__arrow { gap: 12px; }

/* Breadcrumb */
.guias-breadcrumb {
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--ink-3);
  margin: 0 0 24px;
  padding-top: 8px;
}
.guias-breadcrumb a { color: var(--ink-2); }
.guias-breadcrumb a:hover { color: var(--copper); }
.guias-breadcrumb span { margin: 0 8px; opacity: .5; }

/* ============================================================
   LANDING PAGES — Phase 1 SEO pages (.lp-*)
   Premium tier: matches home's visual language (gradient italic
   accents, dimensional CTAs, alternating section rhythm, hover lifts).
   Used by /en/emergency-plumber-maspalomas/, /guias/zonas/*,
   /guias/servicios/*.
   ============================================================ */
.lp-page { background: #fff; color: var(--ink); }
.lp-page main, .lp-page > section, .lp-page > header { position: relative; }

.wrap--narrow { max-width: 920px; margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- HERO (light, dimensional) ---------- */
.lp-hero {
  position: relative;
  padding: clamp(120px, 14vw, 180px) 0 clamp(64px, 8vw, 96px);
  background:
    radial-gradient(ellipse 70% 60% at 85% 0%, rgba(110,196,217,.18), transparent 65%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(176,104,60,.10), transparent 70%),
    linear-gradient(180deg, var(--paper) 0%, #fff 100%);
  overflow: hidden;
}
.lp-hero::after {
  /* fine bottom rule to separate from first section */
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: min(92%, 1240px);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(11,61,82,.14) 30%, rgba(11,61,82,.22) 50%, rgba(11,61,82,.14) 70%, transparent 100%);
}
.lp-hero__breadcrumb {
  font: 500 12px/1 var(--body); color: var(--ink-3);
  margin: 0 0 22px; letter-spacing: .12em; text-transform: uppercase;
}
.lp-hero__breadcrumb a { color: var(--ink-3); text-decoration: none; transition: color .2s ease; }
.lp-hero__breadcrumb a:hover { color: var(--copper); }
.lp-hero__kicker {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px; border-radius: 999px;
  background: rgba(176,104,60,.10); color: var(--copper);
  font: 700 11px/1 var(--body); letter-spacing: .22em; text-transform: uppercase;
  margin: 0 0 24px;
  border: 1px solid rgba(176,104,60,.22);
}
.lp-hero__kicker::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--copper); box-shadow: 0 0 0 4px rgba(176,104,60,.18);
}
.lp-hero__title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(34px, 5.2vw, 60px); line-height: 1.02;
  letter-spacing: -.025em; color: var(--ink);
  margin: 0 0 24px; max-width: 22ch;
}
.lp-hero__title em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(120deg, #0B3D52 0%, #115670 30%, #2B7891 60%, #6EC4D9 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-hero__sub {
  font: 400 clamp(16px, 1.55vw, 19px)/1.55 var(--body);
  color: var(--ink-2); max-width: 56ch; margin: 0 0 36px;
}
.lp-hero__ctas { display: flex; flex-direction: column; gap: 12px; max-width: 440px; }
@media (min-width: 720px) { .lp-hero__ctas { flex-direction: row; flex-wrap: wrap; max-width: none; } }

/* ---------- CTAs (premium, dimensional pills like home) ---------- */
.lp-cta {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 12px 26px 12px 12px; border-radius: 999px;
  text-decoration: none; font-family: var(--body);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease, background .2s ease;
  position: relative;
}
.lp-cta--call {
  background: linear-gradient(135deg, #0B3D52 0%, #115670 100%);
  color: #fff;
  box-shadow:
    0 10px 30px rgba(11,61,82,.32),
    0 1px 0 rgba(255,255,255,.18) inset,
    0 -1px 0 rgba(0,0,0,.18) inset;
}
.lp-cta--call:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 40px rgba(11,61,82,.42),
    0 1px 0 rgba(255,255,255,.24) inset,
    0 -1px 0 rgba(0,0,0,.22) inset;
}
.lp-cta--wa {
  background: #25D366; color: #fff;
  box-shadow: 0 8px 24px rgba(37,211,102,.38), 0 1px 0 rgba(0,0,0,.08) inset;
}
.lp-cta--wa:hover {
  transform: translateY(-3px);
  background: #1FB855;
  box-shadow: 0 14px 32px rgba(37,211,102,.5), 0 1px 0 rgba(0,0,0,.08) inset;
}
/* Bapu CTA — light glass (hero bg is paper) + bapu-orange tinted border + halo + slow pulse.
   Same "valuable CTA" identity as the home's .btn--bapu but tuned for light bg. */
.lp-cta--bapu {
  background: rgba(255, 255, 255, .85);
  color: var(--ink);
  border: 1.5px solid rgba(255, 133, 51, .55);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  box-shadow:
    0 0 0 4px rgba(255, 133, 51, .10),
    0 8px 24px rgba(224, 56, 18, .22),
    0 1px 0 rgba(255, 255, 255, .9) inset,
    0 -1px 0 rgba(11, 61, 82, .06) inset;
  position: relative;
}
.lp-cta--bapu::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1.5px solid rgba(255, 133, 51, .45);
  opacity: 0;
  animation: bapuPulse 2.6s ease-out infinite;
  pointer-events: none;
}
.lp-cta--bapu:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .95);
  border-color: rgba(255, 133, 51, .85);
  box-shadow:
    0 0 0 5px rgba(255, 133, 51, .14),
    0 14px 32px rgba(224, 56, 18, .35),
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 -1px 0 rgba(11, 61, 82, .08) inset;
}
.lp-cta--bapu .lp-cta__icon {
  width: 48px; height: 48px;
  background: #fff;
  border: none;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(224, 56, 18, .22);
  overflow: hidden;
}
.lp-cta--bapu .lp-cta__icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lp-cta--bapu .lp-cta__big { color: var(--ink); }
.lp-cta--bapu .lp-cta__small {
  color: #E03812;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.lp-cta__icon {
  flex: none; width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3);
  color: #fff; position: relative;
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 2px 8px rgba(0,0,0,.18);
}
.lp-cta--call .lp-cta__icon::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25); opacity: .6;
  animation: lpPhonePulse 2s ease-out infinite; pointer-events: none;
}
.lp-cta--wa .lp-cta__icon { background: #fff; color: #25D366; padding: 9px; border: none; }
@keyframes lpPhonePulse {
  0%   { transform: scale(1);    opacity: .6; }
  70%  { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}
.lp-cta__big { display: block; font-weight: 800; font-size: 19px; line-height: 1.1; letter-spacing: -.01em; }
.lp-cta__small {
  display: block; font-weight: 600; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  margin-top: 4px; color: rgba(255,255,255,.78);
}
.lp-cta--call .lp-cta__small { color: var(--copper); }

/* ---------- SECTIONS (alternating bg for rhythm) ---------- */
.lp-section { padding: clamp(64px, 8vw, 112px) 0; position: relative; }
.lp-section + .lp-section { background: #fff; }
.lp-section + .lp-section + .lp-section { background: var(--paper); }
.lp-section:nth-of-type(odd) { background: #fff; }
.lp-section:nth-of-type(even) { background: var(--paper); }
.lp-section--dark { background: #0B1B22 !important; color: #E6EEF1; }
.lp-section--dark::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 20% 0%, rgba(110,196,217,.10), transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 100%, rgba(176,104,60,.10), transparent 70%);
}
.lp-section--dark > * { position: relative; z-index: 1; }

/* Kicker with copper rule */
.lp-section__kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font: 700 11px/1 var(--body); letter-spacing: .26em; text-transform: uppercase;
  color: var(--copper); margin: 0 0 18px;
}
.lp-section__kicker::before {
  content: ''; width: 28px; height: 2px; background: var(--copper);
  border-radius: 1px;
}
.lp-section--dark .lp-section__kicker { color: #6EC4D9; }
.lp-section--dark .lp-section__kicker::before { background: #6EC4D9; }

.lp-section__title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(28px, 4.4vw, 48px); line-height: 1.04;
  letter-spacing: -.025em; color: var(--ink);
  margin: 0 0 18px; max-width: 22ch;
}
.lp-section__title em {
  font-style: italic; font-weight: 500;
  background: linear-gradient(120deg, #0B3D52 0%, #115670 30%, #2B7891 60%, #6EC4D9 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-section--dark .lp-section__title { color: #fff; }
.lp-section--dark .lp-section__title em {
  background: linear-gradient(120deg, #6EC4D9 0%, #B7E4F0 60%, #FFFFFF 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-section__lead {
  font: 400 clamp(16px, 1.5vw, 18px)/1.6 var(--body);
  color: var(--ink-2); max-width: 62ch; margin: 0 0 40px;
}
.lp-section--dark .lp-section__lead { color: #B7C5CB; }

/* ---------- LONG-FORM PROSE ---------- */
.lp-prose p { font: 400 16px/1.7 var(--body); color: var(--ink-2); margin: 0 0 18px; max-width: 64ch; }
.lp-prose p:last-child { margin-bottom: 0; }
.lp-prose strong { color: var(--ink); font-weight: 700; }
.lp-prose h3 {
  font: 500 24px/1.25 var(--display); margin: 36px 0 14px;
  color: var(--ink); letter-spacing: -.015em;
}
.lp-prose ul { padding-left: 0; margin: 0 0 24px; list-style: none; }
.lp-prose ul li {
  position: relative; padding-left: 24px;
  font: 400 16px/1.65 var(--body); color: var(--ink-2); margin: 0 0 10px;
}
.lp-prose ul li::before {
  content: ''; position: absolute; left: 2px; top: .65em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--copper);
  box-shadow: 0 0 0 3px rgba(176,104,60,.18);
}

/* ---------- PILLS ---------- */
.lp-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lp-pills li {
  padding: 13px 20px; border-radius: 999px;
  background: #fff; color: var(--ink);
  font: 600 14px/1 var(--body);
  border: 1px solid rgba(11,61,82,.12);
  box-shadow: 0 2px 6px rgba(11,61,82,.04);
  transition: all .25s ease;
}
.lp-pills li:hover {
  border-color: var(--copper); color: var(--copper);
  box-shadow: 0 4px 14px rgba(176,104,60,.18);
}

/* ---------- STEPS (numbered cards) ---------- */
.lp-steps { display: grid; grid-template-columns: 1fr; gap: 24px; counter-reset: step; margin: 16px 0 0; padding: 0; list-style: none; }
@media (min-width: 720px) { .lp-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .lp-steps--4 { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
.lp-step {
  position: relative; padding: 36px 26px 26px;
  border-radius: 18px; background: #fff;
  border: 1px solid rgba(11,61,82,.08);
  box-shadow: 0 4px 14px rgba(11,61,82,.04);
  counter-increment: step;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.lp-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11,61,82,.12);
  border-color: rgba(176,104,60,.3);
}
.lp-step::before {
  content: counter(step); position: absolute; top: -20px; left: 26px;
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--copper) 0%, var(--copper-2) 100%);
  color: #fff; font: 800 18px/1 var(--display);
  box-shadow: 0 6px 16px rgba(176,104,60,.36);
}
.lp-step h3 { font: 700 18px/1.25 var(--display); margin: 8px 0 10px; color: var(--ink); }
.lp-step p { font: 400 14.5px/1.55 var(--body); color: var(--ink-2); margin: 0; }

/* ---------- PRICE CALLOUT (luxurious dark card) ---------- */
.lp-price {
  display: flex; flex-direction: column; gap: 24px;
  padding: 44px 32px; border-radius: 24px;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(176,104,60,.18), transparent 60%),
    linear-gradient(140deg, #0B3D52 0%, #08303F 70%, #051A23 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(11,61,82,.28);
  position: relative; overflow: hidden;
}
@media (min-width: 720px) { .lp-price { flex-direction: row; align-items: center; padding: 56px 48px; gap: 48px; } }
.lp-price__big {
  font: 400 clamp(64px, 11vw, 120px)/.9 var(--display);
  letter-spacing: -.035em; flex: 0 0 auto; color: #fff;
  position: relative; padding-bottom: 18px;
}
.lp-price__big::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 60px; height: 3px; background: var(--copper); border-radius: 2px;
}
.lp-price__big small {
  font-size: .22em; font-weight: 600; letter-spacing: .14em;
  display: block; opacity: .78; margin-top: 12px; text-transform: uppercase;
}
.lp-price__body p { font: 400 16px/1.6 var(--body); color: #C6D7DE; margin: 0 0 10px; max-width: 50ch; }
.lp-price__body p:last-child { margin-bottom: 0; }
.lp-price__body strong { color: #fff; font-weight: 700; }

/* ---------- CREDIBILITY (dark logos strip) ---------- */
.lp-credibility__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) { .lp-credibility__grid { grid-template-columns: 1.1fr .9fr; gap: 64px; } }
.lp-credibility__copy p { font: 400 16px/1.65 var(--body); color: #B7C5CB; margin: 0 0 16px; }
.lp-credibility__copy strong { color: #fff; font-weight: 700; }
.lp-credibility__logos {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 32px;
  align-items: center; padding: 32px; border-radius: 22px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
@media (min-width: 540px) { .lp-credibility__logos { grid-template-columns: repeat(3, 1fr); } }
.lp-credibility__logos img {
  width: 100%; height: 38px; object-fit: contain;
  opacity: .82; filter: brightness(0) invert(1);
  transition: opacity .2s ease;
}
.lp-credibility__logos img:hover { opacity: 1; }

/* ---------- FAQ (premium accordion) ---------- */
.lp-faq { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(11,61,82,.12); }
.lp-faq details { border-bottom: 1px solid rgba(11,61,82,.12); padding: 0; transition: background .2s ease; }
.lp-faq details[open] { background: rgba(110,196,217,.04); }
.lp-faq summary {
  font: 500 19px/1.4 var(--display); color: var(--ink);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
  padding: 26px 8px 26px 4px;
  letter-spacing: -.01em;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary:hover { color: var(--copper); }
.lp-faq summary::after {
  content: '+'; flex: none;
  width: 32px; height: 32px; display: grid; place-items: center;
  font: 400 22px/1 var(--display); color: var(--copper);
  border-radius: 50%; background: rgba(176,104,60,.10);
  transition: transform .3s cubic-bezier(.2,.7,.2,1), background .2s ease;
}
.lp-faq details[open] summary::after { transform: rotate(45deg); background: rgba(176,104,60,.18); }
.lp-faq details p {
  font: 400 16px/1.7 var(--body); color: var(--ink-2);
  margin: 0; padding: 0 8px 26px 4px; max-width: 65ch;
}

/* ---------- MID-PAGE CTA STRIP ---------- */
.lp-midcta {
  display: flex; flex-direction: column; gap: 18px;
  padding: 32px; border-radius: 20px;
  background: linear-gradient(135deg, #FFF6EF 0%, #FBEAD9 100%);
  border: 1px solid rgba(176,104,60,.18);
  margin: 40px 0 0;
  position: relative; overflow: hidden;
}
.lp-midcta::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: linear-gradient(180deg, var(--copper) 0%, var(--copper-2) 100%);
}
@media (min-width: 720px) { .lp-midcta { flex-direction: row; align-items: center; justify-content: space-between; padding: 32px 40px 32px 44px; } }
.lp-midcta__text { font: 500 19px/1.4 var(--display); color: var(--ink); margin: 0; max-width: 42ch; letter-spacing: -.01em; }
.lp-midcta__cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px;
  background: var(--ink); color: #fff;
  text-decoration: none;
  font: 700 14px/1 var(--body); letter-spacing: .04em;
  box-shadow: 0 8px 22px rgba(11,61,82,.28);
  transition: transform .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.lp-midcta__cta:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(11,61,82,.4); }

/* ---------- RELATED LINKS ---------- */
.lp-related { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) { .lp-related { grid-template-columns: repeat(3, 1fr); } }
.lp-related a {
  display: block; padding: 26px 26px;
  border-radius: 16px; background: #fff; color: var(--ink);
  text-decoration: none;
  font: 600 16px/1.3 var(--body); letter-spacing: -.01em;
  border: 1px solid rgba(11,61,82,.1);
  box-shadow: 0 2px 8px rgba(11,61,82,.04);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.lp-related a:hover {
  transform: translateY(-3px);
  border-color: rgba(176,104,60,.4);
  box-shadow: 0 14px 28px rgba(11,61,82,.1);
}
.lp-related a::after {
  content: '→'; position: absolute; top: 22px; right: 24px;
  color: var(--copper); font: 400 18px/1 var(--display);
  transition: transform .25s ease;
}
.lp-related a:hover::after { transform: translateX(4px); }
.lp-related a span {
  display: block; color: var(--ink-3);
  font-weight: 500; font-size: 13.5px; margin-top: 8px;
  max-width: calc(100% - 30px);
}

/* ---------- ETA LIST (sub-zones in /guias/zonas/*) ---------- */
.lp-eta { display: grid; grid-template-columns: 1fr; gap: 0; margin: 16px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,61,82,.12); }
.lp-eta li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 16px 22px 4px;
  border-bottom: 1px solid rgba(11,61,82,.12);
  gap: 16px;
  transition: background .2s ease, padding-left .25s ease;
}
.lp-eta li:hover { background: rgba(110,196,217,.06); padding-left: 16px; }
.lp-eta__name { font: 700 17px/1.3 var(--display); color: var(--ink); letter-spacing: -.01em; }
.lp-eta__name span { display: block; font: 500 13px/1.4 var(--body); color: var(--ink-3); margin-top: 4px; }
.lp-eta__time {
  font: 800 20px/1 var(--display); color: var(--copper);
  white-space: nowrap; letter-spacing: -.01em;
}

/* ---------- COMPARISON TABLE ---------- */
.lp-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(11,61,82,.1);
  box-shadow: 0 4px 14px rgba(11,61,82,.06);
  background: #fff;
}
.lp-table { width: 100%; border-collapse: collapse; font-family: var(--body); font-size: 14.5px; margin: 0; }
.lp-table thead th {
  background: linear-gradient(135deg, #0B3D52 0%, #115670 100%);
  color: #fff; padding: 18px 14px; text-align: left;
  font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
}
.lp-table tbody td {
  padding: 16px 14px; border-bottom: 1px solid rgba(11,61,82,.08);
  color: var(--ink-2); vertical-align: top;
}
.lp-table tbody tr:nth-child(even) td { background: var(--paper); }
.lp-table tbody tr:nth-child(even) th { background: var(--paper); }
.lp-table tbody th {
  padding: 16px 14px; border-bottom: 1px solid rgba(11,61,82,.08);
  text-align: left; font-weight: 700; color: var(--ink); background: #fff;
}
.lp-table__yes { color: var(--ok); font-weight: 700; }
.lp-table__no { color: #C0392B; font-weight: 700; }

/* ---------- TECH CARDS ---------- */
.lp-tech { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 16px; }
@media (min-width: 720px) { .lp-tech { grid-template-columns: repeat(2, 1fr); } }
.lp-tech__card {
  padding: 32px 28px; border-radius: 20px; background: #fff;
  border: 1px solid rgba(11,61,82,.1);
  box-shadow: 0 4px 14px rgba(11,61,82,.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.lp-tech__card::before {
  content: ''; position: absolute; left: 0; top: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--copper) 0%, var(--copper-2) 100%);
  opacity: 0; transition: opacity .25s ease;
}
.lp-tech__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11,61,82,.12);
  border-color: rgba(176,104,60,.3);
}
.lp-tech__card:hover::before { opacity: 1; }
.lp-tech__icon {
  width: 56px; height: 56px; display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--aqua-soft) 0%, #B8E0EA 100%);
  color: var(--ink); margin-bottom: 22px;
  box-shadow: 0 4px 12px rgba(110,196,217,.28);
}
.lp-tech__name {
  font: 700 20px/1.2 var(--display); color: var(--ink);
  margin: 0 0 12px; letter-spacing: -.015em;
}
.lp-tech__desc { font: 400 14.5px/1.6 var(--body); color: var(--ink-2); margin: 0 0 18px; }
.lp-tech__use {
  font: 600 13px/1.45 var(--body); color: var(--copper);
  padding-top: 16px; border-top: 1px solid rgba(11,61,82,.08);
  letter-spacing: .02em;
}

/* ---------- REAL CASES (anonymized) ---------- */
.lp-cases { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 16px; }
@media (min-width: 900px) { .lp-cases { grid-template-columns: repeat(2, 1fr); } }
.lp-case {
  padding: 30px 28px; border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11,61,82,.08);
  box-shadow: 0 4px 14px rgba(11,61,82,.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.lp-case:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(11,61,82,.1);
  border-color: rgba(176,104,60,.3);
}
.lp-case__tag {
  display: inline-block;
  font: 700 10.5px/1 var(--body); letter-spacing: .16em; text-transform: uppercase;
  color: var(--copper); padding: 7px 12px; border-radius: 999px;
  background: rgba(176,104,60,.10);
  border: 1px solid rgba(176,104,60,.18);
  margin: 0 0 14px;
}
.lp-case__title {
  font: 700 19px/1.3 var(--display); color: var(--ink);
  margin: 0 0 12px; letter-spacing: -.01em;
}
.lp-case__body { font: 400 15px/1.65 var(--body); color: var(--ink-2); margin: 0; }
.lp-case__body strong { color: var(--ink); font-weight: 700; }

/* ---------- LP PAGE MOBILE ---------- */
@media (max-width: 720px) {
  .lp-hero { padding: 92px 0 48px; }
  .lp-hero__title { font-size: clamp(28px, 8vw, 36px); margin: 0 0 18px; }
  .lp-hero__sub { font-size: 15.5px; margin: 0 0 28px; }
  .lp-hero__kicker { font-size: 10px; letter-spacing: .18em; padding: 7px 14px 7px 10px; }
  .lp-hero__ctas { flex-direction: column; gap: 10px; }
  .lp-cta { width: 100%; padding: 10px 22px 10px 10px; }
  .lp-cta__icon { width: 40px; height: 40px; }
  .lp-cta__big { font-size: 17px; }
  .lp-cta__small { font-size: 10px; }

  .lp-section { padding: 48px 0; }
  .lp-section__title { font-size: clamp(22px, 6vw, 30px); margin: 0 0 14px; }
  .lp-section__lead { font-size: 15px; margin: 0 0 28px; }
  .lp-section__kicker { font-size: 10px; letter-spacing: .2em; }
  .lp-section__kicker::before { width: 20px; }

  .lp-prose p { font-size: 15px; }
  .lp-prose h3 { font-size: 20px; margin: 28px 0 10px; }

  .lp-price { padding: 32px 24px; gap: 18px; border-radius: 18px; }
  .lp-price__big { font-size: clamp(56px, 16vw, 72px); padding-bottom: 14px; }
  .lp-price__body p { font-size: 14.5px; }

  .lp-step { padding: 30px 22px 22px; }
  .lp-step::before { width: 38px; height: 38px; top: -18px; left: 22px; font-size: 16px; }

  .lp-tech__card { padding: 26px 22px; }
  .lp-tech__icon { width: 48px; height: 48px; margin-bottom: 18px; }

  .lp-case { padding: 24px 22px; }
  .lp-case__title { font-size: 17px; }

  .lp-faq summary { font-size: 16.5px; padding: 22px 4px; gap: 14px; }
  .lp-faq summary::after { width: 28px; height: 28px; font-size: 20px; }
  .lp-faq details p { font-size: 15px; padding: 0 4px 22px; }

  .lp-midcta { padding: 24px 22px 24px 26px; gap: 16px; }
  .lp-midcta__text { font-size: 16.5px; }
  .lp-midcta__cta { padding: 12px 20px; font-size: 13px; }

  .lp-related a { padding: 22px 20px; font-size: 15px; }
  .lp-related a::after { top: 20px; right: 20px; }

  .lp-eta li { padding: 18px 8px 18px 4px; }
  .lp-eta li:hover { padding-left: 8px; }
  .lp-eta__name { font-size: 15.5px; }
  .lp-eta__time { font-size: 17px; }

  .lp-credibility__logos { padding: 22px; gap: 18px 22px; }
  .lp-credibility__logos img { height: 30px; }

  .lp-pills li { padding: 11px 16px; font-size: 13px; }

  .lp-table thead th { padding: 14px 10px; font-size: 11px; letter-spacing: .1em; }
  .lp-table tbody td, .lp-table tbody th { padding: 12px 10px; font-size: 13.5px; }
}

/* ============================================================
   MOBILE OPTIMIZATION — coverage / foot__closer / foot__main
   Tightens the bottom of every page on phones.
   ============================================================ */
@media (max-width: 720px) {
  /* Coverage (map + zone legend) — stack vertically, smaller */
  .coverage { padding: 40px 0 32px; }
  .coverage__grid { grid-template-columns: 1fr; gap: 28px; text-align: left; }
  .coverage__title { font-size: clamp(26px, 7vw, 34px); margin: 0 0 12px; }
  .coverage__sub { font-size: 14.5px; margin: 0 0 20px; }
  .coverage__legend { grid-template-columns: repeat(2, 1fr); gap: 8px 14px; max-width: none; }
  .coverage__legend li { font-size: 13px; gap: 8px; }
  .coverage__map { max-width: 100%; padding: 0 4px; }

  /* Pre-footer — ficha de negocio: stack columnas, ajustar tamaños */
  .foot__closer { padding: 40px 0 32px; }
  .foot__closer .wrap { padding: 0 24px; }
  .biz__grid { gap: 28px; }
  .biz__kicker { font-size: 9.5px; letter-spacing: .22em; margin: 0 0 12px; }
  .biz__title { font-size: clamp(24px, 7vw, 34px); margin: 0 0 12px; max-width: none; }
  .biz__sub { font-size: 13.5px; max-width: 38ch; margin-bottom: 22px; }
  .biz__list { gap: 14px; }
  .biz__row-icon { flex: 0 0 34px; width: 34px; height: 34px; }
  .biz__row-icon svg { width: 18px; height: 18px; }
  .biz__row-value { font-size: 14px; }
  .biz__row-label { font-size: 10.5px; letter-spacing: .14em; }
  .biz__directions { font-size: 13px; padding: 10px 14px; }
  .biz__map, .biz__map-frame { min-height: 280px; }

  /* Main footer — tighter padding, compact columns on phones */
  .foot__main { padding: 40px 0 28px; }
  .foot__main .wrap { padding: 0 20px; }
  .foot__brand-logo { width: 84px; }
  .foot__brand-title { font-size: 16px; }
  .foot__brand-tagline { font-size: 13.5px; }
  .foot__bottom { margin-top: 32px; padding-top: 18px; }
  .foot__copy, .foot__bottom-legal a { font-size: 11.5px; }
  .foot__lang a { font-size: 11.5px; }
}

/* =========================================================
   LANDING PAGES SYSTEM (.en-*) — shared by all multilingual
   emergency / zone / service landings. Mobile-first.
   ========================================================= */
.en-page { background: #fff; color: var(--ink, #0B1B22); }
.en-hero { padding: 96px 0 48px; background: linear-gradient(180deg, #F4F7F9 0%, #FFFFFF 100%); }
.en-hero__breadcrumb { font: 500 13px/1 'Satoshi', system-ui, sans-serif; color: #5A6B73; margin: 0 0 18px; letter-spacing: .04em; text-transform: uppercase; }
.en-hero__breadcrumb a { color: #5A6B73; text-decoration: none; border-bottom: 1px solid rgba(90,107,115,.25); }
.en-hero__kicker { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #B0683C; color: #fff; font: 700 11px/1 'Satoshi', system-ui, sans-serif; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 18px; }
.en-hero__title { font: 800 clamp(34px, 6vw, 64px)/1.02 'Cabinet Grotesk', system-ui, sans-serif; letter-spacing: -0.02em; margin: 0 0 18px; color: #0B1B22; }
.en-hero__title em { font-style: italic; color: #0B3D52; }
.en-hero__sub { font: 400 clamp(16px, 1.8vw, 19px)/1.5 'Satoshi', system-ui, sans-serif; color: #344A53; max-width: 60ch; margin: 0 0 28px; }
.en-hero__ctas { display: flex; flex-direction: column; gap: 12px; max-width: 460px; }
.en-cta { display: flex; align-items: center; gap: 14px; padding: 18px 22px; border-radius: 14px; text-decoration: none; font-family: 'Satoshi', system-ui, sans-serif; transition: transform .15s ease, box-shadow .15s ease; box-shadow: 0 6px 20px rgba(11,61,82,.12); }
.en-cta--call { background: #0B3D52; color: #fff; }
.en-cta--bapu { background: rgba(255,255,255,.85); color: #0B1B22; border: 1.5px solid rgba(255,133,51,.55); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3); box-shadow: 0 0 0 4px rgba(255,133,51,.10), 0 8px 24px rgba(224,56,18,.22), 0 1px 0 rgba(255,255,255,.9) inset; position: relative; }
.en-cta--bapu::after { content: ''; position: absolute; inset: -2px; border-radius: inherit; border: 1.5px solid rgba(255,133,51,.45); opacity: 0; animation: bapuPulseEn 2.6s ease-out infinite; pointer-events: none; }
@keyframes bapuPulseEn { 0% { transform: scale(1); opacity: .55; } 70% { transform: scale(1.06); opacity: 0; } 100% { transform: scale(1.06); opacity: 0; } }
.en-cta--bapu:hover { transform: translateY(-3px); background: rgba(255,255,255,.95); border-color: rgba(255,133,51,.85); }
.en-cta--bapu .en-cta__icon { width: 48px; height: 48px; background: #fff; border-radius: 50%; padding: 4px; box-shadow: 0 4px 10px rgba(224,56,18,.22); overflow: hidden; }
.en-cta--bapu .en-cta__icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.en-cta--bapu .en-cta__small { color: #E03812; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; }
.en-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(11,61,82,.18); }
.en-cta__icon { flex: 0 0 auto; }
.en-cta__big { display: block; font-weight: 800; font-size: 22px; letter-spacing: -0.01em; }
.en-cta__small { display: block; font-weight: 500; font-size: 13px; opacity: .85; margin-top: 2px; }
.en-section { padding: 64px 0; border-top: 1px solid rgba(11,61,82,.08); }
.en-section--dark { background: #0B1B22; color: #E6EEF1; border-top: none; }
.en-section__kicker { font: 700 12px/1 'Satoshi', system-ui, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #B0683C; margin: 0 0 14px; }
.en-section--dark .en-section__kicker { color: #6EC4D9; }
.en-section__title { font: 800 clamp(28px, 4.2vw, 44px)/1.05 'Cabinet Grotesk', system-ui, sans-serif; letter-spacing: -0.02em; margin: 0 0 14px; color: #0B1B22; }
.en-section--dark .en-section__title { color: #fff; }
.en-section__lead { font: 400 clamp(16px, 1.6vw, 18px)/1.55 'Satoshi', system-ui, sans-serif; color: #344A53; max-width: 65ch; margin: 0 0 36px; }
.en-section--dark .en-section__lead { color: #B7C5CB; }
.en-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.en-pills li { padding: 12px 18px; border-radius: 999px; background: #F4F7F9; color: #0B3D52; font: 600 14px/1 'Satoshi', system-ui, sans-serif; border: 1px solid rgba(11,61,82,.08); }
.en-steps { display: grid; grid-template-columns: 1fr; gap: 16px; counter-reset: step; margin: 0; padding: 0; list-style: none; }
@media (min-width: 720px) { .en-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .en-steps { grid-template-columns: repeat(4, 1fr); } }
.en-step { position: relative; padding: 26px 22px 22px; border-radius: 16px; background: #fff; border: 1px solid rgba(11,61,82,.1); counter-increment: step; }
.en-step::before { content: counter(step); position: absolute; top: -16px; left: 22px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #B0683C; color: #fff; font: 800 16px/1 'Cabinet Grotesk', system-ui, sans-serif; }
.en-step h3 { font: 700 17px/1.25 'Cabinet Grotesk', system-ui, sans-serif; margin: 6px 0 8px; color: #0B1B22; }
.en-step p { font: 400 14px/1.5 'Satoshi', system-ui, sans-serif; color: #475C66; margin: 0; }
.en-price { display: flex; flex-direction: column; gap: 18px; padding: 36px 28px; border-radius: 20px; background: linear-gradient(140deg, #0B3D52 0%, #134E66 100%); color: #fff; }
@media (min-width: 720px) { .en-price { flex-direction: row; align-items: center; padding: 44px 40px; } }
.en-price__big { font: 800 clamp(56px, 9vw, 96px)/0.95 'Cabinet Grotesk', system-ui, sans-serif; letter-spacing: -0.03em; }
.en-price__big small { font-size: .35em; font-weight: 600; letter-spacing: .04em; display: block; opacity: .8; margin-top: 8px; }
.en-price__body p { font: 400 16px/1.55 'Satoshi', system-ui, sans-serif; color: #C6D7DE; margin: 0 0 8px; max-width: 50ch; }
.en-price__body strong { color: #fff; }
.en-credibility__grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 900px) { .en-credibility__grid { grid-template-columns: 1.1fr .9fr; gap: 56px; } }
.en-credibility__copy p { font: 400 16px/1.6 'Satoshi', system-ui, sans-serif; color: #B7C5CB; margin: 0 0 14px; }
.en-credibility__copy strong { color: #fff; }
.en-credibility__logos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px; align-items: center; padding: 28px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
@media (min-width: 540px) { .en-credibility__logos { grid-template-columns: repeat(4, 1fr); } }
.en-credibility__logos img { width: 100%; height: 36px; object-fit: contain; opacity: .85; filter: brightness(0) invert(1); }
.en-faq { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(11,61,82,.1); }
.en-faq details { border-bottom: 1px solid rgba(11,61,82,.1); padding: 22px 0; }
.en-faq summary { font: 700 18px/1.4 'Cabinet Grotesk', system-ui, sans-serif; color: #0B1B22; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.en-faq summary::-webkit-details-marker { display: none; }
.en-faq summary::after { content: '+'; font: 400 28px/1 'Cabinet Grotesk', system-ui, sans-serif; color: #B0683C; transition: transform .2s ease; }
.en-faq details[open] summary::after { transform: rotate(45deg); }
.en-faq details p { font: 400 16px/1.6 'Satoshi', system-ui, sans-serif; color: #475C66; margin: 14px 0 0; max-width: 65ch; }
.en-midcta { display: flex; flex-direction: column; gap: 14px; padding: 28px; border-radius: 18px; background: #FFF6EF; border: 1px solid #F0D9C5; margin: 32px 0 0; }
@media (min-width: 720px) { .en-midcta { flex-direction: row; align-items: center; justify-content: space-between; padding: 28px 36px; } }
.en-midcta__text { font: 700 18px/1.35 'Cabinet Grotesk', system-ui, sans-serif; color: #0B1B22; margin: 0; max-width: 40ch; }
.en-midcta__cta { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 12px; background: #B0683C; color: #fff; text-decoration: none; font: 800 16px/1 'Satoshi', system-ui, sans-serif; letter-spacing: -0.01em; }
.en-midcta__cta:hover { background: #9A5A33; }
.en-related { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 720px) { .en-related { grid-template-columns: repeat(3, 1fr); } }
.en-related a { display: block; padding: 22px 22px; border-radius: 14px; background: #F4F7F9; color: #0B3D52; text-decoration: none; font: 600 15px/1.3 'Satoshi', system-ui, sans-serif; border: 1px solid rgba(11,61,82,.08); transition: background .15s ease; }
.en-related a:hover { background: #E8EEF2; }
.en-related a span { display: block; color: #5A6B73; font-weight: 500; font-size: 13px; margin-top: 6px; }
.wrap--narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }
