/* Fuentes: cargar vía <link> en cada HTML (preconnect) — no @import bloqueante */

/* ============================================================
   Rastro Forense v4 — Mobile-first stylesheet
   ============================================================ */

:root {
  --black: #111111;
  --black-soft: #161616;
  --black-card: #1b1b1b;
  --charcoal-elevated: #1b1b1b;
  --header-trust-height: 44px;
  --header-main-mobile: 72px;
  --header-main-desktop: 76px;
  --gold: #c8a24a;
  --gold-bright: #d4af37;
  --gold-dark: #9b7a2f;
  --text: #f2f2f2;
  --muted: #cfcfcf;
  --wa: #25d366;
  --champagne: #e8d8b0;
  --sand-premium: #cdbb8a;
  --editorial-bg: #f2ebdd;
  --editorial-card: #f8f2e7;
  --coffee-black: #120f0a;
  --gold-glow: rgba(200, 162, 74, 0.1);
  --header-height-mobile: calc(var(--header-trust-height) + var(--header-main-mobile));
  --header-height-desktop: calc(var(--header-trust-height) + var(--header-main-desktop));
  --header-height: var(--header-height-mobile);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 20px;
  --section-light-bg: #f7f7f7;
  --section-light-text: #1a1a1a;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--text);
  background: var(--black);
  line-height: 1.65;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px));
}

body.nav-open {
  overflow: hidden;
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
svg,
canvas {
  max-width: 100%;
}

img,
video {
  height: auto;
}

.hero-bg-video {
  max-width: none;
  height: 100%;
}

/* Icon sizing — prevent oversized SVGs */
.icon,
.benefit-icon,
.service-icon,
.process-icon,
.stat-icon,
.feature-icon,
.counter-icon,
.stats-icon,
.team-icon,
.team-card svg:not(.team-avatar svg),
.stat-card svg,
.benefit-card svg {
  width: clamp(36px, 5vw, 60px);
  height: clamp(36px, 5vw, 60px);
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.team-avatar,
.team-icon {
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 50%;
  margin-bottom: 1.1rem;
  display: grid;
  place-items: center;
  background: rgba(200, 162, 74, 0.1);
  border: 1px solid rgba(200, 162, 74, 0.45);
  color: var(--gold);
  flex-shrink: 0;
}

.team-avatar svg {
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
}

img {
  display: block;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, serif;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

/* Layout */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section {
  padding: 4.75rem 0;
  position: relative;
}

.section-dark {
  background:
    radial-gradient(circle at 80% 10%, rgba(200, 162, 74, 0.07), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.035), transparent 28%),
    var(--black);
}

.section-soft {
  background:
    radial-gradient(circle at top right, rgba(200, 162, 74, 0.08), transparent 34%),
    var(--black-soft);
}

.section-panel {
  background: var(--black-card);
}

.section-charcoal {
  background:
    linear-gradient(180deg, var(--charcoal-elevated) 0%, #121212 100%);
  color: var(--text);
}

.section-gold-panel {
  background:
    radial-gradient(circle at 20% 10%, rgba(212, 175, 55, 0.14), transparent 30%),
    linear-gradient(180deg, var(--coffee-black) 0%, #070707 100%);
}

.section-editorial-light,
.testimonials-section {
  background: linear-gradient(180deg, var(--editorial-bg) 0%, var(--champagne) 100%);
  color: #111111;
}

.section-editorial-light .section-eyebrow,
.section-editorial-light .section-kicker,
.testimonials-section .section-kicker {
  color: var(--gold-dark);
}

.section-editorial-light .section-title,
.section-editorial-light h2,
.section-editorial-light h3,
.testimonials-section .section-title {
  color: #111111;
}

.section-editorial-light .section-lead,
.section-editorial-light .section-description,
.section-editorial-light p,
.testimonials-section .section-lead,
.testimonials-section .section-description {
  color: #333333;
}

.section + .section,
.benefits-strip + .section,
.hero-home + .benefits-strip {
  border-top: 1px solid rgba(200, 162, 74, 0.1);
}

.section-divider {
  width: min(1120px, calc(100% - 40px));
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.28), transparent);
}

.section-header {
  max-width: 760px;
  margin-bottom: 3.5rem;
}

.section-header.text-center,
.text-center .section-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 0.75rem;
}

.section-title {
  font-size: clamp(1.75rem, 5vw, 2.6rem);
  margin: 0 0 1.125rem;
}

.section-description {
  color: var(--muted);
  line-height: 1.75;
  max-width: 680px;
}
.section-kicker {
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.section-light {
  background: var(--section-light-bg);
  color: var(--section-light-text);
}

.section-lead {
  color: var(--muted);
  max-width: 720px;
}

.section-light .section-lead {
  color: #555;
}

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

.text-gold {
  color: var(--gold);
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100000;
  background: rgba(17, 17, 17, 0.94);
  border-bottom: 1px solid rgba(200, 162, 74, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-top: env(safe-area-inset-top, 0);
  min-height: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px));
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.header-wrap {
  min-height: var(--header-main-mobile);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
  flex: 1 1 auto;
  max-width: calc(100% - 52px);
}

.brand-icon,
.brand-logo {
  width: auto;
  height: 52px;
  max-width: 220px;
  object-fit: contain;
  background: transparent !important;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none;
  flex-shrink: 0;
}

/* Logo PNG con alfa: evita “cuadro” negro distinto del header/footer oscuro */
.site-header .brand-logo,
.site-header .brand-icon,
.site-footer .footer-logo,
.site-footer .brand-logo {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  isolation: isolate;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}

.brand-name,
.brand-title,
.brand-text strong {
  color: #D4AF37;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 900;
  white-space: nowrap;
  display: block;
}

.brand-subtitle,
.brand-text small {
  color: #FFFFFF;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 800;
  white-space: nowrap;
  display: block;
  text-transform: uppercase;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border-radius: 10px;
  border: 1px solid rgba(200, 162, 74, 0.4);
  background: transparent;
  color: var(--text);
  font-size: 1.2rem;
  cursor: pointer;
}

.main-nav {
  position: fixed;
  top: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px));
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background: var(--black-soft);
  border-top: 1px solid rgba(200, 162, 74, 0.2);
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  z-index: 100001;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.main-nav.open,
.main-nav.is-open {
  max-height: min(85vh, 640px);
  overflow-y: auto;
  padding: 0.75rem 1.25rem 1.25rem;
  -webkit-overflow-scrolling: touch;
}

.main-nav > a,
.dropdown-toggle {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

button.dropdown-toggle {
  background: transparent;
  border: none;
  font: inherit;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  padding: 0.9rem 0;
  width: 100%;
  color: var(--text);
}

.main-nav > a:hover,
.dropdown-toggle:hover {
  color: var(--gold);
}

.dropdown {
  position: relative;
}

.dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  display: none;
}

.dropdown-menu {
  position: static;
  min-width: 180px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: none;
  background: #141414;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: none;
  pointer-events: none;
  transition: opacity 0.2s ease, max-height 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
  list-style: none;
}

.dropdown:not(.is-open) .dropdown-menu {
  max-height: 0;
  padding: 0;
  margin: 0;
  border: none;
}

.dropdown.is-open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: 320px;
  padding: 0.45rem;
  margin-bottom: 0.7rem;
  border: 1px solid rgba(200, 162, 74, 0.35);
  pointer-events: auto;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  color: var(--text);
  font-weight: 600;
}

.dropdown-menu a:hover {
  background: rgba(200, 162, 74, 0.08);
  color: var(--gold);
}

.header-actions {
  display: none;
}

.nav-mobile-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(200, 162, 74, 0.22);
}

.nav-mobile-actions .btn {
  width: 100%;
  min-height: 48px;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: var(--radius-sm);
  padding: 0.85rem 1.15rem;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  text-align: center;
}

.btn-gold {
  background: var(--gold);
  color: var(--black);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.26);
  color: #f4f4f4;
}

.btn-whatsapp,
.btn-wa {
  background: var(--wa);
  color: #fff;
}

.btn-header-call {
  background: transparent;
  border: 1px solid rgba(200, 162, 74, 0.55);
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  padding: 0.75rem 1rem;
}

.btn-dark {
  background: #101010;
  border-color: rgba(200, 162, 74, 0.45);
  color: var(--gold);
}

@media (hover: hover) and (min-width: 769px) {
  .btn:hover {
    transform: translateY(-1px);
  }

  .btn-gold:hover {
    background: var(--gold-bright);
    box-shadow: 0 0 22px rgba(200, 162, 74, 0.45);
  }

  .btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    box-shadow: 0 0 18px rgba(200, 162, 74, 0.2);
  }

  .btn-whatsapp:hover,
  .btn-wa:hover {
    background: #1ebe57;
    box-shadow: 0 0 22px rgba(37, 211, 102, 0.4);
  }

  .btn-header-call:hover {
    background: rgba(200, 162, 74, 0.12);
    color: var(--gold-bright);
  }
}

/* ============================================================
   Hero
   ============================================================ */
.hero-home {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-color: var(--black);
  padding: 90px 0 70px;
}

.hero-home--video {
  background-color: var(--black);
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.55), rgba(17, 17, 17, 0.62)),
    url("../images/hero-poster.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  opacity: 0;
  filter: brightness(1.2) contrast(1.05) saturate(1.03);
  pointer-events: none;
  transition: opacity 450ms ease;
}

.hero-bg-video.hero-bg-video-active {
  opacity: 0.85;
}

.hero-home--video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 40%, rgba(200, 162, 74, 0.1), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-home-inner {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0;
}

.hero-eyebrow {
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.85);
}

.hero-home h1 {
  font-size: clamp(2rem, 8vw, 2.25rem);
  line-height: 1.05;
  margin-bottom: 1.2rem;
  overflow-wrap: break-word;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.85);
}

.hero-home h1 .line {
  display: block;
}

.hero-lead,
.hero-home p {
  color: var(--muted);
  font-size: clamp(1rem, 3.8vw, 1.0625rem);
  line-height: 1.55;
  max-width: 100%;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.85);
}

.hero-buttons {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
  max-width: 100%;
}

.hero-buttons-main,
.hero-buttons-extra {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
}

.hero-buttons-main .btn,
.hero-buttons-extra .btn {
  width: 100%;
  min-height: 48px;
}

.hero-bogota {
  background-color: var(--black);
  background-image:
    linear-gradient(180deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.9) 55%, rgba(5, 5, 5, 0.82) 100%),
    url("../images/hero-poster.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bogota-hero {
  position: relative;
  overflow: hidden;
  background: #111111;
}

.bogota-hero-video {
  opacity: 0.82;
  filter: brightness(1.2) contrast(1.05) saturate(1.03);
}

.bogota-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%);
  z-index: 1;
  pointer-events: none;
}

.bogota-hero .hero-home-inner {
  position: relative;
  z-index: 2;
}

/* Landing hero — infidelidad Bogotá (premium split) */
.hero-landing--premium {
  min-height: auto;
  padding: 3.25rem 0 2.75rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 162, 74, 0.07), transparent 38%),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.03), transparent 32%),
    var(--black);
}

.hero-landing--premium .hero-home-inner {
  max-width: 100%;
  padding: 0;
}

.hero-landing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: center;
}

.hero-landing-content {
  max-width: 100%;
  padding: 0;
}

.hero-landing-note {
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 520px;
}

.hero-landing-visual-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  background: var(--black-card);
}

.hero-landing-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.52) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.35) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

.hero-landing-visual-card img {
  width: 100%;
  height: 260px;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.hero-trust-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(200, 162, 74, 0.12);
}

.hero-trust-card {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(200, 162, 74, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.hero-trust-card h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}

.hero-trust-card p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.55;
}

@media (min-width: 600px) {
  .hero-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 769px) {
  .hero-landing--premium {
    padding: 4rem 0 3rem;
  }

  .hero-landing-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.5rem;
  }

  .hero-landing-visual-card img {
    height: 420px;
  }

  .hero-trust-strip {
    margin-top: 2.75rem;
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-landing--premium .hero-buttons-main {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Benefits strip
   ============================================================ */
.benefits-strip {
  background:
    radial-gradient(circle at 15% 50%, rgba(200, 162, 74, 0.06), transparent 40%),
    var(--black-soft);
  border-top: 1px solid rgba(200, 162, 74, 0.15);
  border-bottom: 1px solid rgba(200, 162, 74, 0.12);
  padding: 4rem 0;
}

.benefits-strip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.benefit-strip-item {
  text-align: center;
  padding: 0 0.5rem;
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  color: var(--gold);
  margin: 0 auto 0.85rem;
  flex-shrink: 0;
}

.benefit-icon svg {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
}

.benefit-strip-item h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.benefit-strip-item p {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

/* ============================================================
   Services
   ============================================================ */
.section-services {
  background:
    linear-gradient(180deg, var(--charcoal-elevated) 0%, var(--black-soft) 100%);
  color: var(--text);
}

.section-charcoal .section-lead,
.section-services .section-lead {
  color: var(--muted);
}

.section-charcoal .service-card,
.section-services .service-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  color: var(--text);
  border: 1px solid rgba(200, 162, 74, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
  border-radius: var(--radius-xl);
}

.section-charcoal .service-card p,
.section-services .service-card p {
  color: var(--muted);
}

.services-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
}

.service-card {
  border-radius: var(--radius-md);
  background: #fff;
  color: #1e1e1e;
  border: 1px solid #ececec;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.services-grid--premium .service-card--premium {
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  height: 100%;
}

.service-card-media {
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.service-card img,
.post-card > img,
.post-card-image img,
.blog-card img {
  width: 100%;
  height: 180px;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
  border-radius: 18px 18px 0 0;
}

.service-card-body {
  padding: 1rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.service-card--premium .service-card-body {
  padding: 1.35rem 1.25rem 1.5rem;
  text-align: center;
}

.service-card h3 {
  font-size: 1.15rem;
}

.service-card p {
  color: #555;
  margin: 0;
  font-size: 0.92rem;
  flex: 1;
}

.service-link {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.service-link:hover {
  color: var(--gold-bright);
}

/* ============================================================
   Coverage
   ============================================================ */
.section-coverage {
  background: var(--black-card);
}

.coverage-box {
  max-width: 820px;
  text-align: center;
}

.coverage-zones {
  list-style: none;
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.coverage-zones li {
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(200, 162, 74, 0.35);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.88rem;
}

/* ============================================================
   Process timeline
   ============================================================ */
.section-process {
  background:
    radial-gradient(circle at 80% 10%, rgba(200, 162, 74, 0.07), transparent 30%),
    var(--black);
}

.process-timeline,
.process-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.25rem;
  width: 100%;
}

.process-step {
  text-align: center;
  padding: 1.35rem 1rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 162, 74, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  border-top: 2px solid rgba(200, 162, 74, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-number {
  width: 42px;
  height: 42px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: rgba(200, 162, 74, 0.15);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 800;
}

.process-timeline h3,
.process-step h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.92rem;
  margin-bottom: 0.5rem;
}

.process-timeline p,
.process-step p {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

.section-testimonials,
.testimonials-section {
  background: linear-gradient(180deg, var(--editorial-bg) 0%, var(--champagne) 100%);
  color: #111111;
}

.section-stats {
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.12), transparent 42%),
    linear-gradient(180deg, var(--coffee-black) 0%, var(--black-card) 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.25rem;
  width: 100%;
}

.stat-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 162, 74, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  padding: 1.75rem 1.25rem;
  text-align: center;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  margin: 0 auto 0.85rem;
  color: var(--gold);
  flex-shrink: 0;
}

.stat-icon svg,
.stat-icon img {
  width: 100%;
  height: 100%;
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

.stat-card .number,
.stat-number {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 10vw, 2.75rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stat-card p,
.stat-label {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

/* ============================================================
   Team
   ============================================================ */
.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2.25rem;
  width: 100%;
}

.team-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 162, 74, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  min-height: 260px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.team-card-media {
  display: none;
}

.team-card-body {
  padding: 1.75rem 1.5rem;
  height: 100%;
}

.team-card h3 {
  font-size: 1.05rem;
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.team-role {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.85rem;
}

.team-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.team-confidential-note {
  margin-top: 1.5rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ============================================================
   Testimonials
   ============================================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 0;
  width: 100%;
}

.testimonial-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(155, 122, 47, 0.24);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  padding: 1.5rem 1.35rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonials-section .testimonial-card blockquote,
.section-editorial-light .testimonial-card blockquote {
  color: #2b2b2b;
}

.testimonial-stars,
.stars {
  color: var(--gold-dark);
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.section-testimonials .testimonial-rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.85rem;
}

.section-testimonials .testimonial-score {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.02em;
}

.section-testimonials .testimonial-stars .star-half {
  opacity: 0.42;
}

.section-testimonials .testimonial-stars .star-dim {
  opacity: 0.28;
}

.testimonials-section .testimonial-author,
.section-editorial-light .testimonial-author {
  color: var(--gold-dark);
}

.testimonial-card blockquote {
  margin: 0 0 1rem;
  color: var(--text);
  font-style: italic;
  line-height: 1.65;
}

.testimonial-author {
  color: var(--gold);
  font-weight: 700;
  font-size: 0.88rem;
}

.testimonial-meta {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 0.25rem;
}

/* ============================================================
   Why us
   ============================================================ */
.why-us {
  background:
    radial-gradient(circle at 80% 10%, rgba(200, 162, 74, 0.07), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.035), transparent 28%),
    var(--black);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 0;
}

.why-list {
  padding-left: 1.2rem;
  color: var(--muted);
}

.why-list li {
  margin-bottom: 0.7rem;
}

.why-card {
  border: 1px solid rgba(200, 162, 74, 0.35);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.why-card h3 {
  margin-bottom: 0.65rem;
}

.why-card p {
  color: var(--muted);
  margin-bottom: 1.25rem;
  max-width: 26ch;
}

.why-card .btn {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
}

/* ============================================================
   Blog cards
   ============================================================ */
.section-blog-preview {
  background:
    linear-gradient(180deg, var(--charcoal-elevated) 0%, var(--black-soft) 100%);
}

.section-cta-final {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-final-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 2rem;
  border-radius: var(--radius-xl);
  text-align: center;
  background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold) 100%);
  color: var(--black);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.cta-final-card .section-eyebrow,
.cta-final-card .section-kicker {
  color: rgba(5, 5, 5, 0.72);
}

.cta-final-card h2 {
  color: var(--black);
  margin-bottom: 1rem;
}

.cta-final-card p {
  color: rgba(5, 5, 5, 0.82);
  max-width: 560px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

.cta-final-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  max-width: 520px;
  margin: 0 auto;
}

.cta-final-buttons .btn {
  min-height: 48px;
}

.btn-cta-dark {
  background: var(--black);
  color: var(--text);
  border: 1px solid var(--black);
}

.btn-cta-outline {
  background: rgba(255, 255, 255, 0.15);
  color: var(--black);
  border: 1px solid rgba(5, 5, 5, 0.25);
}

.blog-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
}

.post-card,
.blog-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  max-width: 100%;
}

.post-card-image {
  display: block;
  overflow: hidden;
  background: var(--black-card);
  line-height: 0;
}

.post-card-image img,
.blog-card img,
.post-card > img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

.post-card-body {
  padding: 1.15rem;
}

.post-card-cat {
  display: inline-block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.post-card time {
  color: #bdbdbd;
  font-size: 0.85rem;
}

.post-card h3 {
  margin: 0.55rem 0 0.75rem;
  font-size: 1.15rem;
}

.post-card h3 a:hover {
  color: var(--gold);
}

/* ============================================================
   Footer
   ============================================================ */
@media (hover: hover) and (min-width: 769px) {
  .service-card:hover,
  .stat-card:hover,
  .team-card:hover,
  .process-step:hover,
  .post-card:hover,
  .blog-card:hover,
  .testimonial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  }
}

.site-footer {
  border-top: 1px solid rgba(200, 162, 74, 0.2);
  background: #080808;
  padding: 2.75rem 0 1.25rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.footer-title {
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.footer-links a {
  display: block;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-brand p {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 0.75rem;
  max-width: 280px;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.footer-logo {
  width: auto;
  height: 58px;
  max-width: 230px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  color: #aaa;
  font-size: 0.9rem;
}

.footer-legal {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal a {
  color: var(--gold);
}

/* ============================================================
   Forms — premium contact card (global component)
   ============================================================ */
.form-section,
.form-section-premium,
.landing-section {
  background: var(--black-soft);
}

.form-section-premium {
  padding: 3.5rem 0;
}

.contact-section {
  padding: 96px 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
}

.contact-copy {
  min-width: 0;
}

.contact-trust-box {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(200, 162, 74, 0.08);
  border: 1px solid rgba(200, 162, 74, 0.24);
  color: #f2f2f2;
  font-size: 0.95rem;
  line-height: 1.65;
}

.contact-direct-actions {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  max-width: 560px;
}

.contact-btn-whatsapp,
.contact-btn-call,
.contact-btn-mail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  padding: 18px 20px;
  border-radius: 16px;
  transition: all 0.25s ease;
}

.contact-btn-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.contact-btn-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.contact-btn-title::after {
  content: " →";
  color: #d4af37;
  font-weight: 900;
}

.contact-btn-whatsapp .contact-btn-title::after {
  color: #fff;
}

.contact-btn-whatsapp:hover .contact-btn-title::after,
.contact-btn-call:hover .contact-btn-title::after,
.contact-btn-mail:hover .contact-btn-title::after {
  display: inline-block;
  transform: translateX(3px);
  transition: transform 180ms ease;
}

.contact-btn-number {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.contact-btn-number-small {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-btn-mail-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #1fb85a 100%);
  color: #fff;
  box-shadow: 0 20px 55px rgba(37, 211, 102, 0.22);
}

.contact-btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 65px rgba(37, 211, 102, 0.28);
}

.contact-btn-call {
  background: rgba(200, 162, 74, 0.1);
  border: 1px solid rgba(200, 162, 74, 0.35);
  color: #fff;
}

.contact-btn-call:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 162, 74, 0.65);
  box-shadow: 0 12px 32px rgba(200, 162, 74, 0.12);
}

.contact-btn-mail {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.contact-btn-mail:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
}

.contact-direct-note {
  margin-top: 4px;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.5;
}

.contact-form-wrap {
  width: 100%;
  min-width: 0;
}

.premium-form-card {
  width: 100%;
  max-width: 760px;
  min-width: 0;
  margin: 0 auto;
  background:
    radial-gradient(circle at top right, rgba(200, 162, 74, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(200, 162, 74, 0.28);
  border-radius: 26px;
  padding: 42px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
  overflow: visible;
}

.contact-form-wrap .premium-form-card {
  max-width: 760px;
  margin: 0;
}

.form-header {
  max-width: 640px;
  margin-bottom: 30px;
}

.form-eyebrow {
  display: inline-block;
  color: #c8a24a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.form-header h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  overflow-wrap: normal;
}

.form-header p {
  margin: 0;
  color: #d7d7d7;
  font-size: 16px;
  line-height: 1.7;
}

.lead-form {
  width: 100%;
}

.premium-form-card .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(200, 162, 74, 0.28);
  border-radius: 14px;
  color: #fff;
  padding: 14px 16px;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  margin-bottom: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(212, 175, 55, 0.78);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14);
  background: rgba(0, 0, 0, 0.58);
}

.form-group select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C8A24A' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 22px 0 24px;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.55;
}

.form-privacy input {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin-top: 3px;
  accent-color: #c8a24a;
  flex-shrink: 0;
}

.form-privacy a {
  color: var(--gold);
  font-weight: 600;
}

.form-submit-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-submit-area .btn,
.form-submit-area button {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(135deg, #d4af37 0%, #c8a24a 100%);
  color: #050505;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(200, 162, 74, 0.18);
}

.form-submit-area .btn:hover,
.form-submit-area button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(200, 162, 74, 0.26);
}

.form-microcopy {
  margin: 0;
  text-align: center;
  color: #bebebe;
  font-size: 13px;
  line-height: 1.5;
}

.quick-contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.quick-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.quick-btn-whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 45px rgba(37, 211, 102, 0.18);
}

.quick-btn-call {
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.quick-btn:hover {
  transform: translateY(-2px);
}

.form-trust {
  margin-top: 1rem;
  border-radius: 10px;
  background: rgba(200, 162, 74, 0.08);
  border: 1px solid rgba(200, 162, 74, 0.24);
  padding: 0.9rem;
  color: #d5d5d5;
  font-size: 0.9rem;
}

@media (min-width: 1025px) {
  .contact-layout {
    grid-template-columns: minmax(280px, 0.9fr) minmax(520px, 1.2fr);
    gap: 64px;
  }
}

@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .contact-form-wrap .premium-form-card {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 64px 0;
  }

  .premium-form-card {
    max-width: 100%;
    padding: 28px 18px;
    border-radius: 22px;
  }

  .form-header {
    margin-bottom: 24px;
  }

  .form-header h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .premium-form-card .form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .form-group.full {
    grid-column: auto;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px;
    min-height: 52px;
  }

  .quick-contact-actions {
    grid-template-columns: 1fr;
  }

  .quick-btn {
    min-height: 52px;
  }

  .contact-direct-actions {
    gap: 12px;
  }

  .contact-btn-whatsapp,
  .contact-btn-call,
  .contact-btn-mail {
    padding: 16px;
  }

  .contact-btn-title {
    font-size: 17px;
  }

  .contact-btn-number {
    font-size: 21px;
  }

  .contact-btn-number-small {
    font-size: 16px;
  }

  .contact-btn-mail-text {
    font-size: 15px;
  }
}

.hero-microcopy {
  margin: 0 0 1.5rem;
  color: #c8a24a;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.landing-trust-block {
  background:
    radial-gradient(circle at 15% 20%, rgba(200, 162, 74, 0.08), transparent 40%),
    var(--black-soft);
}

.landing-trust-inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.landing-trust-inner .why-list {
  margin-top: 1rem;
  color: #d5d5d5;
}

.landing-cta-buttons--triple {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
}

.coverage-note {
  margin-top: 1.25rem;
  color: #9a9a9a;
  font-size: 0.85rem;
  font-style: italic;
}

@media (min-width: 769px) {
  .landing-trust-inner {
    grid-template-columns: 1.4fr 1fr;
  }

  .landing-cta-buttons--triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
  }
}

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq-grid {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(200, 162, 74, 0.26);
  background: var(--black-card);
  padding: 0;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 1rem 1.1rem;
  cursor: pointer;
}

.faq-item p,
.faq-a {
  display: none;
  padding: 0 1.1rem 1rem;
  color: var(--muted);
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

.faq-item.is-open p,
.faq-item.is-open .faq-a {
  display: block;
}

/* ============================================================
   Landing pages
   ============================================================ */
.problems-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
  width: 100%;
}

.problem-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(200, 162, 74, 0.28);
  background: var(--black-card);
  padding: 1.25rem;
}

.problem-card h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--gold);
}

.problem-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.landing-cta-final {
  background: linear-gradient(135deg, var(--black-soft), var(--black-card));
  border-top: 1px solid rgba(200, 162, 74, 0.2);
  border-bottom: 1px solid rgba(200, 162, 74, 0.2);
  padding: 2.75rem 0;
  text-align: center;
}

.landing-cta-final h2 {
  margin-bottom: 0.75rem;
}

.landing-cta-final p {
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

.landing-cta-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
}

.landing-cta-buttons .btn {
  width: 100%;
  min-height: 48px;
}

/* ============================================================
   Post editorial
   ============================================================ */
.post-hero-editorial,
.blog-hero {
  background:
    linear-gradient(130deg, rgba(5, 5, 5, 0.93), rgba(5, 5, 5, 0.76)),
    url("../images/hero-poster.svg") center / cover no-repeat;
  padding: 90px 0 70px;
}

.post-back {
  margin: 0 0 1rem;
}

.post-back a {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 600;
}

.post-back a:hover {
  color: var(--gold-bright);
}

.post-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.post-summary {
  border-radius: var(--radius-md);
  background: var(--black-card);
  border: 1px solid rgba(200, 162, 74, 0.26);
  padding: 1.25rem;
  color: #d8d8d8;
}

.post-summary ul {
  padding-left: 1.1rem;
}

.post-summary li {
  margin-bottom: 0.45rem;
}

.post-body {
  color: var(--text);
}

.post-body h2 {
  font-size: 1.5rem;
  margin: 1.75rem 0 0.85rem;
}

.post-body h3 {
  font-size: 1.15rem;
  margin: 1.35rem 0 0.65rem;
  font-family: "Montserrat", Arial, sans-serif;
}

.post-body p {
  color: var(--muted);
  line-height: 1.7;
}

.post-body ul,
.post-body ol {
  padding-left: 1.2rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.post-body li {
  margin-bottom: 0.45rem;
}

.post-quote {
  border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
  margin: 1.4rem 0;
  padding: 0.95rem 1rem;
  background: rgba(200, 162, 74, 0.09);
  font-style: italic;
  color: var(--text);
}

.post-toc {
  border-radius: var(--radius-md);
  background: var(--black-card);
  border: 1px solid rgba(200, 162, 74, 0.3);
  padding: 1.15rem;
}

.post-toc h3 {
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}

.post-toc a {
  display: block;
  padding: 0.45rem 0;
  color: #d8d8d8;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

.post-toc a:hover {
  color: var(--gold);
}

.post-cta-mid,
.post-cta-final {
  margin-top: 1.6rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(200, 162, 74, 0.36);
  background: var(--black-card);
  padding: 1.2rem;
}

.post-related {
  margin-top: 1.6rem;
  border-radius: var(--radius-md);
  background: var(--black-card);
  border: 1px solid #272727;
  padding: 1rem 1.1rem;
}

.post-cta-buttons {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.post-cta-buttons .btn {
  width: 100%;
  min-height: 48px;
}

/* ============================================================
   WhatsApp float
   ============================================================ */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.4);
  z-index: 1200;
  font-weight: 800;
}

.wa-float svg {
  width: 26px;
  height: 26px;
}

body {
  padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
}

/* ============================================================
   Mobile hero video (768px and below)
   ============================================================ */
@media (max-width: 768px) {
  .hero-home.hero-home--video {
    min-height: calc(100svh - var(--header-height-mobile));
    padding: 2.75rem 0 5rem;
    background-color: var(--black);
    background-image: none;
  }

  .hero-home--video .hero-bg-video {
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(1.18) contrast(1.05) saturate(1.03);
  }

  .hero-home--video .hero-bg-video.hero-bg-video-active {
    opacity: 0.8;
  }

  .hero-home--video::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.26) 45%, rgba(0, 0, 0, 0.44) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 100%);
  }

  .bogota-hero-video {
    display: block !important;
    object-fit: cover;
    object-position: center center;
    opacity: 0.78;
    filter: brightness(1.18) contrast(1.05) saturate(1.03);
  }

  .bogota-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.26) 45%, rgba(0, 0, 0, 0.46) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.22) 100%);
  }

  .bogota-hero h1,
  .bogota-hero p,
  .bogota-hero .hero-eyebrow {
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.86);
  }

  .hero-home h1,
  .hero-lead,
  .hero-home p,
  .hero-eyebrow {
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.95);
  }

  .team-avatar,
  .team-icon {
    width: 54px;
    height: 54px;
    max-width: 54px;
    max-height: 54px;
  }

  .icon,
  .benefit-icon,
  .service-icon,
  .process-icon,
  .stat-icon,
  .feature-icon,
  .counter-icon,
  .stats-icon {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
  }

  .benefit-icon svg,
  .stat-icon svg,
  .stat-icon img {
    max-width: 44px;
    max-height: 44px;
  }

  .section {
    padding: 4.75rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }
}

