/* The public picker shares checkout controls inside the marketing shell. */
body:has(.pricing-tools-page) { overflow-x: clip; }
.pricing-tools-page { color: #1e293b; background: #f7f9fd; line-height: 1.6; }
.pricing-tools-page .checkout-bg { min-height: 70vh; }
.pricing-tools-page .ct-main { padding-top: 48px; }
.pricing-tools-page .ct-hero { max-width: 900px; }
.pricing-tools-page .ct-hero h1 { letter-spacing: -.045em; }
.pricing-tools-page .ct-main .ct-right { top: 100px; max-height: calc(100dvh - 124px); }
.pricing-tools-page .ct-signup-note { margin: 12px 0 20px; color: #64748b; font-size: 12px; line-height: 1.6; text-align: center; }
.pricing-tools-page .ct-checkout-dialog { display: none; }
@media (max-width: 860px) {
    .pricing-tools-page .ct-main { padding-top: 28px; }
    .pricing-tools-page .ct-main .ct-right { max-height: none; }
    body:has(.pricing-tools-page) #smChatLauncher { bottom: 100px !important; }
}
