:root {
  --navy: #205695;
  --navy-deep: #0b2f5e;
  --navy-dark: #071f3e;
  --green: #087744;
  --green-bright: #0ca66a;
  --mint: #ddf7ea;
  --sky: #eaf3ff;
  --ink: #10233f;
  --muted: #5f6f84;
  --line: #dce5ef;
  --surface: #ffffff;
  --surface-soft: #f6f9fc;
  --shadow: 0 22px 65px rgba(21, 64, 111, .13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
html { overflow-x: clip; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: #cfe9dc; color: var(--navy-dark); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.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; left: 20px; top: -60px; z-index: 1000; padding: 11px 16px; background: var(--navy-dark); color: white; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(220,229,239,.85); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; width: 155px; flex: 0 0 auto; }
.brand img, .footer-brand img { display: block; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a, .text-link { font-size: .92rem; font-weight: 700; color: #4b5f78; transition: color .2s; }
.site-nav a:hover, .text-link:hover { color: var(--navy); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; border-radius: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--navy-dark); margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 23px; border-radius: 13px; background: linear-gradient(135deg, var(--navy), #1d6bb6); color: #fff; font-weight: 800; box-shadow: 0 12px 28px rgba(32,86,149,.22); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(32,86,149,.28); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 11px; font-size: .9rem; }
.button-secondary { background: #fff; color: var(--navy); border: 1px solid #c9d8e8; box-shadow: none; }
.button-secondary:hover { box-shadow: 0 12px 28px rgba(32,86,149,.12); }
.button-white { background: #fff; color: var(--navy-dark); box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.button-ghost { background: transparent; border: 1px solid rgba(255,255,255,.38); box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 56px 0 64px; background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(28px, 4vw, 72px); }
.hero-copy { padding-bottom: 8px; min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow.light { color: #89e6b5; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(2.6rem, 4.6vw, 4.85rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 780; color: var(--navy-dark); }
h1 em { font-style: normal; color: var(--navy); }
.hero-lead { max-width: 620px; margin-bottom: 22px; font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; gap: 22px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 2px; }
.hero-proof strong { font-size: .92rem; color: var(--ink); }
.hero-proof span { font-size: .75rem; color: #77869a; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -170px; top: -180px; background: radial-gradient(circle, rgba(31,110,182,.13), transparent 68%); }
.hero-glow-two { width: 520px; height: 520px; left: -320px; bottom: -230px; background: radial-gradient(circle, rgba(12,166,106,.1), transparent 68%); }

.product-stage { position: relative; min-height: 0; width: 100%; max-width: 640px; margin-inline: auto; aspect-ratio: 10 / 9; display: flex; align-items: center; justify-content: center; }
.stage-orbit { position: absolute; border: 1px solid rgba(32,86,149,.08); border-radius: 50%; }
.orbit-one { width: min(590px, 92%); height: auto; aspect-ratio: 1; }
.orbit-two { width: min(455px, 72%); height: auto; aspect-ratio: 1; }
.app-window { position: relative; width: min(100%, 560px); max-width: 100%; background: white; border: 1px solid #dce6f1; border-radius: 20px; box-shadow: 0 36px 90px rgba(15,57,103,.2); overflow: hidden; transform: perspective(1100px) rotateY(-4deg) rotateX(1.8deg); }
.window-top { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #e4ebf3; }
.window-brand { display: flex; align-items: center; gap: 10px; }
.window-brand img { width: 30px; height: 30px; }
.window-brand div { display: flex; flex-direction: column; line-height: 1.2; }
.window-brand strong { font-size: .78rem; color: var(--navy-dark); }
.window-brand span { font-size: .62rem; color: #8795a8; }
.window-controls { display: flex; gap: 6px; }
.window-controls i { width: 7px; height: 7px; border-radius: 50%; background: #cbd6e1; }
.app-body { display: grid; grid-template-columns: 52px 1fr; min-height: 440px; }
.app-sidebar { padding: 26px 13px; background: var(--navy-dark); display: flex; flex-direction: column; gap: 19px; align-items: center; }
.app-sidebar span { width: 19px; height: 19px; border-radius: 6px; border: 2px solid rgba(255,255,255,.23); }
.app-sidebar span.active { border-color: #4ed199; background: rgba(78,209,153,.22); }
.app-content { position: relative; padding: 22px; background: #f7fafd; }
.demo-label { position: absolute; right: 20px; top: 12px; font-size: .55rem; color: #8290a1; text-transform: uppercase; letter-spacing: .1em; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-top: 18px; }
.metric-row article, .chart-card, .nova-card, .workflow-card { border: 1px solid #e1e9f1; background: #fff; border-radius: 13px; }
.metric-row article { min-height: 90px; padding: 14px; }
.metric-row small, .card-heading small, .nova-title small { display: block; font-size: .58rem; color: #8491a0; }
.metric-row strong { display: block; margin: 4px 0 9px; font-size: .84rem; }
.mini-line { height: 4px; background: #e7edf4; border-radius: 4px; overflow: hidden; }
.mini-line b { display: block; width: 78%; height: 100%; border-radius: inherit; background: var(--green-bright); }
.avatar-stack { display: flex; }
.avatar-stack i { width: 19px; height: 19px; margin-right: -5px; border: 2px solid white; border-radius: 50%; background: linear-gradient(135deg, #7aa7d7, #d0e4fa); }
.status-dot { display: inline-flex; align-items: center; gap: 4px; font-size: .55rem; color: #a06f16; }
.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #f5b844; }
.dashboard-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 11px; margin-top: 11px; }
.chart-card, .nova-card { min-height: 170px; padding: 16px; }
.card-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.card-heading strong { font-size: .78rem; }
.card-heading > span { font-size: .55rem; color: #6f8094; padding: 4px 7px; border-radius: 6px; background: #f2f6fa; }
.bars { height: 93px; margin-top: 13px; display: flex; gap: 8px; align-items: end; border-bottom: 1px solid #e4ebf2; }
.bars i { flex: 1; height: var(--h); min-width: 8px; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #2f78bb, var(--navy)); }
.nova-card { color: white; border: 0; background: linear-gradient(145deg, var(--navy-deep), #174e86); }
.nova-title { display: flex; gap: 8px; align-items: center; }
.nova-title img { filter: drop-shadow(0 3px 8px rgba(0,0,0,.2)); }
.nova-title small { color: #7ce1ab; }
.nova-title strong { font-size: .67rem; }
.nova-card p { margin: 14px 0 11px; font-size: .66rem; line-height: 1.55; color: #d9e8f7; }
.nova-card > span { font-size: .58rem; color: #8ce7b6; }
.workflow-card { margin-top: 11px; min-height: 74px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; }
.workflow-card > div { display: flex; align-items: center; gap: 7px; }
.workflow-card p { margin: 0; display: flex; flex-direction: column; line-height: 1.25; }
.workflow-card strong { font-size: .57rem; }
.workflow-card small { font-size: .49rem; color: #8c99a8; }
.workflow-card b { flex: 1; max-width: 45px; height: 1px; background: #dbe5ef; }
.workflow-icon { width: 23px; height: 23px; border-radius: 7px; display: grid; place-items: center; font-size: .49rem; font-weight: 900; color: var(--green); background: var(--mint); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid #e0e8f0; border-radius: 13px; background: rgba(255,255,255,.95); box-shadow: 0 16px 35px rgba(21,64,111,.16); backdrop-filter: blur(12px); }
.floating-card > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: var(--green); background: var(--mint); font-weight: 900; }
.floating-card div { display: flex; flex-direction: column; line-height: 1.2; }
.floating-card small { color: #7c8a9a; font-size: .56rem; }
.floating-card strong { font-size: .67rem; }
.floating-one { left: -18px; top: 110px; animation: float 5s ease-in-out infinite; }
.floating-two { right: -20px; bottom: 105px; animation: float 5s ease-in-out infinite 1.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.logo-strip { border-bottom: 1px solid var(--line); background: #fff; }
.logo-strip-inner { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: 23px; overflow: hidden; color: #7d8a9b; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.logo-strip-inner i { width: 4px; height: 4px; border-radius: 50%; background: #a7d9c0; }

.problem-section { background: #fff; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4.3vw, 4.25rem); line-height: 1.08; letter-spacing: -.05em; color: var(--navy-dark); }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p, .section-intro > p, .nova-copy > p, .security-copy > p, .faq-heading > p { color: var(--muted); font-size: 1.04rem; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 68px; }
.outcomes-grid article { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.outcomes-grid article:hover { transform: translateY(-5px); border-color: #b7ccdf; box-shadow: var(--shadow); }
.outcomes-grid article > span { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-bottom: 29px; border-radius: 10px; color: var(--green); background: var(--mint); font-size: .75rem; font-weight: 900; }
.outcomes-grid h3, .feature-card h3, .industry-grid h3, .security-list h3 { margin-bottom: 11px; font-size: 1.22rem; line-height: 1.3; }
.outcomes-grid p, .feature-card p, .industry-grid p, .security-list p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }

.features-section { color: white; background: var(--navy-dark); }
.features-section .section-intro { max-width: 750px; }
.features-section h2 { color: #fff; }
.section-intro > p { max-width: 660px; }
.features-section .section-intro > p { color: #bfd0e1; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 58px; }
.feature-card { min-height: 280px; padding: 29px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); transition: transform .2s, background .2s, border-color .2s; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.085); border-color: rgba(255,255,255,.2); }
.feature-card-large { grid-column: span 2; display: grid; grid-template-columns: auto 1fr; gap: 0 21px; }
.feature-card .feature-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 44px; border-radius: 13px; color: #93efbd; background: rgba(23,164,99,.16); font-size: 1.15rem; font-weight: 900; }
.feature-card-large .feature-icon { grid-row: 1 / span 2; }
.feature-card > span, .feature-card div > span { display: block; margin-bottom: 8px; color: #83ddb0; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.feature-card h3 { color: white; font-size: 1.28rem; }
.feature-card p { color: #b7c8d8; }
.feature-card ul { grid-column: 2; display: flex; gap: 18px; flex-wrap: wrap; margin: 22px 0 0; padding: 0; list-style: none; }
.feature-card li { position: relative; padding-left: 14px; color: #c7d6e4; font-size: .75rem; }
.feature-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: #57d399; }

.nova-section { overflow: hidden; background: linear-gradient(180deg,#f7fbff,#fff); }
.nova-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.nova-visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.nova-glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(12,166,106,.13), transparent 68%); }
.conversation-window { position: relative; z-index: 2; width: 560px; max-width: 100%; padding: 18px; border: 1px solid #dce7f1; border-radius: 24px; background: #fff; box-shadow: 0 32px 75px rgba(21,64,111,.16); }
.conversation-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 18px; border-bottom: 1px solid #e6edf4; }
.conversation-head > div { display: flex; align-items: center; gap: 10px; }
.conversation-head span { display: flex; flex-direction: column; line-height: 1.2; }
.conversation-head strong { font-size: .8rem; }
.conversation-head small { font-size: .59rem; color: #8190a0; }
.conversation-head > i { font-style: normal; font-size: .57rem; color: var(--green); padding: 4px 8px; border-radius: 8px; background: var(--mint); }
.message { margin-top: 20px; border-radius: 15px; font-size: .83rem; }
.user-message { width: 73%; margin-left: auto; padding: 13px 15px; color: #fff; background: var(--navy); }
.nova-message { display: flex; gap: 10px; padding: 16px; border: 1px solid #e1e9f0; background: #f8fbfd; }
.message-mark { flex: 0 0 auto; }
.nova-message p { margin-bottom: 12px; color: #354b65; }
.nova-message small { color: #8b98a7; font-size: .58rem; }
.insight-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.insight-chips span { padding: 4px 8px; border-radius: 7px; color: var(--navy); background: #e6f0fa; font-size: .57rem; font-weight: 800; }
.query-row { margin-top: 20px; min-height: 51px; padding: 0 7px 0 15px; border: 1px solid #d9e3ec; border-radius: 14px; display: flex; align-items: center; justify-content: space-between; color: #94a0ad; font-size: .7rem; }
.query-row b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--green); }
.nova-copy > p { max-width: 580px; }
.nova-points { display: grid; gap: 22px; margin-top: 36px; }
.nova-points > div { display: flex; gap: 18px; padding-top: 22px; border-top: 1px solid var(--line); }
.nova-points i { flex: 0 0 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; font-style: normal; font-size: .68rem; font-weight: 900; color: var(--green); background: var(--mint); }
.nova-points p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.nova-points strong { font-size: .96rem; }
.nova-points span { color: var(--muted); font-size: .86rem; }

.industries-section { background: #fff; }
.section-intro.compact { max-width: 820px; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 58px; }
.industry-grid article { position: relative; min-height: 330px; padding: 29px; border: 1px solid var(--line); border-radius: 23px; overflow: hidden; }
.industry-grid article::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -70px; border-radius: 50%; background: var(--sky); transition: transform .3s; }
.industry-grid article:hover::after { transform: scale(1.25); }
.industry-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 58px; border-radius: 12px; color: var(--navy); background: var(--sky); font-size: .72rem; font-weight: 900; }
.industry-grid h3 { font-size: 1.33rem; }
.industry-grid > article > span { position: absolute; z-index: 2; bottom: 27px; left: 29px; color: var(--green); font-size: .7rem; font-weight: 900; }

.security-section { color: white; background: linear-gradient(145deg, var(--navy-deep), var(--navy-dark)); }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.security-copy { position: sticky; top: 120px; }
.security-copy h2 { color: white; }
.security-copy > p { color: #bbcede; }
.inline-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 16px; color: #8ce7b7; font-weight: 800; }
.security-list { display: grid; }
.security-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.14); }
.security-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.security-list > article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #88e5b4; background: rgba(20,173,102,.15); font-size: .67rem; font-weight: 900; }
.security-list h3 { margin-bottom: 6px; color: white; }
.security-list p { color: #b9cbdc; }

.faq-section { background: #f7fafd; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading .button { margin-top: 12px; }
.accordion details { border-top: 1px solid #d8e2ec; }
.accordion details:last-child { border-bottom: 1px solid #d8e2ec; }
.accordion summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 800; color: var(--navy-dark); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--green); font-size: 1.3rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 50px 23px 0; color: var(--muted); }

.final-cta { padding: 76px 0; color: white; background: linear-gradient(120deg, #0c7546, #0b5e72 55%, #154e89); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 720px; margin-bottom: 14px; color: white; font-size: clamp(2.4rem,4vw,4rem); }
.final-cta p { margin-bottom: 0; color: #d6eee3; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }

.site-footer { padding: 70px 0 26px; background: #061a34; color: white; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 50px; }
.footer-brand img { width: 170px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 330px; margin-top: 22px; color: #a9bacb; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 8px; font-size: .82rem; }
.footer-links a { color: #9fb1c4; font-size: .83rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 58px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #8297ab; font-size: .72rem; }

.legal-page { min-height: 70vh; padding: 90px 0; background: #f7fafd; }
.legal-card { max-width: 850px; padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.7rem,5vw,4.5rem); }
.legal-card h2 { margin-top: 36px; font-size: 1.5rem; letter-spacing: -.025em; }
.legal-card p, .legal-card li { color: var(--muted); }

@media (max-width: 1180px) {
  .site-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 760px; }
  .product-stage { max-width: 560px; aspect-ratio: 10 / 8.5; }
  .app-window { width: min(100%, 560px); transform: none; }
  .floating-one { left: 4%; }
  .floating-two { right: 4%; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .security-grid, .faq-grid { gap: 60px; }
}

@media (max-width: 1080px) {
  .site-nav { gap: 14px; font-size: .88rem; }
}

@media (max-width: 860px) {
  .section-pad { padding: 82px 0; }
  .menu-button { display: block; margin-left: auto; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 11px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-actions .text-link { display: none; }
  .brand { width: 140px; }
  .hero { padding: 40px 0 52px; }
  h1 { font-size: clamp(2.35rem, 8.5vw, 3.6rem); }
  .split-heading, .nova-grid, .security-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .split-heading { align-items: start; }
  .outcomes-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .feature-card-large { grid-column: span 1; display: block; }
  .feature-card-large .feature-icon { margin-bottom: 44px; }
  .feature-card ul { margin-top: 22px; }
  .nova-grid { display: flex; flex-direction: column-reverse; }
  .security-copy, .faq-heading { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main .footer-links:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { height: 70px; gap: 12px; }
  .brand { width: 128px; }
  .nav-actions .button { min-height: 39px; padding: 0 13px; font-size: .78rem; }
  .hero { padding: 28px 0 40px; }
  h1 { font-size: clamp(2.15rem, 9.5vw, 3.1rem); }
  .hero-lead { font-size: .98rem; margin-bottom: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; min-height: 48px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; padding-top: 14px; }
  .product-stage { max-width: 100%; aspect-ratio: 10 / 9; margin-top: 8px; }
  .app-window { transform: none; width: 100%; }
  .app-body { grid-template-columns: 38px 1fr; min-height: 360px; }
  .app-sidebar { padding-inline: 8px; }
  .app-sidebar span { width: 14px; height: 14px; }
  .app-content { padding: 12px; }
  .metric-row { gap: 6px; }
  .metric-row article { min-height: 78px; padding: 9px; }
  .metric-row strong { font-size: .67rem; }
  .dashboard-row { grid-template-columns: 1fr; gap: 6px; }
  .chart-card { min-height: 130px; }
  .nova-card { display: none; }
  .workflow-card { padding: 8px; }
  .workflow-card b { max-width: 15px; }
  .floating-card { display: none; }
  .logo-strip-inner { justify-content: flex-start; overflow-x: auto; }
  h2 { font-size: clamp(2.25rem,11vw,3.2rem); }
  .feature-grid, .industry-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .conversation-window { padding: 13px; }
  .nova-visual { min-height: 480px; }
  .user-message { width: 87%; }
  .industry-grid article { min-height: 280px; }
  .faq-grid { gap: 35px; }
  .accordion summary { min-height: 68px; }
  .final-cta { padding: 65px 0; }
  .cta-actions { width: 100%; }
  .cta-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-links:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-card { padding: 28px; }
}


/* Short laptop / landscape: compress hero so CTAs stay usable above the fold */
@media (max-height: 820px) and (min-width: 861px) {
  .hero { padding: 36px 0 44px; }
  .nav-wrap { height: 68px; }
  h1 { font-size: clamp(2.3rem, 3.8vw, 3.6rem); margin-bottom: 12px; }
  .hero-lead { margin-bottom: 16px; font-size: 1rem; }
  .hero-proof { margin-top: 18px; padding-top: 14px; }
  .product-stage { max-width: 480px; aspect-ratio: 10 / 8.2; }
  .eyebrow { margin-bottom: 10px; }
}

@media (max-height: 720px) and (min-width: 861px) {
  .hero-proof { display: none; }
  .hero { padding: 28px 0 36px; }
  .product-stage { max-width: 420px; }
}

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

.ecosystem-section .section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.ecosystem-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.5rem 1.35rem;
  border-radius: 24px;
  border: 1px solid var(--line, #dce5ef);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 18px 48px rgba(21, 64, 111, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ecosystem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(21, 64, 111, 0.12);
}

.ecosystem-card .eco-tag {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #205695;
}

.ecosystem-card strong {
  font-size: 1.25rem;
  color: #10233f;
}

.ecosystem-card span:last-child {
  color: #5f6f84;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .ecosystem-grid { grid-template-columns: 1fr; }
}

/* Prevent intrinsic dashboard width from expanding the mobile grid track. */
.hero-grid > *, .nova-grid > *, .security-grid > *, .faq-grid > * { min-width: 0; }

@media (max-width: 620px) {
  .product-stage, .app-window, .hero-copy, .hero-actions { width: 100%; min-width: 0; }
  .hero-proof div:last-child { grid-column: 1 / -1; }
}
