:root {
  --bg: #f7f4f1;
  --surface: #ffffff;
  --ink: #143d80;
  --ink-soft: #5d6d84;
  --navy: #143d80;
  --navy-deep: #0f3168;
  --blue: #1db7f2;
  --blue-strong: #0fa3df;
  --gold: #f0b51d;
  --line: rgba(20, 61, 128, 0.12);
  --shadow: 0 24px 64px rgba(20, 61, 128, 0.14);
  --shadow-soft: 0 14px 32px rgba(20, 61, 128, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

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

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

p,
li,
address {
  color: var(--ink-soft);
  line-height: 1.72;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  padding: 18px 0 0;
  background: transparent;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(20, 61, 128, 0.96);
  box-shadow: 0 16px 36px rgba(9, 28, 62, 0.32);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 170px;
}

.nav-links {
  display: flex;
  gap: 24px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 500;
}

.nav-links a:hover {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.stage-card:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-strong) 100%);
  box-shadow: 0 18px 32px rgba(15, 163, 223, 0.25);
}

.button-secondary,
.button-light,
.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.button-secondary,
.button-light {
  background: rgba(255, 255, 255, 0.08);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.1);
}

.button-block {
  width: 100%;
}

.hero-section {
  position: relative;
  overflow: hidden;
  /* El hero comienza detrás del encabezado. El espacio superior evita que el menú tape el contenido. */
  padding: 188px 0 120px;
  background:
    linear-gradient(90deg, rgba(20, 61, 128, 0.98) 0%, rgba(14, 111, 190, 0.98) 50%, rgba(20, 61, 128, 0.98) 100%),
    url("assets/img/reagendar-bogota.webp") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(20, 61, 128, 0.08), rgba(20, 61, 128, 0.16));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.eyebrow,
.section-kicker,
.comparison-badge,
.floating-label,
.mini-chip,
.price-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.eyebrow,
.section-kicker,
.mini-chip,
.price-label {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
}

.section-kicker-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.section-kicker-gold,
.comparison-badge-accent,
.floating-label {
  color: #1c2534;
  background: linear-gradient(135deg, #ffd66c 0%, var(--gold) 100%);
}

.hero-copy h1 {
  margin-top: 18px;
  max-width: 11ch;
  font-size: clamp(2.9rem, 5vw, 4.1rem);
  line-height: 1;
  color: #fff;
}

.hero-lead {
  max-width: 61ch;
  margin: 22px 0 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
}

.hero-lead-secondary {
  margin-top: 14px;
}

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

.disclaimer {
  max-width: 66ch;
  margin: 22px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.81rem;
  line-height: 1.5;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.metric-card,
.feature-card,
.comparison-card,
.step-card,
.price-card,
.faq-card,
.location-card,
.includes-card,
.stage-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

.metric-card {
  padding: 18px;
}

.metric-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: transparent;
  color: var(--blue-strong);
  font-size: 1.55rem;
  font-weight: 800;
}

.metric-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.15rem;
}

.metric-card span {
  display: flex;
  justify-content: center;
  margin-top: 6px;
  font-size: 0.92rem;
}

.metric-icon i{
    font-size: 20px;
}
.hero-image-card {
  position: relative;
  padding: 10px;
  border: 4px solid #19d2ff;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-image-card > img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
}

.hero-floating-card {
  position: absolute;
  right: -10px;
  bottom: -84px;
  width: min(320px, calc(100% - 24px));
  padding: 22px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 52px rgba(15, 49, 104, 0.16);
}

.hero-floating-card h2 {
  margin-top: 14px;
  font-size: 1.38rem;
  line-height: 1.1;
  color: var(--navy);
}

.hero-card-button {
  margin-top: 20px;
}

.hero-floating-card ul,
.checklist {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hero-floating-card li,
.checklist li {
  position: relative;
  padding-left: 30px;
}

.hero-floating-card li + li,
.checklist li + li {
  margin-top: 12px;
}

.hero-floating-card li::before,
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-strong) 100%);
  transform: translateY(-50%);
}

.checklist-negative li::before {
  background: linear-gradient(135deg, #a5b0c1 0%, #ccd3de 100%);
}

.section {
  padding: 76px 0;
}

.section-light {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4f1 100%);
}

.section-band {
  padding-top: 24px;
}

.section-dark {
  background: linear-gradient(180deg, #143d80 0%, #0f3168 100%);
}

.section-stage {
  background: #fff;
}

.section-photo {
  position: relative;
  background:
    linear-gradient(180deg, rgba(20, 61, 128, 0.94), rgba(20, 61, 128, 0.96)),
    url("assets/img/reagendar-bogota.webp") center/cover no-repeat;
}

.photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.03));
}

.section-price {
  background: linear-gradient(180deg, rgba(20, 61, 128, 0.97), rgba(14, 111, 190, 0.95));
}

.section-faq {
  background: #fff;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.section-heading p {
  margin: 16px auto 0;
  max-width: 64ch;
}

.section-heading-light h2,
.section-heading-light p {
  color: #fff;
}

.aligned-left {
  margin-left: 0;
  text-align: left;
}

.compact-heading {
  margin-bottom: 0;
}

.stage-heading {
  margin-bottom: 26px;
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stage-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 102px;
  padding: 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
}

