/* ABOOVA CHECKOUT — canvas glow background + form-as-card */
body, .checkout-wrapper, .ghl-checkout, #checkout, .funnel-page {
background: radial-gradient(circle at 75% 18%, #0A2E1F 0%, #000000 68%) fixed, #000000 !important;
}
/* Page title (e.g. "The Audit Premium") -> Aboova off-white */
h1, .checkout-title, .page-title {
color: #FAFAFA !important;
font-weight: 700 !important;
letter-spacing: -0.02em !important;
}
/* The order-form container -> a clean light card floating on the dark canvas */
.order-form, .checkout-form, .payment-form, form {
background: #FAFAFA !important;
border-radius: 16px !important;
box-shadow: 0 8px 40px rgba(0,0,0,0.55), 0 0 0 1px rgba(110,231,183,0.18) !important;
padding: 28px !important;
}
/* Keep comfortable width + centered */
.order-form, .checkout-form, .payment-form {
max-width: 460px !important;
margin: 0 auto !important;
}
/* Aboova green on the primary order button (text white) */
button[type="submit"], .complete-order, .checkout-btn {
background: #36CA37 !important;
color: #FFFFFF !important;
border: none !important;
}