@media (max-width: 430px) {
  .hero-home--video .hero-bg-video {
    object-position: center center;
  }

  .hero-home--video .hero-bg-video.hero-bg-video-active {
    opacity: 0.82;
  }
}

/* ============================================================
   Tablet / small desktop (769px+)
   ============================================================ */
@media (min-width: 414px) and (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) {
  :root {
    --header-height: var(--header-height-desktop);
  }

  body {
    padding-top: calc(var(--header-height-desktop) + env(safe-area-inset-top, 0px));
    padding-bottom: 0;
  }

  .site-header {
    min-height: calc(var(--header-height-desktop) + env(safe-area-inset-top, 0px));
  }

  .section {
    padding: 6.875rem 0;
  }

  .benefits-strip {
    padding: 4.5rem 0;
  }

  .cta-final-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-wrap {
    min-height: var(--header-main-desktop);
  }

  .brand {
    flex: initial;
    max-width: none;
    gap: 12px;
  }

  .brand-icon,
  .brand-logo {
    width: auto;
    height: 52px;
    max-width: 220px;
  }

  .brand-name,
  .brand-title,
  .brand-text strong {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .brand-subtitle,
  .brand-text small {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
    max-height: none;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    width: auto;
  }

  .main-nav > a,
  .dropdown-toggle {
    display: inline-block;
    padding: 0;
    border-bottom: none;
  }

  button.dropdown-toggle {
    width: auto;
    padding: 0;
  }

  .dropdown::after {
    display: none;
  }

  .dropdown:hover::after,
  .dropdown:focus-within::after {
    display: block;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    max-height: none;
    transform: translateY(8px);
    pointer-events: none;
    padding: 10px 0;
    border: 1px solid rgba(200, 162, 74, 0.35);
    background: var(--black-soft);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }

  .nav-mobile-actions {
    display: none;
  }

  .hero-home {
    min-height: clamp(560px, 72vh, 650px);
    padding: 0;
  }

  .hero-home.hero-landing--premium {
    min-height: auto;
    padding: 4rem 0 3rem;
  }

  .hero-home--video {
    background-image: none;
  }

  .hero-bg-video {
    display: block;
  }

  .hero-home--video::before {
    display: block;
  }

  .hero-home-inner {
    max-width: 760px;
    padding: 4rem 0;
  }

  .hero-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }

  .hero-home h1 {
    font-size: clamp(2.75rem, 4.8vw, 3.5rem);
    line-height: 1.12;
  }

  .hero-lead,
  .hero-home p {
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    max-width: 690px;
  }

  .hero-buttons-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-buttons-main .btn,
  .hero-buttons-extra .btn {
    width: auto;
    min-height: auto;
  }

  .hero-bogota {
    min-height: clamp(520px, 68vh, 620px);
    padding: 0;
    background-image: none;
  }

  .hero-landing--premium {
    min-height: auto;
    padding: 4rem 0 3rem;
  }

  .hero-landing--premium .hero-home-inner {
    max-width: 100%;
    padding: 0;
  }

  .hero-landing--premium h1 {
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    line-height: 1.12;
  }

  .hero-landing--premium .hero-lead {
    max-width: 540px;
  }

  .benefits-strip {
    padding: 3.5rem 0;
  }

  .benefits-strip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline,
  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wa-float {
    width: 60px;
    height: 60px;
  }

  .wa-float svg {
    width: 28px;
    height: 28px;
  }

  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .why-card .btn {
    width: 100%;
    max-width: 280px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: center;
  }

  .footer-legal {
    justify-content: flex-end;
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problems-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }

  .landing-cta-buttons .btn {
    width: auto;
    min-height: auto;
  }

  .post-hero-editorial,
  .blog-hero {
    padding: 5rem 0 4.2rem;
  }

  .post-layout {
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 1.5rem;
  }

  .post-toc {
    position: sticky;
    top: 108px;
  }

  .post-cta-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .post-cta-buttons .btn {
    width: 100%;
    min-height: auto;
  }

  .wa-float {
    width: 58px;
    height: 58px;
    right: 1.2rem;
    bottom: 1.2rem;
  }

  .wa-float svg {
    width: 28px;
    height: 28px;
  }
}

/* ============================================================
   Desktop header grid (1024px+)
   ============================================================ */
@media (min-width: 1024px) {
  .header-wrap {
    display: grid;
    grid-template-columns: minmax(200px, auto) 1fr minmax(140px, auto);
    align-items: center;
  }

  .main-nav {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-timeline,
  .process-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .problems-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid,
  .footer-grid--premium {
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 2rem;
  }
}

/* ============================================================
   Smaller mobile padding (480px and below)
   ============================================================ */
@media (max-width: 768px) {
  .brand {
    gap: 9px;
    max-width: 245px;
  }

  .brand-icon,
  .brand-logo {
    width: auto;
    height: 44px;
    max-width: 185px;
    border-radius: 0;
  }

  .brand-name,
  .brand-title,
  .brand-text strong {
    font-size: 15px;
  }

  .brand-subtitle,
  .brand-text small {
    font-size: 9px;
    letter-spacing: 0.13em;
  }
}

@media (max-width: 380px) {
  .brand-logo,
  .brand-icon {
    width: auto;
    height: 40px;
    max-width: 165px;
  }

  .brand-name,
  .brand-title,
  .brand-text strong {
    font-size: 13px;
  }

  .brand-subtitle,
  .brand-text small {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .post-body h2 {
    font-size: 1.35rem;
  }

  .post-body h3 {
    font-size: 1.1rem;
  }
}

/* ============================================================
   Service landings (Google Ads — cortas y premium)
   ============================================================ */
.service-landing {
  background: var(--black);
}

.service-hero {
  padding: 110px 0 48px;
  background:
    radial-gradient(circle at 75% 30%, rgba(212, 175, 55, 0.12), transparent 35%),
    linear-gradient(180deg, #050505 0%, #0b0b0b 100%);
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.service-hero-kicker {
  display: inline-block;
  color: var(--gold);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.service-hero h1 {
  max-width: 680px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 8vw, 2.625rem);
  font-weight: 700;
  line-height: 0.95;
  color: var(--text);
  margin: 0 0 22px;
}

.service-hero p {
  max-width: 620px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.service-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.service-hero-micro {
  margin-top: 1.15rem !important;
  font-size: 0.9rem !important;
  color: var(--muted) !important;
  max-width: 520px !important;
}

.service-hero-media {
  width: 100%;
}

.service-hero-image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
  min-height: 280px;
  background: #0a0a0a;
}

.service-hero-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.service-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
  z-index: 1;
}

.service-trust-bar {
  padding: 0 0 3rem;
}

.service-trust-inner {
  display: grid;
  grid-template-columns: 1fr;
  background: #101010;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 22px;
  overflow: hidden;
}

.service-trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.35rem;
  text-align: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.service-trust-item:last-child {
  border-bottom: 0;
}

.service-trust-item strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
}

.service-trust-item span {
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.service-block {
  padding: 3.25rem 0;
  background: var(--black);
}

.service-block--alt {
  background: linear-gradient(180deg, #080808 0%, #050505 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.08);
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

.service-block-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  margin: 0 0 0.85rem;
  max-width: 720px;
}

.service-block-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 1.75rem;
  max-width: 680px;
}

.service-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.service-mini-card {
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.service-mini-card h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.service-mini-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.service-deliver-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}

.service-deliver-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.025);
}

.service-deliver-marker {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(200, 162, 74, 0.55);
}

.service-deliver-item h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.35rem;
  line-height: 1.35;
}

.service-deliver-item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.service-cta-final {
  padding: 3.5rem 0 4.5rem;
  background: var(--black);
}

.service-cta-box {
  text-align: center;
  padding: 2.75rem 1.75rem;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.1), transparent 55%),
    linear-gradient(180deg, #0c0c0c 0%, #060606 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.service-cta-box h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.45rem, 4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  margin: 0 0 0.85rem;
}

.service-cta-box > p {
  max-width: 560px;
  margin: 0 auto 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.service-cta-actions {
  justify-content: center;
  margin-top: 0;
}

@media (min-width: 600px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .service-deliver-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .service-trust-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-trust-item {
    border-bottom: 0;
    border-right: 1px solid rgba(212, 175, 55, 0.12);
  }

  .service-trust-item:last-child {
    border-right: 0;
  }
}

@media (min-width: 900px) {
  .service-hero {
    padding: 110px 0 70px;
  }

  .service-hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 56px;
  }

  .service-hero h1 {
    font-size: clamp(44px, 5vw, 76px);
  }

  .service-hero p {
    font-size: 18px;
  }

  .service-hero-image {
    min-height: 430px;
  }

  .service-hero-image img {
    height: 430px;
  }

  .service-trust-bar {
    padding: 0 0 3.5rem;
    margin-top: -0.5rem;
  }
}

@media (max-width: 768px) {
  .service-hero {
    padding: 2rem 0 2.5rem;
  }

  .service-hero-actions {
    gap: 10px;
  }
}

@media (max-width: 899px) {
  .service-hero h1 {
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.02;
  }

  .service-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .service-hero-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .service-hero-image img {
    height: clamp(260px, 42vw, 320px);
  }

  .service-hero-image {
    min-height: clamp(260px, 42vw, 320px);
  }
}

/* ============================================================
   Blog articles (premium editorial)
   ============================================================ */
.blog-article-page {
  background: var(--black);
}

.blog-article-hero {
  padding: 110px 0 50px;
  background:
    radial-gradient(circle at 75% 25%, rgba(212, 175, 55, 0.1), transparent 35%),
    linear-gradient(180deg, #050505 0%, #0b0b0b 100%);
}

.blog-back {
  margin: 0 0 1.25rem;
}

.blog-back a {
  color: var(--muted);
  font-size: 0.9rem;
}

.blog-back a:hover {
  color: var(--gold);
}

.blog-article-date {
  display: block;
  margin: 0.5rem 0 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.blog-article-hero h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 1rem;
  max-width: 900px;
}

.blog-article-intro {
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin: 0 0 1.75rem;
}

.blog-featured-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
  display: block;
}

.blog-article-layout {
  padding: 3rem 0 4.5rem;
  background: var(--black);
}

.blog-article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
}

.blog-content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.blog-content p {
  margin: 0 0 1.15rem;
}

.blog-content h2 {
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 3rem 0 1rem;
  line-height: 1.2;
}

.blog-content h3 {
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  margin: 2rem 0 0.75rem;
  line-height: 1.3;
}

.blog-content ul {
  margin: 0 0 1.25rem 1.1rem;
  padding: 0;
}

.blog-content li {
  margin-bottom: 0.55rem;
}

.blog-content a:not(.btn) {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-content a:not(.btn):hover {
  color: var(--gold-bright);
}

.blog-content .btn {
  text-decoration: none !important;
}

.blog-cta-box {
  margin: 2.5rem 0;
  padding: 2rem;
  border-radius: 24px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(255, 255, 255, 0.03));
}

.blog-cta-box h3 {
  margin-top: 0;
  font-size: 1.25rem;
}

.blog-cta-box p {
  color: rgba(255, 255, 255, 0.78);
}

.blog-cta-box--final {
  margin-top: 3rem;
}

.blog-cta-box .btn,
.blog-final-cta .btn,
.blog-sidebar-card--cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, filter 0.18s ease;
}

