@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2") format("woff2");
}

@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/_next/static/media/d3f3f01dfc015e12-s.p.0a8~s61knrirc.woff2") format("woff2");
}

:root {
  --navy: #0b2e59;
  --navy-deep: #082548;
  --navy-soft: #456b91;
  --blue-logo: #1593cf;
  --cyan-logo: #19c6e9;
  --cloud: #f4f7fb;
  --border: #dde5ef;
  --white: #fff;
  --ink: #111827;
  --slate: #667085;
  --danger: #c9363e;
  --success: #198754;
  --warning: #9a5a00;
  --container: 1240px;
  --shadow: 0 18px 48px #0825481f;
  --shadow-soft: 0 10px 28px #08254814;
  --font-inter: Inter, Arial, sans-serif;
  --font-funnel: "Funnel Display", "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cloud);
  color: var(--ink);
  font: 400 16px/1.65 var(--font-inter);
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, summary { font: inherit; font-family: var(--font-inter); }
button, a, summary, input { outline: none; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 3px solid var(--navy-soft);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--white), 0 0 0 6px var(--navy-soft);
}
h1, h2, h3 { margin: 0; font-family: var(--font-funnel); font-weight: 500; letter-spacing: -.025em; line-height: 1.04; }
p, ul, figure, blockquote { margin-top: 0; }
.container { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 6px; background: var(--white); color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.preview-ribbon { padding: 6px 16px; background: #dff7ff; color: var(--navy-deep); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid #ffffff1f; background: #0b2e59fa; color: var(--white); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(12px, 1.35vw, 20px); font-size: 14px; font-weight: 500; white-space: nowrap; }
.desktop-nav > a, .desktop-nav summary { display: inline-flex; min-height: 44px; align-items: center; color: #ffffffe3; text-decoration: none; }
.desktop-nav > a:hover, .desktop-nav summary:hover { color: var(--white); }
.nav-menu { position: relative; }
.nav-menu summary { cursor: pointer; list-style: none; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { width: 7px; height: 7px; margin: -4px 0 0 10px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: rotate(45deg); }
.nav-menu[open] summary::after { margin-top: 4px; transform: rotate(225deg); }
.mega-menu { position: absolute; top: calc(100% + 12px); left: -210px; display: grid; width: min(800px, calc(100vw - 80px)); grid-template-columns: 1fr 1fr 1.1fr; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.mega-menu > div { display: flex; flex-direction: column; gap: 8px; min-width: 0; padding: 26px; }
.mega-menu > div + div { border-left: 1px solid var(--border); }
.mega-menu a { padding: 5px 0; color: var(--ink); text-decoration: none; white-space: normal; }
.mega-menu a:hover { color: var(--blue-logo); }
.menu-label { margin: 0 0 6px; color: var(--slate); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mega-menu-feature { justify-content: center; background: var(--cloud); }
.mega-menu-feature span { color: var(--navy-soft); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mega-menu-feature strong { font-family: "Funnel Display", sans-serif; font-size: 23px; line-height: 1.15; }
.compact-menu { left: -90px; display: flex; width: 330px; flex-direction: column; gap: 6px; padding: 20px 24px; }
.header-cta { min-height: 44px; padding: 0 20px; border: 1px solid var(--white); border-radius: 999px; background: var(--white); color: var(--navy) !important; font-weight: 600; }
.menu-toggle, .mobile-nav { display: none; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 600; line-height: 1.2; text-align: center; text-decoration: none; transition: background 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out, transform 160ms ease-out; }
.button-light { background: var(--white); color: var(--navy); }
.button-primary { background: var(--navy); color: var(--white); }
.button-secondary-dark { border-color: #ffffff80; color: var(--white); }
.button-secondary { border-color: var(--navy); color: var(--navy); }
.button:hover { transform: translateY(-1px); }
.text-link { color: var(--navy); font-weight: 700; text-underline-offset: 4px; }
.light-link { color: var(--white); }
.eyebrow { margin: 0 0 16px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #c4d9ee; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::after, .final-cta::after { position: absolute; top: -180px; right: -250px; width: 760px; height: 760px; border: 1px solid #6ea1c933; border-radius: 50%; content: ""; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; padding-block: 74px 0; }
.hero-copy { max-width: 1100px; }
.hero h1 { max-width: none; margin-bottom: 24px; font-size: clamp(2.15rem, 3.5vw, 3rem); }
.hero-lead { max-width: 950px; margin-bottom: 26px; color: #ffffffd1; font-size: clamp(1.05rem, 1.4vw, 1.28rem); line-height: 1.55; }
.hero-note { margin: 16px 0 0; color: #c4d9ee; font-size: 14px; }
.board-placeholder { overflow: hidden; border: 1px solid #ffffff52; border-radius: 18px 18px 0 0; background: #edf3fa; box-shadow: 0 24px 70px #00163066; color: var(--ink); }
.capture-label { padding: 9px 16px; background: #dff7ff; color: var(--navy-deep); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.mock-window-bar { display: flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 18px; border-bottom: 1px solid var(--border); background: var(--white); color: var(--slate); font-size: 12px; }
.mock-window-bar i { width: 9px; height: 9px; border-radius: 50%; background: #c8d5e5; }
.mock-window-bar span { margin-left: auto; }
.mock-board { display: grid; min-height: 340px; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 22px; background: #eaf0f7; }
.mock-stage { display: flex; flex-direction: column; gap: 10px; min-width: 0; padding: 13px; border: 1px solid #c9d7e8; border-radius: 10px; background: #f8fbff; }
.mock-stage > strong { color: var(--navy); font-size: 12px; letter-spacing: .04em; }
.mock-card { display: flex; flex-direction: column; gap: 4px; padding: 12px; border-left: 3px solid var(--blue-logo); border-radius: 6px; background: var(--white); box-shadow: 0 5px 14px #08254812; }
.mock-card b { font-size: 12px; }
.mock-card small { color: var(--slate); font-size: 10px; }
.mock-card.blocked { border-left-color: var(--danger); }
.mock-card.risk { border-left-color: var(--warning); }
.mock-card.ready { border-left-color: var(--success); }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 -999px; padding: 0 999px; border-top: 1px solid #ffffff29; background: var(--navy-deep); }
.proof-strip > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; min-height: 92px; padding: 16px 28px; }
.proof-strip > div + div { border-left: 1px solid #ffffff29; }
.proof-strip strong { font-family: "Funnel Display", sans-serif; font-size: 34px; font-weight: 500; }
.proof-strip span { color: #c4d9ee; font-size: 13px; line-height: 1.35; }

.section { padding-block: clamp(64px, 5.5vw, 84px); }
.section-white { background: var(--white); }
.section-cloud { background: var(--cloud); }
.section-heading { max-width: 980px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 3.15vw, 3rem); }
.section-heading > p:not(.eyebrow) { max-width: 780px; margin-bottom: 0; color: var(--slate); font-size: 17px; }
.compact-heading { margin-bottom: 34px; }
.centered-heading { margin-inline: auto; text-align: center; }
.centered-heading > p:not(.eyebrow) { margin-inline: auto; }

.lifecycle { display: grid; grid-template-columns: 310px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--navy-deep); box-shadow: var(--shadow); }
.tab-list { display: flex; flex-direction: column; padding: 12px; background: var(--navy-deep); }
.tab-list button { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 0 12px; padding: 15px 16px; border: 0; border-radius: 10px; background: transparent; color: #d9e7f4; cursor: pointer; text-align: left; }
.tab-list button span { grid-row: 1 / 3; align-self: start; color: #7ea5c8; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.tab-list button b { color: inherit; font-size: 14px; font-weight: 700; line-height: 1.25; }
.tab-list button small { margin-top: 3px; color: #97b3ce; font-size: 11px; }
.tab-list button[aria-selected="true"] { background: var(--white); color: var(--navy-deep); box-shadow: var(--shadow-soft); }
.tab-list button[aria-selected="true"] small { color: var(--slate); }
.tab-panels { min-width: 0; padding: 18px; border-radius: 18px 0 0 18px; background: var(--white); }
.tab-panels article[hidden] { display: none; }
.image-button { display: block; width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 14px; background: var(--cloud); cursor: zoom-in; }
.image-button img { width: 100%; height: auto; object-fit: contain; background: #eef3f9; }
.product-shot { min-width: 0; margin: 0; }
.product-shot__trigger { position: relative; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.product-shot__viewport { display: block; width: 100%; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; background: #eaf0f7; box-shadow: var(--shadow-soft); }
.product-shot__viewport img { display: block; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: var(--shot-position, top center); background: #eaf0f7; }
.product-shot--hero { overflow: visible; border-radius: 18px 18px 0 0; }
.product-shot--hero .product-shot__viewport { aspect-ratio: 1.48 / 1; border-color: #ffffff52; border-radius: 18px 18px 0 0; box-shadow: 0 24px 70px #00163066; }
.product-shot--hero figcaption { color: #c4d9ee; }
.product-shot--tour .product-shot__viewport { aspect-ratio: 16 / 10; }
.product-shot--support { width: min(100%, 1180px); margin-inline: auto; }
.product-shot--support .product-shot__viewport { aspect-ratio: 16 / 10; }
.product-shot--top { --shot-position: top center; --shot-position-mobile: top left; }
.product-shot__zoom { position: static; display: inline-flex; margin-top: 9px; padding: 3px 0; border: 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 700; line-height: 1.2; text-decoration: underline; text-underline-offset: 3px; box-shadow: none; pointer-events: none; }
.product-shot--hero .product-shot__zoom { color: var(--white); }
.product-shot figcaption { padding-top: 8px; margin: 0; color: #475467; font-size: 13px; line-height: 1.45; text-align: left; }
.shot-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.shot-pair .product-shot__viewport { aspect-ratio: 4 / 3; }
.shot-pair--reports .product-shot__viewport { aspect-ratio: 16 / 10; }
.parts-supporting-shots { margin-top: 22px; }
.panel-copy { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 44px; padding: 30px 10px 6px; }
.panel-copy h3 { margin-bottom: 14px; font-size: 31px; }
.panel-copy p:not(.eyebrow) { margin-bottom: 0; color: var(--slate); }
.check-list { display: grid; gap: 10px; padding: 0; margin-bottom: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { position: absolute; top: .1em; left: 0; color: var(--blue-logo); content: "✓"; font-weight: 800; }
.screen-placeholder { display: grid; min-height: 440px; place-content: center; padding: 50px; border: 1px dashed #9eb4ca; border-radius: 14px; background: linear-gradient(145deg, #edf4fb, #f9fbfd); color: var(--navy); text-align: center; }
.screen-placeholder > span { margin-bottom: 9px; color: var(--blue-logo); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.screen-placeholder > strong { max-width: 560px; font-family: "Funnel Display", sans-serif; font-size: 30px; font-weight: 500; line-height: 1.15; }
.compact-placeholder { min-height: 420px; }
.vehicle-outline { position: relative; width: 300px; height: 135px; margin: 28px auto 0; border: 3px solid #88a8c6; border-radius: 48% 48% 35% 35%; }
.vehicle-outline::before, .vehicle-outline::after { position: absolute; top: 18px; bottom: 18px; width: 46px; border: 3px solid #88a8c6; border-radius: 28px; content: ""; }
.vehicle-outline::before { left: 42px; }.vehicle-outline::after { right: 42px; }
.vehicle-outline i { position: absolute; width: 16px; height: 16px; border: 4px solid var(--white); border-radius: 50%; background: var(--danger); box-shadow: 0 0 0 1px var(--danger); }
.vehicle-outline i:nth-child(1) { top: 18px; left: 24px; }.vehicle-outline i:nth-child(2) { right: 55px; bottom: 15px; }.vehicle-outline i:nth-child(3) { top: 44px; right: 100px; }.vehicle-outline i:nth-child(4) { bottom: 13px; left: 90px; }
.mini-columns { display: grid; width: min(640px, 80vw); height: 190px; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 28px; }
.mini-columns i { border: 1px solid #a9bfd4; border-radius: 8px; background: repeating-linear-gradient(to bottom, #fff 0 20px, transparent 20px 31px); }
.file-lines { display: grid; width: min(600px, 80vw); gap: 12px; margin-top: 32px; }
.file-lines i { height: 22px; border-radius: 5px; background: #cddced; }.file-lines i:nth-child(2) { width: 82%; }.file-lines i:nth-child(3) { width: 65%; background: #f3d9da; }.file-lines i:nth-child(4) { width: 74%; }
.split-screen { display: grid; grid-template-columns: 1.5fr .75fr; gap: 16px; }
.small-placeholder { min-height: 100%; padding: 24px; }
.small-placeholder > strong { font-size: 23px; }

.decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 34px; }
.decision-grid article { display: grid; min-width: 0; grid-template-columns: 40px minmax(0, 1fr); grid-template-areas: "number title" "number body"; gap: 8px 12px; padding: 26px 0; border-top: 1px solid var(--border); }
.decision-grid span { grid-area: number; color: var(--blue-logo); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.decision-grid h3 { grid-area: title; margin: 0; font-size: 22px; }
.decision-grid p { grid-area: body; margin-bottom: 0; color: var(--slate); font-size: 14px; }

.report-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.report-layout .section-heading { max-width: none; margin-bottom: 0; }
.report-layout .text-link { display: inline-block; margin-top: 20px; }
.report-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.report-groups > div { padding-top: 22px; border-top: 2px solid var(--border); }
.report-groups h3 { margin-bottom: 13px; color: var(--navy); font-size: 20px; }
.report-groups ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.report-groups li { color: var(--slate); font-size: 14px; }
.report-groups strong { color: var(--navy); }

.cieca-card { display: flex; align-items: center; gap: 14px 22px; padding: 18px 0 0; margin-top: 26px; border-top: 1px solid var(--border); }
.cieca-card span { flex: 0 0 auto; color: var(--blue-logo); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cieca-card strong { color: var(--navy); line-height: 1.35; }
.cieca-card p { margin: 0 0 0 auto; color: var(--slate); font-size: 14px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-grid figure { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; margin: 0; padding: 26px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); box-shadow: var(--shadow-soft); }
.testimonial-grid blockquote { margin: 0 0 28px; color: var(--navy-deep); font-family: var(--font-inter); font-size: 15px; line-height: 1.55; }
.testimonial-grid figcaption { display: flex; flex-direction: column; padding-top: 16px; border-top: 1px solid var(--border); }
.testimonial-grid figcaption span { color: var(--slate); font-size: 13px; }

.price-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card-grid article { display: flex; min-width: 0; flex-direction: column; padding: 32px; border: 1px solid var(--border); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); }
.price-card-grid article > span { color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.price-card-grid h3 { margin: 12px 0 20px; font-size: clamp(2rem, 3vw, 2.55rem); }
.price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 20px; color: var(--navy); }
.price strong { font-family: var(--font-funnel); font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.price small { color: var(--slate); }
.price-card-grid ul { display: grid; gap: 10px; padding: 20px 0; margin: 0 0 26px; border-block: 1px solid var(--border); list-style: none; }
.price-card-grid li::before { margin-right: 10px; color: var(--blue-logo); content: "✓"; }
.price-card-grid .button { margin-top: auto; }
.price-card-grid .mso-card { border-top: 3px solid var(--blue-logo); }

.managed-strip { padding-block: 38px; border-block: 1px solid var(--border); background: #edf6fb; color: var(--ink); }
.managed-strip .container { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 48px; }
.managed-strip h2 { font-size: 30px; }
.managed-strip p { margin-bottom: 0; color: var(--slate); }
.managed-strip .eyebrow { margin-bottom: 7px; color: var(--blue-logo); }
.managed-strip .light-link { color: var(--navy); }
.final-cta { position: relative; overflow: hidden; padding-block: 74px; background: var(--navy-deep); color: var(--white); }
.final-cta-inner { position: relative; z-index: 1; display: grid; max-width: 940px; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.final-cta h2 { font-size: clamp(2.1rem, 3.4vw, 3.1rem); }
.final-cta p:not(.eyebrow) { color: #d7e5f3; }

.site-footer { padding-top: 76px; background: #061d38; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.6fr) repeat(4, minmax(0, .75fr)); gap: 40px; padding-bottom: 64px; }
.footer-grid > * { min-width: 0; }
.footer-brand img { width: 190px; height: auto; margin-bottom: 3px; }
.footer-brand > p { max-width: 300px; margin-bottom: 0; color: #ffffff9e; font-size: 14px; line-height: 1.35; }
.footer-membership { max-width: 300px; padding-left: 14px; margin: 20px 0 24px; border-left: 2px solid var(--blue-logo); }
.footer-brand .footer-membership p { margin: 0; color: var(--white); font-size: 14px; font-weight: 700; }
.footer-brand .footer-membership a { display: inline; padding: 0; color: inherit; font-size: inherit; text-decoration: underline; }
.footer-membership span { display: block; margin-top: 2px; color: #ffffff8a; font-size: 11px; line-height: 1.45; }
.footer-contact { display: grid; justify-items: start; gap: 2px; }
.footer-contact address { margin-top: 14px; color: #ffffff9e; font-size: 13px; font-style: normal; line-height: 1.6; }
.footer-contact-label { display: block; margin-bottom: 3px; color: #ffffff75; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer h2 { margin-bottom: 18px; color: #ffffff8a; font-family: var(--font-inter); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; width: fit-content; padding: 5px 0; color: #ffffffcc; font-size: 14px; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; min-height: 74px; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid #ffffff1a; color: #ffffff9e; font-size: 12px; }
.footer-trademark { flex-basis: 100%; margin: 0; color: #ffffff9e; line-height: 1.55; }

.lightbox { width: min(1600px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); padding: 54px 16px 16px; border: 0; border-radius: 16px; background: var(--white); box-shadow: 0 30px 80px #00152e99; }
.lightbox::backdrop { background: #041a35d9; }
.lightbox img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox-close { position: absolute; top: 6px; right: 10px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--cloud); color: var(--navy); cursor: pointer; font-size: 25px; }

/* Shared secondary-page styles */
.page-hero { padding-block: 68px; background: var(--navy); color: var(--white); }
.page-hero-inner { max-width: 1120px; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 4.2vw, 4rem); }
.page-hero p:not(.eyebrow) { max-width: 850px; margin-bottom: 0; color: #d7e5f3; font-size: 19px; }
.catalog-toolbar { position: sticky; z-index: 20; top: 82px; padding-block: 16px; border-bottom: 1px solid var(--border); background: #fffffff2; backdrop-filter: blur(12px); }
.catalog-toolbar-inner { display: grid; grid-template-columns: minmax(320px, 1fr) auto; gap: 18px; align-items: center; }
.catalog-search { width: 100%; min-height: 48px; padding: 10px 15px; border: 1px solid #aebed0; border-radius: 10px; background: var(--white); color: var(--ink); }
.toolbar-actions { display: flex; gap: 8px; }
.toolbar-actions button { min-height: 42px; padding: 8px 14px; border: 1px solid var(--navy); border-radius: 999px; background: var(--white); color: var(--navy); cursor: pointer; font-weight: 700; }
.feature-page-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 42px; }
.feature-category-nav { position: sticky; top: 168px; display: flex; max-height: calc(100vh - 190px); flex-direction: column; gap: 8px; overflow: auto; padding: 8px 18px 8px 0; border-right: 1px solid var(--border); }
.feature-category-nav p { margin: 0 0 8px; color: var(--slate); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.feature-category-nav a { color: var(--navy); font-size: 13px; line-height: 1.35; text-decoration: none; }
.catalog-results { margin-bottom: 14px; color: var(--slate); font-size: 13px; }
.feature-groups { display: grid; gap: 16px; min-width: 0; }
.feature-group { scroll-margin-top: 175px; border-bottom: 1px solid var(--border); background: var(--white); }
.feature-group:first-child { border-top: 1px solid var(--border); }
.feature-group[hidden] { display: none; }
.feature-group summary { display: grid; min-height: 88px; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; }
.feature-group summary::-webkit-details-marker { display: none; }
.feature-group summary strong { display: inline-flex; align-items: baseline; gap: 10px; color: var(--ink); font-family: var(--font-funnel); font-size: 22px; font-weight: 500; letter-spacing: -.015em; }
.feature-group summary em { color: var(--slate); font: 700 11.5px/1 Inter, sans-serif; letter-spacing: .08em; }
.feature-group summary small { display: block; margin-top: 7px; color: var(--slate); font-size: 14px; font-style: normal; }
.feature-catalog-toggle { position: relative; width: 18px; height: 18px; color: var(--navy); transition: transform .18s ease; }
.feature-catalog-toggle::before { position: absolute; top: 3px; left: 4px; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: rotate(45deg); }
.feature-group[open] > summary .feature-catalog-toggle { transform: rotate(180deg); }
.feature-list { display: grid; margin: 0; padding: 0 0 22px; list-style: none; }
.feature-list li { display: grid; grid-template-columns: minmax(190px, .72fr) minmax(0, 1.28fr); gap: 24px; padding: 20px 0; scroll-margin-top: 175px; border-top: 1px solid var(--border); }
.feature-list li + li { border-top: 1px solid var(--border); }
.feature-list li[hidden] { display: none; }
.feature-list h3 { margin: 0; color: var(--navy-deep); font-size: 17px; line-height: 1.25; }
.feature-list p { margin: 0; color: var(--slate); font-size: 14px; }
.catalog-empty { padding: 30px; border: 1px dashed var(--border); border-radius: 12px; color: var(--slate); text-align: center; }

.plans-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 940px; }
.plans-grid .plan-card { display: flex; min-width: 0; flex-direction: column; padding: 36px; border: 1px solid var(--border); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); }
.plan-card.concept { border-top: 3px solid var(--blue-logo); }
.plan-card .plan-label { color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.plan-card h2 { margin: 12px 0 30px; font-size: clamp(2.25rem, 4vw, 3rem); }
.plan-card ul { display: grid; gap: 10px; padding: 20px 0; border-block: 1px solid var(--border); list-style: none; }
.plan-card li::before { margin-right: 10px; color: var(--blue-logo); content: "✓"; }
.plan-card .plan-note { min-height: 72px; color: var(--slate); font-size: 14px; }
.plan-card .button { margin-top: auto; }
.sequence { display: grid; border-top: 1px solid var(--border); }
.sequence article { display: grid; grid-template-columns: 150px minmax(220px, .7fr) minmax(0, 1.3fr); align-items: start; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.sequence span { padding-top: 3px; color: var(--blue-logo); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.sequence h3 { margin: 0; font-size: 21px; }
.sequence p { margin: 0; color: var(--slate); }
.faq-list { display: grid; border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); background: var(--white); }
.faq-list summary { display: grid; min-height: 76px; grid-template-columns: minmax(0, 1fr) 32px; align-items: center; gap: 24px; cursor: pointer; color: var(--ink); font-family: var(--font-funnel); font-size: 21px; font-weight: 500; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: grid; width: 32px; height: 32px; place-content: center; border: 1px solid var(--border); border-radius: 50%; color: var(--navy); content: "+"; font: 500 21px/1 var(--font-inter); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 850px; padding: 0 48px 26px 0; margin: 0; color: var(--slate); }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.capability-card { padding: 28px; border: 1px solid var(--border); border-radius: 16px; background: var(--white); }
.capability-card h3 { margin-bottom: 12px; }
.capability-card p { margin-bottom: 0; color: var(--slate); }

.capability-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: 56px; }
.capability-layout > * { min-width: 0; }
.capability-media-stack { display: grid; gap: 18px; min-width: 0; }
.capability-media-stack > .product-shot + .product-shot { padding-top: 18px; border-top: 1px solid var(--border); }
.capability-layout h2 { margin-bottom: 24px; font-size: 31px; }
.review-capability .capability-layout .screen-placeholder { min-height: 260px; }
.review-capability .capability-layout .file-lines { max-width: 420px; }
.objection-grid { display: grid; border-top: 1px solid var(--border); }
.objection-grid article { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 32px; padding: 25px 0; border-bottom: 1px solid var(--border); }
.objection-grid h3 { margin: 0; font-size: 20px; }
.objection-grid p { margin: 0; color: var(--slate); }
.parts-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 28px; }
.parts-process article { padding: 24px 0; border-top: 1px solid var(--border); }
.parts-process span { color: var(--blue-logo); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.parts-process h3 { margin: 14px 0 10px; font-size: 21px; }
.parts-process p { margin: 0; color: var(--slate); font-size: 14px; }

@media (min-width: 961px) {
  .hero h1,
  .page-hero h1,
  .section-heading > h2,
  .final-cta h2,
  .managed-strip h2 { white-space: nowrap; }
  .hero h1 { font-size: clamp(2.4rem, 3.3vw, 3.25rem); }
  .section-heading h2 { font-size: clamp(2rem, 2.75vw, 2.65rem); }
  .page-hero h1 { font-size: clamp(2.35rem, 3.6vw, 3.55rem); }
  .review-features .page-hero h1 { font-size: clamp(1.55rem, 2.25vw, 2rem); }
  .review-parts .page-hero h1 { font-size: clamp(1.75rem, 2.7vw, 2.5rem); }
  .review-capability .page-hero h1 { font-size: clamp(1.7rem, 2.55vw, 2.65rem); }
}

@media (min-width: 961px) and (max-width: 1120px) {
  .page-hero h1 { font-size: clamp(1.7rem, 2.7vw, 2rem); }
  .section-heading h2 { font-size: clamp(1.75rem, 2.45vw, 2.15rem); }
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; border: 1px solid #ffffff55; border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }
  .mobile-nav { position: absolute; right: 0; left: 0; top: 100%; display: grid; padding: 14px max(24px, calc((100vw - var(--container)) / 2)); border-top: 1px solid #ffffff21; background: var(--navy); box-shadow: var(--shadow); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 11px 0; border-bottom: 1px solid #ffffff1f; color: var(--white); text-decoration: none; }
  .decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card-grid, .plans-grid { grid-template-columns: 1fr; }
  .price-card-grid article, .plans-grid .plan-card { min-height: 0; padding: 30px; }
  .managed-strip .container { grid-template-columns: 1fr; gap: 20px; }
  .final-cta-inner { gap: 20px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .parts-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card h2 { font-size: 2rem; }
}

@media (max-width: 960px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  h1, h2 { white-space: normal; }
  .hero-inner { padding-top: 58px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div:nth-child(3) { border-left: 0; }
  .proof-strip > div:nth-child(n+3) { border-top: 1px solid #ffffff29; }
  .lifecycle { grid-template-columns: 1fr; }
  .tab-list { flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; }
  .tab-list button { min-width: 230px; flex: 0 0 auto; scroll-snap-align: start; }
  .tab-panels { border-radius: 0 0 18px 18px; }
  .product-shot--hero .product-shot__viewport,
  .product-shot--tour .product-shot__viewport,
  .product-shot--support .product-shot__viewport { aspect-ratio: 4 / 3; }
  .panel-copy, .report-layout, .final-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid figure { min-height: auto; }
  .feature-page-layout { grid-template-columns: 1fr; }
  .feature-category-nav { position: static; max-height: none; flex-flow: row nowrap; overflow-x: auto; padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--border); scrollbar-width: thin; }
  .feature-category-nav p { display: none; }
  .feature-category-nav a { flex: 0 0 auto; padding: 7px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--white); }
  .sequence article { grid-template-columns: 110px minmax(0, 1fr); gap: 10px 24px; }
  .sequence h3, .sequence p { grid-column: 2; }
  .capability-layout { grid-template-columns: 1fr; gap: 28px; }
  .objection-grid article { grid-template-columns: 1fr; gap: 8px; }
  .report-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cieca-card { align-items: flex-start; flex-wrap: wrap; }
  .cieca-card p { margin-left: 0; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .preview-ribbon { font-size: 10px; }
  .header-inner { min-height: 70px; }
  .brand img { width: 160px; }
  .section { padding-block: 56px; }
  .hero-inner { gap: 26px; padding-top: 46px; }
  .hero h1 { font-size: 2.5rem; }
  .hero-lead { font-size: 1.06rem; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .mock-board { min-height: 260px; grid-template-columns: repeat(5, 150px); overflow-x: auto; }
  .proof-strip { margin-inline: 0; padding-inline: 0; }
  .proof-strip > div { grid-template-columns: 1fr; gap: 2px; min-height: 100px; padding: 15px; }
  .proof-strip strong { font-size: 28px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 2.15rem; }
  .section-heading > p:not(.eyebrow) { font-size: 16px; }
  .tab-panels { padding: 14px; }
  .image-button:not(.product-shot__trigger) img { max-height: 340px; }
  .product-shot__viewport { border-radius: 12px; }
  .product-shot__viewport img { object-position: var(--shot-position-mobile, top left); }
  .product-shot__zoom { right: 10px; bottom: 10px; }
  .product-shot figcaption { font-size: 11px; text-align: left; }
  .shot-pair { grid-template-columns: 1fr; }
  .panel-copy { padding: 24px 4px 4px; }
  .panel-copy h3 { font-size: 27px; }
  .screen-placeholder { min-height: 300px; padding: 26px 16px; }
  .screen-placeholder > strong { font-size: 24px; }
  .vehicle-outline { width: 240px; height: 110px; }
  .split-screen { grid-template-columns: 1fr; }
  .small-placeholder { min-height: 190px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid article { border-top: 1px solid var(--border); }
  .report-groups, .parts-process { grid-template-columns: 1fr; }
  .cieca-card { display: grid; }
  .price-card-grid article { min-height: 0; }
  .price-card-grid article,
  .plans-grid .plan-card { padding: 30px 24px; }
  .managed-strip h2 { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-block: 48px; }
  .page-hero h1 { font-size: 2.55rem; }
  .catalog-toolbar { top: 70px; }
  .catalog-toolbar-inner { grid-template-columns: 1fr; }
  .toolbar-actions { justify-content: space-between; }
  .feature-list li { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .feature-group summary { padding: 18px 0; }
  .feature-group summary strong { font-size: 21px; }
  .feature-group summary small { font-size: 13px; }
  .capability-grid { grid-template-columns: 1fr; }
  .sequence article { grid-template-columns: 1fr; gap: 8px; }
  .sequence article > * { grid-column: 1; }
  .review-capability .page-hero h1 { font-size: 2.15rem; }
  .review-features .page-hero h1 { font-size: 2.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* Scope-first homepage revision */
.hero-inner {
  min-height: 720px;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  align-items: center;
  gap: 52px;
  padding-block: 68px 0;
}
.hero-copy { max-width: 529px; }
.hero h1 {
  max-width: 529px;
  margin-bottom: 24px;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -1.7px;
  white-space: normal;
}
.hero-lead { max-width: 529px; }
.product-shot--hero {
  width: min(100%, 600px);
  overflow: visible;
  align-self: center;
  justify-self: end;
  border: 1px solid #ffffff52;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 24px 70px #00163066;
}
.product-shot--hero .mock-window-bar { border-radius: 17px 17px 0 0; }
.product-shot--hero .product-shot__trigger { border-radius: 0 0 17px 17px; }
.product-shot--hero .product-shot__viewport {
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.product-shot--hero .product-shot__viewport img {
  height: auto;
  object-fit: contain;
  object-position: top center;
}
.product-shot--hero figcaption { padding: 11px 4px 0; color: #c4d9ee; }
.hero .proof-strip { grid-column: 1 / -1; align-self: end; }

.workflow-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}
.workflow-nav {
  position: sticky;
  top: 112px;
  display: grid;
  padding: 12px 0;
  border-block: 1px solid var(--border);
}
.workflow-nav a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  padding: 10px 8px;
  border-left: 2px solid transparent;
  color: var(--slate);
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
}
.workflow-nav a span { color: var(--blue-logo); font-weight: 800; letter-spacing: .08em; }
.workflow-nav a.is-current { border-left-color: var(--blue-logo); background: #edf6fb; color: var(--navy); font-weight: 700; }
.workflow-stack { min-width: 0; }
.workflow-stage {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 36px;
  min-width: 0;
  padding: 44px 0;
  border-top: 1px solid var(--border);
  scroll-margin-top: 104px;
}
.workflow-stage:first-child { padding-top: 0; border-top: 0; }
.workflow-stage--reverse .workflow-copy { order: 2; }
.workflow-stage--reverse > .workflow-media,
.workflow-stage--reverse > .workflow-gallery { order: 1; }
.workflow-copy h3 { margin-bottom: 16px; font-size: clamp(1.8rem, 2.4vw, 2.4rem); }
.workflow-copy > p:not(.eyebrow) { color: var(--slate); }
.workflow-media .product-shot__viewport { aspect-ratio: 16 / 10; border-radius: 14px; }
.workflow-media .product-shot__viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.workflow-gallery { display: grid; gap: 18px; min-width: 0; }
.workflow-media--support { padding-top: 18px; border-top: 1px solid var(--border); }

.mso-heading { max-width: none; }
.mso-heading h2 { font-size: clamp(2.1rem, 3.2vw, 2.85rem); }
.mso-layout { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); align-items: center; gap: 56px; }
.mso-copy > p:not(.eyebrow) { color: var(--slate); }
.mso-copy .button { margin-top: 24px; }
.mso-media .product-shot__viewport { aspect-ratio: auto; }
.mso-media .product-shot__viewport img { width: 100%; height: auto; object-fit: contain; }

.catalog-section .section-heading { max-width: none; }
.catalog-section .section-heading h2 { font-size: clamp(1.9rem, 2.35vw, 2.25rem); }
.catalog-section .section-heading > p:not(.eyebrow) { max-width: 920px; }
.home-feature-catalog { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-feature-grid { display: contents; }
.home-feature-card { min-width: 0; padding: 22px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); box-shadow: var(--shadow-soft); }
.home-feature-card__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; margin-bottom: 18px; }
.home-feature-card__heading h3 { margin-bottom: 8px; color: var(--navy); font-size: 21px; }
.home-feature-card__heading p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.45; }
.home-feature-card__heading > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 800; }
.home-feature-list { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.home-feature-list li { position: relative; padding-left: 17px; color: var(--ink); font-size: 14px; line-height: 1.35; }
.home-feature-list li::before { position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-logo); content: ""; }
.home-feature-list h4 { margin: 0; font: 600 14px/1.35 var(--font-inter); letter-spacing: 0; }
.catalog-detail-link { margin: 30px 0 0; text-align: center; }

.lightbox-content { display: grid; max-height: calc(100vh - 110px); place-items: center; overflow: auto; }
.lightbox-content picture,
.lightbox-content img { width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox-content .product-shot__viewport { border: 0; box-shadow: none; }
.lightbox-close { width: auto; padding-inline: 14px; border-radius: 999px; font-size: 14px; font-weight: 700; }

@media (min-width: 961px) {
  .hero h1 { white-space: normal; }
  .catalog-section .section-heading > h2,
  .mso-heading > h2 { white-space: nowrap; }
}

@media (max-width: 1120px) {
  .home-feature-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding-top: 58px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { max-width: 720px; font-size: clamp(3rem, 8.2vw, 4.3rem); }
  .hero-lead { max-width: 680px; }
  .product-shot--hero .product-shot__viewport { aspect-ratio: 16 / 10; }
  .product-shot--hero .product-shot__viewport img { height: 100%; object-fit: cover; object-position: top center; }
  .hero .proof-strip { grid-column: auto; }
  .workflow-layout { grid-template-columns: 1fr; gap: 30px; }
  .workflow-nav { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding: 10px; border: 1px solid var(--border); border-radius: 14px; background: var(--cloud); }
  .workflow-nav a { min-width: 0; grid-template-columns: 28px minmax(0, 1fr); align-items: center; border: 0; border-left: 2px solid transparent; }
  .workflow-nav a.is-current { border-left-color: var(--blue-logo); }
  .workflow-stage,
  .workflow-stage--reverse { grid-template-columns: 1fr; gap: 24px; padding: 38px 0; }
  .workflow-stage--reverse .workflow-copy,
  .workflow-stage--reverse > .workflow-media,
  .workflow-stage--reverse > .workflow-gallery { order: initial; }
  .mso-layout { grid-template-columns: 1fr; }
  .mso-heading > h2 { white-space: normal; }
  .home-feature-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-category-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding-bottom: 18px; }
  .feature-category-nav a { min-width: 0; }
}

@media (max-width: 700px) {
  .hero h1 { font-size: 2.5rem; letter-spacing: -1px; }
  .product-shot--hero .product-shot__viewport { aspect-ratio: 4 / 3; }
  .workflow-nav { grid-template-columns: 1fr; margin-inline: 0; }
  .workflow-stage,
  .workflow-stage--reverse { padding: 34px 0; }
  .workflow-copy h3 { font-size: 1.8rem; }
  .workflow-copy .check-list { gap: 7px; font-size: 14px; line-height: 1.45; }
  .home-feature-catalog { grid-template-columns: 1fr; }
  .home-feature-card { padding: 20px; }
  .feature-category-nav { display: none; }
  .page-hero h1,
  .review-features .page-hero h1 { font-size: 2.05rem; }
}

/* Buyer-focused proposal */
.buyer-hero .hero-inner {
  grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.22fr);
  gap: 26px 54px;
  min-height: 690px;
  padding-top: 58px;
}
.buyer-hero-heading { grid-column: 1 / -1; }
.buyer-hero-heading h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 1;
  letter-spacing: -1.8px;
}
.buyer-hero .hero-copy { align-self: center; }
.buyer-hero .hero-lead { max-width: 560px; }
.buyer-hero .product-shot--hero { width: 100%; max-width: 720px; }
.buyer-hero .product-shot--hero .product-shot__trigger { border-radius: 17px; }
.buyer-hero .proof-strip { margin-top: 12px; }
.buyer-hero .proof-strip strong { font-size: clamp(16px, 1.5vw, 21px); line-height: 1.15; }
.buyer-heading { max-width: none; }
.buyer-heading > p:not(.eyebrow) { max-width: 820px; }
.buyer-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.buyer-outcome-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.buyer-outcome-card--wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 40px;
}
.buyer-outcome-card h3 { margin-bottom: 12px; font-size: clamp(24px, 2vw, 31px); }
.buyer-outcome-card > p:not(.eyebrow),
.buyer-outcome-card > div > p:not(.eyebrow) { color: var(--slate); }
.buyer-outcome-card .text-link { display: inline-block; margin-top: 10px; }
.buyer-outcome-card .product-shot__viewport { aspect-ratio: 16 / 10; border-radius: 14px; }
.buyer-outcome-card .product-shot__viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.buyer-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.buyer-link-grid a {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--cloud);
  color: var(--navy);
  text-decoration: none;
}
.buyer-link-grid a:hover { border-color: var(--blue-logo); transform: translateY(-2px); }
.buyer-link-grid span { color: var(--slate); font-size: 14px; line-height: 1.45; }
.buyer-proof .section-heading { color: var(--white); }
.buyer-proof .testimonial-grid blockquote { background: #0a315f; color: var(--white); }
.buyer-proof .testimonial-grid blockquote cite { color: #bfd1e3; font-style: normal; }
.buyer-proof .testimonial-grid blockquote cite strong,
.buyer-proof .testimonial-grid blockquote cite span { display: block; }
.buyer-proof .testimonial-grid blockquote cite strong { color: var(--white); }
.compatibility-layout {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 54px;
}
.compatibility-layout .product-shot__viewport { aspect-ratio: 16 / 10; }
.compatibility-layout .product-shot__viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.buyer-question-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.buyer-question-grid article { padding: 24px; border-top: 4px solid var(--blue-logo); background: var(--cloud); }
.buyer-question-grid h3 { margin-bottom: 10px; font-size: 21px; }
.buyer-question-grid p { margin: 0; color: var(--slate); font-size: 15px; }
.centered-link { margin: 30px 0 0; text-align: center; }
.buyer-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 940px; margin: 0 auto; }
.buyer-plan-grid .price-card { padding: 32px; border-radius: 18px; }
.buyer-plan-grid .price-card--featured { border: 2px solid var(--blue-logo); }
.buyer-plan-grid .price { display: grid; margin: 24px 0; }
.buyer-plan-grid .price strong { color: var(--navy); font-size: 44px; line-height: 1; }
.buyer-plan-grid .price span { margin-top: 5px; color: var(--slate); }
.buyer-plan-grid .button { margin-top: 24px; }
.mso-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  max-width: 940px;
  margin: 24px auto 0;
  padding: 26px 30px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
}
.mso-brief h3 { margin-bottom: 8px; }
.mso-brief p:not(.eyebrow) { margin: 0; color: var(--slate); }
.pricing-detail-link { margin: 24px 0 0; text-align: center; }
.buyer-hero + .buyer-outcomes { padding-top: 88px; }

@media (min-width: 961px) {
  .buyer-hero-heading h1,
  .buyer-heading > h2 { max-width: none; white-space: nowrap; }
  .buyer-heading > h2 { font-size: clamp(31px, 3.05vw, 43px); }
}

@media (max-width: 1120px) {
  .buyer-hero .hero-inner { grid-template-columns: minmax(320px, .8fr) minmax(460px, 1.2fr); gap: 26px 36px; }
  .compatibility-layout { grid-template-columns: 1fr; }
  .buyer-link-grid,
  .buyer-question-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .buyer-hero .hero-inner { grid-template-columns: 1fr; gap: 30px; min-height: 0; }
  .buyer-hero-heading { grid-column: auto; }
  .buyer-hero-heading h1 { max-width: 760px; font-size: clamp(42px, 8vw, 64px); white-space: normal; }
  .buyer-hero .product-shot--hero { justify-self: start; }
  .buyer-outcome-card--wide,
  .compatibility-layout { grid-template-columns: 1fr; }
  .buyer-outcome-card--wide .product-shot { order: -1; }
}

@media (max-width: 700px) {
  .buyer-hero .hero-inner { padding-top: 42px; }
  .buyer-hero-heading h1 { font-size: 42px; letter-spacing: -1.2px; }
  .buyer-outcome-grid,
  .buyer-link-grid,
  .buyer-question-grid,
  .buyer-plan-grid { grid-template-columns: 1fr; }
  .buyer-outcome-card { padding: 22px; }
  .buyer-outcome-card--wide { gap: 24px; }
  .mso-brief { grid-template-columns: 1fr; padding: 24px; }
  .buyer-proof .testimonial-grid { grid-template-columns: 1fr; }
}
