/* ============================================================
   PLANTILLA GENTIUM - Estilos de la pagina de inscripcion
   No hace falta tocar este archivo para cambiar contenidos.
   ============================================================ */

    * { box-sizing: border-box; }
    html, body { margin: 0; padding: 0; background: #0c0c0c; color: #f2ecd9; font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
    body { background-image: radial-gradient(58% 50% at 100% 4%, rgba(201, 91, 40, 0.13) 0%, rgba(201, 91, 40, 0) 66%); background-attachment: fixed; background-repeat: no-repeat; min-height: 100vh; }
    a { color: inherit; }
    .wrap { width: 100%; max-width: 720px; margin: 0 auto; padding: 0 22px; }

    .topbar { width: 100%; border-bottom: 1px solid rgba(242, 236, 217, 0.08); background: rgba(12, 12, 12, 0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 20; }
    .topbar-inner { max-width: 720px; margin: 0 auto; padding: 13px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
    .topbar-logo { height: 42px; width: auto; display: block; }
    .topbar-back { font-size: 14px; font-weight: 600; text-decoration: none; color: rgba(242, 236, 217, 0.7); white-space: nowrap; }
    .topbar-back:hover { color: #de7a4d; }

    .opening { padding: 54px 0 6px; text-align: center; }
    .opening-divider { width: 54px; height: 2px; margin: 38px auto 0; border-radius: 2px; background: linear-gradient(90deg, rgba(222,122,77,0), #de7a4d 50%, rgba(222,122,77,0)); }
    .opening-text { margin: 0 auto; max-width: 540px; font-family: "Big Caslon", "Big Caslon CC", Georgia, serif; font-size: clamp(24px, 5vw, 32px); line-height: 1.22; font-weight: 700; letter-spacing: -0.4px; color: rgba(242, 236, 217, 0.7); }
    .opening-text strong { color: #fff4df; font-weight: 700; }
    .hero { padding: 34px 0 6px; text-align: center; }
    .kicker { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: #de7a4d; }
    .hero h1 { margin: 0; font-size: 40px; line-height: 1.04; font-weight: 800; letter-spacing: -1.4px; color: #fff4df; }

    .section { padding: 44px 0 0; }
    .section-title { margin: 0 0 6px; font-size: 13px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(242, 236, 217, 0.45); text-align: center; }
    .section-h { margin: 0 0 22px; font-size: 27px; line-height: 1.1; font-weight: 800; letter-spacing: -0.8px; color: #fff4df; text-align: center; }
    .section-lead { margin: 0 auto 26px; max-width: 470px; text-align: center; font-size: 16px; line-height: 1.45; color: rgba(242, 236, 217, 0.62); }

    /* pricing */
    .plans { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .plan { position: relative; border-radius: 18px; padding: 30px 22px 22px; cursor: pointer; border: 1px solid rgba(242, 236, 217, 0.12);
      background: linear-gradient(180deg, rgba(242, 236, 217, 0.04), rgba(242, 236, 217, 0.015)); display: flex; flex-direction: column;
      transition: opacity 0.25s, transform 0.2s, box-shadow 0.25s, border-color 0.25s, filter 0.25s; }
    .plan.promo { border: 2px solid rgba(222, 122, 77, 0.7);
      background: radial-gradient(120% 90% at 80% 0%, rgba(201, 91, 40, 0.16), rgba(201, 91, 40, 0) 60%), linear-gradient(180deg, rgba(242, 236, 217, 0.05), rgba(242, 236, 217, 0.02)); }
    .plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #c4571f; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 16px; border-radius: 999px; white-space: nowrap; }
    .plan-name { margin: 0 0 14px; font-size: 16px; font-weight: 700; color: #fff4df; }
    .plan-now { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #de7a4d; margin-bottom: 4px; }
    .plan-price { font-size: 35px; font-weight: 800; letter-spacing: -1.4px; color: #fff4df; line-height: 1; }
    .plan-cap { margin: 8px 0 0; font-size: 14.5px; line-height: 1.4; font-weight: 600; color: rgba(242, 236, 217, 0.72); }
    .plan-desc { margin: 12px 0 0; font-size: 16px; line-height: 1.45; color: rgba(242, 236, 217, 0.7); }
    .plan-extra { margin: 6px 0 0; font-size: 15px; line-height: 1.4; color: rgba(242, 236, 217, 0.55); }
    .plan-extra strong { color: #fff4df; font-weight: 700; }
    .plan-promo-note { margin: 12px 0 0; padding: 9px 11px; border-radius: 10px; border: 1px solid rgba(222, 122, 77, 0.35); background: rgba(222, 122, 77, 0.07); font-size: 14.5px; line-height: 1.4; font-weight: 600; color: rgba(242, 236, 217, 0.85); }
    .share-row { text-align: center; margin-top: 18px; }
    .share-colega { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(242, 236, 217, 0.2); background: transparent; color: rgba(242, 236, 217, 0.82); font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer; transition: border-color 0.2s, background 0.2s, color 0.2s; }
    .share-colega:hover { border-color: rgba(37, 211, 102, 0.6); background: rgba(37, 211, 102, 0.08); color: #eafff2; }
    .share-colega svg { width: 17px; height: 17px; }
    .conditions { max-width: 560px; margin: 20px auto 0; text-align: center; }
    .conditions summary { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; font-size: 15px; font-weight: 700; color: rgba(242, 236, 217, 0.8); padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(242, 236, 217, 0.2); background: rgba(242, 236, 217, 0.04); list-style: none; transition: border-color 0.2s, color 0.2s, background 0.2s; }
    .conditions summary::-webkit-details-marker { display: none; }
    .conditions summary::after { content: "\2304"; font-size: 14px; line-height: 1; transition: transform 0.25s ease; }
    .conditions[open] summary::after { transform: rotate(180deg); }
    .conditions summary:hover { color: #de7a4d; border-color: rgba(222, 122, 77, 0.5); background: rgba(222, 122, 77, 0.07); }
    .conditions ul { margin: 14px 0 0; padding-left: 18px; text-align: left; }
    .conditions li { font-size: 15px; line-height: 1.5; color: rgba(242, 236, 217, 0.58); margin-bottom: 6px; }
    .plan-checks { list-style: none; margin: 14px 0 0; padding: 0; }
    .plan-checks li { position: relative; padding: 5px 0 5px 24px; font-size: 15px; line-height: 1.35; color: rgba(242, 236, 217, 0.82); }
    .plan-checks li::before { content: "\2713"; position: absolute; left: 0; top: 5px; color: #de7a4d; font-weight: 800; }
    .plan-checks strong { color: #fff4df; font-weight: 700; }
    .bank-titular { margin-top: 8px; padding: 10px 12px; border-radius: 10px; background: rgba(222, 122, 77, 0.09); border: 1px solid rgba(222, 122, 77, 0.28); }
    .bt-label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(242, 236, 217, 0.5); }
    .bt-name { display: block; font-size: 16px; font-weight: 800; color: #fff4df; margin-top: 2px; }
    .bank-note { margin: 9px 2px 0; font-size: 14px; line-height: 1.4; color: rgba(242, 236, 217, 0.55); }
    .plan-btn { margin-top: 20px; display: block; width: 100%; text-align: center; cursor: pointer; padding: 14px 18px; border-radius: 10px; border: 1px solid rgba(242, 236, 217, 0.22); background: transparent; color: #f2ecd9; font-family: inherit; font-size: 16px; font-weight: 700; transition: background 0.2s, border-color 0.2s; }
    .plan.promo .plan-btn { background: #c4571f; border-color: #c4571f; color: #fff; }
    .plan-save {
      margin: 16px 0 0;
      padding: 10px 12px;
      border-radius: 10px;
      background: rgba(222, 122, 77, 0.12);
      border: 1px solid rgba(222, 122, 77, 0.45);
      text-align: center;
      font-size: 14.5px;
      line-height: 1.45;
      font-weight: 700;
      color: #de7a4d;
    }
    .plan-save strong { color: #fff4df; }

    .plan-aviso {
      margin: 16px 0 0;
      padding: 10px 12px;
      border-radius: 10px;
      background: rgba(242, 236, 217, 0.05);
      border: 1px solid rgba(242, 236, 217, 0.16);
      font-size: 13.5px;
      line-height: 1.5;
      color: rgba(242, 236, 217, 0.78);
    }
    .plan-aviso strong { color: #fff4df; }

    .plan-check { display: none; margin-top: 12px; text-align: center; font-size: 15px; font-weight: 800; letter-spacing: 0.04em; color: #de7a4d; }
    .plan.is-selected { border: 2px solid #de7a4d; box-shadow: 0 0 0 2px rgba(222, 122, 77, 0.55), 0 26px 60px rgba(0, 0, 0, 0.4); transform: translateY(-3px);
      background: radial-gradient(120% 90% at 80% 0%, rgba(201, 91, 40, 0.2), rgba(201, 91, 40, 0) 60%), linear-gradient(180deg, rgba(242, 236, 217, 0.06), rgba(242, 236, 217, 0.02)); }
    .plan.is-confirmed .plan-btn { display: none; }
    .plan.is-confirmed .plan-check { display: block; }
    .plan.is-dim { opacity: 0.72; transform: scale(0.98); }
    .plan.promo.is-dim { border: 1px solid rgba(242, 236, 217, 0.12); box-shadow: none; background: linear-gradient(180deg, rgba(242, 236, 217, 0.04), rgba(242, 236, 217, 0.015)); }
    .plan.is-dim .plan-badge { background: rgba(242, 236, 217, 0.16); color: rgba(242, 236, 217, 0.65); }

    /* flow */
    /* Paso 1: resumen de valores */
    .price-card { margin-top: 8px; padding: 4px 18px; border-radius: 16px; border: 1px solid rgba(242, 236, 217, 0.14); background: linear-gradient(180deg, rgba(242, 236, 217, 0.05), rgba(242, 236, 217, 0.02)); }
    .price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(242, 236, 217, 0.1); }
    .price-row:last-child { border-bottom: none; }
    .price-row-info { display: flex; flex-direction: column; gap: 4px; }
    .price-row-name { font-size: 16px; font-weight: 700; color: #fff4df; }
    .price-row-sub { font-size: 13.5px; line-height: 1.35; color: rgba(242, 236, 217, 0.6); }
    .price-row-amt { font-size: 22px; font-weight: 800; letter-spacing: -1px; color: #fff4df; white-space: nowrap; }
    .price-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0 14px; }
    .price-total-label { font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(242, 236, 217, 0.6); }
    .price-total-amt { font-size: 24px; font-weight: 800; letter-spacing: -1px; color: #de7a4d; white-space: nowrap; }
    .reserva-aviso { margin-top: 16px; padding: 14px 16px; border-radius: 12px; border: 1px solid rgba(222, 122, 77, 0.4); background: rgba(222, 122, 77, 0.1); font-size: 15px; line-height: 1.5; color: rgba(242, 236, 217, 0.9); }
    .reserva-aviso strong { color: #fff4df; }
    .pay-note { margin-top: 14px; font-size: 14px; line-height: 1.5; color: rgba(242, 236, 217, 0.62); }
    .pay-note strong { color: rgba(242, 236, 217, 0.85); }
    .continue-btn { margin-top: 22px; display: block; width: 100%; text-align: center; cursor: pointer; padding: 16px 18px; border-radius: 12px; border: none; background: #c4571f; color: #fff; font-family: inherit; font-size: 17px; font-weight: 800; transition: background 0.2s, transform 0.15s; }
    .continue-btn:hover { background: #d8631f; transform: translateY(-1px); }

        /* Valor de la formación (hero) */
    .value-card { margin: 8px auto 0; max-width: 360px; padding: 22px 20px; border-radius: 16px; text-align: center;
      border: 1px solid rgba(222, 122, 77, 0.4);
      background: radial-gradient(120% 100% at 50% 0%, rgba(201, 91, 40, 0.18), rgba(201, 91, 40, 0) 70%), linear-gradient(180deg, rgba(242, 236, 217, 0.05), rgba(242, 236, 217, 0.02)); }
    .value-label { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #de7a4d; }
    .value-amt { display: block; margin: 8px 0 4px; font-size: 42px; line-height: 1; font-weight: 800; letter-spacing: -1.6px; color: #fff4df; }
    .value-sub { display: block; font-size: 14px; color: rgba(242, 236, 217, 0.6); }

    /* Montos en Paso 3 (solo transferencia) */
    .pay-amounts { margin: 2px 0 18px; border-radius: 12px; border: 1px solid rgba(242, 236, 217, 0.12); overflow: hidden; }
    .pay-amt-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border-bottom: 1px solid rgba(242, 236, 217, 0.08); }
    .pay-amt-row:last-child { border-bottom: none; }
    .pay-amt-row.is-main { background: rgba(222, 122, 77, 0.08); }
    .pay-amt-label { font-size: 15px; font-weight: 600; color: rgba(242, 236, 217, 0.85); }
    .pay-amt-label em { display: block; font-style: normal; font-size: 12.5px; color: rgba(242, 236, 217, 0.5); margin-top: 2px; }
    .pay-amt-val { font-size: 21px; font-weight: 800; letter-spacing: -0.8px; color: #fff4df; white-space: nowrap; }
    .pay-amt-row.is-main .pay-amt-val { color: #de7a4d; }

    .onlytransfer { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 16px 0 0; font-size: 14.5px; line-height: 1.4; font-weight: 600; color: rgba(242, 236, 217, 0.75); text-align: center; }
    .onlytransfer svg { width: 18px; height: 18px; fill: none; stroke: #de7a4d; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .onlytransfer strong { color: #fff4df; font-weight: 700; }

    .flow { display: none; margin-top: 30px; }
    .flow.show { display: block; animation: fade 0.3s ease; }
    @keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
    .step-card { position: relative; border-radius: 16px; padding: 24px 22px; margin-top: 16px; border: 1px solid rgba(242, 236, 217, 0.1); background: linear-gradient(180deg, rgba(242, 236, 217, 0.04), rgba(242, 236, 217, 0.015)); }
    .step-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #de7a4d; margin-bottom: 8px; }
    .step-card h3 { margin: 0 0 4px; font-size: 20px; font-weight: 700; color: #fff4df; }
    .step-card .sub { margin: 0 0 4px; font-size: 16px; line-height: 1.45; color: rgba(242, 236, 217, 0.66); }
    .pay-next { margin: 18px 0 0; padding: 14px 16px; border-radius: 12px; border: 1px solid rgba(222, 122, 77, 0.5); background: rgba(222, 122, 77, 0.1); font-size: 15px; line-height: 1.55; font-weight: 500; color: rgba(242, 236, 217, 0.92); text-align: center; }
    .pay-next-title { display: block; margin-bottom: 4px; font-size: 15px; font-weight: 800; letter-spacing: 0.02em; color: #de7a4d; }
    .step-final { border-color: rgba(222, 122, 77, 0.4); background: linear-gradient(180deg, rgba(222, 122, 77, 0.07), rgba(242, 236, 217, 0.015)); }
    .step-final-note { margin: 12px 0 0; font-size: 15px; line-height: 1.4; color: rgba(242, 236, 217, 0.5); text-align: center; }

    /* payment methods */
    .paymethods { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; align-items: start; }
    .paymethod { border-radius: 14px; padding: 18px 16px; border: 1px solid rgba(242, 236, 217, 0.12); background: rgba(12, 12, 12, 0.4); display: flex; flex-direction: column; }
    .pm-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }
    .pm-name { font-size: 15px; font-weight: 700; color: #fff4df; }
    .pm-name small { font-weight: 500; color: rgba(242, 236, 217, 0.55); }
    .pm-tag { flex: 0 0 auto; font-size: 10.5px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }
    .pm-tag-ok { background: rgba(47, 158, 87, 0.16); color: #6cd49a; }
    .pm-tag-mp { background: rgba(0, 158, 227, 0.16); color: #5ec3ef; }
    .pm-amount { font-size: 27px; font-weight: 800; letter-spacing: -1px; color: #fff4df; line-height: 1; margin-bottom: 14px; }
    .paymethods.single { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }

    .promo-box { display: none; margin: 14px 0 2px; padding: 14px 16px; border-radius: 12px; border: 1px solid rgba(222, 122, 77, 0.4); background: rgba(222, 122, 77, 0.08); }
    .promo-box.show { display: block; }
    .promo-box-h { font-size: 14px; font-weight: 800; color: #fff4df; margin-bottom: 6px; }
    .promo-steps { margin: 0; padding: 0; list-style: none; }
    .promo-steps li { position: relative; padding: 3px 0 3px 22px; font-size: 13.5px; line-height: 1.45; color: rgba(242, 236, 217, 0.82); }
    .promo-steps li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: #de7a4d; }
    .promo-steps strong { color: #de7a4d; }

    .bank-h { margin: 4px 0 10px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(242, 236, 217, 0.5); }
    .copy-row { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; background: rgba(12, 12, 12, 0.55); border: 1px solid rgba(242, 236, 217, 0.1); margin-bottom: 9px; }
    .copy-info { min-width: 0; flex: 1; }
    .copy-label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(242, 236, 217, 0.45); }
    .copy-val { font-size: 15px; font-weight: 700; color: #fff4df; word-break: break-all; }
    .copy-btn { flex: 0 0 auto; cursor: pointer; padding: 8px 12px; border-radius: 8px; border: 1px solid rgba(222, 122, 77, 0.45); background: rgba(222, 122, 77, 0.08); color: #de7a4d; font-family: inherit; font-size: 14.5px; font-weight: 700; white-space: nowrap; transition: background 0.2s, color 0.2s; }
    .copy-btn:hover { background: #c4571f; color: #fff; border-color: #c4571f; }
    .copy-btn.done { background: #2f9e57; border-color: #2f9e57; color: #fff; }
    .holder { margin: 4px 2px 0; font-size: 14px; color: rgba(242, 236, 217, 0.55); }

    .btn-mp { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 16px; padding: 14px 16px; border-radius: 11px; background: #009ee3; color: #fff; font-family: inherit; font-size: 16px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform 0.15s, background 0.2s; border: 0; }
    .btn-mp:hover { transform: translateY(-2px); background: #0b8fce; }
    .mp-logo { height: 19px; width: auto; display: block; }
    .mp-recargo { margin: 5px 0 0; font-size: 14.5px; line-height: 1.3; color: rgba(242, 236, 217, 0.55); }
    .pay-choose { margin: 14px 0 0; text-align: center; font-size: 16px; line-height: 1.45; font-weight: 600; color: rgba(242, 236, 217, 0.75); }

    .btn-wa { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 14px; padding: 15px 20px; border-radius: 12px; background: #25593a; color: #eafff2; font-family: inherit; font-size: 16px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform 0.15s, background 0.2s; border: 0; }
    .btn-wa:hover { transform: translateY(-2px); background: #2f7d4f; }
    .btn-wa svg { width: 19px; height: 19px; flex: 0 0 auto; }

    /* form */
    .field { margin-bottom: 15px; }
    .field label { display: block; font-size: 15px; font-weight: 700; color: rgba(242, 236, 217, 0.7); margin-bottom: 7px; }
    .field-areas { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(242, 236, 217, 0.1); }
    .field-areas > label { font-size: 15px; color: rgba(242, 236, 217, 0.88); margin-bottom: 10px; }
    .field-otra { margin-top: 12px; }
    .field-otra input { width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid rgba(242, 236, 217, 0.16); background: rgba(12, 12, 12, 0.5); color: #fff4df; font-family: inherit; font-size: 16px; text-align: left; }
    .field-otra input:focus { outline: none; border-color: rgba(222, 122, 77, 0.7); }
    .field input[type="text"], .field input[type="email"] { width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid rgba(242, 236, 217, 0.16); background: rgba(12, 12, 12, 0.5); color: #fff4df; font-family: inherit; font-size: 16px; }
    .field input:focus { outline: none; border-color: rgba(222, 122, 77, 0.7); }
    .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .areas { display: flex; flex-wrap: wrap; gap: 9px; }
    .area-chip { position: relative; }
    .area-chip input { position: absolute; opacity: 0; pointer-events: none; }
    .area-chip span { display: inline-block; padding: 10px 16px; border-radius: 999px; cursor: pointer; border: 1px solid rgba(242, 236, 217, 0.2); font-size: 15px; font-weight: 600; color: rgba(242, 236, 217, 0.8); transition: all 0.15s; user-select: none; }
    .area-chip input:checked + span { background: rgba(222, 122, 77, 0.16); border-color: #de7a4d; color: #fff4df; }
    .areas.is-invalid .area-chip span { border-color: rgba(255, 138, 122, 0.6); }
    .field-error { display: none; margin-top: 8px; font-size: 14px; line-height: 1.4; color: #ff8a7a; font-weight: 600; }
    .submit-btn { width: 100%; margin-top: 18px; padding: 16px 20px; border-radius: 12px; border: 0; cursor: pointer; background: #c4571f; color: #fff; font-family: inherit; font-size: 16px; font-weight: 800; letter-spacing: -0.2px; transition: transform 0.15s, background 0.2s; }
    .submit-btn:hover { transform: translateY(-2px); background: #cf6030; }
    .form-ok { display: none; margin-top: 22px; text-align: center; padding: 16px; border-radius: 12px; background: rgba(47, 158, 87, 0.14); border: 1px solid rgba(47, 158, 87, 0.45); color: #cdeed8; font-size: 16px; font-weight: 600; line-height: 1.45; }
    .hidden { position: absolute; left: -9999px; }

    .footer { padding: 46px 0 44px; text-align: center; font-size: 14px; letter-spacing: 0.04em; color: rgba(242, 236, 217, 0.42); }

    @media (max-width: 560px) {
      .hero h1 { font-size: 32px; }
      .topbar-logo { height: 36px; }
      .plans { grid-template-columns: 1fr; }
      .paymethods { grid-template-columns: 1fr; }
      .row2 { grid-template-columns: 1fr; }
      .plan.is-dim { transform: scale(1); }

      /* card "Completá tus datos": título y texto centrados, campos a la izquierda */
      .step-datos { text-align: center; }
      .step-datos form { text-align: left; }
      /* Área de trabajo: rótulo y chips centrados */
      .step-datos .field-areas { text-align: center; }
      .step-datos .field-areas .areas { justify-content: center; }

      /* Paso 4 (confirmá): texto centrado en mobile */
      .step-final { text-align: center; }

      /* Paso 3 (aboná): encabezado centrado; los métodos quedan a la izquierda */
      .step-pay { text-align: center; }
      .step-pay .paymethods { text-align: left; }
    }


/* ===== Pago con tarjeta (agregado para este curso) ===== */
.pay-card-block { margin-top: 18px; }
.pay-card-h { margin: 0 0 10px; font-size: 14px; font-weight: 700; letter-spacing: 0.02em; color: rgba(242, 236, 217, 0.85); }
.pay-card-btn {
  display: block; width: 100%; box-sizing: border-box; text-align: center;
  padding: 15px 18px; border-radius: 12px; background: #de7a4d; color: #1a120c;
  font-weight: 800; font-size: 16px; letter-spacing: -0.2px; text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.pay-card-btn:hover { filter: brightness(1.07); transform: translateY(-1px); }
.pay-note { margin: 10px 0 0; font-size: 13px; text-align: center; color: rgba(242, 236, 217, 0.55); }


/* ===== Paso 3: dos opciones de pago en paralelo ===== */
.pay-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
  align-items: stretch;
}
.pay-option {
  display: flex;
  flex-direction: column;
  padding: 18px 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(242, 236, 217, 0.14);
  background: rgba(242, 236, 217, 0.035);
}
.pay-opt-num {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #de7a4d;
}
.pay-opt-title {
  margin: 0 0 4px;
  font-size: 16.5px;
  font-weight: 700;
  color: #fff4df;
}
.pay-opt-amt {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #f2ecd9;
}

/* botón con el azul característico de Mercado Pago */
.btn-mp {
  display: block;
  text-align: center;
  padding: 15px 16px;
  border-radius: 12px;
  background: #009ee3;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.2px;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.btn-mp:hover { filter: brightness(1.1); transform: translateY(-1px); }

.pay-option .pay-note { margin: 12px 0 0; text-align: left; font-size: 12.5px; line-height: 1.45; }

@media (max-width: 640px) {
  .pay-options { grid-template-columns: 1fr; }
}


/* Paso 3: encabezados de cada opción centrados, botón MP centrado y más angosto */
.pay-opt-num,
.pay-opt-title,
.pay-opt-amt { text-align: center; }
.pay-option .pay-note { text-align: center; }
.pay-option .bank-h { text-align: center; }
.btn-mp {
  width: min(230px, 100%);
  margin-left: auto;
  margin-right: auto;
}


/* Paso 3: más aire entre los elementos para que respire y se entienda */
.pay-options { gap: 20px; margin-top: 26px; }
.pay-option { padding: 28px 22px 28px; }
.pay-opt-num { margin-bottom: 14px; }
.pay-opt-title { margin-bottom: 10px; font-size: 17px; }
.pay-opt-amt { margin-bottom: 24px; font-size: 24px; }
.pay-option .bank-h { margin-top: 4px; margin-bottom: 14px; }
.pay-option .copy-row { margin-bottom: 12px; }
.btn-mp { margin-top: 6px; padding: 16px 18px; }
.pay-option .pay-note { margin-top: 16px; }

@media (max-width: 640px) {
  .pay-options { gap: 16px; }
  .pay-option { padding: 24px 18px; }
}


/* Opción 2 más compacta: cada card toma solo la altura de su contenido */
.pay-options { align-items: start; }
.pay-opt-amt { margin-bottom: 10px; }
.pay-option .pay-note { margin: 0 0 16px; }
.btn-mp { margin-top: 0; }


/* ===== Recorrido paso a paso: más aire + conector animado entre pasos ===== */

.flow .step-card { margin-top: 0; }

.step-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 28px;
  color: #de7a4d;
}
.step-link-line {
  width: 2px;
  height: 36px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(222, 122, 77, 0), rgba(222, 122, 77, 0.55));
}
.step-link svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  animation: stepNudge 1.9s ease-in-out infinite;
}
@keyframes stepNudge {
  0%, 100% { transform: translateY(0); opacity: 0.65; }
  50% { transform: translateY(5px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .step-link svg { animation: none; }
}


/* ===== Conector entre pasos: puntos discretos (reemplaza la flecha) ===== */
.step-link {
  gap: 9px;
  padding: 26px 0 26px;
}
.step-link-line, .step-link svg { display: none; }
.step-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(222, 122, 77, 0.55);
  animation: dotGlow 2.4s ease-in-out infinite;
}
.step-dot:nth-child(2) { animation-delay: 0.3s; }
.step-dot:nth-child(3) { animation-delay: 0.6s; }
@keyframes dotGlow {
  0%, 100% { opacity: 0.35; }
  35% { opacity: 0.9; }
}
@media (prefers-reduced-motion: reduce) {
  .step-dot { animation: none; opacity: 0.5; }
}

/* la aclaración del recargo, pegada al título */
.pay-option .pay-note { margin: 0 0 10px; }
.pay-opt-title { margin-bottom: 6px; }
.pay-opt-amt { margin-bottom: 16px; }


/* ===== Stepper horizontal: Datos → Pago → Confirmación ===== */
.step-link { display: none; }

.stepper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 38px;
}
.stepper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 72px;
}
.stepper-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  border: 1.5px solid rgba(242, 236, 217, 0.25);
  color: rgba(242, 236, 217, 0.45);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.stepper-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(242, 236, 217, 0.4);
  transition: color 0.3s ease;
}
.stepper-line {
  flex: 0 1 70px;
  height: 1.5px;
  margin-top: 15px;
  border-radius: 2px;
  background: rgba(242, 236, 217, 0.16);
}
.stepper-item.is-current .stepper-dot {
  background: #de7a4d;
  border-color: #de7a4d;
  color: #1a120c;
  box-shadow: 0 0 0 4px rgba(222, 122, 77, 0.16);
}
.stepper-item.is-current .stepper-label { color: #de7a4d; }
.stepper-item.is-done .stepper-dot {
  background: rgba(222, 122, 77, 0.14);
  border-color: rgba(222, 122, 77, 0.6);
  color: #de7a4d;
}
.stepper-item.is-done .stepper-label { color: rgba(222, 122, 77, 0.7); }

/* aire entre los pasos (reemplaza a los conectores) */
#payPhase .step-card { margin-top: 44px; }


/* ===== Stepper sticky: acompaña el scroll dentro de la inscripción ===== */
.stepper {
  position: sticky;
  top: 78px;
  z-index: 15;
  width: max-content;
  margin: 4px auto 38px;
  padding: 10px 20px 9px;
  border-radius: 999px;
  border: 1px solid rgba(242, 236, 217, 0.1);
  background: rgba(12, 12, 12, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.stepper-dot { width: 26px; height: 26px; font-size: 12px; }
.stepper-label { font-size: 10px; }
.stepper-item { min-width: 60px; gap: 6px; }
.stepper-line { flex: 0 1 46px; margin-top: 12px; }

/* ===== Paso 3 liviano: primero las opciones, el detalle al elegir ===== */
.pay-choose {
  display: block;
  width: min(230px, 100%);
  margin: 0 auto;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid rgba(222, 122, 77, 0.55);
  background: rgba(222, 122, 77, 0.1);
  color: #de7a4d;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: -0.1px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.pay-choose:hover { background: rgba(222, 122, 77, 0.2); transform: translateY(-1px); }

.pay-detail {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.33, 0.1, 0.2, 1);
}
.pay-detail > div { padding-top: 18px; }

.pay-option.is-chosen { border-color: rgba(222, 122, 77, 0.5); }


/* Card del valor total: más compacta */
.value-card { max-width: 300px; padding: 16px 18px; }
.value-amt { font-size: 33px; margin: 7px 0 2px; }


/* Campo WhatsApp: característica + número en una fila */
.wa-row {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 10px;
}


/* ===== Formulario de datos: composición más aireada ===== */
.field { margin-bottom: 24px; }
.field label { margin-bottom: 10px; }
.row2 { gap: 18px; }
.field input[type="text"],
.field input[type="email"] { padding: 15px 16px; }
.wa-row { gap: 18px; }
.field-areas { margin-top: 30px; padding-top: 26px; }
.submit-btn { margin-top: 8px; }


/* Más aire arriba del teléfono y antes del botón de guardar */
.field-tel { margin-top: 32px; }
.submit-btn { margin-top: 28px; }


/* ===== Grilla pareja en todo el formulario =====
   Todos los grupos (Nombre/Apellido, DNI/Email, Teléfono) se separan
   con el mismo ritmo de 24px; el teléfono ya no queda descolgado. */
.field-tel { margin-top: 0; }
.row2 { margin-bottom: 0; }

/* Área de trabajo: el título respira respecto de las opciones */
.field-areas > label { margin-bottom: 16px; }


/* ===== Encabezado del Paso 2: jerarquía con aire ===== */
.step-datos .step-tag { margin-bottom: 12px; }
.step-datos h3 { margin-bottom: 14px; }

/* línea naranja sutil que separa el título de la bajada */
.step-divider {
  width: 54px;
  height: 2px;
  border-radius: 2px;
  margin: 0 0 16px;
  background: linear-gradient(90deg, #de7a4d, rgba(222, 122, 77, 0));
}

.step-bajada {
  margin: 0;
  color: #de7a4d;
  font-weight: 600;
}


/* ===== Ajustes mobile (junio 2026) ===== */
@media (max-width: 560px) {
  /* T7 · Footer más chico en mobile */
  .footer { font-size: 11.5px; }
}
