/* Fidod home — producto delivery (Uber/Rappi/DoorDash).
   Base: blanco + azul marca. Cero navy, cero anime, cero naranja, cero #050506. */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

body.fd-home {
  --fd-blue: #00A8FF;
  --fd-blue-mid: #0B8CFF;
  --fd-blue-deep: #0080CC;
  --fd-blue-soft: #E8F4FF;
  --fd-sky: #3DB7FF;
  --fd-ink: #122033;
  --fd-muted: #4B5D70;
  --fd-line: #D6E6F4;
  /* Divisores entre secciones del home (bajo el hero): un poco más visibles */
  --fd-section-line: #A9C5DD;
  --fd-bg: #F7FBFF;
  --fd-white: #FFFFFF;
  --fd-accent: #00A8FF;
  --fd-font: 'Plus Jakarta Sans', system-ui, sans-serif;
  --fd-display: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
  --fd-space-1: 8px;
  --fd-space-2: 16px;
  --fd-space-3: 24px;
  --fd-space-4: 32px;
  --fd-space-5: 48px;
  --fd-space-6: 80px;
  --fd-wrap: min(1160px, calc(100% - 2 * clamp(1.15rem, 4vw, 2rem)));
  background: var(--fd-bg);
  color: var(--fd-ink);
  font-family: var(--fd-font);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.fd-home .fd-wrap {
  width: var(--fd-wrap);
}

body.fd-home .fd-top {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--fd-line);
  box-shadow: none;
}

body.fd-home .fd-logo img {
  height: 34px;
}

body.fd-home .fd-nav a {
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: -.01em;
}

body.fd-home .fd-nav a:hover,
body.fd-home .fd-nav a.is-active {
  background: var(--fd-blue-soft);
  color: var(--fd-blue-mid);
}

body.fd-home .fd-btn {
  background: #00A8FF;
  color: #fff;
  border-radius: 14px;
  min-height: 52px;
  padding: .95rem 1.45rem;
  font-size: 1.02rem;
  font-weight: 750;
  letter-spacing: -.015em;
  box-shadow: 0 10px 28px rgba(0, 168, 255, .26);
}

body.fd-home .fd-btn:hover {
  background: #0B8CFF;
  color: #fff;
  box-shadow: 0 14px 32px rgba(11, 140, 255, .3);
}

body.fd-home .fd-btn--ghost {
  background: #fff;
  color: #0B8CFF;
  border: 1.5px solid #C4DCF0;
  box-shadow: none;
}

body.fd-home .fd-btn--ghost:hover {
  background: var(--fd-blue-soft);
  color: #0077D6;
}

/* Banner noticia: azul marca, no navy */
body.fd-home .fd-news {
  background: #00A8FF;
  color: #fff;
  border-bottom: 0;
}

body.fd-home .fd-news-tag {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .4);
}

body.fd-home .fd-news-hoy {
  margin-left: .55rem;
  padding: .28rem .7rem;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
}

body.fd-home .fd-news-hoy:hover {
  background: rgba(255, 255, 255, .16);
}

body.fd-home .fd-news[hidden] { display: none !important; }

/* Anula hero navy / collage / video-en-hero si quedara markup viejo */
body.fd-home .fd-hero,
body.fd-home .fd-hero-media,
body.fd-home .fd-hero-video,
body.fd-home .fd-hero-collage {
  display: none !important;
}

/* ——— Hero producto ——— */
.fd-prohero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.75rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(680px 320px at 92% 7%, rgba(0, 168, 255, .13), transparent 64%),
    radial-gradient(540px 240px at 0% 100%, rgba(0, 128, 204, .07), transparent 60%),
    #fff;
}

.fd-prohero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

@media (min-width: 920px) {
  .fd-prohero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 340px);
  }
}

.fd-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 1rem;
  color: var(--fd-blue-deep);
  font-family: var(--fd-display);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fd-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border: 3px solid #DDF3FF;
  border-radius: 999px;
  background: var(--fd-blue);
  box-shadow: 0 0 0 1px rgba(0, 128, 204, .18);
}

.fd-prohero h1 {
  margin: 0 0 .9rem;
  max-width: 15ch;
  font-family: var(--fd-display);
  font-size: clamp(2.75rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.02;
  color: var(--fd-ink);
}

.fd-prohero-lead {
  margin: 0 0 1.5rem;
  max-width: 44ch;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--fd-muted);
  font-weight: 500;
}

.fd-store-review {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.5rem;
  padding: 1.25rem;
  max-width: 39rem;
  border: 1px solid rgba(0, 128, 204, .14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .99) 0%, rgba(245, 251, 255, .98) 55%, rgba(231, 247, 255, .96) 100%);
  box-shadow:
    0 24px 64px rgba(0, 128, 204, .12),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.fd-store-review::before {
  content: "";
  position: absolute;
  inset: 0 16% auto;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--fd-blue), transparent);
  opacity: .8;
}

.fd-store-review::after {
  content: "";
  position: absolute;
  top: -118px;
  right: -88px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(0, 168, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(0, 168, 255, .035);
  pointer-events: none;
}

.fd-store-review > * {
  position: relative;
  z-index: 1;
}

.fd-store-review__intro {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
}

.fd-store-review__mark {
  position: relative;
  display: inline-grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(0, 128, 204, .16);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #E9F7FF 100%);
  box-shadow: 0 10px 26px rgba(0, 128, 204, .12);
}

.fd-store-review__mark::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--fd-blue);
  border-radius: 50%;
}

.fd-store-review__mark::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--fd-blue-deep);
  box-shadow: 0 2px 7px rgba(0, 128, 204, .28);
}

.fd-store-review__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: .08rem;
}

.fd-store-review__heading span {
  color: var(--fd-muted);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .035em;
}