.stage-card:hover {
  border-color: rgba(15, 163, 223, 0.45);
  box-shadow: 0 18px 34px rgba(15, 163, 223, 0.2);
  background: linear-gradient(135deg, #1b4d9a 0%, #1178c7 100%);
}

.stage-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: transparent;
  font-size: 1.55rem;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.9fr 20px 1.1fr;
  gap: 28px;
  align-items: center;
  padding: 22px 24px;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.trust-photo-wrap {
  display: flex;
  justify-content: center;
}

.trust-photo {
  width: min(100%, 420px);
  border-radius: 28px;
}

.trust-divider {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-strong) 100%);
}

.trust-copy h2 {
  margin-top: 10px;
  color: var(--navy);
  font-size: 1.65rem;
}

.trust-copy p:last-child {
  margin-top: 18px;
}

.feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.comparison-card,
.step-card,
.price-card,
.faq-card,
.location-card {
  padding: 24px;
}

.feature-number {
  color: #7ddcff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.feature-card h3,
.comparison-card h3,
.step-card h3,
.price-card h3,
.faq-card h3,
.location-card h3 {
  margin-top: 14px;
  color: var(--navy);
  font-size: 1.34rem;
  line-height: 1.18;
}

.includes-card {
  padding: 30px;
}

.includes-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
}

.includes-note {
  margin-top: 18px;
  font-size: 0.95rem;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.comparison-card-muted {
  background: #fafbfd;
}

.comparison-card-highlighted {
  background: linear-gradient(180deg, rgba(20, 61, 128, 0.96), rgba(15, 49, 104, 0.98));
  border-color: rgba(29, 183, 242, 0.28);
}

.comparison-subtitle {
  margin-top: 14px;
}

.comparison-card-highlighted h3,
.comparison-card-highlighted p,
.comparison-card-highlighted li {
  color: #fff;
}

.comparison-card-highlighted .button-primary {
  margin-top: 20px;
}

.process-layout,
.price-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  align-items: start;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step-card strong {
  color: var(--blue-strong);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-layout .section-heading h2,
.price-layout .section-heading p {
  color: #fff;
}

.price-card {
  background: #fff;
}

.price-commitment {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.price-commitment h4 {
  color: var(--navy);
  font-size: 1.06rem;
}

.testimonial-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.summary-score strong {
  display: block;
  color: #fff;
  font-size: 2rem;
}

.summary-score span {
  color: rgba(255, 255, 255, 0.8);
}

.wall-of-love {
  column-count: 3;
  column-gap: 20px;
}

.love-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
  break-inside: avoid;
}

.love-card-featured {
  background: linear-gradient(180deg, rgba(29, 183, 242, 0.2), rgba(255, 255, 255, 0.08));
}

.love-card-quote {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(240, 181, 29, 0.08));
}

.love-stars {
  color: #ffd05c;
  letter-spacing: 0.12em;
}

.love-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.92);
}

.love-card footer {
  margin-top: 18px;
}

.love-card footer strong,
.love-card footer span {
  display: block;
}

.love-card footer strong {
  color: #fff;
}

.love-card footer span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

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

.location-pin {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.18rem;
}

.location-card address {
  margin-top: 14px;
  font-style: normal;
}

.location-card p {
  margin-top: 14px;
}

.faq-shell {
  display: grid;
  gap: 28px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.faq-card h3 {
  margin-top: 0;
}

.faq-card p {
  margin: 12px 0 0;
}

.section-cta {
      padding-top: 80px;
    padding-bottom: 15px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(20, 61, 128, 0.98), rgba(14, 111, 190, 0.96));
  box-shadow: var(--shadow);
}

.cta-panel h2,
.cta-panel p {
  color: #fff;
}

