/* ADAComply visual system
 * Loaded after the legacy layer. Components retain their behavior and content;
 * this file owns the shared palette, hierarchy, layout, and responsive rules.
 * Sections: foundations, controls, navigation, page shells, home, page families,
 * articles, forms, footer, responsive adaptations, reduced motion.
 */

:root {
  --brand: #233ac4;
  --brand-dark: #182c9b;
  --brand-light: #eef1fc;
  --ink: #101b37;
  --ink-soft: #49556d;
  --muted: #5f6b80;
  --bg: #f6f8fc;
  --card: #fff;
  --border: #dce2ed;
  --accent: #ffc247;
  --success: #16764d;
  --radius: 16px;
  --radius-sm: 8px;
  --container: 1200px;
  --reading: 760px;
  --gutter: clamp(20px, 4vw, 48px);
  --section-space: clamp(48px, 5.5vw, 80px);
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --serif: var(--font);
  --shadow-sm: 0 2px 6px rgb(16 27 55 / 3%);
  --shadow-md: 0 12px 36px rgb(16 27 55 / 7%);
  --navy-surface: radial-gradient(ellipse at 90% 10%, #203574 0%, transparent 60%), #0d1836;
}

html { background: #0d1836; scroll-padding-top: 96px; overflow-x: clip; overflow-y: visible; }
body { background: #fff; line-height: 1.7; overflow-x: clip; overflow-y: visible; }
html.audit-modal-open, body.audit-modal-open, body.industry-modal-open { overflow: hidden; }
h1, h2, h3, h4 { font-family: var(--font); font-weight: 700; text-shadow: none; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.13; letter-spacing: -.04em; }
h2 { font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.2; letter-spacing: -.035em; }
h3 { font-size: 1.2rem; line-height: 1.4; letter-spacing: -.015em; }
p { text-wrap: pretty; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:is(section, h2, h3)[id] { scroll-margin-top: 100px; }
:is(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--brand); outline-offset: 4px; box-shadow: 0 0 0 3px #fff;
}
.compare-table-wrap:focus-visible, .table-wrap:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
:is(.section-eyebrow, .home-intro-kicker, .education-kicker, .banking-eyebrow, .blog-kicker) {
  font-family: var(--font); font-size: .75rem; font-weight: 700; line-height: 1.5;
  letter-spacing: .12em; text-transform: uppercase;
}
.claim-note { font-size: .875rem; line-height: 1.65; color: var(--muted); }
.design-refresh :is([data-reveal], [data-site-reveal]) {
  opacity: 1; transform: none; transition: none;
}

/* One primary action, consistent secondary controls. */
:is(.btn-primary, .cta-btn, .header-cta, .editor-button, .download-btn, .audit-submit-btn) {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: auto; height: auto; min-height: 48px; padding: 12px 20px;
  border: 1px solid transparent; border-radius: var(--radius-sm);
  background: var(--accent); color: var(--ink); box-shadow: none;
  font-family: var(--font); font-size: .9rem; font-weight: 700; line-height: 1.5;
  letter-spacing: 0; text-align: center; text-decoration: none;
  transition: background .16s, box-shadow .16s;
}
:is(.btn-primary, .cta-btn, .header-cta, .editor-button, .download-btn, .audit-submit-btn):hover {
  background: #ffd477; color: var(--ink); transform: none;
  box-shadow: 0 4px 12px rgb(16 27 55 / 8%); text-decoration: none;
}
:is(.btn-ghost, .secondary-btn, .download-btn-secondary, .header-signin) {
  display: inline-flex; align-items: center; justify-content: center;
  width: auto; height: auto; min-height: 48px; padding: 12px 20px;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: transparent; color: var(--ink); box-shadow: none;
  font-size: .9rem; font-weight: 700; line-height: 1.5; text-decoration: none;
}
:is(.btn-ghost, .secondary-btn, .download-btn-secondary, .header-signin):hover {
  background: var(--brand-light); color: var(--brand-dark); transform: none;
  border-color: #b8c3e5; box-shadow: none; text-decoration: none;
}
.context-cta-row > :is(a,button) + :is(a,button) {
  border: 1px solid var(--border); background: transparent; color: var(--brand);
}
.home-intro-cta .btn-primary, .sample-showcase .cta-btn,
.home-validation .cta-btn, .editor-inline-offer .editor-button {
  background: transparent; color: var(--brand); border-color: #b8c3e5;
}
:is(.cinematic-hero, .topic-hero, .education-hero, .banking-hero, .education-final-cta, .editorial-cta) :is(.btn-ghost, .secondary-btn) {
  color: #fff; border-color: #7383a5; background: rgb(255 255 255 / 4%);
}
:is(.cinematic-hero, .topic-hero, .education-hero, .banking-hero, .education-final-cta, .editorial-cta) :is(.btn-ghost, .secondary-btn):hover {
  color: #fff; background: rgb(255 255 255 / 12%); border-color: #abb8d0;
}

/* Header and navigation share dimensions and button priority on every page. */
.site-header { border-bottom: 1px solid var(--border); box-shadow: none; background: #fff; }
.header-inner { max-width: 1320px; min-height: 80px; padding: 14px var(--gutter); gap: 28px; }
.logo-img { width: 155px; height: auto; }
nav.main-nav > ul { gap: 24px; }
nav.main-nav :is(a, summary) { font-size: .875rem; }
.header-actions { gap: 12px; }
.header-signin { border-color: transparent; padding-inline: 12px; }
.site-header.transparent-mode:not(.scrolled) { background: #0d1836; border-bottom-color: rgb(255 255 255 / 12%); }
.site-header.transparent-mode:not(.scrolled) :is(.header-signin, .main-nav > ul > li > a, .nav-dropdown summary) { color: #e3e9f5; }
.site-header.transparent-mode .header-cta, .site-header .header-cta { background: var(--accent); color: var(--ink); box-shadow: none; }
.site-header .header-cta:hover { background: #ffd477; }
.nav-dropdown-menu { border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow-md); padding: 8px; }
.nav-dropdown-menu a { padding: 11px 14px; border-radius: 6px; line-height: 1.45; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a[aria-current=page] { background: var(--brand-light); color: var(--brand); }
.menu-toggle { border-radius: 8px; min-width: 44px; min-height: 44px; }

/* Common shells: marketing content, narrow editorial content, and full-width pages. */
main { width: min(var(--container), calc(100% - 2 * var(--gutter))); padding: 48px 0 72px; }
.home-main, .education-main, .banking-main { width: 100%; max-width: none; padding: 0; margin: 0; }
.topic-hero, .topic-hero.audit-hero { padding: 56px var(--gutter); border: 0; background: var(--navy-surface); }
.topic-hero::after, .cinematic-hero::before, .cinematic-hero::after { display: none; }
.topic-hero::before { opacity: .35; }
.topic-hero-inner { width: min(var(--container), 100%); max-width: var(--container); margin: auto; }
.topic-hero h1 { max-width: 920px; margin: 0 0 20px; color: #fff; }
.topic-hero .subhead { max-width: var(--reading); margin: 0; font-size: 1.125rem; line-height: 1.7; color: #d7dfef; }
.topic-hero .breadcrumb, .topic-hero .breadcrumb a { color: #bdcae2; }
.breadcrumb { font-size: .8125rem; margin-bottom: 22px; }
.hero-action-group { margin-top: 24px; }
.hero-action-group .dashboard-live-demo-actions { justify-content: flex-start; margin: 0; }
.hero-action-group .dashboard-pricing-disclaimer { color: #bdcae2; font-size: .875rem; margin-top: 14px; }
.disclosure-banner { width: 100%; padding: 12px var(--gutter); margin: 0; background: #fffaec; color: #64552f; border: 0; font-size: .8125rem; line-height: 1.65; }
.editorial-byline { max-width: var(--container); margin: 0 auto; padding: 18px 0; font-size: .8125rem; line-height: 1.7; border-bottom: 1px solid var(--border); }
.content-block { padding: 36px 0; margin: 0; background: transparent; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none; overflow: visible; }
.content-block::before { display: none; }
.content-block > :is(p, ul, ol) { max-width: 80ch; }
.content-block > h2 { margin-bottom: 20px; }
.content-block:first-child { padding-top: 0; }
.answer-panel, .quick-answer { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; margin: 0 0 28px; box-shadow: none; }
.answer-panel h2, .quick-answer h2 { font-size: 1.25rem; line-height: 1.4; }
.answer-panel p, .quick-answer p, .quick-answer li { font-size: 1rem; line-height: 1.7; }
.answer-label, .quick-answer .label { font-size: .6875rem; letter-spacing: .1em; }
.proof-tile, .persona-card, .related-card, .source-list a, .best-fit-card, .snapshot-card {
  border-color: var(--border); border-radius: 12px; background: var(--bg); box-shadow: none;
}
.split-proof .proof-visual { border-radius: var(--radius); background: var(--navy-surface); box-shadow: none; }
.proof-visual .proof-number { font-family: var(--font); font-size: clamp(2.5rem,5vw,4rem); line-height: 1.1; letter-spacing: -.04em; }
.related-card .related-title { font-family: var(--font); font-size: 1rem; line-height: 1.5; }
.topic-hero:has(.quick-answer) .topic-hero-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 0 64px; align-content: center; }
.topic-hero:has(.quick-answer) :is(.breadcrumb, h1, .subhead) { grid-column: 1; }
.topic-hero .quick-answer { grid-column: 2; grid-row: 1 / span 4; align-self: center; margin: 0; background: #fff; border: 0; padding: 28px; }
.editorial-cta { margin-top: 40px; border: 0; border-radius: var(--radius); padding: 40px; background: var(--navy-surface); box-shadow: none; }
.editorial-cta :is(h2,p) { color: #fff; max-width: var(--reading); }
.editorial-cta p { color: #d7dfef; }
.editorial-cta h2 { font-size: clamp(1.65rem, 2.7vw, 2.35rem); }
.editorial-cta .disclosure-tag { color: #ffdb90; border-color: #788398; background: transparent; }
.editorial-cta .context-cta-row > a + a { color: #fff; border-color: #7383a5; }

/* Homepage: demonstration first, with a compact progression into pricing. */
.home-main > .cinematic-hero { min-height: 100vh; min-height: 100svh; padding: 140px var(--gutter) 64px; background: #101d3c; }
.home-main .hero-product-grid { width: min(var(--container), 100%); max-width: var(--container); grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 72px; }
.home-main .hero-copy { max-width: none; }
.home-main .cinematic-title { font-size: clamp(2.3rem, 3.3vw, 3rem); line-height: 1.18; letter-spacing: -.035em; max-width: 620px; }
.home-main .cinematic-subtitle { margin: 24px 0 0; font-size: 1rem; line-height: 1.75; color: #d7dfef; }
.home-main .hero-cta-row { justify-content: flex-start; margin-top: 28px; gap: 12px; }
.home-main .hero-cta-row :is(.btn-primary,.btn-ghost) { padding: 13px 18px; border-radius: var(--radius-sm); }
.home-main .hero-cta-row .btn-ghost { border-color: transparent; background: transparent; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #8290ad; }
.home-main .hero-cta-row .btn-ghost:hover { background: transparent; text-decoration-color: #fff; }
.cinematic-bg-pattern { display: none; }
.hero-dashboard-preview { padding: 8px; border-radius: 12px; box-shadow: 0 12px 32px rgb(0 0 0 / 12%); }
.hero-dashboard-preview::before { display: none; }
.hero-dashboard-preview figcaption { letter-spacing: 0; line-height: 1.5; }
.industry-showcase { background: var(--bg); padding: 32px var(--gutter) 36px; border-bottom: 1px solid var(--border); }
.industry-showcase-inner { width: min(var(--container), 100%); }
.industry-showcase-eyebrow { font-size: .6875rem; color: var(--ink-soft); margin-bottom: 16px; }
.industry-showcase .industry-card-rail { gap: 14px; }
.industry-showcase .industry-card {
  min-height: 228px; padding: 22px; border: 1px solid #3a4966; border-radius: 12px;
  background-color: #172542; box-shadow: none; text-align: left;
}
.industry-showcase .industry-card::before { display: none; }
.industry-showcase .industry-card::after { display: block; background: linear-gradient(180deg, rgb(3 8 30 / 12%) 0%, rgb(4 8 28 / 76%) 48%, rgb(4 8 28 / 96%) 100%); }
.industry-showcase .industry-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.industry-showcase .industry-card-icon { display: none; }
.industry-showcase .industry-card-label { color: #e0e7f4; font-size: .6875rem; margin-top: auto; }
.industry-showcase .industry-card strong { font-family: var(--font); font-size: 1.0625rem; line-height: 1.4; letter-spacing: -.015em; }
.industry-showcase .industry-card-action { color: #ffcf6d; font-size: .75rem; padding-top: 14px; margin-top: 0; }
.home-section { width: min(var(--container), calc(100% - 2 * var(--gutter))); max-width: var(--container); padding: var(--section-space) 0; }
.home-section > h2 { max-width: 780px; margin: 0 auto 16px; font-size: clamp(1.8rem, 2.8vw, 2.5rem); line-height: 1.2; }
.home-section > .section-lede { max-width: 700px; margin: 0 auto 32px; font-size: 1rem; line-height: 1.7; color: var(--ink-soft); }
.home-section .section-eyebrow { margin-bottom: 12px; }
.home-main .sample-showcase { padding-bottom: 36px; }
.before-after { gap: 24px; }
.before-after-card { padding: 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg); box-shadow: none; display: flex; flex-direction: column; }
.before-after-card::before { display: none; }
.before-after-label { font-size: .75rem; line-height: 1.5; margin-bottom: 16px; }
.home-main .before-after-card img { width: 100%; height: 310px; object-fit: contain; background: #fff; }
.sample-image-trigger { border-radius: 8px; }
.image-caption { font-size: .875rem; line-height: 1.65; color: var(--ink-soft); }
.before-after-card .image-caption { margin: 16px 0 0; }
.before-after-download { margin-top: auto; align-self: flex-start; }
.home-main .value-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; border-block: 1px solid var(--border); }
.home-main .value-card { border: 0; border-right: 1px solid var(--border); border-radius: 0; padding: 28px 24px; box-shadow: none; background: transparent; }
.home-main .value-card:last-child { border-right: 0; }
.home-main .value-num { font-family: var(--font); font-size: 2rem; letter-spacing: -.04em; margin-bottom: 16px; color: var(--brand); }
.home-main .value-card h3 { margin-bottom: 10px; }
.home-main .value-card p + p { margin-top: 12px; }
.home-main .value-card .claim-note { font-size: .8125rem; line-height: 1.65; }
.home-main .single-pdf-offer { border-top: 1px solid var(--border); }
.single-pdf-steps { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.home-main .step { padding: 0 8px 0 0; text-align: left; border: 0; background: transparent; box-shadow: none; border-radius: 0; }
.home-main .step-num { width: 40px; height: 40px; border-radius: 10px; background: var(--brand-light); color: var(--brand); margin: 0 0 18px; box-shadow: none; }
.home-main .step h3 { font-size: 1.2rem; }
.single-pdf-action { margin-top: 32px; padding: 24px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg); gap: 24px; }
.single-pdf-action p { min-width: 0; }
.single-pdf-action span { font-size: .875rem; color: var(--muted); }
.single-pdf-action .cta-btn { flex-shrink: 0; min-height: 48px; }
.home-report-preview-section { padding: var(--section-space) var(--gutter); background: var(--bg); }
.home-report-preview-section::before { display: none; }
.home-report-preview-inner { width: min(var(--container),100%); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); gap: 56px; align-items: center; }
.home-report-preview-copy { width: 100%; margin: 0; padding: 0; text-align: left; }
.home-report-preview-copy h2 { font-size: clamp(1.8rem,2.8vw,2.5rem); line-height: 1.2; margin: 0 0 20px; }
.home-report-preview-copy > p:not(.section-eyebrow) { margin: 0; }
.dashboard-launch-preview { border-radius: var(--radius); padding: 8px; border: 1px solid var(--border); box-shadow: var(--shadow-md); }
.dashboard-enlarge-hint { background: #172542; color: #fff; font-size: .75rem; border-radius: 6px; min-height: 36px; }
.home-intro { background: #fff; padding: var(--section-space) var(--gutter); border: 0; }
.home-intro::before { display: none; }
.home-intro-inner { width: min(var(--container),100%); max-width: var(--container); grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: start; }
.home-intro-title { font-size: clamp(1.8rem,2.8vw,2.5rem); line-height: 1.2; color: var(--ink); }
.home-intro-kicker { color: var(--brand); background: transparent; border: 0; padding: 0; }
.home-intro .home-intro-lede { font-size: 1rem; color: var(--ink-soft); }
.home-intro .pricing-line { font-size: .8125rem; color: var(--muted); }
.home-intro .btn-ghost { color: var(--brand); border-color: var(--border); }
.proof-band { width: 100%; max-width: none; margin: 0; background: transparent; border: 0; box-shadow: none; padding: 0; gap: 24px 28px; }
.proof-band > div { min-height: 0; padding: 0 0 20px; background: transparent; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; box-shadow: none; }
.proof-band > div::before { display: none; }
.proof-band > div:first-child { min-height: 0; padding: 0 0 20px; }
.proof-band strong { font-size: 1rem; line-height: 1.5; color: var(--ink); }
.proof-band span { color: var(--ink-soft); font-size: .9375rem; line-height: 1.65; margin-top: 8px; }
.home-audience { background: var(--bg); padding: var(--section-space) var(--gutter); }
.home-audience-inner { max-width: var(--container); width: 100%; display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.home-audience .audit-section-copy { max-width: none; text-align: left; }
.home-audience h2 { font-size: clamp(1.8rem,2.8vw,2.5rem); }
.home-audience .audit-audience-item { background: transparent; border-bottom: 1px solid var(--border); padding-block: 18px; }
.home-audience .audit-audience-item:first-child { padding-top: 0; }
.product-workflow > :is(h2,.section-lede,.section-eyebrow) { max-width: 760px; margin-left: 0; text-align: left; }
.workflow-system { grid-template-columns: minmax(0,1fr) 300px; grid-template-areas: 'overview chat'; align-items: center; gap: 48px; padding: 36px; background: var(--bg); border: 1px solid var(--border); box-shadow: none; border-radius: var(--radius); }
.workflow-overview { gap: 20px; justify-content: flex-start; }
.workflow-overview h3 { font-size: 1.7rem; line-height: 1.3; color: var(--ink); }
.workflow-overview p { color: var(--ink-soft); }
.workflow-overview .cta-btn { align-self: flex-start; }
.workflow-badge { background: var(--brand-light); color: var(--brand); border: 0; border-radius: 6px; }
.workflow-chat-preview { margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
.workflow-chat-preview img { width: auto; height: auto; max-height: 330px; margin: auto; object-fit: contain; border-radius: 12px; }
.home-main .home-pricing { padding-top: 20px; }
.pricing-strip { max-width: none; border: 1px solid #e5cd98; border-radius: var(--radius); background: #fffaed; padding: 40px; text-align: left; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); column-gap: 64px; }
.pricing-strip > h3 { font-size: 2rem; grid-column: 1; }
.pricing-strip > p:first-of-type { grid-column: 1; }
.pricing-strip .big-price { grid-column: 1; font-size: 3rem; color: var(--ink); margin-block: 24px 0; line-height: 1.2; }
.big-price { font-family: var(--font); font-weight: 700; letter-spacing: -.04em; }
.big-price span { letter-spacing: 0; line-height: 1.6; }
.guide-content .pricing-strip { grid-template-columns: 1fr 1fr; gap: 32px; padding: 28px; margin-block: 24px; }
.guide-content .pricing-strip .big-price { display: block; margin: 0 0 8px; }
.guide-content .pricing-strip .price-detail { display: block; margin-top: 8px; font-size: .875rem; line-height: 1.6; }
.pricing-strip .price-detail { grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 0; }
.pricing-strip > .header-cta { grid-column: 2; align-self: end; justify-self: start; margin-top: 24px; }
.home-main > .editor-feature { padding: 48px var(--gutter); background: var(--bg); color: var(--ink); border-block: 1px solid var(--border); }
.home-main > .editor-feature .editor-feature-inner { max-width: var(--container); grid-template-columns: minmax(0,1.5fr) minmax(0,.65fr); gap: 64px; }
.home-main > .editor-feature h2 { color: var(--ink); font-size: 2rem; line-height: 1.25; }
.home-main > .editor-feature :is(.editor-eyebrow,.editor-availability,.editor-feature-lede) { color: var(--ink-soft); }
.home-main > .editor-feature :is(.editor-text-link,.editor-feature-lede strong) { color: var(--brand); }
.home-main > .editor-feature .editor-button { color: var(--brand); background: transparent; border-color: #b8c3e5; }
.home-main > .editor-feature .editor-credit-card { background: #fff; color: var(--ink-soft); border: 1px solid var(--border); box-shadow: none; padding: 24px; }
.home-main > .editor-feature .editor-credit-card :is(p,span,.editor-credit-rule) { color: var(--ink); }
.home-main > .editor-feature .editor-credit-number { font-size: 3rem; color: var(--brand); margin-bottom: 16px; }
.home-main > .editor-feature .editor-credit-rule { border-color: var(--border); }
.home-main > .editor-feature .editor-status { background: #fff6df; border-color: #e5cd98; color: #695020; }
.service-grid { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 20px; }
.service-card { grid-column: span 2; border: 1px solid var(--border); background: #fff; box-shadow: none; padding: 24px; border-radius: 12px; }
.service-card:nth-last-child(-n+2) { grid-column: span 3; }
.service-card h3 { font-size: 1.125rem; }
.service-card:hover { border-color: #a5b3df; box-shadow: var(--shadow-sm); transform: none; background: var(--bg); }
.home-faq { max-width: 840px; padding-top: 16px; }
.home-faq > :is(h2,.section-eyebrow) { text-align: left; margin-left: 0; }
.faq-item { background: transparent; border: 0; border-bottom: 1px solid var(--border); box-shadow: none; border-radius: 0; padding: 0; margin: 0; }
.faq-item summary { padding: 20px 0; font-size: 1rem; line-height: 1.5; }
.faq-item summary h3 { font-size: 1rem; line-height: 1.5; margin: 0; }
.faq-item > p { margin: 0; padding: 0 24px 22px 0; color: var(--ink-soft); font-size: .9375rem; }
.home-contact-pair { display: grid; grid-template-columns: 1fr 1fr; padding: 64px max(var(--gutter), calc((100% - var(--container)) / 2)); gap: 64px; background: var(--navy-surface); }
.home-contact-pair :is(.final-cta,.call-now-section) { background: transparent; padding: 0; border: 0; text-align: left; }
.home-contact-pair .call-now-section { border-left: 1px solid #46536f; padding-left: 48px; }
.home-contact-pair h2 { font-size: 1.8rem; line-height: 1.3; color: #fff; margin: 0 0 18px; }
.home-contact-pair p, .home-contact-pair .call-now-section p:not(.section-eyebrow) { color: #d7dfef; font-size: .9375rem; margin: 0 0 24px; }
.home-contact-pair .section-eyebrow { color: #ffcf6d; font-size: .6875rem; text-align: left; }
.home-contact-pair .call-now-number { font-size: clamp(1.5rem,2.7vw,2.2rem); color: #ffcf6d; padding: 0 0 8px; border-bottom: 1px solid #7383a5; }

/* Product, industry, proof, and company page families. */
.dashboard-feature-page { max-width: var(--container); }
.dashboard-pricing { padding: 32px; margin-top: 0; text-align: left; border: 1px solid var(--border); border-radius: var(--radius); background: var(--bg); box-shadow: none; }
.dashboard-pricing h2 { max-width: 760px; font-size: clamp(1.8rem,2.8vw,2.5rem); line-height: 1.2; margin: 20px 0; }
.dashboard-pricing > p { margin: 0; font-size: 1rem; }
.dashboard-pricing-details { max-width: none; margin: 28px 0 0; padding-top: 28px; }
.dashboard-pricing-details h3 { text-align: left; }
.dashboard-feature-list { gap: 24px 48px; }
.dashboard-benefit-heading { margin: 48px 0 28px; font-size: 2rem; }
.dashboard-benefit-card { background: transparent; border: 1px solid var(--border); padding: 24px; border-radius: 12px; box-shadow: none; }
.dashboard-benefit-card > span { background: var(--brand-light); border: 0; color: var(--brand); border-radius: 8px; }
.dashboard-feature-showcase { padding: 32px 0; margin-top: 24px; background: transparent; border: 0; border-bottom: 1px solid var(--border); box-shadow: none; }
.dashboard-feature-copy h2, .dashboard-live-demo h2 { font-size: 2rem; line-height: 1.25; }
.dashboard-feature-copy h2 { color: var(--ink); }
.dashboard-feature-copy p { color: var(--ink-soft); }
.dashboard-feature-copy .disclosure-tag { color: var(--brand); background: var(--brand-light); border-color: var(--border); }
.dashboard-live-demo { text-align: left; background: transparent; border: 0; padding: 32px 0; margin: 0; box-shadow: none; }
.dashboard-live-demo p { margin: 0; font-size: 1rem; }
.dashboard-live-demo-actions { justify-content: flex-start; }
.dashboard-live-demo-actions a { width: auto; height: auto; min-height: 48px; }
.editor-inline-offer { padding: 28px; background: var(--bg); border-color: var(--border); border-radius: var(--radius); }
.editor-inline-offer h2 { font-size: 1.4rem; }
.education-hero { padding: 64px var(--gutter); background: var(--navy-surface); }
.education-hero-inner { width: min(var(--container),100%); grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 56px; }
.education-hero h1 { font-size: clamp(2.3rem,3.8vw,3.5rem); line-height: 1.13; letter-spacing: -.04em; }
.education-hero-lede { font-size: 1.0625rem; line-height: 1.7; }
.education-hero-media { transform: none; padding: 6px; border-radius: var(--radius); box-shadow: none; }
.education-hero-media img { min-height: 0; height: 420px; object-fit: cover; border-radius: 12px; }
.education-hero-media::before, .education-hero-media::after { display: none; }
.education-section { width: min(var(--container),calc(100% - 2 * var(--gutter))); padding: var(--section-space) 0; }
.education-section h2 { font-size: clamp(1.8rem,2.8vw,2.5rem); line-height: 1.2; }
.education-page { --education-navy: var(--ink); --education-blue: var(--brand); --education-gold: var(--accent); --education-line: var(--border); }
.education-section-heading { max-width: 820px; }
.education-dashboard-figure { max-width: 1000px; margin-inline: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.education-documents { padding: 48px; border-radius: var(--radius); }
.education-impact-grid > article, .education-challenge-grid > article, .education-requirements-grid > article,
.education-workflow-grid > li, .education-why-grid > article { border-radius: 12px; box-shadow: none; }
.education-impact-grid h3, .education-challenge-grid h3, .education-why-grid h3 { font-size: 1.2rem; }
.education-impact-grid p, .education-challenge-grid p, .education-why-grid p, .education-workflow-grid p { font-size: .9375rem; line-height: 1.7; }
.education-impact-grid article { min-height: 0; }
.education-impact-grid span { font-family: var(--font); margin-bottom: 20px; }
.education-challenge-grid article > span { margin-bottom: 16px; color: var(--muted); }
.education-standards-card { background: #0d1836; box-shadow: none; border-radius: var(--radius); }
.education-standards-card .education-kicker { color: #ffcf6d; }
.education-final-cta { padding: 64px var(--gutter); background: var(--navy-surface); }
.education-final-cta h2 { font-size: clamp(1.8rem,2.8vw,2.5rem); }
.banking-hero { padding: 56px var(--gutter); background: var(--navy-surface); }
.banking-wrap { width: min(var(--reading),100%); }
.banking-hero .banking-wrap { width: min(var(--container),100%); }
.banking-hero h1 { max-width: 940px; color: #fff; font-size: clamp(2rem,3.7vw,3.3rem); line-height: 1.15; }
.banking-hero p { max-width: 800px; color: #d7dfef; font-size: 1rem; line-height: 1.7; }
.banking-hero .banking-eyebrow { color: #ffcf6d; }
.banking-main h2 { font-size: clamp(1.75rem,2.8vw,2.5rem); }
.banking-content { padding: 48px var(--gutter); }
.banking-pricing { border: 1px solid var(--border); border-radius: 12px; background: var(--bg); }
.banking-final { background: var(--navy-surface); padding: 48px var(--gutter); }
.page-case-studies .before-after-card img { height: 400px; object-fit: contain; background: #fff; }
.page-case-studies .before-after-card .image-caption { margin-bottom: 20px; }
.case-study-stats { gap: 16px; margin: 28px 0 16px; }
.case-study-stats .stat-card { border: 1px solid var(--border); border-radius: 12px; background: var(--bg); box-shadow: none; padding: 24px; }
.case-study-stats .stat-num { color: var(--brand); font-family: var(--font); font-size: 2rem; }
.document-compare { max-width: 560px; margin: 36px auto; }
.document-compare-stage { border-radius: 12px; border: 1px solid var(--border); }
.first-pass-callout { background: var(--brand-light); border: 0; border-radius: 12px; padding: 24px; }
.team-section-heading { text-align: left; margin: 48px 0 28px; padding: 0; }
.team-section-heading h2 { font-size: 2rem; }
.team-profile { grid-template-columns: 220px minmax(0,1fr); gap: 40px; }
.team-profile-copy { max-width: 760px; }
.team-member-name { font-size: 1.75rem; }
.team-profile-image img { border-radius: 12px; box-shadow: none; }
.editor-feature-page { padding: 48px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); }
.editor-feature-inner { gap: 48px; }
.editor-feature h1 { font-size: clamp(2rem,3.5vw,3.3rem); line-height: 1.15; }
.editor-credit-card { border-color: var(--border); background: #fff; }
.editor-credit-card .editor-credit-number { font-size: 4.5rem; color: var(--brand); }
.editor-details { width: 100%; padding-block: 48px; }
.editor-next-step { padding: 36px; border-radius: var(--radius); background: var(--brand-light); }

/* Guides and blog: readable prose, restrained navigation and callouts. */
.guide-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); align-items: start; gap: 64px; padding-top: 36px; }
.guide-layout .toc { position: sticky; top: 104px; margin: 0; padding: 0 24px 0 0; border: 0; border-right: 1px solid var(--border); background: transparent; border-radius: 0; box-shadow: none; max-height: calc(100svh - 128px); overflow: auto; }
.toc h2 { font-size: .6875rem; font-weight: 700; letter-spacing: .1em; color: var(--muted); margin-bottom: 16px; }
.toc ol { padding-left: 20px; margin: 0; }
.toc li { margin-bottom: 12px; padding-left: 4px; font-size: .875rem; line-height: 1.6; }
.toc a { color: var(--ink-soft); text-decoration: none; }
.toc a:hover { color: var(--brand); text-decoration: underline; }
.guide-content { min-width: 0; max-width: var(--reading); }
.guide-content > .content-block { padding: 36px 0; }
.guide-content > .content-block:first-child { padding-top: 0; }
.guide-content h2 { font-size: clamp(1.65rem,2.3vw,2rem); }
.guide-content p, .guide-content li { font-size: 1rem; line-height: 1.8; }
.guide-content :is(p,li) a { text-decoration: underline; text-underline-offset: 3px; }
.guide-content .related-card { padding: 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg); box-shadow: none; }
.guide-content .related-card h3 { font-size: 1rem; }
.guide-content .related-card p { font-size: .875rem; }
.guide-content .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.compare-table-wrap, .table-wrap { border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.table-wrap table { margin: 0; }
.table-wrap caption { padding: 16px; margin: 0; }
table th { color: var(--ink); }
.compare-table thead th { background: var(--brand-light); color: var(--ink); }
.decision-box { padding: 20px; border: 1px solid var(--border); background: var(--bg); border-radius: 12px; }
.blog-index-hero { width: 100%; max-width: none; margin: 0; padding: 56px 40px; border-radius: var(--radius); background: var(--navy-surface); }
.blog-index-hero .blog-shell { width: 100%; text-align: left; }
.blog-index-hero .section-eyebrow, .editor-details > .section-eyebrow { text-align: left; }
.blog-index-hero h1 { max-width: 900px; margin: 12px 0 20px; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.13; text-align: left; }
.blog-index-hero .blog-shell .blog-index-intro { margin: 0; max-width: 760px; text-align: left; font-size: 1.0625rem; }
.blog-shell { width: min(var(--container),100%); }
.blog-listing { padding: 48px 0 24px; }
.blog-listing-heading h2 { font-size: 2rem; }
.blog-card-featured { grid-template-columns: 1fr 1fr; border-radius: var(--radius); box-shadow: none; }
.blog-card-image { min-height: 340px; }
.blog-card-copy { padding: 36px; }
.blog-card-copy h3 { font-size: clamp(1.5rem,2.6vw,2.2rem); line-height: 1.25; }
.blog-article-hero, .blog-article-hero > img { min-height: 480px; }
.blog-article-hero { border-radius: var(--radius); }
.blog-article-hero > img { position: absolute; inset: 0; height: 100%; min-height: 0; }
.blog-article-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgb(3 16 29 / 94%) 0%, rgb(3 16 29 / 85%) 55%, rgb(3 16 29 / 35%) 100%); }
.blog-article-hero-copy { z-index: 2; width: min(var(--container),calc(100% - 2 * var(--gutter))); padding-block: 56px; }
.blog-breadcrumb { margin-bottom: 32px; }
.blog-article-hero-copy h1 { font-size: clamp(2rem,4vw,3.5rem); line-height: 1.13; }
.blog-article-layout { grid-template-columns: minmax(0,760px) minmax(0,300px); gap: 64px; padding-top: 48px; padding-bottom: 64px; }
.blog-article-body .blog-lede { font-family: var(--font); font-size: 1.25rem; line-height: 1.7; }
.blog-article-body h2 { font-size: 2rem; line-height: 1.25; }
.blog-callout { background: var(--bg); border-left: 3px solid var(--brand); border-radius: 0 12px 12px 0; }
.blog-callout p:last-child { font-family: var(--font); font-size: 1.125rem; line-height: 1.7; }
.blog-article-aside { position: sticky; top: 104px; }
.blog-sticky-card { position: static; background: var(--bg); box-shadow: none; border-radius: 12px; padding: 24px; }
.blog-sticky-card h2 { font-size: 1.5rem; line-height: 1.3; }
.blog-kicker { color: #80601f; }
.blog-article-hero-copy .blog-kicker { color: #ffcf6d; }

/* Forms and audit tools remain native and keep their existing submission flows. */
.contact-layout { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: 64px; align-items: start; }
.contact-layout .content-block { border: 0; padding: 0; }
.contact-layout > .content-block + .content-block { padding: 28px; border-radius: var(--radius); background: var(--bg); }
.contact-layout h2 { font-size: 1.75rem; }
.contact-layout h3 { font-size: 1.05rem; }
.contact-layout .decision-box { padding: 20px 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: transparent; }
.contact-layout .decision-box:last-child { margin-bottom: 0; padding-bottom: 0; }
.contact-form-block > .section-lede { font-size: 1rem; margin: 0 0 24px; }
.placeholder-contact-form { max-width: none; margin: 0; }
.placeholder-contact-form :is(input,select,textarea), .audit-modal :is(input,select,textarea) { border: 1px solid #a6b2c8; background: #fff; border-radius: 8px; color: var(--ink); padding: 12px 14px; min-height: 48px; font-size: 1rem; }
.placeholder-contact-form textarea { min-height: 150px; }
.placeholder-contact-form label { font-size: .875rem; font-weight: 600; margin-bottom: 7px; }
.placeholder-contact-form .form-grid { gap: 16px; }
.form-status { color: var(--muted); font-size: .875rem; }
.audit-modal-panel { border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 24px 80px rgb(0 0 0 / 20%); max-height: calc(100dvh - 40px); overflow-y: auto; }
.audit-modal-panel h2 { font-size: 1.75rem; }
.audit-hero-inner { max-width: var(--container); grid-template-columns: 1fr; justify-content: start; text-align: left; }
.audit-hero-copy { max-width: 800px; margin: 0; }
.audit-hero h1 { max-width: 800px; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.13; }
.audit-hero .subhead { max-width: 720px; margin: 0; }
.audit-hero-actions { justify-content: flex-start; }
.audit-section-copy h2 { font-size: clamp(1.75rem,2.8vw,2.5rem); line-height: 1.25; }
.audit-section-copy .section-eyebrow { text-align: left; }
.audit-next-block { display: block; padding: 32px; text-align: left; background: var(--bg); color: var(--ink); border: 1px solid var(--border); border-radius: var(--radius); margin-top: 24px; }
.audit-next-block .audit-section-copy { margin: 0; max-width: 760px; }
.audit-next-block .audit-section-copy h2 { color: var(--ink); }
.audit-next-block .audit-section-copy p { color: var(--ink-soft); }
.audit-next-block .audit-section-copy .section-eyebrow { color: var(--brand); }
.audit-next-block .context-cta-row { justify-content: flex-start; }
.audit-demo, .audit-workbench, .audit-report-sheet { border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.audit-demo-filters button { border-radius: 8px; min-height: 44px; }
.audit-demo-filters button[aria-pressed=true] { background: var(--brand); color: #fff; }
.audit-audience-item { border-color: var(--border); }
.industry-dialog { border-radius: var(--radius); border: 1px solid var(--border); box-shadow: 0 30px 80px rgb(0 0 0 / 24%); }
.industry-dialog h2 { font-size: clamp(1.5rem,3vw,2rem); line-height: 1.3; }
.industry-dialog h3 { font-size: 1.125rem; }
.industry-dialog-inner { padding: 40px; }

/* A quieter footer, with a scan-friendly mobile link grid. */
.site-footer { padding: 48px var(--gutter) 24px; background: #0d1836; border-top: 1px solid #35415d; }
.footer-grid { max-width: var(--container); gap: 36px; grid-template-columns: 1.2fr repeat(4,1fr); }
.footer-brand strong { font-family: var(--font); font-size: 1.25rem; }
.footer-col > strong { color: #fff; font-size: .8125rem; margin-bottom: 16px; }
.footer-col a { color: #c5cfe1; font-size: .8125rem; line-height: 1.65; margin-bottom: 12px; }
.footer-col a:hover { color: #ffcf6d; }
.footer-bottom { max-width: var(--container); font-size: .75rem; color: #a6b4cf; margin-top: 28px; }

/* Tablet and mobile: reorganize content, do not shrink it to fit desktop grids. */
@media (max-width: 1180px) {
  .header-inner { min-height: 72px; padding-block: 12px; }
  .site-header nav.main-nav.open { max-height: calc(100svh - 72px); overflow-y: auto; overscroll-behavior: contain; padding: 12px 24px 20px; }
  .site-header nav.main-nav > ul { width: 100%; align-items: stretch; text-align: left; padding: 0; gap: 0; }
  .site-header nav.main-nav > ul > li { width: 100%; padding: 0; border-bottom: 1px solid var(--border); }
  .site-header nav.main-nav > ul > li > a, .site-header nav.main-nav summary { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 48px; padding: 12px 0; text-align: left; }
  .site-header .nav-dropdown-menu { position: static; min-width: 0; padding: 0 0 12px; border: 0; box-shadow: none; background: var(--bg); }
  .site-header .nav-dropdown-menu a { text-align: left; min-height: 44px; }
  .site-header.transparent-mode:not(.scrolled) nav.main-nav.open :is(summary, a:not(.header-cta)) { color: var(--ink); }
  .site-header .mobile-cta-row { margin-top: 16px; padding: 0; gap: 12px; justify-content: flex-start; }
  .site-header .mobile-cta-row a { min-height: 48px; }
  .guide-layout { gap: 36px; grid-template-columns: 220px minmax(0,1fr); }
  .home-main .hero-product-grid { gap: 36px; }
  .home-main .cinematic-title { font-size: clamp(2.25rem,4vw,3rem); }
  .education-hero-inner { gap: 36px; }
  .blog-article-layout { gap: 36px; grid-template-columns: minmax(0,1fr) 270px; }
}
@media (max-width: 900px) {
  .home-main > .cinematic-hero { padding-top: 112px; }
  .home-main .hero-product-grid, .home-report-preview-inner, .home-intro-inner, .home-audience-inner,
  .education-hero-inner, .contact-layout, .topic-hero:has(.quick-answer) .topic-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .home-main .hero-copy, .home-main .hero-product-grid { text-align: left; }
  .home-main .hero-product-grid { max-width: 720px; }
  .home-main .cinematic-title { font-size: clamp(2.25rem,5vw,3rem); max-width: 680px; margin-left: 0; }
  .home-main .cinematic-subtitle { margin-left: 0; }
  .hero-dashboard-preview { width: 100%; max-width: 680px; }
  .industry-showcase-inner { max-width: 720px; }
  .industry-showcase .industry-card-rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-main .value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-main .value-card:nth-child(2) { border-right: 0; }
  .home-main .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .single-pdf-steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .home-report-preview-copy { max-width: 720px; }
  .home-audience .audit-section-copy { max-width: 720px; }
  .workflow-system { grid-template-columns: minmax(0,1fr) 240px; gap: 24px; padding: 28px; }
  .home-main > .editor-feature .editor-feature-inner { gap: 32px; grid-template-columns: minmax(0,1fr) 240px; }
  .home-contact-pair { gap: 32px; }
  .home-contact-pair .call-now-section { padding-left: 28px; }
  .topic-hero .quick-answer { grid-column: 1; grid-row: auto; max-width: 760px; }
  .topic-hero:has(.quick-answer) .topic-hero-inner { row-gap: 0; }
  .topic-hero .quick-answer { margin-top: 28px; }
  .guide-layout { display: block; }
  .guide-layout .toc { position: static; max-height: none; border: 1px solid var(--border); border-radius: 12px; padding: 24px; margin-bottom: 32px; background: var(--bg); }
  .guide-layout .toc ol { columns: 2; column-gap: 32px; }
  .guide-layout .toc li { break-inside: avoid; }
  .guide-content { max-width: none; }
  .education-hero-media { max-width: 620px; margin: 0; }
  .education-hero-media img { width: 100%; height: 360px; }
  .education-section { padding-block: 48px; }
  .education-documents { padding: 32px; }
  .contact-layout > .content-block + .content-block { margin-top: 8px; }
  .blog-article-layout { grid-template-columns: 1fr; }
  .blog-article-hero-overlay { background: rgb(3 16 29 / 78%); }
  .blog-article-aside { position: static; order: 0; }
  .blog-card-featured { grid-template-columns: 1fr; }
  .blog-card-image { min-height: 0; height: 320px; }
  .footer-grid { grid-template-columns: repeat(4,1fr); gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  :root { --gutter: 20px; --section-space: 48px; }
  html { scroll-padding-top: 84px; }
  main { padding-top: 32px; padding-bottom: 48px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  .header-inner { padding-inline: 20px; min-height: 68px; }
  .logo-img { width: 145px; }
  .site-header nav.main-nav.open { max-height: calc(100svh - 68px); padding-inline: 20px; }
  .topic-hero, .topic-hero.audit-hero { padding: 36px var(--gutter); }
  .topic-hero h1 { font-size: 2rem; line-height: 1.18; }
  .topic-hero .subhead { font-size: 1rem; line-height: 1.7; }
  .topic-hero .quick-answer { padding: 22px; }
  .breadcrumb { margin-bottom: 18px; font-size: .75rem; }
  .editorial-byline { margin-inline: var(--gutter); padding-block: 16px; }
  .disclosure-banner { text-align: left; padding-block: 12px; font-size: .75rem; }
  .content-block { padding-block: 28px; }
  .content-block > h2 { font-size: 1.65rem; }
  .editorial-cta { padding: 28px 24px; }
  .editorial-cta h2 { font-size: 1.65rem; }
  .home-main > .cinematic-hero { padding: 100px var(--gutter) 32px; }
  .home-main .hero-product-grid { gap: 28px; }
  .home-main .cinematic-title { font-size: clamp(1.9rem,8.5vw,2.5rem); line-height: 1.15; }
  .home-main .cinematic-subtitle { font-size: .9375rem; line-height: 1.65; margin-top: 18px; }
  .home-main .hero-cta-row { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .home-main .hero-cta-row a { width: 100%; font-size: .8125rem; }
  .hero-dashboard-preview { padding: 7px; border-radius: 12px; }
  .hero-dashboard-preview figcaption { font-size: .6875rem; }
  .hero-dashboard-trigger .dashboard-enlarge-hint { padding: 6px 8px; font-size: .625rem; min-height: 30px; right: 8px; bottom: 8px; }
  .industry-showcase { padding-bottom: 28px; }
  .industry-showcase .industry-card-rail { gap: 10px; }
  .industry-showcase .industry-card { padding: 16px; min-height: 210px; }
  .industry-showcase .industry-card-icon { display: none; }
  .industry-showcase .industry-card-label { font-size: .625rem; }
  .industry-showcase .industry-card strong { font-size: .9375rem; }
  .industry-showcase .industry-card-action { font-size: .6875rem; }
  .home-section > h2 { font-size: 1.75rem; text-align: left; }
  .home-section > .section-eyebrow, .home-section > .section-lede { text-align: left; }
  .home-section > .section-lede { font-size: .9375rem; margin-bottom: 24px; }
  .before-after { grid-template-columns: 1fr; gap: 20px; }
  .before-after-card { padding: 18px; }
  .home-main .before-after-card img { height: 300px; }
  .home-main .value-grid { grid-template-columns: 1fr; }
  .home-main .value-card { border: 0; border-bottom: 1px solid var(--border); padding: 24px 0; }
  .home-main .value-card:last-child { border: 0; }
  .home-main .value-num { font-size: 1.7rem; margin-bottom: 12px; }
  .single-pdf-steps { grid-template-columns: 1fr; gap: 28px; }
  .home-main .step { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 0 16px; padding: 0; }
  .home-main .step-num { grid-column: 1; grid-row: 1 / span 2; width: 36px; height: 36px; margin: 0; }
  .home-main .step h3, .home-main .step p { grid-column: 2; }
  .single-pdf-action { flex-direction: column; align-items: stretch; padding: 20px; gap: 20px; }
  .single-pdf-action .cta-btn { width: 100%; font-size: .8125rem; }
  .home-intro-inner, .home-audience-inner { gap: 32px; }
  .home-intro .home-intro-cta { display: flex; flex-direction: column; align-items: stretch; }
  .home-intro-title { font-size: 1.75rem; }
  .audit-audience-item { grid-template-columns: 1fr; gap: 8px; }
  .workflow-system { grid-template-columns: 1fr; grid-template-areas: 'overview' 'chat'; padding: 24px; gap: 28px; }
  .workflow-overview h3 { font-size: 1.4rem; }
  .workflow-chat-preview img { max-height: 300px; }
  .pricing-strip { display: block; padding: 28px 24px; }
  .pricing-strip h3 { font-size: 1.75rem; }
  .pricing-strip .big-price { font-size: 2.6rem; margin-block: 24px; }
  .pricing-strip .big-price span { display: block; margin-top: 8px; }
  .pricing-strip > .header-cta { width: 100%; font-size: .8125rem; }
  .home-main > .editor-feature .editor-feature-inner { grid-template-columns: 1fr; gap: 28px; }
  .home-main > .editor-feature h2 { font-size: 1.75rem; }
  .home-main > .editor-feature .editor-credit-card { padding: 24px; }
  .service-grid { grid-template-columns: 1fr; gap: 0; }
  .service-card, .service-card:nth-last-child(-n+2) { grid-column: auto; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; padding: 24px 0; }
  .faq-item summary { padding-block: 18px; }
  .home-contact-pair { grid-template-columns: 1fr; gap: 36px; padding: 44px var(--gutter); }
  .home-contact-pair .call-now-section { padding: 32px 0 0; border-left: 0; border-top: 1px solid #46536f; }
  .home-contact-pair h2 { font-size: 1.6rem; }
  .home-contact-pair .call-now-number { font-size: 1.9rem; }
  .dashboard-pricing { padding: 24px; }
  .dashboard-pricing h2 { font-size: 1.75rem; }
  .dashboard-feature-list { grid-template-columns: 1fr; gap: 20px; }
  .dashboard-benefit-heading { font-size: 1.75rem; }
  .dashboard-benefit-card { padding: 24px; }
  .dashboard-live-demo-actions { align-items: stretch; flex-direction: column; }
  .dashboard-live-demo-actions a { width: 100%; }
  .education-hero { padding: 40px var(--gutter); }
  .education-hero h1 { font-size: 2rem; }
  .education-hero-lede { font-size: 1rem; }
  .education-hero-media img { height: 300px; }
  .education-section h2 { font-size: 1.75rem; }
  .education-documents { padding: 28px 20px; }
  .education-document-grid { grid-template-columns: 1fr; }
  .education-final-cta { padding: 44px var(--gutter); }
  .banking-hero { padding: 40px var(--gutter); }
  .banking-hero h1 { font-size: 2rem; }
  .banking-content { padding: 36px var(--gutter); }
  .page-case-studies .before-after-card img { height: 330px; }
  .case-study-stats { grid-template-columns: 1fr; gap: 10px; }
  .case-study-stats .stat-card { padding: 18px 20px; text-align: left; }
  .case-study-stats .stat-num { font-size: 1.65rem; }
  .team-profile { grid-template-columns: 1fr; gap: 24px; }
  .team-profile-image { width: 180px; margin: 0; }
  .team-member-name { font-size: 1.5rem; }
  .editor-feature-page { padding: 28px 24px; }
  .editor-feature-inner { grid-template-columns: 1fr; gap: 28px; }
  .editor-feature h1 { font-size: 2rem; }
  .editor-next-step { padding: 28px 24px; }
  .guide-layout .toc { padding: 20px; }
  .guide-layout .toc ol { columns: auto; }
  .guide-layout .toc li { margin-bottom: 8px; }
  .guide-content .related-grid { grid-template-columns: 1fr; }
  .guide-content .pricing-strip { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .guide-content p, .guide-content li { line-height: 1.75; }
  .blog-index-hero { padding: 36px 24px; }
  .blog-index-hero h1 { font-size: 2rem; }
  .blog-listing-heading h2 { font-size: 1.75rem; }
  .blog-card-copy { padding: 28px 24px; }
  .blog-card-image { height: 250px; }
  .blog-article-hero, .blog-article-hero > img { min-height: 500px; }
  .blog-article-hero-copy { padding-block: 40px; }
  .blog-article-hero-copy h1 { font-size: 2rem; }
  .blog-article-body h2 { font-size: 1.75rem; }
  .blog-article-body .blog-lede { font-size: 1.125rem; }
  .contact-layout { gap: 32px; }
  .placeholder-contact-form .form-grid { grid-template-columns: 1fr; }
  .industry-dialog-inner { padding: 32px 24px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
  .footer-col a { min-height: 32px; padding-block: 4px; margin-bottom: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
