:root {
    --navy-950: #03112b;
    --navy-900: #061b42;
    --navy-800: #0a2d63;
    --blue-700: #0758c9;
    --blue-600: #0877df;
    --cyan-500: #10a9e8;
    --sky-100: #e9f6ff;
    --ink: #10233f;
    --muted: #5e6d80;
    --line: #dce5ef;
    --surface: #f5f8fc;
    --white: #ffffff;
    --success: #1b8f6a;
    --shadow-sm: 0 8px 25px rgba(7, 37, 79, .08);
    --shadow-lg: 0 24px 70px rgba(3, 18, 45, .18);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --container: 1220px;
    --header-height: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-700); text-decoration: none; }
a:hover { color: var(--cyan-500); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 {
    margin: 0 0 .65em;
    color: var(--navy-950);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -.035em;
}
h1 { font-size: clamp(2.5rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.45rem); }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.55rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin-top: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(72px, 8vw, 120px) 0; }
.section-muted { background: var(--surface); }
.section-dark { color: #d8e8fa; background: radial-gradient(circle at 90% 10%, #0b4b9f 0, var(--navy-900) 40%, var(--navy-950) 100%); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.screen-reader-text {
    position: absolute !important; 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: 9999; left: 18px; top: -100px; padding: 12px 18px; color: #fff; background: var(--navy-950); border-radius: 8px; }
.skip-link:focus { top: 18px; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--cyan-500); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.site-topbar { position: relative; z-index: 1002; color: #c7d9ed; background: var(--navy-950); font-size: .76rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner p { margin: 0; }
.topbar-contact { display: flex; gap: 20px; }
.topbar-contact a { color: #ddebfa; }
.topbar-contact a:hover { color: #fff; }
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(9, 45, 99, .08); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-logo { width: 178px; flex: 0 0 178px; }
.site-logo img { width: 100%; height: 70px; object-fit: contain; }
.primary-nav > ul { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.primary-nav a, .submenu-toggle { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 11px; color: var(--navy-950); background: transparent; border: 0; font-size: .82rem; font-weight: 700; cursor: pointer; }
.submenu-toggle::after { content: ''; width: 6px; height: 6px; margin: -3px 0 0 7px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); }
.primary-nav a:hover, .primary-nav a.is-current, .submenu-toggle:hover { color: var(--blue-600); }
.primary-nav .nav-cta { margin-left: 8px; padding-inline: 17px; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--cyan-500)); border-radius: 999px; }
.primary-nav .nav-cta:hover { color: #fff; box-shadow: 0 10px 25px rgba(8, 119, 223, .25); transform: translateY(-1px); }
.submenu { position: absolute; top: calc(100% + 10px); left: 0; visibility: hidden; width: 245px; margin: 0; padding: 10px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(8px); transition: .2s ease; }
.submenu-wide { width: 280px; }
.submenu a { display: flex; width: 100%; min-height: auto; padding: 10px 12px; border-radius: 8px; font-weight: 650; }
.submenu a:hover { color: var(--blue-700); background: var(--sky-100); }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu, .has-submenu.is-open > .submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: var(--navy-900); border: 0; border-radius: 10px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; transition: .2s ease; }

.home-hero { position: relative; isolation: isolate; min-height: min(780px, calc(100vh - 120px)); color: #eaf3ff; background: var(--navy-950); overflow: hidden; }
.home-hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background-image: var(--hero-image); background-position: center; background-size: cover; }
.home-hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 13, 35, .97) 0%, rgba(3, 25, 63, .90) 41%, rgba(3, 23, 56, .38) 72%, rgba(3, 15, 36, .35) 100%); }
.home-hero-grid { min-height: inherit; display: grid; align-items: center; }
.home-hero-copy { max-width: 770px; padding: 92px 0 110px; }
.home-hero h1 { color: #fff; max-width: 760px; }
.home-hero-copy > p { max-width: 690px; color: #d1e2f3; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--cyan-500)); border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; box-shadow: 0 10px 28px rgba(8, 119, 223, .22); transition: .2s ease; }
.button:hover { color: #fff; box-shadow: 0 16px 35px rgba(8, 119, 223, .34); transform: translateY(-2px); }
.button-outline { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .45); box-shadow: none; }
.button-outline:hover { background: rgba(255, 255, 255, .16); }
.button-outline-dark { color: var(--navy-900); background: transparent; border-color: var(--navy-900); box-shadow: none; }
.button-outline-dark:hover { color: #fff; background: var(--navy-900); }
.button-light { color: var(--navy-900); background: #fff; box-shadow: none; }
.button-light:hover { color: var(--blue-700); background: #f3f8ff; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 42px; color: #d6e7fa; font-size: .85rem; font-weight: 650; }
.hero-trust span::before { content: '✓'; margin-right: 8px; color: #40c8f2; }

.trust-strip { padding: 28px 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 8px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--blue-700); font-size: 1.1rem; }
.trust-grid span { color: var(--muted); font-size: .82rem; line-height: 1.4; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 60px; margin-bottom: 46px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.section-heading-light > p { color: #c4d9ee; }
.card-grid { display: grid; gap: 22px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 270px; padding: 30px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 1px 0 rgba(3, 31, 67, .02); transition: .25s ease; }
.service-card:hover { color: var(--ink); border-color: #9fd7f5; box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.service-card p { color: var(--muted); }
.card-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; color: var(--blue-700); background: var(--sky-100); border-radius: 14px; font-size: .84rem; font-weight: 850; }
.card-link, .text-link { color: var(--blue-700); font-weight: 750; }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-card { overflow: hidden; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .13); border-radius: var(--radius); box-shadow: 0 20px 50px rgba(0, 0, 0, .15); transition: .25s ease; }
.product-card:hover { border-color: rgba(54, 188, 245, .75); transform: translateY(-5px); }
.product-card img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.product-card-body { padding: 26px; }
.product-card-body > span { color: #5bd0f4; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin-top: 8px; }
.product-card p { color: #c8daec; }
.product-card a { color: #fff; font-weight: 750; }
.product-card .text-link-light { color: #fff; }
.product-actions, .demo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.product-actions .button { min-height: 46px; padding: 11px 18px; font-size: .88rem; }
.product-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; }
.product-card-wide img { height: 100%; aspect-ratio: auto; }
.product-card-wide .product-card-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 64px); }
.product-card-accent { display: flex; align-items: center; min-height: 350px; background: linear-gradient(135deg, #0c61ce, #0aa8e7); }
.product-card-accent .product-card-body > span, .product-card-accent p { color: #e5f5ff; }

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.industry-card { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 280px; overflow: hidden; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.industry-card::before { content: ''; position: absolute; z-index: -2; inset: 0; background: var(--industry-image) center / cover; transition: transform .4s ease; }
.industry-card::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(2, 16, 39, .94), rgba(2, 16, 39, .05) 75%); }
.industry-card span { display: block; width: 100%; padding: 28px; color: #fff; font-size: 1.25rem; font-weight: 800; }
.industry-card:hover { color: #fff; }
.industry-card:hover::before { transform: scale(1.05); }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.feature-image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.feature-image img { width: 100%; min-height: 480px; object-fit: cover; }
.feature-copy > p { color: var(--muted); font-size: 1.05rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 32px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 21px; height: 21px; color: #fff; background: var(--success); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.outcome-card { padding: 30px; background: var(--surface); border-top: 4px solid var(--blue-600); border-radius: var(--radius-sm); }
.outcome-card > span { color: var(--blue-700); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.outcome-card h3 { margin-top: 14px; }
.outcome-card p { color: var(--muted); }

.page-hero { position: relative; isolation: isolate; min-height: 430px; display: flex; align-items: center; color: #fff; background: var(--navy-950); overflow: hidden; }
.page-hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background: var(--hero-image) center / cover; }
.page-hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 14, 36, .98), rgba(4, 35, 80, .82) 48%, rgba(4, 24, 56, .35)); }
.page-hero-inner { padding: 90px 0; }
.page-hero h1 { max-width: 850px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.page-hero p { max-width: 700px; color: #d6e6f6; font-size: 1.15rem; }
.content-container { max-width: 1040px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.45em; }
.entry-content h3 { margin-top: 1.55em; }
.entry-content p, .entry-content li { color: #42536a; }
.entry-content a:not(.button) { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content .lead { max-width: 900px; color: var(--ink); font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.55; }
.entry-content .content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 40px 0; }
.entry-content .content-grid.three { grid-template-columns: repeat(3, 1fr); }
.entry-content .content-card { height: 100%; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.entry-content .content-card h3 { margin-top: 0; }
.entry-content .content-card p:last-child { margin-bottom: 0; }
.entry-content .highlight-panel { margin: 50px 0; padding: clamp(30px, 5vw, 55px); color: #dfeeff; background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); border-radius: var(--radius); }
.entry-content .highlight-panel h2, .entry-content .highlight-panel h3 { margin-top: 0; color: #fff; }
.entry-content .highlight-panel p, .entry-content .highlight-panel li { color: #dfeeff; }
.entry-content .process-list { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 40px 0; padding: 0; list-style: none; }
.entry-content .process-list li { counter-increment: steps; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.entry-content .process-list li::before { content: '0' counter(steps); display: block; margin-bottom: 22px; color: var(--blue-600); font-weight: 850; }
.entry-content .feature-list { columns: 2; column-gap: 42px; padding-left: 22px; }
.entry-content .feature-list li { margin-bottom: 10px; break-inside: avoid; }
.entry-content .cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 55px; padding: 32px; background: var(--sky-100); border-radius: var(--radius); }
.entry-content .cta-panel h2, .entry-content .cta-panel h3, .entry-content .cta-panel p { margin: 0; }
.entry-content details { margin: 14px 0; padding: 18px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; }
.entry-content summary { color: var(--navy-900); font-weight: 750; cursor: pointer; }
.entry-content details p { margin: 14px 0 0; }
.logo-row { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
.logo-row img { max-width: 150px; max-height: 120px; object-fit: contain; }

.case-grid { display: grid; gap: 30px; }
.case-card { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.case-card > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.case-card > div { padding: clamp(28px, 5vw, 54px); }
.case-card span, .post-meta { color: var(--blue-700); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-card h2 { margin-top: 10px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.case-card p, .case-card li { color: var(--muted); }
.case-card a { font-weight: 750; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.post-card h2 { margin-top: 12px; font-size: 1.5rem; }
.post-card h2 a { color: var(--navy-950); }
.post-card p { color: var(--muted); }
.article-hero { padding: 110px 0; color: #fff; background: radial-gradient(circle at 90% 10%, #0c58b6, var(--navy-950) 62%); }
.article-hero h1 { max-width: 920px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.article-hero p { color: #c9dcef; }
.not-found { min-height: 58vh; display: grid; align-items: center; text-align: center; }
.not-found .container { max-width: 760px; }
.not-found .hero-actions { justify-content: center; }

.wpcf7 form { display: grid; gap: 18px; }
.wpcf7 label { color: var(--navy-900); font-weight: 700; }
.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { width: 100%; margin-top: 7px; padding: 14px 16px; color: var(--ink); background: #fff; border: 1px solid #bdccdc; border-radius: 9px; }
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus { outline: 3px solid rgba(8, 119, 223, .16); border-color: var(--blue-600); }
.wpcf7 input[type="submit"] { min-height: 50px; padding: 12px 24px; color: #fff; background: var(--blue-700); border: 0; border-radius: 999px; font-weight: 750; cursor: pointer; }
.consys-notice { padding: 22px; background: var(--sky-100); border-radius: 10px; }
.demo-request-form { margin-top: 35px; padding: clamp(24px, 5vw, 46px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.demo-request-form .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.demo-request-form label, .demo-request-form legend { color: var(--navy-900); font-weight: 700; }
.demo-request-form label > span, .consent-field > span { color: #b42318; }
.demo-request-form input:not([type="checkbox"]):not([type="hidden"]), .demo-request-form select, .demo-request-form textarea { width: 100%; margin-top: 7px; padding: 13px 15px; color: var(--ink); background: #fff; border: 1px solid #b9cadb; border-radius: 9px; }
.demo-request-form input:focus, .demo-request-form select:focus, .demo-request-form textarea:focus { outline: 3px solid rgba(8, 119, 223, .16); border-color: var(--blue-600); }
.demo-request-form fieldset { margin: 28px 0; padding: 22px; border: 1px solid var(--line); border-radius: 12px; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin-top: 12px; }
.checkbox-grid label, .consent-field { color: #42536a; font-weight: 500; }
.consent-field { display: block; margin: 22px 0; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-privacy { margin: 16px 0 0; color: var(--muted); font-size: .84rem; }
.form-notice { margin-bottom: 24px; padding: 18px 20px; border-radius: 10px; }
.form-notice-success { color: #075f46; background: #dff7ec; border: 1px solid #8ed8bd; }
.form-notice-error { color: #8a1c15; background: #fff0ee; border: 1px solid #f1aaa5; }

.footer-cta { padding: 60px 0; color: #d9eaff; background: linear-gradient(120deg, #0755c3, #089ad8); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-cta h2 { max-width: 800px; margin-bottom: 10px; color: #fff; font-size: clamp(2rem, 3vw, 3rem); }
.footer-cta p { margin: 0; }
.footer-cta .eyebrow { color: #c9f2ff; }
.site-footer { padding: 75px 0 25px; color: #b8cbe1; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.footer-brand img { width: 190px; height: 85px; margin-bottom: 20px; padding: 10px; object-fit: contain; background: #fff; border-radius: 10px; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #c3d5e7; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.legal-links { display: flex; flex-wrap: wrap; gap: 14px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .site-topbar { display: none; }
    .nav-toggle { display: block; }
    .primary-nav { position: fixed; inset: var(--header-height) 0 0; visibility: hidden; padding: 20px; background: #fff; opacity: 0; transform: translateX(100%); transition: .25s ease; overflow-y: auto; }
    .primary-nav.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
    .primary-nav > ul { display: block; }
    .primary-nav a, .submenu-toggle { width: 100%; justify-content: space-between; min-height: 49px; padding: 10px 12px; font-size: .95rem; }
    .primary-nav .nav-cta { justify-content: center; margin: 12px 0 30px; }
    .submenu { position: static; display: none; visibility: visible; width: auto; margin: 0 0 8px 12px; padding: 0 0 0 10px; background: transparent; border: 0; border-left: 2px solid var(--line); border-radius: 0; box-shadow: none; opacity: 1; transform: none; }
    .has-submenu.is-open > .submenu { display: block; }
    .has-submenu:hover > .submenu:not(.is-mobile-open) { display: none; }
    .has-submenu.is-open:hover > .submenu { display: block; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .industry-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .section { padding: 75px 0; }
    .home-hero { min-height: 700px; }
    .home-hero::before { background-position: 62% center; }
    .home-hero::after { background: rgba(2, 18, 45, .84); }
    .home-hero-copy { padding: 80px 0; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
    .trust-grid > div { border-right: 0; padding: 5px 16px; }
    .trust-grid > div:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
    .section-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; }
    .product-card-wide { grid-template-columns: 1fr; }
    .split-feature { grid-template-columns: 1fr; }
    .feature-image img { min-height: 340px; }
    .outcome-grid, .post-grid { grid-template-columns: 1fr; }
    .entry-content .content-grid.three { grid-template-columns: 1fr 1fr; }
    .entry-content .process-list { grid-template-columns: 1fr 1fr; }
    .case-card { grid-template-columns: 1fr; }
    .case-card > img { min-height: 280px; max-height: 400px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; max-width: 650px; }
    .footer-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
    :root { --header-height: 72px; }
    .site-logo { width: 150px; flex-basis: 150px; }
    .site-logo img { height: 58px; }
    h1 { font-size: 2.55rem; }
    h2 { font-size: 2rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .hero-trust { align-items: flex-start; flex-direction: column; }
    .trust-grid, .service-grid, .product-grid, .industry-grid, .entry-content .content-grid, .entry-content .content-grid.three, .entry-content .process-list { grid-template-columns: 1fr; }
    .trust-grid > div, .trust-grid > div:nth-child(odd) { padding: 8px 0; border: 0; border-bottom: 1px solid var(--line); }
    .product-card-wide { display: block; }
    .product-card img { aspect-ratio: 16 / 9; }
    .page-hero { min-height: 370px; }
    .page-hero::after { background: rgba(2, 18, 45, .78); }
    .entry-content .feature-list { columns: 1; }
    .demo-request-form .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
    .demo-actions, .product-actions { align-items: stretch; flex-direction: column; }
    .demo-actions .button, .product-actions .button { width: 100%; }
    .entry-content .cta-panel { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js .reveal { opacity: 1; transform: none; }
}
