/* Réplica del visual del funnel /mdn-v1 (tema "dark": navy + oro). Tokens tomados del config original. */
:root {
  --bg: #0B0E17;
  --bg-deep: #070910;
  --surface: #161B2E;
  --surface-light: #1E2338;
  --primary: #D4AF37;
  --primary-hover: #C19B2E;
  --gold-light: #F2D479;
  --text: #F5F1E6;
  --muted: #9A93A8;
  --back: #9C832A;
  --gate-bg: #382159;
  --gate-timer: #E8A93A;
  --gate-btn: #B574DA;
  --gate-arrow: #c946d8;
  --red-a: #f0666a;
  --red-b: #d3343a;
  --radius: 12px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { margin: 0; padding: 0; }
body {
  background-color: var(--bg);
  background-image:
    radial-gradient(2px 2px at 20px 30px, #ffffff26, #0000),
    radial-gradient(2px 2px at 40px 70px, #ffffff1a, #0000),
    radial-gradient(1px 1px at 90px 40px, #ffffff1f, #0000),
    radial-gradient(1px 1px at 130px 80px, #ffffff14, #0000),
    radial-gradient(2px 2px at 160px 30px, #ffffff1a, #0000);
  background-size: 200px 100px;
  color: var(--text);
  font-family: 'Poppins', 'Manrope', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
button { font-family: inherit; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 2px; }
.wrap { width: 100%; max-width: 512px; margin: 0 auto; padding: 32px 20px 24px; min-height: 100vh; display: flex; flex-direction: column; }

/* Cabecera */
.head { text-align: center; }
.badge { display: inline-block; border: 1.5px solid var(--primary); color: var(--primary); border-radius: 999px; padding: 6px 16px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.head h2 { font-size: 24px; line-height: 1.25; font-weight: 800; margin: 16px 0 0; }
.head h2 .oro { color: var(--gold-light); }
.head p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 14px 0 0; }
.head p strong { color: var(--gold-light); font-weight: 700; }

/* Barra de progreso (8 pasos contados) */
.progreso { display: flex; gap: 8px; margin: 22px 0 0; }
.progreso span { flex: 1; height: 14px; border-radius: 999px; background: var(--surface-light); transition: background .3s; }
.progreso span.on { background: var(--primary); }

/* Pregunta */
.paso { margin-top: 30px; animation: entra .25s ease-out; }
@keyframes entra { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.pregunta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 20px; }
.pregunta h3 { flex: 1; text-align: center; font-size: 23px; line-height: 1.25; font-weight: 800; margin: 0; }
.flecha { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--primary); display: grid; place-items: center; }
.flecha svg { width: 14px; height: 14px; }

/* Opciones */
.grid { display: grid; gap: 8px; }
.g6 { grid-template-columns: repeat(6, 1fr); }
.g7 { grid-template-columns: repeat(7, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
.op {
  background: #F4F4F4; color: #111; border: 2px solid transparent; border-radius: 8px;
  min-height: 48px; font-size: 15px; font-weight: 700; cursor: pointer; padding: 8px 4px;
  box-shadow: 0 2px 0 rgba(0,0,0,.25); transition: border-color .15s, transform .1s;
}
.g6 .op { min-height: 56px; font-size: 16px; }
.op:hover, .op.sel { border-color: var(--primary); }
.op:active { transform: scale(.97); }
.op.ancha { min-height: 64px; font-size: 16px; }
/* Mes: 3 columnas a lo ancho, botones bajos (como el original) */
.op.mes { min-height: 48px; font-size: 15px; }
/* Década y año: botones compactos de ancho fijo, grilla estrecha y última fila centrada (como el original) */
.fechas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 292px; margin: 0 auto; }
.op.fecha { flex: 0 0 88px; min-height: 56px; font-size: 17px; padding: 8px 0; }
/* Estado civil: lista de 1 columna con casilla a la izquierda */
.lista { display: flex; flex-direction: column; gap: 12px; }
.op.item { display: flex; align-items: center; gap: 18px; min-height: 60px; padding: 0 20px; border-radius: 10px; text-align: left; font-weight: 600; font-size: 16px; }
.op.item .caja { flex: none; width: 24px; height: 24px; border: 2px solid #8a8a8a; border-radius: 5px; background: #fff; }
.op.item.sel .caja { border-color: var(--primary); background: var(--primary) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%230B0E17" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/18px no-repeat; }
.sexo { min-height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; border-radius: 10px; font-size: 15px; }
.sexo svg { width: 44px; height: 64px; }

.reto {
  background: var(--bg); color: var(--text); border: 2px solid rgba(212,175,55,.55); border-radius: 10px;
  min-height: 178px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 12px;
  transition: border-color .15s, background .15s;
}
.reto:hover, .reto.sel { border-color: var(--primary); background: #11141f; }
.reto svg { width: 40px; height: 40px; }
.reto .lbl { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 16px; text-align: center; }
.reto .radio { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #bbb; flex: none; }
.reto.sel .radio { border-color: var(--primary); background: radial-gradient(circle, var(--primary) 45%, transparent 50%); }

.campo {
  width: 100%; font-family: inherit; font-size: 17px; padding: 18px 20px; border-radius: 10px; border: none; outline: none;
  background: #fff; color: #222; box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--primary);
}
.btn-principal {
  width: 100%; margin-top: 26px; padding: 22px 24px; border-radius: 12px; border: none; cursor: pointer;
  background: var(--primary); color: var(--bg); font-weight: 800; font-size: 17px; letter-spacing: .04em; text-transform: uppercase;
  animation: respira 2s ease-in-out infinite; box-shadow: 0 0 24px rgba(212,175,55,.35);
}
.btn-principal:disabled { opacity: .5; cursor: not-allowed; animation: none; }
@keyframes respira { 0%,100% { transform: scale(1); box-shadow: 0 0 24px rgba(212,175,55,.35); } 50% { transform: scale(1.03); box-shadow: 0 0 36px rgba(212,175,55,.6); } }
.volver { display: flex; align-items: center; gap: 10px; margin: 30px auto 0; background: var(--back); color: #fff; border: none; border-radius: 10px; padding: 13px 26px; font-weight: 700; font-size: 16px; cursor: pointer; }
.volver svg { width: 18px; height: 18px; }

/* Pie */
.pie { margin-top: auto; padding-top: 56px; text-align: center; }
.pie nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; font-size: 13px; }
.pie a { color: var(--muted); text-decoration: none; }
.pie p { color: #5e5a6e; font-size: 12px; margin: 18px 0 0; }

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

/* ---------- Reproductor estilo VTurb ---------- */
.pagina-video { min-height: 100vh; background: var(--bg-deep); display: flex; flex-direction: column; align-items: center; }
.vt { position: relative; width: 100%; max-width: 400px; aspect-ratio: 9 / 16; max-height: 100vh; background: #000; overflow: hidden; cursor: pointer; user-select: none; }
.vt video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vt-guion { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 55%, #0d1a2b 0%, #000 70%); }
.vt-guion::before { content: ''; position: absolute; inset: 0; opacity: .7;
  background-image: radial-gradient(1px 1px at 12% 20%, #fff, #0000), radial-gradient(1px 1px at 70% 35%, #fff, #0000), radial-gradient(2px 2px at 40% 60%, #ffffffb0, #0000), radial-gradient(1px 1px at 85% 75%, #fff, #0000), radial-gradient(1px 1px at 25% 85%, #ffffffa0, #0000), radial-gradient(1px 1px at 55% 12%, #fff, #0000);
  background-size: 180px 180px; animation: deriva 40s linear infinite; }
@keyframes deriva { to { background-position: 180px 360px; } }
.vt-sub { position: absolute; left: 6%; right: 6%; bottom: 18px; z-index: 22; text-align: center; pointer-events: none; }
/* subtítulo del reproductor, como el VTT del VTurb en el original: letra pequeña, blanca, caja #000000ab, pegado abajo */
.vt-sub span { display: inline; padding: 2px 6px; background: #000000ab; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: clamp(12px, 3.6vw, 15px); line-height: 1.6; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
/* modo guion (sin MP4): el subtítulo es el único contenido, se lee más grande */
.vt-modo-guion .vt-sub { bottom: 9%; }
.vt-modo-guion .vt-sub span { background: none; font-family: 'Poppins', sans-serif; font-size: clamp(16px, 4.6vw, 21px); font-weight: 500; line-height: 1.35; text-shadow: 0 2px 6px #000; }
.vt-barra { position: absolute; left: 0; right: 0; bottom: 0; height: 10px; background: transparent; }
.vt-barra span { display: block; height: 100%; width: 0; background: #d1b37d; }
.vt-unmute { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 82%; aspect-ratio: 1 / .97; border: 1px solid rgba(255,255,255,.55); border-radius: 6px; background: #D1B37D; color: #fff; padding: 8% 6% 7%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; cursor: pointer; animation: late 1.2s ease-in-out infinite; z-index: 30; font-family: Arial, Helvetica, sans-serif; }
.vt-unmute svg { width: 58%; height: auto; }
.vt-u2 { font-size: clamp(18px, 5.6vw, 24px); font-weight: 700; }
@keyframes late { 50% { transform: translate(-50%, -50%) scale(1.05); } }
.vt-reanudar { position: absolute; inset: 0; background: rgba(8,93,138,.94); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; z-index: 31; color: #fff; padding: 20px; text-align: center; }
.vt-reanudar p { font-weight: 700; font-size: 19px; margin: 0 0 6px; }
.vt-reanudar button { background: none; border: 2px solid #fff; color: #fff; border-radius: 10px; padding: 12px 20px; font-size: 16px; font-weight: 600; cursor: pointer; min-width: 230px; }
.vt-pausa { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.35); z-index: 25; }
.vt-pausa svg { width: 80px; height: 80px; }

/* Overlays */
.vt-capa { position: absolute; inset: 0; display: none; z-index: 20; pointer-events: none; }
.vt-capa.on { display: flex; }
.ov { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5%; padding: 8% 5%; background: rgba(0,0,0,.55); animation: aparece .3s ease-out; }
@keyframes aparece { from { opacity: 0; } }
.ov-lista p { font-size: clamp(22px, 6.5vw, 34px); font-weight: 800; color: #F5F1E6; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,.7); text-align: center; }
.ov-lista b { color: var(--gold-light); }
.ov-fichas { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; align-items: flex-start; width: 100%; }
.ov-pal { display: flex; gap: 6px; flex-wrap: nowrap; }
.ov-fichas { column-gap: calc(16px * var(--e)); row-gap: 10px; }
.ov-col { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.ov-esp { width: calc(10px * var(--e)); }
.ov-ficha { display: grid; place-items: center; border-radius: 8px; font-weight: 800; color: #0B0E17; background: linear-gradient(180deg, #F2D479, #D4AF37); box-shadow: 0 2px 0 rgba(0,0,0,.3);
  width: clamp(calc(28px * var(--e)), calc(9vw * var(--e)), calc(44px * var(--e))); height: clamp(calc(32px * var(--e)), calc(10vw * var(--e)), calc(50px * var(--e)));
  font-size: clamp(calc(16px * var(--e)), calc(5vw * var(--e)), calc(24px * var(--e))); animation: pulso 1.6s ease-in-out infinite; }
.ov-ficha.roja { color: #fff; background: linear-gradient(180deg, var(--red-a), var(--red-b)); }
.ov-num { font-weight: 700; color: var(--gold-light); text-shadow: 0 2px 6px rgba(0,0,0,.8); font-size: clamp(calc(13px * var(--e)), calc(4vw * var(--e)), calc(18px * var(--e))); }
@keyframes pulso { 50% { transform: scale(1.06); } }

/* Gate de datos (pantalla morada con contador) */
.gate { position: fixed; inset: 0; z-index: 100; background: var(--gate-bg); display: flex; align-items: center; justify-content: center; padding: 24px; overflow-y: auto; }
.gate-caja { width: 100%; max-width: 420px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; animation: entra .25s ease-out; }
.gate-reloj { width: 100%; background: var(--gate-timer); color: #fff; padding: 14px 24px; border-radius: 10px; font-size: 28px; font-weight: 800; font-variant-numeric: tabular-nums; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 0 20px rgba(232,169,58,.45); }
.gate-reloj small { font-size: 16px; opacity: .9; }
.gate p.intro { color: #fff; font-size: 16px; line-height: 1.5; margin: 0; }
.gate h2 { color: #fff; font-size: clamp(28px, 8vw, 38px); font-weight: 800; line-height: 1.1; margin: 0; }
.gate .bajar { width: 36px; height: 36px; border-radius: 999px; background: var(--gate-arrow); color: #fff; display: grid; place-items: center; font-size: 20px; }
.gate input[type=text], .gate input[type=email] { width: 100%; background: #fff; color: #222; border: none; border-radius: 10px; padding: 18px 14px; font-size: 17px; font-family: inherit; outline: none; box-shadow: 0 2px 10px rgba(0,0,0,.2); animation: anillo 1.8s ease-in-out infinite; }
@keyframes anillo { 50% { box-shadow: 0 2px 10px rgba(0,0,0,.2), 0 0 0 5px rgba(181,116,218,.6); } }
.gate .error { width: 100%; color: #ffdada; background: rgba(255,80,80,.15); border: 1px solid rgba(255,80,80,.55); border-radius: 8px; padding: 8px 12px; font-size: 14px; font-weight: 600; margin: 0; text-align: left; }
.gate .btn-gate { width: 100%; background: var(--gate-btn); color: #fff; border: none; border-radius: 10px; padding: 20px 24px; font-size: 20px; font-weight: 700; cursor: pointer; box-shadow: 0 0 24px rgba(181,116,218,.5); }
.gate .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* CTA del pitch (botón fijo abajo, dorado pulsante) */
.cta-fija { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 16px 16px 24px; background: linear-gradient(to top, var(--bg-deep), rgba(7,9,16,.95) 60%, transparent); animation: sube .4s ease-out; transition: opacity .2s ease, transform .2s ease; }
/* Con el CTA fijo en pantalla, la página gana espacio abajo para que el fijo nunca tape el botón verde. */
body.con-cta-fija .pagina-video { padding-bottom: 120px; }
@keyframes sube { from { opacity: 0; transform: translateY(20px); } }
.cta-fija a, .btn-cta { display: block; width: 100%; max-width: 448px; margin: 0 auto; text-align: center; text-decoration: none; padding: 20px 24px; border-radius: 12px; background: var(--primary); color: var(--bg); font-weight: 800; font-size: 18px; text-transform: uppercase; letter-spacing: .05em; box-shadow: 0 10px 30px rgba(0,0,0,.5); animation: pulsa 2s ease-in-out infinite; }
.cta-fija a:hover, .btn-cta:hover { background: var(--primary-hover); }
@keyframes pulsa { 50% { opacity: .85; } }
.cta-vt { width: 100%; max-width: 400px; padding: 14px 16px 0; }
.cta-vt a { display: block; text-align: center; text-decoration: none; background: #12b312; color: #fff; font-family: 'Inter', 'Poppins', sans-serif; font-weight: 600; font-size: 22px; padding: 16px; border-radius: 10px; box-shadow: 0 4px 14px rgba(0,0,0,.4); }

/* Bloque de oferta (aparece junto con el CTA en el pitch) */
.oferta { width: 100%; max-width: 440px; padding: 28px 20px 150px; text-align: center; animation: entra .4s ease-out; }
.oferta h3 { font-size: 22px; line-height: 1.3; margin: 0 0 18px; }
.oferta .mock { width: 72%; max-width: 280px; margin: 0 auto 18px; display: block; filter: drop-shadow(0 18px 30px rgba(0,0,0,.6)); }
.precio { display: grid; grid-template-columns: 1fr 1fr; background: #F5F1E6; color: #333; border-radius: 12px; padding: 14px 10px; margin: 0 0 18px; align-items: center; }
.precio .et { font-size: 14px; letter-spacing: .06em; color: #6b6178; font-weight: 600; }
.precio .ancla { font-size: 26px; font-weight: 700; color: #555; }
.precio .ancla s { text-decoration-color: #e0403f; text-decoration-thickness: 4px; }
.precio .hoy { font-size: 30px; font-weight: 800; color: #1f9d55; }
.incluye { list-style: none; padding: 0; margin: 0 0 20px; text-align: left; display: grid; gap: 10px; }
.incluye li { background: var(--surface); border: 1px solid rgba(212,175,55,.25); border-radius: 10px; padding: 12px 14px 12px 42px; position: relative; font-size: 15px; line-height: 1.4; }
.incluye li::before { content: ''; position: absolute; left: 14px; top: 15px; width: 16px; height: 16px; border-radius: 50%; background: var(--primary); -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/100% no-repeat; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/100% no-repeat; }
.garantia { display: flex; gap: 14px; align-items: center; text-align: left; background: var(--surface); border-radius: 12px; padding: 14px; margin: 18px 0 0; font-size: 14px; color: var(--muted); line-height: 1.45; }
.garantia svg { flex: none; width: 58px; height: 58px; }
.garantia b { color: var(--text); }

/* ---------- Upsell / downsell / acceso (después de la compra) ---------- */
.of-cab { width: 100%; max-width: 440px; padding: 16px 16px 12px; text-align: center; }
.of-ok { display: inline-flex; align-items: center; gap: 8px; background: #12391f; color: #7be08f; border: 1px solid #1f7a3a; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 700; }
.of-pasos { display: flex; justify-content: center; gap: 6px; margin: 14px 0 12px; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.of-pasos span { flex: 1; max-width: 130px; padding-top: 8px; border-top: 4px solid var(--surface-light); }
.of-pasos span.hecho { border-color: #1f9a45; color: #7be08f; }
.of-pasos span.aqui { border-color: var(--primary); color: var(--gold-light); font-weight: 700; }
.of-alerta { color: #ff6b6b; font-weight: 800; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin: 4px 0 6px; }
.of-cab h1 { font-size: 21px; line-height: 1.3; margin: 0; font-weight: 700; }
.of-cab h1 .oro { color: var(--gold-light); }
.of-botones { width: 100%; max-width: 400px; padding: 14px 16px 40px; text-align: center; animation: entra .4s ease-out; }
.of-si { display: block; text-decoration: none; background: #12b312; color: #fff; font-family: 'Inter', 'Poppins', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.25; padding: 18px 14px; border: 0; border-radius: 10px; width: 100%; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.4); animation: pulsa 2s ease-in-out infinite; }
.of-si small { display: block; font-size: 13px; font-weight: 500; opacity: .92; margin-top: 4px; }
.of-precio { color: var(--muted); font-size: 13px; margin: 10px 0 0; }
.of-precio s { color: var(--muted); }
.of-precio b { color: var(--gold-light); }
.of-no { display: inline-block; margin-top: 18px; background: none; border: 0; color: var(--muted); font-size: 14px; text-decoration: underline; cursor: pointer; padding: 6px; font-family: inherit; }
.of-seguro { color: var(--muted); font-size: 12px; margin-top: 12px; }
.of-widget[hidden] { display: none !important; }
.ov-pareja { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; font-size: 34px; color: var(--gold-light); font-weight: 800; }
.ov-pareja span { display: grid; place-items: center; width: 54px; height: 62px; border-radius: 10px; border: 2px dashed var(--gold-light); font-size: 30px; }
.aviso-acceso { max-width: 460px; margin: 40px auto; background: #2a1d10; border: 1px solid var(--primary); color: var(--text); border-radius: 12px; padding: 18px; text-align: center; }
.aviso-acceso a { color: var(--gold-light); font-weight: 700; }
.acceso { width: 100%; max-width: 480px; padding: 26px 16px 40px; }
.acceso h1 { font-size: 24px; line-height: 1.25; margin: 10px 0 6px; }
.acceso .sub { color: var(--muted); font-size: 14px; margin: 0 0 20px; }
.prod { display: flex; gap: 14px; align-items: center; background: var(--surface); border: 1px solid rgba(212,175,55,.35); border-radius: 12px; padding: 14px; margin-bottom: 12px; }
.prod .ico { flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(180deg, var(--gold-light), var(--primary)); color: var(--bg); font-weight: 800; font-size: 20px; }
.prod h3 { margin: 0 0 4px; font-size: 16px; }
.prod p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.prod a { flex: none; margin-left: auto; background: var(--primary); color: var(--bg); text-decoration: none; font-weight: 800; border-radius: 10px; padding: 10px 14px; font-size: 14px; }
.guardar { margin-top: 20px; background: var(--surface-light); border-radius: 10px; padding: 14px; font-size: 13px; color: var(--muted); }
.guardar input { width: 100%; box-sizing: border-box; margin-top: 8px; padding: 10px; border-radius: 8px; border: 1px solid #3a3f58; background: var(--bg); color: var(--text); font: 12px monospace; }

.gate-aviso { margin: 0; font-size: 12px; color: var(--muted); }
.gate-aviso a { color: inherit; text-decoration: underline; }

.perfil { display: grid; gap: 10px; max-width: 420px; margin: 16px auto 0; text-align: left; }
.perfil label { display: grid; gap: 4px; font-size: 14px; }
.perfil input { padding: 10px 12px; border-radius: 8px; border: 1px solid #3a3550; background: #11141f; color: inherit; font: inherit; }
.perfil button { padding: 12px; border: 0; border-radius: 8px; background: #D4AF37; color: #0B0E17; font-weight: 700; font: inherit; }