.site-footer {
  padding: 24px 0 28px;
  background: linear-gradient(180deg, #143d80 0%, #0f3168 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.45fr;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-main {
  min-width: 0;
}

.footer-logo {
  width: 138px;
  margin-bottom: 10px;
}

.footer-intro {
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.footer-disclaimer-small {
  max-width: 80ch;
  margin: 8px 0 0;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.76);
}

.footer-side {
  display: flex;
  justify-content: flex-end;
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: start;
  font-size: 0.92rem;
}

.footer-links a {
  color: #fff;
}

.compliance-block {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.compliance-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.compliance-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.compliance-logo-text {
  gap: 10px;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffbe4f 0%, #f39a18 100%);
  color: #fff;
  font-weight: 800;
}

.logo-copy {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 0.9rem;
}

.trust-badge .logo-copy {
  color: #ff9db5;
}

.commerce-badge .logo-copy {
  color: #bcd6ff;
}

.compliance-caption {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
}

.fenalco-badge img {
  width: 100%;
  max-width: 132px;
  object-fit: contain;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.68);
}

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

@media (max-width: 1100px) {
  .hero-grid,
  .trust-layout,
  .process-layout,
  .price-layout,
  .comparison-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .trust-divider {
    min-height: 12px;
  }

  .feature-grid,
  .process-steps,
  .stage-grid,
  .faq-list {
    grid-template-columns: 1fr 1fr;
  }

  .wall-of-love {
    column-count: 2;
  }

  .cta-panel,
  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }

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

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .site-header {
    padding-top: 10px;
  }

  .nav-shell {
    padding: 12px 14px;
    border-radius: 22px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .hero-section {
    /* Altura del menú móvil + separación original del hero. */
    padding: 104px 0 56px;
  }

  .hero-grid {
    gap: 22px;
  }

  .eyebrow,
  .section-kicker,
  .comparison-badge,
  .floating-label,
  .mini-chip,
  .price-label {
    font-size: 0.7rem;
    padding: 7px 12px;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
    line-height: 0.98;
  }

  .hero-lead {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-image-card {
    max-width: 340px;
    margin: 0 auto;
  }

  .hero-image-card > img {
    min-height: 390px;
  }

  .hero-floating-card {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-floating-card h2 {
    font-size: 1.2rem;
  }

  .hero-floating-card li,
  .checklist li {
    padding-left: 24px;
  }

  .hero-floating-card li + li,
  .checklist li + li {
    margin-top: 10px;
  }

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

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-metrics .metric-card:last-child {
    grid-column: 1 / -1;
  }

  .metric-card {
    padding: 14px;
  }

  .metric-card strong {
    font-size: 1rem;
  }

  .metric-card span {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .stage-grid .stage-card:last-child {
    grid-column: 1 / -1;
  }

  .stage-card {
    min-height: 96px;
    padding: 14px 12px;
    font-size: 0.88rem;
    line-height: 1.25;
  }

  .trust-layout {
    gap: 16px;
    padding: 18px;
  }

  .trust-photo {
    max-width: 250px;
  }

  .trust-divider {
    min-height: 8px;
  }

  .trust-copy h2 {
    font-size: 1.3rem;
    line-height: 1.15;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    line-height: 1.05;
  }

  .section-heading p {
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .includes-card {
    padding: 20px;
  }

  .includes-list {
    gap: 10px;
    padding-left: 18px;
  }

  .comparison-card,
  .feature-card,
  .step-card,
  .price-card,
  .faq-card,
  .location-card {
    padding: 18px;
    border-radius: 18px;
  }

  .comparison-card h3,
  .feature-card h3,
  .step-card h3,
  .price-card h3,
  .faq-card h3,
  .location-card h3 {
    font-size: 1.12rem;
  }

  .process-steps {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .process-steps::-webkit-scrollbar {
    height: 6px;
  }

  .process-steps > * {
    scroll-snap-align: start;
  }

  .price-layout,
  .process-layout,
  .comparison-grid,
  .location-grid,
  .footer-grid {
    gap: 16px;
  }

  .faq-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-card p {
    line-height: 1.55;
  }

  .cta-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .cta-panel h2 {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .site-footer {
    padding: 20px 0 84px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 14px;
  }

  .footer-side {
    justify-content: flex-start;
  }

  .footer-links {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
  }

  .compliance-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .footer-meta {
    margin-top: 10px;
    font-size: 0.76rem;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-strong) 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 18px 30px rgba(15, 163, 223, 0.28);
  }

  .hero-floating-card {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .wall-of-love {
    column-count: 1;
  }
}

@media (max-width: 560px) {
  .section,
  .hero-section {
    padding-bottom: 60px;
  }

  .button,
  .button-block {
    width: 100%;
  }

  .brand img {
    width: 142px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-image-card > img {
    min-height: 360px;
  }

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

  .hero-metrics .metric-card:last-child {
    grid-column: auto;
  }

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

  .stage-grid .stage-card:last-child {
    grid-column: auto;
  }

  .process-steps {
    grid-auto-columns: 88%;
  }

  .footer-links,
  .compliance-logos {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .comparison-card,
  .step-card,
  .price-card,
  .faq-card,
  .location-card,
  .includes-card,
  .cta-panel {
    padding: 22px;
  }
}


/* =========================================================
   Bootstrap integration accessibility SEO sections and media
   ========================================================= */

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  box-shadow: var(--shadow-soft);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.bi {
  line-height: 1;
}

.button {
  gap: 9px;
  text-decoration: none;
}

.mobile-menu-toggle {
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.55rem;
}

.mobile-nav {
  --bs-offcanvas-width: min(390px, 92vw);
  color: #fff;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}

.mobile-nav .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-nav .offcanvas-header img {
  width: 150px;
  height: auto;
}

.mobile-nav nav {
  display: grid;
  gap: 8px;
}

.mobile-nav nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.07);
}

.mobile-nav nav a:hover,
.mobile-nav nav a:focus-visible {
  background: rgba(29, 183, 242, 0.2);
}

/* Infinite image showcase */
.media-showcase {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(29, 183, 242, 0.12), transparent 24%),
    radial-gradient(circle at 92% 20%, rgba(240, 181, 29, 0.1), transparent 22%),
    #fff;
}

.media-loop {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 42px;
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.media-loop-track {
  display: flex;
  width: max-content;
  gap: 22px;
  padding-inline: 12px;
  animation: media-loop-scroll 36s linear infinite;
  will-change: transform;
}

.media-loop:hover .media-loop-track,
.media-loop:focus-within .media-loop-track {
  animation-play-state: paused;
}

.media-tile {
  position: relative;
  flex: 0 0 clamp(210px, 18vw, 285px);
  aspect-ratio: 9 / 14;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(20, 61, 128, 0.18);
}

.media-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(6, 25, 58, 0.86) 100%);
  pointer-events: none;
}

.media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-tile span {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.media-tilt-left { transform: rotate(-3deg); }
.media-tilt-right { transform: rotate(3deg); }

.media-loop-help {
  margin: -8px auto 0;
  text-align: center;
  font-size: 0.84rem;
}

@keyframes media-loop-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 11px), 0, 0); }
}

/* Testimonial wall */
.testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(29, 183, 242, 0.09), transparent 24%),
    linear-gradient(180deg, #f5f7fb 0%, #eef1f6 100%);
}

.testimonials-section .section-heading h2,
.testimonials-section .section-heading p {
  color: var(--navy);
}

.heart-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.floating-heart {
  position: absolute;
  bottom: -40px;
  color: #ef6f6c;
  opacity: 0;
  animation: heart-rise var(--heart-duration, 7s) ease-in forwards;
  filter: drop-shadow(0 6px 12px rgba(239, 111, 108, 0.2));
}

@keyframes heart-rise {
  0% { transform: translate3d(0, 0, 0) scale(0.7) rotate(-8deg); opacity: 0; }
  12% { opacity: 0.72; }
  75% { opacity: 0.45; }
  100% { transform: translate3d(var(--heart-drift, 30px), -115vh, 0) scale(1.2) rotate(15deg); opacity: 0; }
}

.testimonial-summary-light {
  color: var(--navy);
  border-color: rgba(20, 61, 128, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.testimonial-summary-light .summary-score strong,
.testimonial-summary-light .summary-score span {
  color: var(--navy);
}

.google-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
}

.google-rating .bi-google {
  color: #4285f4;
}

.rating-stars,
.review-stars {
  color: #f9b817;
  letter-spacing: 0.12em;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  align-items: start;
}

.testimonial-card {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(20, 61, 128, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(20, 61, 128, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(20, 61, 128, 0.15);
}

.testimonial-card-tall {
  grid-row: span 2;
}

.reviewer-head {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  font-weight: 800;
}

.reviewer-head strong,
.reviewer-head span {
  display: block;
}

.reviewer-head strong {
  color: var(--navy);
}

.reviewer-head span {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.review-source {
  color: #4285f4;
  font-size: 1.1rem;
}

.review-stars {
  margin-top: 16px;
  font-size: 1.2rem;
}

.testimonial-card p {
  margin: 14px 0 0;
  color: #1f2d42;
  line-height: 1.68;
}

.video-testimonial-card {
  padding: 0;
  overflow: hidden;
  min-height: 360px;
}

.video-card-button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #0b2146;
  cursor: pointer;
}

.video-card-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 30, 65, 0.08), rgba(9, 30, 65, 0.88));
}

.video-card-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.video-card-button:hover img {
  transform: scale(1.035);
}

.video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #fff;
  background: rgba(29, 183, 242, 0.82);
  box-shadow: 0 14px 28px rgba(9, 30, 65, 0.35);
  transform: translate(-50%, -50%);
  font-size: 2.25rem;
}

.video-caption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  text-align: left;
}

