/* Ajustes finales de la experiencia de compra */
.checkout-page{max-width:1120px;margin:auto;padding:48px 26px 90px}.checkout-hero{margin-bottom:25px}.checkout-hero h1{margin:8px 0;font-size:42px;letter-spacing:-1.5px}.checkout-hero p{max-width:680px;color:var(--muted);font-size:17px;line-height:1.55}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:22px;align-items:start}.checkout-card{padding:26px;border:1px solid #303642;border-radius:19px;background:#12151d}.checkout-card h2{margin:0 0 19px;font-size:21px}.checkout-card h2:not(:first-child){margin-top:30px}.checkout-card form{display:grid;gap:15px}.checkout-card label{display:grid;gap:8px;color:#e6e9ef;font-size:13px;font-weight:700}.checkout-card input:not([type=checkbox]),.checkout-card select,.checkout-card textarea{display:block;width:100%;min-height:46px;border:1px solid #3b4351;border-radius:9px;outline:none;background:#0a0c11;color:#fff;padding:12px 13px;font:inherit}.checkout-card input:focus,.checkout-card select:focus,.checkout-card textarea:focus{border-color:#e41c27;box-shadow:0 0 0 3px #e41c2722}.checkout-card textarea{min-height:88px;resize:vertical}.checkout-card label:has(input[type=checkbox]){display:flex;align-items:flex-start;gap:10px;line-height:1.45}.checkout-card input[type=checkbox]{accent-color:#21d07a;margin:2px 0 0;width:18px;height:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bank-card{margin-top:2px;padding:20px;border:1px solid #7c2c34;border-radius:14px;background:linear-gradient(135deg,#3b1117,#161117)}.bank-card>span{display:block;margin-bottom:8px;color:#ff7379;font-size:11px;letter-spacing:1.4px;font-weight:900}.bank-card b{display:block;font-size:19px}.bank-card p{margin:11px 0 0;color:#e8d9db}.bank-card small{display:block;margin-top:14px;color:#d6b4b8;font-size:12px;line-height:1.5}.submit-order{width:100%;margin:8px 0 0;border:0;cursor:pointer}.submit-order:disabled{opacity:.5;cursor:not-allowed}.order-summary{position:sticky;top:20px}.checkout-item{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #303642;font-size:14px}.checkout-item b{white-space:nowrap}.checkout-total{display:flex;justify-content:space-between;gap:12px;margin-top:17px;padding-top:18px;border-top:2px solid #3b4351;font-size:19px}.checkout-total b{color:#21d07a}.secure-note{margin:20px 0 0;color:#a8afbc;font-size:12px;line-height:1.5}.confirmation{max-width:660px;margin:48px auto}.confirmation h1{font-size:36px}.menu-toggle{order:-1!important}.site-header .brand{order:0}.site-header .cart-button{margin-left:auto}@media(max-width:720px){.checkout-page{padding:33px 14px 72px}.checkout-hero h1{font-size:31px}.checkout-hero p{font-size:16px}.checkout-grid{grid-template-columns:1fr;gap:14px}.checkout-card{padding:20px;border-radius:15px}.order-summary{position:static;order:-1}.form-row{grid-template-columns:1fr;gap:15px}.bank-card{padding:17px}.bank-card b{font-size:17px}.menu-toggle{order:-1!important;margin-right:2px}.site-header{gap:9px}.brand{flex:1;min-width:0}.brand b{white-space:nowrap}.cart-button{flex:0 0 auto}}