.fd-store-review__heading strong {
  color: var(--fd-ink);
  font-family: var(--fd-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.fd-store-review__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fd-store-review__list li {
  display: flex;
  min-width: 0;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  padding: .8rem .85rem;
  border: 1px solid rgba(0, 128, 204, .11);
  border-radius: 16px;
  background: rgba(255, 255, 255, .84);
}

.fd-store-review__name {
  color: var(--fd-ink);
  font-size: .9rem;
  font-weight: 750;
  letter-spacing: -.015em;
}

.fd-store-review__status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .4rem;
  padding: .38rem .6rem;
  border-radius: 999px;
  background: #E5F6FF;
  color: #006EAF;
  font-size: .75rem;
  font-weight: 750;
  white-space: nowrap;
}

.fd-store-review__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fd-blue);
  box-shadow: 0 0 0 3px rgba(0, 168, 255, .12);
}

.fd-store-review__note {
  margin: .9rem .1rem 0;
  color: var(--fd-muted);
  font-size: .84rem;
  font-weight: 550;
  line-height: 1.45;
}

.fd-prohero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 0 0 1rem;
}

.fd-prohero-cta .fd-btn {
  min-height: 56px;
  padding: 1rem 1.7rem;
  font-size: 1.08rem;
}

/* ——— Puntos de registro (tabs por municipio) ——— */
#puntos-registro {
  scroll-margin-top: 5.5rem;
}

body.fd-home .fd-puntos-reg {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(11, 140, 255, .07), transparent 55%),
    linear-gradient(180deg, #F7FBFF 0%, #fff 100%);
  border-top: 2px solid var(--fd-section-line);
  border-bottom: 2px solid var(--fd-section-line);
}

body.fd-home .fd-puntos-reg-head {
  max-width: 36rem;
  margin: 0 auto 1.35rem;
  text-align: center;
}

body.fd-home .fd-puntos-reg-head h2 {
  margin: 0 0 .55rem;
  font-family: var(--fd-display);
  font-size: clamp(1.45rem, 3.4vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.18;
  color: var(--fd-ink);
}

body.fd-home .fd-puntos-reg-lead {
  margin: 0;
  color: var(--fd-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

body.fd-home .fd-puntos-reg-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
  max-width: 44rem;
  margin: 0 auto 1.15rem;
}

body.fd-home .fd-puntos-reg-tab {
  appearance: none;
  box-sizing: border-box;
  min-height: 48px;
  padding: .75rem 1.1rem;
  border: 1.5px solid #B8D9F5;
  border-radius: 14px;
  background: #fff;
  color: #0A6FD4;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 750;
  letter-spacing: -.01em;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease;
  flex: 1 1 10.5rem;
  max-width: 100%;
}

body.fd-home .fd-puntos-reg-tab:hover {
  border-color: #0B8CFF;
  background: #F0F8FF;
  color: #0860B8;
}

body.fd-home .fd-puntos-reg-tab:focus-visible {
  outline: 3px solid rgba(11, 140, 255, .35);
  outline-offset: 2px;
}

body.fd-home .fd-puntos-reg-tab.is-active,
body.fd-home .fd-puntos-reg-tab[aria-selected="true"] {
  border-color: #0B8CFF;
  background: linear-gradient(180deg, #0B8CFF 0%, #0A6FD4 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(11, 140, 255, .22);
}

body.fd-home .fd-puntos-reg-hint {
  margin: 0 auto 1rem;
  max-width: 40rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  border: 1.5px dashed #B8D9F5;
  background: #fff;
  color: #4A6A85;
  font-size: .98rem;
  font-weight: 650;
  text-align: center;
}

body.fd-home .fd-puntos-reg-hint[hidden] {
  display: none;
}

body.fd-home .fd-puntos-reg-panels {
  max-width: 40rem;
  margin: 0 auto;
}

body.fd-home .fd-puntos-reg-panel {
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1.5px solid #C9E4F8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(11, 140, 255, .06);
}

body.fd-home .fd-puntos-reg-panel[hidden] {
  display: none;
}

body.fd-home .fd-puntos-reg-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.fd-home .fd-puntos-reg-card {
  display: grid;
  gap: 1.1rem;
  align-items: start;
  justify-items: center;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

body.fd-home .fd-puntos-reg-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 8.5rem;
  height: 8.5rem;
  margin: 0 auto;
  padding: .9rem;
  border: 1.5px solid #C9E4F8;
  border-radius: 18px;
  background: #F7FBFF;
  overflow: hidden;
}

body.fd-home .fd-puntos-reg-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  object-fit: contain;
  object-position: center center;
  flex-shrink: 1;
  align-self: center;
}

body.fd-home .fd-puntos-reg-body {
  width: 100%;
  text-align: center;
}

body.fd-home .fd-puntos-reg-negocio {
  margin: 0 0 .85rem;
  font-family: var(--fd-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--fd-ink);
}

body.fd-home .fd-puntos-reg-dir,
body.fd-home .fd-puntos-reg-horario {
  display: grid;
  gap: .2rem;
  margin: 0 0 .75rem;
  padding: .75rem .9rem;
  border-radius: 14px;
  background: #F0F8FF;
  border: 1px solid #C9E4F8;
  color: var(--fd-ink);
  font-size: .95rem;
  line-height: 1.4;
}

body.fd-home .fd-puntos-reg-dir strong,
body.fd-home .fd-puntos-reg-horario strong {
  font-size: 1.05rem;
  font-weight: 800;
}

body.fd-home .fd-puntos-reg-ref {
  display: block;
  margin-top: .15rem;
  font-weight: 700;
  color: var(--fd-ink);
}

body.fd-home .fd-puntos-reg-label {
  color: #0B8CFF;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.fd-home .fd-puntos-reg-note {
  margin: 0;
  color: var(--fd-muted);
  font-size: .95rem;
  line-height: 1.5;
  font-weight: 550;
}

body.fd-home .fd-puntos-reg-soon {
  margin: 0;
  padding: 1.15rem 1.1rem;
  border-radius: 14px;
  border: 1.5px dashed #B8D9F5;
  background: #F7FBFF;
  color: #4A6A85;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 640px) {
  body.fd-home .fd-puntos-reg-tabs {
    flex-wrap: nowrap;
    gap: .75rem;
  }

  body.fd-home .fd-puntos-reg-tab {
    flex: 1 1 0;
    font-size: .98rem;
    padding: .8rem 1rem;
  }

  body.fd-home .fd-puntos-reg-panel {
    padding: 1.35rem 1.45rem 1.45rem;
  }

  body.fd-home .fd-puntos-reg-card {
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: 1.35rem;
    align-items: center;
    justify-items: stretch;
  }

  body.fd-home .fd-puntos-reg-logo {
    margin: 0;
  }

  body.fd-home .fd-puntos-reg-body {
    text-align: left;
  }
}

.fd-prohero-apks {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fd-prohero-apks a {
  color: #0B8CFF;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
}

.fd-prohero-apks a:hover { text-decoration: underline; }

.fd-ios-block,
.fd-webapps {
  margin: 1.15rem 0 0;
  padding: 1rem 1.05rem;
  max-width: 36rem;
  border: 1.5px dashed #7CC4F5;
  border-radius: 16px;
  background: #F3FAFF;
}
.fd-webapps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin: .75rem 0 0;
}
.fd-webapp-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  text-decoration: none;
  color: #0B3B66;
  font-weight: 800;
  text-align: center;
}
.fd-webapp-card img {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.25rem;
  box-shadow: 0 8px 18px rgba(11, 140, 255, .22);
  object-fit: cover;
  background: #00A8FF;
}
.fd-webapp-card strong { font-size: .95rem; }
.fd-ios-block .fd-badge,
.fd-webapps .fd-badge { margin-bottom: .45rem; }
.fd-ios-block p,
.fd-webapps p { margin: 0 0 .35rem; color: var(--fd-ink); font-size: .95rem; }
.fd-ios-block-note { color: var(--fd-muted) !important; font-weight: 500; }
.fd-ios-links {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .85rem;
  margin: .55rem 0 0;
  padding: 0;
  list-style: none;
}
.fd-ios-links a {
  color: #0B8CFF;
  font-weight: 800;
  text-decoration: none;
}
.fd-ios-links a:hover { text-decoration: underline; }

.fd-cities-block {
  margin: 1.15rem 0 0;
}
.fd-cities {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--fd-muted);
  font-weight: 650;
  font-size: .92rem;
}
.fd-since {
  margin: .45rem 0 0;
  padding: 0;
  color: var(--fd-muted);
  font-weight: 650;
  font-size: .88rem;
  line-height: 1.35;
}

