:root {
  --adc-navy: #062c43;
  --adc-blue: #087bac;
  --adc-sky: #78d6e7;
  --adc-sand: #f6f0e5;
  --adc-coral: #ed744c;
  --adc-paper: #fbfdfd;
  --adc-ink: #102b38;
  --adc-muted: #59717c;
  --adc-line: #d9e7eb;
  --adc-wa: #147c42;
  --adc-wa-dark: #0f5f32;
  --adc-shadow: 0 18px 48px rgba(6, 44, 67, .13);
}

.page-home,
.page-barranquilla {
  background: var(--adc-paper);
  color: var(--adc-ink);
  overflow-x: hidden;
}

.page-home .nav,
.page-barranquilla .nav {
  position: sticky;
  top: 0;
  z-index: 50;
  max-width: 1180px;
  min-height: 76px;
  padding: 12px 24px;
  background: rgba(251, 253, 253, .94);
  border-bottom: 1px solid rgba(217, 231, 235, .72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.page-home .logo,
.page-barranquilla .logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--adc-navy);
  font-size: 17px;
  line-height: 1;
}

.page-home .logo .logo-mark,
.page-barranquilla .logo .logo-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px 14px 14px 5px;
  background: linear-gradient(145deg, var(--adc-blue), var(--adc-navy));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.04em;
  box-shadow: 0 8px 18px rgba(8, 123, 172, .23);
}

.logo-type {
  letter-spacing: -.035em;
}

.page-home .logo-type > span,
.page-barranquilla .logo-type > span {
  color: #05628a;
}

.page-home .nav a.wa-mini,
.page-barranquilla .nav a.wa-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(30, 166, 90, .2);
  border-radius: 999px;
  background: #e7f7ed;
  color: var(--adc-wa-dark);
  transition: transform .18s ease, background-color .18s ease;
}

.page-home .nav a.wa-mini::before,
.page-barranquilla .nav a.wa-mini::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--adc-wa);
  content: "";
  box-shadow: 0 0 0 4px rgba(30, 166, 90, .12);
}

.page-home .nav a.wa-mini:hover,
.page-barranquilla .nav a.wa-mini:hover {
  background: #dcf3e5;
  transform: translateY(-1px);
}

.page-home .hero,
.page-barranquilla .hero {
  position: relative;
  isolation: isolate;
  max-width: 1240px;
  min-height: 600px;
  margin: 10px auto 0;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  background: var(--adc-navy);
  color: #fff;
  text-align: left;
  box-shadow: 0 24px 70px rgba(6, 44, 67, .18);
}

.page-home .hero::before,
.page-barranquilla .hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 35, 52, .97) 0%, rgba(5, 46, 67, .91) 34%, rgba(5, 46, 67, .54) 59%, rgba(5, 46, 67, .09) 86%),
    linear-gradient(0deg, rgba(4, 35, 52, .3), transparent 38%);
  content: "";
}

.page-home .hero-media,
.page-barranquilla .hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .hero-media {
  object-position: center;
}

.page-barranquilla .hero-media {
  object-position: 54% center;
}