.blog-cta-box .btn-primary,
.blog-final-cta .btn-primary,
.blog-sidebar-card--cta .btn-primary {
  background: linear-gradient(135deg, #d6ad45, #c99a2e);
  color: #050505 !important;
  border: 1px solid rgba(212, 175, 55, 0.75);
}

.blog-cta-box .btn-secondary,
.blog-final-cta .btn-secondary,
.blog-sidebar-card--cta .btn-secondary {
  background: transparent;
  color: #d6ad45 !important;
  border: 1px solid rgba(212, 175, 55, 0.35);
}

@media (hover: hover) {
  .blog-cta-box .btn-primary:hover,
  .blog-final-cta .btn-primary:hover,
  .blog-sidebar-card--cta .btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    color: #050505 !important;
  }

  .blog-cta-box .btn-secondary:hover,
  .blog-final-cta .btn-secondary:hover,
  .blog-sidebar-card--cta .btn-secondary:hover {
    background: rgba(212, 175, 55, 0.08);
    color: #d6ad45 !important;
  }
}

.blog-cta-actions,
.blog-cta-box .blog-cta-actions,
.blog-final-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.blog-faq {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.blog-faq-list {
  display: grid;
  gap: 0.85rem;
}

.blog-faq-item {
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.25rem 1rem 0.75rem;
}

.blog-faq-item summary {
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: var(--text);
  padding: 0.85rem 0 0.5rem;
  list-style: none;
}

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

.blog-faq-item p {
  margin: 0;
  color: var(--muted);
}

.blog-sidebar {
  position: sticky;
  top: 110px;
}

.blog-sidebar-card {
  padding: 1.5rem;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 1.35rem;
}

.blog-sidebar-card h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.95rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.85rem;
}

.blog-sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar-links li {
  margin-bottom: 0.55rem;
}

.blog-sidebar-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.blog-sidebar-links a:hover {
  color: var(--gold);
}

.blog-sidebar-card--cta p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.blog-sidebar-card--cta .btn {
  width: 100%;
}

@media (max-width: 900px) {
  .blog-article-grid {
    grid-template-columns: 1fr;
  }

  .blog-featured-image {
    height: 280px;
  }

  .blog-sidebar {
    position: static;
  }

  .blog-content {
    font-size: 1rem;
  }

  .blog-article-hero {
    padding: 100px 0 40px;
  }

  .blog-cta-actions .btn,
  .blog-final-cta-actions .btn {
    width: 100%;
  }
}

/* ============================================================
   Mobile-first conversion & responsive polish
   ============================================================ */
.service-card-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  background: transparent;
  border: 1px solid rgba(200, 162, 74, 0.45);
  color: var(--gold);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.service-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  background: #25d366;
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.18);
}

.service-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.24);
}

.content-block p {
  line-height: 1.75;
  margin-bottom: 18px;
}

.text-card,
.info-card,
.trust-card {
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 162, 74, 0.18);
}

.landing-compact .service-block,
.landing-compact .section-process,
.landing-compact .section-coverage {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.landing-compact .service-block-lead,
.landing-compact .section-lead {
  max-width: 640px;
  line-height: 1.7;
}

@media (min-width: 900px) {
  .service-card-actions {
    grid-template-columns: 1fr 0.8fr;
  }
}

@media (max-width: 768px) {
  .site-header:not(.site-header--over-hero) {
    background: rgba(17, 17, 17, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    min-height: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px));
  }

  .section {
    padding: 68px 0;
  }

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

  .text-card,
  .info-card,
  .trust-card {
    padding: 20px;
  }

  .blog-grid,
  .posts-grid,
  .related-posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .blog-card,
  .post-card,
  .related-post-card {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .blog-card img,
  .post-card > img,
  .post-card-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .blog-card-content,
  .post-card-body {
    padding: 20px;
  }

  .blog-card h2,
  .blog-card h3,
  .post-card h2,
  .post-card h3 {
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.15;
  }

  .post-card h3 {
    font-size: clamp(20px, 6vw, 26px);
  }

  .blog-card p,
  .post-card p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .post-content,
  .article-content,
  .blog-post-content,
  .post-body,
  .blog-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16.5px;
    line-height: 1.75;
  }

  .post-hero h1,
  .post-hero-editorial h1,
  .blog-article-hero h1,
  .post-content h1 {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.08;
  }

  .post-content h2,
  .article-content h2,
  .post-body h2,
  .blog-content h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.15;
    margin-top: 42px;
  }

  .post-content p,
  .article-content p,
  .post-body p {
    margin-bottom: 18px;
  }

  .post-cta,
  .article-cta,
  .post-cta-box,
  .blog-cta-actions,
  .blog-final-cta-actions {
    padding: 24px 18px;
  }

  .post-cta .btn,
  .article-cta .btn,
  .post-cta-buttons .btn {
    width: 100%;
  }

  .post-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .post-sidebar,
  .blog-sidebar {
    position: static;
  }

  .service-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-hero-content h1 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.1;
  }

  .service-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-hero-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .service-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-trust-inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-layout {
    gap: 32px;
  }

  .contact-direct-actions {
    max-width: 100%;
  }

  .landing-cta-final,
  .service-cta-final {
    padding: 2rem 0;
  }

  .landing-cta-buttons,
  .landing-cta-buttons--triple,
  .service-cta-actions {
    grid-template-columns: 1fr;
  }

  .coverage-zones {
    gap: 0.5rem;
  }

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

/* ============================================================
   Bogotá landing — conversión Google Ads
   ============================================================ */
.page-bogota-landing .bogota-conversion .section {
  padding: 3.5rem 0;
}

.page-bogota-landing .bogota-hero-buttons .hero-buttons-main {
  gap: 12px;
}

.page-bogota-landing .btn-whatsapp-hero {
  min-height: 44px;
  font-size: 0.82rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.18);
}

.bogota-trust-strip {
  padding: 1.25rem 0;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(200, 162, 74, 0.12);
  border-bottom: 1px solid rgba(200, 162, 74, 0.12);
}

.bogota-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bogota-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(200, 162, 74, 0.12);
}

.bogota-trust-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--gold);
}

.bogota-trust-icon svg {
  width: 100%;
  height: 100%;
}

.bogota-trust-item strong {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.bogota-trust-item span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.bogota-pain-block {
  background:
    radial-gradient(circle at 8% 20%, rgba(200, 162, 74, 0.06), transparent 36%),
    radial-gradient(circle at 92% 78%, rgba(255, 255, 255, 0.03), transparent 32%),
    var(--black);
}

.bogota-pain-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "content"
    "sidebar"
    "action";
  gap: 1.75rem;
  max-width: 1120px;
  margin: 0 auto;
}

.bogota-pain-content {
  grid-area: content;
}

.bogota-pain-trust-panel {
  grid-area: sidebar;
}

.bogota-pain-action {
  grid-area: action;
}

.bogota-pain-kicker,
.bogota-pain-panel-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.bogota-pain-block .section-title {
  max-width: 680px;
  margin-bottom: 1.1rem;
  font-size: clamp(1.75rem, 4.5vw, 2.45rem);
  line-height: 1.12;
}

.bogota-pain-intro {
  max-width: 640px;
  margin-bottom: 1.75rem;
  line-height: 1.75;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.84);
}

.bogota-pain-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 1.75rem;
}

.bogota-pain-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 162, 74, 0.18);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.bogota-pain-card p {
  margin: 0;
  line-height: 1.55;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.9);
}

.bogota-pain-card-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(200, 162, 74, 0.12);
  border: 1px solid rgba(200, 162, 74, 0.32);
  color: var(--gold);
}

.bogota-pain-card-icon svg {
  width: 14px;
  height: 14px;
}

.bogota-pain-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(200, 162, 74, 0.34);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.bogota-pain-note {
  max-width: 640px;
  margin: 0;
  line-height: 1.72;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.78);
}

.bogota-pain-trust-panel {
  padding: 1.75rem 1.5rem;
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%),
    rgba(8, 8, 8, 0.92);
  border: 1px solid rgba(200, 162, 74, 0.24);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

.bogota-pain-panel-title {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #fff;
}

.bogota-pain-panel-text {
  margin: 0 0 1.15rem;
  line-height: 1.65;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
}

.bogota-pain-panel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  display: grid;
  gap: 10px;
}

.bogota-pain-panel-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.bogota-pain-panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 162, 74, 0.14);
}

.bogota-pain-panel-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bogota-pain-panel-actions .btn {
  width: 100%;
  min-height: 50px;
}

.bogota-pain-panel-micro {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
}

.bogota-pain-action {
  max-width: 640px;
}

.bogota-pain-main-cta {
  width: 100%;
  min-height: 54px;
  font-size: 0.88rem;
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.bogota-pain-main-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(37, 211, 102, 0.28);
}

.bogota-inline-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: 34px auto 0;
  padding: 10px 0 4px;
  text-align: center;
}

.bogota-inline-cta .btn,
.orientation-cta .btn {
  width: auto;
  min-width: min(100%, 420px);
  min-height: 54px;
  padding: 0 28px;
}

.bogota-services-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 162, 74, 0.05), transparent 42%),
    var(--black);
}

.bogota-services-header {
  max-width: 720px;
  margin-bottom: 2rem;
}

.bogota-services-section .section-title {
  margin-bottom: 0.85rem;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.15;
}

.bogota-services-lead {
  margin: 0;
  max-width: 640px;
  line-height: 1.7;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.76);
}

.bogota-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.bogota-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 162, 74, 0.2);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bogota-service-card-media {
  position: relative;
  overflow: hidden;
  height: 200px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.04);
}

.bogota-service-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 5, 5, 0.42) 100%);
  pointer-events: none;
}

.bogota-service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.bogota-service-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.65rem;
  padding: 1.25rem 1.2rem 1.35rem;
}

.bogota-service-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
  color: var(--gold);
}

.bogota-service-card p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.78);
  flex: 1;
}

.bogota-services-section .service-card-actions {
  margin-top: 0.35rem;
  gap: 10px;
}

.bogota-services-section .service-btn,
.bogota-services-section .service-whatsapp-btn {
  min-height: 48px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bogota-services-section .service-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 162, 74, 0.65);
}

.bogota-services-section .service-whatsapp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.26);
}

.bogota-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 162, 74, 0.38);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.36);
}

.bogota-service-card:hover .bogota-service-card-media img {
  transform: scale(1.05);
  filter: brightness(1.06);
}

.bogota-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 1.75rem;
}

.bogota-step-card {
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 162, 74, 0.16);
}

.bogota-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(200, 162, 74, 0.14);
  border: 1px solid rgba(200, 162, 74, 0.35);
  color: var(--gold);
  font-weight: 800;
  font-size: 0.9rem;
}

.bogota-step-card h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.bogota-step-card p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.76);
}

.bogota-conversion-panel {
  padding: 2.75rem 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(200, 162, 74, 0.12), transparent 42%),
    radial-gradient(circle at 80% 80%, rgba(37, 211, 102, 0.08), transparent 38%),
    linear-gradient(135deg, rgba(22, 18, 10, 0.98), rgba(8, 8, 8, 0.98));
  border-top: 1px solid rgba(200, 162, 74, 0.2);
  border-bottom: 1px solid rgba(200, 162, 74, 0.2);
}

.bogota-conversion-panel-inner {
  max-width: 720px;
}

.bogota-conversion-panel h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.6rem, 5vw, 2.1rem);
  line-height: 1.15;
}

.bogota-conversion-panel p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.bogota-conversion-panel-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 420px;
}

.bogota-conversion-panel-actions .btn {
  width: 100%;
  min-height: 52px;
}

.page-bogota-landing .form-direct-label {
  margin: 1.25rem 0 0.75rem;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-bogota-landing .bogota-faq-section {
  padding-bottom: 2.5rem;
}

.mobile-sticky-cta {
  display: none;
}

@media (min-width: 640px) {
  .bogota-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bogota-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
  }

  .bogota-service-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: min(540px, 100%);
    margin-inline: auto;
    width: 100%;
  }

  .bogota-service-card-media {
    height: 210px;
  }

  .bogota-steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .bogota-pain-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    grid-template-areas:
      "content sidebar"
      "action sidebar";
    gap: 2rem 2.25rem;
    align-items: start;
  }

  .bogota-pain-trust-panel {
    position: sticky;
    top: 92px;
  }

  .bogota-pain-action {
    max-width: none;
    padding-top: 0.25rem;
  }

  .bogota-pain-main-cta {
    width: auto;
    min-width: 360px;
  }
}

@media (min-width: 900px) {
  .bogota-trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .bogota-conversion-panel-actions {
    grid-template-columns: 1fr 1fr;
    max-width: 560px;
  }

  .bogota-inline-cta .btn {
    width: auto;
    min-width: 320px;
  }

  .bogota-services-section .service-card-actions {
    grid-template-columns: 1fr 0.85fr;
  }
}

@media (max-width: 768px) {
  .page-bogota-landing {
    padding-bottom: 76px;
  }

  .page-bogota-landing .wa-float {
    display: none;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(5, 5, 5, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(200, 162, 74, 0.18);
  }

  .mobile-sticky-cta .btn {
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 0.5rem;
    font-size: 0.78rem;
  }

  .page-bogota-landing .bogota-hero .hero-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .page-bogota-landing .bogota-conversion .section {
    padding: 2.75rem 0;
  }

  .bogota-pain-block {
    padding-left: 0;
    padding-right: 0;
  }

  .bogota-pain-trust-panel {
    padding: 1.35rem 1.15rem;
    border-radius: 18px;
  }

  .bogota-pain-card {
    padding: 14px 16px;
  }

  .bogota-pain-main-cta {
    font-size: 0.82rem;
  }

  .bogota-services-header {
    margin-bottom: 1.5rem;
  }

  .bogota-service-card-media {
    height: 190px;
  }

  .bogota-service-card-body {
    padding: 1.1rem 1rem 1.2rem;
  }

  .bogota-services-section .service-card-actions {
    grid-template-columns: 1fr;
  }
}

/* —— Contacto, ubicación y redes sociales (footer / contacto) —— */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 162, 74, 0.32);
  background: rgba(255, 255, 255, 0.04);
  color: #e8e8e8;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(200, 162, 74, 0.62);
  background: rgba(200, 162, 74, 0.12);
  color: #fff;
}

.social-links--contact {
  margin-top: 1.25rem;
}

.contact-info {
  margin-top: 0.35rem;
}

.contact-info p {
  margin: 0 0 0.55rem;
  color: #cfcfcf;
  font-size: 0.92rem;
  line-height: 1.65;
}

.contact-info p:last-child {
  margin-bottom: 0;
}

.contact-info a {
  color: #e8d4a8;
  text-decoration: none;
}

.contact-info a:hover,
.contact-info a:focus-visible {
  text-decoration: underline;
}

.footer-contact-info {
  margin-top: 0.25rem;
}

.footer-map-link-wrap {
  margin: 1rem 0 0;
}