.fd-origin {
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  max-width: 39rem;
  margin: 1.05rem 0 0;
  padding: 1.2rem 0 .1rem;
}

.fd-origin::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 128, 204, .4), rgba(0, 168, 255, .12) 70%, transparent);
}

.fd-origin::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 68px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fd-blue-deep), var(--fd-blue));
  box-shadow: 0 4px 14px rgba(0, 168, 255, .22);
}

.fd-origin__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: .12rem;
  margin: 0;
}

.fd-origin__item + .fd-origin__item {
  padding-left: clamp(1.5rem, 4vw, 2.75rem);
  border-left: 1px solid rgba(0, 128, 204, .18);
}

.fd-origin__item span {
  color: var(--fd-muted);
  font-size: .75rem;
  font-weight: 650;
  letter-spacing: .035em;
  line-height: 1.35;
}

.fd-origin__item strong {
  color: var(--fd-blue-deep);
  font-family: var(--fd-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.fd-cities li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: .45rem;
  border-radius: 50%;
  background: #00A8FF;
  vertical-align: middle;
}

/* Mockup APK real: marco blanco, pantalla nítida, 0 overlay gris */
.fd-prophone {
  position: relative;
  margin: 0;
  text-align: center;
}

.fd-prophone-device {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  margin-inline: auto;
  padding: 11px;
  border-radius: 38px;
  background: #fff;
  border: 1px solid #D3E4F3;
  box-shadow:
    0 0 0 8px rgba(0, 168, 255, .06),
    0 28px 56px rgba(11, 140, 255, .16);
}

.fd-prophone-device::before {
  content: "";
  display: block;
  width: 72px;
  height: 8px;
  margin: 2px auto 10px;
  border-radius: 999px;
  background: #E8F4FF;
}

.fd-prophone-device img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
  border-radius: 26px;
  background: #fff;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.fd-prophone-device::after { content: none; display: none; }

.fd-prophone figcaption {
  margin-top: .75rem;
  color: var(--fd-muted);
  font-size: .82rem;
  font-weight: 650;
}

/* ——— Flujo (texto + pills) ——— */
.fd-flujo {
  background: var(--fd-bg);
  color: var(--fd-ink);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-top: 2px solid var(--fd-section-line);
}

.fd-flujo-inner {
  display: block;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.fd-flujo-copy h2 {
  margin: 0 0 .65rem;
  font-family: var(--fd-display);
  font-size: clamp(1.85rem, 3.8vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
  color: var(--fd-ink);
}

.fd-flujo-copy p {
  margin: 0 auto 1.15rem;
  color: var(--fd-muted);
  max-width: 46ch;
  font-size: 1.05rem;
}

.fd-flujo-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin: 0 auto 1.1rem;
  padding: 0;
  list-style: none;
  max-width: 40rem;
  text-align: left;
}

@media (min-width: 720px) {
  .fd-flujo-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fd-flujo-steps li {
  display: flex;
  flex-direction: column;
  gap: .28rem;
  padding: .85rem 1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #C9E4F8;
  color: var(--fd-ink);
  font-size: .92rem;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(11, 140, 255, .06);
}

.fd-flujo-steps li strong {
  color: #0B8CFF;
  font-size: .95rem;
  font-weight: 800;
}

.fd-flujo-steps li span {
  color: var(--fd-muted);
  font-size: .86rem;
  line-height: 1.4;
  font-weight: 500;
}

.fd-flujo-more {
  margin: 0;
  font-size: .95rem;
  color: var(--fd-muted);
}

.fd-flujo-more a {
  color: #0B8CFF;
  font-weight: 700;
  text-decoration: none;
}

.fd-flujo-more a:hover {
  text-decoration: underline;
}

/* ——— Secciones producto ——— */
body.fd-home .fd-section {
  padding: clamp(3.25rem, 7vw, 5.25rem) 0;
}

body.fd-home .fd-section h2,
body.fd-home .fd-guide-intro h2 {
  font-family: var(--fd-display);
  font-size: clamp(1.75rem, 3.6vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}

body.fd-home .fd-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 48ch;
  color: var(--fd-muted);
}

body.fd-home .fd-news-card {
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(11, 140, 255, .08);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: 2.25rem;
}

body.fd-home .fd-news-card-date {
  background: linear-gradient(160deg, #00A8FF, #0B8CFF);
  box-shadow: 0 10px 22px rgba(0, 168, 255, .22);
}

body.fd-home .fd-grid-3 {
  gap: 1.25rem;
}

body.fd-home .fd-card {
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(11, 140, 255, .07);
}

body.fd-home .fd-card--welcome {
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.fd-home .fd-card--welcome:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(11, 140, 255, .12);
}

body.fd-home .fd-card--welcome:focus-visible {
  outline: 2px solid var(--fd-blue, #0B8CFF);
  outline-offset: 3px;
}

body.fd-home .fd-card-body {
  padding: 1.4rem 1.35rem 1.5rem;
}

body.fd-home .fd-card-body h3 {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

body.fd-home .fd-card-body p {
  font-size: .96rem;
  line-height: 1.55;
}

body.fd-home .fd-card-body .fd-btn + .fd-btn {
  margin-top: .55rem;
}

body.fd-home .fd-guide {
  background:
    radial-gradient(ellipse 70% 40% at 8% 0%, rgba(0, 168, 255, .07), transparent 55%),
    #fff;
}

body.fd-home .fd-guide-intro { margin-bottom: 1.5rem; }

body.fd-home .fd-guide-nav {
  gap: .5rem;
  padding-bottom: 1.35rem;
}

body.fd-home .fd-guide-block,
body.fd-home .fd-guide-flow,
body.fd-home .fd-faq {
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(11, 140, 255, .07);
  margin-bottom: 1.5rem;
}

body.fd-home .fd-guide-copy {
  padding: clamp(1.35rem, 3vw, 1.9rem);
}

body.fd-home .fd-guide-copy h3,
body.fd-home .fd-guide-flow-head h3,
body.fd-home .fd-faq > h3 {
  font-weight: 800;
  letter-spacing: -.03em;
}

body.fd-home .fd-guide-copy > p,
body.fd-home .fd-guide-flow-head p {
  font-size: 1rem;
  line-height: 1.6;
}

/* ——— Negocios registrados (logos) ——— */
body.fd-home .fd-restos {
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(0, 168, 255, .06), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--fd-bg) 100%);
  border-top: 2px solid var(--fd-section-line);
  border-bottom: 2px solid var(--fd-section-line);
}

body.fd-home .fd-restos-head {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
}

body.fd-home .fd-restos-head h2 {
  margin: 0 0 .65rem;
  font-family: var(--fd-display);
  font-size: clamp(1.45rem, 3.4vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.18;
  color: var(--fd-ink);
}

body.fd-home .fd-restos-lead {
  margin: 0;
  color: var(--fd-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

/* Grid uniforme: 2 cols móvil / 3 cols tablet+ (9 negocios = filas llenas) */
body.fd-home .fd-restos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1rem;
  margin: 0 auto 1.85rem;
  padding: 0;
  list-style: none;
  max-width: 52rem;
  justify-items: stretch;
}

@media (min-width: 560px) {
  body.fd-home .fd-restos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem 1.25rem;
  }
}

body.fd-home .fd-restos-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  width: 100%;
  text-align: center;
}

/* Contenedor uniforme: mismo tamaño, padding generoso, fondo neutro */
body.fd-home .fd-restos-logo {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 11.5rem;
  aspect-ratio: 1;
  margin: 0 auto;
  padding: 1.15rem;
  border: 1px solid #e6ebf0;
  border-radius: 18px;
  background: #f7f8fa;
  box-shadow: 0 1px 0 rgba(15, 23, 42, .03), 0 10px 28px rgba(15, 23, 42, .04);
  overflow: hidden;
}

body.fd-home .fd-restos-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: transparent;
}

@media (min-width: 560px) {
  body.fd-home .fd-restos-logo {
    max-width: 13rem;
    padding: 1.35rem;
  }
}

@media (min-width: 900px) {
  body.fd-home .fd-restos-logo {
    max-width: 14rem;
    padding: 1.5rem;
  }
}

body.fd-home .fd-restos-name {
  display: block;
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
  color: var(--fd-ink);
  font-family: var(--fd-display);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.3;
}

body.fd-home .fd-restos-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
}

@media (max-width: 520px) {
  body.fd-home .fd-restos-cta .fd-btn {
    width: 100%;
  }
}

/* Hub categorías — home ligero */
body.fd-home .fd-hub {
  padding-top: 1.35rem;
  padding-bottom: 0.35rem;
  border-top: 2px solid var(--fd-section-line);
}

/* Separador entre Explora y Registros */
body.fd-home .fd-hub + .fd-section {
  border-top: 2px solid var(--fd-section-line);
}

body.fd-home .fd-hub-head {
  margin-bottom: 1rem;
  max-width: 36rem;
}

body.fd-home .fd-hub-head h2 {
  margin: 0 0 .35rem;
  font-family: var(--fd-display);
  font-size: clamp(1.35rem, 3.2vw, 1.7rem);
  letter-spacing: -.02em;
}

body.fd-home .fd-hub-head p {
  margin: 0;
  color: var(--fd-muted);
  font-size: 1rem;
  line-height: 1.5;
}

body.fd-home .fd-hub-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  body.fd-home .fd-hub-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  body.fd-home .fd-hub-grid {
    gap: 1.35rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.fd-home .fd-hub-item {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1.1rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(100, 130, 160, .28);
  background: var(--fd-white);
  text-decoration: none;
  color: var(--fd-ink);
  box-shadow:
    0 1px 2px rgba(40, 60, 90, .06),
    0 8px 22px rgba(11, 140, 255, .1);
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.fd-home .fd-hub-item:hover {
  border-color: rgba(11, 140, 255, .42);
  box-shadow:
    0 2px 4px rgba(40, 60, 90, .08),
    0 12px 28px rgba(11, 140, 255, .16);
  transform: translateY(-1px);
  color: var(--fd-ink);
}

body.fd-home .fd-hub-item strong {
  font-size: 1.02rem;
  letter-spacing: -.015em;
}

body.fd-home .fd-hub-item span {
  color: var(--fd-muted);
  font-size: .92rem;
  line-height: 1.4;
}

/* Roles compactos (sin cards grandes) */
body.fd-home .fd-role-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .75rem;
}

body.fd-home .fd-role-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.15rem;
  border-radius: 18px;
  border: 1px solid var(--fd-line);
  background: var(--fd-white);
}

body.fd-home .fd-role-copy {
  flex: 1 1 16rem;
  min-width: 0;
}

body.fd-home .fd-role-copy h3 {
  margin: .35rem 0 .25rem;
  font-size: 1.12rem;
  letter-spacing: -.015em;
}

body.fd-home .fd-role-copy p {
  margin: 0;
  color: var(--fd-muted);
  font-size: .95rem;
  line-height: 1.45;
}

body.fd-home .fd-role-copy .mini {
  margin-top: .35rem;
}

body.fd-home .fd-role-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

body.fd-home .fd-role-actions .fd-btn {
  min-height: 46px;
  padding: .7rem 1.15rem;
  font-size: .95rem;
}

/* Home: sin pie de columnas (el dueño lo quitó). Queda el hero + ciudades. */
body.fd-home .fd-foot {
  display: none !important;
}

/* Cero fugas: nada de overlays ni popups */
body.fd-home.welcome-open { overflow: auto; }

/* ===== Home lanzamiento v63: producto local, tiendas y origen ===== */
.fd-launch {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 6vw, 5.25rem) 0 clamp(2.5rem, 5vw, 4rem);
  background:
    linear-gradient(145deg, #0080CC 0%, #079CE8 55%, #00A8FF 100%);
  color: #fff;
}

.fd-launch::before,
.fd-launch::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  pointer-events: none;
}

.fd-launch::before {
  top: -330px;
  right: -190px;
  width: 720px;
  height: 720px;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, .035),
    0 0 0 150px rgba(255, 255, 255, .025);
}

