/*
Theme Name: ZenitOne Institucional
Theme URI: https://example.invalid/zenitone
Author: ZenitOne
Description: Tema institucional premium para a plataforma de gestão económico-financeira ZenitOne.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: zenitone
*/

:root {
  --blue: #1f66ad;
  --blue-700: #174f88;
  --navy: #1b2232;
  --navy-2: #111827;
  --gold: #c7923e;
  --gold-soft: #f8edda;
  --green: #1d8a62;
  --ink: #172033;
  --muted: #5d6878;
  --line: #dfe5ec;
  --surface: #ffffff;
  --soft: #f5f7fa;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(20, 36, 60, .11);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a { color: var(--blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue-700); }
:focus-visible { outline: 3px solid #f0b453; outline-offset: 3px; border-radius: 4px; }
.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding: 108px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--navy); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; content: ""; background: var(--gold); }
.section-dark .eyebrow { color: #a9cdef; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy); font-weight: 750; line-height: 1.13; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5vw, 4.8rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.18rem; letter-spacing: -.015em; }
p { margin: 0 0 1.2em; }
.lead { max-width: 740px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .lead, .section-dark p { color: #c7d0dd; }
.section-heading { margin-bottom: 48px; }
.section-heading.split { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
.section-heading.split p { margin-bottom: .4em; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; color: #fff; background: var(--blue); box-shadow: 0 8px 18px rgba(31, 102, 173, .2); font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { color: #fff; background: var(--blue-700); box-shadow: 0 10px 24px rgba(31, 102, 173, .28); transform: translateY(-2px); }
.button-secondary { color: var(--navy); border-color: #cad3de; background: #fff; box-shadow: none; }
.button-secondary:hover { color: var(--navy); background: #f3f6f9; box-shadow: none; }
.button-light { color: var(--navy); background: #fff; box-shadow: none; }
.button-light:hover { color: var(--navy); background: #eef4fa; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

/* Header */
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 76px; border-bottom: 1px solid rgba(205, 216, 228, .78); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.header-inner { display: flex; height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--navy); font-size: 1.43rem; font-weight: 800; letter-spacing: -.045em; text-decoration: none; }
.brand-mark { display: grid; width: 36px; height: 36px; margin-right: 9px; place-items: center; border-radius: 9px; color: #fff; background: var(--navy); }
.brand-mark svg { width: 22px; }
.brand-one { color: var(--blue); }
.primary-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 30px); }
.primary-nav a { color: #394457; font-size: .91rem; font-weight: 650; text-decoration: none; }
.primary-nav a:hover { color: var(--blue); }
.primary-nav .button { min-height: 42px; padding: 10px 17px; color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 8px; color: var(--navy); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

/* Hero */
.hero { overflow: hidden; position: relative; padding: 150px 0 92px; background: linear-gradient(110deg, #fff 0%, #fff 57%, #f1f5f9 57%, #f1f5f9 100%); }
.hero::after { position: absolute; z-index: 0; right: -110px; bottom: -180px; width: 520px; height: 520px; border: 80px solid rgba(31, 102, 173, .045); border-radius: 50%; content: ""; }
.hero-grid { display: grid; position: relative; z-index: 1; grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr); align-items: center; gap: clamp(48px, 6vw, 82px); }
.hero-copy h1 { max-width: 720px; }
.hero-copy .lead { margin: 24px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #485468; font-size: .92rem; font-weight: 650; }
.hero-note svg { color: var(--gold); }
.dashboard-shell { position: relative; border: 1px solid #d8e0e9; border-radius: 20px; background: #fff; box-shadow: 0 28px 80px rgba(25, 44, 70, .18); transform: perspective(1600px) rotateY(-2deg) rotateX(1deg); }
.window-bar { display: flex; height: 38px; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid #e5e9ef; }
.window-bar > span:not(.window-title) { width: 8px; height: 8px; border-radius: 50%; background: #d5dbe2; }
.window-title { margin-left: auto; color: #4f5a69; font-size: .63rem; font-weight: 700; letter-spacing: .04em; }
.dashboard { display: grid; min-height: 395px; grid-template-columns: 108px 1fr; overflow: hidden; border-radius: 0 0 20px 20px; }
.dash-sidebar { padding: 22px 14px; color: #c3cedd; background: var(--navy); }
.dash-logo { display: flex; align-items: center; gap: 6px; margin-bottom: 28px; color: #fff; font-size: .62rem; font-weight: 800; }
.dash-logo .brand-mark { width: 21px; height: 21px; margin: 0; border-radius: 5px; background: var(--blue); }
.dash-logo .brand-mark svg { width: 13px; }
.dash-logo .brand-one { color: #9dccf2; }
.dash-nav-item { display: flex; align-items: center; gap: 7px; margin: 8px 0; padding: 7px; border-radius: 6px; font-size: .53rem; }
.dash-nav-item.active { color: #fff; background: rgba(255, 255, 255, .1); }
.dash-nav-item svg { width: 12px; height: 12px; }
.dash-main { padding: 22px; background: #f4f6f9; }
.dash-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.dash-top strong { display: block; color: var(--navy); font-size: .78rem; }
.dash-top small { color: #596575; font-size: .55rem; }
.dash-period { padding: 5px 8px; border: 1px solid #dce2e9; border-radius: 5px; color: #687384; background: #fff; font-size: .52rem; }
.kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kpi { padding: 12px; border: 1px solid #e4e8ee; border-radius: 9px; background: #fff; }
.kpi-label { color: #596575; font-size: .5rem; }
.kpi strong { display: block; margin: 4px 0; color: var(--navy); font-size: .9rem; }
.kpi-trend { color: #176b4d; font-size: .48rem; font-weight: 700; }
.chart-row { display: grid; grid-template-columns: 1.55fr .8fr; gap: 10px; margin-top: 10px; }
.chart-card { min-height: 166px; padding: 13px; border: 1px solid #e4e8ee; border-radius: 9px; background: #fff; }
.chart-title { color: #3e495b; font-size: .59rem; font-weight: 750; }
.bar-chart { display: flex; height: 105px; align-items: end; justify-content: space-around; gap: 7px; padding-top: 15px; border-bottom: 1px solid #e4e8ee; }
.bar-group { display: flex; height: 100%; align-items: end; gap: 3px; }
.bar { width: 8px; border-radius: 3px 3px 0 0; background: var(--blue); }
.bar.alt { background: #aac6e1; }
.donut { display: grid; width: 86px; height: 86px; margin: 18px auto 0; place-items: center; border-radius: 50%; background: conic-gradient(var(--blue) 0 57%, var(--gold) 57% 78%, #dce5ee 78%); }
.donut::after { display: grid; width: 57px; height: 57px; place-items: center; border-radius: 50%; color: var(--navy); background: #fff; content: "78%"; font-size: .72rem; font-weight: 800; }
.demo-label { position: absolute; right: 24px; bottom: -16px; padding: 8px 12px; border-radius: 7px; color: #69501f; background: #fff5df; box-shadow: 0 8px 18px rgba(60, 45, 20, .1); font-size: .67rem; font-weight: 750; }

/* Content cards */
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { padding: 28px 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.benefit-card:hover { border-color: #c0d3e6; box-shadow: 0 15px 38px rgba(31, 56, 84, .09); transform: translateY(-4px); }
.card-icon { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: 12px; color: var(--blue); background: #eaf2fa; }
.benefit-card:nth-child(4) .card-icon { color: var(--green); background: #e8f5f0; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.feature { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature:nth-child(3n) { border-right: 0; }
.feature:nth-last-child(-n+3) { border-bottom: 0; }
.feature .card-icon { width: 42px; height: 42px; margin: 0; }
.feature h3 { margin: 1px 0 6px; font-size: 1rem; }
.feature p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }

/* Intelligence */
.intel-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.document-visual { position: relative; min-height: 485px; padding: 46px 55px 30px 30px; }
.document-visual::before { position: absolute; inset: 0 50px 32px 0; border-radius: 25px; content: ""; background: #e8eef5; }
.invoice { position: relative; z-index: 1; max-width: 365px; padding: 30px; border: 1px solid #dbe2ea; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.invoice-head { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.invoice-brand { width: 86px; height: 16px; border-radius: 3px; background: var(--navy); }
.invoice-tag { color: var(--blue); font-size: .62rem; font-weight: 800; }
.invoice-lines { padding: 18px 0; }
.invoice-line { height: 7px; margin: 11px 0; border-radius: 4px; background: #e5e9ee; }
.invoice-line:nth-child(2) { width: 72%; }
.invoice-line:nth-child(4) { width: 86%; }
.scan-box { position: absolute; z-index: 2; right: 0; bottom: 0; width: 255px; padding: 19px; border: 1px solid #b8d3eb; border-radius: 12px; background: #fff; box-shadow: 0 14px 40px rgba(25, 52, 80, .15); }
.scan-status { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: .68rem; font-weight: 800; }
.scan-status::before { width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--green); box-shadow: 0 0 0 4px #e6f5ef; }
.scan-field { display: flex; justify-content: space-between; margin-top: 14px; color: #6b7584; font-size: .62rem; }
.scan-field strong { color: var(--navy); }
.check-list { display: grid; gap: 16px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: #3f4a5d; }
.check-list svg { margin-top: 2px; color: var(--green); }

/* Steps, audiences, desktop */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: steps; }
.step { position: relative; padding: 0 50px 0 72px; counter-increment: steps; }
.step::before { display: grid; position: absolute; top: 0; left: 0; width: 48px; height: 48px; place-items: center; border: 1px solid #6380a2; border-radius: 50%; color: #fff; content: "0" counter(steps); font-size: .75rem; font-weight: 800; }
.step:not(:last-child)::after { position: absolute; top: 24px; right: 5px; width: 32px; height: 1px; content: ""; background: #526177; }
.step p { margin: 0; font-size: .94rem; }
.security-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; }
.security-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.security-item { display: flex; min-height: 82px; align-items: center; gap: 13px; padding: 16px; border: 1px solid #394153; border-radius: 11px; background: #20293a; color: #dbe3ed; font-size: .89rem; }
.security-item svg { color: #7db5e7; }
.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 38px; }
.audience-card { padding: 22px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.audience-card span { display: block; margin-bottom: 18px; color: #805918; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.audience-card h3 { margin: 0; font-size: .98rem; }
.desktop-panel { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; padding: 52px; border-radius: 24px; color: #fff; background: var(--blue); overflow: hidden; }
.desktop-panel h2 { color: #fff; }
.desktop-panel p { color: #e3effa; }
.os-list { display: flex; gap: 10px; margin-top: 26px; }
.os-item { display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; font-size: .78rem; font-weight: 700; }
.desktop-art { position: relative; height: 260px; }
.monitor { position: absolute; inset: 4px 10px 35px; padding: 10px; border-radius: 12px; background: #20293a; box-shadow: 0 24px 50px rgba(12, 27, 48, .28); }
.monitor-screen { display: grid; height: 100%; grid-template-columns: 22% 1fr; border-radius: 5px; overflow: hidden; background: #f2f5f8; }
.monitor-nav { background: var(--navy); }
.monitor-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 14px; }
.monitor-card { border-radius: 5px; background: #fff; }
.monitor-card.wide { grid-column: span 2; background: linear-gradient(180deg, #fff 0 65%, #d7e5f2 65%); }
.monitor-stand { position: absolute; bottom: 0; left: 50%; width: 110px; height: 36px; border-bottom: 8px solid #1c2636; transform: translateX(-50%); }

/* Form and FAQ */
.demo-section { background: #f0f4f8; }
.demo-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 100px); }
.contact-note { margin-top: 28px; padding: 16px 18px; border-left: 3px solid var(--gold); color: #566173; background: #fff; font-size: .88rem; }
.demo-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(24, 44, 67, .08); }
.form-field { display: grid; gap: 6px; }
.form-field.full, .form-status, .form-consent, .form-actions { grid-column: 1 / -1; }
.form-field label { color: #354054; font-size: .84rem; font-weight: 750; }
.required { color: #a94535; }
.form-field input, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #cbd4df; border-radius: 8px; color: var(--ink); background: #fff; }
.form-field textarea { min-height: 105px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(31, 102, 173, .15); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: #505b6d; font-size: .82rem; }
.form-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; accent-color: var(--blue); }
.form-status { display: none; padding: 12px 14px; border-radius: 8px; font-size: .88rem; }
.form-status.is-visible { display: block; }
.form-status.success { color: #145a41; background: #e8f5f0; }
.form-status.error { color: #8c3326; background: #fbece9; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.faq-list { max-width: 850px; margin: 42px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; border: 0; color: var(--navy); background: transparent; font-weight: 750; text-align: left; cursor: pointer; }
.faq-question svg { transition: transform .2s; }
.faq-question[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 40px 20px 4px; color: var(--muted); }
.faq-answer.is-open { display: block; }
.faq-answer p { margin: 0; }

/* Footer and cookies */
.site-footer { padding: 72px 0 25px; color: #aeb8c7; background: #111722; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.site-footer .brand { margin-bottom: 16px; color: #fff; }
.footer-about p { max-width: 330px; font-size: .88rem; }
.footer-title { margin: 3px 0 18px; color: #fff; font-size: .85rem; font-weight: 800; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .footer-links span { color: #aeb8c7; font-size: .85rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-links button { padding: 0; border: 0; color: #aeb8c7; background: transparent; font-size: .85rem; text-align: left; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; cursor: pointer; }
.footer-links button:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid #29303c; font-size: .76rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: #aeb8c7; }
.placeholder { opacity: .7; font-style: italic; }
.cookie-banner { display: none; position: fixed; z-index: 2000; right: 22px; bottom: 22px; width: min(470px, calc(100% - 44px)); padding: 22px; border: 1px solid #d7dee7; border-radius: 14px; background: #fff; box-shadow: 0 20px 60px rgba(15, 28, 45, .2); }
.cookie-banner.is-visible { display: block; }
.cookie-banner h2 { margin-bottom: 7px; font-size: 1rem; }
.cookie-banner p { margin-bottom: 16px; color: var(--muted); font-size: .8rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions .button { min-height: 39px; padding: 8px 13px; font-size: .78rem; }
.cookie-settings { display: none; margin: 12px 0; padding: 11px; border-radius: 7px; background: var(--soft); font-size: .8rem; }
.cookie-settings.is-open { display: block; }

@media (max-width: 1060px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: .84rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .dashboard-shell { max-width: 720px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  .primary-nav { display: none; position: fixed; inset: 76px 0 auto; max-height: calc(100vh - 76px); align-items: stretch; padding: 22px 20px 30px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 30px rgba(20, 36, 60, .12); overflow-y: auto; }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 10px 5px; font-size: 1rem; }
  .primary-nav .button { margin-top: 7px; }
  .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); }
  .hero { padding-top: 125px; background: linear-gradient(180deg, #fff 0 55%, #f1f5f9 55%); }
  .hero-grid { gap: 55px; }
  .section-heading.split, .intel-grid, .security-grid, .desktop-panel, .demo-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature:nth-child(2n) { border-right: 0; }
  .feature:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .feature:nth-last-child(-n+2) { border-bottom: 0; }
  .steps { gap: 35px; }
  .step { padding: 66px 20px 0 0; }
  .step:not(:last-child)::after { top: 24px; right: 18px; left: 58px; width: auto; }
  .desktop-panel { gap: 42px; padding: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h1 { font-size: 2.45rem; }
  h2 { font-size: 2rem; }
  .hero { padding: 115px 0 70px; }
  .hero-actions { display: grid; }
  .dashboard-shell { margin-right: -70px; transform: scale(.9); transform-origin: left center; }
  .dashboard { grid-template-columns: 85px 1fr; min-height: 360px; }
  .dash-main { padding: 14px; }
  .kpi-row { gap: 6px; }
  .kpi { padding: 8px; }
  .chart-row { grid-template-columns: 1fr; }
  .chart-row .chart-card:last-child { display: none; }
  .benefit-grid, .features-grid, .security-list, .audience-grid, .demo-form { grid-template-columns: 1fr; }
  .feature { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .feature:last-child { border-bottom: 0 !important; }
  .document-visual { min-height: 430px; padding: 25px 25px 30px 5px; }
  .scan-box { width: 225px; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 5px 0 0 67px; }
  .step:not(:last-child)::after { top: 56px; bottom: -29px; left: 23px; width: 1px; height: auto; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .desktop-panel { padding: 28px 22px; }
  .os-list { flex-wrap: wrap; }
  .demo-form { padding: 22px; }
  .form-field.full, .form-status, .form-consent, .form-actions { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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