.product-card,.product-card-specific,.product-card-complete{display:flex;gap:16px;padding:12px;border:1px solid #e4e7ec;border-radius:12px;background:#fff;max-width:640px;margin:24px auto}.product-card-specific,.product-card-complete{flex-direction:column}.product-card-specific .specific,.product-card-complete .complete{display:flex;gap:16px}.product-image{display:flex;flex:0 0 242px;width:242px;max-height:214px;border:1px solid #f2f2f2;border-radius:10px;overflow:hidden;justify-content:center}.product-image img{width:100%;height:auto;object-fit:contain;display:block}.product-details{flex:1;display:flex;flex-direction:column;gap:12px}.product-title{font-size:20px;font-weight:600;line-height:32px;color:#101828;margin:0}.product-description{font-size:15px;line-height:22px;color:#667085;margin:0}.payment-options{display:flex;flex-direction:column;gap:12px;max-width:720px}.payment-card-specific,.payment-card-complete{display:flex;gap:16px;padding:12px;border-radius:8px;border:1.5px solid #e9f5f1;background:#f9fffd;cursor:pointer;transition:border-color .2s ease,background .2s ease;align-items:center}.payment-card-specific.is-hidden,.payment-card-complete.is-hidden{display:none}.payment-options.is-expanded .payment-card-specific.is-hidden,.payment-options.is-expanded .payment-card-complete.is-hidden{display:flex}.payment-card-specific:has(.payment-radio:checked),.payment-card-complete:has(.payment-radio:checked){border-color:#24966e;background:#e9f5f1}.payment-radio{width:16px;height:16px;accent-color:#24966e;cursor:pointer;flex-shrink:0}.payment-content{display:flex;justify-content:space-between;width:100%;gap:12px;align-items:center}.payment-left{display:flex;flex-direction:column;gap:4px}.payment-title-row{display:flex;align-items:center;gap:8px}.payment-title{font-size:18px;font-weight:600;color:#101828;margin:0;line-height:18px}.payment-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;font-size:12px;font-weight:700;border-radius:16px;height:22px;background:#c3e6d3;color:#24966e}.badge--always{display:inline-flex}.payment-right{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.payment-price{font-size:20px;font-weight:600;color:#101828;margin:0}.price-suffix{font-size:18px;font-weight:500}.payment-subtext{font-size:16px;color:#667085;margin:0;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease;display:none}.payment-card-specific:has(.payment-radio:checked) .payment-subtext,.payment-card-complete:has(.payment-radio:checked) .payment-subtext{display:block;opacity:1;transform:translateY(0)}.btn-link{background:none;border:none;color:#24966e;font-size:15px;font-weight:500;cursor:pointer;padding:4px 0;transition:color .2s ease}.btn-link:hover{color:#1e7f5e;text-decoration:underline}.btn-primary{background:#24966e;color:#fff;border:none;border-radius:10px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,opacity .2s ease}.btn-primary:hover:not(:disabled){background:#1e7f5e}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.payment-actions{display:flex;justify-content:space-between;gap:8px}.payment-options-wrapper{display:flex;flex-direction:column;gap:16px}.product-actions{display:flex;justify-content:space-between;align-items:end}.price-box{display:flex;flex-direction:column}.price-box span.price-label{font-size:16px;font-weight:400;color:#667085;line-height:16px}.price-box span.price{font-size:24px;font-weight:600;color:#24966e}.partner-label{font-size:16px;font-weight:400;color:#667085;line-height:16px}button#proceedBtn,button#proceedBtnComplete,.options-btn{background-color:#24966e;font-size:16px;line-height:24px;padding:8px 16px;font-weight:500;color:#fff;border-radius:8px;text-decoration:none}button#viewToggleBtn,button#viewToggleBtnComplete{color:#585858;text-decoration:none;font-size:16px;line-height:20px;font-weight:500}.action-box{display:flex}.view-toggle{display:inline-flex;align-items:center;gap:6px}.view-toggle-icon{transition:transform .2s ease}.view-toggle.is-expanded .view-toggle-icon{transform:rotate(180deg)}.product-details .form-input{background-color:#ededed;border:1px solid #ededed}.form-row{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:640px;margin-bottom:0px}.form-label{font-size:16px;font-weight:400;color:#667085;line-height:22px;margin:0;white-space:nowrap;flex-shrink:0;margin-bottom:0 !important}.form-input{flex:1;padding:12px 16px;font-size:16px;font-weight:500;border-radius:8px;border:1px solid #e4e4e4;background-color:#efefef;color:#667085}.form-input:disabled{cursor:not-allowed;opacity:1}.financing-tabs{display:flex;gap:8px;background:#f4faf8;border-radius:16px;padding:4px;flex-wrap:wrap;min-width:50%}.financing-tabs .tab-btn{flex:1;padding:8px 12px;font-size:16px;font-weight:500;color:#24966e;background:rgba(0,0,0,0);border:none;border-radius:16px;cursor:pointer;transition:background .2s ease,color .2s ease;text-align:center}.financing-tabs .tab-btn.active{background:#fff;color:#24966e}.tabs-dropdown-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.bank-partner-row{flex:1;display:flex;align-items:center;gap:8px}.bank-partner-row select.form-input{width:100%;box-shadow:none !important;outline:none;background-color:#fff !important;border:1.5px solid #d0d5dd !important}@media(max-width: 640px){.product-card,.specific,.complete{flex-direction:column}.product-image{width:100%;max-height:140px}.payment-content{flex-direction:column;align-items:flex-start;gap:6px}.payment-right{align-items:flex-start;text-align:left}.form-row{flex-direction:column;align-items:flex-start;gap:4px}.form-label{white-space:normal}.form-input{width:100%}.tabs-dropdown-row{flex-direction:column;align-items:flex-start}.bank-partner-row{width:100%}.financing-tabs{width:100%}.financing-tabs .tab-btn{flex:1 1 auto}}/*# sourceMappingURL=blog.css.map */
