:root {
  --ink: #2a2a2a;
  --muted: #646b75;
  --soft: #f7f7f7;
  --white: #ffffff;
  --line: #e9e7e4;
  --olive: #5966e8;
  --teal: #4867df;
  --coral: #6f7bf1;
  --orange: #6270ed;
  --amber: #aeb6ff;
  --violet: #6574ef;
  --violet-dark: #4450c7;
  --violet-soft: #eef0ff;
  --cream: #f6f7ff;
  --radius: 18px;
  --radius-lg: 22px;
  --shadow-soft: 0 4px 24px rgba(60, 40, 23, 0.04);
  --shadow-card: 0 18px 48px rgba(42, 42, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--soft);
  color: var(--ink);
  font-family: "Golos Text", Golos, Inter, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

h1,
h2,
h3,
p {
  margin: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
.site-header__brand,
.button,
.submit-button,
.proof__item strong {
  font-family: "Bounded Variable", "Golos Text", Golos, Inter, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

.has-reveal .reveal-item {
  filter: blur(14px);
  opacity: 0;
  transform: translate3d(0, calc(var(--reveal-y, 44px) + var(--scene-y, 0px)), 0) scale(var(--reveal-scale, 0.965));
  transition: opacity 0.96s cubic-bezier(0.16, 1, 0.3, 1), transform 0.96s cubic-bezier(0.16, 1, 0.3, 1), filter 0.96s cubic-bezier(0.16, 1, 0.3, 1);
}

.has-reveal .reveal-item.is-visible {
  filter: blur(0);
  opacity: 1;
  --reveal-scale: 1;
  --reveal-y: 0px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .has-reveal .reveal-item {
    filter: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero__visual,
  .hero__photo-card,
  .hero__backdrop-column {
    animation: none !important;
    transform: none !important;
  }
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 1180px;
  width: calc(100% - 80px);
}

.site-header {
  align-items: center;
  color: var(--white);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 30px calc((100vw - min(1360px, calc(100vw - 48px))) / 2);
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.24s ease, box-shadow 0.24s ease, padding 0.24s ease, transform 0.24s ease;
  width: 100%;
  z-index: 10;
}

.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}

.site-header__brand {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
  text-shadow: 0 2px 18px rgba(14, 22, 38, 0.18);
  white-space: nowrap;
}

.site-header__mark {
  align-items: center;
  background: linear-gradient(135deg, var(--violet-dark), var(--violet));
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(68, 80, 199, 0.28);
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  line-height: 1;
  width: 46px;
}

.site-header__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  min-width: 0;
}

.site-header__nav a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 12px;
  text-decoration: none;
  text-shadow: 0 2px 18px rgba(14, 22, 38, 0.2);
}

.site-header__nav a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.site-header__mobile-request {
  display: none;
}

.site-header__cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  text-decoration: none;
  text-shadow: 0 2px 18px rgba(14, 22, 38, 0.2);
  white-space: nowrap;
}

.site-header__cta:hover {
  background: rgba(255, 255, 255, 0.28);
  color: var(--white);
  transform: translateY(-1px);
}

.hero {
  background: #6574ef;
  border-bottom: 0;
  color: var(--white);
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  padding: 128px 0 70px;
  position: relative;
}

.hero::before,
.hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 26%),
    radial-gradient(circle at 86% 74%, rgba(174, 182, 255, 0.2), transparent 28%),
    radial-gradient(circle at 74% 72%, rgba(78, 210, 205, 0.3), transparent 34%),
    linear-gradient(135deg, rgba(77, 92, 219, 0.72), rgba(74, 142, 211, 0.68) 54%, rgba(47, 154, 155, 0.72));
  z-index: -2;
}

.hero::after {
  background: linear-gradient(180deg, rgba(76, 89, 219, 0.08), rgba(76, 89, 219, 0.68) 45%, rgba(44, 127, 164, 0.56));
  transform: translate3d(0, var(--hero-bg-shift, 0px), 0);
  z-index: -1;
}

.hero__backdrop {
  inset: 0;
  opacity: 0.82;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -3;
}

.hero__backdrop-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  inset: -18vh -7vw -42vh;
  overflow: hidden;
  position: absolute;
}