.fd-launch::after {
  bottom: -280px;
  left: -220px;
  width: 540px;
  height: 540px;
}

.fd-launch-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, .72fr);
  grid-template-areas:
    "copy visual"
    "review visual"
    "rail rail";
  column-gap: clamp(2.75rem, 6vw, 6rem);
  row-gap: 1.65rem;
  align-items: center;
}

.fd-launch-copy {
  grid-area: copy;
  align-self: end;
}

.fd-launch-brand {
  display: inline-flex;
  align-items: baseline;
  gap: .45rem;
  margin: 0 0 1.15rem;
  font-family: var(--fd-display);
}

.fd-launch-brand strong {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -.035em;
}

.fd-launch-brand span {
  color: rgba(255, 255, 255, .82);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.fd-launch-copy h1 {
  max-width: 11ch;
  margin: 0 0 1.15rem;
  color: #fff;
  font-family: var(--fd-display);
  font-size: clamp(3.35rem, 5.8vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .96;
  text-wrap: balance;
}

.fd-launch-lead {
  max-width: 42ch;
  margin: 0 0 1.55rem;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
  font-weight: 550;
  line-height: 1.55;
}

.fd-launch-actions {
  display: grid;
  justify-items: start;
  gap: .72rem;
}

body.fd-home .fd-launch-primary {
  min-height: 58px;
  padding: 1rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  background: #fff;
  color: #0072B5;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(0, 73, 117, .22);
}

body.fd-home .fd-launch-primary:hover {
  background: #F4FBFF;
  color: #005E98;
  box-shadow: 0 18px 36px rgba(0, 73, 117, .26);
}

.fd-launch-actions p {
  max-width: 42ch;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.45;
}

.fd-launch-visual {
  position: relative;
  grid-area: visual;
  display: grid;
  min-height: 640px;
  place-items: center;
  align-self: stretch;
}

.fd-launch-visual::before {
  content: "";
  position: absolute;
  width: min(100%, 450px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  box-shadow:
    0 0 0 40px rgba(255, 255, 255, .035),
    0 0 0 82px rgba(255, 255, 255, .025);
}

.fd-launch-phone {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  transform: rotate(1.5deg);
}

.fd-launch .fd-prophone-device {
  width: min(100%, 335px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .76);
  background: #fff;
  box-shadow:
    0 0 0 9px rgba(255, 255, 255, .12),
    0 32px 72px rgba(0, 65, 105, .27);
}

.fd-launch-phone figcaption {
  margin-top: .85rem;
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
  font-weight: 750;
  letter-spacing: .02em;
}

.fd-launch-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: .7rem .9rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  color: #075783;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 15px 34px rgba(0, 65, 105, .2);
}

.fd-launch-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: .5rem;
  border-radius: 50%;
  background: var(--fd-blue);
  box-shadow: 0 0 0 4px #E0F5FF;
}

.fd-launch-chip--local {
  top: 19%;
  left: -4%;
}

.fd-launch-chip--easy {
  right: -4%;
  bottom: 20%;
}

.fd-launch-review {
  grid-area: review;
  align-self: start;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 26px;
  background: #fff;
  color: var(--fd-ink);
  box-shadow: 0 24px 56px rgba(0, 65, 105, .2);
}

.fd-launch-review__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
}