.hero-content {
  display: flex;
  min-height: 600px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 56px 82px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-home .hero .eyebrow,
.page-barranquilla .hero .eyebrow {
  display: inline-flex;
  width: auto;
  margin: 0 0 20px;
  padding: 8px 12px;
  border: 1px solid rgba(120, 214, 231, .32);
  border-radius: 999px;
  background: rgba(6, 44, 67, .48);
  color: #bdebf2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.page-home .hero h1,
.page-barranquilla .hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(38px, 5.3vw, 68px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.01;
  text-wrap: balance;
}

.page-home .hero h1 {
  max-width: 650px;
}

.page-barranquilla .hero h1 {
  max-width: 790px;
  font-size: clamp(36px, 4.7vw, 61px);
}

.page-home .hero-content > p:not(.eyebrow),
.page-barranquilla .hero-content > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0 0 28px;
  color: #d9ebf1;
  font-size: clamp(16px, 1.8vw, 18.5px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-home .hero .wa,
.page-barranquilla .hero .wa {
  display: inline-flex;
  min-height: 54px;
  margin: 0;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15.5px;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.page-home .hero .button-primary,
.page-barranquilla .hero .button-primary {
  background: var(--adc-wa);
  box-shadow: 0 12px 30px rgba(12, 93, 50, .35);
}

.page-home .hero .button-primary::after,
.page-barranquilla .hero .button-primary::after {
  margin-left: 10px;
  content: "→";
  font-size: 18px;
}

.page-home .hero .button-secondary,
.page-barranquilla .hero .button-secondary {
  border-color: rgba(255, 255, 255, .45);
  background: rgba(5, 42, 61, .48);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.page-home .hero .wa:hover,
.page-barranquilla .hero .wa:hover {
  transform: translateY(-2px);
}

.page-home .hero .button-primary:hover,
.page-barranquilla .hero .button-primary:hover {
  background: var(--adc-wa-dark);
  box-shadow: 0 16px 34px rgba(12, 93, 50, .45);
}

.page-home .hero .button-secondary:hover,
.page-barranquilla .hero .button-secondary:hover {
  background: rgba(5, 42, 61, .72);
}

.page-barranquilla .hero-content > .confia {
  max-width: 700px;
  margin: 20px 0 0;
  color: #b9d8e2;
  font-size: 12.5px;
  line-height: 1.55;
}

.image-disclosure {
  position: absolute;
  right: 18px;
  bottom: 15px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(2, 26, 38, .58);
  max-width: min(320px, calc(100% - 36px));
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.trust-strip {
  position: relative;
  z-index: 5;
  display: grid;
  max-width: 1080px;
  margin: -34px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(217, 231, 235, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--adc-shadow);
}

.trust-item {
  display: flex;
  min-height: 94px;
  padding: 20px 24px;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--adc-line);
}

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

.trust-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  background: #e7f5f8;
  color: var(--adc-blue);
  font-size: 12px;
  font-weight: 800;
}

.trust-item strong {
  display: block;
  margin-bottom: 2px;
  color: var(--adc-navy);
  font-size: 13.5px;
  line-height: 1.35;
}

.trust-item span:last-child {
  color: var(--adc-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.page-home .centro,
.page-barranquilla .centro {
  max-width: 1120px;
}

.page-home section:first-of-type,
.page-barranquilla section:first-of-type {
  padding-top: 66px;
}

.page-home h2,
.page-barranquilla h2 {
  color: var(--adc-navy);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.04em;
  line-height: 1.15;
}

.page-home .ciudades,
.page-barranquilla .pasos {
  gap: 16px;
}

.page-home .ciudad {
  position: relative;
  min-height: 190px;
  padding: 24px 22px;
  overflow: hidden;
  border: 1px solid var(--adc-line);
  border-radius: 18px;
  background: linear-gradient(155deg, #fff 50%, #f0f8fa 100%);
  box-shadow: 0 8px 28px rgba(6, 44, 67, .05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.page-home .ciudad::before {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 11px 11px 11px 4px;
  background: var(--adc-sand);
  color: var(--adc-coral);
  content: "•";
  font-size: 24px;
  line-height: 1;
}

.page-home .ciudad::after {
  display: block;
  margin-top: 18px;
  color: var(--adc-blue);
  content: "Ver cobertura  →";
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .02em;
}

.page-home .ciudad:hover {
  border-color: rgba(8, 123, 172, .45);
  box-shadow: 0 14px 32px rgba(6, 44, 67, .11);
  transform: translateY(-3px);
}

.page-home .ciudad h3 {
  color: var(--adc-navy);
  font-size: 17px;
}

.page-home .ciudad p {
  color: var(--adc-muted);
  line-height: 1.55;
}

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

.page-barranquilla .paso {
  position: relative;
  min-height: 184px;
  padding: 26px 24px;
  overflow: hidden;
  border: 1px solid var(--adc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(6, 44, 67, .05);
}

.page-barranquilla .paso::after {
  position: absolute;
  width: 90px;
  height: 90px;
  right: -46px;
  bottom: -54px;
  border: 16px solid rgba(120, 214, 231, .16);
  border-radius: 50%;
  content: "";
}

.page-barranquilla .paso b {
  color: var(--adc-blue);
  font-size: 11px;
  letter-spacing: .12em;
}

.page-barranquilla .paso p {
  color: var(--adc-muted);
  line-height: 1.65;
}

.page-home a:focus-visible,
.page-barranquilla a:focus-visible,
.page-barranquilla summary:focus-visible {
  outline: 3px solid var(--adc-coral);
  outline-offset: 4px;
}

.mobile-dock {
  display: none;
}

@media (max-width: 900px) {
  .page-home .hero,
  .page-barranquilla .hero {
    margin-right: 14px;
    margin-left: 14px;
  }

  .trust-strip {
    margin-right: 28px;
    margin-left: 28px;
  }

  .trust-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .page-barranquilla .pasos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page-home,
  .page-barranquilla {
    padding-bottom: 82px;
  }

  .page-home .nav,
  .page-barranquilla .nav {
    min-height: 64px;
    padding: 10px 15px;
  }

  .logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px 12px 12px 4px;
  }

  .page-home .logo,
  .page-barranquilla .logo {
    gap: 8px;
    font-size: 14px;
  }

  .page-home .nav a.wa-mini,
  .page-barranquilla .nav a.wa-mini {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .page-home .hero,
  .page-barranquilla .hero {
    min-height: 680px;
    margin: 0;
    border-radius: 0 0 28px 28px;
  }

  .page-home .hero::before,
  .page-barranquilla .hero::before {
    background:
      linear-gradient(0deg, rgba(4, 35, 52, .99) 0%, rgba(4, 35, 52, .93) 42%, rgba(4, 35, 52, .35) 72%, rgba(4, 35, 52, .08) 100%),
      linear-gradient(90deg, rgba(4, 35, 52, .3), transparent 80%);
  }

  .page-home .hero-media {
    object-position: 68% center;
  }

  .page-barranquilla .hero-media {
    object-position: 74% center;
  }

  .hero-content {
    min-height: 680px;
    padding: 190px 20px 44px;
    justify-content: flex-end;
  }

  .page-home .hero .eyebrow,
  .page-barranquilla .hero .eyebrow {
    margin-bottom: 14px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .page-home .hero h1,
  .page-barranquilla .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.04;
  }

  .page-barranquilla .hero h1 {
    font-size: clamp(32px, 9.2vw, 40px);
  }

  .page-home .hero-content > p:not(.eyebrow),
  .page-barranquilla .hero-content > p:not(.eyebrow) {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .page-home .hero .wa,
  .page-barranquilla .hero .wa {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    font-size: 14px;
  }

  .page-barranquilla .hero-content > .confia {
    margin: 15px 0 0;
    font-size: 10.5px;
  }

  .image-disclosure {
    top: 12px;
    right: 12px;
    bottom: auto;
    max-width: calc(100% - 24px);
  }

  .trust-strip {
    margin: -18px 14px 0;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .trust-item {
    min-height: 72px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--adc-line);
  }

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

  .trust-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .page-home section:first-of-type,
  .page-barranquilla section:first-of-type {
    padding-top: 48px;
  }

  .page-home .centro,
  .page-barranquilla .centro {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-home .ciudad,
  .page-barranquilla .paso {
    min-height: 0;
  }

  .page-home .ciudades {
    grid-template-columns: 1fr;
  }

  .page-home .precios-resumen div,
  .page-barranquilla .precios div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .page-home .precios-resumen b,
  .page-barranquilla .precios b {
    white-space: normal;
  }

  .page-home footer,
  .page-barranquilla footer {
    font-size: 14px;
    line-height: 1.65;
  }

  .mobile-dock {
    position: fixed;
    z-index: 100;
    display: grid;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    grid-template-columns: .8fr 1.2fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(217, 231, 235, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 40px rgba(6, 44, 67, .24);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .mobile-dock a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--adc-navy);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-dock .dock-call {
    border: 1px solid var(--adc-line);
    background: #fff;
  }

  .mobile-dock .dock-wa {
    background: var(--adc-wa);
    color: #fff;
  }
}

/* City landing pages share the same urban-technical visual system. */
.page-city {
  background: var(--adc-paper);
  color: var(--adc-ink);
  overflow-x: hidden;
}

.page-city .nav {
  position: sticky;
  top: 0;
  z-index: 50;
  max-width: 1180px;
  min-height: 76px;
  padding: 12px 24px;
  background: rgba(251, 253, 253, .94);
  border-bottom: 1px solid rgba(217, 231, 235, .72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.page-city .logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--adc-navy);
  font-size: 17px;
  line-height: 1;
}

.page-city .logo .logo-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px 14px 14px 5px;
  background: linear-gradient(145deg, var(--adc-blue), var(--adc-navy));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.04em;
  box-shadow: 0 8px 18px rgba(8, 123, 172, .23);
}

.page-city .logo-type > span {
  color: #05628a;
}

.page-city .nav a.wa-mini {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 18px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(30, 166, 90, .2);
  border-radius: 999px;
  background: #e7f7ed;
  color: var(--adc-wa-dark);
  transition: transform .18s ease, background-color .18s ease;
}

.page-city .nav a.wa-mini::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--adc-wa);
  content: "";
  box-shadow: 0 0 0 4px rgba(30, 166, 90, .12);
}

.page-city .nav a.wa-mini:hover {
  background: #dcf3e5;
  transform: translateY(-1px);
}

.page-city .hero {
  position: relative;
  isolation: isolate;
  max-width: 1240px;
  min-height: 600px;
  margin: 10px auto 0;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  background: var(--adc-navy);
  color: #fff;
  text-align: left;
  box-shadow: 0 24px 70px rgba(6, 44, 67, .18);
}

.page-city .hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 35, 52, .97) 0%, rgba(5, 46, 67, .91) 34%, rgba(5, 46, 67, .54) 59%, rgba(5, 46, 67, .09) 86%),
    linear-gradient(0deg, rgba(4, 35, 52, .3), transparent 38%);
  content: "";
}

.page-city .hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.page-city .hero .eyebrow {
  display: inline-flex;
  width: auto;
  margin: 0 0 20px;
  padding: 8px 12px;
  border: 1px solid rgba(120, 214, 231, .32);
  border-radius: 999px;
  background: rgba(6, 44, 67, .48);
  color: #bdebf2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.page-city .hero h1 {
  max-width: 790px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(36px, 4.7vw, 61px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.01;
  text-wrap: balance;
}

.page-city .hero-content > p:not(.eyebrow):not(.confia) {
  max-width: 670px;
  margin: 0 0 28px;
  color: #d9ebf1;
  font-size: clamp(16px, 1.8vw, 18.5px);
  line-height: 1.65;
}

.page-city .hero .wa {
  display: inline-flex;
  min-height: 54px;
  margin: 0;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15.5px;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.page-city .hero .button-primary {
  background: var(--adc-wa);
  box-shadow: 0 12px 30px rgba(12, 93, 50, .35);
}

.page-city .hero .button-primary::after {
  margin-left: 10px;
  content: "→";
  font-size: 18px;
}

.page-city .hero .button-secondary {
  border-color: rgba(255, 255, 255, .45);
  background: rgba(5, 42, 61, .48);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.page-city .hero .wa:hover {
  transform: translateY(-2px);
}

.page-city .hero .button-primary:hover {
  background: var(--adc-wa-dark);
  box-shadow: 0 16px 34px rgba(12, 93, 50, .45);
}

.page-city .hero .button-secondary:hover {
  background: rgba(5, 42, 61, .72);
}

.page-city .hero-content > .confia {
  max-width: 700px;
  margin: 20px 0 0;
  color: #b9d8e2;
  font-size: 12.5px;
  line-height: 1.55;
}

.page-city .centro {
  max-width: 1040px;
}

.page-city section {
  padding: 52px 0 8px;
}

.page-city section:first-of-type {
  padding-top: 66px;
}

.page-city h2 {
  color: var(--adc-navy);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.04em;
  line-height: 1.15;
}

.page-city section p {
  max-width: 760px;
  color: var(--adc-muted);
  line-height: 1.72;
}

.page-city section a:not(.wa) {
  color: var(--adc-blue);
  font-weight: 600;
  text-underline-offset: 3px;
}

.page-city .lista {
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-city .lista li {
  min-width: 0;
  padding: 18px 18px 18px 50px;
  border: 1px solid var(--adc-line);
  border-radius: 16px;
  background: #fff;
  color: var(--adc-muted);
  line-height: 1.6;
  box-shadow: 0 8px 24px rgba(6, 44, 67, .045);
}

.page-city .lista li::before {
  top: 19px;
  left: 17px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  background: #e7f5f8;
  color: var(--adc-blue);
  font-size: 12px;
}

.page-city .duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-city .caja {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--adc-line);
  border-radius: 18px;
  background: linear-gradient(155deg, #fff 50%, #f0f8fa 100%);
  box-shadow: 0 8px 28px rgba(6, 44, 67, .05);
}

.page-city .caja h3 {
  color: var(--adc-navy);
  font-size: 17px;
}

.page-city .caja p {
  color: var(--adc-muted);
  line-height: 1.65;
}

.page-city .plan {
  max-width: 840px;
  padding: 28px;
  border: 1px solid rgba(8, 123, 172, .38);
  border-radius: 20px;
  background: linear-gradient(145deg, #eaf7fa, #fff 68%);
  box-shadow: 0 12px 32px rgba(6, 44, 67, .07);
}

.page-city .plan .tag {
  border-radius: 999px;
  background: var(--adc-coral);
}

.page-city .plan h3 {
  color: var(--adc-navy);
  font-size: 21px;
}

.page-city .plan ul {
  color: var(--adc-muted);
  line-height: 1.65;
}

.page-city .precios {
  padding: 8px 22px;
  overflow: hidden;
  border-color: var(--adc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6, 44, 67, .05);
}

.page-city .precios div {
  min-width: 0;
  padding: 15px 0;
}

.page-city .precios b {
  color: var(--adc-navy);
}

.page-city .destacado {
  max-width: 840px;
  padding: 20px 22px;
  border-left-color: var(--adc-coral);
  border-radius: 0 16px 16px 0;
  background: var(--adc-sand);
}

.page-city .faqs details {
  padding: 17px 0;
  border-color: var(--adc-line);
}

.page-city .faqs summary {
  color: var(--adc-navy);
}

.page-city .final {
  max-width: 1120px;
  margin: 56px auto 34px;
  padding: 48px 24px;
  border-radius: 24px;
  background: linear-gradient(140deg, #eaf7fa, var(--adc-sand));
}

.page-city .final p {
  max-width: 650px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.page-city .final .wa {
  background: var(--adc-wa);
  transition: transform .18s ease, background-color .18s ease;
}

.page-city .final .wa:hover {
  background: var(--adc-wa-dark);
  transform: translateY(-2px);
}

.page-city footer {
  padding: 30px 0 46px;
  background: #eef6f8;
  color: var(--adc-muted);
  line-height: 1.65;
}

.page-city a:focus-visible,
.page-city summary:focus-visible {
  outline: 3px solid var(--adc-coral);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .page-city .hero {
    margin-right: 14px;
    margin-left: 14px;
  }

  .page-city .duo,
  .page-city .lista {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page-city {
    padding-bottom: 82px;
  }

  .page-city .nav {
    min-height: 64px;
    padding: 10px 15px;
  }

  .page-city .logo {
    gap: 8px;
    font-size: 14px;
  }

  .page-city .logo .logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px 12px 12px 4px;
  }

  .page-city .nav a.wa-mini {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .page-city .hero {
    min-height: 680px;
    margin: 0;
    border-radius: 0 0 28px 28px;
  }

  .page-city .hero::before {
    background:
      linear-gradient(0deg, rgba(4, 35, 52, .99) 0%, rgba(4, 35, 52, .93) 42%, rgba(4, 35, 52, .35) 72%, rgba(4, 35, 52, .08) 100%),
      linear-gradient(90deg, rgba(4, 35, 52, .3), transparent 80%);
  }

  .page-city .hero-media {
    object-position: 74% center;
  }

  .page-city .hero .eyebrow {
    margin-bottom: 14px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .page-city .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.04;
  }

  .page-city .hero-content > p:not(.eyebrow):not(.confia) {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .page-city .hero .wa {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    font-size: 14px;
  }

  .page-city .hero-content > .confia {
    margin: 15px 0 0;
    font-size: 10.5px;
  }

  .page-city section:first-of-type {
    padding-top: 48px;
  }

  .page-city .centro {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-city .precios div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .page-city .precios b {
    white-space: normal;
  }

  .page-city .final {
    margin: 46px 14px 26px;
    padding: 38px 20px;
  }

  .page-city footer {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* ---------------------------------------------------------------------------
   Confianza antes de las CTAs (hero) y formulario corto de solicitud.
   Añadido 15-sep-2026 para las páginas de Barranquilla; aditivo, no toca lo
   anterior.
   ------------------------------------------------------------------------- */
.hero-confianza {
  display: grid;
  max-width: 700px;
  margin: 0 0 26px;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.hero-confianza li {
  position: relative;
  padding-left: 22px;
  color: #d9ebf1;
  font-size: 14.5px;
  line-height: 1.5;
}

.hero-confianza li::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--adc-sky);
  content: "";
}

.hero-confianza strong {
  color: #fff;
}

.page-barranquilla .hero-content > .confia a {
  color: #fff;
}

.page-barranquilla .solicitud {
  padding-top: 58px;
}

.solicitud-caja {
  padding: 30px 28px;
  border: 1px solid var(--adc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(6, 44, 67, .05);
}

.solicitud-caja h2 {
  margin-bottom: 8px;
}

.solicitud-intro {
  max-width: 60em;
  margin: 0 0 20px;
  color: var(--adc-muted);
  font-size: 15px;
  line-height: 1.6;
}

.solicitud-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.solicitud-form .campo {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.solicitud-form .campo-ancho,
.solicitud-form .consentimiento,
.solicitud-form .solicitud-enviar,
.solicitud-form .mini {
  grid-column: 1 / -1;
}

.solicitud-form label {
  color: var(--adc-navy);
  font-size: 13px;
  font-weight: 600;
}

.solicitud-form input,
.solicitud-form select,
.solicitud-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #c7d8df;
  border-radius: 10px;
  background: #fbfdfd;
  color: var(--adc-ink);
  font: inherit;
  font-size: 15px;
}

.solicitud-form input:focus-visible,
.solicitud-form select:focus-visible,
.solicitud-form textarea:focus-visible,
.solicitud-form button:focus-visible {
  outline: 3px solid var(--adc-coral);
  outline-offset: 2px;
}

.solicitud-form textarea {
  min-height: 84px;
  resize: vertical;
}

.solicitud-form .campo-oculto {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.solicitud-form .consentimiento {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--adc-ink);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
}

.solicitud-form .consentimiento input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
}

.solicitud-form .solicitud-enviar {
  justify-self: start;
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--adc-wa);
  color: #fff;
  font: inherit;
  font-size: 15.5px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(12, 93, 50, .25);
  cursor: pointer;
}

.solicitud-form .solicitud-enviar:hover {
  background: var(--adc-wa-dark);
}

.solicitud-form .mini {
  margin: 0;
}

@media (max-width: 680px) {
  .hero-confianza li {
    font-size: 13px;
  }

  .solicitud-form {
    grid-template-columns: 1fr;
  }

  .solicitud-caja {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .solicitud-form .solicitud-enviar {
    width: 100%;
  }
}

/* El dock de contacto es fijo: el documento reserva su altura para que
   no quede encima del botón principal del hero. */
@media (max-width: 900px) {
  body {
    padding-bottom: 96px;
  }
}

/* Marca: el wordmark carga la identidad; el acento sustituye al
   recuadro de iniciales. */
.logo::before,
.identidad::before,
.brand::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.15em;
  flex: none;
  border-radius: 2px;
  background: currentcolor;
  opacity: .55;
}
.logo,
.identidad,
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  --wordmark-acento: 1;
}

/* El dock repite los botones del hero: mientras esos botones están a la vista
   se aparta, para no quedar encima del principal. */
.mobile-dock.dock-oculto {
  transform: translateY(140%);
  opacity: 0;
  pointer-events: none;
}

.mobile-dock {
  transition: transform .18s ease-out, opacity .18s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-dock {
    transition: none;
  }
}

/* Sin foto de fondo el hero no reserva su alto: el titular sube en lugar de
   quedar centrado tras un bloque vacío. */
.hero-sin-foto .hero-content {
  min-height: 0;
  padding-top: 58px;
  padding-bottom: 64px;
  justify-content: flex-start;
}
