*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8ec 100%);min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.page{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;background:#fff;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex}.logo{color:#1f2937;align-items:center;gap:12px;font-size:20px;font-weight:700;display:flex}.nav{gap:32px;display:flex}.nav-link{color:#6b7280;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#6366f1}.main{flex:1;padding:48px 24px}.checkout-page{grid-template-columns:1fr 420px;align-items:start;gap:48px;max-width:1200px;margin:0 auto;display:grid}.product-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px -1px #0000001a}.product-image-container{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;justify-content:center;margin-bottom:32px;padding:40px;display:flex;position:relative}.discount-badge{color:#fff;background:#ef4444;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:600;position:absolute;top:16px;left:16px}.product-image{object-fit:cover;border-radius:12px;width:100%;max-width:300px;height:auto}.product-details{flex-direction:column;gap:16px;display:flex}.product-name{color:#111827;font-size:28px;font-weight:700;line-height:1.3}.product-rating{align-items:center;gap:8px;display:flex}.stars{gap:2px;display:flex}.star{color:#d1d5db;width:18px;height:18px}.star.filled{color:#fbbf24}.rating-text{color:#1f2937;font-weight:600}.reviews-text{color:#6b7280;font-size:14px}.product-description{color:#4b5563;font-size:16px;line-height:1.7}.product-price{align-items:baseline;gap:12px;margin-top:8px;display:flex}.current-price{color:#111827;font-size:32px;font-weight:700}.original-price{color:#9ca3af;font-size:20px;text-decoration:line-through}.product-features{border-top:1px solid #e5e7eb;flex-direction:column;gap:12px;margin-top:16px;padding-top:24px;display:flex}.feature{color:#059669;align-items:center;gap:10px;font-size:15px;display:flex}.feature svg{flex-shrink:0;width:20px;height:20px}.payment-section{position:sticky;top:100px}.payment-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 6px -1px #0000001a}.payment-header{margin-bottom:24px}.payment-header h2{color:#111827;font-size:20px;font-weight:600}.order-summary{border-bottom:1px solid #e5e7eb;flex-direction:column;gap:12px;margin-bottom:24px;padding-bottom:24px;display:flex}.summary-row{color:#4b5563;justify-content:space-between;font-size:15px;display:flex}.summary-row.discount span:last-child{color:#059669}.summary-row .free{color:#059669;font-weight:500}.summary-divider{background:#e5e7eb;height:1px;margin:8px 0}.summary-row.total{color:#111827;font-size:18px;font-weight:600}.checkout-form{margin-bottom:24px}.secure-payment{color:#6b7280;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.secure-payment svg{width:16px;height:16px}.footer{text-align:center;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;padding:24px;font-size:14px}@media (max-width:900px){.checkout-page{grid-template-columns:1fr}.payment-section{position:static}.nav{display:none}}@media (max-width:600px){.main{padding:24px 16px}.product-section,.payment-card{padding:20px}.product-name{font-size:22px}.current-price{font-size:26px}}