.video-caption strong,
.video-caption small {
  display: block;
}

.video-caption small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
}

/* Video modal */
.video-modal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  color: #fff;
  background: #071a39;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.video-modal .modal-header,
.video-modal .modal-footer {
  border-color: rgba(255, 255, 255, 0.12);
}

.video-frame {
  overflow: hidden;
  border-radius: 16px;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.video-load-message {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  color: #fff;
  background: rgba(240, 181, 29, 0.17);
  border: 1px solid rgba(240, 181, 29, 0.32);
}

/* Better native performance and responsive rendering */
img {
  height: auto;
}

section[id] {
  scroll-margin-top: 112px;
}

@media (max-width: 1100px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-card-tall {
    grid-row: auto;
  }
}

@media (max-width: 820px) {
  .mobile-menu-toggle {
    display: grid;
  }

  .media-loop {
    mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  }

  .media-loop-track {
    gap: 15px;
    animation-duration: 30s;
  }

  .media-tile {
    flex-basis: min(64vw, 250px);
    border-width: 6px;
    border-radius: 22px;
  }

  .testimonial-summary-light {
    align-items: flex-start;
  }

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

  .video-testimonial-card {
    min-height: 430px;
  }
}

@media (max-width: 560px) {
  .site-header .brand {
    min-width: 0;
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .media-showcase .section-heading {
    padding-inline: 12px;
  }

  .media-tile {
    flex-basis: 68vw;
  }

  .testimonial-card {
    padding: 20px;
  }

  .video-testimonial-card {
    padding: 0;
    min-height: 390px;
  }

  .reviewer-head {
    grid-template-columns: 44px minmax(0, 1fr) auto;
  }

  .reviewer-avatar {
    width: 44px;
    height: 44px;
  }

  .video-modal .modal-dialog {
    margin: 10px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .media-loop-track {
    animation: none;
    overflow-x: auto;
  }
  .floating-heart {
    display: none;
  }
}

/* ===== REAGENDAR V2 IMPROVEMENTS ===== */

/* Real brand assets */
.brand img,
.offcanvas-header img {
  width: clamp(180px, 16vw, 230px);
  height: auto;
  object-fit: contain;
}

.footer-logo {
  width: min(240px, 100%);
  height: auto;
}

/* More expressive hero metrics */
.hero-metrics {
  align-items: stretch;
}

.metric-card {
  position: relative;
  overflow: hidden;
  min-height: 218px;
  padding: 24px 20px 22px;
  border: 1px solid rgba(255,255,255,.44);
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 44px rgba(6,35,82,.18);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.metric-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,183,242,.18), transparent 68%);
}

.metric-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29,183,242,.5);
  box-shadow: 0 24px 54px rgba(6,35,82,.24);
}

.metric-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue) 0%, #0b80cf 100%);
  box-shadow: 0 14px 28px rgba(15,163,223,.27);
  font-size: 1.45rem;
}