.footer-map-link.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.5rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.site-footer .footer-brand .brand-subtitle {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.contact-location-section {
  padding-top: 0;
  padding-bottom: 4.5rem;
}

.location-card {
  background:
    radial-gradient(circle at top right, rgba(200, 162, 74, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(200, 162, 74, 0.26);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.location-card--premium {
  max-width: 960px;
  margin: 0 auto;
}

.location-card h2,
.location-card h3 {
  margin-top: 0;
  color: #fff;
}

.location-card p {
  color: #cfcfcf;
  line-height: 1.7;
}

.location-address {
  margin-bottom: 0;
}

.contact-map {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(200, 162, 74, 0.24);
  background: #0b0b0b;
  min-height: 380px;
  position: relative;
  aspect-ratio: 16 / 10;
}

.contact-map-iframe {
  display: block;
  width: 100%;
  height: 420px;
  min-height: 380px;
  border: 0;
  filter: grayscale(0.1) contrast(1.04);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.location-actions .btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.location-actions--center {
  justify-content: center;
}

@media (max-width: 768px) {
  .location-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .contact-map {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }

  .contact-map-iframe {
    height: 320px;
    min-height: 320px;
  }

  .location-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .location-actions .btn {
    width: 100%;
  }

  .location-actions--cta .btn {
    width: 100%;
    flex: none;
  }

  .footer-map-link.btn {
    width: 100%;
  }

  .bogota-inline-cta .btn,
  .orientation-cta .btn {
    width: 100%;
  }
}

.location-actions--cta {
  margin-top: 1.5rem;
}

.location-actions--cta .btn {
  width: auto;
  flex: 1 1 220px;
}

.bogota-location-section .location-card {
  max-width: 920px;
  margin: 0 auto;
}

.bogota-location-section .section-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.social-links-minimal {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.social-link-minimal {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(200, 162, 74, 0.28);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.025);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.social-link-minimal:hover,
.social-link-minimal:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.7);
  color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
}

.site-footer .social-links-minimal {
  margin-top: 14px;
  margin-bottom: 8px;
}

.site-footer .footer-contact-info {
  margin-bottom: 0.35rem;
}

.page-contact .contact-copy .section-kicker {
  letter-spacing: 0.12em;
}

.page-contact .contact-info--page {
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(200, 162, 74, 0.16);
}

.page-contact .contact-info--location {
  margin-top: 0.5rem;
  padding-top: 0;
  border-top: 0;
}

.page-contact .contact-location-section {
  padding-bottom: 5.5rem;
}

.bogota-location-section {
  padding-bottom: 5rem;
}

.page-contact .wa-float,
.page-bogota-landing .wa-float {
  bottom: max(22px, env(safe-area-inset-bottom, 0px));
  right: max(16px, env(safe-area-inset-right, 0px));
}

.legal-content .legal-updated {
  margin: 0 0 1.5rem;
  color: #a8a8a8;
  font-size: 0.88rem;
}

.legal-content a {
  color: #e8d4a8;
}

.legal-form-note {
  margin: 0.85rem 0 0;
  color: #a8a8a8;
  font-size: 0.82rem;
  line-height: 1.65;
}

.legal-form-note a {
  color: #e8d4a8;
  text-decoration: underline;
}

@media (max-width: 430px) {
  .contact-map {
    min-height: 300px;
    aspect-ratio: 1 / 1;
  }

  .contact-map-iframe {
    height: 300px;
    min-height: 300px;
  }

  .page-contact .contact-location-section,
  .bogota-location-section {
    padding-bottom: 6rem;
  }
}

@media (max-width: 360px) {
  .contact-map,
  .contact-map-iframe {
    min-height: 280px;
    height: 280px;
  }
}

/* ============================================================
   v5 — Header confianza, scroll sticky, luminosidad premium
   ============================================================ */
.header-trust-bar {
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(22, 22, 22, 0.88);
}

.header-trust-inner {
  min-height: var(--header-trust-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0;
}

.header-trust-location,
.header-trust-wa {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(242, 242, 242, 0.88);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.header-trust-wa {
  color: var(--wa);
  white-space: nowrap;
  flex-shrink: 0;
}

.header-trust-wa:hover {
  color: #3ee87a;
}

.site-header--over-hero:not(.scrolled) {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header--over-hero:not(.scrolled) .header-trust-bar {
  background: rgba(17, 17, 17, 0.52);
  border-bottom-color: rgba(212, 175, 55, 0.16);
}

.site-header.scrolled,
.site-header:not(.site-header--over-hero) {
  background: rgba(15, 15, 15, 0.95);
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-header.scrolled .header-trust-bar,
.site-header:not(.site-header--over-hero) .header-trust-bar {
  background: rgba(17, 17, 17, 0.92);
  border-bottom-color: rgba(212, 175, 55, 0.18);
}

.btn-header-wa {
  background: var(--wa);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  padding: 0.72rem 0.95rem;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-header-wa:hover {
  background: #2fe072;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.35);
}

.header-actions .btn-header-call {
  min-height: 44px;
}

.section-title {
  margin-bottom: 1.25rem;
}

.section-header {
  margin-bottom: 3rem;
}

.benefit-card,
.stat-card,
.team-card,
.trust-card,
.info-card,
.text-card {
  border-color: rgba(200, 162, 74, 0.2);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .site-header {
    background: rgba(17, 17, 17, 0.96);
  }

  .site-header--over-hero:not(.scrolled) {
    background: transparent;
  }

  .header-trust-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }

  .header-trust-wa span[aria-hidden="true"] {
    display: none;
  }

  .hero-home h1,
  .bogota-hero h1 {
    font-size: clamp(2rem, 8.2vw, 2.25rem);
    line-height: 1.08;
    margin-bottom: 1rem;
  }

  .hero-lead,
  .hero-home p,
  .bogota-hero .hero-lead {
    font-size: clamp(1rem, 4.2vw, 1.125rem);
    line-height: 1.55;
  }

  .hero-eyebrow,
  .bogota-hero .hero-eyebrow {
    font-size: 0.62rem;
    margin-bottom: 0.85rem;
  }

  .hero-buttons-main .btn,
  .hero-buttons-extra .btn,
  .bogota-hero-buttons .btn {
    min-height: 44px;
  }
}

@media (min-width: 769px) {
  .header-trust-location,
  .header-trust-wa {
    font-size: 0.74rem;
  }

  .header-actions {
    gap: 0.55rem;
  }

  .header-actions .btn {
    padding: 0.72rem 0.95rem;
  }
}

@media (min-width: 1100px) {
  .header-trust-loc-full::after {
    content: " · Carrera 47A #91-33";
    color: rgba(242, 242, 242, 0.72);
    font-weight: 500;
  }
}

/* ============================================================
   v6 — Auditoría visual final (UX/UI)
   ============================================================ */
.header-trust-loc-short,
.header-trust-wa-short {
  display: none;
}

@media (max-width: 768px) {
  .header-trust-loc-full,
  .header-trust-wa-full {
    display: none;
  }

  .header-trust-loc-short,
  .header-trust-wa-short {
    display: inline;
  }

  .section-title,
  .section-header h2,
  main h2 {
    font-size: clamp(1.5rem, 5.5vw, 1.75rem);
    line-height: 1.25;
  }

  .section-lead,
  .section-description,
  main p,
  .hero-microcopy {
    font-size: clamp(1rem, 3.8vw, 1.125rem);
    line-height: 1.5;
  }
}

@media (min-width: 769px) and (max-width: 1099px) {
  .header-trust-loc-full::after {
    content: none;
  }
}

@media (max-width: 430px) {
  .hero-home--video .hero-bg-video.hero-bg-video-active {
    opacity: 0.76;
  }

  .hero-home--video .hero-bg-video {
    filter: brightness(1.15) contrast(1.04);
  }

  .hero-home--video::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.48) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.22) 100%);
  }

  .bogota-hero-video {
    opacity: 0.74;
    filter: brightness(1.15) contrast(1.04);
  }

  .hero-home h1,
  .bogota-hero h1 {
    font-size: clamp(2rem, 8vw, 2.125rem);
  }
}

.btn,
.btn-gold,
.btn-outline,
.btn-whatsapp,
.btn-header-wa,
.btn-header-call,
.service-whatsapp-btn,
.hero-buttons-main .btn {
  min-height: 44px;
  border-radius: var(--radius-sm);
}

.section-dark,
.section-soft,
.section-panel {
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.benefit-strip-item,
.stat-card,
.team-card {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.14);
}

.site-header.scrolled {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.site-header--over-hero:not(.scrolled) .brand-name,
.site-header--over-hero:not(.scrolled) .brand-subtitle {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

/* ============================================================
   v7 — Header global: barra institucional, scroll, ciudades
   ============================================================ */
.header-trust-bar {
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.header-trust-inner {
  min-height: var(--header-trust-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 9px 25px;
}

.header-trust-location {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(0.8125rem, 2.8vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.35;
  color: #d4af37;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-trust-pin {
  margin-right: 0.15rem;
}

.header-trust-loc-desktop,
.header-trust-loc-mobile,
.header-trust-loc-mobile-wide {
  display: none !important;
}

.header-trust-wa-desktop,
.header-trust-wa-mobile {
  flex-shrink: 0;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.header-trust-wa-desktop {
  display: none;
  font-size: clamp(0.8125rem, 1.5vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #25d366;
  white-space: nowrap;
}

.header-trust-wa-desktop:hover {
  color: #3ee87a;
}

.header-trust-wa-mobile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-trust-wa-mobile:hover {
  background: #2fe072;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.header-trust-wa-icon {
  flex-shrink: 0;
}

.site-header {
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header--over-hero:not(.scrolled) {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.site-header--over-hero:not(.scrolled) .header-trust-bar {
  background: rgba(17, 17, 17, 0.42);
  border-bottom-color: rgba(212, 175, 55, 0.2);
}

.site-header--over-hero:not(.scrolled) .header-wrap {
  background: transparent;
}

.site-header.scrolled,
.site-header:not(.site-header--over-hero) {
  background: rgba(35, 35, 35, 0.96);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

.site-header.scrolled .header-trust-bar,
.site-header:not(.site-header--over-hero) .header-trust-bar {
  background: rgba(28, 28, 28, 0.98);
  border-bottom-color: rgba(212, 175, 55, 0.28);
}

.header-wrap {
  align-items: center;
  gap: 0.85rem;
}

.header-actions {
  align-items: center;
}

.cities-dropdown {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background: #161616;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  scrollbar-width: thin;
  scrollbar-color: #d4af37 #161616;
}

.cities-dropdown::-webkit-scrollbar {
  width: 6px;
}

.cities-dropdown::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 3px;
}

.cities-dropdown::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 3px;
}

.cities-dropdown a {
  border-radius: 6px;
  transition: background 0.18s ease, color 0.18s ease;
}

.cities-dropdown a:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #d4af37;
}

.landing-compact.bogota-conversion .section:not(.section-editorial-light):not(.testimonials-section),
.page-bogota-landing .bogota-conversion .section:not(.section-editorial-light):not(.testimonials-section) {
  background: linear-gradient(135deg, #111111, #1b1b1b);
  color: #f2f2f2;
}

.landing-compact.bogota-conversion .section:not(.section-editorial-light) .section-title,
.page-bogota-landing .bogota-conversion .section:not(.section-editorial-light) .section-title,
.landing-compact.bogota-conversion .section:not(.section-editorial-light) h2,
.page-bogota-landing .bogota-conversion .section:not(.section-editorial-light) h2 {
  color: #fff;
}

.landing-compact.bogota-conversion .section:not(.section-editorial-light) .section-kicker,
.page-bogota-landing .bogota-conversion .section:not(.section-editorial-light) .section-kicker {
  color: #d4af37;
}

.bogota-hero .hero-buttons-main {
  grid-template-columns: 1fr;
  gap: 12px;
}

.bogota-hero .btn-whatsapp-hero {
  order: 3;
  min-height: 44px;
  font-size: 0.82rem;
  width: 100%;
}

@media (min-width: 430px) and (max-width: 768px) {
  .header-trust-loc-mobile {
    display: none;
  }

  .header-trust-loc-mobile-wide {
    display: inline;
  }
}

@media (min-width: 769px) {
  .header-trust-loc-mobile,
  .header-trust-loc-mobile-wide {
    display: none;
  }

  .header-trust-loc-desktop {
    display: inline;
  }

  .header-trust-wa-mobile {
    display: none;
  }

  .header-trust-wa-desktop {
    display: inline-flex;
    align-items: center;
  }

  .dropdown-menu.cities-dropdown,
  .dropdown:hover .dropdown-menu.cities-dropdown,
  .dropdown:focus-within .dropdown-menu.cities-dropdown {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    min-width: 220px;
  }

  .bogota-hero .hero-buttons-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bogota-hero .btn-whatsapp-hero {
    order: 0;
    grid-column: 1 / -1;
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .header-trust-inner {
    padding: 9px 16px;
  }

  .site-header--over-hero:not(.scrolled) {
    background: transparent;
  }

  .main-nav.is-open .dropdown.is-open .dropdown-menu.cities-dropdown {
    max-height: 320px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (min-width: 900px) {
  .bogota-hero .hero-buttons-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bogota-hero .btn-whatsapp-hero {
    grid-column: auto;
  }
}

/* ============================================================
   v8 — Auditoría responsive final
   ============================================================ */

/* Landings: eliminar bloque blanco inline (#f8f6f2) */
section.bogota-pain-block[style*="color-surface-alt"],
section.bogota-pain-block[style*="f8f6f2"] {
  background:
    radial-gradient(circle at 8% 20%, rgba(212, 175, 55, 0.07), transparent 38%),
    radial-gradient(circle at 92% 78%, rgba(255, 255, 255, 0.03), transparent 34%),
    linear-gradient(135deg, #111111 0%, #181818 52%, #1b1b1b 100%) !important;
  color: #f2f2f2;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

section.bogota-pain-block[style*="f8f6f2"] .section-title,
section.bogota-pain-block[style*="f8f6f2"] h2 {
  color: #fff !important;
}

section.bogota-pain-block[style*="f8f6f2"] .bogota-pain-kicker,
section.bogota-pain-block[style*="f8f6f2"] .bogota-pain-panel-kicker {
  color: #d4af37 !important;
}

section.bogota-pain-block[style*="f8f6f2"] .bogota-pain-intro,
section.bogota-pain-block[style*="f8f6f2"] .bogota-pain-note,
section.bogota-pain-block[style*="f8f6f2"] p,
section.bogota-pain-block[style*="f8f6f2"] li {
  color: rgba(242, 242, 242, 0.88) !important;
}

section.bogota-pain-block[style*="f8f6f2"] .bogota-pain-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 175, 55, 0.18);
}

section.bogota-pain-block[style*="f8f6f2"] .bogota-pain-card strong {
  color: #fff;
}

/* Header: dirección HQ vs nacional */
.header-trust-loc-stack,
.header-trust-loc-desktop-hq {
  display: none;
}

.header-trust-loc-national {
  display: inline;
  color: rgba(242, 242, 242, 0.92);
}

.header-trust-location--hq {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #d4af37;
}

.header-trust-loc-desktop-hq {
  display: inline;
  color: rgba(242, 242, 242, 0.92);
}

.header-trust-loc-stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.header-trust-line1 {
  display: block;
  font-size: clamp(0.75rem, 2.6vw, 0.8125rem);
  font-weight: 700;
  color: #d4af37;
  line-height: 1.25;
}

.header-trust-line2 {
  display: block;
  font-size: clamp(0.6875rem, 2.2vw, 0.75rem);
  font-weight: 600;
  color: rgba(242, 242, 242, 0.88);
  line-height: 1.3;
}

/* Scroll más perceptible */
.site-header--over-hero:not(.scrolled) .header-trust-bar {
  background: rgba(17, 17, 17, 0.38);
  border-bottom-color: rgba(212, 175, 55, 0.14);
}

.site-header.scrolled {
  background: rgba(35, 35, 35, 0.95) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.38) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.38);
}

.site-header.scrolled .header-trust-bar {
  background: rgba(32, 32, 32, 0.98);
  border-bottom-color: rgba(212, 175, 55, 0.32);
}

.site-header.scrolled .header-wrap {
  background: transparent;
}

/* Menú mobile: dropdown sin espacio reservado */
@media (max-width: 768px) {
  body.rf-hq-location {
    --header-trust-height: 82px;
  }

  .header-trust-location--hq {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    flex: 1 1 auto;
    min-width: 0;
    align-items: flex-start;
  }

  .header-trust-loc-desktop-hq {
    display: none;
  }

  .header-trust-loc-stack {
    display: flex;
  }

  .header-trust-inner {
    min-height: var(--header-trust-height);
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
  }

  .header-trust-wa-mobile {
    flex-shrink: 0;
    align-self: center;
  }

  .main-nav .dropdown:not(.is-open) .dropdown-menu {
    display: none !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
  }

  .main-nav .dropdown.is-open .dropdown-menu {
    display: block;
    max-height: none;
    margin-bottom: 0.35rem;
    padding: 0.35rem 0.45rem;
  }

  .main-nav .dropdown {
    margin-bottom: 0;
  }

  .hero-home h1,
  .bogota-hero h1,
  main h1 {
    font-size: clamp(2rem, 8vw, 2.25rem) !important;
    line-height: 1.1;
  }

  .section-title,
  .section-header h2,
  main h2 {
    font-size: clamp(1.5rem, 5.2vw, 1.75rem) !important;
    line-height: 1.22;
  }

  .section-lead,
  .section-description,
  main p,
  .hero-lead {
    font-size: clamp(1rem, 3.8vw, 1.125rem);
    line-height: 1.55;
  }

  .hero-home--video .hero-bg-video.hero-bg-video-active {
    opacity: 0.78;
  }

  .hero-home--video .hero-bg-video {
    filter: brightness(1.2) contrast(1.04);
  }

  .hero-home--video::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.42) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.18) 100%);
  }

  .bogota-hero-video {
    opacity: 0.76;
    filter: brightness(1.2) contrast(1.04);
  }
}

@media (min-width: 769px) {
  .header-trust-loc-stack {
    display: none;
  }

  .header-trust-location--hq .header-trust-loc-desktop-hq {
    display: inline;
  }

  .header-trust-loc-national {
    display: inline;
  }

  .header-trust-location,
  .header-trust-wa-desktop {
    font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  }
}

@media (max-width: 430px) {
  body.rf-hq-location {
    --header-trust-height: 88px;
  }
}

/* ============================================================
   v9 — Header móvil integrado (sin línea entre barras)
   ============================================================ */
@media (max-width: 768px) {
  .site-header {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: none;
  }

  .site-header .header-trust-bar {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none;
    margin: 0;
    background: transparent !important;
  }

  .site-header .header-wrap {
    border: none !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none;
    margin: 0;
    padding-top: 0;
    background: transparent !important;
  }

  .header-trust-inner {
    padding-bottom: 4px;
  }

  .site-header:not(.site-header--over-hero) {
    background: rgba(17, 17, 17, 0.97) !important;
  }

  .site-header:not(.site-header--over-hero) .header-trust-bar,
  .site-header:not(.site-header--over-hero) .header-wrap {
    background: transparent !important;
    border: none !important;
  }

  .site-header--over-hero:not(.scrolled) {
    background: rgba(17, 17, 17, 0.44) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: none;
    box-shadow: none;
  }

  .site-header--over-hero:not(.scrolled) .header-trust-bar,
  .site-header--over-hero:not(.scrolled) .header-wrap {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .site-header.scrolled {
    background: rgba(35, 35, 35, 0.96) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.28) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  }

  .site-header.scrolled .header-trust-bar,
  .site-header.scrolled .header-wrap {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
}

@media (min-width: 769px) {
  .site-header .header-trust-bar {
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
  }
}

/* ============================================================
   v10 — Header premium pixel-perfect
   ============================================================ */
.site-header {
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease;
}

.site-header .header-trust-bar,
.site-header .header-wrap {
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.site-header .header-trust-bar::before,
.site-header .header-trust-bar::after,
.site-header .header-wrap::before,
.site-header .header-wrap::after {
  content: none !important;
  display: none !important;
}

.site-header--over-hero:not(.scrolled) {
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

.site-header--over-hero:not(.scrolled) .header-trust-bar,
.site-header--over-hero:not(.scrolled) .header-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.site-header.scrolled {
  background: rgba(38, 38, 38, 0.96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.26);
}

.site-header.scrolled .header-trust-bar,
.site-header.scrolled .header-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.site-header:not(.site-header--over-hero):not(.scrolled) {
  background: rgba(17, 17, 17, 0.96);
}

.header-trust-inner {
  align-items: center;
}

.header-trust-location,
.header-trust-location--hq {
  display: flex;
  align-items: center;
  align-self: center;
  margin: 0;
}

.header-trust-location--hq {
  align-items: flex-start;
}

.header-trust-wa-mobile {
  height: 32px;
  min-height: 32px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 5px;
  line-height: 1;
  margin: 0;
}

.header-trust-wa-desktop {
  display: inline-flex;
  align-items: center;
  align-self: center;
  line-height: 1.35;
  min-height: 32px;
}

.header-wrap {
  padding-top: 8px;
}

@media (max-width: 768px) {
  :root {
    --header-main-mobile: 80px;
  }

  .site-header {
    border-bottom: none;
  }

  .site-header .header-trust-bar,
  .site-header .header-wrap {
    border: none !important;
    margin: 0;
  }

  .header-trust-inner {
    padding-top: 6px;
    padding-bottom: 2px;
    align-items: center;
    gap: 10px;
  }

  .site-header:not(.site-header--over-hero) {
    background: rgba(17, 17, 17, 0.97) !important;
  }

  .site-header:not(.site-header--over-hero) .header-trust-bar,
  .site-header:not(.site-header--over-hero) .header-wrap {
    border: none !important;
  }

  .site-header--over-hero:not(.scrolled) {
    background: transparent !important;
    border-bottom: none !important;
  }

  .site-header.scrolled {
    background: rgba(38, 38, 38, 0.96) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
  }
}

@media (min-width: 769px) {
  :root {
    --header-main-desktop: 84px;
  }

  .header-wrap {
    padding-top: 8px;
  }

  .site-header .header-trust-bar {
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  }

  .site-header.scrolled .header-trust-bar {
    border-bottom-color: rgba(212, 175, 55, 0.14) !important;
  }

  .site-header:not(.site-header--over-hero):not(.scrolled) {
    background: rgba(17, 17, 17, 0.94);
  }
}

/* ============================================================
   v11 — Barra superior móvil rediseñada (columna compacta)
   ============================================================ */
.header-trust-loc-mobile-hq {
  display: none;
}

.header-trust-pin--mobile {
  display: none;
}

@media (max-width: 768px) {
  :root {
    --header-main-mobile: 72px;
  }

  body.rf-hq-location {
    --header-trust-height: 74px;
  }

  body:not(.rf-hq-location) {
    --header-trust-height: 48px;
  }

  .header-wrap {
    padding-top: 0 !important;
  }

  .header-trust-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    padding: 5px 16px 4px;
    min-height: var(--header-trust-height);
  }

  .header-trust-address {
    width: 100%;
    min-width: 0;
  }

  .header-trust-location,
  .header-trust-location--hq {
    display: block;
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .header-trust-wa-desktop {
    display: none !important;
  }

  .header-trust-wa-mobile {
    display: inline-flex !important;
    align-self: flex-end;
    height: 26px;
    min-height: 26px;
    padding: 0 10px;
    font-size: 11px;
    gap: 4px;
    margin: 0;
    border-radius: 16px;
  }

  .header-trust-wa-icon {
    width: 13px;
    height: 13px;
  }

  /* HQ: 2 filas dirección + fila WhatsApp */
  .header-trust-bar--hq .header-trust-pin--desktop,
  .header-trust-bar--hq .header-trust-loc-desktop-hq,
  .header-trust-bar--hq .header-trust-loc-stack {
    display: none !important;
  }

  .header-trust-bar--hq .header-trust-loc-mobile-hq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    width: 100%;
  }

  .header-trust-bar--hq .header-trust-line1 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.2;
    white-space: nowrap;
  }

  .header-trust-bar--hq .header-trust-pin--mobile {
    display: inline;
    flex-shrink: 0;
    font-size: 0.7rem;
    line-height: 1;
  }

  .header-trust-bar--hq .header-trust-line2 {
    display: block;
    padding-left: 1.15rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: rgba(242, 242, 242, 0.88);
    line-height: 1.25;
    white-space: nowrap;
  }

  /* Nacional: 1 fila texto + fila WhatsApp */
  .header-trust-bar:not(.header-trust-bar--hq) .header-trust-location {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .header-trust-bar:not(.header-trust-bar--hq) .header-trust-loc-national {
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  body.rf-hq-location {
    --header-trust-height: 76px;
  }
}

@media (min-width: 769px) {
  .header-trust-loc-mobile-hq,
  .header-trust-pin--mobile {
    display: none !important;
  }

  .header-trust-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 9px 25px;
  }

  .header-trust-wa-mobile {
    display: none !important;
  }

  .header-trust-wa-desktop {
    display: inline-flex !important;
  }
}

/* ============================================================
   v12 — Header móvil: bloques desktop/mobile independientes
   ============================================================ */
.header-trust-mobile {
  display: none;
}

.header-trust-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  :root {
    --header-main-mobile: 72px;
  }

  body.rf-hq-location {
    --header-trust-height: 78px;
  }

  body:not(.rf-hq-location) {
    --header-trust-height: 54px;
  }

  .header-trust-bar {
    min-height: var(--header-trust-height);
    max-height: 90px;
  }

  .header-trust-inner {
    display: block !important;
    min-height: unset !important;
    height: auto !important;
    padding: 0 16px !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  .header-trust-desktop {
    display: none !important;
  }

  .header-trust-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 4px;
    padding: 6px 0 5px;
    box-sizing: border-box;
  }

  .header-trust-mobile-lines {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
  }

  .header-trust-m-row--1 {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.2;
    white-space: nowrap;
  }

  .header-trust-m-row--2 {
    padding-left: 18px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(242, 242, 242, 0.88);
    line-height: 1.2;
    white-space: nowrap;
  }

  .header-trust-mobile .header-trust-pin {
    flex-shrink: 0;
    font-size: 11px;
    line-height: 1;
  }

  .header-trust-mobile .header-trust-wa-mobile {
    display: inline-flex !important;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    height: 26px;
    min-height: 26px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    line-height: 1;
    margin: 0;
    border-radius: 16px;
    flex-shrink: 0;
  }

  .header-trust-mobile .header-trust-wa-icon {
    width: 13px;
    height: 13px;
  }

  .header-trust-mobile--national {
    gap: 5px;
    padding: 7px 0 5px;
  }

  .header-trust-mobile--national .header-trust-m-row--1 {
    font-size: 11px;
    font-weight: 600;
    color: rgba(242, 242, 242, 0.92);
  }

  .header-wrap {
    padding-top: 0 !important;
    min-height: var(--header-main-mobile) !important;
  }

  /* Anular reglas legacy que rompen el layout móvil */
  .header-trust-location,
  .header-trust-location--hq {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    flex: none !important;
  }
}

@media (min-width: 769px) {
  .header-trust-mobile {
    display: none !important;
  }

  .header-trust-desktop {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: var(--header-trust-height);
    padding: 9px 0;
  }

  .header-trust-desktop .header-trust-location,
  .header-trust-desktop .header-trust-location--hq {
    display: flex;
    align-items: center;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
  }

  .header-trust-desktop .header-trust-wa-desktop {
    display: inline-flex !important;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
  }

  .header-trust-inner {
    display: block !important;
    padding: 0 25px !important;
  }
}

/* ============================================================
   v13 — Reconstrucción completa header móvil (<768px)
   Desktop NO afectado — reglas solo dentro de este media query
   ============================================================ */
@media (max-width: 768px) {
  :root {
    --header-trust-height: 60px;
    --header-main-mobile: 70px;
    --header-height-mobile: calc(var(--header-trust-height) + var(--header-main-mobile));
  }

  body.rf-hq-location {
    --header-trust-height: 76px;
  }

  body {
    padding-top: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px)) !important;
  }

  .site-header.site-header--mobile-v13,
  .site-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    height: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px));
    min-height: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px));
    max-height: none;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none !important;
    box-shadow: none;
    overflow: visible;
    transition:
      background 0.35s ease,
      box-shadow 0.35s ease,
      border-color 0.35s ease,
      backdrop-filter 0.35s ease,
      -webkit-backdrop-filter 0.35s ease;
  }

  /* ── BLOQUE 1: barra superior ── */
  .site-header .header-trust-bar {
    flex: 0 0 var(--header-trust-height);
    height: var(--header-trust-height);
    min-height: var(--header-trust-height);
    max-height: 80px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
  }

  .site-header .header-trust-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    padding: 0 16px !important;
    margin: 0 !important;
    gap: 0 !important;
    box-sizing: border-box;
  }

  .site-header .header-trust-desktop {
    display: none !important;
  }

  .site-header .header-trust-mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    height: 100%;
    gap: 10px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .site-header .header-trust-mobile-address {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    overflow: hidden;
  }

  .site-header .header-trust-m-row--1 {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-width: 0;
    font-size: 11.5px;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header .header-trust-m-row--2 {
    display: block;
    width: 100%;
    padding-left: 17px;
    font-size: 10.5px;
    font-weight: 600;
    color: rgba(242, 242, 242, 0.88);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-header .header-trust-mobile .header-trust-pin {
    flex-shrink: 0;
    font-size: 11px;
    line-height: 1;
  }

  .site-header .header-trust-mobile .header-trust-wa-mobile {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 28px;
    min-height: 28px;
    padding: 0 11px;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    line-height: 1;
    margin: 0;
    border-radius: 16px;
    white-space: nowrap;
    background: #25d366;
    color: #fff;
  }

  .site-header .header-trust-mobile--national .header-trust-m-row--1 {
    font-size: 11px;
    font-weight: 600;
    color: rgba(242, 242, 242, 0.92);
  }

  /* ── BLOQUE 2: header principal (logo + menú) ── */
  .site-header .header-wrap {
    flex: 0 0 var(--header-main-mobile);
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: var(--header-main-mobile) !important;
    min-height: var(--header-main-mobile) !important;
    max-height: 75px !important;
    width: 100%;
    padding: 7px 16px !important;
    margin: 0 !important;
    gap: 12px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    box-sizing: border-box;
  }

  .site-header .brand {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 48px);
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .site-header .brand-logo,
  .site-header .brand-icon {
    max-height: 46px !important;
    height: auto !important;
    width: auto !important;
    max-width: 160px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
  }

  .site-header .brand-text {
    min-width: 0;
    overflow: hidden;
    line-height: 1.05;
  }

  .site-header .brand-name,
  .site-header .brand-title,
  .site-header .brand-text strong {
    font-size: 14px !important;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .brand-subtitle,
  .site-header .brand-text small {
    font-size: 8.5px !important;
    letter-spacing: 0.12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .menu-toggle {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    align-self: center;
  }

  /* ── Integración sin líneas ni huecos ── */
  .site-header .header-trust-bar::before,
  .site-header .header-trust-bar::after,
  .site-header .header-wrap::before,
  .site-header .header-wrap::after {
    display: none !important;
    content: none !important;
  }

  /* ── Sticky unificado al scroll ── */
  .site-header--over-hero:not(.scrolled) {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .site-header:not(.site-header--over-hero):not(.scrolled) {
    background: rgba(17, 17, 17, 0.97) !important;
  }

  .site-header.scrolled {
    background: rgba(38, 38, 38, 0.96) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.24) !important;
  }

  .site-header.scrolled .header-trust-bar,
  .site-header.scrolled .header-wrap,
  .site-header--over-hero:not(.scrolled) .header-trust-bar,
  .site-header--over-hero:not(.scrolled) .header-wrap {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* ── Nav + hero flush ── */
  .site-header .main-nav,
  .main-nav {
    top: calc(var(--header-height-mobile) + env(safe-area-inset-top, 0px)) !important;
  }

  .hero-home,
  .bogota-hero,
  .hero-bogota,
  .hero-landing,
  main > .hero-home:first-child,
  main > .bogota-hero:first-child {
    margin-top: 0 !important;
  }
}

/* ============================================================
   v14 — Header móvil premium unificado (UX)
   Solo <768px — Desktop intacto
   ============================================================ */
@media (max-width: 768px) {
  body.rf-hq-location {
    --header-shell-h: 172px;
  }

  body:not(.rf-hq-location) {
    --header-shell-h: 154px;
  }

  body.header-compact {
    --header-shell-h: 68px;
  }

  body {
    padding-top: calc(var(--header-shell-h) + env(safe-area-inset-top, 0px)) !important;
    transition: padding-top 0.3s ease;
  }

  .site-header.site-header--premium-mobile {
    display: block;
    height: calc(var(--header-shell-h) + env(safe-area-inset-top, 0px));
    min-height: calc(var(--header-shell-h) + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0);
    margin: 0;
    border: none !important;
    box-shadow: none;
    overflow: hidden;
    transition:
      background 0.3s ease,
      box-shadow 0.3s ease,
      border-color 0.3s ease,
      backdrop-filter 0.3s ease,
      -webkit-backdrop-filter 0.3s ease,
      height 0.3s ease,
      min-height 0.3s ease;
  }

  .site-header--premium-mobile .header-trust-bar {
    display: none !important;
  }

  .site-header--premium-mobile .header-wrap {
    position: static;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
    border: none !important;
    background: transparent !important;
  }

  .header-mobile-premium {
    width: 100%;
    background: transparent;
  }

  .header-mobile-premium__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 16px 12px;
    box-sizing: border-box;
  }

  .header-mobile-premium__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    margin-bottom: 8px;
    transition: margin-bottom 0.3s ease;
  }

  .header-mobile-premium .brand {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 52px);
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .header-mobile-premium .brand-logo,
  .header-mobile-premium .brand-icon {
    max-height: 52px !important;
    min-height: 46px;
    height: auto !important;
    width: auto !important;
    max-width: 140px;
    object-fit: contain;
    display: block;
  }

  .header-mobile-premium .brand-name,
  .header-mobile-premium .brand-title,
  .header-mobile-premium .brand-text strong {
    font-size: 15px !important;
    line-height: 1.1;
  }

  .header-mobile-premium .brand-subtitle,
  .header-mobile-premium .brand-text small {
    font-size: 9px !important;
    letter-spacing: 0.12em;
  }

  .header-mobile-premium .menu-toggle {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    align-self: center;
  }

  .header-mobile-premium__address {
    width: 100%;
    margin-bottom: 10px;
    transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
    overflow: hidden;
  }

  .header-mobile-premium__line1,
  .header-mobile-premium__line2 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-mobile-premium__line2 {
    margin-top: 2px;
    padding-left: 20px;
  }

  .header-mobile-premium__wa {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 40px;
    min-height: 40px;
    padding: 0 20px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease;
  }

  .header-mobile-premium__wa:hover {
    background: #2fe072;
    color: #fff;
  }

  .site-header--premium-mobile.scrolled .header-mobile-premium__address,
  .site-header--premium-mobile.scrolled .header-mobile-premium__wa {
    opacity: 0;
    max-height: 0;
    margin: 0;
    pointer-events: none;
  }

  .site-header--premium-mobile.scrolled .header-mobile-premium__top {
    margin-bottom: 0;
  }

  .site-header--premium-mobile.scrolled .header-mobile-premium__inner {
    padding-bottom: 8px;
  }

  .site-header--premium-mobile.site-header--over-hero:not(.scrolled) {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-header--premium-mobile:not(.site-header--over-hero):not(.scrolled) {
    background: rgba(17, 17, 17, 0.97) !important;
  }

  .site-header--premium-mobile.scrolled {
    background: rgba(35, 35, 35, 0.96) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22) !important;
  }

  .site-header--premium-mobile .main-nav,
  .main-nav {
    top: calc(var(--header-shell-h) + env(safe-area-inset-top, 0px)) !important;
    transition: top 0.3s ease;
  }

  /* Menú móvil: sin hueco Ciudades / Blog */
  .main-nav .dropdown {
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-nav .dropdown:not(.is-open) .dropdown-menu {
    display: none !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
  }

  .main-nav .dropdown.is-open .dropdown-menu {
    display: block;
    max-height: none;
    margin: 0 !important;
    padding: 0.25rem 0.45rem !important;
  }

  .main-nav > a,
  .main-nav .dropdown-toggle,
  .main-nav .dropdown-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 18px;
    margin: 0;
    line-height: 1.3;
  }

  .hero-home,
  .bogota-hero,
  .hero-bogota,
  .hero-landing {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 769px) {
  .header-mobile-premium {
    display: none !important;
  }

  body.header-compact {
    --header-shell-h: auto;
  }
}

/* ============================================================
   FASE 1 — BLOQUE 2: UX/UI Premium Conversion Layer
   (No palette/fonts/logo/brand changes)
   ============================================================ */

/* --- Header spacing fix: trust bar CSS leftover was creating empty air --- */
:root {
  --header-trust-height: 0px;
  --header-main-mobile: 68px;
  --header-main-desktop: 74px;
  --header-height-mobile: var(--header-main-mobile);
  --header-height-desktop: var(--header-main-desktop);
  --section-pad-y: 5.5rem;
  --ux-gap: 1.75rem;
}

body {
  padding-top: calc(var(--header-main-mobile) + env(safe-area-inset-top, 0px));
  line-height: 1.7;
}

.header-trust-bar {
  display: none !important;
}

.site-header {
  background: rgba(5, 5, 5, 0.94);
}

.header-wrap {
  min-height: var(--header-main-mobile);
}

/* --- Sections: more breathing room --- */
.section {
  padding: var(--section-pad-y) 0;
}

.section-header {
  margin-bottom: 2.5rem;
}

.section-description,
.section-lead {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
}

.section + .section,
.hero-home + .benefits-strip {
  border-top: 0;
}

.section-divider {
  height: 1px;
  margin: 0 auto;
  max-width: 72px;
  background: rgba(200, 162, 74, 0.35);
  opacity: 0.85;
}

/* --- Buttons: leaner, less loud --- */
.btn {
  padding: 0.72rem 1.05rem;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  border-radius: 10px;
  min-height: 44px;
}

.btn-gold,
.btn-outline,
.btn-whatsapp,
.btn-wa,
.btn-header-call,
.btn-cta-dark,
.btn-cta-outline {
  box-shadow: none;
}

.hero-buttons-main .btn,
.hero-buttons-extra .btn,
.service-hero-actions .btn,
.bogota-hero-buttons .btn {
  min-height: 46px;
  font-size: 0.8rem;
  padding: 0.72rem 1rem;
}

/* Hide duplicate tertiary CTAs if present */
.hero-buttons-extra {
  display: none !important;
}

/* Service card secondary WA: quieter, desktop-only preference */
.service-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  align-items: center;
}

.service-whatsapp-btn {
  font-size: 0.78rem !important;
  padding: 0.42rem 0.85rem !important;
  min-height: 40px !important;
  opacity: 0.92;
}

@media (max-width: 768px) {
  .services-grid--premium .service-whatsapp-btn {
    display: none;
  }

  .services-grid--premium .service-btn {
    width: 100%;
  }
}

/* --- Hero protagonist --- */
.hero-home {
  min-height: calc(100svh - var(--header-main-mobile) - env(safe-area-inset-top, 0px));
  padding: 72px 0 64px;
  display: grid;
  align-items: end;
}

.hero-home--video {
  align-items: center;
}

.hero-home-inner {
  max-width: 40rem;
  padding-bottom: 0.5rem;
}

.hero-eyebrow {
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  margin-bottom: 0.85rem;
  opacity: 0.95;
}

.hero-home h1 {
  font-size: clamp(2.15rem, 9vw, 3.35rem);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.hero-lead,
.hero-home > .hero-home-inner > p {
  font-size: clamp(0.98rem, 3.4vw, 1.08rem);
  max-width: 34rem;
  color: rgba(242, 242, 242, 0.88);
}

.hero-buttons {
  margin-top: 1.5rem;
  max-width: 28rem;
  gap: 0.75rem;
}

.hero-buttons-main {
  gap: 0.7rem;
}

/* Video: cinematic, less black veil */
.hero-bg-video.hero-bg-video-active {
  opacity: 0.92;
  filter: brightness(1.12) contrast(1.04) saturate(1.06);
}

.hero-home--video::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.55) 100%);
}

.bogota-hero-video {
  opacity: 0.9;
  filter: brightness(1.14) contrast(1.04) saturate(1.05);
}

.bogota-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.22) 55%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
}

/* Benefits strip: lighter density */
.benefits-strip {
  padding: 3.25rem 0;
}

.benefits-strip-grid {
  gap: 1.75rem;
}

.benefit-strip-item h3 {
  font-size: 0.98rem;
  margin-bottom: 0.45rem;
}

.benefit-strip-item p {
  font-size: 0.88rem;
  line-height: 1.55;
  max-width: 220px;
  margin: 0 auto;
}

/* --- Services hierarchy --- */
.services-grid {
  gap: 1.75rem;
  margin-top: 2.75rem;
}

.services-grid--premium .service-card--premium {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(200, 162, 74, 0.14);
}

.service-card--premium .service-card-body {
  padding: 1.6rem 1.4rem 1.7rem;
  gap: 0.9rem;
  text-align: left;
}

.service-card img {
  height: 200px;
}

.service-card h3 {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.service-card p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-btn {
  border-radius: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

/* Coverage chips — quieter than full buttons */
.coverage-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.coverage-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 162, 74, 0.28);
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.coverage-chip:hover {
  border-color: rgba(200, 162, 74, 0.55);
  color: var(--gold-bright);
  background: rgba(200, 162, 74, 0.08);
}

.coverage-box {
  padding: 2.5rem 1.25rem;
}

/* Process / stats / team air */
.process-timeline,
.stats-grid,
.team-grid,
.testimonials-grid {
  gap: 1.35rem;
  margin-top: 2.25rem;
}

.process-step,
.stat-card,
.team-card,
.testimonial-card {
  padding: 1.45rem 1.25rem;
}

.why-grid {
  gap: 2rem;
  align-items: stretch;
}

.why-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding-left: 1.1rem;
}

.why-list li {
  line-height: 1.55;
}

.why-card {
  padding: 1.75rem 1.4rem;
}

.cta-final-card {
  padding: 2.5rem 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .why-card--centered {
    margin-top: 0.5rem;
  }

  .section-cta-final + .section-blog-preview {
    padding-top: 4rem;
  }
}

.cta-final-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.cta-final-buttons .btn {
  min-width: min(100%, 240px);
}

/* --- Service / city landings --- */
.service-hero {
  padding: 96px 0 56px;
}

.service-hero-actions {
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.service-hero-actions .btn {
  flex: 1 1 auto;
  max-width: 100%;
}

.service-trust-bar {
  padding: 1.35rem 0;
}

.service-landing .section,
.landing-compact .section,
.bogota-conversion .section {
  padding: 4.25rem 0;
}

.faq-grid {
  gap: 0.75rem;
  margin-top: 2rem;
}

.faq-item {
  border-radius: 12px;
  background: rgba(27, 27, 27, 0.92);
}

.faq-q {
  padding: 1.05rem 1.15rem;
  font-size: 0.92rem;
  position: relative;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-weight: 700;
}

.faq-item.is-open .faq-q::after {
  content: "–";
}

.faq-a,
.faq-item p {
  padding: 0 1.15rem 1.15rem;
  font-size: 0.9rem;
}

/* Compact long landing lists into visual rhythm */
.service-landing .section-lead,
.landing-compact .section-lead {
  max-width: 38rem;
}

/* --- Blog: professional scalable grid --- */
.blog-grid {
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.post-card,
.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.post-card-body,
.blog-card .post-card-body,
.blog-card > div:last-child {
  padding: 1.25rem 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}

.post-card h3,
.blog-card h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0.35rem 0 0.5rem;
}

.post-card p,
.blog-card p {
  font-size: 0.88rem;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card-cat,
.blog-card .post-card-cat {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.blog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 0.25rem;
}

.blog-filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 162, 74, 0.25);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
}

.blog-filter-chip.is-active,
.blog-filter-chip:hover {
  color: var(--gold-bright);
  border-color: rgba(200, 162, 74, 0.5);
}

.blog-hero-compact.hero-home {
  min-height: auto;
  padding: 88px 0 52px;
  align-items: center;
}

/* --- Footer clarity --- */
.site-footer {
  padding: 3.5rem 0 1.5rem;
  background: #070707;
}

.footer-grid {
  gap: 2rem;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links a {
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
}

.footer-brand p {
  max-width: 300px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.footer-bottom {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  gap: 0.65rem;
}

.footer-map-link.btn {
  font-size: 0.78rem;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
}

.wa-float {
  width: 52px;
  height: 52px;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.wa-float svg {
  width: 26px;
  height: 26px;
}

/* Forms: quieter chrome, keep fields intact */
.lead-form input,
.lead-form textarea,
.lead-form select,
.contact-form input,
.contact-form textarea,
.contact-form select,
form input,
form textarea,
form select {
  min-height: 46px;
  border-radius: 10px;
}

form button.btn,
.lead-form .btn,
.contact-form .btn {
  width: 100%;
  max-width: 420px;
}

/* ========== Responsive matrix ========== */

@media (max-width: 430px) {
  :root {
    --header-trust-height: 0px;
    --header-height-mobile: var(--header-main-mobile);
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-home {
    min-height: calc(100svh - var(--header-main-mobile));
    padding: 56px 0 48px;
    align-items: flex-end;
  }

  .hero-home h1 {
    font-size: clamp(1.95rem, 10vw, 2.35rem);
  }

  .hero-lead {
    font-size: 0.95rem;
  }

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

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

  .section {
    padding: 4.25rem 0;
  }

  .benefits-strip {
    padding: 2.75rem 0;
  }
}

@media (max-width: 360px) {
  .brand-text .brand-subtitle {
    letter-spacing: 0.1em;
  }

  .hero-home {
    padding: 48px 0 40px;
  }

  .btn {
    font-size: 0.76rem;
  }
}

@media (min-width: 640px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .hero-buttons-main {
    grid-template-columns: 1fr 1fr;
  }

  .service-hero-actions {
    flex-wrap: nowrap;
  }

  .service-hero-actions .btn {
    width: auto;
    flex: 0 1 auto;
  }
}

@media (min-width: 769px) {
  body {
    padding-top: var(--header-main-desktop);
  }

  .header-wrap {
    min-height: var(--header-main-desktop);
  }

  .hero-home {
    min-height: calc(100vh - var(--header-main-desktop));
    padding: 0;
    align-items: center;
  }

  .hero-home-inner {
    padding: 5.5rem 0 5rem;
  }

  .section {
    padding: 6.25rem 0;
  }

  .services-grid--premium {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }

  .benefits-strip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
    align-items: start;
  }

  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }

  .cta-final-card {
    padding: 3.25rem 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-home h1 {
    font-size: clamp(2.8rem, 4.2vw, 3.6rem);
  }

  .service-hero-grid {
    gap: 3rem;
  }

  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1180px;
  }

  .blog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ============================================================
   FASE 1 — BLOQUE 3: CRO / Ads Landing Conversion Layer
   (No palette/fonts/logo/track/forms/schema changes)
   ============================================================ */

.cro-hide-dup-cta[hidden],
.cro-hide-dup-cta {
  display: none !important;
}

/* Hero proof strip — scannable trust in <5s */
.cro-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  list-style: none;
  margin: 1.1rem 0 1.35rem;
  padding: 0;
  max-width: 40rem;
}

.cro-proof-strip li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.cro-proof-strip li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--gold, #c8a24a);
  font-size: 0.72rem;
}

.cro-hero-next {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  opacity: 0.88;
}

.hero-home .hero-lead {
  max-width: 36rem;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.45;
}

.hero-home .hero-lead strong {
  color: var(--gold, #c8a24a);
  font-weight: 700;
}

/* Benefits: short & scannable */
.benefits-strip .benefit-strip-item p {
  font-size: 0.9rem;
  line-height: 1.4;
  max-width: 18rem;
}

.benefits-strip .benefit-strip-item h3 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

/* Bogotá premium Ads landing */
.hero-bogota.bogota-hero,
body:has(.bogota-hero) .hero-home.hero-landing {
  background:
    radial-gradient(ellipse 70% 55% at 70% 20%, rgba(200, 162, 74, 0.14), transparent 55%),
    linear-gradient(165deg, #0a0a0a 0%, #141210 45%, #0c0c0c 100%);
}

.bogota-trust-strip {
  border-top: 1px solid rgba(200, 162, 74, 0.22);
  border-bottom: 1px solid rgba(200, 162, 74, 0.12);
}

.bogota-trust-item strong {
  letter-spacing: 0.02em;
}

.bogota-pain-panel-actions {
  display: grid;
  gap: 0.75rem;
}

.bogota-pain-panel-actions .btn {
  width: 100%;
  justify-content: center;
}

.bogota-conversion-panel-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.35);
}

/* Reduce CTA fatigue: location block — keep map useful, soften competition */
.location-actions--cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.location-actions--cta .btn:nth-child(n+4) {
  opacity: 0.92;
}

/* Blog SEO hub architecture (visual only — no new articles) */
.blog-seo-hub {
  padding-top: 2.5rem;
}

.blog-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem 0 2.25rem;
}

.blog-pillar {
  border: 1px solid rgba(200, 162, 74, 0.28);
  background: linear-gradient(160deg, rgba(20, 18, 14, 0.95), rgba(10, 10, 10, 0.98));
  padding: 1.15rem 1.25rem;
  border-radius: 12px;
}

.blog-pillar h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--gold, #c8a24a);
}

