.cart-page{padding-top:var(--header-height)}.cart-hero{padding:80px 0 40px;text-align:center}.cart-eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);margin-bottom:1rem}.cart-hero h1{font-size:clamp(2.5rem,5vw,3.5rem)}.cart-body{padding:40px 0 120px}.cart-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:2.5rem;gap:2.5rem;align-items:start}.cart-item{display:flex;gap:2rem;padding:2.5rem;border-radius:24px;margin-bottom:1.5rem}.cart-item-icon{font-size:3rem;flex-shrink:0;width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:rgba(255,215,0,.06);border:1px solid rgba(255,215,0,.15);border-radius:18px}.cart-item-details{flex:1 1}.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.cart-item-name{font-size:1.5rem;margin-bottom:.25rem}.cart-item-license{font-size:.85rem;color:var(--accent-gold);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.cart-item-price{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}.cart-item-features{display:flex;flex-direction:column;gap:.75rem}.cart-item-features li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text-muted)}.cart-item-features li:before{content:"✓";color:var(--accent-gold);font-weight:700;flex-shrink:0}.cart-empty{max-width:480px;margin:0 auto;padding:4rem 3rem;border-radius:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cart-empty-icon{font-size:3.5rem}.cart-empty h2{font-size:1.75rem}.cart-empty p,.cart-remove-btn{color:var(--text-muted)}.cart-remove-btn{margin-top:1.25rem;font-size:.8rem;font-weight:600;text-decoration:underline;background:none;border:none;cursor:pointer;transition:var(--transition-smooth)}.cart-remove-btn:hover{color:#ff6b6b}.cart-trust{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 2rem;background:hsla(0,0%,100%,.02);border:1px solid var(--glass-border);border-radius:16px}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-muted)}.trust-icon{font-size:1.1rem}.cart-summary{padding:2.5rem;border-radius:24px;display:flex;flex-direction:column;gap:1.25rem;position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 2rem)}.cart-summary h3{font-size:1.25rem;margin-bottom:.25rem}.summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;gap:1rem}.summary-line.muted span{color:var(--text-muted);font-size:.85rem}.summary-divider{border-top:1px solid var(--glass-border)}.summary-total{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1.1rem}.total-amount{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.checkout-btn{display:block;text-align:center;margin-top:.5rem}.cart-back-link{text-align:center;font-size:.9rem;color:var(--text-muted);transition:var(--transition-smooth)}.cart-back-link:hover{color:var(--text-main)}.cart-guarantee{font-size:.8rem;color:var(--text-muted);text-align:center;line-height:1.6}.cart-guarantee a{color:var(--accent-gold)}@media (max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:768px){.cart-item{flex-direction:column;gap:1.5rem}.cart-item-header{flex-direction:column;gap:.5rem}}