/* Sales pages only. Deliberately not loaded by the demo or ordering application. */
:root { --sales-accent: #b64300; }
html { scroll-padding-top: 28px; }
body { overflow-x: clip; }
:where(a,button,input,select,textarea,summary):focus-visible { outline: 3px solid #087665 !important; outline-offset: 4px !important; box-shadow: 0 0 0 7px #fff !important; }
:where(h1,h2,h3) { text-wrap: balance; }
:where(p,li) { overflow-wrap: break-word; }
.skip,.skip-link { z-index: 10001; }
.sales-home .hero h1 { font-size: clamp(42px,5.2vw,70px); line-height: 1.08; letter-spacing: -.045em; font-weight: 800; max-width: 15ch; }
.sales-home .hero h1 span { display: block; }
.sales-home :is(.proof-panel,.founder-trust-card,.calculator-copy,.faq-intro,.enquiry-panel) h2,
.sales-home .section-head h2 { font-size: clamp(30px,3.2vw,44px); line-height: 1.16; letter-spacing: -.035em; font-weight: 800; }
.sales-home .hero-copy { line-height: 1.7; }
.sales-home .hero-offer-line { border-radius: 16px; padding: 14px 18px; line-height: 1.55; }
.sales-home .nav-links { gap: 20px; font-size: 14px; }
.sales-home .nav-links a { padding-block: 12px; }
.sales-home .nav-links a:hover { text-decoration: underline; text-underline-offset: 6px; }
.sales-home .features-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.sales-home .feature { border: 1px solid var(--line); border-radius: 18px; padding: 24px; background: white; }
.sales-home .feature p { font-size: 15px; line-height: 1.65; }
.sales-home .proof-panel,.sales-home .founder-trust-card,.sales-home .price-card { box-shadow: 0 8px 28px rgba(11,19,32,.07); }
.sales-home .price-sub { line-height: 1.6; }
.sales-home .field { min-width: 0; }
.sales-home .field label { font-size: 15px; font-weight: 650; }
.sales-home .field input { font-size: 16px; border-color: #8793a2; border-radius: 10px; }
.sales-home .form-note { font-size: 14px; }
.sales-home .form-status:empty { display: none; }
.sales-home .enquiry-form > button { grid-column: 1/-1; justify-self: start; }
.sales-home .footer-bottom > span:last-child { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; }
.sales-home .footer-bottom a,.sales-home .footer-cookie-link { display: inline-flex; align-items: center; min-height: 44px; }
.sales-home .footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.sales-home .mobile-nav-panel { max-height: calc(100dvh - 110px); overflow-y: auto; }
.sales-home .mobile-nav summary { min-height: 44px; }
.legal-header .brand img { width: 205px; }
.legal-header nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.legal-header nav a:hover { text-decoration: underline; }
.legal-body { line-height: 1.8; box-shadow: 0 8px 28px rgba(11,19,32,.035); }
.legal-body h2 { font-size: clamp(22px,2.4vw,27px); letter-spacing: -.02em; }
.legal-body :is(ul,ol) { padding-left: 24px; }
.legal-body li+li { margin-top: 8px; }
.policy-nav a { text-decoration: none; border: 1px solid transparent; }
.policy-nav a:hover { background: white; border-color: var(--line); }
.policy-nav a[aria-current] { border-color: #efc4a7; }
.page-contents { margin-bottom: 28px; padding: 18px 22px; background: #f7f9fc; border-radius: 10px; }
.page-contents summary { cursor: pointer; font-weight: 700; min-height: 30px; }
.page-contents ol { margin-bottom: 0; }
.page-contents a { display: inline-block; padding-block: 5px; }
.legal-footer nav :is(a,button) { min-height: 44px; display: inline-flex; align-items: center; }
.contact-options { padding: 20px; background: #fff7ef; border: 1px solid #efc4a7; border-radius: 12px; }
.contact-options p { margin: 0; }
.sales-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 999px; background: #b64300; color: white; font-weight: 700; text-decoration: none; }
.sales-button:hover { background: #913600; }
.closed-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 24px 0; }
.closed-notice { border-left: 4px solid #b64300; padding: 20px; background: #fff7ef; margin-bottom: 28px; }
.sales-thanks { padding: 32px 0; }
.sales-thanks main { text-align: left; }
.sales-thanks h1 { line-height: 1.12; letter-spacing: -.04em; font-size: clamp(36px,5vw,52px); }
.sales-thanks .logo { background: #0b1320; padding: 14px; width: 248px; border-radius: 10px; }
.sales-thanks .actions { justify-content: flex-start; }
.sales-thanks a.primary { background: #b64300; border-color: #b64300; }
.sales-thanks footer nav { justify-content: flex-start; }
.sales-thanks footer :is(a,button) { min-height: 44px; display: inline-flex; align-items: center; }
.sales-thanks .cookie-banner a { display: inline; padding: 0; border: 0; border-radius: 0; font-weight: inherit; }
.cookie-banner { max-height: calc(100dvh - 24px); overflow-y: auto; }
.cookie-actions .cookie-action { background: transparent; border-color: #a7b3c4; font-size: 14px; }
.cookie-actions .cookie-action:hover { background: #263448; }
@media(max-width:1020px) { .sales-home .hero-grid { gap: 28px; } }
@media(max-width:760px) {
 .sales-home .hero h1 { max-width: 16ch; font-size: clamp(38px,9.8vw,56px); }
 .sales-home .features-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
 .sales-home .feature { padding: 18px 12px; }
 .sales-home .hero-benefits { gap: 22px 16px; }
 .sales-home .hero-offer-line { width: 100%; }
 .sales-home .enquiry-form > button { width: 100%; }
 .sales-home .form-note { line-height: 1.7; }
 .legal-header .wrap { gap: 10px; }
 .legal-header nav { width: 100%; justify-content: space-between; gap: 8px; }
 .legal-body { padding: 24px 18px; }
 .policy-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
 .policy-nav a { display: flex; align-items: center; padding: 10px; background: #fff; border-color: var(--line); }
 .page-contents { padding: 14px; }
 .sales-thanks .actions a { width: 100%; text-align: center; }
}
@media(max-width:370px) { .sales-home .nav-shell { gap: 7px; padding-inline: 8px; } .sales-home .brand img { width: 115px; } .sales-home .nav-shell > .pill { padding-inline: 9px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto !important; } *,*::before,*::after { animation: none !important; transition: none !important; } }

.legal-body code,.legal-body a { overflow-wrap: anywhere; }
.sales-home .enquiry-panel::after { opacity: .18; }
.sales-home :is(.enquiry-panel,.calculator-copy,.faq-intro) .section-kicker { color: #ffb176; }

/* Keep linked sections below the homepage's sticky navigation. */
.sales-home main section[id] { scroll-margin-top: 100px; }
.sales-home .feature-icon { color: #ffad73; }
.sales-home .nav-links a:first-child { color: #ffad73; }
.sales-home button:disabled { opacity: .65; cursor: wait; }
.sales-home .form-alternative { grid-column: 1/-1; margin: 0; font-size: 14px; }
.sales-home .form-alternative a { color: #b64300; text-decoration: underline; text-underline-offset: 3px; }
@media(min-width:1021px) { .sales-home .price-card { max-width: 1180px; grid-template-columns: minmax(150px,.7fr) minmax(0,1fr) minmax(0,1fr); gap: 32px; } }