.fd-launch-review__mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #CBEAFF;
  border-radius: 16px;
  background: #EFF9FF;
}

.fd-launch-review__mark::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--fd-blue);
  border-radius: 50%;
}

.fd-launch-review__mark::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  border: 3px solid #EFF9FF;
  border-radius: 50%;
  background: var(--fd-blue-deep);
}

.fd-launch-review__copy > span {
  display: block;
  margin-bottom: .16rem;
  color: #587084;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .04em;
}

.fd-launch-review__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
}

.fd-launch-review__title h2 {
  margin: 0;
  color: var(--fd-ink);
  font-family: var(--fd-display);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.fd-launch-review__title strong {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: .28rem .62rem;
  border-radius: 999px;
  background: #E5F6FF;
  color: #006EAF;
  font-size: .72rem;
  font-weight: 800;
}

.fd-launch-review__copy p {
  max-width: 47ch;
  margin: .48rem 0 0;
  color: #4B6174;
  font-size: .84rem;
  font-weight: 550;
  line-height: 1.45;
}

.fd-launch-review__stores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.fd-launch-review__stores li {
  display: flex;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  padding: .72rem .8rem;
  border: 1px solid #DCEBF6;
  border-radius: 15px;
  background: #F9FCFF;
}

.fd-launch-review__stores li > span {
  color: var(--fd-ink);
  font-size: .84rem;
  font-weight: 800;
}

.fd-launch-review__stores strong {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .38rem;
  padding: .34rem .55rem;
  border-radius: 999px;
  background: #E5F6FF;
  color: #006EAF;
  font-size: .7rem;
  font-weight: 800;
  white-space: nowrap;
}

.fd-launch-review__stores i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fd-blue);
  box-shadow: 0 0 0 3px rgba(0, 168, 255, .12);
}

