/* CSeekers — Cronograma del Diagnóstico ACOS · estilos de página */

/* ---------- M1 · hero ---------- */
.crono-hero { padding: 190px 0 90px; position: relative; overflow: hidden; }
.crono-hero .container { width: 100%; position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }
.crono-hero .hero-kicker, .crono-hero .hero-sub { margin-left: auto; margin-right: auto; }
.crono-hero .hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: grayscale(1) contrast(1.05); z-index: 0;
}
.crono-hero .hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(255,255,255,0.9);
}
.crono-hero .blob { z-index: 1; }
@media (prefers-reduced-motion: reduce) {
  .crono-hero .hero-video { display: none; }
}
.crono-hero .micro {
  display: inline-block; margin-top: 26px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: var(--tracking-mono);
  text-transform: uppercase; color: var(--gray-2);
  border: 1px solid var(--gray-line); border-radius: var(--radius-pill); padding: 10px 18px;
}
.crono-hero .micro strong { color: var(--green-deep); font-weight: 500; }

/* ---------- M2 · la verdad incómoda ---------- */
#verdad .section-head { text-align: center; margin-left: auto; margin-right: auto; }
#verdad .truth-close { text-align: center; margin-left: auto; margin-right: auto; }
.truth p.body { font-size: 18px; color: var(--gray); line-height: 1.65; max-width: 760px; margin: 0 auto 22px; text-align: center; }
.truth p.body strong { color: var(--black); }
.truth-close {
  margin-top: 40px; font-family: var(--font-display); font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.25; max-width: 800px;
}
.strike16 { position: relative; white-space: nowrap; color: var(--gray-2); }
.strike16::after {
  content: ""; position: absolute; left: -2px; right: -2px; top: 52%; height: 3px;
  background: var(--green); transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s var(--ease) 0.25s;
}
.strike16.in::after { transform: scaleX(1); }
.glow10 { color: var(--black); transition: text-shadow 0.4s ease 0.9s, color 0.4s ease 0.9s; }
.glow10.in { color: var(--green-deep); text-shadow: 0 0 22px rgba(57,255,20,0.45); }

/* ---------- M3 · timeline día por día ---------- */
#proceso .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.tl-wrap { position: relative; max-width: 860px; padding-left: 74px; margin: 0 auto; }
.tl-rail {
  position: absolute; left: 33px; top: 8px; bottom: 40px; width: 2px;
  background: var(--gray-line);
}
.tl-fill {
  position: absolute; left: 0; top: 0; width: 100%; height: 0%;
  background: var(--green); box-shadow: 0 0 10px rgba(57,255,20,0.55);
  transition: height 0.2s linear;
}
.tl-item { position: relative; padding: 0 0 64px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute; left: -74px; top: 0;
  width: 68px; height: 68px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--gray-line);
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--gray-2);
  line-height: 1.1; padding: 4px;
  transition: border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.tl-item.lit .tl-dot { border-color: var(--green); color: var(--black); animation: tlpulse 0.6s ease 1; }
@keyframes tlpulse { 40% { box-shadow: 0 0 0 10px rgba(57,255,20,0.18), 0 0 24px rgba(57,255,20,0.5); } }
.tl-item h3 { font-family: var(--font-display); font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin: 4px 0 12px; }
.tl-item h3 .day { color: var(--green-deep); }
.tl-item p { font-size: 15px; color: var(--gray); line-height: 1.6; margin: 0 0 16px; max-width: 640px; }
.tl-deliv {
  display: inline-block; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono); text-transform: uppercase; color: var(--ink);
  background: var(--green-haze); border: 1px solid rgba(57,255,20,0.4);
  border-radius: var(--radius); padding: 8px 14px;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.35s ease 0.15s, transform 0.35s ease 0.15s;
}
.tl-item.lit .tl-deliv { opacity: 1; transform: none; }
@media (max-width: 640px) {
  .tl-wrap { padding-left: 58px; }
  .tl-rail { left: 25px; }
  .tl-dot { left: -58px; width: 52px; height: 52px; font-size: 9px; }
}

