.taxiom-form-wrapper{max-width:600px;margin:0 auto}
.taxiom-form-title{font-size:1.5rem;margin-bottom:1.5rem;color:#101828}
.taxiom-form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #EAECF0}
.taxiom-form-section:last-of-type{border-bottom:none}
.taxiom-form-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#101828}
.taxiom-form-group{margin-bottom:1rem}
.taxiom-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.taxiom-form-row--3{grid-template-columns:repeat(3,1fr)}
@media(max-width:600px){.taxiom-form-row,.taxiom-form-row--3{grid-template-columns:1fr}}
.taxiom-form-label{display:block;font-size:.875rem;font-weight:500;color:#344054;margin-bottom:.5rem}
.taxiom-form-input,.taxiom-form-select,.taxiom-form-textarea{width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:#101828;background:#fff;border:1px solid #D0D5DD;border-radius:.5rem;transition:border-color .15s,box-shadow .15s}
.taxiom-form-input:focus,.taxiom-form-select:focus,.taxiom-form-textarea:focus{outline:none;border-color:#3D7B8C;box-shadow:0 0 0 3px rgba(61,123,140,.15)}
.taxiom-form-textarea{min-height:120px;resize:vertical}
.taxiom-form-hint{font-size:.875rem;color:#667085;margin-top:.5rem}
.taxiom-form-errors{padding:1rem;background:#FEE4E2;border:1px solid #F04438;border-radius:.5rem;color:#B42318;margin-bottom:1rem}
.taxiom-form-errors p{margin:0}
.taxiom-form-success{padding:1rem;background:#D1FADF;border:1px solid #12B76A;border-radius:.5rem;color:#027A48;margin-bottom:1rem}
.taxiom-form-success p{margin:0}
.taxiom-form-submit{margin-top:1.5rem}
.taxiom-form-submit:disabled{opacity:.7;cursor:not-allowed}
.taxiom-btn-loading{display:inline-flex;align-items:center;gap:.5rem}
.taxiom-form-terms a{color:#3D7B8C}
.taxiom-checkout-wrapper{max-width:1000px;margin:0 auto;padding:2rem 1rem}
.taxiom-checkout-grid{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}
@media(max-width:900px){.taxiom-checkout-grid{grid-template-columns:1fr}.taxiom-checkout-summary{order:1}}
.taxiom-checkout-title{font-size:1.75rem;margin-bottom:2rem;color:#101828}
.taxiom-checkout-form{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.taxiom-summary-card{background:#fff;border:1px solid #EAECF0;border-radius:.75rem;padding:1.5rem;position:sticky;top:100px}
.taxiom-summary-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #EAECF0}
.taxiom-summary-product{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #EAECF0}
.taxiom-summary-product-name{font-weight:600;color:#101828}
.taxiom-summary-product-desc{font-size:.875rem;color:#667085}
.taxiom-summary-line{display:flex;justify-content:space-between;font-size:.875rem;color:#475467;margin-bottom:.5rem}
.taxiom-summary-recurring{font-size:.75rem;color:#667085;text-align:right}
.taxiom-summary-feature{font-size:.875rem;color:#475467;margin-bottom:.5rem}
.taxiom-summary-help{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #EAECF0;font-size:.875rem;color:#667085;text-align:center}
.taxiom-summary-help a{color:#3D7B8C}

/* Coupon Section */
.taxiom-coupon-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}
.taxiom-coupon-toggle a {
    color: #5698A8;
    font-size: 0.875rem;
    text-decoration: none;
}
.taxiom-coupon-toggle a:hover {
    text-decoration: underline;
}
.taxiom-coupon-input {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}
.taxiom-coupon-input input {
    flex: 1;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}
.taxiom-coupon-input button {
    white-space: nowrap;
}
.taxiom-coupon-status {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}
.taxiom-coupon-success {
    color: #16a34a;
}
.taxiom-coupon-error {
    color: #dc2626;
}
.taxiom-discount-line span:last-child {
    color: #16a34a;
}

/* Thank You Page */
.taxiom-thank-you{max-width:600px;margin:2rem auto;text-align:center;padding:2rem}
.taxiom-thank-you-icon{font-size:4rem;color:#10b981;margin-bottom:1rem}
.taxiom-thank-you h2{color:#1f2937;margin-bottom:1rem}
.taxiom-thank-you p{color:#6b7280;margin-bottom:1rem}
.taxiom-thank-you-next{background:#f9fafb;border-radius:8px;padding:1.5rem;margin:2rem 0;text-align:left}
.taxiom-thank-you-next h3{color:#1f2937;margin-bottom:1rem}
.taxiom-thank-you-next ul{color:#6b7280;margin:0;padding-left:1.5rem}
.taxiom-thank-you-next li{margin-bottom:0.5rem}

/* Compact Layout */
.taxiom-checkout-wrapper{padding:1rem}
.taxiom-checkout-form{padding:1.25rem}
.taxiom-checkout-title{font-size:1.5rem;margin-bottom:1rem}
.taxiom-form-section{margin-bottom:1rem;padding-bottom:1rem}
.taxiom-form-group{margin-bottom:0.75rem}
.taxiom-form-input,.taxiom-form-select{padding:0.5rem 0.75rem}
.taxiom-summary-card{padding:1.25rem}
.taxiom-checkout-wrapper{padding:0.5rem 1rem;max-width:1100px}
.taxiom-checkout-grid{gap:1.5rem}.taxiom-checkout-form{padding:1rem}.taxiom-checkout-title{font-size:1.25rem;margin-bottom:0.75rem}
.taxiom-form-section{margin-bottom:0.75rem;padding-bottom:0.75rem}.taxiom-form-section-title{font-size:1rem;margin-bottom:0.5rem}
.taxiom-form-group{margin-bottom:0.5rem}.taxiom-form-label{font-size:0.8rem;margin-bottom:0.25rem}
.taxiom-form-input,.taxiom-form-select{padding:0.4rem 0.6rem;font-size:0.9rem}.taxiom-summary-card{padding:1rem}
.taxiom-summary-title{font-size:1rem;margin-bottom:0.5rem;padding-bottom:0.5rem}.taxiom-summary-product{margin-bottom:0.5rem;padding-bottom:0.5rem}
.taxiom-form-terms{font-size:0.75rem;margin-top:0.5rem}.taxiom-checkout-form>p{font-size:0.8rem;margin-bottom:0.75rem}
.taxiom-summary-total{display:flex;justify-content:space-between;font-weight:600;font-size:1rem;padding-top:0.75rem;margin-top:0.75rem;border-top:1px solid #EAECF0}
.taxiom-summary-card .taxiom-summary-total{display:flex!important;justify-content:space-between!important;align-items:center}
.taxiom-summary-total{width:100%}
.taxiom-thank-you{max-width:560px;margin:0 auto;text-align:center;padding:1.5rem}
.taxiom-thank-you-icon{font-size:3.5rem;color:#10b981;margin-bottom:0.75rem}
.taxiom-thank-you h2{font-size:1.75rem;margin-bottom:0.75rem;color:#1f2937}
.taxiom-thank-you>p{color:#6b7280;font-size:0.95rem;margin-bottom:0.5rem;line-height:1.5}
.taxiom-thank-you-next{background:#f9fafb;border-radius:8px;padding:1.25rem 1.5rem;margin:1.25rem 0;text-align:left}
.taxiom-thank-you-next h3{font-size:1rem;margin-bottom:0.75rem;color:#1f2937}
.taxiom-thank-you-next ul{margin:0;padding-left:1.25rem}.taxiom-thank-you-next li{color:#4b5563;font-size:0.9rem;margin-bottom:0.4rem}
.taxiom-thank-you-next a,.taxiom-thank-you-contact a{color:#3D7B8C;text-decoration:none}
.taxiom-thank-you-contact{margin-top:1rem;font-size:0.875rem;color:#6b7280}
