*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter Variable,Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background:#f5f5f5;color:#1a1a1a;-webkit-font-smoothing:antialiased;min-height:100dvh}.checkout-shell{min-height:100dvh;display:flex;flex-direction:column}.checkout-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:12px 16px;display:flex;align-items:center;gap:10px;position:sticky;top:0;z-index:50}.checkout-header img{width:32px;height:32px;border-radius:6px}.checkout-header .brand-name{font-size:14px;font-weight:600;color:#333}.checkout-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:0}.order-summary-mobile{background:#fafafa;border-bottom:1px solid #e5e5e5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.order-summary-toggle{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;gap:8px}.order-summary-toggle .toggle-left{display:flex;align-items:center;gap:8px;color:#3722d3;font-size:14px;font-weight:500}.order-summary-toggle .toggle-left svg{transition:transform .25s ease}.order-summary-toggle .toggle-left svg.rotated{transform:rotate(180deg)}.order-summary-toggle .toggle-price{font-size:16px;font-weight:700;color:#1a1a1a}.order-summary-drawer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 16px}.order-summary-drawer.open{max-height:500px;padding:0 16px 16px}.order-summary-drawer .product-row{display:flex;align-items:center;gap:12px;padding:8px 0}.order-summary-drawer .product-row img{width:50px;height:50px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e5e5;background:#f0f0f0}.order-summary-drawer .product-info{flex:1;min-width:0}.order-summary-drawer .product-name{font-size:13px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-summary-drawer .product-type{font-size:12px;color:#888;margin-top:2px}.order-summary-drawer .product-price{font-size:14px;font-weight:600;color:#1a1a1a;white-space:nowrap}.summary-totals{border-top:1px solid #e5e5e5;padding-top:12px;margin-top:8px}.summary-row{display:flex;justify-content:space-between;font-size:13px;color:#555;padding:2px 0}.summary-row.total{font-size:15px;font-weight:700;color:#1a1a1a;padding-top:8px}.checkout-form{background:#fff;padding:24px 16px 32px;flex:1}.checkout-step{margin-bottom:28px}.step-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.step-number{width:24px;height:24px;border-radius:50%;background:#3722d3;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-title{font-size:16px;font-weight:600;color:#1a1a1a}.email-field{position:relative}.email-field label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:6px}.email-field input{width:100%;padding:14px;border:1.5px solid #d1d5db;border-radius:10px;font-size:16px;font-family:inherit;background:#fafafa;color:#1a1a1a;transition:border-color .2s,background .2s,box-shadow .2s;outline:none}.email-field input:focus{border-color:#3722d3;background:#fff;box-shadow:0 0 0 3px #3722d31a}.email-field input.has-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.email-error{color:#ef4444;font-size:12px;margin-top:6px}.payment-methods{display:flex;flex-direction:column;gap:10px}.payment-card{border:1.5px solid #e5e5e5;border-radius:12px;background:#fff;transition:border-color .2s,box-shadow .2s,background .2s;overflow:hidden}.payment-card:hover{border-color:#c5c5c5}.payment-card.selected{border-color:#3722d3;box-shadow:0 0 0 3px #3722d31f;background:#fafaff}.payment-card label{display:flex;align-items:center;padding:16px;cursor:pointer;gap:12px}.payment-card input[type=radio]{width:18px;height:18px;accent-color:#3722D3;flex-shrink:0;cursor:pointer}.payment-card .method-info{flex:1;min-width:0}.payment-card .method-name{font-size:14px;font-weight:600;color:#1a1a1a}.payment-card .method-desc{font-size:12px;color:#888;margin-top:2px}.payment-card .method-icons{display:flex;align-items:center;gap:6px;flex-shrink:0}.payment-card .method-icons svg{height:20px;width:auto}.redirect-hint{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .25s ease,opacity .2s ease}.redirect-hint.expanded{grid-template-rows:1fr;opacity:1}.redirect-hint>.redirect-hint-inner{overflow:hidden}.redirect-hint-content{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:12px;color:#888;border-top:1px solid #f0f0f0;background:#fafafa}.redirect-hint-content svg{width:28px;height:28px;flex-shrink:0;color:#aaa}.payment-error{color:#ef4444;font-size:12px;margin-top:8px}.cta-section{margin-top:24px;padding-top:20px;border-top:1px solid #f0f0f0}.cta-btn{width:100%;padding:16px 24px;border:none;border-radius:12px;background:#e60075;color:#fff;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 2px 8px #e6007540;display:flex;align-items:center;justify-content:center;gap:8px}.cta-btn:hover{background:#cc0068;box-shadow:0 4px 16px #e6007559}.cta-btn:active{transform:scale(.98)}.cta-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.cta-btn .lock-icon{width:16px;height:16px;opacity:.8}.paypal-btn-wrapper{display:none;margin-top:8px}.paypal-btn-wrapper.visible{display:block}.trust-badge{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:12px;color:#aaa}.trust-badge svg{width:14px;height:14px;fill:#ccc}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.loading-placeholder{display:block;background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5,#e8e8e8 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:12px;height:64px}@keyframes cta-pulse{0%,to{box-shadow:0 2px 8px #e6007540}50%{box-shadow:0 4px 20px #e6007573}}.cta-btn.pulse{animation:cta-pulse 1.5s ease-in-out 2}.cta-btn .spinner{display:inline-block;width:22px;height:22px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.order-summary-desktop{display:none}@media (min-width: 640px){.checkout-form{padding:32px 32px 40px}.checkout-header{padding:14px 32px}}@media (min-width: 768px){.checkout-main{display:grid;grid-template-columns:1fr 380px;gap:0;padding:0}.order-summary-mobile{display:none}.order-summary-desktop{display:block;background:#fafafa;border-left:1px solid #e5e5e5;padding:32px 28px;position:sticky;top:57px;height:calc(100dvh - 57px);overflow-y:auto}.checkout-form{padding:40px 48px 60px;border-right:none}.checkout-header{padding:14px 48px}}@media (min-width: 1024px){.checkout-main{grid-template-columns:1fr 420px}.checkout-form{padding:48px 64px 60px}.order-summary-desktop{padding:40px 36px}}.desktop-summary-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.desktop-product-row{display:flex;align-items:center;gap:14px;padding:10px 0}.desktop-product-row img{width:60px;height:60px;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e5e5;background:#f0f0f0}.desktop-product-info{flex:1;min-width:0}.desktop-product-name{font-size:14px;font-weight:600;color:#1a1a1a}.desktop-product-type{font-size:12px;color:#888;margin-top:2px}.desktop-product-price{font-size:15px;font-weight:600;color:#1a1a1a}.desktop-summary-totals{border-top:1px solid #e5e5e5;margin-top:16px;padding-top:16px}.desktop-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#555;padding:3px 0}.desktop-summary-row.total{font-size:18px;font-weight:700;color:#1a1a1a;padding-top:12px;margin-top:4px;border-top:1px solid #e5e5e5}