/* ---------- M4 · los dos caminos ---------- */
#despues .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.paths-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; align-items: stretch; }
@media (max-width: 880px) { .paths-grid { grid-template-columns: 1fr; } }
.path-card {
  border: 1px solid var(--gray-line); border-radius: var(--radius-lg);
  background: #fff; padding: 40px 36px;
}
.path-card.engine {
  background: var(--black); color: #f4f4f4;
  border: 1px solid rgba(57,255,20,0.45);
  box-shadow: 0 0 34px rgba(57,255,20,0.14);
}
.path-card .path-tag {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: var(--tracking-mono);
  text-transform: uppercase; color: var(--gray-2); display: block; margin-bottom: 16px;
}
.path-card.engine .path-tag { color: var(--green); }
.path-card h3 { font-family: var(--font-display); font-size: 26px; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 14px; }
.path-card.engine h3 { color: #fff; }
.path-card p { font-size: 15px; color: var(--gray); line-height: 1.6; margin: 0 0 18px; }
.path-card.engine p { color: rgba(255,255,255,0.7); }
.engine-list { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.engine-list li { font-size: 14.5px; color: rgba(255,255,255,0.75); line-height: 1.5; padding-left: 24px; position: relative; }
.engine-list li::before { content: "→"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.engine-list li strong { color: #fff; }
.conds {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px;
  display: flex; flex-direction: column; gap: 8px;
}
.cond-line {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; color: rgba(255,255,255,0.6); min-height: 15px;
}
.cond-line .caret { display: inline-block; width: 7px; height: 12px; background: var(--green); margin-left: 2px; vertical-align: -2px; animation: caret 0.8s steps(1) infinite; }
.cond-line.done .caret { display: none; }
.credit-bar-wrap { margin: 44px auto 0; max-width: 640px; text-align: center; }
.credit-bar-labels { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; gap: 12px; flex-wrap: wrap; }
.credit-bar-amt { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--black); letter-spacing: -0.01em; }
.credit-bar-total { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gray-2); }
.credit-bar-track { height: 18px; border-radius: var(--radius-pill); background: var(--gray-line); overflow: hidden; }
.credit-bar-fill { height: 100%; border-radius: var(--radius-pill); background: var(--green); box-shadow: 0 0 16px rgba(57,255,20,0.55); width: 0; transition: width 1.1s var(--ease); }
.credit-bar-legend { margin: 18px auto 0; font-size: 16.5px; color: var(--ink); line-height: 1.6; max-width: 560px; font-weight: 500; }
.paths-close strong { color: var(--black); }
.credit { white-space: nowrap; }
.credit .old { position: relative; color: var(--gray-2); }
.credit .old::after {
  content: ""; position: absolute; left: -2px; right: -2px; top: 52%; height: 2px;
  background: var(--green); transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease) 0.3s;
}
.credit.in .old::after { transform: scaleX(1); }
.credit .new { color: var(--green-deep); font-weight: 700; }

/* ---------- M5 · inversión de tiempo ---------- */
.tiempo .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 860px; margin: 0 auto; }
@media (max-width: 720px) { .time-grid { grid-template-columns: 1fr; } }
.time-card {
  border: 1px solid var(--gray-line); border-radius: var(--radius-card);
  padding: 32px 28px; background: #fff; text-align: center;
}
.time-card svg { display: block; margin: 0 auto 18px; }
.time-card .ring-bg { stroke: var(--gray-line); }
.time-card .ring-fill {
  stroke: var(--green); stroke-linecap: round;
  filter: drop-shadow(0 0 5px rgba(57,255,20,0.5));
  transition: stroke-dashoffset 1.2s var(--ease) 0.2s;
}
.time-card .mins {
  font-family: var(--font-mono); font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  fill: var(--black);
}
.time-card h3 { font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 8px; }
.time-card p { font-size: 13.5px; color: var(--gray); line-height: 1.5; margin: 0; }
/* ---------- Centrado de página (FAQ y CTA final) ---------- */
.time-close { margin-top: 40px; font-size: 17px; color: var(--gray); text-align: center; }

/* ---------- NAV override: igualar look de Protocolo ACOS Landing ---------- */
nav.topnav { background: rgba(255,255,255,0.78); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); }
nav.topnav.scrolled { background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); }
.nav-inner { padding: 18px 32px; gap: 24px; }
.logo { font-size: 24px; letter-spacing: -0.02em; }
.logo .dots { gap: 2px; }
.logo .dots i { width: 6px; height: 6px; background: #b6e9a4; }
.nav-links { gap: 34px; }
.nav-links a { font-family: var(--font-body); font-size: 14px; font-weight: 500; letter-spacing: normal; text-transform: none; color: var(--ink); opacity: 0.75; }
.nav-links a:hover { opacity: 1; color: var(--ink); }
.nav-cta { font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: -0.005em; text-transform: none; padding: 11px 18px; box-shadow: none; }
.nav-cta:hover { box-shadow: 0 10px 24px -8px rgba(57,255,20,0.6); }
.nav-actions .nav-cta, .sheet-ctas .nav-cta { white-space: nowrap; }
@media (max-width: 820px) {
  .nav-links, .nav-actions { display: none; }
  .nav-burger { display: block; }
}

/* ---------- SCROLL CUE (hero) ---------- */
.scroll-cue {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 3; width: 30px; height: 30px; color: var(--black);
  opacity: 0.55; transition: opacity 0.2s ease;
  animation: scrollBounce 1.8s ease-in-out infinite;
}
.scroll-cue:hover { opacity: 1; }
.scroll-cue svg { width: 100%; height: 100%; display: block; }
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
@media (prefers-reduced-motion: reduce) { .scroll-cue { animation: none; } }

/* ---------- RECAP · precio + garantía ---------- */
.recap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
@media (max-width: 780px) { .recap-grid { grid-template-columns: 1fr; } }
.recap-price, .guarantee-card {
  background: #fff; border: 1px solid var(--gray-line); border-radius: var(--radius-lg);
  padding: 36px 36px 32px;
}
.recap-price .badge {
  background: var(--green); color: var(--black);
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--radius); display: inline-block; margin-bottom: 20px;
}
.recap-price .amount {
  font-family: var(--font-display); font-size: clamp(36px, 4vw, 48px); font-weight: 900;
  letter-spacing: -0.03em; margin-bottom: 12px;
}
.recap-price .amount .iva { font-size: 15px; font-weight: 600; color: var(--gray); margin-left: 8px; letter-spacing: 0; }
.recap-price .duration { font-size: 13.5px; color: var(--gray); margin-bottom: 22px; }
.guarantee-icon { width: 40px; height: 40px; color: var(--green-deep); margin-bottom: 16px; }
.guarantee-icon svg { width: 100%; height: 100%; }
.guarantee-card h4 { font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 8px; }
.guarantee-card p { font-size: 14px; color: var(--gray); line-height: 1.55; margin: 0; }
#faq .section-head { text-align: center; margin-left: auto; margin-right: auto; }
#faq .faq-list { margin: 0 auto; }
#final .container { text-align: center; display: flex; flex-direction: column; align-items: center; }
#final p.body { margin-left: auto; margin-right: auto; }
.time-close strong { color: var(--black); }