.metric-card-1 .metric-icon { background: linear-gradient(135deg, #4285f4, #1db7f2); }
.metric-card-2 .metric-icon { background: linear-gradient(135deg, #143d80, #2873c9); }
.metric-card-3 .metric-icon { background: linear-gradient(135deg, #0fa3df, #20c997); }

.metric-card strong {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1.22;
}

.metric-card > span:last-child {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #354966;
  line-height: 1.55;
}

/* Includes section redesigned as individual cards */
#incluye {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(29,183,242,.12), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(240,181,29,.09), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
}

#incluye .includes-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

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

.include-item {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0,1fr);
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(20,61,128,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 34px rgba(20,61,128,.08);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.include-item::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(29,183,242,.08);
}

.include-item:hover {
  transform: translateY(-4px);
  border-color: rgba(29,183,242,.45);
  box-shadow: 0 22px 44px rgba(20,61,128,.13);
}

.include-item-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 13px 25px rgba(20,61,128,.2);
  font-size: 1.55rem;
}

.include-item-number {
  display: inline-flex;
  margin-bottom: 5px;
  color: var(--blue-strong);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.include-item p {
  margin: 0;
  color: #263a57;
  font-weight: 600;
  line-height: 1.55;
}

.includes-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(240,181,29,.36);
  border-radius: 18px;
  color: #5f4b14;
  background: rgba(255,245,209,.86);
  font-size: .65rem;
}

.cta-panel p{
    margin-bottom: 0px !important;
}

.reviewer-head .reviewer-avatar{
    color: #fff;
    text-align: center;
}
.includes-alert i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #d49700;
  font-size: 1.25rem;
}

/* Testimonial wall and full-height heart effect */
.testimonial-wall-section {
  isolation: isolate;
  min-height: 920px;
  padding-top: 96px;
  background:
    radial-gradient(circle at 8% 8%, rgba(29,183,242,.12), transparent 24%),
    radial-gradient(circle at 92% 14%, rgba(239,111,108,.10), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
}

.testimonial-wall-section > .container {
  z-index: 2;
}

.heart-field {
  z-index: 1;
  inset: 0;
  overflow: hidden;
}

.floating-heart {
  position: absolute;
  top: var(--heart-start, 100%);
  bottom: auto;
  color: var(--heart-color, #ef6f6c);
  opacity: 0;
  animation: heart-rise-full var(--heart-duration, 10s) linear forwards;
  filter: drop-shadow(0 8px 15px rgba(239,111,108,.22));
}

@keyframes heart-rise-full {
  0% { transform: translate3d(0,0,0) scale(.65) rotate(-10deg); opacity: 0; }
  10% { opacity: .72; }
  82% { opacity: .45; }
  100% { transform: translate3d(var(--heart-drift, 30px), calc(-1 * var(--heart-travel, 1200px)), 0) scale(1.25) rotate(18deg); opacity: 0; }
}

.testimonial-summary-light {
  border-radius: 28px;
  padding: 24px 28px;
  background: rgba(255,255,255,.92);
}

.testimonial-masonry {
  column-count: 3;
  column-gap: 20px;
}

.testimonial-masonry > .testimonial-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  break-inside: avoid;
}

.google-review-card {
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(20,61,128,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 15px 38px rgba(20,61,128,.10);
}

.google-review-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

.review-quote-icon {
  position: absolute;
  right: 18px;
  bottom: 10px;
  color: rgba(20,61,128,.06);
  font-size: 4.8rem;
  line-height: 1;
}

.google-review-card .reviewer-head,
.google-review-card .review-stars,
.google-review-card p {
  position: relative;
  z-index: 1;
}

.reviewer-avatar {
  box-shadow: 0 10px 22px rgba(20,61,128,.18);
}

.review-stars {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff8df;
  font-size: 1rem;
}

.video-testimonial-card {
  position: relative;
  min-height: 430px;
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(20,61,128,.15);
}

.video-testimonial-2 { min-height: 500px; }

/* Locations with map embeds */
.location-grid {
  align-items: stretch;
}

.location-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 26px;
}

.location-map {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(20,61,128,.12);
  border-radius: 20px;
  background: #eef3f8;
}

.location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.button-map {
  gap: 8px;
  margin-top: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #176cb8);
  box-shadow: 0 14px 28px rgba(20,61,128,.18);
}

/* Bootstrap FAQ accordion styled to brand */
.section-faq {
  background:
    radial-gradient(circle at 100% 0, rgba(29,183,242,.09), transparent 24%),
    #fff;
}

.faq-shell {
  grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 124px;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(20,61,128,.13);
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20,61,128,.07);
}

.faq-accordion .accordion-button {
  padding: 22px 64px 22px 22px;
  color: var(--navy);
  background: #fff;
  box-shadow: none;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #176dbb);
}

.faq-accordion .accordion-button::after {
  position: absolute;
  right: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(29,183,242,.11);
  background-position: center;
  background-size: 15px;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  background-color: rgba(255,255,255,.16);
}

.faq-accordion .accordion-body {
  padding: 22px;
  background: #fbfdff;
}

.faq-accordion .accordion-body p {
  margin: 0;
  color: #40516b;
}

.faq-accordion .accordion-body p + p {
  margin-top: 12px;
}

/* Legal pages */
.legal-page-body {
  background: #f5f7fb;
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(20,61,128,.97);
  box-shadow: 0 10px 30px rgba(8,32,70,.22);
  backdrop-filter: blur(12px);
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 86px;
}

.legal-brand img {
  width: 220px;
  height: auto;
}

.legal-back {
  min-height: 46px;
  gap: 8px;
}

.legal-main {
  min-height: 70vh;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 64px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 14%, rgba(29,183,242,.25), transparent 26%),
    linear-gradient(135deg, #143d80 0%, #0e6fbe 100%);
}

.legal-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-weight: 700;
}

.legal-hero h1 {
  max-width: 17ch;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 1.02;
}

.legal-updated {
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
}

.legal-section {
  padding: 56px 0 80px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0,1fr);
  gap: 28px;
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 112px;
}

.legal-aside-card {
  padding: 24px;
  border: 1px solid rgba(20,61,128,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.legal-aside-card strong {
  color: var(--navy);
  font-size: 1.08rem;
}

.legal-aside-card p {
  margin: 10px 0 18px;
  font-size: .9rem;
}

.legal-aside-card a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  color: var(--navy);
  font-weight: 700;
}

.legal-document {
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid rgba(20,61,128,.11);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20,61,128,.09);
}

.legal-document h2 {
  margin: 42px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20,61,128,.12);
  color: var(--navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal-document h2:first-of-type {
  margin-top: 24px;
}

.legal-document h3 {
  margin: 28px 0 12px;
  color: #155b9d;
  font-size: 1.2rem;
}

.legal-document h4 {
  margin: 22px 0 10px;
  color: #243f66;
  font-size: 1.03rem;
}

.legal-document p,
.legal-document li,
.legal-document dd {
  color: #465772;
  line-height: 1.8;
}

.legal-document ul,
.legal-document ol {
  padding-left: 1.35rem;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-definitions {
  display: grid;
  gap: 14px;
}

.legal-definitions dt {
  color: var(--navy);
  font-weight: 800;
}

.legal-definitions dd {
  margin: -8px 0 0;
  padding: 0 0 14px;
  border-bottom: 1px dashed rgba(20,61,128,.14);
}

.legal-callout {
  margin: 26px 0;
  padding: 20px 22px;
  border-left: 5px solid var(--gold);
  border-radius: 14px;
  color: #4d421e;
  background: #fff7d9;
  line-height: 1.7;
}

.legal-footer {
  padding-bottom: 28px;
}

@media (max-width: 1100px) {
  .includes-grid { grid-template-columns: 1fr; }
  .testimonial-masonry { column-count: 2; }
  .faq-shell { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
}

@media (max-width: 820px) {
  .metric-card { min-height: 0; }
  .testimonial-wall-section { padding-top: 70px; }
  .testimonial-masonry { column-count: 1; }
  .testimonial-summary-light { align-items: stretch; }
  .testimonial-summary-light .button { width: 100%; }
  .location-map { min-height: 260px; }
  .faq-accordion .accordion-button { padding: 19px 58px 19px 18px; }
  .legal-nav { min-height: 76px; }
  .legal-brand img { width: 175px; }
  .legal-back { width: auto; padding-inline: 16px; }
  .legal-hero { padding: 56px 0 48px; }
}

@media (max-width: 560px) {
  .include-item {
    grid-template-columns: 50px minmax(0,1fr);
    gap: 14px;
    min-height: 0;
    padding: 18px;
  }
  .include-item-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 1.25rem;
  }
  .google-review-card { padding: 22px; }
  .video-testimonial-card,
  .video-testimonial-2 { min-height: 390px; }
  .location-card { padding: 20px; }
  .location-map { min-height: 230px; }
  .button-map { width: 100%; }
  .legal-back span { display: none; }
  .legal-back { min-width: 46px; padding: 0 14px; }
  .legal-document { padding: 22px 18px; border-radius: 20px; }
}

/* Acciones flotantes: WhatsApp y volver arriba */
.floating-actions {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.floating-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 14px 32px rgba(15, 49, 104, 0.28);
  transition: transform .2s ease, box-shadow .2s ease, opacity .25s ease, visibility .25s ease;
}

.floating-action:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 38px rgba(15, 49, 104, 0.34);
}

.floating-action:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 183, 242, 0.45), 0 18px 38px rgba(15, 49, 104, 0.34);
}

