@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/source-sans-pro-400-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-052F, U+2116; }
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/source-sans-pro-400-latin.woff2") format("woff2"); unicode-range: U+0000-02FF, U+2000-206F, U+20A0-20AB, U+2122, U+2190-21FF; }
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/source-sans-pro-600-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-052F, U+2116; }
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/source-sans-pro-600-latin.woff2") format("woff2"); unicode-range: U+0000-02FF, U+2000-206F, U+20A0-20AB, U+2122, U+2190-21FF; }
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/source-sans-pro-700-cyrillic.woff2") format("woff2"); unicode-range: U+0301, U+0400-052F, U+2116; }
@font-face { font-family: "Source Sans Pro"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/source-sans-pro-700-latin.woff2") format("woff2"); unicode-range: U+0000-02FF, U+2000-206F, U+20A0-20AB, U+2122, U+2190-21FF; }

:root {
  --navy: #06345d;
  --blue: #006BD8;
  --blue-dark: #045da7;
  --sky: #eaf6ff;
  --ink: #142433;
  --muted: #5e6f7f;
  --line: #dbe7f0;
  --surface: #f6faff;
  --white: #fff;
  --success: #08735b;
  --radius: 22px;
  --shadow: 0 16px 44px rgba(5, 55, 95, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 16px/1.5 "Source Sans Pro", "Segoe UI", Roboto, Arial, sans-serif;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.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; z-index: 100; top: -5rem; left: 1rem; padding: .7rem 1rem;
  color: var(--white); background: var(--navy); border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 92px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .45rem; margin: 0 0 .85rem;
  color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase;
}
.eyebrow-icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.1; }
h1 { margin-bottom: 1.35rem; font-size: clamp(2.35rem, 5vw, 4.35rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3.2vw, 3.15rem); letter-spacing: -.035em; }
h3 { margin-bottom: .8rem; font-size: 1.25rem; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.06rem, 1.5vw, 1.2rem); }
.section-heading { max-width: 735px; margin: 0 auto 3.4rem; text-align: center; }
.section-heading .lead { margin: 0 auto; }
main [id] { scroll-margin-top: 5rem; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid #eef2f6; background: rgba(255, 255, 255, .97); backdrop-filter: blur(12px); }
.nav {
  display: flex; align-items: center; min-height: 65px; gap: 1.25rem;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.site-header .brand {
  flex-direction: column; align-items: flex-start; gap: 0; line-height: 1;
}
.site-header .brand img { width: 128px; height: auto; }
.brand-tagline {
  display: block; margin-top: 1px; color: #123a65; font-size: 6.3px; font-weight: 700;
  letter-spacing: -.015em; line-height: 1.06; white-space: nowrap;
}
.footer .brand img { width: 154px; height: auto; }
.brand-mark {
  color: var(--navy); font-size: 1.55rem; font-weight: 800; letter-spacing: -.07em;
}
.brand-mark::before {
  display: inline-grid; width: .85em; height: .85em; margin-right: .25em; content: "";
  background: radial-gradient(circle at 22% 22%, #00a4e9 0 18%, transparent 19%),
    radial-gradient(circle at 78% 22%, #0878cf 0 18%, transparent 19%),
    radial-gradient(circle at 22% 78%, #0878cf 0 18%, transparent 19%),
    radial-gradient(circle at 78% 78%, #00a4e9 0 18%, transparent 19%);
}
.nav-links { display: flex; gap: 1.85rem; margin-left: auto; }
.nav-links a {
  position: relative; color: #24384d; font-size: .88rem; font-weight: 600; text-decoration: none;
}
.nav-links a::after {
  position: absolute; right: 0; bottom: -.5rem; left: 0; height: 2px; content: "";
  border-radius: 99px; background: currentColor; opacity: 0; transform: scaleX(.45); transform-origin: center;
  transition: transform .18s ease-out, opacity .18s ease-out;
}
.nav-links a:is(:hover, :focus-visible) { color: var(--blue); }
.nav-links a:is(:hover, :focus-visible)::after { opacity: 1; transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: .65rem; }
.language-switcher { display: inline-flex; align-items: center; gap: .28rem; padding: 0; border: 0; border-radius: 0; }
.language-switcher::before { content: "◉"; color: #203c58; font-size: .83rem; line-height: 1; }
.language-switcher a {
  padding: .12rem .18rem; color: var(--blue-dark); font-size: .76rem; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; border-radius: 5px;
  transition: color .18s ease-out, background .18s ease-out, box-shadow .18s ease-out;
}
.language-switcher a[aria-current="page"] { color: #536d85; background: transparent; text-decoration: none; }
.language-switcher a:not([aria-current="page"]):is(:hover, :focus-visible) { color: var(--white); background: var(--blue-dark); text-decoration: none; }
.language-switcher a[aria-current="page"]:is(:hover, :focus-visible) { color: #293f56; background: var(--sky); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-weight: 800; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .68rem 1.05rem;
  border: 1px solid transparent; border-radius: 9px; font-size: .9rem; font-weight: 750; text-align: center; text-decoration: none;
  transition: transform .2s, background .2s, border .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .7; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, .menu-toggle:focus-visible, .modal-close:focus-visible, .video-launcher:focus-visible {
  outline: 3px solid #f2ac37; outline-offset: 3px;
}
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 8px 16px rgba(8, 120, 207, .22); }
.button-primary:hover { background: var(--blue-dark); }
.button-outline { color: var(--blue-dark); border-color: #98c8ec; background: var(--white); }
.button-outline:hover { border-color: var(--blue); background: var(--sky); }
.button-small { min-height: 38px; padding: .48rem .75rem; font-size: .78rem; }

.hero { overflow: hidden; padding: 24px 0 18px; background: var(--white); }
.hero-grid { display: grid; grid-template-columns: .81fr 1.19fr; align-items: center; gap: clamp(1.5rem, 4vw, 4.25rem); }
.hero-copy { align-self: start; padding: 30px 0 0 19px; }
.hero h1 { margin-bottom: .5rem; color: #10243a; font-size: clamp(2rem, 2.75vw, 2.45rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 .headline-blue { color: var(--blue); }
.hero .lead { max-width: 365px; margin-bottom: 0; color: #566779; font-size: .89rem; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.1rem; }
.hero-actions .button { min-height: 32px; padding: .4rem .76rem; font-size: .72rem; border-radius: 4px; }
.hero-visual { position: relative; min-width: 0; margin: 0; }
.hero-devices { position: relative; min-height: 352px; isolation: isolate; }
.hero-devices::before {
  position: absolute; z-index: -1; inset: 5px -3% 0; content: "";
  border-radius: 38px;
  background: radial-gradient(ellipse at 52% 52%, rgba(192, 226, 247, .68) 0%, rgba(225, 243, 253, .5) 52%, rgba(255, 255, 255, 0) 76%);
  filter: blur(15px);
}
.hero-device-art {
  position: absolute; top: -21px; left: -8.5%; width: 123%; height: auto; object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 70, 130, .12));
  border-radius: 32px;
  clip-path: inset(0 round 32px);
  -webkit-mask-image: radial-gradient(ellipse 94% 91% at center, #000 66%, rgba(0, 0, 0, .88) 80%, transparent 100%);
  mask-image: radial-gradient(ellipse 94% 91% at center, #000 66%, rgba(0, 0, 0, .88) 80%, transparent 100%);
}
.hero-devices > :not(.hero-device-art) { display: none; }
.laptop { position: absolute; top: 9px; right: 5%; width: min(570px, 92%); }
.laptop-screen { display: grid; grid-template-columns: 15% 85%; min-height: 292px; overflow: hidden; border: 7px solid #111c25; border-bottom-width: 5px; border-radius: 15px 15px 5px 5px; background: #f7fafc; box-shadow: 0 14px 28px rgba(16, 38, 61, .22); }
.laptop-base { width: 107%; height: 9px; margin-left: -3.5%; border-radius: 0 0 36px 36px; background: linear-gradient(#c9d3dc, #7f8c98); box-shadow: 0 4px 3px rgba(18, 31, 40, .2); }
.app-sidebar { display: flex; flex-direction: column; gap: 13px; padding: 13px 10px; color: #fff; background: #07345e; }
.app-dot { width: 15px; height: 15px; border: 3px dotted #48a8ed; border-radius: 50%; }
.app-name { margin-bottom: 8px; font-size: 8px; font-weight: 700; }
.app-sidebar i { width: 74%; height: 6px; border-radius: 8px; background: rgba(255,255,255,.3); }
.app-content { padding: 13px; }
.app-topbar { display: flex; align-items: center; gap: 10px; color: #1d344b; font-size: 11px; }
.app-topbar span { width: 44px; height: 5px; margin-left: auto; border-radius: 99px; background: #d8e2ea; }
.app-topbar b { width: 13px; height: 13px; border-radius: 50%; background: #8aa5b7; }
.dashboard-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 13px; }
.dashboard-cards > div, .dashboard-panels > div { border: 1px solid #e3ebf1; border-radius: 5px; background: #fff; }
.dashboard-cards > div { padding: 8px; }
.dashboard-cards small, .dashboard-panels small { display: block; color: #6e7e8d; font-size: 7px; }
.dashboard-cards strong { display: block; margin-top: 3px; color: #22394c; font-size: 16px; }
.dashboard-panels { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8px; margin-top: 9px; }
.dashboard-panels > div { min-height: 83px; padding: 8px; }
.chart-panel { position: relative; }
.donut { position: absolute; top: 28px; left: 12px; width: 39px; height: 39px; border: 9px solid #ec8c4b; border-right-color: #4772d8; border-bottom-color: #39b89f; border-radius: 50%; transform: rotate(-35deg); }
.chart-panel em { display: block; width: 34px; height: 4px; margin: 9px 0 0 60px; border-radius: 2px; background: #d9e3ec; }
.chart-panel em + em { margin-top: 6px; background: #b7d8f1; }
.chart-panel em + em + em { background: #bfe5dc; }
.list-panel i { display: block; width: 100%; height: 7px; margin-top: 8px; border-radius: 3px; background: linear-gradient(90deg, #cbd9e2 42%, #edf2f5 42%); }
.progress-panel strong, .number-panel strong { display: block; margin-top: 17px; color: #1f3b52; font-size: 22px; }
.progress-panel span { display: block; width: 90%; height: 6px; margin-top: 4px; border-radius: 99px; background: linear-gradient(90deg, #39aa89 96%, #e3eaee 96%); }
.phone { position: absolute; bottom: 0; left: 0; width: 103px; padding: 9px 5px 6px; border: 5px solid #18242e; border-radius: 16px; background: #18242e; box-shadow: 0 11px 24px rgba(16, 38, 61, .24); }
.phone-speaker { width: 31px; height: 3px; margin: 0 auto 7px; border-radius: 5px; background: #98a9b5; }
.phone-screen { display: grid; gap: 6px; min-height: 169px; padding: 9px; border-radius: 8px; background: #fbfdff; }
.phone-screen b { color: #1e3c52; font-size: 7px; }
.phone-screen small { color: #778895; font-size: 6px; }
.phone-screen i { height: 10px; border: 1px solid #d7e2e8; border-radius: 3px; }
.phone-save { margin-top: auto; padding: 4px; color: #fff; border-radius: 3px; background: var(--blue); font-size: 7px; text-align: center; }
.hero-person { position: absolute; right: -3px; bottom: 3px; width: 111px; height: 213px; }
.person-head { position: absolute; z-index: 2; top: 15px; left: 34px; width: 48px; height: 53px; border: 3px solid #212c36; border-radius: 44% 44% 47% 47%; background: #ffd2ae; }
.person-hair { position: absolute; z-index: 3; top: 4px; left: 28px; width: 62px; height: 52px; border-radius: 52% 52% 35% 40%; background: #2b1c19; }
.person-hair::after { position: absolute; right: -5px; bottom: -27px; width: 18px; height: 45px; content: ""; border-radius: 0 15px 17px 0; background: #2b1c19; }
.person-body { position: absolute; bottom: 0; left: 17px; width: 80px; height: 140px; border: 3px solid #25343f; border-radius: 48% 48% 7px 7px; background: linear-gradient(100deg, #f8fbfd 0 49%, #e1edf6 50%); }
.person-body::after { position: absolute; top: 24px; left: 31px; width: 16px; height: 28px; content: ""; border: 2px solid #7db1d9; border-radius: 3px; }
.person-arm { position: absolute; z-index: 3; right: -11px; bottom: 79px; width: 61px; height: 15px; border: 4px solid #25343f; border-radius: 20px; background: #f8fbfd; transform: rotate(-25deg); transform-origin: left; }
.person-arm::after { position: absolute; right: -8px; top: -6px; width: 17px; height: 17px; content: ""; border-radius: 50%; background: #ffd2ae; }
.person-tablet { position: absolute; z-index: 4; right: 0; bottom: 33px; width: 43px; height: 54px; border: 3px solid #263847; border-radius: 3px; background: #3c586b; transform: rotate(10deg); }

.hero-values { padding: 13px 0 24px; background: #fff; }
.value-cards {
  display: grid; width: min(1160px, calc(100% - 40px)); margin: 0 auto;
  grid-template-columns: repeat(3, 1fr); gap: 0; padding: 19px 22px;
  border: 1px solid #e6eef4; border-radius: 9px; background: #f8fbfe;
}
.value-card { display: grid; grid-template-columns: 40px 1fr; gap: 11px; padding: 0 21px; }
.value-card + .value-card { border-left: 1px solid #dbe7ef; }
.value-icon { display: grid; width: 33px; height: 33px; place-items: center; color: var(--blue); border: 1px solid #a8d3f2; border-radius: 50%; font-size: 18px; font-weight: 700; }
.value-card h3 { margin: 0 0 .24rem; color: #133c68; font-size: 1.12rem; }
.value-card p { margin: 0; color: #52677b; font-size: .83rem; line-height: 1.45; }

@media (min-width: 721px) {
}

.intro-grid, .advantage-grid { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.media-frame {
  position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f3f7fa; box-shadow: var(--shadow);
}
.media-frame img { width: 100%; aspect-ratio: 1.36; object-fit: cover; }
.video-play {
  position: absolute; top: 50%; left: 50%; display: grid; width: 66px; height: 66px; place-items: center;
  color: var(--white); border: 0; border-radius: 50%; background: var(--blue); box-shadow: 0 9px 30px rgba(0, 85, 160, .36); transform: translate(-50%, -50%);
}
.video-play::after { width: 0; height: 0; margin-left: 4px; content: ""; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 13px solid currentColor; }
.copy-list { display: grid; gap: 1.1rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.copy-list li { position: relative; padding-left: 1.65rem; color: var(--muted); }
.copy-list li::before { position: absolute; left: 0; top: .55rem; width: .65rem; height: .65rem; content: ""; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px #e7f4fd; }

.advantages { background: var(--surface); }
.flow-card {
  position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 2.7rem; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow);
}
.flow-step { position: relative; padding: 2rem 1.7rem; }
.flow-step + .flow-step { border-left: 1px solid var(--line); }
.step-number { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 1rem; color: var(--blue); border-radius: 50%; background: var(--sky); font-weight: 800; }
.flow-step p { margin: 0; color: var(--muted); font-size: .94rem; }
.outcome-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 2.5rem; margin-top: 2.2rem; color: var(--navy); font-weight: 750; }
.outcome-strip span::before { margin-right: .5rem; content: "✓"; color: var(--blue); }
.video-feature {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; max-width: 850px; margin: 2.2rem auto 0; padding: 1.5rem 1.7rem;
  border: 1px solid #cfe4f4; border-radius: 16px; background: var(--white); box-shadow: 0 10px 28px rgba(5, 55, 95, .08);
}
.video-feature h3 { margin-bottom: .35rem; }
.video-summary { margin: 0; color: var(--muted); }

.modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.module-card {
  display: flex; flex-direction: column; min-height: 100%; padding: 2rem; border: 1px solid var(--line); border-radius: 18px;
  background: var(--white); transition: transform .22s, box-shadow .22s;
}
.module-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.module-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 1.4rem; color: var(--blue); border-radius: 13px; background: var(--sky); font-size: 1.4rem; font-weight: 800; }
.module-card p { color: var(--muted); }
.module-card ul { display: grid; gap: .65rem; margin: auto 0 1.6rem; padding: 0; color: var(--muted); font-size: .9rem; list-style: none; }
.module-card li { padding-left: 1.3rem; position: relative; }
.module-card li::before { position: absolute; left: 0; content: "→"; color: var(--blue); }
.text-link { color: var(--blue-dark); font-size: .9rem; font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.video-player { margin-top: auto; }
.video-player video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; background: #102b44; }
.video-launcher {
  display: inline-flex; align-items: center; min-height: 44px; padding: .55rem .8rem; color: var(--blue-dark); border: 1px solid #98c8ec; border-radius: 8px; background: var(--white);
  font: inherit; font-size: .9rem; font-weight: 750; line-height: 1.25; text-align: left;
}
.video-launcher::before {
  display: grid; width: 22px; height: 22px; margin-right: .5rem; content: "▶"; place-items: center; color: var(--white); border-radius: 50%; background: var(--blue); font-size: .62rem;
}
.video-launcher:hover { color: var(--blue-dark); border-color: var(--blue); background: var(--sky); }

.references { overflow: hidden; background: linear-gradient(180deg, #f6faff, #fff); }
.stats { display: flex; justify-content: center; margin: 0 auto 3.2rem; }
.stats-list { display: flex; margin: 0; overflow: hidden; border: 1px solid #d7e7f3; border-radius: 12px; background: #fff; box-shadow: 0 9px 25px rgba(5, 55, 95, .1); }
.stats-list > div { min-width: 190px; padding: 1rem 2.4rem; text-align: center; }
.stats-list > div + div { border-left: 1px solid #d7e7f3; }
.stats-list dt { color: var(--blue); font-size: 2rem; font-weight: 700; line-height: 1; }
.stats-list dd { margin: .3rem 0 0; color: var(--navy); font-weight: 600; }
.logo-wall { display: grid; grid-template-columns: repeat(7, 1fr); gap: .7rem; align-items: center; }
.logo-tile { display: grid; min-height: 90px; padding: .7rem; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.logo-tile img { width: 100%; max-width: 115px; max-height: 54px; object-fit: contain; filter: saturate(.93); }

.faq { background: var(--surface); }
.faq-list { display: grid; gap: .75rem; max-width: 850px; margin: 0 auto; }
.faq-list details { padding: 1.1rem 1.25rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.faq-list summary { color: var(--navy); cursor: pointer; font-weight: 750; }
.faq-list p { margin: .85rem 0 0; color: var(--muted); }

.contact-panel {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 3rem; overflow: hidden;
  color: var(--white); border-radius: var(--radius); background: linear-gradient(125deg, #04335c, #0677c9);
}
.contact-panel h2 { color: var(--white); margin-bottom: .8rem; }
.contact-panel p { max-width: 690px; margin: 0; color: #d9efff; }
.contact-panel .button-primary { color: var(--blue-dark); background: var(--white); box-shadow: none; }
.contact-panel .button-primary:hover { background: #eaf6ff; }
.contact-details { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.5rem; color: #e9f6ff; font-weight: 650; }
.contact-details a { text-decoration: none; }
.contact-details a:hover { text-decoration: underline; }

.footer { padding: 2.2rem 0; color: var(--muted); border-top: 1px solid var(--line); background: #fbfdff; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1rem; font-size: .85rem; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: var(--blue); }

.error-page { max-width: 720px; padding-top: 10vh; text-align: center; }
.error-page .lead { margin: 0 auto 2rem; }
.error-page .hero-actions { justify-content: center; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 50; inset: 0; display: grid; padding: .9rem; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3, 25, 44, .7); backdrop-filter: blur(3px); }
.modal-dialog {
  position: relative; width: min(650px, 100%); max-height: calc(100dvh - 1.8rem); overflow: auto;
  padding: clamp(1.15rem, 2.5vw, 1.6rem); border: 1px solid rgba(219, 231, 240, .9); border-radius: 18px;
  background: var(--white); box-shadow: 0 30px 70px rgba(0, 22, 42, .34); scrollbar-color: #b9ccdc transparent;
}
.video-modal .modal-backdrop { background: rgba(3, 25, 44, .46); backdrop-filter: blur(5px); }
.video-modal-dialog { width: min(960px, 100%); padding: clamp(1rem, 2vw, 1.35rem); overflow: visible; }
.video-modal-dialog h2 { padding-right: 2.65rem; }
.video-modal-content { min-height: 1px; margin-top: .85rem; }
.video-modal-content :is(video, iframe) {
  display: block; width: 100%; max-height: calc(100dvh - 10rem); aspect-ratio: 16 / 9; border: 0; border-radius: 10px; background: #102b44;
}
.modal-header { padding-right: 2.65rem; }
.modal .eyebrow { margin-bottom: .45rem; font-size: .7rem; }
.modal-close {
  position: absolute; top: 1rem; right: 1rem; display: grid; width: 36px; height: 36px; padding: 0; place-items: center;
  color: var(--navy); border: 1px solid #c9dce9; border-radius: 50%; background: #f8fbfe; font-size: 1.3rem; line-height: 1;
  transition: color .2s, background .2s, border .2s, transform .2s;
}
.modal-close:hover { color: var(--white); border-color: var(--blue); background: var(--blue); transform: rotate(90deg); }
.modal h2 { margin: 0 0 .45rem; font-size: clamp(1.6rem, 3vw, 2rem); }
.modal-intro { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.45; }
.lead-form { display: grid; gap: .7rem; margin-top: .85rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem .8rem; }
.form-field { min-width: 0; gap: .3rem; margin: 0; padding: 0; border: 0; }
.form-field label, .field-label { color: var(--navy); font-size: .76rem; font-weight: 800; line-height: 1.25; }
.form-field input:not([type="checkbox"]), .form-field select {
  width: 100%; min-height: 42px; padding: .5rem .7rem; color: var(--ink); border: 1px solid #b9ccdc; border-radius: 8px;
  background: #fbfdff; box-shadow: inset 0 1px 2px rgba(5, 55, 95, .03); transition: border .2s, box-shadow .2s, background .2s;
}
.form-field input:not([type="checkbox"]):hover, .form-field select:hover { border-color: #8dbce0; }
.form-field input:not([type="checkbox"]):focus, .form-field select:focus {
  border-color: var(--blue); outline: 0; background: var(--white); box-shadow: 0 0 0 3px rgba(8, 120, 207, .14);
}
.form-field input:not([type="checkbox"]):invalid:not(:placeholder-shown) { border-color: #c73737; }
.business-types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem; padding: .45rem; border: 1px solid var(--line); border-radius: 11px; background: #f8fbfe; }
.business-option { position: relative; min-width: 0; cursor: pointer; }
.business-option input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; }
.business-option span {
  display: flex; align-items: center; min-height: 36px; gap: .5rem; padding: .4rem .55rem; color: #42566a;
  border: 1px solid transparent; border-radius: 7px; background: var(--white); font-size: .78rem; font-weight: 650; line-height: 1.2;
  transition: color .2s, border .2s, background .2s, box-shadow .2s;
}
.business-option span::before {
  display: grid; flex: 0 0 auto; width: 15px; height: 15px; content: ""; place-items: center;
  border: 1.5px solid #8aa9bf; border-radius: 4px; background: var(--white); transition: border .2s, background .2s;
}
.business-option input:checked + span { color: var(--blue-dark); border-color: #9dcced; background: #edf8ff; }
.business-option input:checked + span::before { content: "✓"; color: var(--white); border-color: var(--blue); background: var(--blue); font-size: .68rem; font-weight: 800; }
.business-option input:focus-visible + span { outline: 3px solid #f2ac37; outline-offset: 2px; }
.consent { display: flex; align-items: flex-start; gap: .5rem; color: #536779; font-size: .76rem; line-height: 1.4; }
.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: .1rem 0 0; accent-color: var(--blue); }
.consent a { color: var(--blue-dark); font-weight: 700; }
.lead-form > .button { width: 100%; min-height: 43px; margin-top: .05rem; }
.form-status { min-height: 0; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.form-status:empty { display: none; }
.form-status.error { color: #af2525; }
.form-status.success { color: var(--success); font-weight: 650; }

@keyframes hero-copy-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-visual-enter {
  from { opacity: 0; transform: translate(20px, 12px); }
  to { opacity: 1; transform: translate(0, 0); }
}

.motion-ready .hero-copy { animation: hero-copy-enter .6s cubic-bezier(.22, .75, .32, 1) both; }
.motion-ready .hero-visual { animation: hero-visual-enter .7s .12s cubic-bezier(.22, .75, .32, 1) both; }
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease-out var(--reveal-delay, 0ms), transform .55s cubic-bezier(.22, .75, .32, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}
.motion-ready .modal {
  opacity: 0;
  transition: opacity .2s ease-out;
}
.motion-ready .modal-backdrop {
  background: rgba(3, 25, 44, 0);
  backdrop-filter: blur(0);
  transition: backdrop-filter .2s ease-out, background .2s ease-out;
}
.motion-ready .modal-dialog {
  opacity: 0;
  transform: translateY(10px) scale(.985);
  transition: opacity .2s ease-out, transform .2s cubic-bezier(.22, .75, .32, 1);
}
.motion-ready .modal.is-open { opacity: 1; }
.motion-ready .modal.is-open .modal-backdrop { background: rgba(3, 25, 44, .7); backdrop-filter: blur(3px); }
.motion-ready .modal.is-open .modal-dialog { opacity: 1; transform: translateY(0) scale(1); }
.motion-ready .video-modal { transition-duration: .18s; }
.motion-ready .video-modal .modal-backdrop { transition-duration: .18s; }
.motion-ready .video-modal .modal-dialog { transition-duration: .18s; transform: translateY(6px) scale(.99); }
.motion-ready .video-modal.is-open .modal-backdrop { background: rgba(3, 25, 44, .46); backdrop-filter: blur(5px); }

@media (hover: hover) and (pointer: fine) {
  .text-link, .footer-nav a, .contact-details a {
    transition: color .18s ease-out, opacity .18s ease-out;
  }
  .footer-nav a:hover, .contact-details a:hover { color: var(--blue); }
  .logo-tile { transition: transform .2s ease-out, box-shadow .2s ease-out; }
  .logo-tile:hover { box-shadow: 0 8px 18px rgba(5, 55, 95, .08); transform: translateY(-2px); }
  .video-play { transition: transform .2s ease-out, background .2s ease-out, box-shadow .2s ease-out; }
  .video-play:hover { background: var(--blue-dark); box-shadow: 0 12px 32px rgba(0, 85, 160, .42); transform: translate(-50%, -50%) scale(1.04); }
}

@media (max-width: 1000px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-header.menu-open .nav { flex-wrap: wrap; padding: .7rem 0; }
  .site-header.menu-open .nav-links { display: grid; order: 4; width: 100%; padding: .6rem 0; }
  .site-header.menu-open .nav-links a { padding: .55rem 0; }
  .nav-actions { margin-left: 0; }
  .hero-grid, .intro-grid, .advantage-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 710px; }
  .hero-visual { min-height: 360px; max-width: 700px; width: 100%; margin: 0 auto; }
  .laptop { right: 6%; }
  .logo-wall { grid-template-columns: repeat(4, 1fr); }
  .video-feature { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding: 65px 0; }
  .nav { min-height: 60px; gap: .65rem; }
  .site-header .brand img { width: 116px; }
  .brand-tagline { font-size: 5.7px; }
  .brand-mark { font-size: 1.3rem; }
  .nav-actions .button { display: none; }
  .hero { padding: 18px 0 8px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .hero-device-art { inset: 0; width: 100%; height: 100%; object-fit: contain; }
  .hero-visual { min-height: 242px; }
  .hero-devices { min-height: 242px; }
  .laptop { top: 8px; right: 8%; width: 84%; }
  .laptop-screen { min-height: 194px; border-width: 5px; }
  .app-sidebar { gap: 8px; padding: 9px 6px; }
  .app-sidebar i { height: 4px; }
  .app-name { font-size: 6px; }
  .app-content { padding: 8px; }
  .app-topbar { font-size: 8px; }
  .dashboard-cards { gap: 4px; margin-top: 7px; }
  .dashboard-cards > div { padding: 4px; }
  .dashboard-cards small, .dashboard-panels small { font-size: 5px; }
  .dashboard-cards strong { font-size: 10px; }
  .dashboard-panels { gap: 4px; margin-top: 5px; }
  .dashboard-panels > div { min-height: 53px; padding: 4px; }
  .donut { top: 19px; left: 7px; width: 27px; height: 27px; border-width: 6px; }
  .chart-panel em { width: 20px; height: 3px; margin: 6px 0 0 41px; }
  .list-panel i { height: 4px; margin-top: 5px; }
  .progress-panel strong, .number-panel strong { margin-top: 9px; font-size: 14px; }
  .progress-panel span { height: 4px; }
  .phone { width: 75px; padding: 6px 4px 4px; border-width: 4px; border-radius: 12px; }
  .phone-speaker { width: 24px; margin-bottom: 4px; }
  .phone-screen { min-height: 123px; gap: 4px; padding: 6px; }
  .phone-screen b { font-size: 5px; }
  .phone-screen small, .phone-save { font-size: 5px; }
  .phone-screen i { height: 7px; }
  .hero-person { right: 0; width: 75px; height: 145px; }
  .person-head { top: 10px; left: 23px; width: 32px; height: 37px; border-width: 2px; }
  .person-hair { top: 3px; left: 19px; width: 42px; height: 36px; }
  .person-hair::after { right: -4px; bottom: -19px; width: 12px; height: 31px; }
  .person-body { left: 11px; width: 54px; height: 96px; border-width: 2px; }
  .person-body::after { top: 16px; left: 21px; width: 11px; height: 19px; }
  .person-arm { right: -8px; bottom: 54px; width: 42px; height: 11px; border-width: 3px; }
  .person-arm::after { right: -6px; top: -5px; width: 12px; height: 12px; }
  .person-tablet { bottom: 23px; width: 30px; height: 38px; border-width: 2px; }
  .hero-values { padding: 15px 0 20px; }
  .value-cards { width: calc(100% - 30px); grid-template-columns: 1fr; gap: 13px; padding: 17px; }
  .value-card { padding: 0; }
  .value-card + .value-card { padding-top: 13px; border-top: 1px solid #dbe7ef; border-left: 0; }
  .stats-list > div { min-width: 135px; padding: .85rem 1.25rem; }
  .stats-list dt { font-size: 1.65rem; }
  .flow-card, .modules-grid { grid-template-columns: 1fr; }
  .flow-step + .flow-step { border-top: 1px solid var(--line); border-left: 0; }
  .contact-panel { grid-template-columns: 1fr; padding: 2rem 1.5rem; }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .modal { padding: .5rem; }
  .modal-dialog { max-height: calc(100dvh - 1rem); padding: 1.1rem; border-radius: 15px; }
  .video-modal-dialog { padding: .85rem; }
  .video-modal-content { margin-top: .65rem; }
  .video-modal-content :is(video, iframe) { max-height: calc(100dvh - 7rem); border-radius: 9px; }
  .modal-close { top: .7rem; right: .7rem; width: 34px; height: 34px; }
  .modal-header { padding-right: 2.25rem; }
  .modal h2 { font-size: 1.55rem; }
  .lead-form { gap: .7rem; margin-top: .85rem; }
  .form-grid { gap: .6rem; }
  .business-types { gap: .35rem; padding: .35rem; }
  .business-option span { min-height: 36px; padding: .4rem .45rem; font-size: .72rem; }
  .consent { font-size: .72rem; }
}

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