.blog-pillar p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.88;
}

.blog-pillar-meta {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.blog-hub-layout {
  display: grid;
  gap: 2rem;
}

.blog-hub-main .section-title {
  margin-bottom: 0.75rem;
}

.blog-hub-aside .blog-aside-title {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-topic-rail {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.blog-topic-rail a,
.blog-topic-rail span {
  display: block;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 0.85rem;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.02);
}

.blog-topic-rail .is-active {
  border-color: rgba(200, 162, 74, 0.45);
  color: var(--gold, #c8a24a);
}

.blog-hub-cta {
  margin-top: 1.25rem;
  padding: 1.15rem 1.2rem;
  border-radius: 12px;
  background: rgba(200, 162, 74, 0.08);
  border: 1px solid rgba(200, 162, 74, 0.25);
}

.blog-hub-cta h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.blog-hub-cta p {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

.blog-featured-slot {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-featured-slot .post-card {
  display: grid;
  grid-template-columns: 1fr;
}

.blog-scale-note {
  font-size: 0.8rem;
  opacity: 0.65;
  margin: 0.35rem 0 1rem;
}

@media (min-width: 768px) {
  .blog-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-hub-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: start;
  }

  .blog-featured-slot .post-card {
    grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
  }

  .blog-featured-slot .post-card img {
    height: 100%;
    min-height: 220px;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .cro-proof-strip {
    gap: 0.4rem 0.65rem;
  }

  .cro-proof-strip li {
    font-size: 0.7rem;
  }

  .hero-home .hero-lead {
    font-size: 0.98rem;
  }
}

/* ============================================================
   FASE 2 — ETAPA 1: Centro de Conocimiento (infraestructura)
   Sin artículos nuevos. Sin cambios de tracking.
   ============================================================ */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  padding: 1rem 0 0;
  font-size: 0.8rem;
  opacity: 0.85;
}

.kc-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.kc-breadcrumbs a:hover {
  color: var(--gold, #c8a24a);
  border-bottom-color: rgba(200, 162, 74, 0.5);
}

.kc-bc-sep {
  opacity: 0.45;
}

.kc-status-badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(200, 162, 74, 0.4);
  color: var(--gold, #c8a24a);
  border-radius: 6px;
}

.kc-infra-banner {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.kc-infra-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.kc-infra-row .section-title {
  margin-bottom: 0.5rem;
}

.kc-search-wrap {
  margin: 1.25rem 0 1.75rem;
}

.kc-search-input {
  width: 100%;
  max-width: 40rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  font-size: 0.95rem;
  font-family: inherit;
}

.kc-search-input:focus {
  outline: 2px solid rgba(200, 162, 74, 0.45);
  border-color: rgba(200, 162, 74, 0.45);
}

.kc-pillars-12 {
  grid-template-columns: 1fr;
}

a.blog-pillar {
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

a.blog-pillar:hover {
  border-color: rgba(200, 162, 74, 0.55);
  transform: translateY(-2px);
}

.kc-category-index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.kc-cat-card {
  display: block;
  padding: 1.15rem 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(200, 162, 74, 0.25);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  color: inherit;
}

.kc-cat-card:hover {
  border-color: rgba(200, 162, 74, 0.55);
}

.kc-cat-line {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold, #c8a24a);
  margin-bottom: 0.35rem;
}

.kc-cat-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.kc-cat-card p {
  margin: 0;
  font-size: 0.88rem;
  opacity: 0.8;
}

.kc-pillar-hero {
  padding-top: 1.5rem;
}

.kc-pillar-plan,
.kc-note {
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.45;
  opacity: 0.88;
}

.kc-plan-meta {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  font-size: 0.9rem;
}

.kc-slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.kc-slot-card,
.kc-placeholder-card {
  padding: 1rem;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.85rem;
  opacity: 0.75;
}

.kc-slot-num {
  display: block;
  font-weight: 700;
  color: var(--gold, #c8a24a);
  margin-bottom: 0.25rem;
}

.kc-related-grid,
.kc-recommended-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

a.kc-placeholder-card {
  text-decoration: none;
  color: inherit;
  opacity: 0.9;
  border-style: solid;
  border-color: rgba(200, 162, 74, 0.25);
}

a.kc-placeholder-card:hover {
  border-color: rgba(200, 162, 74, 0.55);
  opacity: 1;
}

.kc-cta-block {
  padding-top: 2rem;
}

.kc-cta-inner {
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(200, 162, 74, 0.3);
  background: rgba(200, 162, 74, 0.07);
  text-align: center;
}

.kc-cta-inner h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
}

.kc-cta-inner p {
  margin: 0 0 1rem;
  opacity: 0.9;
}

.kc-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 1.75rem 0 0.5rem;
}

.kc-page-btn {
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.85rem;
  cursor: pointer;
}

.kc-page-btn.is-active,
.kc-page-btn:hover:not(:disabled) {
  border-color: rgba(200, 162, 74, 0.55);
  color: var(--gold, #c8a24a);
}

.kc-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.blog-filter-chip {
  cursor: pointer;
  font: inherit;
}

@media (min-width: 640px) {
  .kc-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kc-category-index,
  .kc-related-grid,
  .kc-recommended-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .kc-pillars-12 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kc-category-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kc-related-grid,
  .kc-recommended-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Etapa 2 — meta autor / lectura (componentes) */
.kc-author-meta {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}

.kc-author-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold, #c8a24a);
  margin-bottom: 0.2rem;
}

.kc-dates {
  margin: 0.35rem 0 0;
  opacity: 0.75;
}

.kc-sep {
  margin: 0 0.35rem;
}

/* ============================================================
   FASE UX MOBILE PREMIUM — Hero + Header (solo ≤768px)
   Desktop intacto. Sin cambios de marca/tracking/SEO.
   ============================================================ */
@media (max-width: 768px) {
  /* 1) Header ~25–30% más compacto */
  body.rf-hq-location {
    --header-shell-h: 118px;
  }

  body:not(.rf-hq-location) {
    --header-shell-h: 108px;
  }

  body.header-compact {
    --header-shell-h: 60px;
  }

  .site-header--premium-mobile .header-mobile-premium__inner {
    padding: 8px 16px 8px;
  }

  .site-header--premium-mobile .header-mobile-premium__top {
    margin-bottom: 4px;
  }

  .site-header--premium-mobile .brand-logo,
  .site-header--premium-mobile .brand-icon {
    max-height: 42px !important;
    min-height: 38px;
    max-width: 128px;
  }

  .site-header--premium-mobile .brand-name,
  .site-header--premium-mobile .brand-title,
  .site-header--premium-mobile .brand-text strong {
    font-size: 13.5px !important;
  }

  .site-header--premium-mobile .brand-subtitle,
  .site-header--premium-mobile .brand-text small {
    font-size: 8px !important;
  }

  .site-header--premium-mobile .menu-toggle {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  /* 2) Dirección en una sola línea, tipografía apoyo */
  .site-header--premium-mobile .header-mobile-premium__address {
    margin-bottom: 0;
  }

  .site-header--premium-mobile .header-mobile-premium__line1,
  .site-header--premium-mobile .header-mobile-premium__line1--compact {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: rgba(242, 242, 242, 0.78) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em;
  }

  .site-header--premium-mobile .header-mobile-premium__line2 {
    display: none !important;
  }

  /* 3) Sin WhatsApp bajo la dirección (CTA = Hero + flotante) */
  .site-header--premium-mobile .header-mobile-premium__wa,
  .site-header .header-trust-wa-mobile {
    display: none !important;
  }

  /* 4–5) Hero cinematográfico: video protagonista + menos aire */
  .hero-home.hero-home--video {
    min-height: calc(100svh - var(--header-shell-h, 118px));
    padding: 1.1rem 0 2.15rem !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start;
  }

  .hero-home--video .hero-bg-video {
    object-position: center 28%;
    filter: brightness(1.22) contrast(1.06) saturate(1.04);
  }

  .hero-home--video .hero-bg-video.hero-bg-video-active {
    opacity: 0.92;
  }

  .hero-home--video::before {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.18) 38%,
        rgba(0, 0, 0, 0.55) 72%,
        rgba(0, 0, 0, 0.78) 100%
      ) !important;
  }

  .hero-home .hero-home-inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.15rem;
  }

  .hero-home .hero-eyebrow {
    margin-bottom: 0.55rem !important;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .hero-home h1 {
    margin-bottom: 0.65rem !important;
    font-size: clamp(1.85rem, 7.2vw, 2.15rem);
    line-height: 1.06;
  }

  /* 8) H1 en 2 líneas (mismo texto) */
  .hero-home h1 .line:nth-child(1),
  .hero-home h1 .line:nth-child(2) {
    display: inline;
  }

  .hero-home h1 .line:nth-child(1)::after {
    content: " ";
  }

  .hero-home h1 .line:nth-child(3) {
    display: block;
  }

  .hero-home .hero-lead,
  .hero-home p.hero-lead {
    margin: 0 0 0.7rem !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    max-width: 34rem;
  }

  /* 6) Solo 3 beneficios: Confidencialidad · Marco legal · Cobertura nacional */
  .hero-home .cro-proof-strip {
    margin: 0.55rem 0 0.85rem !important;
    gap: 0.35rem 0.7rem;
  }

  .hero-home .cro-proof-strip li {
    font-size: 0.68rem;
  }

  .hero-home .cro-proof-strip li:nth-child(3),
  .hero-home .cro-proof-strip li:nth-child(4) {
    display: none !important;
  }

  /* 7) Botones CTA ~10–15% más bajos, mismo ancho/colores */
  .hero-home .hero-buttons {
    margin-top: 0.85rem !important;
    gap: 0.65rem;
  }

  .hero-home .hero-buttons-main {
    gap: 10px;
  }

  .hero-home .hero-buttons-main .btn,
  .hero-home .hero-buttons-extra .btn {
    min-height: 42px !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    font-size: 0.84rem;
  }

  .hero-home .hero-microcopy,
  .hero-home .cro-hero-next {
    margin-top: 0.55rem !important;
    font-size: 0.78rem !important;
    line-height: 1.35;
    opacity: 0.82;
  }
}

/* Badge / scroll hint: ocultos en escritorio (solo móvil los activa) */
.hero-premium-badge,
.hero-scroll-hint,
.nav-backdrop {
  display: none;
}

/* ============================================================
   FASE UX MOBILE PREMIUM 2 — Refinamiento final (solo ≤768px)
   Animaciones: transform + opacity. Desktop intacto.
   ============================================================ */
@media (max-width: 768px) {
  /* 1) Sticky shrink más preciso */
  body.rf-hq-location {
    --header-shell-h: 112px;
  }

  body:not(.rf-hq-location) {
    --header-shell-h: 102px;
  }

  body.header-compact {
    --header-shell-h: 58px;
  }

  .site-header--premium-mobile,
  .site-header--premium-mobile .header-mobile-premium__top,
  .site-header--premium-mobile .header-mobile-premium__address,
  .site-header--premium-mobile .brand-logo,
  .site-header--premium-mobile .brand-icon {
    transition:
      height 0.3s ease,
      min-height 0.3s ease,
      margin 0.3s ease,
      opacity 0.3s ease,
      max-height 0.3s ease,
      transform 0.3s ease;
  }

  body.header-compact .site-header--premium-mobile .header-mobile-premium__address {
    opacity: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    pointer-events: none !important;
    overflow: hidden;
  }

  body.header-compact .site-header--premium-mobile .header-mobile-premium__top {
    margin-bottom: 0 !important;
  }

  body.header-compact .site-header--premium-mobile .brand-logo,
  body.header-compact .site-header--premium-mobile .brand-icon {
    max-height: 34px !important;
    min-height: 32px !important;
    transform: scale(0.92);
    transform-origin: left center;
  }

  body.header-compact .site-header--premium-mobile .header-mobile-premium__inner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* 2–3) Hero más cinematográfico + overlay inteligente */
  .hero-home.hero-home--video {
    min-height: calc(100svh - var(--header-shell-h, 112px) + 10vh) !important;
    padding: 0.35rem 0 1.35rem !important;
    align-items: flex-end !important;
  }

  .hero-home--video .hero-bg-video {
    object-position: center 22%;
  }

  .hero-home--video .hero-bg-video.hero-bg-video-active {
    opacity: 0.95;
  }

  .hero-home--video::before {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.04) 0%,
        rgba(0, 0, 0, 0.1) 32%,
        rgba(0, 0, 0, 0.48) 68%,
        rgba(0, 0, 0, 0.82) 100%
      ) !important;
  }

  .hero-home .hero-home-inner {
    padding-bottom: 0.35rem;
  }

  /* 7) Badge premium (eyebrow largo oculto en móvil) */
  .hero-home .hero-eyebrow {
    display: none !important;
  }

  .hero-home .hero-premium-badge {
    display: inline-flex !important;
    align-items: center;
    margin: 0 0 0.7rem;
    padding: 0.28rem 0.7rem;
    border: 1px solid rgba(200, 162, 74, 0.45);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    color: var(--gold, #c8a24a);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: none;
  }

  /* 5) Entrada escalonada — solo tras primer paint (.hero-animate) para no retrasar LCP */
  @keyframes rfHeroFadeUp {
    from {
      opacity: 0;
      transform: translate3d(0, 12px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .hero-home.hero-animate .hero-premium-badge,
  .hero-home.hero-animate h1,
  .hero-home.hero-animate .hero-lead,
  .hero-home.hero-animate .cro-proof-strip,
  .hero-home.hero-animate .hero-buttons,
  .hero-home.hero-animate .hero-microcopy {
    animation: rfHeroFadeUp 0.3s ease both;
    will-change: transform, opacity;
  }

  .hero-home.hero-animate .hero-premium-badge { animation-delay: 0.02s; }
  .hero-home.hero-animate h1 { animation-delay: 0.08s; }
  .hero-home.hero-animate .hero-lead { animation-delay: 0.14s; }
  .hero-home.hero-animate .cro-proof-strip { animation-delay: 0.2s; }
  .hero-home.hero-animate .hero-buttons { animation-delay: 0.26s; }
  .hero-home.hero-animate .hero-microcopy { animation-delay: 0.3s; }

  .hero-home.hero-animate .hero-premium-badge,
  .hero-home.hero-animate h1,
  .hero-home.hero-animate .hero-lead,
  .hero-home.hero-animate .cro-proof-strip,
  .hero-home.hero-animate .hero-buttons,
  .hero-home.hero-animate .hero-microcopy {
    animation-fill-mode: both;
  }

  /* 4 + 8) Botones premium + microinteracción */
  .hero-home .hero-buttons {
    margin-top: 0.7rem !important;
    gap: 0.5rem;
  }

  .hero-home .hero-buttons-main {
    gap: 8px;
  }

  .hero-home .hero-buttons-main .btn,
  .hero-home .hero-buttons-extra .btn {
    min-height: 40px !important;
    padding-top: 0.62rem !important;
    padding-bottom: 0.62rem !important;
    font-size: 0.82rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  }

  .hero-home .hero-buttons-main .btn:active,
  .hero-home .hero-buttons-extra .btn:active,
  .btn:active {
    transform: scale(0.98);
  }

  .benefits-strip .benefit-strip-item,
  .services-grid .service-card,
  .section .card {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
  }

  .benefits-strip .benefit-strip-item:active,
  .services-grid .service-card:active {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    transform: translate3d(0, -1px, 0);
  }

  /* 6) Indicador de scroll discreto */
  .hero-scroll-hint {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: 0.55rem;
    z-index: 3;
    width: 18px;
    height: 28px;
    margin: 0;
    transform: translateX(-50%);
    align-items: flex-start;
    justify-content: center;
    pointer-events: none;
    opacity: 0.72;
  }

  .hero-scroll-hint span {
    display: block;
    width: 1px;
    height: 18px;
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.95));
    transform-origin: top center;
    animation: rfScrollPulse 1.5s ease-in-out infinite;
  }

  @keyframes rfScrollPulse {
    0%,
    100% {
      opacity: 0.35;
      transform: scaleY(0.7);
    }
    50% {
      opacity: 1;
      transform: scaleY(1);
    }
  }

  /* 9) Hamburguesa + panel premium (slide derecha) */
  .site-header--premium-mobile .menu-toggle,
  .site-header .menu-toggle {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
    padding: 0 !important;
    border-radius: 9px;
    border: 1px solid rgba(200, 162, 74, 0.55);
    background: rgba(10, 10, 10, 0.45);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    font-size: 0.95rem;
    line-height: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.62);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header .main-nav,
  .main-nav {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(88vw, 320px) !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 1.15rem) 1.15rem 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #111111 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    filter: none !important;
    border: none !important;
    border-left: 1px solid rgba(200, 162, 74, 0.28) !important;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.45);
    transform: translate3d(105%, 0, 0);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    visibility: visible !important;
    z-index: 100002;
  }

  .site-header .main-nav.is-open,
  .site-header .main-nav.open,
  .main-nav.is-open,
  .main-nav.open {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    max-height: none !important;
    padding: calc(env(safe-area-inset-top, 0px) + 1.15rem) 1.15rem 1.5rem !important;
  }

  .main-nav > a,
  .main-nav .dropdown-toggle,
  .main-nav .dropdown-menu a {
    min-height: 46px;
    padding: 0.85rem 0.15rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    filter: none !important;
    opacity: 1 !important;
    color: #f2f2f2;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .hero-home .hero-premium-badge,
  .hero-home h1,
  .hero-home .hero-lead,
  .hero-home .cro-proof-strip,
  .hero-home .hero-buttons,
  .hero-home .hero-microcopy,
  .hero-scroll-hint span {
    animation: none !important;
  }

  .site-header .main-nav,
  .main-nav,
  .nav-backdrop {
    transition: none !important;
  }
}

/* Salvaguarda escritorio: anula drawer/backdrop/badge móvil */
@media (min-width: 769px) {
  .hero-premium-badge,
  .hero-scroll-hint,
  .nav-backdrop {
    display: none !important;
  }

  .site-header .main-nav,
  .main-nav {
    transform: none !important;
    pointer-events: auto !important;
    height: auto !important;
    max-height: none !important;
    border-left: none !important;
    visibility: visible !important;
  }
}

/* ============================================================
   FASE UX PREMIUM 3 — Solo rendimiento / CWV (sin cambios visuales)
   ============================================================ */

/* LCP: video y poster comparten la misma caja absoluta ya definida */

/* CLS: conservar ratio 16:9 en tarjetas (width/height ya en HTML) */
.services-grid img,
.blog-grid img,
.cards-grid img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Below-fold lejano: menos trabajo de paint (altura intrínseca estimada) */
.site-footer,
.final-cta,
.blog-preview {
  content-visibility: auto;
  contain-intrinsic-size: 1px 640px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-home.hero-animate .hero-premium-badge,
  .hero-home.hero-animate h1,
  .hero-home.hero-animate .hero-lead,
  .hero-home.hero-animate .cro-proof-strip,
  .hero-home.hero-animate .hero-buttons,
  .hero-home.hero-animate .hero-microcopy {
    animation: none !important;
    will-change: auto !important;
  }
}

/* ============================================================
   v15 — Fix hamburguesa móvil + Core Web Vitals (sin cambiar diseño)
   ============================================================ */
@media (max-width: 768px) {
  .site-header .menu-toggle,
  .site-header--premium-mobile .menu-toggle,
  .header-mobile-premium .menu-toggle,
  #menuToggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    flex: 0 0 44px !important;
    flex-basis: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    border: 1px solid rgba(212, 175, 55, 0.7) !important;
    border-radius: 10px !important;
    background: rgba(17, 17, 17, 0.82) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 100002 !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .site-header .menu-toggle[aria-expanded="true"],
  #menuToggle[aria-expanded="true"] {
    color: #d4af37 !important;
    -webkit-text-fill-color: #d4af37;
    border-color: rgba(212, 175, 55, 0.9) !important;
    background: rgba(28, 28, 28, 0.95) !important;
  }
}

/* CWV: evitar CLS en media; diferir paint de secciones bajo el pliegue */
.service-card-media,
.bogota-service-card-media,
.post-card-media {
  aspect-ratio: 16 / 9;
}

.service-card-media img,
.bogota-service-card-media img,
.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-logo,
.brand-icon {
  aspect-ratio: auto;
  width: auto;
}

.section:not(.hero-home):not(.bogota-hero):not(.hero-landing):not(.kc-pillar-hero),
.benefits-strip,
.section-services,
.testimonials-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.hero-bg-video,
.bogota-hero-video {
  content-visibility: auto;
}

img[loading="lazy"] {
  content-visibility: auto;
}

/* ============================================================
   v16 — Fix menú móvil borroso + Hero LCP (sin tocar desktop/SEO)
   ============================================================ */

/*
  CAUSA DEL BLUR: .main-nav está DENTRO de .site-header, y el header
  aplica backdrop-filter: blur(14px). En WebKit/Chromium móvil, los
  descendientes position:fixed de un ancestro con backdrop-filter se
  componen borrosos (bug conocido). El blur NO debe ir en el panel.
*/
body.nav-open .site-header,
body.nav-open .site-header.scrolled,
body.nav-open .site-header--premium-mobile,
body.nav-open .site-header--premium-mobile.scrolled {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #111111 !important;
}

@media (max-width: 768px) {
  .site-header .main-nav,
  .site-header--premium-mobile .main-nav,
  .main-nav {
    background: #111111 !important;
    background-color: #111111 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    isolation: isolate;
    opacity: 1 !important;
    /* Capa propia: evita heredar el compositing del header */
    transform: translate3d(105%, 0, 0);
    will-change: transform;
  }

  .site-header .main-nav.is-open,
  .site-header .main-nav.open,
  .site-header--premium-mobile .main-nav.is-open,
  .site-header--premium-mobile .main-nav.open,
  .main-nav.is-open,
  .main-nav.open {
    transform: translate3d(0, 0, 0);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
  }

  .main-nav *,
  .main-nav > a,
  .main-nav .dropdown-toggle,
  .main-nav .dropdown-menu a,
  .main-nav .btn,
  .main-nav svg,
  .main-nav img,
  .main-nav i {
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    opacity: 1 !important;
  }

  /* Oscurecimiento SOLO en el overlay, sin blur (texto del menú nítido) */
  .nav-backdrop {
    background: rgba(0, 0, 0, 0.64) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-header .menu-toggle,
  .site-header--premium-mobile .menu-toggle,
  #menuToggle {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
  }

  /* H1 / CTA / header: visibles al instante (sin opacity:0) */
  .hero-home.hero-animate .hero-premium-badge,
  .hero-home.hero-animate h1,
  .hero-home.hero-animate .hero-lead,
  .hero-home.hero-animate .cro-proof-strip,
  .hero-home.hero-animate .hero-buttons,
  .hero-home.hero-animate .hero-microcopy {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }

  .hero-home h1,
  .hero-home .hero-buttons,
  .hero-home .hero-lead {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Video: oculto hasta listo → poster CSS es el LCP; fade suave al canplay */
.hero-bg-video,
.bogota-hero-video {
  content-visibility: visible !important;
  opacity: 0 !important;
  transition: opacity 0.55s ease !important;
}

.hero-bg-video.hero-bg-video-active.is-ready,
.bogota-hero-video.is-ready {
  opacity: 0.85 !important;
}

@media (min-width: 769px) {
  .hero-bg-video.hero-bg-video-active.is-ready {
    opacity: 0.9 !important;
  }
}

/* ============================================================
   v18 — Menú móvil sólido + Ciudades táctil (sin tocar desktop/SEO)
   CAUSA: .nav-backdrop (body) compartía z-index 100000 con .site-header
   y se insertaba DESPUÉS en el DOM → el overlay cubría el panel,
   lo opacaba y robaba los toques (Ciudades no respondía).
   ============================================================ */

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

body.nav-open .site-header,
body.nav-open .site-header.scrolled,
body.nav-open .site-header--premium-mobile,
body.nav-open .site-header--premium-mobile.scrolled {
  z-index: 100003 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #0c0c0c !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .nav-backdrop {
    z-index: 100001 !important;
    background: rgba(0, 0, 0, 0.72) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header .main-nav,
  .site-header--premium-mobile .main-nav,
  .main-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(88vw, 320px) !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: calc(env(safe-area-inset-top, 0px) + 1.15rem) 1.15rem 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #0c0c0c !important;
    background-color: #0c0c0c !important;
    opacity: 1 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    isolation: isolate;
    border: none !important;
    border-left: 1px solid rgba(200, 162, 74, 0.35) !important;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.55);
    z-index: 100004 !important;
    transform: translate3d(105%, 0, 0);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.32s;
  }

  .site-header .main-nav.is-open,
  .site-header .main-nav.open,
  .site-header--premium-mobile .main-nav.is-open,
  .site-header--premium-mobile .main-nav.open,
  .main-nav.is-open,
  .main-nav.open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
  }

  .main-nav,
  .main-nav *,
  .main-nav > a,
  .main-nav .dropdown-toggle,
  .main-nav .dropdown-menu,
  .main-nav .dropdown-menu a,
  .main-nav .btn {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .main-nav > a,
  .main-nav .dropdown-toggle,
  .main-nav .dropdown-menu a {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0.85rem 0.25rem;
    color: #f5f5f5 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    pointer-events: auto !important;
  }

  .main-nav .dropdown-toggle--cities,
  .main-nav .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    text-align: left;
  }

  .main-nav .dropdown-toggle--cities::after,
  .main-nav .dropdown-toggle::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid #c8a24a;
    border-bottom: 2px solid #c8a24a;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
  }

  .main-nav .dropdown.is-open .dropdown-toggle--cities::after,
  .main-nav .dropdown.is-open .dropdown-toggle::after {
    transform: rotate(-135deg);
    margin-top: 0.25rem;
  }

  .main-nav .dropdown:not(.is-open) .dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    max-height: 0 !important;
  }

  .main-nav .dropdown.is-open .dropdown-menu,
  .main-nav .dropdown.is-open .dropdown-menu.cities-dropdown {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    max-height: min(55vh, 360px) !important;
    overflow-y: auto !important;
    background: #141414 !important;
    border: 1px solid rgba(200, 162, 74, 0.28) !important;
    margin: 0.25rem 0 0.5rem !important;
    padding: 0.35rem 0.45rem !important;
  }

  .main-nav .dropdown-menu a[data-rf-cities-all] {
    color: #d4af37 !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(200, 162, 74, 0.2);
    margin-bottom: 0.15rem;
  }

  .main-nav .nav-mobile-actions {
    position: relative;
    z-index: 2;
    pointer-events: auto !important;
  }

  .site-header .menu-toggle,
  #menuToggle {
    position: relative;
    z-index: 100005 !important;
    pointer-events: auto !important;
  }
}

