.cot-page{--ink:#0a1f5c;--ink-2:#04123d;--ink-soft:rgba(10,31,92,.66);--ink-faint:rgba(10,31,92,.42);--line:rgba(10,31,92,.1);--line-2:rgba(10,31,92,.2);--paper:#fff8e7;min-height:100vh;background:linear-gradient(180deg,#fffcf3,#faf4de);color:var(--ink);padding:4.5rem 0 6rem}.cot-wrap{width:min(100% - 2.6rem,980px);margin-inline:auto}.cot-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;margin-bottom:2.5rem}.cot-header .brand{display:inline-flex;align-items:center;flex-shrink:0;height:auto;overflow:visible}.cot-header .brand img{height:56px;width:auto;max-width:none;display:block;object-fit:contain;image-rendering:-webkit-optimize-contrast;margin-top:0}.cot-header .back-link{font-size:.88rem;color:var(--ink-soft);font-weight:400;display:inline-flex;align-items:center;gap:.4rem;transition:color .3s}.cot-header .back-link:hover{color:var(--ink-2)}.stepper{gap:0;margin-bottom:3rem;padding:0 .5rem}.step-item,.stepper{display:flex;align-items:center}.step-item{gap:.75rem;flex:1 1}.step-num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:500;font-size:.95rem;background:var(--white);color:var(--ink-soft);border:1.5px solid var(--line-2);transition:all .4s var(--ease);flex-shrink:0}.step-num.active{background:var(--ink-2);color:#fff;border-color:var(--ink-2);box-shadow:0 0 0 6px rgba(10,31,92,.1)}.step-num.done{background:var(--green);color:#fff;border-color:var(--green)}.step-label{font-size:.9rem;font-weight:400;color:var(--ink-soft);white-space:nowrap}.step-item.active .step-label{color:var(--ink-2);font-weight:600}.step-bar{flex:1 1;height:1.5px;background:var(--line-2);margin:0 .5rem}.step-bar.done{background:var(--green)}.cot-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2.5rem 2rem;box-shadow:0 8px 32px -12px rgba(10,31,92,.08)}.cot-card h2{font-size:1.7rem;font-weight:400;letter-spacing:-.02em;color:var(--ink-2);margin-bottom:.5rem}.cot-card .sub{font-size:.95rem;color:var(--ink-soft);margin-bottom:2rem;line-height:1.55}.field{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.2rem}.field label{font-size:.76rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft)}.field input,.field select,.field textarea{font-family:var(--ff);font-size:.98rem;font-weight:400;color:var(--ink-2);background:#fff;border:1.5px solid var(--line-2);border-radius:12px;padding:.92rem 1rem;outline:none;transition:border-color .25s,box-shadow .25s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--ink-2);box-shadow:0 0 0 3px rgba(10,31,92,.1)}.field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230A1F5Ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.field select:disabled{background-color:#fafafa;color:var(--ink-faint);cursor:not-allowed}.field input::placeholder,.field textarea::placeholder{color:var(--ink-faint);font-weight:400}.field textarea{resize:vertical;min-height:84px}.field .hint{font-size:.78rem;color:var(--ink-soft);margin-top:.25rem;line-height:1.5}.row-2{grid-template-columns:1fr 1fr;grid-gap:1rem}.row-2,.row-3{display:grid;gap:1rem}.row-3{grid-template-columns:repeat(3,1fr);grid-gap:1rem}.field-label-top{font-size:.76rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-soft);display:block;margin:1.4rem 0 .5rem}.radio-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.6rem;gap:.6rem;margin-bottom:.4rem}.radio-card{position:relative;background:#fff;border:1.5px solid var(--line-2);border-radius:12px;padding:.75rem .9rem;cursor:pointer;transition:all .25s var(--ease);display:flex;align-items:center;gap:.7rem}.radio-card:hover{border-color:var(--ink-2);background:#fffdf6}.radio-card input{position:absolute;opacity:0;pointer-events:none}.radio-card.selected{border-color:var(--ink-2);background:#fffcf3;box-shadow:0 0 0 1.5px var(--ink-2)}.radio-card.selected .ic{color:var(--ink-2)}.radio-card .ic{width:22px;height:22px;color:var(--ink-soft);transition:color .25s;flex-shrink:0}.radio-card .ic svg{width:100%;height:100%;display:block}.radio-card .body{display:flex;flex-direction:column;min-width:0}.radio-card .ttl{font-weight:600;font-size:.9rem;color:var(--ink-2);line-height:1.2}.radio-card .desc{font-size:.74rem;color:var(--ink-soft);line-height:1.35;margin-top:.1rem}.caja-grid{grid-template-columns:repeat(3,1fr)}.resumen{background:linear-gradient(135deg,#fff8e7,#faf4de);border:1.5px solid rgba(253,198,11,.5);border-radius:18px;padding:1.5rem;margin-top:1.5rem}.resumen .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-soft);margin-bottom:.4rem;font-weight:600}.resumen .total{font-size:2.6rem;font-weight:400;color:var(--ink-2);line-height:1;letter-spacing:-.02em}.resumen .total small{font-size:1rem;color:var(--ink-soft);font-weight:400;margin-left:.4rem}.resumen .detalle{font-size:.85rem;color:var(--ink-soft);margin-top:.55rem}.resumen .badge{display:inline-flex;align-items:center;gap:.35rem;margin-top:.85rem;font-size:.78rem;font-weight:500;color:#14693c;background:rgba(31,157,85,.12);padding:.35rem .7rem;border-radius:100px}.resumen .badge svg{width:14px;height:14px}.cot-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2.5rem;gap:1rem}.btn-prev{background:transparent;color:var(--ink-soft);border:1.5px solid var(--line-2);padding:.92rem 1.5rem;border-radius:100px;font-family:var(--ff);font-size:.92rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-prev:hover{border-color:var(--ink-2);color:var(--ink-2)}.btn-next{background:var(--yellow);color:var(--ink-2);border:none;padding:1.05rem 2rem;border-radius:100px;font-family:var(--ff);font-weight:600;font-size:.98rem;cursor:pointer;display:inline-flex;align-items:center;gap:.55rem;transition:all .4s var(--ease)}.btn-next:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 36px -14px rgba(253,198,11,.7)}.btn-next:disabled{opacity:.4;cursor:not-allowed}.cot-grid-3{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:flex-start}.tu-pedido{background:var(--ink-2);color:hsla(0,0%,100%,.86);border-radius:22px;padding:1.8rem 1.5rem;position:-webkit-sticky;position:sticky;top:2rem;box-shadow:0 18px 50px -18px rgba(10,31,92,.45)}.tu-pedido h3{font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--yellow);margin-bottom:1.2rem}.tu-pedido .row{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0;font-size:.92rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.tu-pedido .row:last-of-type{border:0}.tu-pedido .row .k{color:hsla(0,0%,100%,.6)}.tu-pedido .row .v{color:#fff;font-weight:500;text-align:right;display:inline-flex;align-items:center;gap:.35rem}.tu-pedido .row .v svg{width:16px;height:16px;flex-shrink:0}.tu-pedido .total-row{margin-top:1rem;padding-top:1.2rem;border-top:1.5px solid hsla(0,0%,100%,.18)}.tu-pedido .total-row .k{color:#fff;font-weight:500}.tu-pedido .total-row .v{font-size:1.55rem;font-weight:500;color:var(--yellow)}.tu-pedido .badges{margin-top:1.1rem;display:flex;flex-direction:column;gap:.4rem}.tu-pedido .badges .b{font-size:.78rem;color:hsla(0,0%,100%,.72);display:inline-flex;align-items:center;gap:.4rem}.tu-pedido .badges .b svg{width:14px;height:14px;color:var(--yellow);flex-shrink:0}.wa-bubble{position:fixed;bottom:1.4rem;right:1.4rem;z-index:100;background:#25d366;color:#fff;border-radius:100px;padding:.95rem 1.3rem;display:inline-flex;align-items:center;gap:.55rem;font-family:var(--ff);font-weight:500;font-size:.92rem;text-decoration:none;box-shadow:0 18px 40px -10px rgba(37,211,102,.55);transition:transform .3s var(--ease)}.wa-bubble:hover{transform:translateY(-3px) scale(1.02)}.wa-bubble svg{width:18px;height:18px}@media (max-width:760px){.cot-card{padding:1.8rem 1.4rem}.cot-card h2{font-size:1.4rem}.cot-grid-3,.radio-grid,.row-2,.row-3{grid-template-columns:1fr}.tu-pedido{position:static}.step-label{display:none}.stepper{gap:.3rem}.wa-bubble .lbl{display:none}.wa-bubble{padding:.95rem}}.cot-card--checkout{background:#fff}.cot-card--checkout .sub,.cot-card--checkout h2{color:var(--ink)}.cot-card--checkout .sub{opacity:.7}.cot-stripe-wrap{margin-top:1.4rem;min-height:320px}.cot-stripe-wrap>div{width:100%}.cot-pay-area{margin-top:.6rem;min-height:220px;border-radius:14px;background:#fff;border:1px solid var(--line-light);padding:1.2rem}.cot-pay-hint{color:var(--ink-soft);font-size:.95rem;text-align:center;padding:2.4rem 1rem;font-style:italic}.cot-pay-area--top{margin-top:1rem;margin-bottom:2rem;min-height:400px;border:2px solid var(--yellow);box-shadow:0 24px 60px -28px rgba(253,198,11,.45)}.cot-pay-area--locked{position:relative}.cot-pay-area--locked>:not(.cot-pay-overlay){opacity:.35;filter:grayscale(.3);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cot-pay-overlay{position:absolute;inset:0;background:rgba(255,248,231,.85);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;border-radius:14px;z-index:10}.cot-pay-overlay-card{background:#fff;border:2px solid var(--yellow);border-radius:14px;padding:1.4rem 1.6rem;text-align:center;max-width:360px;box-shadow:0 18px 40px -16px rgba(253,198,11,.55)}.cot-pay-overlay-title{color:var(--ink);font-weight:700;font-size:1.05rem;margin-bottom:.35rem}.cot-pay-overlay-sub{color:var(--ink-soft);font-size:.88rem;line-height:1.4}.cot-terms{display:flex;align-items:flex-start;gap:.65rem;margin-top:1.6rem;padding:1rem 1.1rem;background:rgba(253,198,11,.07);border:1px solid rgba(253,198,11,.35);border-radius:10px;cursor:pointer;font-size:.95rem;color:var(--ink);line-height:1.4}.cot-terms input[type=checkbox]{width:18px;height:18px;accent-color:var(--yellow);margin-top:2px;flex-shrink:0;cursor:pointer}.cot-terms-link{color:var(--ink);font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}.cot-terms-req{color:#c99a00;font-weight:700}.btn-add-cart{background:#fff;border:2px dashed var(--yellow);color:var(--ink);padding:.95rem 1.4rem;border-radius:100px;font-weight:600;font-size:.96rem;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:all .25s ease}.btn-add-cart:hover:not(:disabled){background:rgba(253,198,11,.12);border-style:solid;transform:translateY(-1px)}.btn-add-cart:disabled{opacity:.4;cursor:not-allowed}.tu-pedido .cart-empty{color:hsla(0,0%,100%,.6);font-size:.9rem;line-height:1.5;font-style:italic;margin:.5rem 0 1rem}.tu-pedido .cart-item{padding:.85rem 0;border-bottom:1px dashed hsla(0,0%,100%,.12)}.tu-pedido .cart-item:last-of-type{border-bottom:none}.tu-pedido .cart-item-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.tu-pedido .cart-item-n{font-weight:700;font-size:.92rem;color:#fff}.tu-pedido .cart-item-remove{background:transparent;border:none;color:hsla(0,0%,100%,.6);font-size:1.6rem;line-height:1;width:26px;height:26px;border-radius:50%;cursor:pointer;transition:all .2s ease;display:grid;place-items:center;padding:0}.tu-pedido .cart-item-remove:hover{background:rgba(255,107,71,.2);color:#ff8a6e}.tu-pedido .cart-item-meta{font-size:.85rem;color:hsla(0,0%,100%,.75);display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.tu-pedido .cart-item-meta svg{width:14px;height:14px;color:hsla(0,0%,100%,.75)}.tu-pedido .cart-item-price{font-weight:700;color:#fff;font-size:1.05rem;margin-top:.25rem}.tu-pedido .cart-item-price-mini{font-weight:700;font-size:.95rem;color:#fff}.tu-pedido .cart-item--mini{padding:.55rem 0}.tu-pedido .cart-divider{margin:.6rem 0;border-top:1px solid hsla(0,0%,100%,.12)}.tu-pedido .cart-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.6rem;border-top:2px solid hsla(0,0%,100%,.5);font-weight:700;font-size:1.1rem;color:#fff}.tu-pedido .cart-total>span:last-child{color:var(--yellow)}.peso-error{margin-top:.6rem;padding:.7rem .9rem;background:rgba(255,60,60,.08);border:1px solid rgba(255,60,60,.4);border-radius:8px;color:#c82424;font-size:.88rem;font-weight:500;line-height:1.45}.radio-card .sub-ttl{font-size:.78rem;font-weight:600;color:var(--ink);letter-spacing:.01em;margin-top:.05rem}