.hero__backdrop-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  animation: hero-bg-rise 28s linear infinite;
  will-change: transform;
}

.hero__backdrop-column--2 {
  animation-duration: 34s;
  animation-delay: -18s;
}

.hero__backdrop-column--3 {
  animation-duration: 31s;
  animation-delay: -9s;
}

.hero__backdrop-column img {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(30, 48, 130, 0.26);
  display: block;
  filter: saturate(0.82) contrast(0.92);
  height: auto;
  object-fit: cover;
  opacity: 0.82;
  width: 100%;
}

@keyframes hero-bg-rise {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, -50%, 0);
  }
}

.hero__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.hero__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 1360px;
  min-height: calc(100vh - 198px);
  position: relative;
  z-index: 1;
}

.hero__copy {
  backdrop-filter: blur(18px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  box-shadow: 0 34px 110px rgba(27, 45, 142, 0.28);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1060px;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: clamp(34px, 4.6vw, 64px);
  position: relative;
  text-align: center;
}

.hero__copy::before {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 48%);
  content: "";
  inset: 0;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, var(--hero-copy-shift, 0px), 0);
}

.eyebrow,
.section-kicker {
  color: var(--coral);
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero .eyebrow {
  align-self: center;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 22px;
  padding: 9px 14px;
  position: relative;
  z-index: 1;
}

.hero h1 {
  color: var(--white);
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 700;
  line-height: 1.02;
  margin-inline: auto;
  max-width: 1020px;
  position: relative;
  z-index: 1;
}

.hero p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  line-height: 1.45;
  margin: 26px auto 0;
  max-width: 880px;
  position: relative;
  z-index: 1;
}

.hero p a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hero p .hero__trust-inline {
  text-decoration: none;
  text-decoration-line: none;
}

.hero__trust-inline {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 0.82em;
  font-weight: 800;
  line-height: inherit;
  margin: 0 3px;
  padding: 2px 8px 3px;
  position: relative;
  text-decoration: none;
  text-underline-offset: 0;
  vertical-align: baseline;
  z-index: 1;
}

