:root {
  --ink: #151822;
  --ink-2: #1d2130;
  --cloud: #f7f8fa;
  --white: #ffffff;
  --indigo: #5b5ce2;
  --indigo-light: #7778ff;
  --slate: #667085;
  --line: #e4e7ec;
  --line-dark: #2c3140;
  --success: #16a36a;
  --warning: #d99000;
  --danger: #d64545;
  --info: #2970ff;
  --radius: 18px;
  --shadow: 0 28px 80px rgba(21, 24, 34, .12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cloud); color: var(--ink); }
a { color: inherit; }
.marketing-body { min-height: 100vh; }
.site-shell { overflow: hidden; }
.preview-bar { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 12px; padding: 7px 24px; background: var(--ink); color: #c9ced9; font-size: 12px; letter-spacing: .01em; }
.preview-bar span:first-child { color: #fff; font-weight: 700; }
.site-header { width: min(1220px, calc(100% - 48px)); height: 78px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(21,24,34,.08); }
.marketing-brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; font-size: 21px; font-weight: 750; letter-spacing: -.015em; }
.set-mark { position: relative; width: 32px; height: 25px; display: inline-block; flex: 0 0 auto; }
.set-mark i { position: absolute; top: 3px; width: 18px; height: 18px; border: 2px solid var(--indigo); border-radius: 50%; background: rgba(91,92,226,.06); }
.set-mark i:nth-child(1) { left: 0; }
.set-mark i:nth-child(2) { left: 7px; }
.set-mark i:nth-child(3) { left: 14px; }
.set-mark-small { transform: scale(.74); transform-origin: left center; width: 25px; margin-right: -4px; }
.set-mark-large { transform: scale(1.75); }
.marketing-nav { display: flex; gap: 31px; color: #555d6d; font-size: 14px; font-weight: 600; letter-spacing: .005em; }
.marketing-nav a, .text-link, .footer-links a { text-decoration: none; }
.marketing-nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--indigo); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; font-size: 14px; font-weight: 650; letter-spacing: .005em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid var(--indigo); border-radius: 10px; background: var(--indigo); color: #fff; text-decoration: none; font-size: 14px; font-weight: 720; letter-spacing: .005em; box-shadow: 0 7px 20px rgba(91,92,226,.18); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); background: #4e4fce; box-shadow: 0 11px 25px rgba(91,92,226,.23); }
.button-small { min-height: 40px; padding: 0 15px; }
.button-secondary { background: transparent; color: var(--ink); border-color: #cfd4dc; box-shadow: none; }
.button-secondary:hover { background: #fff; border-color: #b7bec9; box-shadow: none; }
.button-light { background: #fff; color: var(--ink); border-color: #fff; box-shadow: none; }
.button-light:hover { background: #eef0ff; }
.section-pad { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { margin: 0 0 18px; color: var(--indigo); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.eyebrow-light { color: #aeb0ff; }
.hero { min-height: 720px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; padding-top: 86px; padding-bottom: 92px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(58px, 6.6vw, 92px); line-height: .97; letter-spacing: -.04em; font-weight: 700; }
.hero h1 span { color: var(--indigo); }
.hero-lede { max-width: 620px; margin: 31px 0 0; color: #555d6d; font-size: 20px; line-height: 1.6; letter-spacing: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 58px; color: #687183; font-size: 12px; font-weight: 650; }
.hero-proof span { display: flex; gap: 8px; align-items: center; }
.hero-proof b { color: #9aa1ad; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(91,92,226,.13), rgba(91,92,226,.025) 52%, transparent 72%); }
.control-plane-card { position: relative; z-index: 2; width: min(510px, 100%); border: 1px solid #d9dde5; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); overflow: hidden; transform: rotate(-1.4deg); }
.mock-window-bar { height: 55px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eceef2; color: #464d5b; font-size: 12px; }
.mini-brand { display: flex; align-items: center; font-weight: 750; letter-spacing: -.008em; }
.mock-status { display: flex; align-items: center; gap: 7px; color: #687183; }
.mock-status i, .sync-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); }
.mock-content { padding: 27px; }
.mock-heading-row { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.mock-heading-row > div { display: grid; gap: 5px; }
.mock-heading-row strong { font-size: 24px; letter-spacing: -.018em; }
.mock-kicker, .mock-label, .capability-footprint > small { color: #8a92a1; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.status-pill { display: inline-flex; align-items: center; min-height: 25px; padding: 0 9px; border: 1px solid #b9e4d1; border-radius: 99px; background: #effaf5; color: #117951; font-size: 10px; font-weight: 800; }
.mock-meta { display: flex; gap: 18px; padding: 16px 0 23px; color: #7a8290; font-size: 11px; border-bottom: 1px solid #eceef2; }
.mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.mock-panel { min-height: 120px; padding: 16px; border: 1px solid #e6e8ed; border-radius: 12px; background: #fafbfc; display: flex; flex-direction: column; gap: 10px; }
.mock-panel strong { font-size: 13px; }
.trust-score { color: var(--success); }
.trust-lines { display: grid; gap: 5px; }
.trust-lines i { display: block; height: 5px; border-radius: 3px; background: #dfe3e9; }
.trust-lines i:nth-child(-n+3) { background: #bfe5d3; }
.avatar-row { display: flex; margin-top: 7px; }
.avatar-row i { display: grid; place-items: center; width: 27px; height: 27px; margin-left: -5px; border: 2px solid #fafbfc; border-radius: 50%; background: #eceeff; color: #4c4dbb; font-style: normal; font-size: 8px; font-weight: 800; }
.avatar-row i:first-child { margin-left: 0; }
.deployment-row { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding: 15px 16px; border-radius: 10px; background: var(--ink); color: #c9ced9; font-size: 10px; }
.deployment-row > div { display: flex; align-items: center; gap: 8px; }
.deployment-row b { color: #fff; font-size: 12px; }
.deployment-row em { color: #8fe0ba; font-style: normal; }
.orbit { position: absolute; z-index: 3; padding: 8px 11px; border: 1px solid #dedfe5; border-radius: 8px; background: rgba(255,255,255,.9); box-shadow: 0 10px 25px rgba(21,24,34,.08); color: #656d7b; font-size: 10px; font-weight: 800; }
.orbit-one { top: 30px; right: 38px; }
.orbit-two { bottom: 55px; left: -5px; }
.orbit-three { bottom: 5px; right: 53px; }
.principle-strip { padding: 38px 48px; background: var(--ink); color: #fff; text-align: center; }
.principle-strip p { margin: 0 0 6px; color: #9ea5b3; font-size: 13px; }
.principle-strip strong { font-size: clamp(17px, 2vw, 22px); font-weight: 580; letter-spacing: -.006em; }
.product-section { padding-top: 130px; padding-bottom: 140px; }
.section-heading { max-width: 755px; }
.section-heading h2, .trust-copy h2, .not-library h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4.6vw, 62px); line-height: 1.06; letter-spacing: -.03em; font-weight: 650; }
.section-heading > p:last-child { max-width: 665px; margin: 24px 0 0; color: var(--slate); font-size: 17px; line-height: 1.65; }
.provider-map { min-height: 400px; margin-top: 72px; padding: 54px; display: grid; grid-template-columns: 1fr 1.35fr 1fr; gap: 10px; align-items: center; border: 1px solid #e1e4e9; border-radius: var(--radius); background: #fff; }
.provider-column { display: grid; gap: 11px; }
.map-label { margin-bottom: 7px; color: #9299a6; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.map-chip, .provider-chip { min-height: 50px; padding: 0 15px; border: 1px solid #e4e6eb; border-radius: 9px; display: flex; align-items: center; gap: 10px; color: #3e4552; font-size: 11px; font-weight: 700; }
.map-chip i { width: 8px; height: 8px; border-radius: 2px; background: var(--indigo); opacity: .78; }
.provider-chip { justify-content: space-between; }
.provider-chip small { color: #9299a6; font-size: 8px; font-weight: 650; }
.provider-muted { color: #89909d; background: #fafafa; }
.map-center { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-width: 0; }
.commonset-node { width: 145px; min-height: 145px; padding: 24px 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; border: 1px solid #cfd0ff; border-radius: 50%; background: #f5f5ff; text-align: center; box-shadow: 0 18px 40px rgba(91,92,226,.10); }
.commonset-node strong { font-size: 15px; letter-spacing: -.012em; }
.commonset-node small { max-width: 90px; color: #777f8d; font-size: 8px; line-height: 1.4; }
.map-lines { display: grid; gap: 16px; }
.map-lines i { display: block; height: 1px; background: linear-gradient(90deg, #dedfe5, #9e9fea); }
.right-lines i { background: linear-gradient(90deg, #9e9fea, #dedfe5); }
.feature-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 320px; padding: 30px; border: 1px solid #e1e4e9; border-radius: 16px; background: #fff; }
.feature-card-large { grid-column: span 2; }
.feature-number { position: absolute; top: 25px; right: 25px; color: #b3b8c2; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.feature-icon { width: 42px; height: 42px; margin-bottom: 45px; display: grid; place-items: center; border-radius: 10px; background: #f1f1ff; color: var(--indigo); font-weight: 900; }
.feature-card h3 { margin: 0; font-size: 22px; letter-spacing: -.016em; }
.feature-card p { max-width: 510px; margin: 13px 0 0; color: #667085; font-size: 14px; line-height: 1.65; }
.icon-registry { position: relative; }
.icon-registry i { position: absolute; width: 18px; height: 18px; border: 1.5px solid var(--indigo); border-radius: 50%; }
.icon-registry i:nth-child(1) { transform: translateX(-7px); }
.icon-registry i:nth-child(3) { transform: translateX(7px); }
.icon-connect { position: relative; }
.icon-connect i { position: absolute; width: 17px; height: 17px; border: 2px solid var(--indigo); border-radius: 5px; }
.icon-connect i:first-child { transform: translate(-5px,-5px); }
.icon-connect i:last-child { transform: translate(5px,5px); }
.icon-analytics { display: flex; align-items: end; justify-content: center; gap: 3px; padding: 10px; }
.icon-analytics i { width: 4px; border-radius: 2px; background: var(--indigo); }
.icon-analytics i:nth-child(1) { height: 8px; }.icon-analytics i:nth-child(2){height:15px}.icon-analytics i:nth-child(3){height:11px}.icon-analytics i:nth-child(4){height:20px}
.mini-ui-list { margin-top: 27px; display: grid; border: 1px solid #eaecf0; border-radius: 10px; overflow: hidden; }
.mini-ui-list span { min-height: 42px; padding: 0 12px; display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; border-top: 1px solid #eaecf0; color: #505866; font-size: 10px; }
.mini-ui-list span:first-child { border-top: 0; }
.mini-ui-list i { width: 7px; height: 7px; border-radius: 50%; }
.mini-ui-list b { color: #8a919e; font-size: 9px; font-weight: 650; }
.status-approved{background:var(--success)}.status-review{background:var(--warning)}.status-muted{background:#a9afba}
.trust-section { width: 100%; max-width: none; padding: 125px max(48px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; background: var(--ink); color: #fff; }
.trust-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #aeb4c0; font-size: 16px; line-height: 1.7; }
.trust-list { margin: 38px 0 0; padding: 0; list-style: none; }
.trust-list li { padding: 17px 0; display: grid; grid-template-columns: 38px 1fr; gap: 10px; border-top: 1px solid #2c3140; }
.trust-list li > span { color: #787f8e; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.trust-list strong { font-size: 13px; }
.trust-list p { margin: 5px 0 0; color: #929aaa; font-size: 11px; line-height: 1.5; }
.trust-console { border: 1px solid #353a4a; border-radius: 16px; background: #1b1f2a; box-shadow: 0 32px 75px rgba(0,0,0,.25); overflow: hidden; }
.console-head { min-height: 55px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #303544; font-size: 11px; font-weight: 700; }
.status-pill-dark { border-color: #3f5266; background: #253244; color: #8ec5ff; }
.score-row { padding: 26px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid #303544; }
.score-row small { display: block; margin-bottom: 7px; color: #818998; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.score-row strong { font-size: 34px; font-weight: 650; letter-spacing: -.025em; }
.score-row strong span { color: #697180; font-size: 13px; }
.risk-badge { padding: 6px 9px; border-radius: 6px; background: rgba(22,163,106,.13); color: #78d4aa; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.evidence-list { padding: 5px 25px; }
.evidence-list > div { min-height: 66px; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 11px; border-bottom: 1px solid #2e3341; }
.evidence-list > div:last-child { border-bottom: 0; }
.evidence-list span.check, .evidence-list span.attention { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(22,163,106,.14); color: #72d1a5; font-size: 10px; font-weight: 900; }
.evidence-list span.attention { background: rgba(217,144,0,.15); color: #e7ac38; }
.evidence-list p { margin: 0; display: grid; gap: 4px; }
.evidence-list strong { font-size: 10px; }
.evidence-list small { color: #848c9c; font-size: 8px; }
.evidence-list b { color: #74d3a6; font-size: 8px; }
.evidence-list .warning-text { color: #e7ac38; }
.capability-footprint { padding: 20px 25px 24px; background: #171b24; }
.capability-footprint > small { color: #747c8c; }
.capability-footprint div { display: flex; gap: 7px; margin-top: 10px; }
.capability-footprint span { padding: 6px 8px; border: 1px solid #3b4050; border-radius: 5px; color: #aeb5c2; font-size: 8px; }
.workflow-section { padding-top: 130px; padding-bottom: 130px; }
.section-heading-centered { margin: 0 auto; text-align: center; }
.section-heading-centered > p:last-child { margin-left: auto; margin-right: auto; }
.workflow { margin: 70px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.workflow li { position: relative; min-height: 170px; padding: 0 23px; border-left: 1px solid #dfe2e7; }
.workflow li:last-child { border-right: 1px solid #dfe2e7; }
.workflow li > span { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 42px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; }
.workflow strong { display: block; margin-bottom: 8px; font-size: 13px; }
.workflow small { color: #767e8c; font-size: 10px; line-height: 1.5; }
.not-library { margin-bottom: 130px; padding: 75px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; border-radius: 20px; background: #eceefe; }
.not-library h2 { max-width: 520px; font-size: clamp(35px, 4vw, 54px); }
.comparison { background: rgba(255,255,255,.67); border: 1px solid #d9dcf0; border-radius: 12px; overflow: hidden; }
.comparison-row { min-height: 54px; padding: 0 17px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; border-top: 1px solid #dfe1ef; color: #72798a; font-size: 10px; }
.comparison-row:first-child { border-top: 0; }
.comparison-row strong { color: #303644; font-size: 10px; }
.comparison-head { background: rgba(255,255,255,.55); color: #8b91a0; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.final-cta { width: 100%; max-width: none; padding: 120px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--indigo); color: #fff; }
.cta-mark { height: 64px; margin-bottom: 25px; filter: brightness(0) invert(1); opacity: .9; }
.final-cta .eyebrow { color: #d9d9ff; }
.final-cta h2 { max-width: 900px; }
.final-cta p:not(.eyebrow) { max-width: 620px; margin: 22px 0 30px; color: #dedfff; font-size: 16px; line-height: 1.6; }
.site-footer { min-height: 160px; padding: 48px max(48px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr auto; grid-template-rows: auto auto; gap: 15px 30px; align-items: center; background: var(--ink); color: #9ea5b3; }
.footer-brand { display: flex; align-items: center; color: #fff; font-size: 17px; }
.site-footer > p { margin: 0; text-align: center; font-size: 11px; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; font-size: 10px; font-weight: 650; }
.site-footer small { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid #2b303e; font-size: 9px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .marketing-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 500px; }
  .provider-map { grid-template-columns: 1fr; gap: 25px; }
  .map-center { grid-template-columns: 1fr; place-items: center; }
  .map-lines { display: none; }
  .provider-column-right { text-align: left; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-large { grid-column: span 2; }
  .trust-section { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: 1fr; gap: 0; }
  .workflow li, .workflow li:last-child { min-height: auto; padding: 20px 0; display: grid; grid-template-columns: 45px 1fr; border: 0; border-top: 1px solid #dfe2e7; }
  .workflow li > span { margin: 0; }
  .not-library { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .preview-bar { align-items: flex-start; gap: 4px; flex-direction: column; }
  .site-header, .section-pad { width: min(100% - 32px, 1180px); }
  .site-header { height: 70px; }
  .header-actions .text-link { display: none; }
  .hero { min-height: auto; padding-top: 60px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-visual { min-height: 400px; }
  .control-plane-card { transform: none; }
  .orbit { display: none; }
  .mock-grid { grid-template-columns: 1fr; }
  .product-section, .workflow-section { padding-top: 90px; padding-bottom: 90px; }
  .provider-map { padding: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-large { grid-column: auto; }
  .feature-card { min-height: 280px; }
  .trust-section { padding: 90px 16px; }
  .not-library { margin-bottom: 90px; padding: 38px 24px; }
  .comparison-row { grid-template-columns: 1fr; gap: 4px; padding: 13px 14px; }
  .comparison-head { display: none; }
  .site-footer { padding: 42px 24px; grid-template-columns: 1fr; text-align: left; }
  .site-footer > p { text-align: left; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* Demo + public conversion flows */
.button-outline-light { border-color: rgba(255,255,255,.48); background: transparent; color: #fff; }
.button-outline-light:hover { background: rgba(255,255,255,.09); }
.final-actions { justify-content: center; }
.demo-site-shell { min-height: 100vh; }
.demo-page { min-height: calc(100vh - 88px); padding-top: 90px; padding-bottom: 110px; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.78fr); gap: 88px; align-items: start; }
.demo-copy h1 { max-width: 720px; margin: 10px 0 22px; font-size: clamp(46px,6vw,76px); line-height: .98; letter-spacing: -.032em; }
.demo-copy .hero-lede { max-width: 690px; }
.demo-points { display: grid; gap: 0; margin-top: 48px; border-top: 1px solid var(--border); }
.demo-points > div { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.demo-points > div > span { color: var(--indigo); font-size: 10px; font-weight: 800; }
.demo-points p { margin: 0; display: grid; gap: 5px; }
.demo-points strong { font-size: 13px; }
.demo-points small { color: var(--slate); font-size: 11px; line-height: 1.55; }
.demo-selfserve-note { margin-top: 34px; padding: 18px 20px; border: 1px solid #D8D9F7; border-radius: 12px; background: #F6F6FF; }
.demo-selfserve-note strong { font-size: 12px; }
.demo-selfserve-note p { margin: 5px 0 8px; color: #62697A; font-size: 11px; line-height: 1.5; }
.demo-selfserve-note a { color: var(--indigo); font-size: 11px; font-weight: 750; }
.demo-form-card { position: sticky; top: 112px; padding: 34px; border: 1px solid #DFE2E8; border-radius: 18px; background: #fff; box-shadow: 0 18px 52px rgba(21,24,34,.08); }
.demo-form-card h2 { margin: 7px 0 24px; font-size: 28px; letter-spacing: -.016em; }
.marketing-form { display: grid; gap: 16px; }
.marketing-field { display: grid; gap: 7px; }
.marketing-field label { font-size: 10px; font-weight: 750; color: #343A49; }
.marketing-field label span { color: #949BA8; font-weight: 500; }
.marketing-field input,.marketing-field textarea,.marketing-field select { width: 100%; padding: 12px 13px; border: 1px solid #D9DDE4; border-radius: 8px; background: #fff; color: var(--ink); font: inherit; font-size: 12px; outline: none; }
.marketing-field input:focus,.marketing-field textarea:focus,.marketing-field select:focus { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(91,92,226,.10); }
.marketing-field .errorlist { margin: 0; padding: 0; list-style: none; color: #B42318; font-size: 10px; }
.form-privacy { margin: 14px 0 0; color: #8A91A0; font-size: 9px; line-height: 1.55; }
.demo-thanks { min-height: calc(100vh - 88px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.demo-thanks h1 { margin: 8px 0 12px; font-size: clamp(48px,7vw,80px); }
.demo-thanks > p:not(.eyebrow) { max-width: 620px; color: var(--slate); font-size: 15px; line-height: 1.6; }
.thanks-mark { width: 54px; height: 54px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: #EAF8F1; color: #08764C; font-weight: 850; }
@media (max-width: 900px) { .demo-page { grid-template-columns: 1fr; gap: 45px; } .demo-form-card { position: static; } }