.floating-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #12a94b 100%);
}

.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 2px solid rgba(37, 211, 102, 0.36);
  border-radius: inherit;
  animation: whatsappPulse 2.2s ease-out infinite;
}

.back-to-top {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue-strong) 100%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top.is-visible:hover {
  transform: translateY(-3px) scale(1.03);
}

@keyframes whatsappPulse {
  0% { opacity: .8; transform: scale(.88); }
  70%, 100% { opacity: 0; transform: scale(1.25); }
}

@media (max-width: 820px) {
  .floating-actions {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(78px + env(safe-area-inset-bottom));
    gap: 10px;
  }

  .floating-action {
    width: 54px;
    height: 54px;
    font-size: 1.4rem;
  }

  .legal-page-body .floating-actions {
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp::before { animation: none; }
  .floating-action { transition: none; }
}



/* ===== REAGENDAR V5: AJUSTES VISUALES SOLICITADOS ===== */

/* Iconos más grandes en el banner principal. */
.metric-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border-radius: 22px;
  font-size: 2rem;
}

/* Iconos más grandes en la selección de etapa. */
.stage-card {
  min-height: 180px;
}

.stage-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 14px;
  font-size: 2.35rem;
}

/* Checks para recomendaciones y X para la alternativa por cuenta propia. */
.checklist-positive li::before,
.checklist-negative li::before {
  display: grid;
  place-items: center;
  top: 0.84em;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.checklist-positive li::before {
  content: "✓";
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-strong) 100%);
  box-shadow: 0 7px 14px rgba(15, 163, 223, 0.2);
}