.fd-launch-review__note {
  margin: .78rem .1rem 0;
  color: #587084;
  font-size: .78rem;
  font-weight: 600;
}

.fd-launch-rail {
  grid-area: rail;
  margin-top: .25rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 24px;
  background: rgba(0, 91, 145, .16);
}

.fd-launch-rail__label {
  margin: 0 0 .65rem;
  color: rgba(255, 255, 255, .74);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.fd-launch-rail .fd-cities-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin: 0;
}

.fd-launch-rail .fd-cities {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.fd-launch-rail .fd-cities li::before {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .16);
}

.fd-launch-rail .fd-origin {
  margin: 0;
  padding: 0 0 0 clamp(1.5rem, 4vw, 3rem);
}

.fd-launch-rail .fd-origin::before {
  inset: 0 auto 0 0;
  width: 1px;
  height: auto;
  background: rgba(255, 255, 255, .24);
}

.fd-launch-rail .fd-origin::after {
  top: 50%;
  left: -1px;
  width: 3px;
  height: 38px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: none;
}

.fd-launch-rail .fd-origin__item + .fd-origin__item {
  border-color: rgba(255, 255, 255, .22);
}

.fd-launch-rail .fd-origin__item span {
  color: rgba(255, 255, 255, .76);
}

.fd-launch-rail .fd-origin__item strong {
  color: #fff;
}

/* ——— Próximamente en tiendas: teaser, sin CTA ——— */
.fd-coming {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  border-bottom: 1px solid var(--fd-line);
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(0, 168, 255, .07), transparent 68%),
    #fff;
}

.fd-coming-inner {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.25rem);
}

.fd-coming-head {
  max-width: 43rem;
}

.fd-coming-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .7rem;
  color: var(--fd-blue-deep);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fd-coming-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--fd-blue);
  box-shadow: 0 0 0 4px var(--fd-blue-soft);
}

.fd-coming-head h2 {
  margin: 0 0 .6rem;
  color: var(--fd-ink);
  font-family: var(--fd-display);
  font-size: clamp(1.85rem, 4.5vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
  text-wrap: balance;
}

.fd-coming-head > p:last-child {
  max-width: 52ch;
  margin: 0;
  color: var(--fd-muted);
  font-size: .97rem;
  font-weight: 500;
  line-height: 1.55;
}

.fd-coming-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fd-coming-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  padding: 1.15rem;
  border: 1px solid #D9EAF7;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #F7FBFF 100%);
  box-shadow: 0 12px 30px rgba(11, 140, 255, .06);
}

.fd-coming-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #C7E8FB;
  border-radius: 13px;
  background: var(--fd-blue-soft);
  color: var(--fd-blue-deep);
  font-family: var(--fd-display);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .035em;
}

.fd-coming-list h3 {
  margin: .05rem 0 .35rem;
  color: var(--fd-ink);
  font-family: var(--fd-display);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.fd-coming-list p {
  margin: 0;
  color: var(--fd-muted);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.55;
}

@media (min-width: 760px) {
  .fd-coming-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fd-coming-list li {
    grid-template-columns: 1fr;
    min-height: 100%;
    padding: 1.25rem;
  }
}

@media (max-width: 980px) {
  .fd-launch-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, .62fr);
    column-gap: 2.5rem;
  }
  .fd-launch-copy h1 { font-size: clamp(3rem, 6vw, 4.25rem); }
  .fd-launch-visual { min-height: 590px; }
  .fd-launch .fd-prophone-device { width: min(100%, 292px); }
  .fd-launch-chip--local { left: -8%; }
  .fd-launch-chip--easy { right: -8%; }
  .fd-launch-rail .fd-cities-block {
    grid-template-columns: 1fr;
  }
  .fd-launch-rail .fd-origin {
    margin-top: .25rem;
    padding: 1rem 0 0;
  }
  .fd-launch-rail .fd-origin::before {
    inset: 0 0 auto;
    width: auto;
    height: 1px;
  }
  .fd-launch-rail .fd-origin::after {
    top: -1px;
    left: 0;
    width: 68px;
    height: 3px;
    transform: none;
  }
}

