/*
 * ALPHA FITNESS — CHECKOUT PAGE STYLES
 * Extraído del HTML monolítico.
 * Refactor: 2026-06-02
 */

    #checkout-page{ color:#fff; background:#000; min-height:100vh; min-height:100dvh; padding:30px 20px 60px; }
    .co-wrap{ max-width:1200px; margin:0 auto; }
    .co-steps{
      display:flex; justify-content:center; gap:30px; margin-bottom:30px;
      flex-wrap:wrap;
    }
    .co-step{
      display:flex; align-items:center; gap:10px; color:#666; font-size:13px;
      letter-spacing:1px; font-weight:600; text-transform:uppercase;
    }
    .co-step .num{
      width:30px; height:30px; border-radius:50%;
      background:#1a1a1a; border:1.5px solid #2a2a2a;
      display:flex; align-items:center; justify-content:center;
      color:#666; font-weight:800; font-size:13px;
    }
    .co-step.active .num{ background:#39ff14; border-color:#39ff14; color:#000; box-shadow:0 0 12px rgba(57,255,20,0.4); }
    .co-step.active{ color:#39ff14; }
    .co-step.done .num{ background:#0a3d00; border-color:#39ff14; color:#39ff14; }
    .co-step.done{ color:#39ff14; }

    .co-head{
      display:flex; justify-content:space-between; align-items:center;
      margin-bottom:30px; flex-wrap:wrap; gap:14px;
    }
    .co-head h1{
      font-family:'Cormorant Garamond',serif;
      font-size:38px; color:#fff; letter-spacing:1px;
    }
    .co-head h1 span{ color:#39ff14; }
    .co-head h1 i{ color:#39ff14; margin-right:10px; }
    .co-back{
      background:transparent; color:#39ff14; border:1px solid #39ff14;
      padding:10px 18px; border-radius:8px; cursor:pointer;
      font-weight:700; letter-spacing:1px; text-transform:uppercase;
      font-size:12px; font-family:'Raleway',sans-serif;
    }
    .co-back:hover{ background:#39ff14; color:#000; }

    .co-grid{
      display:grid; grid-template-columns:1fr 400px; gap:30px;
      align-items:start;
    }

    .co-card{
      background:#0f0f0f; border:1px solid #1f1f1f; border-radius:14px;
      padding:24px; margin-bottom:18px;
    }
    .co-card h2{
      font-family:'Raleway',sans-serif;
      color:#fff; font-size:16px; font-weight:700; letter-spacing:1px;
      text-transform:uppercase; margin-bottom:18px;
      display:flex; align-items:center; gap:10px;
      padding-bottom:14px; border-bottom:1px solid #1f1f1f;
    }
    .co-card h2 i{ color:#39ff14; }
    .co-card h2 .step-num{
      width:26px; height:26px; border-radius:50%;
      background:#39ff14; color:#000; display:flex; align-items:center;
      justify-content:center; font-size:12px; font-weight:800;
    }

    .co-row2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
    .co-field{ margin-bottom:14px; }
    .co-field label{
      display:block; color:#888; font-size:11px; letter-spacing:1.5px;
      text-transform:uppercase; font-weight:700; margin-bottom:6px;
    }
    .co-field input, .co-field select, .co-field textarea{
      width:100%; background:#000; border:1px solid #2a2a2a;
      border-radius:8px; padding:12px 14px; color:#fff;
      font-size:14px; font-family:inherit; outline:none;
      transition:border-color .2s;
    }
    .co-field input:focus, .co-field select:focus, .co-field textarea:focus{
      border-color:#39ff14;
    }

    .co-option{
      display:flex; align-items:center; gap:14px; padding:16px;
      background:#000; border:1.5px solid #2a2a2a; border-radius:10px;
      cursor:pointer; margin-bottom:10px; transition:all .2s;
    }
    .co-option:hover{ border-color:#444; }
    .co-option.active{ border-color:#39ff14; background:rgba(57,255,20,0.05); }
    .co-option .radio{
      width:20px; height:20px; border-radius:50%;
      border:2px solid #444; flex-shrink:0; position:relative;
    }
    .co-option.active .radio{ border-color:#39ff14; }
    .co-option.active .radio::after{
      content:''; position:absolute; inset:3px; background:#39ff14; border-radius:50%;
    }
    .co-option .ic{
      width:40px; height:40px; border-radius:10px;
      background:rgba(57,255,20,0.1); color:#39ff14;
      display:flex; align-items:center; justify-content:center; font-size:16px;
      flex-shrink:0;
    }
    .co-option-body{ flex:1; min-width:0; }
    .co-option-name{ color:#fff; font-weight:700; font-size:14px; }
    .co-option-desc{ color:#888; font-size:12px; margin-top:2px; }
    .co-option-price{
      color:#39ff14; font-weight:800; font-size:14px; flex-shrink:0;
    }
    .co-option-price.free{ background:rgba(57,255,20,0.12); padding:4px 10px; border-radius:6px; font-size:11px; }

    /* Resumen lateral sticky */
    .co-summary{
      background:#0f0f0f; border:1px solid #1f1f1f; border-radius:14px;
      padding:24px; position:sticky; top:14px;
    }
    .co-summary h3{
      font-family:'Cormorant Garamond',serif;
      color:#fff; font-size:22px; margin-bottom:18px; letter-spacing:1px;
      padding-bottom:14px; border-bottom:1px solid #1f1f1f;
    }
    .co-items{ margin-bottom:18px; max-height:280px; overflow-y:auto; }
    .co-item{
      display:flex; gap:12px; padding:10px 0; border-bottom:1px solid #161616;
    }
    .co-item:last-child{ border-bottom:none; }
    .co-item-img{
      width:55px; height:55px; background:#000; border-radius:8px;
      display:flex; align-items:center; justify-content:center;
      padding:5px; flex-shrink:0; border:1px solid #1f1f1f;
    }
    .co-item-img img{ max-width:100%; max-height:100%; object-fit:contain; }
    .co-item-info{ flex:1; min-width:0; }
    .co-item-name{ color:#fff; font-size:13px; font-weight:600; line-height:1.3; }
    .co-item-meta{ color:#888; font-size:11px; margin-top:3px; }
    .co-item-sabor{
      display:inline-block; background:rgba(57,255,20,0.1); color:#39ff14;
      padding:1px 8px; border-radius:10px; font-size:10px; font-weight:600;
      margin-top:4px;
    }
    .co-item-price{ color:#39ff14; font-weight:800; font-size:13px; align-self:center; }

    .co-line{
      display:flex; justify-content:space-between; padding:6px 0;
      color:#bbb; font-size:13px;
    }
    .co-line.disc{ color:#39ff14; }
    .co-total{
      display:flex; justify-content:space-between; padding-top:14px;
      margin-top:10px; border-top:1px solid #1f1f1f;
      font-size:22px; font-weight:800;
    }
    .co-total .label{ color:#fff; }
    .co-total .value{ color:#39ff14; text-shadow:0 0 10px rgba(57,255,20,0.3); }
    .co-cuotas{ color:#888; font-size:12px; margin-top:4px; text-align:right; }

    .co-pay-btn{
      display:flex; align-items:center; justify-content:center; gap:10px;
      width:100%; margin-top:18px;
      background:linear-gradient(45deg,#39ff14,#2ecc00); color:#000;
      border:none; padding:17px; font-size:15px; font-weight:800;
      letter-spacing:2px; border-radius:10px; cursor:pointer;
      text-transform:uppercase; transition:transform .2s, box-shadow .2s;
    }
    .co-pay-btn:hover{ transform:translateY(-2px); box-shadow:0 8px 25px rgba(57,255,20,0.4); }
    .co-pay-btn:disabled{ opacity:0.5; cursor:not-allowed; transform:none; box-shadow:none; }

    .co-trust{
      margin-top:22px; padding-top:22px; border-top:1px solid #1f1f1f;
      display:flex; flex-direction:column; gap:14px;
    }
    .co-trust-row{ display:flex; align-items:center; gap:12px; color:#bbb; font-size:13px; font-weight:500; }
    .co-trust-row i{ color:#39ff14; width:18px; font-size:16px; }

    @media (max-width: 900px){
      .co-grid{ grid-template-columns:1fr; }
      .co-summary{ position:static; }
      .co-steps{ gap:14px; }
      .co-row2{ grid-template-columns:1fr; }
      .co-head h1{ font-size:28px; }
    }