.checklist-negative li::before {
  content: "×";
  background: linear-gradient(135deg, #a8b4c6 0%, #7d8ca3 100%);
  box-shadow: 0 7px 14px rgba(75, 89, 111, 0.16);
}

/* Los corazones pasan por delante de las tarjetas sin bloquear interacciones. */
.testimonial-wall-section > .container {
  position: relative;
  z-index: 2;
}

.testimonial-wall-section .heart-field {
  z-index: 6;
}

.testimonial-wall-section .floating-heart {
  opacity: 0;
  text-shadow: 0 6px 18px rgba(239, 111, 108, 0.28);
}

/* Avatares preparados para fotos reales y fallback visible mientras se suministran. */
.reviewer-avatar-photo,
.reviewer-avatar-fallback {
  overflow: hidden;
  flex: 0 0 auto;
}

.reviewer-avatar-photo {
  object-fit: cover;
  object-position: center;
}

/* Fotografías de las sedes en lugar de las siglas BOG y BGA. */
.location-photo {
  width: 150px;
  height: 150px;
  margin-bottom: 18px;
}

.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(20, 61, 128, 0.18));
}

/* Logos institucionales definitivos. */
.compliance-logo {
  min-height: 120px;
  padding: 8px 14px;
}

.compliance-logo img {
  display: block;
  width: 100%;
  height: 88px;
  object-fit: contain;
}

.compliance-logo-sic img { max-width: 210px; }
.compliance-logo-etrust img { max-width: 190px; }
.compliance-logo-fenalco img { max-width: 170px; }
.compliance-logo-camara img { max-width: 210px; }

@media (max-width: 820px) {
  .metric-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    font-size: 1.8rem;
  }

  .stage-card {
    min-height: 164px;
  }

  .stage-icon {
    width: 72px;
    height: 72px;
    font-size: 2.05rem;
  }

  /* Un cajón completo por desplazamiento y todos con la misma altura. */
  .process-steps {
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-rows: minmax(430px, 1fr);
    align-items: stretch;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 0;
  }

  .process-steps > .step-card {
    width: 100%;
    min-height: 430px;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .location-photo {
    width: 132px;
    height: 132px;
  }

  .compliance-logo {
    min-height: 108px;
  }

  .compliance-logo img {
    height: 76px;
  }
}

