.next-day-page {
  --nd-blue: var(--blue, #008fc3);
  --nd-blue-deep: #076b91;
  --nd-blue-soft: #eaf7fb;
  --nd-yellow: var(--yellow, #ffbd2e);
  --nd-ink: var(--ink, #142f3d);
  --nd-muted: var(--ink-soft, #607581);
  --nd-line: #cde4ed;
}

.next-day-page .nd-main {
  overflow: clip;
}

.next-day-page .nd-section {
  position: relative;
  padding: clamp(68px, 9vw, 122px) 0;
}

.next-day-page .nd-intro {
  max-width: 800px;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.next-day-page .nd-intro-wide {
  max-width: 920px;
}

.next-day-page .nd-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--nd-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.next-day-page .nd-eyebrow::before {
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background: var(--nd-yellow);
  content: "";
}

.next-day-page .nd-section h2 {
  max-width: 980px;
  margin: 0;
  color: var(--nd-ink);
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.next-day-page .nd-intro > p,
.next-day-page .nd-split > div > p {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--nd-muted);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.62;
}

.next-day-page .nd-reveal {
  background: linear-gradient(180deg, #fff 0%, #f3fafc 100%);
}

.next-day-page .nd-reveal::after,
.next-day-page .nd-coverage::after {
  position: absolute;
  right: -110px;
  bottom: 40px;
  width: 320px;
  height: 180px;
  border: 1px solid rgba(0, 143, 195, .13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.next-day-page .nd-double-flow {
  display: grid;
  gap: 38px;
}

.next-day-page .nd-visible-flow,
.next-day-page .nd-real-flow {
  position: relative;
}

.next-day-page .nd-double-flow > div > span {
  display: block;
  margin-bottom: 20px;
  color: var(--nd-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.next-day-page .nd-double-flow ol {
  display: grid;
  position: relative;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-day-page .nd-double-flow ol::before {
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--nd-line);
  content: "";
}

.next-day-page .nd-double-flow li {
  position: relative;
  min-height: 54px;
  padding-left: 46px;
  color: var(--nd-ink);
  font-weight: 750;
}

.next-day-page .nd-double-flow li::before {
  position: absolute;
  left: 4px;
  top: 3px;
  z-index: 1;
  width: 17px;
  height: 17px;
  border: 4px solid #f8fcfd;
  border-radius: 50%;
  background: var(--nd-yellow);
  box-shadow: 0 0 0 1px var(--nd-line);
  content: "";
  box-sizing: border-box;
}

.next-day-page .nd-real-flow li::before {
  background: var(--nd-blue);
}

.next-day-page .nd-organize {
  background: #fff;
}

.next-day-page .nd-principles,
.next-day-page .nd-operation-flow,
.next-day-page .nd-signal-list,
.next-day-page .nd-coverage-flow {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-day-page .nd-principles {
  position: relative;
  gap: 30px;
}

.next-day-page .nd-principles::before {
  position: absolute;
  left: 14px;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: var(--nd-line);
  content: "";
}

.next-day-page .nd-principles li {
  position: relative;
  padding-left: 52px;
}

.next-day-page .nd-principles li > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--nd-blue-soft);
  color: var(--nd-blue);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}

.next-day-page .nd-principles h3,
.next-day-page .nd-operation-flow h3,
.next-day-page .nd-fit-groups h3 {
  margin: 0 0 8px;
  color: var(--nd-ink);
  font-size: clamp(19px, 1.8vw, 25px);
}

.next-day-page .nd-principles p,
.next-day-page .nd-operation-flow p {
  margin: 0;
  color: var(--nd-muted);
  line-height: 1.55;
}

.next-day-page .nd-how {
  background: var(--nd-blue-soft);
}

.next-day-page .nd-operation-flow {
  position: relative;
}

.next-day-page .nd-operation-flow::before {
  position: absolute;
  left: 17px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: rgba(0, 143, 195, .25);
  content: "";
}

.next-day-page .nd-operation-flow li {
  position: relative;
  min-height: 128px;
  padding: 0 0 36px 58px;
}

.next-day-page .nd-operation-flow li:last-child {
  min-height: 0;
  padding-bottom: 0;
}

.next-day-page .nd-step {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 5px solid var(--nd-blue-soft);
  border-radius: 50%;
  background: var(--nd-blue);
  color: #fff;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 800;
}

.next-day-page .nd-cross {
  background: var(--nd-blue-deep);
}

.next-day-page .nd-split {
  display: grid;
  gap: clamp(32px, 6vw, 84px);
}

.next-day-page .nd-split .nd-intro {
  margin-bottom: 0;
}

.next-day-page .nd-cross .nd-eyebrow,
.next-day-page .nd-cross h2,
.next-day-page .nd-cross p {
  color: #fff;
}

.next-day-page .nd-cross-copy {
  align-self: end;
}

.next-day-page .nd-cross-copy > p:first-child {
  opacity: .92;
}

.next-day-page .nd-note {
  max-width: 820px;
  margin: 22px 0 0;
  color: var(--nd-muted);
  font-size: 13px !important;
  line-height: 1.55;
}

.next-day-page .nd-cross .nd-note {
  opacity: .72;
}

.next-day-page .nd-signals {
  background: #fff;
}

.next-day-page .nd-signal-list {
  border-top: 1px solid var(--nd-line);
}

.next-day-page .nd-signal-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--nd-line);
}

.next-day-page .nd-signal-list span {
  color: var(--nd-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.next-day-page .nd-signal-list p {
  margin: 0;
  color: var(--nd-ink);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.4;
}

.next-day-page .nd-coverage {
  background: #f4f9fb;
}

.next-day-page .nd-coverage-flow {
  position: relative;
  gap: 24px;
}

.next-day-page .nd-coverage-flow::before {
  position: absolute;
  left: 14px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(var(--nd-blue), var(--nd-blue-deep));
  content: "";
}

.next-day-page .nd-coverage-flow li {
  position: relative;
  min-height: 36px;
  padding-left: 54px;
  color: var(--nd-ink);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
}

.next-day-page .nd-coverage-flow li::before {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 5px solid #f4f9fb;
  border-radius: 50%;
  background: var(--nd-blue);
  box-shadow: 0 0 0 1px var(--nd-blue);
  content: "";
  box-sizing: border-box;
}

.next-day-page .nd-coverage-flow li:nth-child(2)::before { width: 22px; height: 22px; left: 4px; top: 2px; }
.next-day-page .nd-coverage-flow li:nth-child(3)::before { width: 26px; height: 26px; left: 2px; top: 0; }
.next-day-page .nd-coverage-flow li:nth-child(4)::before { width: 30px; height: 30px; left: 0; top: -2px; }

.next-day-page .nd-coverage .legal {
  max-width: 920px;
  margin-top: 26px;
}

.next-day-page .nd-tracking {
  background: #fff;
}

.next-day-page .nd-tracking .nd-split > div:last-child {
  align-self: center;
  padding-left: 22px;
  border-left: 4px solid var(--nd-yellow);
}

.next-day-page .nd-fit {
  background: var(--nd-blue-soft);
}

.next-day-page .nd-fit-groups {
  display: grid;
  gap: 34px;
}

.next-day-page .nd-fit-groups > div + div {
  padding-top: 34px;
  border-top: 1px solid rgba(0, 143, 195, .2);
}

.next-day-page .nd-fit-groups > div:last-child h3 {
  color: var(--nd-muted);
}

.next-day-page .nd-fit-groups ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-day-page .nd-fit-groups li {
  position: relative;
  padding-left: 28px;
  color: var(--nd-muted);
  line-height: 1.5;
}

.next-day-page .nd-fit-groups li::before {
  position: absolute;
  left: 0;
  top: .2em;
  color: var(--nd-blue);
  font-weight: 900;
  content: "✓";
}

.next-day-page .nd-fit-groups > div:last-child li::before {
  color: var(--nd-yellow);
  content: "—";
}

.next-day-page .convert {
  position: relative;
  z-index: 1;
}

.next-day-page .nd-faq {
  background: #fff;
  padding-bottom: clamp(110px, 12vw, 150px);
}

.next-day-page .nd-faq-list {
  max-width: 860px;
}

.next-day-page .nd-faq summary {
  min-height: 52px;
}

@media (max-width: 900px) {
  .next-day-page #contenido .hero-grid > div:last-child {
    display: none;
  }

  .next-day-page #contenido .hero-grid {
    gap: 0;
  }

  .next-day-page #contenido .cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .next-day-page #contenido .cta-row .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    height: 100%;
    padding: 10px 8px;
    text-align: center;
    white-space: normal;
    font-size: clamp(.7rem, 3.2vw, .82rem);
    line-height: 1.2;
  }
}

@media (min-width: 760px) {
  .next-day-page .nd-split {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  }

  .next-day-page .nd-fit-groups {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }

  .next-day-page .nd-fit-groups > div + div {
    padding: 0 0 0 70px;
    border-top: 0;
    border-left: 1px solid rgba(0, 143, 195, .2);
  }
}

@media (min-width: 900px) {
  .next-day-page .nd-double-flow {
    grid-template-columns: .78fr 1.7fr;
    gap: 80px;
  }

  .next-day-page .nd-double-flow ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .next-day-page .nd-real-flow ol {
    grid-template-columns: repeat(5, 1fr);
  }

  .next-day-page .nd-double-flow ol::before {
    left: 10px;
    right: 10px;
    top: 9px;
    bottom: auto;
    width: auto;
    height: 2px;
  }

  .next-day-page .nd-double-flow li {
    min-height: 0;
    padding: 42px 24px 0 0;
  }

  .next-day-page .nd-double-flow li + li {
    padding-left: 24px;
  }

  .next-day-page .nd-double-flow li::before {
    left: 2px;
  }

  .next-day-page .nd-double-flow li + li::before {
    left: 26px;
  }

  .next-day-page .nd-principles {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .next-day-page .nd-principles::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .next-day-page .nd-principles li {
    padding: 58px 32px 0 0;
  }

  .next-day-page .nd-principles li + li {
    padding-left: 32px;
    border-left: 1px solid var(--nd-line);
  }

  .next-day-page .nd-principles li + li > span {
    left: 32px;
  }

  .next-day-page .nd-operation-flow {
    grid-template-columns: repeat(4, 1fr);
  }

  .next-day-page .nd-operation-flow::before {
    left: 18px;
    right: 18px;
    top: 18px;
    bottom: auto;
    width: auto;
    height: 2px;
  }

  .next-day-page .nd-operation-flow li,
  .next-day-page .nd-operation-flow li:last-child {
    min-height: 0;
    padding: 66px 38px 0 0;
  }

  .next-day-page .nd-operation-flow li + li {
    padding-left: 38px;
  }

  .next-day-page .nd-operation-flow li + li .nd-step {
    left: 38px;
  }

  .next-day-page .nd-signal-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
  }

  .next-day-page .nd-coverage-flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .next-day-page .nd-coverage-flow::before {
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: auto;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, var(--nd-blue), var(--nd-blue-deep));
  }

  .next-day-page .nd-coverage-flow li {
    padding: 58px 32px 0 0;
  }

  .next-day-page .nd-coverage-flow li + li {
    padding-left: 32px;
  }

  .next-day-page .nd-coverage-flow li::before,
  .next-day-page .nd-coverage-flow li:nth-child(2)::before,
  .next-day-page .nd-coverage-flow li:nth-child(3)::before,
  .next-day-page .nd-coverage-flow li:nth-child(4)::before {
    left: 3px;
    top: 3px;
  }

  .next-day-page .nd-coverage-flow li:nth-child(2)::before,
  .next-day-page .nd-coverage-flow li:nth-child(3)::before,
  .next-day-page .nd-coverage-flow li:nth-child(4)::before {
    left: 35px;
  }
}

@media (max-width: 559px) {
  .next-day-page .nd-section {
    padding: 64px 0;
  }

  .next-day-page .nd-section h2 {
    font-size: clamp(31px, 10.5vw, 43px);
  }

  .next-day-page .nd-intro {
    margin-bottom: 34px;
  }

  .next-day-page .nd-intro > p,
  .next-day-page .nd-split > div > p {
    font-size: 17px;
    line-height: 1.55;
  }

  .next-day-page .nd-reveal::after,
  .next-day-page .nd-coverage::after {
    display: none;
  }

  .next-day-page .nd-tracking .nd-split > div:last-child {
    padding-left: 18px;
  }

  .next-day-page .nd-faq summary {
    min-height: 56px;
    padding-right: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .next-day-page .nd-main *,
  .next-day-page .nd-main *::before,
  .next-day-page .nd-main *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
