.checkout-wrapper{background-color:#f9fafb;min-height:100vh;width:100%}.checkout-page{max-width:1300px;margin:0 auto;padding:16px 20px 32px;color:#111827}.checkout-page,.checkout-page *{font-family:Inter,system-ui,-apple-system,sans-serif!important}.checkout-top-banner{display:flex;justify-content:center;align-items:center;gap:24px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px}.checkout-top-banner-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#4b5563}.checkout-top-banner-item svg{color:var(--forest,#1b5e20)}.checkout-grid{display:grid;grid-template-columns:1fr 440px;gap:24px;align-items:start}.checkout-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);margin-bottom:16px}.checkout-card-body{padding:24px}.checkout-section-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.checkout-section-icon{width:48px;height:48px;border-radius:50%;background:var(--forest,#1b5e20);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-section-title-wrap{display:flex;flex-direction:column}.checkout-step-badge{display:inline-block;background:#d1fae5;color:#065f46;font-size:12px;font-weight:600;padding:4px 10px;border-radius:100px;margin-bottom:8px;align-self:flex-start}.checkout-section-title{font-size:20px;font-weight:700;color:#111827;margin:0 0 2px}.checkout-section-subtitle{font-size:13px;color:#6b7280;margin:0}.checkout-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.checkout-field{margin-bottom:16px}.checkout-field label{display:block;font-size:12px;font-weight:600;color:#111827;margin-bottom:4px}.checkout-field label .required{color:#ef4444}.checkout-field label .optional{color:#9ca3af;font-weight:400}.checkout-field input,.checkout-field select,.checkout-field textarea{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#111827;background:#fff;transition:all .2s ease;outline:none}.checkout-field input::placeholder,.checkout-field textarea::placeholder{color:#9ca3af}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:var(--forest,#1b5e20);box-shadow:0 0 0 3px var(--leaf,#22c55e)}.checkout-field textarea{resize:vertical;min-height:100px}.checkout-divider{display:flex;align-items:center;text-align:center;margin:20px 0;color:#6b7280}.checkout-divider:after,.checkout-divider:before{content:"";flex:1;border-bottom:1px solid #e5e7eb}.checkout-divider:not(:empty):before{margin-right:.25em}.checkout-divider:not(:empty):after{margin-left:.25em}.checkout-divider span{background:#f3f4f6;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:500}.checkout-terms-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px;display:flex;align-items:flex-start;gap:12px}.checkout-terms-box input[type=checkbox]{margin-top:3px;width:18px;height:18px;accent-color:var(--forest,#1b5e20);cursor:pointer}.checkout-terms-box label{font-size:13px;color:#111827;line-height:1.5;cursor:pointer}.checkout-terms-box a{color:var(--forest,#1b5e20);text-decoration:underline}.order-report-card{display:flex;gap:12px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.order-report-icon{width:40px;height:48px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--forest,#1b5e20);flex-shrink:0}.order-report-details h4{font-size:14px;font-weight:600;color:#111827;margin:0 0 4px;line-height:1.4}.order-report-details p{font-size:12px;color:var(--forest,#1b5e20);font-weight:500;margin:0}.license-options{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.license-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.license-option:hover{border-color:#d1d5db}.license-option.active{border-color:var(--forest,#1b5e20);background:#f0fdf4}.license-radio{display:flex;align-items:center;gap:12px}.license-radio input[type=radio]{width:18px;height:18px;accent-color:var(--forest,#1b5e20);cursor:pointer}.license-info h5{font-size:14px;font-weight:600;color:#111827;margin:0 0 2px}.license-info p{font-size:12px;color:#6b7280;margin:0}.license-price-tag{text-align:right}.license-price{font-size:15px;font-weight:700;color:#111827;margin-bottom:4px}.popular-tag{display:inline-block;background:var(--forest,#1b5e20);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase}.totals-section{border-top:1px solid #e5e7eb;padding-top:24px;margin-top:24px}.totals-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px;color:#4b5563}.totals-row.grand-total{background:#f9fafb;padding:16px;border-radius:8px;align-items:center;margin-top:20px;margin-bottom:20px}.totals-row.grand-total .total-label{font-weight:600;color:#111827;font-size:16px}.totals-row.grand-total .total-value{font-size:24px;font-weight:700;color:var(--forest,#1b5e20)}.totals-perks{display:flex;gap:24px}.totals-perk{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;font-weight:500}.totals-perk svg{color:var(--forest,#1b5e20)}.payment-methods{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:16px}.payment-method{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:all .2s}.payment-method:last-child{border-bottom:none}.payment-method:hover{background:#f9fafb}.payment-method.active{background:#f0fdf4}.payment-method-left{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#111827}.payment-method-left input[type=radio]{width:18px;height:18px;accent-color:var(--forest,#1b5e20)}.payment-method-logo{height:24px;display:flex;align-items:center}.payment-method-logo img,.payment-method-logo svg{max-height:100%}.trust-badges-row{justify-content:space-between;padding:12px 0;border-top:1px solid #e5e7eb;margin-bottom:16px}.trust-badge,.trust-badges-row{display:flex;align-items:center}.trust-badge{gap:12px}.trust-badge-icon{color:var(--forest,#1b5e20)}.trust-badge-text h6{font-size:12px;font-weight:700;color:#111827;margin:0}.trust-badge-text p{font-size:11px;color:#6b7280;margin:0}.checkout-submit-btn{width:100%;padding:14px;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px}.checkout-submit-btn,.checkout-submit-btn:hover:not(:disabled){background:var(--forest,#1b5e20)}.checkout-submit-btn:disabled{opacity:.7;cursor:not-allowed;filter:grayscale(.8)}.checkout-submit-hint{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:14px;color:#4b5563}.checkout-submit-hint a{color:var(--forest,#1b5e20);text-decoration:underline}.checkout-footer-banner{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:24px 0;border-top:1px solid #e5e7eb;margin-top:24px}.footer-trust-item{display:flex;align-items:center;gap:16px}.footer-trust-icon{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:var(--forest,#1b5e20)}.footer-trust-text h6{font-size:13px;font-weight:700;color:#111827;margin:0 0 2px}.footer-trust-text p{font-size:12px;color:#6b7280;margin:0}@media (max-width:992px){.checkout-grid{grid-template-columns:1fr}.checkout-top-banner{flex-wrap:wrap;gap:20px}.checkout-footer-banner{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.checkout-field-row,.checkout-footer-banner{grid-template-columns:1fr}.checkout-card-body{padding:16px}.order-item{flex-direction:column;align-items:flex-start}.order-item>div:first-child{width:100%!important;height:120px!important}.order-item h4{font-size:16px!important;line-height:1.3!important;margin-top:8px!important}.totals-row.grand-total{flex-direction:column;align-items:flex-start;gap:8px}}