@media (max-width: 560px) {
  .hero-metrics .metric-card {
    min-height: 0;
  }

  .stage-card {
    min-height: 150px;
  }

  .process-steps {
    grid-template-rows: minmax(400px, 1fr);
  }

  .process-steps > .step-card {
    min-height: 400px;
  }

  .location-photo {
    width: 118px;
    height: 118px;
  }

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

/* =========================================================
   AJUSTES V6
   ========================================================= */

/* Menú alineado verticalmente y CTA principal con mayor contraste. */
.nav-shell {
  min-height: 86px;
  align-items: center;
}

.nav-links {
  align-self: stretch;
  align-items: center;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  line-height: 1.25;
}

.nav-cta {
  min-width: 190px;
  min-height: 56px;
  padding-inline: 28px;
  white-space: nowrap;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.56);
  background: linear-gradient(135deg, #22c7f5 0%, #08a9e5 100%);
  box-shadow: 0 12px 30px rgba(8, 169, 229, 0.38), 0 0 0 5px rgba(255, 255, 255, 0.07);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #37d0fb 0%, #069bd3 100%);
  box-shadow: 0 16px 36px rgba(8, 169, 229, 0.48), 0 0 0 6px rgba(255, 255, 255, 0.1);
}

/* Checks verdes en recomendaciones y en la tarjeta del banner. */
.hero-floating-card li::before,
.checklist li::before {
  content: "✓";
  display: grid;
  place-items: center;
  top: 0.84em;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #34d276 0%, #16a85a 100%);
  box-shadow: 0 7px 15px rgba(22, 168, 90, 0.25);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

/* X rojas para la alternativa por cuenta propia. */
.checklist-negative li::before {
  content: "×";
  color: #fff;
  background: linear-gradient(135deg, #f05e5e 0%, #cf3535 100%);
  box-shadow: 0 7px 15px rgba(207, 53, 53, 0.24);
}

/* Corazones realmente por delante de las reseñas. */
.testimonial-wall-section .heart-field {
  z-index: 30;
}

.testimonial-wall-section .floating-heart {
  z-index: 31;
  opacity: 0;
  filter: drop-shadow(0 8px 16px rgba(239, 111, 108, 0.32));
}

.testimonial-wall-section .testimonial-card,
.testimonial-wall-section .testimonial-summary-light,
.testimonial-wall-section .section-heading {
  position: relative;
  z-index: 2;
}

/* Permite que las fotos de reseñadores aparezcan automáticamente al subirlas. */
.reviewer-avatar-fallback.has-photo {
  color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Logos institucionales más discretos. */
.compliance-block {
  margin-top: 14px;
  padding-top: 12px;
}

.compliance-logos {
  gap: 8px;
  max-width: 880px;
}

.compliance-logo {
  min-height: 82px;
  padding: 4px 10px;
}

.compliance-logo img {
  width: auto;
  height: 58px;
  max-width: 150px;
  object-fit: contain;
}

.compliance-logo-sic img { max-width: 145px; }
.compliance-logo-etrust img { max-width: 135px; }
.compliance-logo-fenalco img { max-width: 115px; }
.compliance-logo-camara img { max-width: 145px; }

/* Tarjetas de video verticales optimizadas. */
.video-testimonial-card {
  min-height: 420px;
}

.video-card-button img {
  object-position: center;
}

@media (max-width: 1100px) {
  .nav-shell {
    min-height: 76px;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-links a {
    font-size: 0.88rem;
  }

  .nav-cta {
    min-width: 168px;
    padding-inline: 20px;
  }
}

@media (max-width: 820px) {
  /* La tarjeta de calificación conserva el orden: puntuación estrellas y botón. */
  .testimonial-summary-light {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }

  .testimonial-summary-light .summary-score,
  .testimonial-summary-light .google-rating,
  .testimonial-summary-light > .button {
    width: 100% !important;
    max-width: none !important;
  }

  .testimonial-summary-light .google-rating {
    justify-content: flex-start !important;
    flex-wrap: wrap;
  }

  .testimonial-summary-light > .button {
    display: inline-flex !important;
    align-self: stretch !important;
    margin: 0 !important;
    white-space: normal;
    text-align: center;
  }

  /* Un solo paso completo por desplazamiento horizontal. */
  .process-steps {
    display: flex !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    grid-auto-columns: unset !important;
    grid-auto-flow: unset !important;
    width: 100%;
    max-width: 100%;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 10px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .process-steps > .step-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 420px;
    height: auto;
    box-sizing: border-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .compliance-logo {
    min-height: 70px;
    padding: 3px 8px;
  }

  .compliance-logo img {
    height: 48px;
    max-width: 125px;
  }

  .video-testimonial-card {
    min-height: 460px;
  }
}

@media (max-width: 560px) {
  .process-steps > .step-card {
    min-height: 390px;
  }

  .testimonial-summary-light {
    padding: 22px !important;
  }

  .testimonial-summary-light .google-rating {
    font-size: 1.18rem;
  }

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

  .compliance-logo img {
    height: 44px;
    max-width: 112px;
  }
}

/* =========================================================
   AJUSTES PARA LA SECCIÓN DE TESTIMONIOS V7
   Agrega este bloque al final de styles.css
   ========================================================= */

.google-review-card {
  overflow: hidden;
}

.google-review-card-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.google-review-card-link:hover,
.google-review-card-link:focus-visible {
  color: inherit;
}

.reviewer-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.reviewer-avatar.reviewer-avatar-photo {
  display: block;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 3px solid rgba(29, 183, 242, 0.18);
  box-shadow: 0 9px 20px rgba(20, 61, 128, 0.15);
}

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

.reviewer-copy strong,
.reviewer-copy span {
  display: block;
}

.reviewer-copy strong {
  color: var(--navy);
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.reviewer-copy span {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.review-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.review-date {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.review-media {
  margin: 20px -22px -22px;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
  background: #edf3f9;
}

.review-media img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.review-original-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: var(--blue-strong);
  font-size: 0.88rem;
  font-weight: 700;
}

.testimonial-masonry .video-testimonial-card {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
}

@media (max-width: 820px) {
  .testimonial-summary.testimonial-summary-light {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .testimonial-summary.testimonial-summary-light .summary-score,
  .testimonial-summary.testimonial-summary-light .google-rating,
  .testimonial-summary.testimonial-summary-light > .button {
    width: 100% !important;
    max-width: none !important;
  }

  .testimonial-summary.testimonial-summary-light .google-rating {
    justify-content: flex-start !important;
  }

  .testimonial-summary.testimonial-summary-light > .button {
    position: static !important;
    display: inline-flex !important;
    align-self: stretch !important;
    justify-content: center !important;
    transform: none !important;
    margin: 0 !important;
  }
}

@media (max-width: 560px) {
  .reviewer-head {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 11px;
  }

  .reviewer-avatar.reviewer-avatar-photo {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .review-media {
    margin-inline: -18px;
    margin-bottom: -18px;
  }
}

.media-video-showcase {
  overflow: hidden;
}

.media-video-loop .media-loop-track {
  align-items: stretch;
}

.media-video-tile {
  position: relative;
  flex: 0 0 clamp(230px, 22vw, 330px);
  min-height: 440px;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #0f3168;
}

.media-video-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  background: #0f3168;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.media-video-button img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.media-video-button:hover img,
.media-video-button:focus-visible img {
  transform: scale(1.035);
}

.media-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 49, 104, 0.05) 38%, rgba(15, 49, 104, 0.92) 100%);
  pointer-events: none;
}

.media-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(29, 183, 242, 0.92);
  color: #fff;
  font-size: 2.2rem;
  box-shadow: 0 18px 38px rgba(15, 49, 104, 0.32);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, background 0.25s ease;
  pointer-events: none;
}

.media-video-button:hover .media-video-play,
.media-video-button:focus-visible .media-video-play {
  background: var(--blue-strong);
  transform: translate(-50%, -50%) scale(1.08);
}

.media-video-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}

.media-video-caption strong,
.media-video-caption small {
  display: block;
}

.media-video-caption strong {
  font-size: 1rem;
  line-height: 1.35;
}

.media-video-caption small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
}

.media-video-button:focus-visible {
  outline: 4px solid rgba(29, 183, 242, 0.5);
  outline-offset: -4px;
}

/* Los clones creados por site.js mantienen el carrusel infinito.
   Los 8 videos originales son únicos; la duplicación visual solo crea el bucle. */

@media (max-width: 820px) {
  .media-video-tile {
    flex-basis: min(78vw, 300px);
    min-height: 420px;
  }

  .media-video-button,
  .media-video-button img {
    min-height: 420px;
  }

  .media-video-play {
    width: 66px;
    height: 66px;
    font-size: 2rem;
  }
}

@media (max-width: 560px) {
  .media-video-tile {
    flex-basis: 82vw;
    min-height: 410px;
  }

  .media-video-button,
  .media-video-button img {
    min-height: 410px;
  }
}