
@font-face {
  font-family: "Inter Variable";
  src: url("/fonts/inter-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed Variable";
  src: url("/fonts/roboto-condensed-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --red: #ff0a0a;
  --red-dark: #cc0000;
  --ink: #171717;
  --ink-soft: #242424;
  --paper: #ffffff;
  --surface: #f4f4f4;
  --muted: #6d6d6d;
  --line: #dedede;
  --container: 1360px;
  --font-heading: "Roboto Condensed Variable", "Arial Narrow", sans-serif;
  --font-body: "Inter Variable", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ff6b6b; outline-offset: 4px; }
.container { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: var(--ink); }
.site-header--dark { color: var(--paper); }
.site-header__inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-heading); font-size: 22px; font-weight: 750; letter-spacing: -.04em; }
.brand__mark { position: relative; width: 28px; height: 28px; display: block; border: 8px solid var(--red); border-right-color: transparent; transform: skewY(-8deg); }
.brand__mark::after, .brand__mark span { content: ""; position: absolute; background: var(--red); width: 15px; height: 7px; left: 4px; }
.brand__mark::after { top: -8px; transform: rotate(-42deg); }
.brand__mark span { bottom: -7px; transform: rotate(42deg); }
.brand--dark .brand__word { color: var(--paper); }
.brand--light .brand__word { color: var(--ink); }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); font-size: 13px; font-weight: 650; }
.desktop-nav a { padding: 12px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: currentColor; }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.header-cta, .menu-button { height: 44px; background: var(--red); color: var(--paper); border: 0; }
.header-cta { display: inline-flex; align-items: center; padding: 0 22px; font-size: 13px; font-weight: 700; }
.menu-button { width: 44px; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; cursor: pointer; }
.menu-button span { width: 16px; height: 1px; background: currentColor; }
.menu-overlay { position: fixed; inset: 0; z-index: 50; display: flex; justify-content: flex-end; background: rgb(0 0 0 / 64%); }
.menu-drawer { width: min(440px, 100%); height: 100dvh; min-height: 100%; padding: 28px; overflow-y: auto; overscroll-behavior: contain; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; gap: 44px; }
.menu-drawer__top { display: flex; align-items: center; justify-content: space-between; }
.menu-close { width: 44px; height: 44px; border: 1px solid #444; background: transparent; color: inherit; font-size: 32px; line-height: 1; cursor: pointer; }
.menu-drawer nav { display: grid; }
.menu-drawer nav a { display: flex; gap: 22px; padding: 18px 0; border-bottom: 1px solid #353535; font-family: var(--font-heading); font-size: 30px; font-weight: 700; text-transform: uppercase; }
.menu-drawer nav span { color: var(--red); font: 600 12px var(--font-body); }

.button { min-height: 52px; padding: 0 24px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; font-weight: 750; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); color: var(--paper); }
.button--primary:hover { background: var(--red-dark); }
.button--secondary { background: transparent; }
.button--dark { border-color: #555; color: var(--paper); }
.button--light { border-color: #aaa; color: var(--ink); }

.hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, #160000 0%, #1a0909 36%, var(--ink) 66%), var(--ink); color: var(--paper); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 76%); pointer-events: none; }
.hero__glow { position: absolute; left: -18vw; bottom: -48vw; width: 80vw; height: 80vw; border-radius: 50%; background: radial-gradient(circle, rgb(255 0 0 / 70%) 0%, rgb(255 0 0 / 18%) 32%, transparent 66%); filter: blur(38px); }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 30px; padding-top: 88px; }
.hero__copy { position: relative; z-index: 3; padding: 72px 0 64px; }
.eyebrow { margin: 0 0 20px; color: #b3b3b3; font-size: 12px; font-weight: 750; letter-spacing: .1em; }
.eyebrow--red { color: var(--red); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { font-family: var(--font-heading); line-height: .94; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(56px, 6.7vw, 106px); font-weight: 780; }
.hero__lead { max-width: 560px; margin: 30px 0 0; color: #c4c4c4; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.5; }
.hero__actions { display: flex; gap: 12px; margin-top: 38px; }
.hero__visual { position: relative; height: 650px; display: flex; align-items: center; justify-content: center; }
.hero__visual img { position: relative; z-index: 2; width: min(38vw, 560px); height: auto; transform: rotate(77deg) scale(1.22); filter: drop-shadow(0 36px 80px rgb(255 0 0 / 28%)); }
.hero__orbit { position: absolute; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; }
.hero__orbit--one { width: 490px; height: 490px; }
.hero__orbit--two { width: 660px; height: 660px; }
.section { padding: 120px 0; }
.preview-section { min-height: 500px; text-align: center; }
.preview-section h2 { max-width: 980px; margin: 0 auto; font-size: clamp(42px, 5vw, 74px); }
.section-intro { max-width: 900px; margin: 28px auto 0; color: #4d4d4d; font-size: 18px; line-height: 1.6; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .hero__inner { grid-template-columns: 1.08fr .92fr; }
  .hero__visual img { width: 46vw; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .site-header__inner { min-height: 74px; }
  .brand { font-size: 18px; }
  .brand__mark { width: 24px; height: 24px; border-width: 7px; }
  .header-cta { display: none; }
  .hero { min-height: 780px; align-items: stretch; }
  .hero__inner { display: flex; flex-direction: column; justify-content: space-between; padding-top: 112px; }
  .hero__copy { padding: 26px 0 0; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero__lead { margin-top: 22px; }
  .hero__actions { flex-direction: column; align-items: stretch; margin-top: 28px; }
  .hero__visual { height: 300px; margin-top: -28px; }
  .hero__visual img { width: min(76vw, 380px); transform: rotate(78deg) scale(1.25); }
  .hero__orbit--one { width: 300px; height: 300px; }
  .hero__orbit--two { width: 420px; height: 420px; }
  .section { padding: 80px 0; }
}

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

/* Shared sections */
.section-heading { max-width: 900px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(50px, 5.6vw, 80px); font-weight: 780; }
.section-heading h2 span { color: var(--red); }
.section-heading--dark h2 { color: var(--paper); }
.about-section { text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 64px; }
.stat-card { position: relative; min-height: 250px; padding: 34px; background: var(--surface); text-align: left; display: flex; flex-direction: column; justify-content: space-between; }
.stat-card__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--red); }
.stat-card strong { color: var(--red); font-family: var(--font-heading); font-size: clamp(42px, 4vw, 68px); line-height: 1; letter-spacing: -.04em; }
.stat-card p { margin: 0; max-width: 280px; color: #4f4f4f; font-size: 14px; line-height: 1.45; }
.audience-section { padding-top: 30px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 55px; }
.audience-card { position: relative; min-height: 300px; padding: 28px; border: 1px solid #e6e6e6; background: linear-gradient(145deg, #f9f9f9, #f1f1f1); overflow: hidden; }
.audience-card::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 220px; height: 220px; border: 30px solid rgb(255 255 255 / 70%); transform: rotate(45deg); }
.audience-card__index { position: absolute; top: 22px; right: 24px; color: #ababab; font-size: 12px; }
.audience-card__icon { width: 42px; height: 42px; border: 1px solid #d8d8d8; display: grid; place-items: center; }
.audience-card__icon span { width: 11px; height: 11px; background: var(--red); transform: rotate(45deg); }
.audience-card h3 { max-width: 360px; margin: 36px 0 0; font-size: clamp(25px, 2.2vw, 34px); }
.audience-card p { position: relative; z-index: 1; max-width: 330px; margin: 42px 0 0; color: #616161; font-size: 13px; line-height: 1.5; }
.products-highlight { padding-top: 40px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 56px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; min-height: 510px; padding: 30px; overflow: hidden; border: 1px solid #ededed; background: var(--surface); }
.product-card--dark { background: #1c1c1c; color: var(--paper); border-color: #1c1c1c; }
.product-card--red { background: var(--red); color: var(--paper); border-color: var(--red); }
.product-card__copy { position: relative; z-index: 2; width: 58%; }
.product-card h3 { margin: 0; font-size: clamp(34px, 3vw, 48px); }
.product-card p { margin: 22px 0 0; color: #5b5b5b; font-size: 14px; line-height: 1.5; }
.product-card--dark p, .product-card--red p { color: #d0d0d0; }
.product-card img { position: absolute; z-index: 1; right: -4%; bottom: 2%; width: 58%; height: auto; object-fit: contain; }
.product-card > a { position: absolute; z-index: 3; left: 30px; bottom: 30px; min-width: 142px; min-height: 48px; padding: 0 16px; border: 1px solid var(--red); color: var(--red); display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 13px; font-weight: 700; }
.product-card--dark > a, .product-card--red > a { border-color: currentColor; color: var(--paper); }
.dark-process { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.dark-process::after { content: ""; position: absolute; right: -12vw; bottom: -32vw; width: 72vw; height: 72vw; border-radius: 50%; background: radial-gradient(circle, rgb(255 0 0 / 45%), transparent 62%); filter: blur(36px); }
.dark-process__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; }
.process-steps { list-style: none; padding: 0; margin: 52px 0 0; display: grid; gap: 8px; }
.process-steps li { min-height: 100px; padding: 18px 24px; display: grid; grid-template-columns: 100px 1fr; align-items: center; background: #262626; border-left: 2px solid transparent; transition: border-color .2s ease, background-color .2s ease; }
.process-steps li:hover { border-color: var(--red); background: #2d2d2d; }
.process-steps li > span { color: #777; font-family: var(--font-heading); font-size: 58px; line-height: 1; }
.process-steps h3 { margin: 0; font-size: 22px; }
.process-steps p { margin: 7px 0 0; color: #9b9b9b; font-size: 12px; }
.integrations-panel { align-self: center; padding: 50px; border: 1px solid #343434; background: rgb(25 25 25 / 74%); backdrop-filter: blur(18px); }
.integrations-panel h2 { margin: 0; font-size: clamp(42px, 4.5vw, 68px); }
.integration-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin: 40px 0; }
.integration-cloud span { padding: 14px 16px; border: 1px solid #444; background: #202020; color: #d2d2d2; font-size: 13px; }
.benefits-section { background: #fafafa; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 58px; }
.benefit-card { min-height: 260px; padding: 28px; border: 1px solid #e3e3e3; background: var(--paper); }
.benefit-card > span { color: var(--red); font-size: 12px; font-weight: 800; }
.benefit-card h3 { margin: 52px 0 0; font-size: 28px; }
.benefit-card p { margin: 18px 0 0; color: #626262; font-size: 13px; line-height: 1.55; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.35fr; gap: 72px; align-items: start; }
.faq-list { border-top: 1px solid #ddd; }
.faq-item { border-bottom: 1px solid #ddd; }
.faq-item h3 { margin: 0; font: inherit; text-transform: none; letter-spacing: 0; }
.faq-item button { width: 100%; min-height: 74px; padding: 16px 0; border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 24px; text-align: left; font-weight: 700; cursor: pointer; }
.faq-item__symbol { flex: 0 0 30px; width: 30px; height: 30px; background: var(--red); color: var(--paper); display: grid; place-items: center; }
.faq-item [role="region"] p { margin: 0; padding: 0 56px 24px 0; color: #5a5a5a; line-height: 1.6; }

/* Lead form */
.lead-section { position: relative; overflow: hidden; padding: 100px 0; background: var(--ink); color: var(--paper); }
.lead-section::before { content: ""; position: absolute; left: 20%; top: 50%; width: 600px; height: 600px; border: 1px solid #303030; border-radius: 50%; }
.lead-section__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.lead-section__copy h2 { max-width: 650px; margin: 0; font-size: clamp(62px, 7vw, 102px); }
.lead-section__copy h2 span { color: var(--red); }
.lead-section__copy > p:not(.eyebrow) { max-width: 500px; margin: 34px 0; color: #b5b5b5; font-size: 18px; line-height: 1.55; }
.lead-section__copy > a { color: var(--red); font-size: 18px; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.lead-form { padding: 30px; background: #292929; display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { color: #d0d0d0; font-size: 12px; }
.field input, .field textarea { width: 100%; border: 1px solid #353535; border-radius: 0; background: #181818; color: var(--paper); padding: 14px 16px; }
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: #717171; }
.field input:disabled, .field textarea:disabled, .lead-form button:disabled { cursor: not-allowed; opacity: .58; }
.field__error { color: #ff8b8b; font-size: 12px; }
.lead-form__submit { width: 100%; border: 0; cursor: pointer; }
.lead-form__consent { margin: 0; color: #989898; font-size: 10px; line-height: 1.45; }
.lead-form__consent a { color: #d8d8d8; text-decoration: underline; }
.lead-form__status { min-height: 20px; color: #efefef; font-size: 12px; }

/* Footer */
.site-footer { padding: 78px 0 28px; background: #f5f5f5; color: var(--ink); }
.site-footer__top { display: grid; grid-template-columns: 1.55fr .7fr .7fr 1fr; gap: 54px; min-height: 260px; }
.site-footer__brand p { max-width: 360px; margin: 50px 0 0; font-size: 13px; line-height: 1.45; }
.site-footer h2 { margin: 0 0 24px; color: #818181; font: 650 11px var(--font-body); letter-spacing: .06em; text-transform: uppercase; }
.site-footer nav, .site-footer address { display: flex; flex-direction: column; gap: 13px; font-size: 13px; font-style: normal; }
.site-footer address a { text-decoration: underline; text-underline-offset: 3px; }
.site-footer address span { line-height: 1.5; }
.site-footer__bottom { padding-top: 28px; border-top: 1px solid #dedede; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #969696; font-size: 11px; }

/* Inner pages */
.breadcrumbs { padding-top: 104px; color: #777; font-size: 13px; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 10px; color: #aaa; }
.breadcrumbs li:last-child { color: var(--red); }
.inner-hero { padding-bottom: 62px; background: var(--paper); }
.inner-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; padding-top: 70px; }
.inner-hero h1 { max-width: 760px; margin: 0; font-size: clamp(74px, 8.5vw, 124px); }
.inner-hero__grid > p { max-width: 560px; margin: 0 0 20px; color: #4c4c4c; font-size: 19px; font-weight: 650; line-height: 1.5; }
.catalog-section { padding: 0 0 110px; }
.product-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.product-filters button { min-height: 44px; padding: 0 18px; border: 1px solid #a5a5a5; background: transparent; cursor: pointer; }
.product-filters button:hover, .product-filters button.is-active { border-color: var(--red); background: var(--red); color: var(--paper); }
.catalog-empty { min-height: 260px; margin: 0; border: 1px solid #e0e0e0; display: grid; place-items: center; text-align: center; color: #666; }

/* Product detail */
.product-hero { padding-bottom: 60px; }
.product-hero__grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: center; padding: 70px 0 48px; }
.product-hero h1 { margin: 0; font-size: clamp(66px, 7.8vw, 112px); }
.product-hero__grid p { max-width: 800px; color: #4d4d4d; font-size: 17px; line-height: 1.55; }
.product-hero__visual { min-height: 420px; display: grid; place-items: center; background: #fafafa; }
.product-hero__visual img { width: 90%; height: auto; }
.product-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.product-facts div { padding: 22px; border-right: 1px solid #ddd; }
.product-facts div:last-child { border-right: 0; }
.product-facts dt { color: #999; font-size: 10px; text-transform: uppercase; }
.product-facts dd { margin: 9px 0 0; font-size: 13px; font-weight: 750; }
.product-about { text-align: center; background: #fbfbfb; }
.effect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 52px; text-align: left; }
.effect-grid article { min-height: 230px; padding: 26px; background: var(--paper); border: 1px solid #e7e7e7; }
.effect-grid article > span { color: var(--red); font-weight: 800; }
.effect-grid h3 { margin: 34px 0 0; font-size: 23px; }
.effect-grid p { margin: 16px 0 0; color: #646464; font-size: 12px; line-height: 1.5; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.related-grid article { min-height: 360px; padding: 30px; background: var(--surface); display: flex; flex-direction: column; align-items: flex-start; }
.related-grid article > span { color: var(--red); font-size: 12px; }
.related-grid h3 { margin: 46px 0 0; font-size: 31px; }
.related-grid p { margin: 20px 0 0; color: #606060; font-size: 13px; line-height: 1.5; }
.related-grid a { margin-top: auto; border: 1px solid var(--red); color: var(--red); padding: 12px 15px; font-size: 12px; font-weight: 700; }
.problems-section { padding-top: 60px; }
.problem-grid, .functions-grid { list-style: none; padding: 0; margin: 52px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.problem-grid li, .functions-grid li { min-height: 64px; padding: 18px 20px; background: var(--surface); display: flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 700; }
.problem-grid span, .functions-grid span { color: var(--red); }
.system-section { padding-top: 40px; }
.system-steps { list-style: none; padding: 0; margin: 52px 0 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.system-steps li { min-height: 142px; padding: 20px; background: var(--surface); display: flex; flex-direction: column; justify-content: space-between; }
.system-steps span { color: var(--red); font-size: 12px; }
.system-steps strong { font-size: 13px; line-height: 1.35; }
.integration-tiles { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.integration-tiles span { min-height: 100px; border: 1px solid #ddd; display: grid; place-items: center; font-family: var(--font-heading); font-size: 28px; font-weight: 750; text-transform: uppercase; }
.implementation-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.implementation-layout ol { list-style: none; padding: 0; margin: 0; }
.implementation-layout li { min-height: 90px; margin-left: calc(var(--step, 0) * 20px); padding: 22px 26px; background: var(--surface); display: flex; flex-direction: column; gap: 12px; }
.implementation-layout li + li { margin-top: 8px; }
.implementation-layout li:nth-child(2) { margin-left: 8%; }
.implementation-layout li:nth-child(3) { margin-left: 16%; }
.implementation-layout li:nth-child(4) { margin-left: 24%; }
.implementation-layout li:nth-child(5) { margin-left: 32%; }
.implementation-layout li:nth-child(6) { margin-left: 40%; }
.implementation-layout li span { color: var(--red); font-size: 11px; }
.implementation-layout li strong { font-size: 14px; }
.implementation-layout li.is-final { background: var(--red); color: var(--paper); }
.implementation-layout li.is-final span { color: var(--paper); }

/* Contacts */
.contacts-main { min-height: 1260px; padding-bottom: 120px; background: var(--ink); color: var(--paper); }
.contacts-main .breadcrumbs { color: #a0a0a0; }
.contacts-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; padding: 70px 0 60px; }
.contacts-heading h1 { margin: 0; font-size: clamp(78px, 9vw, 132px); }
.contacts-heading p { max-width: 420px; margin: 0 0 12px; font-size: 20px; line-height: 1.5; }
.contacts-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 36px; align-items: start; }
.contacts-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-card { min-height: 116px; padding: 22px; background: #272727; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.contact-card:nth-child(n + 3) { grid-column: 1 / -1; }
.contact-card > span { color: #8d8d8d; font-size: 11px; text-transform: uppercase; }
.contact-card a, .contact-card strong { font-size: 17px; line-height: 1.35; }
.contact-card a { text-decoration: underline; text-underline-offset: 4px; }
.map-preview { position: relative; min-height: 520px; overflow: hidden; background-color: #f2f1eb; background-image: linear-gradient(28deg, transparent 45%, #cfd6db 46%, #cfd6db 48%, transparent 49%), linear-gradient(116deg, transparent 48%, #d7ddd8 49%, #d7ddd8 51%, transparent 52%), linear-gradient(#dfe7dd 1px, transparent 1px), linear-gradient(90deg, #dfe7dd 1px, transparent 1px); background-size: 420px 260px, 380px 300px, 48px 48px, 48px 48px; }
.map-preview::after { content: ""; position: absolute; left: -8%; bottom: -40%; width: 76%; height: 74%; border-radius: 52% 48% 0 0; background: #9fd0ee; transform: rotate(-8deg); }
.map-preview__roads { position: absolute; inset: 0; background: repeating-linear-gradient(63deg, transparent 0 58px, rgb(255 255 255 / 85%) 60px 65px, transparent 67px 106px); }
.map-preview__pin { position: absolute; z-index: 3; left: 54%; top: 44%; width: 44px; height: 44px; border-radius: 50% 50% 50% 0; background: var(--red); transform: translate(-50%, -50%) rotate(-45deg); box-shadow: 0 8px 24px rgb(0 0 0 / 25%); }
.map-preview__pin span { position: absolute; inset: 12px; border-radius: 50%; background: var(--paper); }
.map-preview__label { position: absolute; z-index: 4; left: 54%; top: 54%; width: min(320px, 70%); padding: 16px; background: rgb(255 255 255 / 94%); color: var(--ink); display: grid; gap: 6px; transform: translateX(-50%); box-shadow: 0 12px 38px rgb(0 0 0 / 16%); }
.map-preview__label span, .map-preview__label small { color: #777; font-size: 10px; }
.legal-card { position: relative; min-height: 390px; margin-top: 18px; padding: 30px 48% 30px 30px; overflow: hidden; background: #2a2727; }
.legal-card dl { position: relative; z-index: 2; margin: 0; display: grid; gap: 16px; }
.legal-card dl div { display: grid; gap: 5px; }
.legal-card dt { color: #8d8d8d; font-size: 10px; text-transform: uppercase; }
.legal-card dd { margin: 0; font-size: 12px; line-height: 1.35; }
.legal-card img { position: absolute; z-index: 1; right: -4%; bottom: -32%; width: 44%; height: auto; transform: rotate(-6deg); }

@media (max-width: 1024px) {
  .stats-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .dark-process__grid, .lead-section__grid, .faq-layout { grid-template-columns: 1fr; }
  .integrations-panel { padding: 36px; }
  .site-footer__top { grid-template-columns: 1.3fr 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .inner-hero__grid, .contacts-heading { gap: 44px; }
  .product-hero__grid { grid-template-columns: 1fr .62fr; gap: 30px; }
  .effect-grid { grid-template-columns: repeat(2, 1fr); }
  .system-steps { grid-template-columns: repeat(3, 1fr); }
  .contacts-layout { grid-template-columns: 1fr; }
  .contacts-cards { grid-template-columns: repeat(4, 1fr); }
  .contact-card:nth-child(n + 3) { grid-column: auto; }
  .map-preview { min-height: 480px; }
}

@media (max-width: 760px) {
  .section-heading h2 { font-size: clamp(44px, 13vw, 66px); }
  .stats-grid, .audience-grid, .benefits-grid, .product-grid, .related-grid, .effect-grid, .integration-tiles, .contacts-cards { grid-template-columns: 1fr; }
  .stat-card, .audience-card { min-height: 240px; }
  .section-heading-row { align-items: stretch; flex-direction: column; }
  .product-card { min-height: 480px; padding: 24px; }
  .product-card__copy { width: 78%; }
  .product-card img { right: -12%; bottom: 8%; width: 72%; }
  .product-card > a { left: 24px; bottom: 24px; }
  .process-steps li { grid-template-columns: 70px 1fr; padding: 15px; }
  .process-steps li > span { font-size: 42px; }
  .integrations-panel { padding: 26px; }
  .lead-section { padding: 78px 0; }
  .lead-section__copy h2 { font-size: clamp(58px, 17vw, 78px); }
  .lead-form { padding: 20px; }
  .site-footer__top { grid-template-columns: 1fr; min-height: 0; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .breadcrumbs { padding-top: 88px; }
  .inner-hero { padding-bottom: 42px; }
  .inner-hero__grid { grid-template-columns: 1fr; gap: 24px; padding-top: 44px; }
  .inner-hero h1 { font-size: clamp(64px, 19vw, 88px); }
  .inner-hero__grid > p { font-size: 16px; }
  .product-filters { gap: 6px; }
  .product-filters button { flex: 1 1 auto; }
  .product-hero__grid { grid-template-columns: 1fr; padding-top: 42px; }
  .product-hero h1 { font-size: clamp(58px, 17vw, 82px); }
  .product-hero__visual { min-height: 320px; order: -1; }
  .product-facts { grid-template-columns: repeat(2, 1fr); }
  .product-facts div:nth-child(2) { border-right: 0; }
  .product-facts div:nth-child(-n + 2) { border-bottom: 1px solid #ddd; }
  .problem-grid, .functions-grid { grid-template-columns: 1fr; }
  .system-steps { grid-template-columns: repeat(2, 1fr); }
  .implementation-layout { grid-template-columns: 1fr; gap: 44px; }
  .implementation-layout li:nth-child(n) { margin-left: 0; }
  .contacts-main { padding-bottom: 76px; }
  .contacts-heading { grid-template-columns: 1fr; gap: 24px; padding: 50px 0 40px; }
  .contacts-heading h1 { font-size: clamp(70px, 21vw, 92px); }
  .contact-card:nth-child(n + 3) { grid-column: auto; }
  .map-preview { min-height: 390px; }
  .legal-card { padding: 24px 24px 290px; }
  .legal-card img { width: 84%; right: -18%; bottom: -60px; }
}

/* Text collision and intermediate-width safeguards */
h1,
h2,
h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  line-height: 1;
  text-wrap: balance;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(52px, 5.4vw, 80px);
  line-height: .96;
}

.hero__visual {
  overflow: hidden;
}

.hero__visual img {
  width: min(32vw, 480px);
}

.section-heading h2 {
  font-size: clamp(44px, 4.7vw, 68px);
  line-height: 1;
}

.inner-hero h1 {
  font-size: clamp(64px, 7.2vw, 100px);
  line-height: .96;
}

.product-hero h1 {
  font-size: clamp(58px, 6.4vw, 90px);
  line-height: .96;
}

.lead-section__copy h2 {
  font-size: clamp(56px, 6.2vw, 88px);
  line-height: .96;
}

.contacts-heading h1 {
  font-size: clamp(70px, 7.6vw, 108px);
  line-height: .96;
}

.product-card {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .92fr);
  align-items: stretch;
}

.product-card__copy {
  z-index: 2;
  width: auto;
  min-width: 0;
  padding-bottom: 82px;
}

.product-card h3 {
  font-size: clamp(30px, 2.6vw, 40px);
  line-height: 1.02;
}

.integrations-panel h2 {
  font-size: clamp(40px, 4.1vw, 62px);
}

.product-card p {
  max-width: 430px;
}

.product-card img {
  position: relative;
  z-index: 1;
  right: auto;
  bottom: auto;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

.product-grid > .product-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  min-height: 460px;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
}

.product-grid > .product-card:last-child:nth-child(odd) img {
  width: min(100%, 520px);
}

.audience-card h3,
.benefit-card h3,
.related-grid h3,
.process-steps h3 {
  line-height: 1.04;
}

.contact-card a,
.contact-card strong,
.legal-card dd,
.site-footer address {
  overflow-wrap: anywhere;
}

.section-heading,
.product-card,
.audience-card,
.benefit-card,
.related-grid article,
.effect-grid article,
.faq-layout > *,
.dark-process__grid > *,
.lead-section__grid > *,
.implementation-layout > *,
.contacts-layout > * {
  min-width: 0;
}

.integration-tiles span {
  padding: 18px;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 28px);
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    padding-top: 104px;
  }

  .hero__copy {
    max-width: 780px;
    padding: 54px 0 0;
  }

  .hero__visual {
    height: 430px;
    margin-top: 0;
  }

  .hero__visual img {
    width: min(58vw, 560px);
  }

  .inner-hero__grid,
  .product-hero__grid,
  .contacts-heading,
  .dark-process__grid,
  .lead-section__grid,
  .faq-layout,
  .implementation-layout,
  .contacts-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .inner-hero__grid > p,
  .contacts-heading p {
    max-width: 720px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 500px;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  }

  .product-grid > .product-card:last-child:nth-child(odd) {
    min-height: 500px;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  }

  .product-card h3 {
    font-size: clamp(32px, 4.5vw, 46px);
  }

  .product-hero__visual {
    width: min(620px, 100%);
    min-height: 360px;
  }

  .product-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-facts div:nth-child(2) {
    border-right: 0;
  }

  .product-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid #ddd;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid,
  .audience-grid,
  .benefits-grid,
  .effect-grid,
  .contacts-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-card:nth-child(n + 3) {
    grid-column: auto;
  }

  .system-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .integration-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .implementation-layout li:nth-child(n) {
    margin-left: 0;
  }

  .legal-card {
    padding-right: 48%;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .hero__inner {
    display: flex;
    padding-top: 96px;
  }

  .hero__copy {
    padding-top: 24px;
  }

  .hero h1 {
    font-size: clamp(42px, 12.5vw, 58px);
    line-height: .98;
  }

  .hero__visual {
    height: 280px;
    margin-top: 0;
  }

  .inner-hero h1,
  .product-hero h1,
  .contacts-heading h1 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1;
  }

  .section-heading h2 {
    font-size: clamp(36px, 11.5vw, 54px);
  }

  .integrations-panel h2 {
    font-size: clamp(38px, 9.5vw, 46px);
  }

  .lead-section__copy h2 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .product-card {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 88px;
  }

  .product-grid > .product-card:last-child:nth-child(odd) {
    grid-column: auto;
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .product-card__copy {
    padding-bottom: 0;
  }

  .product-card h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .product-card img {
    grid-column: 1;
    grid-row: 2;
    width: min(78%, 310px);
    max-height: 300px;
    margin-top: 22px;
    justify-self: end;
  }

  .related-grid,
  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .audience-grid,
  .benefits-grid,
  .effect-grid,
  .integration-tiles,
  .contacts-cards {
    grid-template-columns: 1fr;
  }

  .menu-drawer {
    gap: 28px;
    padding: 22px;
  }

  .menu-drawer nav a {
    gap: 14px;
    padding: 15px 0;
    font-size: clamp(24px, 8vw, 30px);
    line-height: 1.05;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer {
    padding: 56px 0 24px;
  }

  .site-footer__top {
    gap: 34px;
  }

  .site-footer__brand p {
    margin-top: 28px;
  }

  .site-footer h2 {
    margin-bottom: 14px;
  }

  .legal-card {
    padding-bottom: 220px;
  }

  .legal-card img {
    width: 72%;
    right: -12%;
    bottom: -46px;
  }

  .product-facts {
    grid-template-columns: 1fr;
  }

  .product-facts div,
  .product-facts div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .product-facts div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .system-steps {
    grid-template-columns: 1fr;
  }
}

/* Financial assistant */
.financial-assistant-hero .product-hero__visual {
  overflow: hidden;
  background: var(--ink);
}

.financial-assistant-hero .product-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.financial-assistant-about .section-intro {
  max-width: 980px;
}

.financial-assistant-audience--muted {
  background: #f7f7f7;
}

.financial-assistant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 56px;
}

.financial-assistant-grid article {
  min-height: 320px;
  padding: 30px;
  border: 1px solid #e2e2e2;
  background: var(--paper);
}

.financial-assistant-grid article > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.financial-assistant-grid h3 {
  max-width: 620px;
  margin: 48px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.financial-assistant-grid p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.65;
}

.financial-assistant-offers {
  background: var(--ink);
  color: var(--paper);
}

.financial-assistant-offers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.financial-assistant-offers article {
  min-height: 480px;
  padding: 42px;
  border: 1px solid #3b3b3b;
  background: #222;
}

.financial-assistant-offers article > p:first-child {
  margin: 0;
  color: #aaa;
  font-size: 13px;
}

.financial-assistant-offers h2 {
  margin: 28px 0 0;
  font-size: clamp(36px, 4.2vw, 58px);
}

.financial-assistant-offers strong {
  display: block;
  margin-top: 28px;
  color: var(--red);
  font-family: var(--font-heading);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1;
}

.financial-assistant-offers strong + p {
  margin: 14px 0 0;
  color: #bdbdbd;
  font-size: 13px;
}

.financial-assistant-offers ul {
  margin: 40px 0 0;
  padding-left: 20px;
  color: #dedede;
  font-size: 14px;
  line-height: 1.7;
}

.financial-assistant-documents__layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 72px;
  align-items: start;
}

.financial-assistant-documents__layout > div:last-child {
  display: grid;
}

.financial-assistant-documents a {
  min-height: 112px;
  padding: 24px 0;
  border-top: 1px solid #d6d6d6;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.financial-assistant-documents a:hover {
  color: var(--red);
}

.financial-assistant-documents a > span:last-child {
  color: var(--red);
  font-size: 24px;
}

.financial-assistant-registry {
  margin-top: 38px;
  padding: 28px;
  border-left: 3px solid var(--red);
  background: var(--surface);
}

.financial-assistant-registry p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.financial-assistant-registry strong {
  display: block;
  margin-top: 16px;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .financial-assistant-documents__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 760px) {
  .financial-assistant-hero .product-hero__visual img {
    min-height: 320px;
  }

  .financial-assistant-grid,
  .financial-assistant-offers__grid {
    grid-template-columns: 1fr;
  }

  .financial-assistant-grid {
    margin-top: 38px;
  }

  .financial-assistant-grid article {
    min-height: 0;
    padding: 24px;
  }

  .financial-assistant-grid h3 {
    margin-top: 36px;
    font-size: clamp(27px, 8vw, 36px);
  }

  .financial-assistant-offers article {
    min-height: 0;
    padding: 28px 24px;
  }

  .financial-assistant-documents a {
    min-height: 96px;
    font-size: 13px;
  }
}
