:root {
  --navy: #071a4d;
  --navy-2: #0a2f68;
  --blue: #056c98;
  --teal: #00a4aa;
  --teal-2: #18c7bd;
  --mint: #e7f8f7;
  --ice: #f4f9fb;
  --ink: #13223d;
  --muted: #617087;
  --line: #dbe7ed;
  --white: #ffffff;
  --red: #d84e56;
  --red-soft: #fff0f0;
  --shadow: 0 22px 60px rgba(7, 26, 77, .12);
  --shadow-small: 0 12px 32px rgba(7, 26, 77, .09);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link { position: absolute; left: -9999px; top: 12px; background: var(--navy); color: white; padding: 10px 16px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { left: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(219,231,237,.75); backdrop-filter: blur(18px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 170px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; color: #31425d; }
.main-nav > a:not(.button) { position: relative; padding: 8px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--teal); transition: width .25s ease; }
.main-nav > a:not(.button):hover::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 12px; color: white; font-weight: 750; background: linear-gradient(135deg, var(--navy-2), var(--teal)); box-shadow: 0 12px 28px rgba(0, 137, 153, .22); transition: transform .2s ease, box-shadow .2s ease, filter .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0, 137, 153, .28); filter: saturate(1.05); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; font-size: 14px; }
.text-link { color: var(--navy); font-weight: 750; }
.text-link span { color: var(--teal); margin-left: 4px; transition: margin .2s; }
.text-link:hover span { margin-left: 9px; }

.hero { position: relative; min-height: calc(100vh - 78px); display: grid; align-items: center; background: radial-gradient(circle at 82% 18%, rgba(24,199,189,.13), transparent 30%), linear-gradient(180deg, #fff 0%, #f7fbfc 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(0,164,170,.09); border-radius: 50%; right: -220px; top: -260px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 850; }
.eyebrow span { width: 30px; height: 2px; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 5.1vw, 76px); line-height: 1.02; letter-spacing: -.045em; color: var(--navy); }
h1 em { display: block; font-style: normal; color: var(--teal); }
.hero-lead { max-width: 625px; color: var(--muted); font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin: 34px 0 42px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 630px; gap: 16px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { color: var(--navy); font-size: 16px; }
.trust-row span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 420px; height: 420px; background: rgba(0,164,170,.12); right: 0; top: 50px; }
.glow-two { width: 300px; height: 300px; background: rgba(5,108,152,.08); left: 20px; bottom: 40px; }
.dashboard-shell { position: relative; z-index: 2; width: min(100%, 660px); background: white; border: 1px solid #d8e6ec; border-radius: 22px; overflow: hidden; box-shadow: 0 35px 90px rgba(7,26,77,.18); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.dashboard-topbar { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e7eef2; color: #69778c; font-size: 12px; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cbd7de; }
.avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 10px; font-weight: 900; }
.dashboard-body { display: grid; grid-template-columns: 54px 1fr; min-height: 420px; }
.dash-sidebar { background: var(--navy); display: flex; flex-direction: column; align-items: center; gap: 23px; padding: 18px 0; }
.mini-mark { color: white; font-size: 18px; margin-bottom: 8px; }
.dash-sidebar i { display: block; width: 14px; height: 14px; border-radius: 4px; border: 1px solid rgba(255,255,255,.38); }
.dash-sidebar i.active { border-color: var(--teal-2); background: var(--teal-2); box-shadow: 0 0 0 5px rgba(24,199,189,.12); }
.dash-content { padding: 23px; background: #f7fafb; }
.dash-heading { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.dash-heading div { display: flex; flex-direction: column; }
.dash-heading small { color: #7b899a; }
.dash-heading strong { color: var(--navy); font-size: 16px; }
.status-pill { align-self: center; padding: 6px 10px; background: #e8f7ef; color: #2b9364; border-radius: 30px; font-size: 10px; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.metric-grid article { padding: 14px; background: white; border: 1px solid #e4edf1; border-radius: 12px; display: flex; flex-direction: column; }
.metric-grid span { color: #738296; font-size: 9px; }
.metric-grid strong { color: var(--navy); font-size: 22px; line-height: 1.25; }
.metric-grid small { font-size: 9px; color: #6d7c90; }
.metric-grid b { color: #23aa79; }
.chart-card { margin-top: 12px; padding: 14px 14px 4px; background: white; border: 1px solid #e4edf1; border-radius: 12px; }
.card-title { display: flex; justify-content: space-between; align-items: center; }
.card-title strong { color: var(--navy); font-size: 11px; }
.card-title span { color: #8290a0; font-size: 8px; }
.chart-card svg { height: 115px; margin-top: 5px; }
.grid-lines path { stroke: #e8eff2; stroke-width: 1; fill: none; }
.chart-card .area { fill: url(#area); }
.chart-card .line { fill: none; stroke: var(--teal); stroke-width: 4; stroke-linecap: round; }
.points circle { fill: white; stroke: var(--teal); stroke-width: 3; }
.assistant-card { margin-top: 12px; padding: 11px; display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; background: linear-gradient(90deg, #eefbfa, white); border: 1px solid #d8f0ee; border-radius: 12px; }
.ai-orb { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--blue), var(--teal)); font-size: 10px; font-weight: 900; }
.assistant-card strong { display: block; color: var(--navy); font-size: 10px; }
.assistant-card p { margin: 0; color: #6a788c; font-size: 8px; }
.assistant-card button { border: 0; border-radius: 8px; color: white; background: var(--navy); padding: 7px 10px; font-size: 8px; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(219,231,237,.9); border-radius: 14px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-small); backdrop-filter: blur(12px); }
.floating-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 11px; font-weight: 900; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card strong { color: var(--navy); font-size: 11px; }
.floating-card small { color: #8190a1; font-size: 8px; }
.float-alert { left: -12px; bottom: 74px; animation: float 5s ease-in-out infinite; }
.float-ai { right: -10px; top: 76px; animation: float 5.6s ease-in-out infinite reverse; }
.float-ai > span { background: var(--navy); }
@keyframes float { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-10px) } }

.section-heading { max-width: 620px; }
.section-heading.center { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading h2 { margin: 12px 0 18px; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); font-size: 17px; }
.problem-section { background: white; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; transition: transform .25s, box-shadow .25s, border .25s; }
.problem-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-small); border-color: #f2c9cc; }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 24px; font-size: 26px; font-weight: 900; }
.icon.red { color: var(--red); background: var(--red-soft); }
.problem-card h3 { margin-bottom: 8px; color: var(--navy); font-size: 20px; }
.problem-card p { margin: 0; color: var(--muted); font-size: 14px; }

.solution-section { background: var(--ice); }
.split-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.feature-list { margin-top: 34px; display: grid; gap: 4px; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-list > div > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--teal); font-size: 11px; font-weight: 900; }
.feature-list h3 { margin-bottom: 3px; color: var(--navy); font-size: 17px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }
.workflow-panel { padding: 28px; border: 1px solid #d8e6ec; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.workflow-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 800; }
.workflow-header b { padding: 5px 10px; border-radius: 20px; color: #238d66; background: #e8f7ef; font-size: 10px; }
.workflow-step { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; }
.workflow-step i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #d8e4ea; color: #8290a0; background: white; font-style: normal; font-weight: 800; }
.workflow-step div { display: flex; flex-direction: column; }
.workflow-step strong { color: var(--navy); font-size: 14px; }
.workflow-step small { color: #7c8999; font-size: 11px; }
.workflow-step > span { color: #8a97a6; font-size: 11px; font-weight: 750; }
.workflow-step.done i { color: white; border-color: var(--teal); background: var(--teal); }
.workflow-step.done > span { color: var(--teal); }
.workflow-step.current i { color: white; border-color: var(--navy); background: var(--navy); box-shadow: 0 0 0 5px rgba(7,26,77,.07); }
.workflow-step.current > span { color: var(--navy); }
.connector { width: 1px; height: 26px; margin: 4px 0 4px 20px; background: #dce7ec; }
.workflow-summary { margin-top: 24px; padding: 18px; border-radius: 15px; background: #f3faf9; }
.workflow-summary > div:first-child { display: flex; justify-content: space-between; color: var(--navy); }
.workflow-summary small { font-size: 11px; }
.workflow-summary strong { font-size: 16px; }
.progress { height: 8px; margin: 10px 0; border-radius: 20px; background: #d7ecea; overflow: hidden; }
.progress i { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--teal-2)); }
.workflow-summary p { margin: 0; color: #617287; font-size: 11px; }

.benefits-section { background: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: white; transition: .25s; }
.benefit-card:hover { transform: translateY(-7px); border-color: #98dcda; box-shadow: var(--shadow-small); }
.benefit-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 17px; color: var(--teal); background: var(--mint); font-size: 29px; font-weight: 800; }
.benefit-card h3 { margin-bottom: 10px; color: var(--navy); }
.benefit-card p { color: var(--muted); font-size: 14px; }
.benefit-card a { margin-top: auto; color: var(--navy); font-size: 13px; font-weight: 800; }
.benefit-card a span { color: var(--teal); }

.security-section { color: white; background: linear-gradient(135deg, var(--navy), #063d6c 58%, #007f89); overflow: hidden; }
.security-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: center; }
.security-section .section-heading h2 { color: white; }
.security-section .section-heading p { color: #c9d9e4; }
.section-kicker.light { color: #56e2da; }
.security-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.shield { position: relative; z-index: 3; width: 150px; height: 170px; display: grid; place-items: center; background: linear-gradient(145deg, #18c7bd, #0b6d9b); clip-path: polygon(50% 0, 94% 18%, 87% 72%, 50% 100%, 13% 72%, 6% 18%); filter: drop-shadow(0 25px 35px rgba(0,0,0,.24)); }
.shield::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.42); clip-path: inherit; }
.shield span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; border: 3px solid white; color: white; font-size: 30px; font-weight: 900; }
.security-ring { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.ring-one { width: 310px; height: 310px; }
.ring-two { width: 430px; height: 430px; }
.secure-chip { position: absolute; z-index: 4; padding: 9px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); color: #dffcf9; font-size: 11px; font-weight: 700; }
.chip-one { top: 70px; left: 10px; }
.chip-two { right: 0; top: 170px; }
.chip-three { left: 45px; bottom: 55px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; align-items: center; color: #e3eef5; }
.check-list span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(24,199,189,.18); color: #65efe7; font-size: 12px; }

.pilot-section { background: linear-gradient(180deg, #f6fbfc, white); }
.pilot-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 80px; align-items: start; }
.pilot-copy h2 { margin: 12px 0 20px; color: var(--navy); font-size: clamp(38px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.pilot-copy > p { color: var(--muted); font-size: 17px; }
.pilot-points { margin-top: 35px; display: grid; gap: 18px; }
.pilot-points div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 13px; }
.pilot-points span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: var(--teal); font-size: 11px; font-weight: 900; }
.pilot-points p { margin: 0; color: var(--muted); font-size: 14px; }
.pilot-points strong { color: var(--navy); }
.pilot-form { padding: 34px; border: 1px solid #d9e6ec; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-heading h3 { margin-bottom: 5px; color: var(--navy); font-size: 25px; }
.form-heading p { color: var(--muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 25px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full, .consent.full { grid-column: 1 / -1; }
.field span { color: #30415a; font-size: 12px; font-weight: 800; }
.field input, .field select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #d6e2e8; border-radius: 10px; outline: none; color: var(--ink); background: white; transition: border .2s, box-shadow .2s; }
.field input:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(0,164,170,.1); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--red); box-shadow: 0 0 0 4px rgba(216,78,86,.08); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--teal); }
.honeypot { position: absolute; left: -9999px; }
.form-submit { width: 100%; justify-content: space-between; margin-top: 22px; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-submit i { font-style: normal; font-size: 20px; }
.form-message { min-height: 24px; margin-top: 12px; font-size: 13px; font-weight: 700; }
.form-message.success { color: #24895f; }
.form-message.error { color: var(--red); }
.form-note { margin: 6px 0 0; color: #7f8c9c; font-size: 10px; text-align: center; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.1fr; gap: 90px; align-items: start; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy); font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--teal); font-size: 22px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 35px 22px 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 68px 0 28px; color: #c9d8e4; background: #041438; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .75fr 1.05fr; gap: 45px; }
.footer-grid img { width: 175px; filter: brightness(0) invert(1); opacity: .95; }
.footer-grid p { margin-top: 15px; color: #8fa5b9; font-size: 13px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid strong { color: white; }
.footer-grid a:not(.button) { color: #9eb1c2; font-size: 13px; }
.footer-grid a:not(.button):hover { color: white; }
.footer-cta { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.12); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #718aa0; font-size: 10px; }

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

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero { min-height: auto; padding-top: 82px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 540px; }
  .split-layout, .security-grid, .pilot-grid, .faq-layout { gap: 55px; }
  .problem-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; inset: 0 0 0 24%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 42px; background: rgba(255,255,255,.98); box-shadow: -20px 0 50px rgba(7,26,77,.12); transform: translateX(110%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 18px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .split-layout, .security-grid, .pilot-grid, .faq-layout { grid-template-columns: 1fr; }
  .workflow-panel { max-width: 620px; }
  .security-visual { order: 2; min-height: 370px; }
  .pilot-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { padding-left: 0; border-left: 0; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .brand img { width: 145px; }
  .nav-wrap { height: 70px; }
  .main-nav { inset-left: 12%; inset: 0 0 0 12%; }
  h1 { font-size: 43px; }
  .hero { padding-top: 64px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .trust-row { grid-template-columns: 1fr; gap: 13px; }
  .trust-row div { padding-bottom: 10px; border-bottom: 1px solid #edf2f4; }
  .hero-visual { min-height: 390px; margin-inline: -4px; }
  .dashboard-shell { transform: none; border-radius: 15px; }
  .dashboard-topbar { height: 38px; }
  .dashboard-body { grid-template-columns: 36px 1fr; min-height: 315px; }
  .dash-sidebar { gap: 14px; padding-top: 12px; }
  .dash-sidebar i { width: 10px; height: 10px; }
  .dash-content { padding: 12px; }
  .dash-heading strong { font-size: 12px; }
  .status-pill { font-size: 7px; }
  .metric-grid { gap: 5px; }
  .metric-grid article { padding: 8px; border-radius: 8px; }
  .metric-grid span, .metric-grid small { font-size: 6px; }
  .metric-grid strong { font-size: 15px; }
  .chart-card { padding: 8px 8px 0; margin-top: 6px; border-radius: 8px; }
  .chart-card svg { height: 75px; }
  .assistant-card { padding: 7px; margin-top: 6px; grid-template-columns: 28px 1fr auto; }
  .ai-orb { width: 26px; height: 26px; font-size: 7px; }
  .assistant-card strong { font-size: 7px; }
  .assistant-card p { font-size: 6px; }
  .assistant-card button { padding: 5px 7px; font-size: 6px; }
  .floating-card { padding: 8px 10px; }
  .floating-card > span { width: 27px; height: 27px; }
  .float-alert { left: 0; bottom: 20px; }
  .float-ai { right: 0; top: 20px; }
  .problem-grid, .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 260px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading p { font-size: 15px; }
  .split-layout { gap: 40px; }
  .workflow-panel, .pilot-form { padding: 21px; border-radius: 18px; }
  .workflow-step { grid-template-columns: 38px 1fr; }
  .workflow-step > span { grid-column: 2; }
  .security-grid { gap: 35px; }
  .security-visual { min-height: 330px; transform: scale(.84); margin: -30px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .consent.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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