@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Публичные интерактивы: отключаются скриптом при reduced motion. */
.site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 96%); transition: padding .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { padding-block: .7rem; box-shadow: 0 8px 24px rgb(16 59 161 / 8%); backdrop-filter: blur(8px); }
.home-section.contact-form-section { margin: 0 auto clamp(3rem, 6vw, 6rem); padding: clamp(2.25rem, 4vw, 4rem) clamp(2rem, 5vw, 5rem); }
@media (max-width: 767px) { .home-section.contact-form-section { margin-bottom: 3rem; padding: 2.5rem 1.5rem; } }
@media (max-width: 767px) { .home-section.home-section--features { width: 100%; padding-inline: 1rem; } }
.contact-form-section { width: min(100% - 3rem, 1200px); margin-bottom: clamp(3rem, 6vw, 6rem); padding: clamp(2.75rem, 4vw, 4rem) clamp(2rem, 5vw, 5rem); border: 1px solid #e1e8f5; border-radius: 1.25rem; background: linear-gradient(145deg, #f4f9ff, #fff); box-shadow: 0 18px 42px rgb(16 59 161 / 6%); }.contact-form { width: 100%; padding-inline: 0; }.contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 2rem; }.form-field { display: grid; gap: .55rem; }.form-field--wide { grid-column: 1 / -1; }.form-field label { font-weight: 700; }.form-field label span { color: var(--brand-blue); }.form-control { width: 100%; min-height: 3.25rem; padding: .85rem 1rem; border: 1px solid #d8e1f4; border-radius: .75rem; background: #fff; color: var(--ink); font: inherit; transition: border-color .25s ease, box-shadow .25s ease; }.form-control:focus { border-color: var(--brand-blue); outline: none; box-shadow: 0 0 0 3px rgb(30 99 255 / 14%); }.form-field textarea { min-height: 180px; resize: vertical; }.form-field ul.errorlist { margin: 0; padding: 0; color: #c52d4a; list-style: none; font-size: .9rem; }.contact-form .button { border: 0; cursor: pointer; }
@media (max-width: 767px) { .contact-form-section { width: min(100% - 2rem, 1200px); padding: 2.5rem 1.5rem; }.contact-form__grid { grid-template-columns: 1fr; }.form-field--wide { grid-column: auto; } }
.content-card { position: relative; overflow: hidden; }
.content-card::before { position: absolute; inset: 0; background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgb(255 255 255 / 35%), transparent 60%); content: ""; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.content-card > * { position: relative; z-index: 1; }
.content-card:hover::before { opacity: 1; }
.banner-carousel.is-draggable { cursor: grab; }
.banner-carousel.is-draggable:active { cursor: grabbing; }
.reading-progress { position: fixed; top: 0; left: 0; z-index: 100; width: 0; height: 3px; background: linear-gradient(90deg, var(--brand-turquoise), var(--brand-blue)); transition: width .1s linear; pointer-events: none; }

:root {
  --brand-blue: #1e63ff;
  --brand-turquoise: #03d3ff;
  --ink: #111827;
  --surface: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { display: flex; min-height: 100vh; flex-direction: column; margin: 0; color: var(--ink); background: var(--surface); font-family: "Onest", Arial, sans-serif; }
main { flex: 1 0 auto; }
a { color: inherit; }.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem max(1.5rem, calc((100vw - 1200px) / 2)); }
.site-header { position: relative; background: white; }.site-navigation { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }.site-navigation a { font-size: .94rem; font-weight: 600; text-decoration: none; }.site-navigation a:hover, .site-navigation a:focus-visible { color: var(--brand-blue); }
.site-logo { display: inline-flex; width: 150px; }
.site-logo img { display: block; width: 100%; height: auto; }
.language-switcher { display: grid; width: 2.65rem; height: 2.65rem; place-items: center; border: 1px solid #d8e1f4; border-radius: 50%; color: var(--brand-blue); font-weight: 800; text-decoration: none; }.language-switcher:hover, .language-switcher:focus-visible { color: white; background: var(--brand-blue); }.menu-toggle { display: none; }
.hero { min-height: 70vh; padding: clamp(4rem, 10vw, 10rem) max(1.5rem, calc((100vw - 1200px) / 2)); background: linear-gradient(125deg, var(--brand-turquoise), var(--brand-blue)); color: white; }
.hero--video { position: relative; isolation: isolate; overflow: hidden; }
.hero--video::after { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgb(3 211 255 / 13%), transparent 30%); content: ""; pointer-events: none; transition: background .35s ease; }
.hero__video, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__video { z-index: -2; object-fit: cover; }
.hero__overlay { z-index: -1; background: linear-gradient(90deg, rgb(3 24 74 / 76%), rgb(3 24 74 / 30%)); }
.hero__content { position: relative; }
.feature-card__icon { display: grid; width: 3.25rem; height: 3.25rem; place-items: center; margin-bottom: 1.25rem; border-radius: .9rem; background: linear-gradient(135deg, rgb(3 211 255 / 15%), rgb(30 99 255 / 13%)); }
.feature-card__icon svg { width: 2rem; height: 2rem; fill: none; stroke: var(--brand-blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.hero h1 { max-width: 760px; margin: .35rem 0 1rem; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; }
.hero p { max-width: 620px; font-size: 1.125rem; }
.eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.button { display: inline-block; margin-top: 1rem; padding: .85rem 1.1rem; border-radius: .5rem; background: white; color: var(--brand-blue); font-weight: 700; text-decoration: none; }
.home-section { width: min(100% - 3rem, 1200px); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }.home-section--about { width: min(100% - 3rem, 800px); text-align: center; }.home-section h2 { margin: .35rem 0 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; }.home-section--about div { color: #33425e; font-size: 1.15rem; line-height: 1.75; }.section-title { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }.section-title > a { color: var(--brand-blue); font-weight: 700; text-decoration: none; transition: transform .25s ease; }.section-title > a:hover { transform: translateX(5px); }.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.content-card { display: block; min-height: 220px; padding: 1.5rem; border: 1px solid #e1e8f5; border-radius: 1rem; background: white; box-shadow: 0 12px 32px rgb(16 59 161 / 5%); color: var(--ink); text-decoration: none; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease; }.content-card:hover { transform: translateY(-7px); border-color: #b8cdfc; box-shadow: 0 22px 45px rgb(16 59 161 / 13%); }.content-card > span, .content-card time { color: var(--brand-blue); font-size: .85rem; font-weight: 800; }.content-card h3 { margin: 1rem 0 .6rem; font-size: 1.25rem; }.content-card p { margin: 0; color: #526078; line-height: 1.55; }.content-card img { width: calc(100% + 3rem); height: 160px; margin: -1.5rem -1.5rem 1rem; border-radius: 1rem 1rem 0 0; object-fit: cover; }.banner-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 70%); gap: 1rem; overflow-x: auto; padding-bottom: .5rem; scroll-snap-type: x mandatory; }.banner-slide { position: relative; min-height: 340px; overflow: hidden; border-radius: 1rem; background: var(--brand-blue); color: white; scroll-snap-align: start; }.banner-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }.banner-slide:hover img { transform: scale(1.04); }.banner-slide div { position: absolute; inset: auto 0 0; padding: 3rem 1.5rem 1.5rem; background: linear-gradient(transparent, rgb(4 18 54 / 88%)); }.banner-slide h3 { margin: 0; font-size: 1.6rem; }.banner-slide p { margin: .5rem 0 0; }
.home-section--features { width: 100%; padding-inline: max(1.5rem, calc((100vw - 1200px) / 2)); background: linear-gradient(145deg, #f4f9ff, #fff); }.home-section--geography { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }.home-section--geography > div { max-width: 760px; }.home-section--geography p:not(.eyebrow) { color: #526078; font-size: 1.15rem; line-height: 1.7; }
.home-section--geography { position: relative; isolation: isolate; width: min(100% - 3rem, 1200px); min-height: 360px; padding: clamp(3rem, 7vw, 6rem); overflow: hidden; border-radius: 1.25rem; background: linear-gradient(90deg, rgb(3 24 74 / 86%), rgb(3 24 74 / 38%)), var(--geography-image) center / cover; color: #fff; }.home-section--geography > div { position: relative; z-index: 1; }.home-section--geography p:not(.eyebrow) { color: rgb(255 255 255 / 88%); }.home-section--geography .button { position: relative; z-index: 1; }
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }.partner-logo { display: grid; min-height: 130px; place-items: center; padding: 1.5rem; border: 1px solid #e1e8f5; border-radius: 1rem; background: #fff; }.partner-logo img { max-width: 100%; max-height: 70px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .3s ease, opacity .3s ease, transform .3s ease; }.partner-logo:hover img { filter: none; opacity: 1; transform: scale(1.04); }.cases-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 58%); gap: 1rem; overflow-x: auto; padding-bottom: .75rem; scroll-snap-type: x mandatory; }.case-slide { position: relative; min-height: 300px; margin: 0; overflow: hidden; border-radius: 1rem; background: #0d2346; scroll-snap-align: start; }.case-slide img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .6s ease; }.case-slide:hover img { transform: scale(1.04); }.case-slide figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 2rem 1.25rem 1rem; background: linear-gradient(transparent, rgb(3 24 74 / 88%)); color: #fff; font-weight: 700; }.contacts-map { width: 100%; margin-top: 2.5rem; overflow: hidden; border: 1px solid #e1e8f5; border-radius: 1rem; box-shadow: 0 12px 32px rgb(16 59 161 / 8%); }.contacts-map iframe { display: block; width: 100%; min-height: 420px; border: 0; }
.services-page .card-grid { margin-top: 3rem; }.contacts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3rem 0; }.contacts-grid section { display: grid; gap: .5rem; padding: 1.5rem; border: 1px solid #e1e8f5; border-radius: 1rem; background: #f9fbff; }.contacts-grid h2 { margin: 0; font-size: 1.15rem; }.contacts-grid a { color: var(--brand-blue); font-weight: 700; text-decoration: none; }.contacts-grid p { margin: 0; color: #526078; line-height: 1.6; }
.pagination { display: flex; justify-content: center; gap: 1rem; margin-top: 3rem; }.pagination a { color: var(--brand-blue); font-size: 1.2rem; font-weight: 800; text-decoration: none; }.news-detail > time { color: var(--brand-blue); font-weight: 800; }.news-detail__cover { display: block; width: 100%; max-height: 560px; margin-top: 2rem; border-radius: 1rem; object-fit: cover; }
.button--brand { color: white; background: var(--brand-blue); }.site-footer { position: relative; margin-top: auto; color: var(--ink); background: #fff; border-top: 1px solid #e5ebf5; padding-top: 2rem; padding-bottom: 2rem; }.site-footer::before { position: absolute; top: -1px; left: max(1.5rem, calc((100vw - 1200px) / 2)); width: 5rem; height: 3px; background: linear-gradient(90deg, var(--brand-turquoise), var(--brand-blue)); content: ""; }.footer-contacts { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem 1.5rem; max-width: none; font-size: .9rem; }.footer-contacts a { color: var(--brand-blue); font-weight: 700; text-decoration: none; }.footer-contacts a:hover, .footer-contacts a:focus-visible { color: #1248c9; }.footer-contacts span { color: #526078; white-space: nowrap; }.site-footer > p { margin: 0; color: #7a879b; font-size: .85rem; }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.content-page, .error-page { width: min(100% - 3rem, 900px); margin: 0 auto; padding: clamp(4rem, 9vw, 8rem) 0; }.content-page h1, .error-page h1 { margin: 0 0 1rem; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.05; }.content-page__intro { max-width: 700px; color: #33425e; font-size: 1.35rem; }.content-page__text { max-width: 720px; line-height: 1.7; }.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; color: #607089; font-size: .9rem; }.breadcrumbs a { color: var(--brand-blue); text-decoration: none; }.page-block { display: grid; gap: 1rem; margin-top: 3.5rem; padding-top: 3.5rem; border-top: 1px solid #e6ebf5; line-height: 1.7; }.page-block h2 { margin: 0; font-size: clamp(1.75rem, 4vw, 2.5rem); }.page-block img, .page-block video { width: 100%; max-height: 620px; border-radius: 1rem; object-fit: cover; }.error-page { min-height: 65vh; background: radial-gradient(circle at top right, #d9f9ff, transparent 38%); }.error-page p { max-width: 550px; color: #33425e; }
@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  .hero--video { background: url("../images/hero-mobile.jpg") center / cover no-repeat; }
  .hero__video, .hero__overlay { display: none; }
}
@media (max-width: 767px) {
  .site-header { flex-wrap: wrap; padding-block: 1rem; }.site-logo { width: 128px; }.menu-toggle { display: grid; width: 2.7rem; height: 2.7rem; gap: .28rem; padding: .55rem; border: 0; border-radius: .4rem; background: #edf2ff; cursor: pointer; }.menu-toggle span:not(.visually-hidden) { display: block; height: 2px; background: var(--brand-blue); }.site-navigation { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-top: .75rem; }.site-navigation.is-open { display: flex; }.site-navigation a { padding: .8rem 0; border-bottom: 1px solid #edf0f7; }.language-switcher { margin-left: auto; }.site-footer { align-items: flex-start; flex-direction: column; }.footer-contacts span { white-space: normal; }.content-page, .error-page { width: min(100% - 2rem, 900px); }
  .home-section { width: min(100% - 2rem, 1200px); }.section-title { align-items: flex-start; flex-direction: column; }.card-grid { grid-template-columns: 1fr; }.banner-carousel { grid-auto-columns: 88%; }
  .home-section--geography { align-items: flex-start; flex-direction: column; }
  .contacts-grid { grid-template-columns: 1fr; }
  .home-section--geography { width: min(100% - 2rem, 1200px); align-items: flex-start; flex-direction: column; padding: 2.5rem 1.5rem; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .cases-carousel { grid-auto-columns: 88%; }
}

/* Финальные интерактивные состояния публичного сайта. */
.site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 96%); transition: padding .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { padding-block: .7rem; box-shadow: 0 8px 24px rgb(16 59 161 / 8%); backdrop-filter: blur(8px); }
