@tailwind base;@tailwind components;@tailwind utilities;.checkout-page{background:#f5f7fb;color:#1f2a44}.checkout-container{padding-top:32px;padding-bottom:48px}.checkout-hero{background-size:cover;background-position:center;background-repeat:no-repeat}.checkout-hero--default{background:linear-gradient(120deg,#1e40af,#0ea5e9,#ef4444)}.checkout-hero__overlay{background:#0d1731b3;padding:48px 0}.checkout-hero--image .checkout-hero__overlay{background:#080f20b3}.checkout-brand{display:flex;align-items:center;gap:16px;margin-bottom:16px}.checkout-brand__logo{max-height:52px;max-width:180px;background:#fff;padding:8px 12px;border-radius:12px;box-shadow:0 8px 20px #0000001f}.checkout-brand__fallback{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#fff}.checkout-brand__badge{font-size:.85rem;color:#0f172a;background:#e2f5ff;border-radius:999px;padding:6px 12px;font-weight:600}.checkout-hero__title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:12px}.checkout-hero__subtitle{color:#ffffffd9;font-size:1rem;margin-bottom:20px}.checkout-hero__trust{display:flex;flex-wrap:wrap;gap:12px 18px;color:#e2e8f0;font-size:.95rem}.checkout-hero__card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 20px 40px #0f172a33}.checkout-hero__card-footer{display:flex;align-items:center;margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0;color:#1f2a44;font-weight:600}.checkout-card{border-radius:18px;box-shadow:0 18px 40px #0f172a14;border:none}.checkout-section{row-gap:10px}.checkout-field .form-control,.checkout-page .form-control,.checkout-page .form-select,.checkout-page .react-select__control{min-height:54px;padding:12px 16px;border-radius:12px;font-size:1rem}.checkout-page .form-control:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.checkout-page .form-label{font-weight:600;color:#1f2a44}.checkout-card-subsection{border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.checkout-steps{display:flex;gap:12px;align-items:stretch;margin-bottom:24px}.checkout-steps .nav-item{flex:1 1 0}.checkout-steps .nav-link{position:relative;border-radius:14px;padding:18px 14px;font-weight:600;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;text-align:center;transition:all .2s ease-in-out}.checkout-steps .nav-link:after{content:"";position:absolute;left:0;bottom:0;height:4px;width:100%;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:#e2e8f0}.checkout-steps .nav-link.active{color:#0f172a;border-color:#0f172a}.checkout-steps .nav-link.active:after{background:#0f172a}.checkout-steps .nav-link.completed{color:#15803d;background:#f0fdf4;border-color:#22c55e}.checkout-steps .nav-link.completed:after{background:#22c55e}.checkout-steps .step-icon{width:34px;height:34px;border-radius:999px;border:2px solid currentColor;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.checkout-steps .step-title{font-size:.98rem;font-weight:600;color:inherit}.checkout-summary__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.checkout-summary__title{font-weight:700;font-size:1.1rem;color:#1f2a44}.checkout-summary__badge{font-size:.8rem;font-weight:600;padding:6px 12px;background:#eef2ff;color:#4338ca;border-radius:999px}.checkout-product{display:flex;gap:16px;align-items:center}.checkout-product__thumb{width:64px;height:64px;border-radius:18px;background:#e0e7ff;color:#4338ca;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.checkout-product__thumb--small{width:48px;height:48px;font-size:1rem}.checkout-product__title{font-weight:700;color:#1f2a44}.checkout-product__subtitle{color:#64748b;font-size:.9rem}.checkout-sidebar-image{border-radius:16px}.checkout-sidebar-default{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:20px;text-align:left;margin-top:20px}.checkout-sidebar-default__title{font-weight:700;color:#166534;margin-bottom:8px}.checkout-sidebar-default__text{color:#166534;font-size:.95rem;margin-bottom:12px}.checkout-sidebar-default__list{display:flex;flex-direction:column;gap:6px;color:#15803d;font-size:.9rem}.checkout-actions .btn{min-width:140px;border-radius:12px}.checkout-actions .btn-outline-secondary{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.checkout-actions .btn-outline-secondary:hover,.checkout-actions .btn-outline-secondary:focus{background:#e2e8f0;border-color:#cbd5f5;color:#334155}.checkout-privacy{display:flex;gap:16px;align-items:flex-start;background:#f8fafc;border-radius:16px;padding:16px;margin-top:24px;border:1px solid #e2e8f0}.checkout-privacy__icon{width:40px;height:40px;border-radius:12px;background:#e0f2fe;color:#0369a1;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.checkout-privacy__title{font-weight:700;color:#1f2a44;margin-bottom:4px}.checkout-privacy__text{color:#64748b;font-size:.95rem}
