/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[3].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[3].use[2]!./node_modules/next/font/local/target.css?{"path":"src/fonts/inter-400-800.ts","import":"","arguments":[{"src":[{"path":"./inter-latin-var.woff2","weight":"400","style":"normal"},{"path":"./inter-latin-var.woff2","weight":"500","style":"normal"},{"path":"./inter-latin-var.woff2","weight":"600","style":"normal"},{"path":"./inter-latin-var.woff2","weight":"700","style":"normal"},{"path":"./inter-latin-var.woff2","weight":"800","style":"normal"}],"variable":"--font-inter","display":"swap"}],"variableName":"inter"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: '__inter_2e9f53';
src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: '__inter_2e9f53';
src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: '__inter_2e9f53';
src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: '__inter_2e9f53';
src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: '__inter_2e9f53';
src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 800;
font-style: normal;
}@font-face {font-family: '__inter_Fallback_2e9f53';src: local("Arial");ascent-override: 89.79%;descent-override: 22.36%;line-gap-override: 0.00%;size-adjust: 107.89%
}.__className_2e9f53 {font-family: '__inter_2e9f53', '__inter_Fallback_2e9f53'
}.__variable_2e9f53 {--font-inter: '__inter_2e9f53', '__inter_Fallback_2e9f53'
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/components/public/auth/auth-v4.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
/* DaleControl — recorrido de alta (/signup) con la marca de la portada v4:
   navy del hero con trama de puntos, azul #2563eb como acción principal,
   acentos azul→violeta e Inter. Prefijo `dca-`. Todo va colgado de
   `.dca-shell`, que sólo monta la variante «navy» de AuthShell (la que usa
   /signup): el login, afiliados, laboratorios y proveedores siguen con la
   suya. Va en hoja aparte y no en un <style> del componente para poder usar
   comillas, `>` y `&` sin el problema de hidratación de secure-badge. */

.dca-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 45fr 55fr;
  background: #f8fafc;
  font-family: var(--font-inter), Inter, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* Tokens claros para el formulario. Dentro del panel navy se re-declaran. */
  --ld-bg: #f8fafc;
  --ld-bg-2: #ffffff;
  --ld-fg: #0f172a;
  --ld-fg-muted: #475569;
  --ld-border: #e2e8f0;
  --ld-brand: #2563eb;
  --ld-brand-light: #1d4ed8;
}

/* ── Panel de marca (izquierda) ─────────────────────────────────────────── */
/* Sticky y de un viewport de alto: el panel nunca hace crecer la página; si
   algo no cabe, se recorta por abajo (los cortes de altura de más abajo van
   quitando lo decorativo antes de que eso pase). */
.dca-visual {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  padding: clamp(20px, 2.6vh, 40px) clamp(28px, 3.6vw, 52px);
  display: flex;
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(760px 540px at 82% 4%, rgba(124, 58, 237, 0.4), rgba(124, 58, 237, 0) 64%),
    radial-gradient(940px 580px at 0% 4%, rgba(37, 99, 235, 0.42), rgba(37, 99, 235, 0) 62%),
    linear-gradient(160deg, #0b1220 0%, #0e142b 58%, #131a3a 100%);
  --ld-fg: #ffffff;
  --ld-fg-muted: #cbd5e1;
  --ld-border: rgba(255, 255, 255, 0.12);
  --ld-brand-light: #c4b5fd;
}
.dca-visual__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.55;
  pointer-events: none;
}
.dca-visual__in {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: clamp(14px, 2.4vh, 30px);
  max-width: 560px;
}

.dca-eyebrow {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(167, 139, 250, 0.5);
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 700;
}
.dca-eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a78bfa;
  animation: dcaPulse 2.2s ease-in-out infinite;
}
@keyframes dcaPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }

.dca-h1 {
  margin: 0;
  font-size: clamp(28px, min(3.2vw, 4.6vh), 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}
.dca-h1__accent {
  background: linear-gradient(100deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.dca-lead {
  margin: 12px 0 0;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 44ch;
  text-wrap: pretty;
}

/* Los tres pasos del alta, tal como pasan de verdad. */
.dca-pasos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.dca-paso {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(9px, 1.3vh, 13px) 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.dca-paso__n {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(160deg, #60a5fa, #7c3aed 70%);
  box-shadow: 0 8px 18px -8px rgba(37, 99, 235, 0.9);
  font-variant-numeric: tabular-nums;
}
.dca-paso__t {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.dca-paso__s {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.45;
  color: #cbd5e1;
}

.dca-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13.5px;
  color: #cbd5e1;
}
.dca-chips li { display: inline-flex; align-items: center; gap: 7px; }
.dca-chips li::before {
  content: "✓";
  color: #4ade80;
  font-weight: 800;
}

.dca-testi {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 12px;
}
.dca-testi__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #60a5fa, #7c3aed);
}
.dca-testi__q {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
.dca-testi__by {
  margin-top: 3px;
  font-size: 12px;
  color: #cbd5e1;
}

/* ── Columna del formulario (derecha) ───────────────────────────────────── */
.dca-form {
  position: relative;
  padding: clamp(12px, 2.2vh, 32px) clamp(16px, 3.6vw, 48px);
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  background-image: radial-gradient(rgba(15, 23, 42, 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
}
.dca-form__center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dca-card {
  width: 100%;
  max-width: 660px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: clamp(18px, 2.8vh, 30px) clamp(18px, 3vw, 32px) clamp(16px, 2.2vh, 24px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(15, 23, 42, 0.04), 0 26px 56px -34px rgba(15, 23, 42, 0.38);
}

/* El logo dentro de la tarjeta sólo en móvil/tableta (en PC ya está en el
   panel de marca). */
.dca-logo-movil { display: none; }

/* Campos: los pinta FormField/PasswordInput (compartidos con el login y
   otros altas, no se tocan); aquí sólo se les da el tamaño y el foco de la
   marca. Los !important compiten con los de .landing-theme en globals.css. */
.dca-shell input:not([type="checkbox"]):not([type="radio"]),
.dca-shell .themed-select-trigger {
  height: 42px !important;
  border-radius: 11px !important;
  border-color: #cbd5e1 !important;
  font-size: 15px !important;
  transition: border-color 0.15s, box-shadow 0.15s !important;
}
.dca-shell input:not([type="checkbox"]):not([type="radio"]):focus,
.dca-shell .themed-select-trigger:focus-visible {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18) !important;
}
.dca-shell input[aria-invalid="true"] {
  border-color: #dc2626 !important;
}
.dca-shell input[aria-invalid="true"]:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.14) !important;
}
.dca-shell label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #0f172a !important;
}
/* Pista (hint) y error debajo del campo: 12,5 px y contraste AA (el gris de
   fábrica, #94a3b8, se queda en 2,9:1). */
.dca-shell label ~ div:last-child:not([role="alert"]) {
  font-size: 12.5px !important;
  color: #64748b !important;
  line-height: 1.45 !important;
}
.dca-shell [role="alert"] {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 12.5px !important;
  font-weight: 600;
  color: #b91c1c !important;
  line-height: 1.45 !important;
}
.dca-shell [role="alert"]::before {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  border-radius: 50%;
  background: #b91c1c;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9' stroke-width='2.5'/%3E%3Cpath d='M12 8v4.5M12 16h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9' stroke-width='2.5'/%3E%3Cpath d='M12 8v4.5M12 16h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Foco visible en todo lo que se pulsa dentro del alta. */
.dca-shell button:focus-visible,
.dca-shell a:focus-visible,
.dca-shell [role="radio"]:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 3px;
}
.dca-shell input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #2563eb;
}
.dca-shell input[type="checkbox"]:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* Botones compartidos por los tres pasos (estilos.ts pone el resto en línea). */
.dca-btn-primary:hover:not(:disabled) { background: linear-gradient(180deg, #2563eb, #1d4ed8) !important; transform: translateY(-1px); }
.dca-btn-ghost:hover:not(:disabled) { background: #f1f5f9 !important; color: #0f172a !important; }
.dca-link { color: #1d4ed8; font-weight: 600; text-decoration: none; }
.dca-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Ciudad + Estado a dos columnas sólo cuando caben. */
.dca-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) {
  .dca-2col { grid-template-columns: 1fr; }
}

/* ── Stepper ────────────────────────────────────────────────────────────── */
.dca-stepper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.dca-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.dca-step__bar {
  height: 5px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.dca-step__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  transition: width 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.dca-step.is-done .dca-step__fill { width: 100%; background: #16a34a; }
.dca-step.is-active .dca-step__fill { width: 100%; background: linear-gradient(90deg, #60a5fa, #2563eb 60%, #7c3aed); }
.dca-step__row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.dca-step__n {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11.5px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #64748b;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}
.dca-step.is-active .dca-step__n { color: #fff; background: #2563eb; border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14); }
.dca-step.is-done .dca-step__n { color: #15803d; background: #dcfce7; border-color: #bbf7d0; }
.dca-step__label {
  font-size: 12.5px;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dca-step.is-active .dca-step__label { color: #0f172a; }
.dca-step.is-done .dca-step__label { color: #15803d; }
.dca-stepper__sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Tarjetas de plan (paso 3) ──────────────────────────────────────────── */
.dca-plan {
  --ink: #0f172a; --ink-2: #334155; --mute: #64748b; --hair: #e8edf4;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  padding: 18px 16px 16px;
  border-radius: 18px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(15, 23, 42, 0.04), 0 22px 48px -34px rgba(15, 23, 42, 0.35);
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.24s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.24s ease, border-color 0.24s ease;
}
.dca-plan:hover { transform: translateY(-3px); border-color: #c7d2fe; }
.dca-plan.is-featured {
  --ink: #fff; --ink-2: #e2e8f0; --mute: #94a3b8; --hair: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  background:
    linear-gradient(180deg, #172242 0%, #0f172a 42%) padding-box,
    linear-gradient(160deg, #60a5fa, #7c3aed 55%, #2563eb) border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 34px 64px -34px rgba(37, 99, 235, 0.7), 0 22px 44px -30px rgba(124, 58, 237, 0.4);
}
.dca-plan.is-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 58%);
  mask-image: linear-gradient(180deg, #000, transparent 58%);
}
.dca-plan.is-selected { box-shadow: 0 0 0 3px #2563eb, 0 22px 48px -30px rgba(37, 99, 235, 0.55); border-color: #2563eb; }
.dca-plan.is-featured.is-selected { box-shadow: 0 0 0 3px #60a5fa, 0 34px 64px -34px rgba(37, 99, 235, 0.8); }
.dca-plan:focus-visible { outline: 2px solid #0f172a; outline-offset: 3px; }
.dca-plan.is-featured:focus-visible { outline-color: #fff; }

.dca-plan__badge {
  position: absolute;
  top: -11px;
  left: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(180deg, #2f6df0, #1d4ed8);
  box-shadow: 0 8px 18px -8px rgba(37, 99, 235, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.dca-plan__badge--complete { left: auto; right: 14px; background: linear-gradient(180deg, #1e293b, #0f172a); box-shadow: 0 8px 18px -8px rgba(15, 23, 42, 0.5); }
.dca-plan.is-featured .dca-plan__badge { left: 50%; transform: translateX(-50%); }

.dca-plan__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.dca-plan__name {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
}
.dca-plan__name::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.18);
}
.dca-plan.is-featured .dca-plan__name { color: #93c5fd; }
.dca-plan.is-featured .dca-plan__name::before { background: #60a5fa; box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.25); }
.dca-plan__radio {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  display: grid;
  place-items: center;
  transition: border-color 0.15s, background 0.15s;
}
.dca-plan.is-featured .dca-plan__radio { border-color: rgba(255, 255, 255, 0.4); }
.dca-plan.is-selected .dca-plan__radio { border-color: #2563eb; background: #2563eb; }
.dca-plan.is-featured.is-selected .dca-plan__radio { border-color: #fff; background: #fff; }
.dca-plan__radio svg { display: none; }
.dca-plan.is-selected .dca-plan__radio svg { display: block; }

.dca-plan__desc { font-size: 12.5px; line-height: 1.35; color: var(--mute); margin-top: -2px; }
.dca-plan__amount { display: flex; align-items: flex-start; gap: 3px; line-height: 1; color: var(--ink); }
.dca-plan__cur { font-size: 15px; font-weight: 700; margin-top: 4px; color: var(--mute); }
.dca-plan__num { font-size: 32px; font-weight: 800; letter-spacing: -0.045em; font-variant-numeric: tabular-nums; }
.dca-plan__per { display: flex; flex-direction: column; justify-content: flex-end; margin-left: 6px; padding-bottom: 3px; line-height: 1.15; }
.dca-plan__per > span:first-child { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; color: var(--mute); }
.dca-plan__per > span:last-child { font-size: 12.5px; font-weight: 700; color: var(--ink-2); }
.dca-plan__was { font-size: 12.5px; color: var(--mute); text-decoration: line-through; font-variant-numeric: tabular-nums; }
.dca-plan__hair { height: 1px; background: var(--hair); }
.dca-plan__feats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.dca-plan__feat { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; line-height: 1.35; color: var(--ink-2); }
.dca-plan__chk {
  flex: 0 0 auto;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #15803d;
  background: #dcfce7;
}
.dca-plan.is-featured .dca-plan__chk { color: #86efac; background: rgba(74, 222, 128, 0.16); }

/* Resumen del plan ya elegido en la portada (paso 3 con ?plan=). */
.dca-resumen {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #172242 0%, #0f172a 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 48px -30px rgba(37, 99, 235, 0.7);
}
.dca-resumen__ico {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #60a5fa, #7c3aed 70%);
  box-shadow: 0 10px 20px -10px rgba(37, 99, 235, 0.9);
}
.dca-resumen__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.dca-resumen__k { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #93c5fd; }
.dca-resumen__name { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.dca-resumen__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 6px; font-size: 13.5px; color: #cbd5e1; }
.dca-resumen__price strong { font-size: 17px; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }
.dca-resumen__pill { display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 999px; font-size: 11.5px; font-weight: 700; color: #86efac; background: rgba(74, 222, 128, 0.14); border: 1px solid rgba(74, 222, 128, 0.32); }
.dca-resumen__cambiar {
  flex: 0 0 auto;
  align-self: center;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.16s;
}
.dca-resumen__cambiar:hover { background: rgba(255, 255, 255, 0.14); }
.dca-resumen__cambiar:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
@media (max-width: 480px) {
  .dca-resumen { flex-wrap: wrap; }
  .dca-resumen__cambiar { flex-basis: 100%; text-align: center; }
}

.dca-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  font-size: 12.5px;
  line-height: 1.45;
}
.dca-note svg { flex: 0 0 auto; margin-top: 1px; color: #2563eb; }

.dca-banner-ok {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 12px;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: 13px;
}

.dca-spin { animation: dcaSpin 0.9s linear infinite; }
@keyframes dcaSpin { to { transform: rotate(360deg); } }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .dca-shell { grid-template-columns: 1fr; }
  .dca-visual { display: none; }
  .dca-form { padding: 14px 16px 20px; }
  .dca-form__center { align-items: flex-start; }
  .dca-card { border-radius: 20px; }
  .dca-logo-movil { display: block; }
  /* iOS hace zoom al enfocar campos con menos de 16 px. */
  .dca-shell input:not([type="checkbox"]):not([type="radio"]),
  .dca-shell .themed-select-trigger { font-size: 16px !important; }
}
/* PC bajos (1366×768, 1536×864): lo decorativo del panel sale antes de que
   recorte, y el formulario aprieta un punto más. */
@media (min-width: 1025px) and (max-height: 860px) {
  .dca-testi { display: none; }
  .dca-paso__s { display: none; }
  .dca-paso { align-items: center; }
  .dca-visual__in { gap: clamp(12px, 2vh, 22px); }
}
@media (min-width: 1025px) and (max-height: 790px) {
  .dca-chips { display: none; }
  .dca-lead { margin-top: 8px; font-size: 14px; }
  /* 1366×768 con errores visibles en todos los campos: cada pieza cede un poco. */
  .dca-form { padding-top: 8px; padding-bottom: 8px; }
  .dca-card { padding: 16px 28px 14px; }
  .dca-card > div { gap: 12px !important; }
  .dca-card form { gap: 11px !important; }
  .dca-shell input:not([type="checkbox"]):not([type="radio"]),
  .dca-shell .themed-select-trigger { height: 40px !important; }
  .dca-card .dc-secure { padding-top: 5px; padding-bottom: 5px; }
}
@media (max-width: 480px) {
  .dca-stepper { gap: 6px; }
  .dca-step__label { font-size: 12px; }
  .dca-plan__num { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .dca-eyebrow__dot { animation: none; }
  .dca-spin { animation: none; }
  .dca-step__fill, .dca-plan, .dca-btn-primary { transition: none !important; }
  .dca-plan:hover, .dca-btn-primary:hover:not(:disabled) { transform: none; }
}

