/* Ported from FACTdemo client/src/index.css — parity-first. */

.question-copy h2, .section-heading-wide h2, .implementation-copy h2, .contact-content h2 { font: 500 clamp(40px, 4.3vw, 70px)/.98 var(--font-display); letter-spacing: -.015em; }

.contact-section { position: relative; min-height: 490px; display: flex; align-items: center; overflow: hidden; background: #0e0e0e; }

.contact-red-plane { position: absolute; top: 0; right: -2vw; bottom: 0; width: min(54vw, 790px); clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%); background-color: #d52317; background-image: linear-gradient(90deg, rgba(0,0,0,.18) 1px, transparent 1px), linear-gradient(180deg, rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(126deg, #8d140d 0%, #d92316 42%, #ff2b1c 100%); background-size: 50px 50px, 50px 50px, 100% 100%; }

.contact-red-plane::after { content: ""; position: absolute; right: 14%; top: 0; height: 100%; width: 1px; background: rgba(255,255,255,.22); box-shadow: -60px 0 rgba(255,255,255,.13), -120px 0 rgba(255,255,255,.1), -180px 0 rgba(255,255,255,.08); }

.contact-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .62fr; gap: 60px; align-items: end; }

.contact-content .section-eyebrow { color: #ada8a1; }

.contact-content .eyebrow-dot { background: var(--signal); box-shadow: none; }

.contact-content h2 { margin: 21px 0 0; color: #f6f3ee; }

.contact-content h2 em { color: var(--signal); font-style: normal; }

.contact-action { padding-bottom: 7px; }

.contact-action p { max-width: 245px; margin: 0 0 23px; color: rgba(255,255,255,.83); font-size: 15px; line-height: 1.45; }

.contact-ledger-cue { position: absolute; z-index: 2; right: 12px; bottom: 31px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.76); font: 600 8px/1 var(--font-display); letter-spacing: .1em; }

.contact-ledger-cue i { width: 46px; height: 1px; background: rgba(255,255,255,.62); }

.contact-ledger-cue b { color: #1b0503; font-size: 15px; letter-spacing: -.03em; }

.contact-section { background: #e8e8e5; }

.contact-content .section-eyebrow { color: #666; }

.contact-content h2 { color: #292929; }

.contact-page { background: #fafaf8; color: #1a1a1a; }

.contact-hero { position: relative; overflow: hidden; padding: 169px 0 56px; color: #282828; background: #f5f5f7; border-bottom: 1px solid #dfdfdc; }

.contact-hero-grid { position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(rgba(50,50,50,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(50,50,50,.055) 1px, transparent 1px); background-size: 72px 72px; }

.contact-hero-content { position: relative; }

.contact-hero h1 { margin: 0; color: #111; font: 600 clamp(36px, 4.8vw, 58px)/.95 var(--font-display); letter-spacing: -.015em; }

.contact-body { padding: 64px 0 96px; background: #fff; }

.contact-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr); gap: 56px; align-items: start; }

.contact-copy h2 { margin: 0 0 16px; color: #111; font: 600 clamp(28px, 3.2vw, 42px)/1.08 var(--font-display); letter-spacing: -.02em; }

.contact-copy > p { margin: 0 0 28px; color: #4d4d4d; font: 400 16px/1.7 var(--font-sans); }

.contact-copy p a { color: var(--signal); font-weight: 600; }

.contact-copy p a:hover { text-decoration: underline; }

.contact-reason-list { display: grid; gap: 18px; margin: 0 0 32px; padding: 0; list-style: none; }

.contact-reason-list li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }

.contact-reason-list svg { margin-top: 2px; color: var(--signal); }

.contact-reason-list strong { display: block; margin-bottom: 4px; color: #111; font: 600 15px/1.2 var(--font-display); letter-spacing: -.03em; }

.contact-reason-list span { color: #666; font-size: 14px; line-height: 1.5; }

.contact-back { display: inline-flex; align-items: center; gap: 8px; color: #555; font-size: 12px; }

.contact-back:hover { color: var(--signal); }

.contact-form-panel { padding: 28px; background: #f7f7f5; border: 1px solid #e4e4e1; }

.contact-form { display: grid; gap: 16px; }

.contact-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact-demo-toggle { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; width: 100%; padding: 16px 18px; text-align: left; color: #292929; background: #fff; border: 1px solid #e0e0dc; border-radius: 18px; cursor: pointer; transition: border-color .18s var(--easing), background .18s var(--easing); }

.contact-demo-toggle:hover { border-color: rgba(255,43,28,.35); }

.contact-demo-toggle.is-on { border-color: var(--signal); background: #fff8f7; }

.contact-demo-check { width: 22px; height: 22px; display: grid; place-items: center; margin-top: 1px; border: 1.5px solid #cfcfca; border-radius: 6px; background: #fff; color: #fff; }

.contact-demo-toggle.is-on .contact-demo-check { border-color: var(--signal); background: var(--signal); }

.contact-demo-toggle strong { display: block; color: #111; font: 600 15px/1.2 var(--font-display); letter-spacing: -.03em; }

.contact-demo-toggle em { display: block; margin-top: 4px; color: #6a6a6a; font: 400 13px/1.45 var(--font-sans); font-style: normal; }

.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.contact-form label { display: grid; gap: 8px; color: #555; font: 600 11px/1 var(--font-display); letter-spacing: .06em; text-transform: uppercase; }

.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; color: #1a1a1a; background: #fff; border: 1px solid #e0e0dc; font: 500 15px/1.4 var(--font-sans); outline: none; resize: vertical; transition: border-color .18s var(--easing), box-shadow .18s var(--easing); }

.contact-form textarea { min-height: 132px; }

.contact-form input:focus, .contact-form textarea:focus { border-color: #cfcfca; box-shadow: 0 0 0 3px rgba(255,43,28,.08); }

.contact-form-message { grid-column: 1 / -1; }

.contact-form-error { margin: 0; color: var(--signal); font: 500 13px/1.45 var(--font-sans); }

.contact-form-submit { width: max-content; min-height: 52px; }

.contact-form-submit:disabled { opacity: .7; cursor: wait; }

.contact-form-spinner { animation: contact-spin .8s linear infinite; }

.contact-form-success { display: grid; justify-items: start; gap: 12px; min-height: 280px; align-content: center; }

.contact-form-success svg { color: var(--signal); }

.contact-form-success h2 { margin: 0; color: #111; font: 600 32px/1 var(--font-display); letter-spacing: -.02em; }

.contact-form-success p { max-width: 420px; margin: 0 0 8px; color: #555; font-size: 15px; line-height: 1.6; }

@media (max-width: 980px) {
  .contact-layout, .contact-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .contact-hero { padding: 168px 0 40px; }
  .contact-form-panel { padding: 18px; }
  .contact-form-submit { width: 100%; justify-content: center; }
}

@media (max-width: 850px) { .content-shell { width: min(100% - 40px, 1400px); }.desktop-nav, .nav-cta { display: none; }.menu-toggle { display: grid; place-items: center; }.site-header { top: 12px; width: calc(100% - 24px); height: 55px; }.hero { min-height: 820px; padding: 145px 0 75px; }.hero-image-wrap { inset: 0 0 0 8%; }.hero-image-vignette { background: linear-gradient(90deg, #0c0c0c 0%, rgba(12,12,12,.88) 50%, rgba(12,12,12,.12) 100%), linear-gradient(0deg, #0c0c0c 0%, transparent 45%); }.hero-lower { display: block; }.hero-lower p { max-width: 470px; }.hero-actions { margin-top: 27px; }.hero-readout { display: none; }.proof-grid { grid-template-columns: 1fr; }.proof-item, .proof-item:not(:first-child) { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }.proof-item:last-child { border-bottom: 0; }.proof-number { margin-bottom: 20px; }.question-layout, .implementation-layout { grid-template-columns: 1fr; }.question-layout { gap: 64px; }.report-stage { max-width: 640px; }.section-heading-wide { flex-direction: column; align-items: flex-start; gap: 18px; padding-bottom: 43px; }.section-heading-wide p { margin: 0; }.capability-row { grid-template-columns: auto 1fr; gap: 18px; min-height: 88px; }.capability-row p { grid-column: 2; }.capability-row:hover { padding-left: 25px; padding-right: 13px; }.implementation-visual { max-width: 660px; }.implementation-layout { gap: 76px; }.contact-section { min-height: 550px; }.contact-red-plane { right: -40%; width: 100%; opacity: .93; }.contact-content { grid-template-columns: 1fr; align-items: start; gap: 38px; }.contact-ledger-cue { right: 0; } }

@media (max-width: 540px) { .content-shell { width: min(100% - 32px, 1400px); }.hero { min-height: 748px; padding-top: 128px; padding-bottom: 68px; }.hero-overline { gap: 8px; font-size: 8px; }.hero-status-copy { display: none; }.hero-brand-plate { margin-top: 16px; }.hero-brand-system { display: none; }.hero-title { margin: 21px 0 24px; font-size: clamp(50px, 15.3vw, 67px); }.hero-lower p { font-size: 14px; max-width: 330px; }.hero-actions { flex-direction: column; align-items: flex-start; gap: 9px; }.button-primary { min-height: 50px; }.button-quiet { min-height: 38px; }.scroll-cue { left: 16px; transform: none; bottom: 23px; }.hero-grid { background-size: 42px 42px; }.hero-scanline-one { left: 28%; top: 26%; }.question-section, .implementation-section { padding: 82px 0; }.why-section { padding: 72px 0 82px; }.question-copy h2, .section-heading-wide h2, .implementation-copy h2, .contact-content h2 { font-size: 41px; }.question-copy p, .implementation-copy p { font-size: 15px; }.report-stage { box-shadow: 10px 11px 0 var(--signal); }.report-chip-two { right: 7%; }.system-strip { padding: 14px 16px; }.system-strip-track { font-size: 12px; }.capability-row { grid-template-columns: auto 1fr; gap: 12px; padding: 14px 0 14px 12px; }.capability-title { gap: 9px; }.capability-title svg { width: 19px; }.capability-title h3 { font-size: 20px; }.capability-row p { font-size: 12px; }.implementation-visual { box-shadow: 10px 11px 0 #131313; }.contact-section { min-height: 503px; }.contact-red-plane { right: -76%; width: 128%; }.contact-content { gap: 31px; }.contact-action p { font-size: 14px; }.contact-ledger-cue { bottom: 22px; }.brand-word { font-size: 18px; } }