.hero__trust-inline:hover {
  background: rgba(255, 255, 255, 0.22);
  color: var(--white);
  transform: translateY(-1px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.button,
.submit-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  line-height: 1.2;
  min-height: 56px;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
}

.button svg,
.submit-button svg {
  flex: 0 0 auto;
}

.button--primary,
.submit-button {
  background: var(--violet);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 20px 48px rgba(68, 80, 199, 0.24);
  color: var(--white);
  min-height: 68px;
  min-width: 320px;
  padding: 20px 34px;
}

.button--primary:hover,
.submit-button:hover {
  background: var(--violet-dark);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
  transform: translateY(-1px);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: var(--white);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.hero__visual {
  display: none;
  flex-direction: column;
  min-width: 0;
  transform: translate3d(0, var(--hero-parallax, 0px), 0);
  transition: transform 0.08s linear;
}

.hero__photo-card {
  background: var(--white);
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  height: 100%;
  min-height: clamp(420px, 36vw, 540px);
  overflow: hidden;
  position: relative;
  transform: translate3d(0, var(--hero-card-y, 0px), 0) scale(var(--hero-card-scale, 1));
  transform-origin: center;
  transition: transform 0.08s linear;
}

.hero__photo-card::after {
  background: linear-gradient(0deg, rgba(42, 42, 42, 0.42), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero__requisites {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  bottom: 18px;
  color: var(--ink);
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 18px;
  min-height: 0;
  padding: 8px 12px;
  position: absolute;
  right: auto;
  text-decoration: none;
  z-index: 1;
}

.hero__requisites:hover {
  background: var(--white);
  color: var(--teal);
  transform: translateY(-1px);
}

.hero__requisites span {
  color: var(--ink);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.hero__requisites::after {
  content: "↗";
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 900;
}

.hero__requisites::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 7px;
  transform: rotate(45deg);
  width: 7px;
}

.button--light {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--olive);
  flex: 0 0 auto;
}

.button--light:hover {
  background: #edf3e5;
  border-color: #edf3e5;
  color: var(--olive);
}

.hero__note {
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  display: none;
  gap: 36px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(250px, 360px) minmax(0, 760px);
  justify-content: center;
  margin-left: 0;
  min-width: 0;
  overflow: hidden;
  padding: 26px 32px;
  position: relative;
  width: 100%;
}

.hero__note::before {
  background: radial-gradient(circle at 0 0, rgba(255, 162, 92, 0.16), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(var(--note-shine, -40%));
  transition: transform 0.08s linear;
}

.hero__note strong {
  color: var(--orange);
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.hero__note p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
  margin: 0;
  position: relative;
  z-index: 1;
}

.hero__badges {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
  justify-content: flex-start;
}

.hero__badges span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 9px 12px;
}

.proof {
  background: var(--soft);
  border-bottom: 0;
  border-top: 0;
  padding: 24px 0 56px;
}

.proof__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof__item {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  min-height: 138px;
  padding: 26px 28px;
}

.proof__item:first-child {
  border-left: 0;
}

.proof__item strong {
  color: var(--orange);
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 10px;
}

.proof__item span {
  color: var(--muted);
  display: block;
  font-size: 17px;
  line-height: 1.28;
}

.authority {
  background:
    radial-gradient(circle at 18% 10%, rgba(101, 116, 239, 0.12), transparent 30%),
    radial-gradient(circle at 92% 74%, rgba(174, 182, 255, 0.22), transparent 32%),
    linear-gradient(180deg, var(--soft), #fff);
  padding-top: 28px;
}

.authority__grid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
}

.authority__photo,
.authority__content {
  background: var(--white);
  border: 1px solid rgba(101, 116, 239, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(67, 80, 150, 0.07);
  overflow: hidden;
}

.authority__photo {
  min-height: 420px;
}

.authority__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.authority__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4.2vw, 54px);
}

.authority__content h2 {
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.06;
  margin-bottom: 20px;
}

.authority__content p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.42;
  max-width: 720px;
}

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

.authority-card {
  align-items: center;
  background: var(--violet-soft);
  border: 1px solid rgba(101, 116, 239, 0.18);
  border-radius: 16px;
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 126px;
  padding: 18px;
  text-decoration: none;
}

.authority-card__icon {
  align-items: center;
  background: var(--violet);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.authority-card__icon--play svg {
  margin-left: 2px;
}

.authority-card strong,
.authority-card small {
  display: block;
}

.authority-card strong {
  font-size: 19px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.authority-card small {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.32;
}

.section {
  padding: 86px 0;
}

.section-head {
  margin-bottom: 34px;
  max-width: 780px;
}

.section-head--wide {
  max-width: 980px;
}

.section h2,
.letter h2 {
  color: var(--ink);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.12;
}

.letter__grid {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.letter__text {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 30px;
}

.letter__text p,
.case__copy p,
.request__copy p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.42;
}

.letter__text p + p,
.case__copy p + p {
  margin-top: 18px;
}

.timeline,
.case,
.process {
  background: var(--white);
}

.timeline__list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline__item {
  background: var(--soft);
  border-radius: var(--radius);
  min-height: 292px;
  padding: 28px;
}

.timeline__item + .timeline__item {
  padding-left: 28px;
}

.timeline__item span,
.risk-card > span,
.process-step > span {
  color: var(--amber);
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 34px;
}

.timeline__item h3,
.risk-card h3,
.service-row h3,
.process-step h3,
.fit-column h3,
.engine-note h3 {
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 12px;
}

.timeline__item p,
.risk-card p,
.service-row p,
.process-step p,
.engine-note p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.38;
}

.risks {
  background: var(--soft);
}

.risks__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.risk-card {
  background: var(--white);
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  min-height: 214px;
  padding: 24px 24px 22px;
}

.risk-card:nth-child(1),
.risk-card:nth-child(2),
.risk-card:nth-child(3) {
  grid-column: span 2;
}

.risk-card:nth-child(4),
.risk-card:nth-child(5) {
  grid-column: span 3;
}

.risk-card > span,
.process-step > span {
  margin-bottom: 42px;
}

.risk-card h3 {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.risk-card__number {
  background: var(--violet-soft);
  border: 1px solid rgba(101, 116, 239, 0.18);
  border-radius: 999px;
  color: var(--violet);
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin-top: 4px;
  padding: 7px 9px;
}

.case__grid {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 430px;
}

.case__copy h2 {
  margin-bottom: 22px;
}

.text-link {
  color: var(--coral);
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  margin-top: 24px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.text-link:hover {
  color: var(--violet-dark);
}

.case__panel {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

.case__panel div {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 154px;
  padding: 26px;
}

.case__panel div:nth-child(2n) {
  border-right: 0;
}

.case__panel div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.case__panel div:nth-child(3),
.case__panel div:nth-child(4) {
  border-bottom: 0;
}

.case__panel strong {
  color: var(--orange);
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 10px;
}

.case__panel span {
  color: var(--muted);
  display: block;
  font-size: 16px;
  line-height: 1.3;
}

.case__button {
  align-items: center;
  background: var(--violet);
  border-radius: 999px;
  color: var(--white);
  display: flex;
  font-size: 17px;
  font-weight: 900;
  grid-column: 1 / -1;
  justify-content: center;
  line-height: 1.2;
  margin: 24px 26px 26px;
  min-height: 58px;
  padding: 16px 22px;
  text-align: center;
  text-decoration: none;
}

.case__button:hover {
  background: var(--violet-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.services {
  background:
    radial-gradient(circle at 8% 12%, rgba(101, 116, 239, 0.16), transparent 26%),
    linear-gradient(135deg, #f6f4ff 0%, #eef2ff 46%, #f7fbff 100%);
  position: relative;
}

.services .section-head {
  max-width: 780px;
}

.services .section-kicker {
  color: var(--violet);
}

.services .section-head h2 {
  max-width: 640px;
}

.services-table {
  display: grid;
  gap: 12px;
}

.service-row {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(101, 116, 239, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(67, 80, 150, 0.07);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px 250px;
  overflow: hidden;
}

.service-row + .service-row {
  border-top: 0;
}

.service-row__main {
  min-width: 0;
  padding: 24px 28px;
}

.service-row h3 {
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 8px;
}

.service-row__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 22px 20px;
}

.service-row__price span {
  color: #767d90;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.service-row__price strong {
  color: var(--violet-dark);
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
}

.service-row__action {
  align-items: center;
  align-self: center;
  background: var(--violet);
  border: 1px solid var(--violet);
  border-radius: 999px;
  color: var(--white);
  display: flex;
  font-size: 15px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  margin: 18px 22px 18px 0;
  min-width: 204px;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
}

.service-row__action:hover {
  background: var(--violet-dark);
  border-color: var(--violet-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.service-row__action svg {
  flex: 0 0 auto;
}

.service-row__action span {
  white-space: nowrap;
}

.proof__item,
.authority__photo,
.authority__content,
.authority-card,
.letter__text,
.timeline__item,
.risk-card,
.case__panel,
.service-row {
  transition: border-color 0.48s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.48s cubic-bezier(0.22, 1, 0.36, 1), transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .proof__item:hover,
  .authority__photo:hover,
  .authority__content:hover,
  .authority-card:hover,
  .letter__text:hover,
  .timeline__item:hover,
  .risk-card:hover,
  .case__panel:hover,
  .service-row:hover {
    border-color: rgba(101, 116, 239, 0.2);
    box-shadow: 0 20px 58px rgba(67, 80, 150, 0.11);
    transform: translate3d(0, -4px, 0) scale(1.004);
  }
}

.process__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-step {
  background: var(--white);
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  min-height: 250px;
  padding: 24px;
}

.fit {
  background:
    radial-gradient(circle at 9% 18%, rgba(101, 116, 239, 0.12), transparent 24%),
    linear-gradient(135deg, #f7f6ff 0%, #eef2ff 100%);
}

.fit__grid {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

.fit__columns {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-column {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(101, 116, 239, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(67, 80, 150, 0.07);
  padding: 24px;
}

.fit-column--dark {
  background: linear-gradient(135deg, var(--violet-dark), var(--violet));
  color: var(--white);
}

.fit-column--dark h3 {
  color: var(--white);
}

.fit-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fit-column li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.35;
  padding-left: 24px;
  position: relative;
}

.fit-column--dark li {
  color: rgba(255, 255, 255, 0.78);
}

.fit-column li::before {
  background: var(--violet);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 7px;
}

.fit-column li + li {
  margin-top: 12px;
}

.request {
  background:
    linear-gradient(135deg, rgba(68, 80, 199, 0.96), rgba(101, 116, 239, 0.9)),
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.22), transparent 28%);
  color: var(--white);
  padding-bottom: 96px;
}

.request__grid {
  align-items: start;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
}

.request h2,
.request__copy p {
  color: var(--white);
}

.request__copy p {
  opacity: 0.82;
}

.request__direct {
  border-left: 3px solid rgba(255, 255, 255, 0.72);
  margin-top: 28px;
  padding-left: 18px;
}

.request__direct span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.request__direct a {
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.request__direct a:hover {
  color: var(--white);
}

.request-form {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px;
}

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

.request-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.request-form label > span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.request-form input[type="text"],
.request-form input[type="tel"],
.request-form select,
.request-form textarea {
  background: var(--soft);
  border: 1px solid #d5d7da;
  border-radius: 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
  min-height: 52px;
  outline: none;
  padding: 13px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.request-form textarea {
  min-height: 126px;
  resize: vertical;
}

.request-form input:focus,
.request-form input[type="tel"]:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 3px rgba(101, 116, 239, 0.16);
}

.contact-method {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-method__title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-method__options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-method__option {
  align-items: center;
  background: var(--white);
  border: 1px solid #d5d7da;
  border-radius: 12px;
  cursor: pointer;
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: minmax(0, 1fr) 38px;
  min-height: 68px;
  padding: 12px;
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.contact-method__option input {
  height: 1px;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.contact-method__option span {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
}

.contact-method__option b {
  align-items: center;
  background: var(--violet-soft);
  border-radius: 10px;
  color: var(--violet-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.contact-method__option.is-selected,
.contact-method__option:has(input:checked) {
  background: var(--violet-soft);
  border-color: rgba(101, 116, 239, 0.62);
  box-shadow: 0 12px 28px rgba(67, 80, 150, 0.1);
}

.contact-method__option.is-selected b,
.contact-method__option:has(input:checked) b {
  background: var(--violet);
  color: var(--white);
}

.contact-field.is-hidden {
  display: none;
}

.service-choice {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-choice__title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.service-choice__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-choice__item {
  align-items: flex-start;
  background: var(--white);
  border: 1px solid #d5d7da;
  border-radius: 12px;
  cursor: pointer;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 58px;
  padding: 13px 14px;
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-choice__item input {
  accent-color: var(--violet);
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.service-choice__item span {
  color: var(--ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.service-choice__item.is-selected,
.service-choice__item:has(input:checked) {
  background: var(--violet-soft);
  border-color: rgba(101, 116, 239, 0.62);
  box-shadow: 0 12px 28px rgba(67, 80, 150, 0.08);
}

.contact-field__label {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.contact-field__label a {
  color: var(--violet-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.agree {
  align-items: flex-start;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 22px minmax(0, 1fr);
}

.agree input {
  height: 20px;
  margin: 1px 0 0;
  width: 20px;
}

.agree span {
  color: var(--muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.agree a {
  color: var(--violet-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hp {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.submit-button {
  cursor: pointer;
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.request-form .submit-button {
  background: var(--olive);
  border-color: var(--olive);
  color: var(--white);
}

.request-form .submit-button:hover {
  background: var(--violet-dark);
  border-color: var(--violet-dark);
  color: var(--white);
}

.form-status {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
  min-height: 20px;
}

.form-status.is-success {
  color: var(--teal);
  font-weight: 800;
}

.form-status.is-error {
  color: #b4422d;
  font-weight: 800;
}

.site-footer {
  background: #252b75;
  color: var(--white);
  padding: 24px 0;
}

.site-footer__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.site-footer span,
.site-footer a {
  font-weight: 800;
}

.site-footer a {
  color: #dfe3ff;
  text-decoration: none;
}

.policy-page {
  background: linear-gradient(180deg, #f6f7ff 0%, #fff 42%, #f7f7f7 100%);
}

.policy-page .site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(101, 116, 239, 0.12);
  color: var(--ink);
  position: static;
}

.policy-page .site-header__brand,
.policy-page .site-header__nav a,
.policy-page .site-header__cta {
  color: var(--ink);
}

.policy-page .site-header__cta {
  background: var(--violet);
  border-color: var(--violet);
  color: var(--white);
}

.policy {
  padding-top: 48px;
}

.policy__shell {
  background: var(--white);
  border: 1px solid rgba(101, 116, 239, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(67, 80, 150, 0.1);
  padding: clamp(24px, 5vw, 64px);
}

.policy__back {
  color: var(--violet-dark);
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 24px;
  text-decoration: none;
}

.policy__shell h1 {
  color: var(--ink);
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.02;
  margin-bottom: 32px;
}

.policy__content {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.policy__content p + p,
.policy__content .article-table + p,
.policy__content p + .article-table {
  margin-top: 14px;
}

.policy__content strong {
  color: var(--ink);
}

.article-table {
  margin: 18px 0;
  overflow-x: auto;
}

.article-table table {
  border-collapse: collapse;
  min-width: 900px;
  width: 100%;
}

.article-table td {
  border: 1px solid var(--line);
  padding: 12px;
  vertical-align: top;
}

@media (max-width: 1180px) {
  .hero__inner {
    min-height: calc(100vh - 184px);
  }

  .hero h1 {
    font-size: clamp(42px, 5.4vw, 64px);
  }

  .service-row {
    grid-template-columns: minmax(0, 1fr) 250px 234px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero {
    padding-top: 112px;
    padding-bottom: 52px;
  }

  .hero__inner {
    min-height: 0;
  }

  .hero__copy {
    max-width: 1040px;
    padding: 34px 48px;
  }

  .hero h1 {
    font-size: clamp(40px, 4.1vw, 56px);
  }

  .hero p {
    font-size: 19px;
    margin-top: 16px;
  }

  .hero__actions {
    margin-top: 22px;
  }

  .button,
  .submit-button {
    min-height: 52px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .hero__note {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .hero__badges {
    display: none;
  }
}

@media (max-width: 980px) {
  .container {
    width: calc(100% - 48px);
  }

  .site-header {
    gap: 14px;
    padding: 18px 24px;
    width: 100%;
  }

  .site-header__nav a {
    padding: 11px 10px;
  }

  .hero {
    min-height: auto;
    padding: 126px 0 56px;
  }

  .hero__inner,
  .authority__grid,
  .letter__grid,
  .case__grid,
  .fit__grid,
  .request__grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    align-items: center;
    justify-content: center;
    min-height: 0;
  }

  .hero__copy {
    max-width: 760px;
    padding: 34px 28px;
  }

  .hero h1 {
    font-size: clamp(36px, 7vw, 54px);
  }

  .hero p {
    font-size: 19px;
  }

  .hero__backdrop-grid {
    gap: 12px;
    inset: -14vh -18vw -40vh;
  }

  .hero__visual {
    max-width: 560px;
  }

  .authority__photo {
    max-width: 560px;
  }

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

  .hero__note {
    border-radius: var(--radius);
    grid-template-columns: 1fr;
    margin-left: 0;
    padding: 22px;
    width: 100%;
  }

  .proof__grid,
  .timeline__list,
  .process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof__item:nth-child(3) {
    border-left: 0;
  }

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

  .service-row {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .service-row__action {
    grid-column: 1 / -1;
    justify-self: start;
    margin: 0 24px 24px;
  }

  .risk-card:nth-child(n) {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 32px);
  }

  .site-header {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(39, 46, 143, 0.28);
    border-radius: 0;
    gap: 8px;
    grid-template-columns: 1fr auto;
    padding: 12px 16px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .site-header__brand {
    font-size: 14px;
  }

  .site-header__mark {
    height: 30px;
    width: 30px;
  }

  .site-header__nav {
    gap: 2px;
    grid-column: 1 / -1;
    justify-content: center;
    order: 3;
    width: 100%;
  }

  .site-header__nav a {
    font-size: 12px;
    padding: 8px 9px;
  }

  .site-header__cta {
    display: none;
  }

  .site-header__mobile-request {
    display: inline-flex;
  }

  .policy-page .site-header {
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    position: static;
  }

  .policy-page .site-header__brand,
  .policy-page .site-header__nav a,
  .policy-page .site-header__cta {
    color: var(--ink);
  }

  .policy-page .site-header__cta {
    color: var(--white);
  }

  .hero {
    padding: 104px 0 36px;
  }

  .hero h1,
  .section h2,
  .letter h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .hero h1 {
    font-size: clamp(28px, 9.4vw, 36px);
    line-height: 1.08;
  }

  .hero__copy,
  .hero__note,
  .hero p,
  .hero__note strong,
  .hero__note p {
    max-width: 100%;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .hero p,
  .letter__text p,
  .case__copy p,
  .request__copy p {
    font-size: 18px;
  }

  .hero p {
    font-size: 15px;
    margin-top: 18px;
  }

  .hero .eyebrow {
    font-size: 13px;
    margin-bottom: 18px;
    padding: 8px 12px;
  }

  .hero__trust-inline {
    font-size: 0.82em;
    padding: 4px 7px;
  }

  .hero__actions {
    margin-top: 20px;
  }

  .hero__actions,
  .site-footer__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    min-height: 52px;
    min-width: 0;
    width: 100%;
  }

  .submit-button {
    min-width: 0;
  }

  .hero__note {
    padding: 22px;
  }

  .hero__requisites {
    bottom: 12px;
    left: 12px;
    min-height: 0;
    right: auto;
  }

  .hero__image {
    height: 430px;
  }

  .hero__copy {
    min-height: auto;
    max-width: calc(100vw - 32px);
    padding: 28px 20px;
    width: 100%;
  }

  .hero__backdrop {
    opacity: 0.52;
  }

  .hero__backdrop-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    inset: -10vh -70vw -45vh -42vw;
  }

  .hero__backdrop-column--3 {
    display: none;
  }

  .hero__requisites span {
    font-size: 12px;
  }

  .hero__badges span {
    width: 100%;
  }

  .proof__grid,
  .timeline__list,
  .risks__grid,
  .process__grid,
  .fit__columns,
  .field-row {
    grid-template-columns: 1fr;
  }

  .proof__item,
  .proof__item:first-child,
  .proof__item:nth-child(3) {
    border-left: 0;
  }

  .timeline__item,
  .timeline__item + .timeline__item {
    border-right: 0;
    min-height: 0;
    padding: 24px;
  }

  .timeline__item + .timeline__item {
    border-top: 0;
  }

  .timeline__item span,
  .risk-card > span,
  .process-step > span {
    margin-bottom: 24px;
  }

  .section {
    padding: 58px 0;
  }

  .authority__content {
    padding: 24px 20px;
  }

  .authority__content h2 {
    font-size: 30px;
  }

  .authority__content p {
    font-size: 17px;
  }

  .authority__photo {
    min-height: 360px;
  }

  .letter__text {
    padding: 22px;
  }

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

  .case__panel div,
  .case__panel div:nth-child(2n),
  .case__panel div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    min-height: 128px;
  }

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

  .request-form {
    padding: 20px;
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .service-row__main,
  .service-row__price {
    padding: 22px;
  }

  .service-row__price {
    padding-top: 0;
  }

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

  .contact-method__option {
    min-height: 62px;
  }

  .service-choice__grid {
    grid-template-columns: 1fr;
  }

  .service-row__action {
    justify-content: center;
    margin: 0 22px 22px;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .hero__inner {
    justify-items: start;
  }

  .hero__copy,
  .hero__visual,
  .hero__note,
  .hero__badges {
    max-width: 330px;
    width: 100%;
  }

  .hero h1 {
    max-width: 330px;
  }
}

@media (max-width: 420px) {
  .hero h1,
  .section h2,
  .letter h2 {
    font-size: 28px;
  }

  .button,
  .submit-button {
    font-size: 16px;
  }

  .proof__item strong,
  .case__panel strong {
    font-size: 28px;
  }

  .hero__image {
    height: 400px;
  }
}