@media (max-width: 720px) {
  body.fd-home .fd-news {
    margin: .55rem 0 .7rem;
  }
  body.fd-home .fd-news-inner {
    display: grid;
    min-height: 0;
    justify-items: start;
    gap: .62rem;
    padding: 1rem 0 1.05rem;
  }
  body.fd-home .fd-news p {
    font-size: .92rem;
    line-height: 1.58;
  }
  body.fd-home .fd-news-hoy {
    display: flex;
    width: max-content;
    margin: .7rem 0 0;
  }

  .fd-prohero { padding: 2rem 0 2.5rem; }
  .fd-prohero-grid { gap: 2.75rem; }
  .fd-kicker { margin-bottom: .8rem; }
  .fd-prohero h1 {
    max-width: none;
    font-size: clamp(2.6rem, 12.5vw, 3.45rem);
    letter-spacing: -.045em;
    line-height: 1.03;
  }
  .fd-prohero-lead {
    margin-bottom: 1.25rem;
    font-size: 1.02rem;
    line-height: 1.58;
  }
  .fd-store-review {
    padding: 1rem;
    border-radius: 20px;
  }
  .fd-store-review__list { grid-template-columns: 1fr; }
  .fd-store-review__list li { min-height: 56px; }
  .fd-prophone-device { width: min(100%, 232px); }
  .fd-prohero-cta .fd-btn { width: 100%; }

  .fd-launch {
    padding: 3.15rem 0 3rem;
  }
  .fd-launch-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "visual"
      "review"
      "rail";
    gap: 2.85rem;
  }
  .fd-launch-copy h1 {
    max-width: 12ch;
    margin-bottom: 1.35rem;
    font-size: clamp(2.75rem, 12vw, 3.55rem);
    line-height: 1.045;
  }
  .fd-launch-lead {
    margin-bottom: 1.8rem;
    font-size: 1rem;
    line-height: 1.68;
  }
  .fd-launch-actions {
    justify-items: stretch;
    gap: 1rem;
    margin-top: .25rem;
  }
  body.fd-home .fd-launch-primary {
    width: 100%;
    min-height: 62px;
    text-align: center;
  }
  .fd-launch-actions p {
    max-width: none;
    padding-inline: .7rem;
    line-height: 1.62;
    text-align: center;
  }
  .fd-launch-visual {
    min-height: 500px;
  }
  .fd-launch .fd-prophone-device {
    width: min(100%, 252px);
  }
  .fd-launch-chip--local {
    top: 18%;
    left: 1%;
  }
  .fd-launch-chip--easy {
    right: auto;
    bottom: 7%;
    left: 1%;
  }
  .fd-launch-review {
    padding: 1rem;
    border-radius: 22px;
  }
  .fd-launch-review__stores {
    grid-template-columns: 1fr;
  }
  .fd-launch-rail {
    padding: 1.1rem;
    border-radius: 20px;
  }
  .fd-coming {
    padding: 3.5rem 0;
  }

  /* En el home móvil, Asistencia ya está en el menú: evita dos FAB superpuestos. */
  body.fd-home .fd-help-fab {
    display: none !important;
  }
  body.fd-home .fd-wa-float {
    right: max(14px, env(safe-area-inset-right, 0px));
    bottom: max(14px, calc(env(safe-area-inset-bottom, 0px) + 12px));
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 520px) {
  .fd-origin {
    grid-template-columns: 1fr;
    gap: .7rem;
  }
  .fd-origin__item + .fd-origin__item {
    padding: .7rem 0 0;
    border-top: 1px solid rgba(0, 128, 204, .14);
    border-left: 0;
  }
  .fd-launch-brand {
    margin-bottom: .85rem;
  }
  .fd-launch-brand strong {
    font-size: 1.28rem;
  }
  .fd-launch-copy h1 {
    font-size: clamp(2.65rem, 13.5vw, 3.25rem);
  }
  .fd-launch-visual {
    min-height: 440px;
  }
  .fd-launch-chip {
    min-height: 38px;
    padding: .58rem .7rem;
    font-size: .7rem;
  }
  .fd-launch-review__head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .72rem;
  }
  .fd-launch-review__mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  .fd-launch-review__mark::after {
    top: 10px;
    right: 10px;
  }
  .fd-launch-review__title h2 {
    font-size: 1.55rem;
  }
  .fd-launch-rail .fd-origin {
    grid-template-columns: 1fr;
    gap: .7rem;
  }
  .fd-launch-rail .fd-origin__item + .fd-origin__item {
    padding: .7rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }
}

/* ——— Lead de negocios: cierre del home ——— */
.fd-business-lead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 7vw, 5.75rem) 0;
  background:
    radial-gradient(620px 330px at 100% 0%, rgba(255, 255, 255, .17), transparent 68%),
    radial-gradient(520px 310px at 0% 100%, rgba(255, 255, 255, .1), transparent 68%),
    linear-gradient(145deg, #0075BB 0%, #079CE8 55%, #00A8FF 100%);
  color: #fff;
}

.fd-business-lead::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -330px;
  right: -260px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  box-shadow:
    0 0 0 62px rgba(255, 255, 255, .035),
    0 0 0 132px rgba(255, 255, 255, .025);
  pointer-events: none;
}

.fd-business-lead__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4.75rem);
  align-items: center;
}

.fd-business-lead__intro {
  min-width: 0;
}

.fd-business-lead__kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .8rem;
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fd-business-lead__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .16);
}

.fd-business-lead__intro h2 {
  max-width: 12ch;
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--fd-display);
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
  text-wrap: balance;
}

.fd-business-lead__lead {
  max-width: 42ch;
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  font-weight: 550;
  line-height: 1.58;
}

