:root {
  --ink: #0b1324;
  --ink-soft: #48566d;
  --blue: #0b5cff;
  --blue-dark: #0647cb;
  --violet: #6d34ff;
  --green: #13a66f;
  --red: #ea2a34;
  --amber: #e58200;
  --line: #dfe6f1;
  --surface: #f6f8fc;
  --white: #fff;
  --navy: #0b1f3a;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(20, 52, 100, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.section { 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; top: 8px; left: 8px; z-index: 999; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .9); border-color: rgba(215, 225, 240, .9); box-shadow: 0 8px 30px rgba(20, 52, 100, .08); backdrop-filter: blur(16px); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: var(--blue); background: linear-gradient(135deg, #e7efff, #edf9ff); box-shadow: inset 0 0 0 1px rgba(11, 92, 255, .08); font-weight: 900; }
.brand-mark svg { width: 29px; height: 29px; }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 3px; color: #64748b; font-size: 11px; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { color: #435069; font-size: 14px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-link { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #fff; border: 1px solid var(--line); color: #269cd8; }
.icon-link svg { width: 19px; height: 19px; fill: currentColor; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--ink); }
.mobile-nav { padding: 14px 20px 20px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 35px rgba(15, 36, 72, .12); }
.mobile-nav a:not(.button) { display: block; padding: 11px 6px; font-weight: 650; }
.mobile-nav .button { width: 100%; margin-top: 8px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; cursor: pointer; font-weight: 760; line-height: 1.15; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .screenshot-button:focus-visible { outline: 3px solid rgba(11, 92, 255, .3); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 12px 32px rgba(64, 73, 255, .28); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(64, 73, 255, .36); }
.button-secondary { border-color: #cdd8e9; background: #fff; color: #173257; }
.button-secondary:hover { border-color: #a6b8d3; background: #f9fbff; }
.button-ghost { min-height: 40px; color: var(--blue); background: rgba(255,255,255,.76); border-color: rgba(11, 92, 255, .18); }
.button-small { padding: 0 16px; font-size: 13px; }
.button-large { min-height: 56px; padding: 0 24px; }
.button-white { color: var(--blue-dark); background: #fff; box-shadow: 0 14px 40px rgba(0, 18, 70, .2); }
.button-full { width: 100%; }
.button svg { width: 20px; height: 20px; fill: currentColor; }

.hero { position: relative; overflow: hidden; padding: 118px 0 0; background: radial-gradient(circle at 80% 20%, rgba(94, 152, 255, .2), transparent 32%), radial-gradient(circle at 6% 70%, rgba(105, 52, 255, .12), transparent 30%), linear-gradient(180deg, #f5f9ff 0%, #fbfcff 75%, #fff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: linear-gradient(rgba(76, 111, 164, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(76, 111, 164, .08) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(80px); pointer-events: none; }
.hero-orb-one { width: 280px; height: 280px; right: -80px; top: 130px; background: rgba(39, 140, 255, .22); }
.hero-orb-two { width: 230px; height: 230px; left: -120px; top: 470px; background: rgba(116, 59, 255, .18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; min-height: 510px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #8c5e00; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow { padding: 8px 12px; border-radius: 999px; background: #fff3c8; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #f0a500; box-shadow: 0 0 0 5px rgba(240,165,0,.13); }
.hero h1 { max-width: 630px; margin: 18px 0 18px; font-size: clamp(2.35rem, 3.55vw, 3.75rem); line-height: 1.05; letter-spacing: -.048em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 600px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.55; }
.hero-benefits { display: grid; gap: 8px; margin: 21px 0 24px; padding: 0; list-style: none; }
.hero-benefits li { display: flex; gap: 10px; align-items: flex-start; color: #31415b; font-weight: 590; }
.hero-benefits span { display: grid; place-items: center; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: #dff8ed; color: var(--green); font-size: 13px; font-weight: 900; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 16px 0 0; color: #68758a; font-size: 12px; }
.hero-visual { position: relative; width: 100%; max-width: 550px; justify-self: end; }
.product-window { position: relative; overflow: hidden; border: 1px solid rgba(140, 165, 207, .36); border-radius: 20px; background: #fff; box-shadow: 0 28px 75px rgba(32, 77, 146, .19), 0 4px 16px rgba(26, 52, 91, .08); transform: perspective(1500px) rotateY(-2.5deg) rotateX(1deg); }
.product-window::after { content: ""; position: absolute; inset: 40px 0 auto; height: 34%; pointer-events: none; background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.22), transparent 62%); }
.window-bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid #edf1f7; color: #7a879b; font-size: 10px; }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #d5deeb; }
.window-bar div { margin-left: auto; }
.product-window img { width: 100%; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; min-width: 170px; padding: 10px 12px; border: 1px solid rgba(210, 220, 237, .85); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 42px rgba(25, 62, 120, .16); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; line-height: 1.25; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 3px; color: #758198; font-size: 11px; }
.floating-danger { top: 64px; right: -12px; }
.floating-success { bottom: -18px; left: -14px; }
.status-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: #fff; background: var(--red); font-weight: 900; }
.pulse { position: relative; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(19,166,111,.13); }
.systems-strip { position: relative; z-index: 3; margin-top: 54px; padding: 24px 0 28px; border-top: 1px solid rgba(199, 211, 230, .68); text-align: center; }
.systems-strip > span { display: block; margin-bottom: 16px; color: #8a95a7; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.systems-list { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(22px, 5vw, 62px); color: #526177; }
.systems-list strong { font-size: 14px; }

.section-heading { margin-bottom: 52px; }
.section-heading.center { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.section-kicker { color: var(--blue); }
.section-kicker.light { color: #a9c9ff; }
.section-heading h2, .ai-copy h2, .evidence-copy h2, .pilot-copy h2, .security-copy h2, .faq-intro h2, .contact-copy h2 { margin: 12px 0 16px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p, .section-heading.split > p { margin: 0; color: var(--ink-soft); font-size: 18px; }
.problems { background: #fff; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pain-card { position: relative; min-height: 318px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.pain-card:hover { transform: translateY(-5px); border-color: #c5d4e9; box-shadow: var(--shadow); }
.pain-number { position: absolute; top: 14px; right: 18px; color: #edf1f7; font-size: 42px; font-weight: 900; letter-spacing: -.06em; }
.pain-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 14px; font-size: 20px; font-weight: 850; }
.pain-icon.red { color: var(--red); background: #fff0f1; }
.pain-icon.amber { color: var(--amber); background: #fff5df; }
.pain-icon.blue { color: var(--blue); background: #eaf1ff; }
.pain-icon.violet { color: var(--violet); background: #f0ebff; }
.pain-card h3 { margin: 0 0 12px; font-size: 19px; line-height: 1.3; }
.pain-card p { margin: 0 0 17px; color: var(--ink-soft); font-size: 14px; }
.pain-card strong { color: #9b2931; font-size: 12px; }
.pattern-section { padding: 0 0 112px; }
.pattern-card { position: relative; overflow: hidden; padding: 48px clamp(28px, 6vw, 78px); border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(78, 136, 255, .48), transparent 30%), linear-gradient(135deg, #0b1f3a, #142c55 62%, #183d80); box-shadow: 0 30px 80px rgba(10, 31, 65, .22); }
.pattern-card::after { content: "?"; position: absolute; right: 4%; top: -56px; color: rgba(255,255,255,.045); font-size: 280px; font-weight: 900; line-height: 1; }
.pattern-label { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: #bcd2ff; background: rgba(255,255,255,.09); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pattern-card blockquote { position: relative; z-index: 2; max-width: 920px; margin: 20px 0 14px; font-size: clamp(1.8rem, 4vw, 3.3rem); font-weight: 820; line-height: 1.08; letter-spacing: -.04em; }
.pattern-card p { position: relative; z-index: 2; max-width: 800px; margin: 0; color: #d3def0; font-size: 17px; }
.pattern-card p strong { color: #fff; }

.solution { background: var(--surface); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { padding: 28px; border: 1px solid #e1e7f0; border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(36, 68, 113, .045); }
.benefit-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 13px; font-size: 13px; font-weight: 900; }
.danger-icon { color: var(--red); background: #fff0f1; }
.blue-icon { color: var(--blue); background: #eaf1ff; }
.violet-icon { color: var(--violet); background: #f0ebff; }
.green-icon { color: var(--green); background: #e7f8f1; }
.amber-icon { color: var(--amber); background: #fff5df; }
.navy-icon { color: #17385e; background: #edf3f9; }
.benefit-card h3 { margin: 0 0 10px; font-size: 18px; }
.benefit-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.ai-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 10% 0%, rgba(60, 105, 200, .28), transparent 30%), #08162a; }
.ai-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; }
.ai-lead { color: #c2d0e5; font-size: 18px; }
.feature-list { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 13px; }
.feature-list li > span { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; border-radius: 10px; color: #bcd0ff; background: #173257; font-weight: 850; }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { color: #91a2ba; }
.ai-note { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(255, 199, 68, .28); border-radius: 10px; color: #ffd87a; background: rgba(255, 183, 0, .07); font-size: 12px; }
.screenshot-button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: transparent; cursor: zoom-in; text-align: left; }
.ai-section .screenshot-button { max-width: 650px; justify-self: end; border: 1px solid #274266; box-shadow: 0 28px 80px rgba(0,0,0,.34); transform: perspective(1400px) rotateY(-2deg); }
.ai-section .screenshot-button img { width: 100%; max-height: 420px; object-fit: contain; object-position: top; background: #0c1b30; }
.screenshot-glow { position: absolute; inset: auto 10% -40px; height: 70px; background: #1b65ff; filter: blur(65px); opacity: .7; }
.zoom-label { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; border-radius: 10px; color: #fff; background: rgba(5, 17, 36, .78); backdrop-filter: blur(10px); font-size: 11px; }

.workflow { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; list-style: none; }
.steps li { position: relative; padding: 0 26px 0 0; }
.steps li:not(:last-child)::after { content: ""; position: absolute; top: 20px; left: 46px; right: 10px; height: 1px; background: linear-gradient(90deg, #b7caf0, #e6ebf4); }
.steps li > span { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: 12px; font-weight: 900; box-shadow: 0 9px 22px rgba(11,92,255,.22); }
.steps h3 { margin: 0 0 9px; font-size: 18px; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.integrations { background: var(--surface); }
.integration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.integration-card { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 16px; min-height: 176px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.integration-logo { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: #fff; font-size: 13px; font-weight: 900; }
.integration-logo.one-c { background: #ef252f; }
.integration-logo.pos { background: #0e62dd; }
.integration-logo.ofd { background: #00a477; }
.integration-logo.edo { background: #703cff; }
.integration-logo.gis { background: #123c68; }
.integration-logo.csv { background: #e37c00; }
.integration-card h3 { margin: 2px 0 7px; font-size: 17px; }
.integration-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.integration-card > small { position: absolute; right: 18px; bottom: 15px; color: #60718a; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.honesty-note { margin-top: 20px; padding: 18px 22px; border: 1px solid #f0cf81; border-radius: 15px; color: #6c4b08; background: #fff9e9; font-size: 13px; }

.interface { background: #fff; }
.screen-carousel { width: min(900px, 100%); margin: 0 auto; padding: 14px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 55px rgba(22, 54, 102, .1); }
.carousel-stage { display: grid; height: clamp(300px, 36vw, 430px); place-items: center; overflow: hidden; border-radius: 15px; background: #edf2f8; }
.carousel-preview { height: 100%; border-radius: 0; }
.carousel-preview img { width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.carousel-meta { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 16px 4px 13px; }
.carousel-counter { align-self: start; padding: 5px 9px; border-radius: 999px; color: var(--blue); background: #eaf1ff; font-size: 11px; font-weight: 850; white-space: nowrap; }
.carousel-copy strong, .carousel-copy small { display: block; }
.carousel-copy strong { font-size: 16px; line-height: 1.25; }
.carousel-copy small { margin-top: 4px; color: var(--ink-soft); font-size: 12px; }
.carousel-arrows { display: flex; gap: 8px; }
.carousel-arrow { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #cfd9e8; border-radius: 12px; background: #fff; cursor: pointer; font-size: 20px; line-height: 1; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.carousel-arrow:hover { color: var(--blue); border-color: #9bb9ed; background: #f5f8ff; transform: translateY(-1px); }
.carousel-arrow:focus-visible, .carousel-tab:focus-visible { outline: 3px solid rgba(11, 92, 255, .3); outline-offset: 2px; }
.carousel-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 10px; border-top: 1px solid var(--line); }
.carousel-tab { display: flex; min-height: 42px; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid transparent; border-radius: 11px; color: #59677d; background: #f6f8fc; cursor: pointer; text-align: left; transition: color .2s, border-color .2s, background .2s; }
.carousel-tab:hover { color: var(--ink); background: #eef3fb; }
.carousel-tab[aria-selected="true"] { color: var(--blue); border-color: #b9cdf3; background: #eaf1ff; }
.carousel-tab span { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border-radius: 8px; color: inherit; background: #fff; font-size: 10px; font-weight: 900; }
.carousel-tab strong { overflow: hidden; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }

.evidence { color: #fff; background: linear-gradient(135deg, #0c2342, #0d315d); }
.evidence-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.evidence-copy p { color: #c2d0e5; font-size: 17px; }
.official-links { display: grid; gap: 9px; margin-top: 27px; }
.official-links a { color: #9cc4ff; font-size: 13px; font-weight: 700; }
.official-links a:hover { color: #fff; }
.evidence-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.evidence-cards article { padding: 24px 20px; border: 1px solid rgba(184, 207, 242, .16); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.evidence-cards span { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 18px; border-radius: 13px; color: #fff; background: #1764d9; font-size: 13px; font-weight: 900; }
.evidence-cards h3 { margin: 0 0 10px; font-size: 16px; line-height: 1.35; }
.evidence-cards p { margin: 0; color: #b8c7dc; font-size: 12px; }

.pilot { background: #fff; }
.pilot-card { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 60px; overflow: hidden; padding: clamp(34px, 6vw, 72px); border-radius: 32px; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(84, 45, 255, .52), transparent 33%), linear-gradient(135deg, #0d5df4, #173ec1 62%, #252090); box-shadow: 0 30px 90px rgba(18, 66, 190, .28); }
.pilot-card::before { content: ""; position: absolute; width: 340px; height: 340px; left: -160px; bottom: -190px; border: 60px solid rgba(255,255,255,.05); border-radius: 50%; }
.pilot-copy, .pilot-plan { position: relative; z-index: 2; }
.pilot-copy > p { color: #dbe7ff; font-size: 18px; }
.pilot-copy ul { display: grid; gap: 9px; margin: 24px 0 30px; padding-left: 21px; color: #e7edff; }
.pilot-copy small { display: block; margin-top: 15px; color: #b8c9f2; }
.pilot-plan { align-self: center; padding: 26px; border: 1px solid rgba(255,255,255,.22); border-radius: 23px; background: rgba(7, 24, 84, .34); backdrop-filter: blur(18px); }
.plan-badge { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: #1e4bb5; background: #fff; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.pilot-plan ol { display: grid; gap: 17px; margin: 24px 0 0; padding: 0; list-style: none; }
.pilot-plan li { display: flex; align-items: center; gap: 13px; }
.pilot-plan li > span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 11px; background: rgba(255,255,255,.14); font-weight: 900; }
.pilot-plan strong, .pilot-plan small { display: block; }
.pilot-plan small { color: #b9caf0; }

.pricing { background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 22px 70px rgba(11,92,255,.16); }
.popular { position: absolute; top: -14px; right: 22px; padding: 6px 12px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.price-label { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.price-card h3 { margin: 8px 0 2px; font-size: 23px; }
.price { margin: 7px 0 18px; font-size: 30px; font-weight: 850; letter-spacing: -.035em; }
.price-card ul { display: grid; flex: 1; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 14px; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }

.security { background: #fff; }
.security-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.security-copy p { color: var(--ink-soft); font-size: 17px; }
.security-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.security-list article { display: flex; gap: 14px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.security-list article > span { display: grid; place-items: center; flex: 0 0 auto; width: 35px; height: 35px; border-radius: 11px; color: var(--blue); background: #eaf1ff; font-size: 11px; font-weight: 900; }
.security-list h3 { margin: 0 0 6px; font-size: 16px; }
.security-list p { margin: 0; color: var(--ink-soft); font-size: 12px; }

.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro p { color: var(--ink-soft); }
.faq-intro > a { color: var(--blue); font-weight: 780; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-list summary { position: relative; padding: 20px 52px 20px 22px; cursor: pointer; list-style: none; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--ink-soft); font-size: 14px; }

.contact { padding-bottom: 80px; background: linear-gradient(180deg, var(--surface), #fff); }
.contact-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; padding: clamp(32px, 6vw, 68px); border-radius: 32px; color: #fff; background: radial-gradient(circle at 0% 100%, rgba(77, 111, 255, .35), transparent 36%), #091a32; box-shadow: 0 30px 90px rgba(8, 27, 54, .22); }
.contact-copy > p { color: #c5d3e7; font-size: 17px; }
.contact-promises { display: grid; gap: 10px; margin: 28px 0; color: #dfe9f8; }
.contact-promises span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; color: #63e6b6; background: rgba(35,197,137,.14); font-size: 12px; font-weight: 900; }
.direct-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.direct-links a { color: #9ec4ff; font-size: 13px; font-weight: 720; }
.lead-form { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(0, 13, 42, .28); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.lead-form label:not(.consent) { display: block; margin-bottom: 13px; }
.lead-form label > span { display: block; margin-bottom: 7px; color: #334258; font-size: 12px; font-weight: 750; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d7e0ed; border-radius: 11px; background: #f9fbfe; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.lead-form input, .lead-form select { height: 47px; padding: 0 13px; }
.lead-form textarea { resize: vertical; min-height: 98px; padding: 12px 13px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #74a3ff; box-shadow: 0 0 0 4px rgba(11,92,255,.1); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 4px 0 16px; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }
.consent span { color: #66748a; font-size: 11px; }
.form-note { margin: 11px 0 0; color: #738198; text-align: center; font-size: 10px; }
.form-error { margin: 0 0 12px; padding: 10px 12px; border-radius: 9px; color: #a91821; background: #fff0f1; font-size: 12px; }

.requisites { padding: 30px 0 55px; }
.requisites-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; padding-top: 34px; border-top: 1px solid var(--line); }
.requisites h2 { margin: 0 0 5px; font-size: 17px; }
.requisites p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.requisites dl { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; margin: 0; }
.requisites dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 10px; }
.requisites dt { color: #7c899b; font-size: 11px; }
.requisites dd { margin: 0; font-size: 12px; font-weight: 700; }

.site-footer { padding: 52px 0 22px; color: #b5c2d6; background: #071426; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .65fr 1fr; gap: 50px; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { width: 36px; height: 36px; }
.footer-grid > div > strong { display: block; margin-bottom: 13px; color: #fff; font-size: 13px; }
.footer-grid a:not(.brand) { display: block; margin: 8px 0; color: #b5c2d6; font-size: 12px; }
.footer-grid p { max-width: 330px; color: #8899b1; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #71839e; font-size: 11px; }
.mobile-sticky-cta { display: none; }

.image-dialog { width: min(1400px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; border: 0; border-radius: 16px; background: #0a1422; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.image-dialog::backdrop { background: rgba(2, 8, 18, .82); backdrop-filter: blur(6px); }
.image-dialog img { width: 100%; }
.dialog-close { position: sticky; z-index: 2; top: 10px; float: right; width: 40px; height: 40px; margin: 10px; border: 0; border-radius: 50%; color: #fff; background: rgba(5,14,28,.82); cursor: pointer; font-size: 28px; line-height: 1; }

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

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 640px; margin: 0 auto; justify-self: center; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid, .integration-grid { grid-template-columns: 1fr 1fr; }
  .ai-grid, .evidence-grid, .security-grid, .faq-grid { grid-template-columns: 1fr; }
  .ai-copy, .evidence-copy, .security-copy { max-width: 770px; }
  .faq-intro { position: static; max-width: 650px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  body { font-size: 15px; }
  .container { width: min(100% - 28px, 1200px); }
  .section { padding: 78px 0; }
  .header-inner { height: 64px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
  .brand strong { font-size: 14px; }
  .brand small { display: none; }
  .hide-mobile, .icon-link { display: none; }
  .hero { padding-top: 96px; }
  .hero-grid { min-height: 0; gap: 38px; }
  .hero h1 { margin-top: 16px; font-size: clamp(2.05rem, 10.4vw, 2.85rem); }
  .hero-lead { font-size: 16px; }
  .hero-cta { display: grid; }
  .button-large { width: 100%; padding: 0 16px; }
  .product-window { border-radius: 15px; transform: none; }
  .window-bar { height: 32px; }
  .window-bar div { display: none; }
  .floating-card { min-width: 0; padding: 9px 11px; }
  .floating-card strong { font-size: 11px; }
  .floating-card small { font-size: 9px; }
  .floating-danger { top: 45px; right: -8px; }
  .floating-success { bottom: -20px; left: -7px; }
  .systems-strip { margin-top: 48px; }
  .systems-list { gap: 16px 26px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 14px; }
  .section-heading p, .section-heading.split > p { font-size: 16px; }
  .pain-grid, .benefit-grid, .integration-grid, .pricing-grid, .security-list, .evidence-cards, .pilot-card, .requisites-inner, .requisites dl { grid-template-columns: 1fr; }
  .pain-card { min-height: 0; }
  .pattern-section { padding-bottom: 78px; }
  .pattern-card { padding: 35px 25px; border-radius: 22px; }
  .pattern-card blockquote { font-size: 2rem; }
  .ai-section .screenshot-button { max-width: 620px; justify-self: center; transform: none; }
  .steps { grid-template-columns: 1fr; gap: 27px; }
  .steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 0; }
  .steps li > span { margin: 0; }
  .steps li:not(:last-child)::after { top: 44px; bottom: -26px; left: 21px; right: auto; width: 1px; height: auto; }
  .screen-carousel { padding: 9px; border-radius: 17px; }
  .carousel-stage { height: clamp(210px, 60vw, 310px); border-radius: 12px; }
  .carousel-meta { grid-template-columns: auto 1fr; gap: 10px; padding: 13px 3px 10px; }
  .carousel-arrows { grid-column: 1 / -1; justify-content: flex-end; }
  .carousel-copy strong { font-size: 14px; }
  .carousel-copy small { font-size: 11px; }
  .carousel-tabs { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(150px, 72%); overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scroll-snap-type: x proximity; }
  .carousel-tab { scroll-snap-align: start; }
  .pilot-card { gap: 36px; padding: 34px 24px; border-radius: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 22px 18px; }
  .contact-card { gap: 38px; padding: 34px 20px; border-radius: 24px; }
  .requisites-inner { gap: 26px; }
  .requisites dl { gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 25px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-sticky-cta { display: flex; position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; min-height: 50px; align-items: center; justify-content: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 15px 40px rgba(33,56,190,.38); font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(80px); transition: opacity .25s ease, transform .25s ease; }
  .mobile-sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .site-footer { padding-bottom: 90px; }
}

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