@media (min-width: 769px) {
  body.nav-open {
    overflow: visible;
    touch-action: auto;
  }

  .main-nav .dropdown-toggle::after {
    content: none;
  }
}

/* ===== V21 — Blog hub editorial + posts legacy ===== */
.page-blog-v21 .blog-hub-hero.service-hero {
  min-height: 0;
  padding: 108px 0 48px;
}

.page-blog-v21 .blog-hub-breadcrumbs {
  margin: 0 0 1.25rem;
}

.page-blog-v21 .blog-hub-hero .service-hero-content h1 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.15;
  max-width: 18ch;
}

.page-blog-v21 .blog-hub-hero .service-hero-content p {
  max-width: 38rem;
  line-height: 1.7;
  color: var(--muted, #cfcfcf);
}

.page-blog-v21 .blog-hub-hero .service-hero-image {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.page-blog-v21 .blog-hub-hero .service-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 430;
  object-fit: cover;
}

.page-blog-v21 .blog-hub-featured {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.page-blog-v21 .blog-featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.page-blog-v21 .post-card--featured,
.page-blog-v21 .blog-grid .post-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--black-card, #1b1b1b);
  border: 1px solid rgba(200, 162, 74, 0.22);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.page-blog-v21 .post-card--featured > img,
.page-blog-v21 .blog-grid .post-card > img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.page-blog-v21 .post-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.4rem;
  padding: 1.15rem 1.2rem 1.35rem;
}

.page-blog-v21 .post-card-body p {
  flex: 1;
  margin: 0;
  color: var(--muted, #cfcfcf);
  font-size: 0.95rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-blog-v21 .post-card-body .service-link {
  margin-top: 0.5rem;
}

@media (hover: hover) {
  .page-blog-v21 .post-card--featured:hover,
  .page-blog-v21 .blog-grid .post-card:hover {
    border-color: rgba(212, 175, 55, 0.55);
    transform: translateY(-2px);
  }
}

.page-blog-v21 .blog-hub-lead {
  max-width: 36rem;
  color: var(--muted, #cfcfcf);
  margin: 0.35rem 0 1.25rem;
  line-height: 1.65;
}

.page-blog-v21 .blog-hub-articles {
  margin-top: 2.5rem;
  scroll-margin-top: 96px;
}

.page-blog-v21 .blog-grid {
  margin-top: 1.5rem;
}

.page-blog-v21 .blog-hub-cta-section {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.page-blog-v21 .blog-hub-cta-panel {
  background: linear-gradient(145deg, #161616, #1f1a12);
  border: 1px solid rgba(200, 162, 74, 0.35);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
}

.page-blog-v21 .blog-hub-cta-panel h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.page-blog-v21 .blog-hub-cta-panel p {
  margin: 0 auto 1.35rem;
  max-width: 36rem;
  color: var(--muted, #cfcfcf);
  line-height: 1.7;
}

.page-blog-v21 .blog-hub-cta-panel .blog-cta-actions {
  justify-content: center;
}

@media (min-width: 768px) {
  .page-blog-v21 .blog-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-blog-v21 .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-blog-v21 .blog-hub-hero.service-hero {
    padding: 120px 0 56px;
    min-height: 560px;
    display: flex;
    align-items: center;
  }

  .page-blog-v21 .blog-featured-grid,
  .page-blog-v21 .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-blog-v21 .blog-hub-cta-panel {
    padding: 2.5rem 3rem;
  }
}

/* Legacy posts — article reading layout V21 */
.blog-legacy-article .blog-article-hero {
  padding-top: 110px;
}

.blog-legacy-article .blog-article-intro {
  line-height: 1.7;
}

.blog-legacy-article .blog-content {
  max-width: 780px;
  line-height: 1.75;
}

.blog-legacy-article .blog-content p,
.blog-legacy-article .blog-content li {
  line-height: 1.75;
}

.blog-legacy-article .blog-toc {
  background: var(--black-card, #1b1b1b);
  border: 1px solid rgba(200, 162, 74, 0.25);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  margin: 0 0 1.75rem;
}

.blog-legacy-article .blog-toc summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--gold-bright, #d4af37);
  list-style: none;
}

.blog-legacy-article .blog-toc summary::-webkit-details-marker {
  display: none;
}

.blog-legacy-article .blog-toc nav {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.blog-legacy-article .blog-toc a {
  color: var(--text, #f2f2f2);
  text-decoration: none;
  font-size: 0.95rem;
}

.blog-legacy-article .blog-toc a:hover {
  color: var(--gold-bright, #d4af37);
}

.blog-legacy-article .blog-content h2,
.blog-legacy-article .blog-content h3,
.blog-legacy-article .blog-related-list a,
.blog-legacy-article .blog-faq-item,
.blog-legacy-article .post-quote {
  scroll-margin-top: 96px;
}

.blog-legacy-article .post-quote {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--gold, #c8a24a);
  background: rgba(200, 162, 74, 0.08);
  color: var(--muted, #cfcfcf);
  font-style: italic;
}

.blog-legacy-article .blog-featured-image {
  max-height: 320px;
  object-fit: cover;
}

@media (min-width: 900px) {
  .blog-legacy-article .blog-toc {
    position: sticky;
    top: 96px;
  }

  .blog-legacy-article .blog-content > .blog-toc {
    display: none;
  }

  .blog-legacy-article .blog-toc[open] summary,
  .blog-legacy-article .blog-toc summary {
    pointer-events: none;
  }
}

@media (max-width: 899px) {
  .blog-legacy-article .blog-toc:not([open]) nav {
    display: none;
  }

  .blog-legacy-article .blog-sidebar .blog-sidebar-card:first-child {
    display: none;
  }
}

/* ============================================================
   V28.3.1 — Bogotá hero poster LCP (móvil) + fondo ligero
   ============================================================ */
.page-bogota-landing .bogota-hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  display: block;
  background: #111111;
}

/* Evitar descarga del SVG genérico; el poster WebP es el LCP */
.page-bogota-landing .hero-bogota,
.page-bogota-landing .bogota-hero.hero-home--video {
  background-color: #111111;
  background-image: none;
}

.page-bogota-landing .bogota-hero.is-video-ready .bogota-hero-poster {
  opacity: 0;
  transition: opacity 0.45s ease;
}

/* ============================================================
   V28.5 — Tabla de tarifas blog (mobile-friendly)
   ============================================================ */
.blog-article-meta {
  margin: 0.35rem 0 1rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.blog-table-wrap {
  margin: 1.25rem 0 1.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.blog-price-table {
  width: 100%;
  min-width: 280px;
  border-collapse: collapse;
  font-size: 0.98rem;
  line-height: 1.45;
}

.blog-price-table caption {
  caption-side: top;
  text-align: left;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.blog-price-table th,
.blog-price-table td {
  padding: 0.75rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.blog-price-table thead th {
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom-color: rgba(255, 255, 255, 0.28);
}

.blog-price-table tbody td:last-child {
  white-space: nowrap;
  font-weight: 600;
  color: var(--text);
}

.blog-cta-box h2 {
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  margin: 0 0 0.65rem;
  line-height: 1.3;
}

@media (max-width: 599px) {
  .blog-price-table {
    font-size: 0.92rem;
  }

  .blog-price-table th,
  .blog-price-table td {
    padding: 0.7rem 0.55rem;
  }

  .blog-price-table tbody td:last-child {
    white-space: normal;
  }
}

/* ============================================================
   V28.8 — Sistema visual corporativo (4 landings prioritarias)
   Scope: .page-v288 — sin afectar blog ni resto del sitio
   ============================================================ */

.page-v288 {
  --rf-section-y: clamp(2.75rem, 5vw, 5.5rem);
  --rf-prose-max: 46rem;
  --rf-surface: #141414;
  --rf-surface-alt: #f5f3ef;
  --rf-surface-card: #ffffff;
  --rf-border: rgba(255, 255, 255, 0.1);
  --rf-border-light: rgba(26, 26, 26, 0.1);
  --rf-text-dark: #1a1a1a;
  --rf-muted-dark: #4a4a4a;
  font-size: 17px;
  line-height: 1.65;
}

.page-v288 :is(h1, .section-title, .service-block-title) {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.02em;
}

.page-v288 h1 {
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.12;
}

.page-v288 :is(h2, .section-title, .service-block-title) {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  line-height: 1.22;
  margin-bottom: 0.85rem;
}

.page-v288 h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.35;
  font-weight: 700;
}

.page-v288 .rf-eyebrow,
.page-v288 :is(.hero-eyebrow, .service-hero-kicker, .section-kicker, .form-eyebrow) {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

.page-v288 .rf-section {
  padding-block: var(--rf-section-y);
}

.page-v288 .rf-container {
  width: min(100%, 72rem);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.page-v288 .rf-prose {
  max-width: var(--rf-prose-max);
}

.page-v288 .rf-prose p,
.page-v288 .service-block .container > p,
.page-v288 .service-block-lead {
  font-size: 1.02rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.82);
}

.page-v288 .service-block--alt .rf-prose p,
.page-v288 .service-block--alt .service-block-lead,
.page-v288 .rf-section--light .rf-prose p {
  color: var(--rf-muted-dark);
}

/* —— Home hero —— */
.page-v288.page-home .hero-home-inner {
  max-width: 44rem;
}

.page-v288.page-home .hero-lead {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.62;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.88);
}

.page-v288.page-home .hero-lead a {
  color: var(--champagne);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.page-v288.page-home .hero-lead a:hover,
.page-v288.page-home .hero-lead a:focus-visible {
  color: var(--gold-bright);
}

.page-v288 .cro-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.page-v288 .cro-proof-strip li {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(200, 162, 74, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.88);
}

.page-v288 .benefits-strip {
  background: var(--rf-surface);
  border-block: 1px solid var(--rf-border);
}

.page-v288 .benefits-strip-grid,
.page-v288 .rf-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
  gap: 1rem;
}

.page-v288 .benefit-strip-item,
.page-v288 .rf-trust-item {
  padding: 1.15rem 1.1rem;
  border: 1px solid var(--rf-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s ease, background 0.2s ease;
}

@media (hover: hover) {
  .page-v288 .benefit-strip-item:hover,
  .page-v288 .rf-trust-item:hover {
    border-color: rgba(200, 162, 74, 0.45);
    background: rgba(200, 162, 74, 0.06);
  }
}

.page-v288 .benefit-strip-item h3,
.page-v288 .rf-trust-item strong {
  font-size: 0.95rem;
  margin: 0.55rem 0 0.25rem;
}

.page-v288 .benefit-strip-item p,
.page-v288 .rf-trust-item span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
  line-height: 1.5;
}

.page-v288 .benefit-icon {
  width: 2.25rem;
  height: 2.25rem;
  max-width: 2.25rem;
  max-height: 2.25rem;
  color: var(--gold);
}

/* —— Cards corporativas —— */
.page-v288 .services-grid--premium {
  gap: 1.35rem;
}

.page-v288 .service-card--premium,
.page-v288 .rf-service-card,
.page-v288 .service-mini-card,
.page-v288 .rf-card {
  border: 1px solid var(--rf-border-light);
  border-radius: var(--radius-md);
  background: var(--rf-surface-card);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-v288 .service-card--premium {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-v288 .service-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8e8e8;
}

.page-v288 .service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-v288 .service-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.35rem 1.35rem;
}

.page-v288 .service-card h3 {
  color: var(--rf-text-dark);
  margin: 0 0 0.55rem;
}

.page-v288 .service-card p {
  color: var(--rf-muted-dark);
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
  margin: 0 0 1rem;
}

@media (hover: hover) {
  .page-v288 .service-card--premium:hover,
  .page-v288 .rf-card:hover,
  .page-v288 .service-mini-card:hover {
    border-color: rgba(200, 162, 74, 0.45);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
  }
}

.page-v288 .service-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
}

.page-v288 .service-btn {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* —— Detective landing —— */
.page-v288.page-detective-landing .service-hero {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  background: linear-gradient(165deg, #0f0f0f 0%, #171717 48%, #121212 100%);
  border-bottom: 1px solid var(--rf-border);
}

.page-v288.page-detective-landing .service-hero h1 {
  margin-bottom: 0.75rem;
}

.page-v288.page-detective-landing .service-hero-lead {
  font-size: clamp(1.05rem, 1.9vw, 1.2rem);
  line-height: 1.55;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.35rem;
}

.page-v288.page-detective-landing .service-hero-content > p:not(.service-hero-micro):not(.service-hero-lead) {
  display: none;
}

.page-v288 .rf-intro {
  padding-block: clamp(2rem, 4vw, 3rem);
  background: #131313;
  border-bottom: 1px solid var(--rf-border);
}

.page-v288 .rf-intro .rf-prose p {
  margin: 0 0 1rem;
}

.page-v288 .service-trust-bar {
  background: var(--gold-glow);
  border-block: 1px solid rgba(200, 162, 74, 0.22);
}

.page-v288 .service-trust-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
  gap: 1rem;
}

.page-v288 .service-trust-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(200, 162, 74, 0.25);
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.25);
}

.page-v288 .service-trust-item strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.25rem;
}

.page-v288 .service-trust-item span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.page-v288 .service-block {
  padding-block: var(--rf-section-y);
}

.page-v288 .service-block--alt {
  background: var(--rf-surface-alt);
}

.page-v288 .service-block--alt .service-block-title,
.page-v288 .service-block--alt h3 {
  color: var(--rf-text-dark);
}

.page-v288 .service-block--alt .service-mini-card {
  background: #fff;
  padding: 1.25rem 1.2rem;
  height: 100%;
}

.page-v288 .service-block--alt .service-mini-card h3 {
  margin-top: 0;
}

.page-v288 .service-block--alt .service-mini-card p {
  color: var(--rf-muted-dark);
  font-size: 0.94rem;
  margin: 0;
}

.page-v288 .service-cards-grid {
  gap: 1rem;
}

.page-v288 .rf-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.15rem;
}

.page-v288 .rf-service-card {
  padding: 1.35rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--rf-border);
  height: 100%;
}

.page-v288 .service-block:not(.service-block--alt) .rf-service-card {
  background: rgba(255, 255, 255, 0.03);
}

.page-v288 .service-block--alt .rf-service-card {
  background: #fff;
  border-color: var(--rf-border-light);
}

.page-v288 .rf-service-card h3 {
  margin: 0 0 0.65rem;
  color: inherit;
}

.page-v288 .service-block:not(.service-block--alt) .rf-service-card h3 {
  color: var(--text);
}

.page-v288 .service-block--alt .rf-service-card h3 {
  color: var(--rf-text-dark);
}

.page-v288 .rf-service-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
}

.page-v288 .service-block:not(.service-block--alt) .rf-service-card p {
  color: rgba(255, 255, 255, 0.78);
}

.page-v288 .service-block--alt .rf-service-card p {
  color: var(--rf-muted-dark);
}

.page-v288 .rf-service-card a {
  color: var(--gold-bright);
  font-weight: 600;
}

.page-v288 .service-block--alt .rf-service-card a {
  color: var(--gold-dark);
}

.page-v288 .rf-prose-note {
  margin-top: 1.5rem;
  max-width: var(--rf-prose-max);
}

/* —— Proceso —— */
.page-v288 .section-process {
  padding-block: var(--rf-section-y);
  background: #101010;
}

.page-v288 .process-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.page-v288 .process-step {
  position: relative;
  padding: 1.35rem 1.2rem 1.2rem;
  border: 1px solid var(--rf-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
}

.page-v288 .process-number {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--gold);
  width: auto;
  height: auto;
  margin: 0 0 0.65rem;
  background: none;
  border: none;
  padding: 0;
}

.page-v288 .process-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.page-v288 .process-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

/* —— Paneles CTA / costo / legal —— */
.page-v288 .rf-cta-panel {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(200, 162, 74, 0.35);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(200, 162, 74, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
  max-width: var(--rf-prose-max);
}

.page-v288 .service-block--alt .rf-cta-panel {
  background: linear-gradient(145deg, rgba(200, 162, 74, 0.08) 0%, #fff 100%);
  border-color: rgba(155, 122, 47, 0.28);
}

.page-v288 .rf-cta-panel .btn {
  margin-top: 1rem;
}

.page-v288 .rf-panel-legal {
  padding: clamp(1.35rem, 2.5vw, 1.75rem);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(255, 255, 255, 0.03);
  max-width: var(--rf-prose-max);
}

.page-v288 .service-block--alt .rf-panel-legal {
  background: #fff;
  border-left-color: var(--gold-dark);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* —— Cobertura —— */
.page-v288 .section-coverage .coverage-box {
  border: 1px solid var(--rf-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(255, 255, 255, 0.02);
}

.page-v288 .coverage-zones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  list-style: none;
}

.page-v288 .coverage-zones li {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.85);
}

.page-v288 .coverage-note {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 1rem;
}

/* —— FAQ —— */
.page-v288 .rf-faq .faq-grid {
  display: grid;
  gap: 0.65rem;
  max-width: 52rem;
}

.page-v288 .rf-faq .faq-item {
  border: 1px solid var(--rf-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.page-v288 .rf-faq .faq-q {
  width: 100%;
  text-align: left;
  padding: 1rem 1.15rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text);
  background: transparent;
  border: none;
  cursor: pointer;
}

.page-v288 .rf-faq .faq-q:hover,
.page-v288 .rf-faq .faq-q:focus-visible {
  background: rgba(200, 162, 74, 0.08);
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}

.page-v288 .rf-faq .faq-item p {
  padding: 0 1.15rem 1.1rem;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.78);
}

.page-v288 .rf-faq .faq-item:not(.is-open) p {
  display: none;
}

/* —— Formulario / CTA final —— */
.page-v288 .form-section-premium {
  padding-block: var(--rf-section-y);
  background: linear-gradient(180deg, #0e0e0e 0%, #151515 100%);
}

.page-v288 .premium-form-card {
  border: 1px solid rgba(200, 162, 74, 0.28);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.page-v288 .service-hero-actions,
.page-v288 .hero-buttons-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-v288 .btn {
  min-height: 2.75rem;
  padding-inline: 1.25rem;
}

.page-v288 .btn:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 2px;
}

/* —— Servicios catálogo —— */
.page-v288.page-servicios .hero-home {
  min-height: auto !important;
  padding-block: clamp(3rem, 8vh, 5rem);
  background: linear-gradient(165deg, #101010 0%, #1a1a1a 100%);
  border-bottom: 1px solid var(--rf-border);
}

.page-v288.page-servicios .hero-home-inner {
  max-width: 40rem;
}

.page-v288.page-servicios .hero-home h1 {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
}

.page-v288.page-servicios .section-services {
  padding-block: var(--rf-section-y);
  background: var(--rf-surface-alt);
}

.page-v288.page-servicios .section-lead {
  max-width: 52rem;
  color: var(--rf-muted-dark);
  line-height: 1.65;
  margin-bottom: 2rem;
}

.page-v288.page-servicios .section-title {
  color: var(--rf-text-dark);
}

/* —— Bogotá (visual polish sobre V28.3.1) —— */
.page-v288.page-bogota-landing .bogota-trust-strip {
  border-block: 1px solid var(--rf-border);
  background: var(--rf-surface);
}

.page-v288.page-bogota-landing .bogota-trust-item {
  border: 1px solid var(--rf-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
}

.page-v288.page-bogota-landing .bogota-service-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--rf-border-light);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media (hover: hover) {
  .page-v288.page-bogota-landing .bogota-service-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }
}

.page-v288.page-bogota-landing .bogota-hero .hero-lead {
  max-width: 36rem;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}

.page-v288.page-bogota-landing .section-title {
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}

/* —— Home sections spacing —— */
.page-v288.page-home .section {
  padding-block: var(--rf-section-y);
}

.page-v288.page-home .section-charcoal {
  background: var(--rf-surface-alt);
}

.page-v288.page-home .section-charcoal .section-title,
.page-v288.page-home .section-charcoal .service-card h3 {
  color: var(--rf-text-dark);
}

.page-v288.page-home .stat-card,
.page-v288.page-home .team-card {
  border: 1px solid var(--rf-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
}

.page-v288.page-home .section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.35), transparent);
  margin: 0;
  border: none;
}

.page-v288 .rf-cta-bottom {
  margin-top: 2rem;
}

.page-v288 .rf-prose .text-center {
  max-width: var(--rf-prose-max);
  margin-inline: auto;
}

.page-v288 .rf-prose .text-center + .text-center {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-v288 {
    font-size: 16px;
  }

  .page-v288 .service-hero-grid {
    gap: 1.5rem;
  }

  .page-v288 .service-hero-actions .btn,
  .page-v288 .hero-buttons-main .btn {
    width: 100%;
    justify-content: center;
  }

  .page-v288 .process-timeline {
    grid-template-columns: 1fr;
  }

  .page-v288 .cro-proof-strip li:nth-child(n+4) {
    display: none;
  }
}

@media (max-width: 430px) {
  .page-v288 h1 {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }

  .page-v288 .service-card-actions {
    flex-direction: column;
  }

  .page-v288 .service-card-actions .btn,
  .page-v288 .service-card-actions a {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   V28.9 — Landing comercial detective Colombia (solo esta página)
   Scope: .page-v289-detective
   ============================================================ */

.page-v289-detective {
  --dc-dark: #0e0e0e;
  --dc-dark-soft: #151515;
  --dc-light: #f7f5f1;
  --dc-soft: #efede8;
  --dc-text-light: #f1f1f1;
  --dc-text-light-muted: #c8c8c8;
  --dc-text-dark: #1a1a1a;
  --dc-text-body: #303030;
  --dc-text-muted: #404040;
  --dc-gold: #c8a24a;
  --dc-max: 72rem;
  --dc-prose: 42rem;
}

.page-v289-detective .dc-section {
  padding-block: clamp(2.75rem, 5vw, 5rem);
}

.page-v289-detective .dc-section--dark {
  background: var(--dc-dark);
  color: var(--dc-text-light);
}

.page-v289-detective .dc-section--dark-soft {
  background: var(--dc-dark-soft);
  color: var(--dc-text-light);
}

.page-v289-detective .dc-section--light {
  background: var(--dc-light);
  color: var(--dc-text-dark);
}

.page-v289-detective .dc-section--soft {
  background: var(--dc-soft);
  color: var(--dc-text-dark);
}

.page-v289-detective .dc-container {
  width: min(100%, var(--dc-max));
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.page-v289-detective .dc-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dc-gold);
  margin-bottom: 0.85rem;
}

.page-v289-detective .dc-eyebrow--dark {
  color: #8a6b28;
}

.page-v289-detective .dc-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.2;
  color: var(--dc-text-dark);
  margin: 0 0 1rem;
  max-width: 46rem;
}

.page-v289-detective .dc-title--light {
  color: var(--dc-text-light);
}

.page-v289-detective .dc-title--center,
.page-v289-detective .dc-lead--center {
  margin-inline: auto;
  text-align: center;
}

.page-v289-detective .dc-lead {
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.65;
  color: var(--dc-text-body);
  max-width: var(--dc-prose);
  margin: 0 0 1.5rem;
}

.page-v289-detective .dc-lead--light {
  color: var(--dc-text-light-muted);
}

.page-v289-detective .dc-prose--light p,
.page-v289-detective .dc-section--light p,
.page-v289-detective .dc-section--soft p {
  color: var(--dc-text-body);
}

.page-v289-detective .dc-prose--light a,
.page-v289-detective .dc-note a,
.page-v289-detective .dc-text-link {
  color: #8a6b28;
  font-weight: 600;
}

.page-v289-detective .dc-prose--narrow {
  max-width: var(--dc-prose);
}

.page-v289-detective .dc-callout {
  font-weight: 600;
  color: var(--dc-text-dark);
  border-left: 3px solid var(--dc-gold);
  padding-left: 1rem;
  margin-top: 1.25rem;
}

.page-v289-detective .dc-note {
  margin-top: 1.5rem;
  font-size: 0.92rem;
  color: var(--dc-text-muted);
  max-width: var(--dc-prose);
}

.page-v289-detective .dc-note--center {
  margin-inline: auto;
  text-align: center;
}

/* Hero */
.page-v289-detective .dc-hero {
  padding-block: clamp(2.5rem, 6vw, 5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-v289-detective .dc-hero-grid {
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.page-v289-detective .dc-hero h1 {
  color: var(--dc-text-light);
  margin-bottom: 0.85rem;
}

.page-v289-detective .dc-hero-lead {
  font-size: clamp(1.05rem, 1.9vw, 1.2rem);
  line-height: 1.6;
  color: var(--dc-text-light);
  max-width: 34rem;
  margin: 0 0 0.65rem;
}

.page-v289-detective .dc-hero-sub {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dc-gold);
  margin: 0 0 1.35rem;
}

.page-v289-detective .dc-hero-micro {
  font-size: 0.82rem;
  color: var(--dc-text-light-muted);
  margin: 1rem 0 0;
}

.page-v289-detective .dc-hero-micro--center {
  text-align: center;
}

.page-v289-detective .dc-hero-image {
  border: 1px solid rgba(200, 162, 74, 0.35);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(200, 162, 74, 0.08);
}

.page-v289-detective .dc-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-v289-detective .dc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Cards */
.page-v289-detective .dc-card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.page-v289-detective .dc-card-grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.page-v289-detective .dc-card,
.page-v289-detective .dc-service-card,
.page-v289-detective .dc-trust-pillar,
.page-v289-detective .dc-process-step {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.25rem;
  height: 100%;
}

.page-v289-detective .dc-section--dark .dc-process-step {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.page-v289-detective .dc-card h3,
.page-v289-detective .dc-service-card h3,
.page-v289-detective .dc-trust-pillar h3,
.page-v289-detective .dc-process-step h3 {
  color: var(--dc-text-dark);
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.page-v289-detective .dc-section--dark .dc-process-step h3 {
  color: var(--dc-text-light);
}

.page-v289-detective .dc-card p,
.page-v289-detective .dc-service-card p,
.page-v289-detective .dc-trust-pillar p,
.page-v289-detective .dc-process-step p {
  color: var(--dc-text-muted);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
}

.page-v289-detective .dc-section--dark .dc-process-step p {
  color: var(--dc-text-light-muted);
}

/* Services grid */
.page-v289-detective .dc-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.page-v289-detective .dc-service-icon {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--dc-gold);
  margin-bottom: 0.75rem;
}

.page-v289-detective .dc-service-icon svg {
  width: 100%;
  height: 100%;
}

.page-v289-detective .dc-service-card a {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a6b28;
}

/* Process */
.page-v289-detective .dc-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.page-v289-detective .dc-process-num {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--dc-gold);
  margin-bottom: 0.65rem;
}

.page-v289-detective .dc-process-note {
  text-align: center;
  max-width: 40rem;
  margin: 1.75rem auto 0;
  font-size: 0.9rem;
  color: var(--dc-text-light-muted);
}

/* Trust */
.page-v289-detective .dc-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

/* Pricing */
.page-v289-detective .dc-pricing-layout {
  display: grid;
  grid-template-columns: 1fr minmax(min(100%, 22rem), 26rem);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.page-v289-detective .dc-price-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(200, 162, 74, 0.4);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}

.page-v289-detective .dc-price-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--dc-gold);
  margin: 0 0 0.35rem;
}

.page-v289-detective .dc-price-from {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: var(--dc-text-light-muted);
  margin: 0;
}

.page-v289-detective .dc-price-amount {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--dc-text-light);
  margin: 0.25rem 0;
  line-height: 1.1;
}

.page-v289-detective .dc-price-unit {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--dc-text-light-muted);
  margin: 0 0 1rem;
}

.page-v289-detective .dc-price-note {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--dc-text-light-muted);
  margin: 0 0 1.25rem;
}

.page-v289-detective .dc-price-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.page-v289-detective .dc-price-actions .btn {
  width: 100%;
  justify-content: center;
}

/* Legal */
.page-v289-detective .dc-legal-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: start;
  max-width: var(--dc-prose);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-left: 3px solid var(--dc-gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.page-v289-detective .dc-legal-icon {
  color: var(--dc-gold);
  width: 2.5rem;
  height: 2.5rem;
}

.page-v289-detective .dc-legal-icon svg {
  width: 100%;
  height: 100%;
}

.page-v289-detective .dc-legal-panel p {
  color: var(--dc-text-body);
  line-height: 1.65;
  margin: 0 0 0.85rem;
}

.page-v289-detective .dc-legal-panel p:last-child {
  margin-bottom: 0;
}

/* Coverage */
.page-v289-detective .dc-coverage-inner {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}

.page-v289-detective .dc-city-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.page-v289-detective .dc-city-chips li {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.25);
  color: var(--dc-text-light);
}

.page-v289-detective .dc-coverage-note {
  font-size: 0.88rem;
  color: var(--dc-text-light-muted);
  margin-top: 1rem;
  line-height: 1.55;
}

/* FAQ light premium */
.page-v289-detective .dc-faq .dc-faq-grid {
  max-width: 53rem;
  margin-inline: auto;
}

.page-v289-detective .dc-faq .faq-item {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.page-v289-detective .dc-faq .faq-q {
  color: var(--dc-text-dark);
  padding-right: 2.5rem;
  position: relative;
}

.page-v289-detective .dc-faq .faq-q::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--dc-gold);
  line-height: 1;
}

.page-v289-detective .dc-faq .faq-item.is-open .faq-q::after {
  content: "−";
}

.page-v289-detective .dc-faq .faq-item p {
  color: var(--dc-text-muted);
  padding: 0 1.15rem 1.1rem;
}

.page-v289-detective .dc-faq .faq-item p a {
  color: #8a6b28;
  font-weight: 600;
}

/* CTA final + form */
.page-v289-detective .dc-cta-final {
  background: linear-gradient(180deg, #0a0a0a 0%, #121212 100%);
}

.page-v289-detective .dc-cta-header {
  max-width: 44rem;
  margin: 0 auto 2rem;
}

.page-v289-detective .dc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.25rem 0 0.75rem;
}

.page-v289-detective .dc-form-card {
  max-width: 44rem;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 162, 74, 0.3);
}

.page-v289-detective .dc-form-card .form-header h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  color: var(--dc-text-light);
  margin: 0 0 0.5rem;
}

.page-v289-detective .dc-form-card .form-header p {
  color: var(--dc-text-light-muted);
}

.page-v289-detective .dc-form-card label,
.page-v289-detective .dc-form-card .form-microcopy {
  color: var(--dc-text-light-muted);
}

.page-v289-detective .dc-form-card .form-privacy span {
  color: var(--dc-text-light-muted);
}

/* Override V28.8 contrast bugs on this page */
.page-v289-detective .service-block,
.page-v289-detective .service-block--alt {
  background: transparent;
}

.page-v289-detective .service-block .container > p,
.page-v289-detective .service-block-lead {
  color: inherit;
}

@media (max-width: 900px) {
  .page-v289-detective .dc-process-grid {
    grid-template-columns: 1fr;
  }

  .page-v289-detective .dc-pricing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-v289-detective .dc-hero-actions .btn,
  .page-v289-detective .dc-cta-actions .btn,
  .page-v289-detective .dc-price-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .page-v289-detective .dc-legal-panel {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   V28.10 — Contraste global page-v288 + CTA contextuales landing
   Scope: .page-v288 (4 landings) + .page-v2810-detective
   ============================================================ */

.page-v288 {
  --v2810-h-light: #1a1a1a;
  --v2810-body-light: #303030;
  --v2810-muted-light: #505050;
  --v2810-card-light: #424242;
  --v2810-link-light: #7a5c1e;
  --v2810-h-dark: #f5f5f5;
  --v2810-body-dark: #e3e3e3;
  --v2810-muted-dark: #c6c6c6;
}

/* —— Superficies claras: anular herencia --text / --muted globales —— */
.page-v288.page-home .section-charcoal,
.page-v288.page-servicios .section-services,
.page-v288 .service-block--alt {
  color: var(--v2810-body-light);
}

.page-v288.page-home .section-charcoal :is(h2, h3, .section-title),
.page-v288.page-servicios .section-services :is(h2, h3, .section-title),
.page-v288 .service-block--alt :is(h2, h3, .service-block-title) {
  color: var(--v2810-h-light);
}

.page-v288.page-home .section-charcoal :is(.section-description, .section-lead),
.page-v288.page-servicios .section-services :is(.section-description, .section-lead),
.page-v288 .service-block--alt :is(.service-block-lead, .rf-prose p) {
  color: var(--v2810-body-light);
}

.page-v288.page-home .section-charcoal .service-card h3,
.page-v288.page-servicios .section-services .service-card h3 {
  color: var(--v2810-h-light);
}

.page-v288.page-home .section-charcoal .service-card p,
.page-v288.page-servicios .section-services .service-card p,
.page-v288 .service-block--alt .service-mini-card p,
.page-v288 .service-block--alt .rf-service-card p {
  color: var(--v2810-card-light);
}

.page-v288.page-home .section-charcoal a:not(.btn):not(.service-whatsapp-btn),
.page-v288.page-servicios .section-services a:not(.btn):not(.service-whatsapp-btn),
.page-v288 .service-block--alt a:not(.btn) {
  color: var(--v2810-link-light);
}

.page-v288.page-home .section-charcoal .section-kicker,
.page-v288.page-servicios .section-services .section-kicker {
  color: var(--gold-dark);
}

/* —— Superficies oscuras: legibilidad en page-v288 —— */
.page-v288 :is(
  .hero-home,
  .section-coverage,
  .section-process,
  .section-dark,
  .section-gold-panel,
  .benefits-strip,
  .service-trust-bar,
  .rf-intro,
  .section-process
) :is(h1, h2, h3, .section-title) {
  color: var(--v2810-h-dark);
}

.page-v288 :is(
  .hero-home,
  .section-coverage,
  .section-process,
  .section-dark,
  .section-gold-panel,
  .benefits-strip,
  .service-trust-bar,
  .rf-intro
) :is(p, .section-description, .section-lead, li) {
  color: var(--v2810-body-dark);
}

.page-v288 :is(
  .hero-home,
  .section-coverage,
  .section-process,
  .section-dark,
  .section-gold-panel,
  .benefits-strip
) :is(.stat-label, .process-step p, .benefit-strip-item p, .rf-trust-item span) {
  color: var(--v2810-muted-dark);
}

.page-v288.page-home .hero-lead {
  color: var(--v2810-body-dark);
}

.page-v288.page-bogota-landing :is(
  .bogota-pain-block,
  .bogota-services-section,
  .bogota-trust-strip
) :is(h2, h3, .section-title) {
  color: var(--v2810-h-dark);
}

.page-v288.page-bogota-landing :is(
  .bogota-pain-intro,
  .bogota-pain-card p,
  .bogota-services-lead,
  .bogota-service-card p
) {
  color: var(--v2810-body-dark);
}

.page-v288.page-bogota-landing :is(
  .bogota-pain-note,
  .bogota-pain-panel-text,
  .bogota-pain-panel-list li
) {
  color: var(--v2810-muted-dark);
}

/* —— Prohibir texto lavado en claros (page-v288 + detective) —— */
.page-v288.page-home .section-charcoal :is(p, li, span, .section-description, .section-lead),
.page-v288.page-servicios .section-services :is(p, li, span, .section-description, .section-lead),
.page-v288 .service-block--alt :is(p, li, span),
.page-v289-detective .dc-section--light :is(p, li, span, .dc-lead),
.page-v289-detective .dc-section--soft :is(p, li, span, .dc-lead),
.page-v289-detective .dc-faq :is(p, li, span) {
  opacity: 1;
}

.page-v288.page-home .section-charcoal :is(p, .section-description, .section-lead),
.page-v289-detective .dc-section--light :is(p, .dc-lead),
.page-v289-detective .dc-section--soft :is(p, .dc-lead) {
  color: var(--v2810-body-light);
}

.page-v289-detective .dc-section--light :is(h2, h3, .dc-title),
.page-v289-detective .dc-section--soft :is(h2, h3, .dc-title),
.page-v289-detective .dc-faq :is(h2, h3, .dc-title) {
  color: var(--v2810-h-light);
}

.page-v289-detective .dc-card p,
.page-v289-detective .dc-service-card p,
.page-v289-detective .dc-trust-pillar p {
  color: var(--v2810-card-light);
}

.page-v289-detective .dc-note,
.page-v289-detective .dc-coverage-note {
  color: var(--v2810-muted-light);
}

.page-v289-detective .dc-prose--light a,
.page-v289-detective .dc-text-link,
.page-v289-detective .dc-service-card a {
  color: var(--v2810-link-light);
}

/* —— CTA contextuales (.dc-inline-cta) —— */
.page-v2810-detective .dc-inline-cta {
  margin-top: 2rem;
  max-width: 52rem;
}

.page-v2810-detective .dc-inline-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: var(--radius-md);
}

.page-v2810-detective .dc-inline-cta-copy {
  flex: 1 1 14rem;
  min-width: min(100%, 14rem);
}

.page-v2810-detective .dc-inline-cta-copy h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
}

.page-v2810-detective .dc-inline-cta-copy p,
.page-v2810-detective .dc-inline-cta-lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.page-v2810-detective .dc-inline-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 0 1 auto;
}

.page-v2810-detective .dc-inline-cta-btn {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.55rem 0.95rem;
  white-space: nowrap;
}

.page-v2810-detective .dc-inline-cta-micro {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.78rem;
  color: var(--v2810-muted-light);
}

.page-v2810-detective .dc-inline-cta--light .dc-inline-cta-inner {
  background: #fff;
  border-color: rgba(26, 26, 26, 0.12);
}

.page-v2810-detective .dc-inline-cta--light .dc-inline-cta-copy h3 {
  color: var(--v2810-h-light);
}

.page-v2810-detective .dc-inline-cta--light .dc-inline-cta-copy p {
  color: var(--v2810-body-light);
}

.page-v2810-detective .dc-inline-cta--soft .dc-inline-cta-inner {
  background: #efede8;
  border-color: rgba(26, 26, 26, 0.1);
}

.page-v2810-detective .dc-inline-cta--soft .dc-inline-cta-copy h3 {
  color: var(--v2810-h-light);
}

.page-v2810-detective .dc-inline-cta--soft .dc-inline-cta-copy p {
  color: var(--v2810-body-light);
}

.page-v2810-detective .dc-inline-cta--dark {
  max-width: none;
}

.page-v2810-detective .dc-inline-cta--dark .dc-inline-cta-inner {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-v2810-detective .dc-inline-cta--dark .dc-inline-cta-copy h3 {
  color: var(--v2810-h-dark);
}

.page-v2810-detective .dc-inline-cta--dark .dc-inline-cta-copy p,
.page-v2810-detective .dc-inline-cta--dark .dc-inline-cta-lead {
  color: var(--v2810-body-dark);
}

.page-v2810-detective .dc-coverage-cta {
  margin-top: 1.25rem;
  text-align: center;
}

@media (max-width: 767px) {
  .page-v2810-detective .dc-inline-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .page-v2810-detective .dc-inline-cta-actions {
    flex-direction: column;
  }

  .page-v2810-detective .dc-inline-cta-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