.fd-business-lead__benefits {
  display: grid;
  gap: .65rem;
  max-width: 34rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.fd-business-lead__benefits li {
  position: relative;
  display: grid;
  gap: .14rem;
  padding: .8rem .9rem .82rem 2.7rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 15px;
  background: rgba(0, 83, 132, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.fd-business-lead__benefits li::before {
  content: "✓";
  position: absolute;
  width: 1.45rem;
  height: 1.45rem;
  margin: .04rem 0 0 -1.95rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .17);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.45rem;
  text-align: center;
}

.fd-business-lead__benefits strong {
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
}

.fd-business-lead__benefits span {
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
  font-weight: 550;
  line-height: 1.45;
}

.fd-business-lead__jump {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .78rem 1rem;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.fd-business-lead__jump:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.fd-business-lead__card {
  min-width: 0;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: clamp(22px, 4vw, 30px);
  background: #fff;
  color: var(--fd-ink);
  box-shadow:
    0 30px 70px rgba(0, 62, 99, .28),
    inset 0 1px 0 rgba(255, 255, 255, .95);
}

.fd-business-lead__form {
  scroll-margin-top: 5.5rem;
}

.fd-business-lead__form-head {
  margin: 0 0 1.25rem;
}

.fd-business-lead__form-head > span {
  display: block;
  margin: 0 0 .28rem;
  color: var(--fd-blue-deep);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.fd-business-lead__form-head h3 {
  margin: 0 0 .35rem;
  color: var(--fd-ink);
  font-family: var(--fd-display);
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.fd-business-lead__form-head p {
  margin: 0;
  color: var(--fd-muted);
  font-size: .9rem;
  line-height: 1.5;
}

.fd-business-lead__fields {
  display: grid;
  gap: .9rem;
}

.fd-business-lead__field {
  display: grid;
  gap: .4rem;
  min-width: 0;
}

.fd-business-lead__field > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .35rem;
  color: #263B4E;
  font-size: .79rem;
  font-style: normal;
  font-weight: 800;
}

.fd-business-lead__field > span em {
  color: #6C7F90;
  font-size: .62rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.fd-business-lead__field input,
.fd-business-lead__field select,
.fd-business-lead__field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: .78rem .85rem;
  border: 1.5px solid #CFE1EF;
  border-radius: 13px;
  outline: none;
  background: #F9FCFF;
  color: var(--fd-ink);
  font: 600 .92rem/1.35 var(--fd-font);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.fd-business-lead__field textarea {
  min-height: 92px;
  resize: vertical;
}

.fd-business-lead__field input::placeholder,
.fd-business-lead__field textarea::placeholder {
  color: #8192A1;
  font-weight: 500;
  opacity: 1;
}

.fd-business-lead__field input:focus,
.fd-business-lead__field select:focus,
.fd-business-lead__field textarea:focus {
  border-color: var(--fd-blue-mid);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(11, 140, 255, .12);
}

.fd-business-lead__field.has-error input,
.fd-business-lead__field.has-error select,
.fd-business-lead__field.has-error textarea {
  border-color: #D14343;
  background: #FFF9F9;
}

.fd-business-lead__field small {
  min-height: 0;
  color: #B42318;
  font-size: .72rem;
  font-weight: 650;
  line-height: 1.35;
}

.fd-business-lead__field small:empty {
  display: none;
}

.fd-business-lead__status {
  margin: 1rem 0 0;
  padding: .8rem .9rem;
  border: 1px solid #F0B8B8;
  border-radius: 12px;
  background: #FFF5F5;
  color: #9E2424;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.45;
}

.fd-business-lead__status[hidden],
.fd-business-lead__success[hidden] {
  display: none !important;
}

.fd-business-lead__submit {
  appearance: none;
  width: 100%;
  min-height: 54px;
  margin: 1.15rem 0 0;
  padding: .9rem 1.2rem;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--fd-blue-mid), var(--fd-blue));
  color: #fff;
  font: 800 1rem/1.2 var(--fd-font);
  letter-spacing: -.015em;
  box-shadow: 0 12px 28px rgba(11, 140, 255, .24);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.fd-business-lead__submit:hover {
  box-shadow: 0 15px 32px rgba(11, 140, 255, .3);
  transform: translateY(-1px);
}

.fd-business-lead__submit:focus-visible {
  outline: 3px solid rgba(11, 140, 255, .3);
  outline-offset: 3px;
}

.fd-business-lead__submit:disabled {
  opacity: .7;
  cursor: wait;
  transform: none;
}

.fd-business-lead__privacy {
  margin: .8rem 0 0;
  color: #6B7D8C;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.fd-business-lead__privacy a {
  color: var(--fd-blue-deep);
  font-weight: 750;
}

.fd-business-lead__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.fd-business-lead__success {
  display: grid;
  min-height: 35rem;
  align-content: center;
  justify-items: center;
  padding: 1.25rem .5rem;
  text-align: center;
}

.fd-business-lead__success-mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 0 1rem;
  place-items: center;
  border-radius: 23px;
  background: linear-gradient(145deg, #E8F7FF, #D5F1FF);
  color: var(--fd-blue-deep);
  box-shadow: 0 14px 30px rgba(11, 140, 255, .14);
}

.fd-business-lead__success-kicker {
  margin: 0 0 .35rem;
  color: var(--fd-blue-deep);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fd-business-lead__success h3 {
  margin: 0 0 .65rem;
  color: var(--fd-ink);
  font-family: var(--fd-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.fd-business-lead__success > p:not(.fd-business-lead__success-kicker) {
  max-width: 35ch;
  margin: 0;
  color: var(--fd-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.fd-business-lead__success strong {
  color: var(--fd-ink);
  font-weight: 800;
}

.fd-business-lead__folio {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 1rem 0 0;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: var(--fd-blue-soft);
  color: var(--fd-blue-deep);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .025em;
}

.fd-business-lead__folio:empty {
  display: none;
}

@media (min-width: 760px) {
  .fd-business-lead__grid {
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  }

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

  .fd-business-lead__field--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 759px) {
  .fd-business-lead__intro h2 {
    max-width: 13ch;
  }

  .fd-business-lead__jump {
    width: 100%;
  }

  .fd-business-lead__success {
    min-height: 27rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fd-home *,
  body.fd-home *::before,
  body.fd-home *::after {
    animation: none !important;
    transition: none !important;
  }
}
