@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("https://bglab.store/fonts/commissioner-700.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://bglab.store/fonts/golos-text-400.ttf") format("truetype");
}

@font-face {
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("https://bglab.store/fonts/golos-text-600.ttf") format("truetype");
}

:root {
  --color-text: #0a1726;
  --color-text-soft: #46566a;
  --color-muted: #647386;
  --color-primary: #7198ff;
  --color-primary-dark: #315fd7;
  --color-primary-soft: #eaf0ff;
  --color-bg: #ffffff;
  --color-surface: #f4f6f9;
  --color-surface-strong: #eaf0f6;
  --color-border: #dce4ec;
  --color-dark: #071525;
  --color-dark-line: #314154;
  --color-success: #16734a;
  --color-success-bg: #eaf8f1;
  --color-error: #b42318;
  --color-error-bg: #fff1f0;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1280px;
  --header-height: 83px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main,
section,
.container,
.hero-copy,
.section-heading,
.request-copy,
.offer-copy,
.answer-copy,
.lead-form,
.field,
.check-item > div,
.reason-card,
.process-grid article,
.steps-list li > div {
  min-width: 0;
}

button,
input {
  font: inherit;
}

button,
input,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
summary,
.consent {
  touch-action: manipulation;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

h1,
h2,
h3,
p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-name,
.button {
  font-family: "Commissioner", Arial, sans-serif;
  font-weight: 650;
}

h1,
h2,
h3 {
  color: var(--color-text);
  text-wrap: balance;
  overflow-wrap: break-word;
}

p,
li,
summary,
.legal-links a {
  overflow-wrap: break-word;
}

h1 {
  max-width: 800px;
  margin-bottom: 26px;
  font-size: clamp(46px, 5.7vw, 73px);
  line-height: 0.99;
  letter-spacing: -0.05em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.35vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--color-dark);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  min-height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  color: var(--color-dark);
  background: var(--color-primary);
  font-family: "Commissioner", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-name {
  font-size: 20px;
  letter-spacing: -0.04em;
}

.brand-logo {
  width: 150px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  color: var(--color-text-soft);
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.desktop-nav a,
.header-phone,
.legal-links a,
.site-footer a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.header-phone:hover,
.legal-links a:hover,
.site-footer a:hover {
  color: var(--color-primary-dark);
}

.header-phone {
  min-height: 44px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  font-weight: 600;
  line-height: 1.25;
}

.header-phone small {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 500;
}

.section {
  padding: 112px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  background:
    radial-gradient(circle at 8% 8%, rgba(113, 152, 255, 0.13), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.hero::after {
  position: absolute;
  top: 32px;
  right: -100px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(113, 152, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(113, 152, 255, 0.04),
    0 0 0 140px rgba(113, 152, 255, 0.025);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
}

.section-index,
.offer-label,
.request-label {
  display: none;
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 34px;
  color: var(--color-text-soft);
  font-size: 19px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 38px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button:active {
  transform: translateY(0);
}

.button-primary {
  color: var(--color-dark);
  background: var(--color-primary);
}

.button-primary:hover {
  color: #fff;
  background: var(--color-primary-dark);
}

.button-light {
  color: var(--color-primary-dark);
  background: #fff;
}

.button-light:hover {
  color: var(--color-dark);
  background: var(--color-primary-soft);
}

.text-link {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-primary-dark);
  font-weight: 600;
}

.text-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(3px);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  color: var(--color-text-soft);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-points svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 50%;
  color: var(--color-dark);
  background: var(--color-primary);
  stroke-width: 2.6;
}

.lead-form {
  padding: 34px;
  border-radius: var(--radius-lg);
  color: var(--color-text);
  background: #fff;
}

.lead-form-hero {
  border: 1px solid var(--color-border);
  box-shadow: 0 24px 64px rgba(7, 21, 37, 0.12);
}

.form-title,
.lead-form h2,
.lead-form h3 {
  margin-bottom: 12px;
  color: var(--color-text);
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.form-intro {
  margin-bottom: 26px;
  color: var(--color-text-soft);
  font-size: 16px;
  line-height: 1.5;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.field input {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 14px 15px;
  border: 1px solid #718398;
  border-radius: var(--radius-sm);
  outline: none;
  color: var(--color-text);
  background: var(--color-surface);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.field input::placeholder {
  color: #5f6f82;
}

.field input:hover {
  border-color: #9eafc1;
}

.field input:focus {
  border-color: var(--color-primary-dark);
  box-shadow: 0 0 0 4px rgba(49, 95, 215, 0.14);
}

.field.has-error input {
  border-color: var(--color-error);
  background: var(--color-error-bg);
}

.field-error {
  display: block;
  min-height: 0;
  margin-top: 6px;
  color: var(--color-error);
  font-size: 12px;
  font-weight: 600;
}

.consent {
  min-height: 44px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  cursor: pointer;
  color: var(--color-text-soft);
  font-size: 14px;
  line-height: 1.5;
}

.consent a {
  color: var(--color-primary-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  opacity: 0;
}

.check-control {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 1px solid #718398;
  border-radius: 6px;
  color: var(--color-dark);
  background: #fff;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.check-control svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  stroke-width: 2.5;
}

.consent input:checked + .check-control {
  border-color: var(--color-primary);
  color: var(--color-dark);
  background: var(--color-primary);
}

.consent input:checked + .check-control svg {
  opacity: 1;
}

.consent input:focus-visible + .check-control {
  box-shadow: 0 0 0 4px rgba(49, 95, 215, 0.18);
}

.consent-error {
  margin: 4px 0 18px 32px;
}

.submit-button {
  width: 100%;
  margin-top: 2px;
}

.submit-button svg {
  width: 18px;
  height: 18px;
}

.submit-button:disabled,
.submit-button.is-loading {
  cursor: wait;
  opacity: 0.72;
}

.form-footnote {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 11px;
  text-align: center;
}

.form-status {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: var(--color-success);
  background: var(--color-success-bg);
}

.form-status.is-error {
  color: #8f1d1d;
  background: #fff0f0;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.answer-strip {
  padding: 58px 0;
  color: #fff;
  background: var(--color-dark);
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(56px, 7vw, 96px);
  align-items: start;
}

.answer-strip h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.1vw, 46px);
}

.answer-copy {
  display: grid;
  gap: 18px;
  max-width: 720px;
  color: #c4cfdb;
}

.answer-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.58;
}

.section-tinted {
  border-block: 1px solid var(--color-border);
  background: var(--color-surface-strong);
}

.section-heading {
  max-width: 730px;
  margin-bottom: 54px;
}

.section-heading-wide {
  max-width: 890px;
}

.section-heading p,
.reason-card p,
.process-grid p,
.check-item p,
.faq-list p,
.legal-card p,
.request-copy p {
  color: var(--color-text-soft);
}

.section-heading > p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 18px;
}

.reasons-layout,
.steps-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(52px, 5.6vw, 76px);
  align-items: start;
}

.reasons-layout .section-heading,
.steps-layout .section-heading {
  position: sticky;
  top: calc(var(--header-height) + 36px);
  margin-bottom: 0;
}

.reasons-layout .section-heading h2,
.steps-layout .section-heading h2 {
  max-width: 590px;
  font-size: clamp(40px, 3.8vw, 52px);
}

.steps-layout .section-heading h2 {
  max-width: 540px;
}

.steps-layout .section-heading > p {
  max-width: 470px;
  margin-bottom: 34px;
}

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

.reason-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-content: start;
  padding: 26px 0 30px;
  border-top: 1px solid var(--color-border);
}

.reason-card .card-number {
  width: 48px;
  height: 48px;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--color-dark);
  background: var(--color-primary-soft);
  font-family: "Commissioner", Arial, sans-serif;
  font-size: 14px;
  font-weight: 650;
}

.reason-card h3 {
  margin: 2px 0 8px;
  font-size: 21px;
}

.reason-card p {
  grid-column: 2;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.58;
}

#steps {
  background: #fff;
}

.steps-cta {
  min-height: 54px;
  padding: 14px 22px;
  border-color: #c8d4e2;
  color: var(--color-text);
  background: transparent;
}

.steps-cta:hover {
  border-color: var(--color-primary);
  color: var(--color-dark);
  background: var(--color-primary-soft);
}

.steps-list {
  --process-cycle: 5.4s;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 24px;
}

.steps-list li > div {
  min-height: 116px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--color-border);
}

.steps-list li + li > div {
  padding-top: 30px;
}

.steps-list li:last-child > div {
  min-height: 52px;
  padding-bottom: 0;
  border-bottom: 0;
}

.steps-list li:not(:last-child)::before,
.steps-list li:not(:last-child)::after {
  position: absolute;
  top: 26px;
  bottom: -26px;
  left: 25px;
  width: 2px;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.steps-list li:not(:last-child)::after {
  z-index: 0;
  background: var(--color-border);
}

.steps-list li:not(:last-child)::before {
  z-index: 1;
  opacity: 0;
  background: var(--color-primary-dark);
  transform: scaleY(0);
  transform-origin: center top;
}

.step-number {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid #cad7ff;
  border-radius: 50%;
  color: var(--color-primary-dark);
  background: #fff;
  font-family: "Commissioner", Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
}

.steps-list h3 {
  margin: 0 0 7px;
  font-size: 23px;
}

.steps-list p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--color-text-soft);
  font-size: 16px;
  line-height: 1.58;
}

.timeline-running .step-number,
.timeline-running li:not(:last-child)::before {
  animation-duration: var(--process-cycle);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.timeline-running li:nth-child(1) .step-number { animation-name: route-step-1; }
.timeline-running li:nth-child(2) .step-number { animation-name: route-step-2; }
.timeline-running li:nth-child(3) .step-number { animation-name: route-step-3; }
.timeline-running li:nth-child(4) .step-number { animation-name: route-step-4; }
.timeline-running li:nth-child(5) .step-number { animation-name: route-step-5; }
.timeline-running li:nth-child(6) .step-number { animation-name: route-step-6; }
.timeline-running li:nth-child(1)::before { animation-name: route-line-1; }
.timeline-running li:nth-child(2)::before { animation-name: route-line-2; }
.timeline-running li:nth-child(3)::before { animation-name: route-line-3; }
.timeline-running li:nth-child(4)::before { animation-name: route-line-4; }
.timeline-running li:nth-child(5)::before { animation-name: route-line-5; }

.native-offer {
  padding: 72px 0;
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  padding: 48px 54px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--color-primary-dark);
  box-shadow: 0 28px 80px rgba(49, 95, 215, 0.2);
}

.offer-card h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 48px);
}

.offer-card p {
  max-width: 790px;
  margin-bottom: 0;
  color: #dfeaff;
  font-size: 17px;
}

.content-grid,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 100px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: calc(var(--header-height) + 38px);
  margin-bottom: 0;
}

.checklist {
  border-top: 1px solid var(--color-border);
}

.check-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--color-border);
}

.check-item > svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  color: var(--color-primary-dark);
  background: var(--color-primary-soft);
  stroke-width: 2.3;
}

.check-item h3 {
  margin-bottom: 6px;
}

.check-item p {
  margin-bottom: 0;
}

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

.process-grid article {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fff;
}

.process-grid article > span {
  display: block;
  margin-bottom: 70px;
  color: var(--color-primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.process-grid p {
  margin-bottom: 0;
}

.legal-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.legal-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 28px;
  padding: 44px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.legal-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--color-primary-dark);
  background: var(--color-primary-soft);
}

.legal-icon svg {
  width: 30px;
  height: 30px;
}

.legal-card h2 {
  max-width: 830px;
  font-size: clamp(30px, 3.2vw, 44px);
}

.legal-card p {
  max-width: 900px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 24px;
}

.legal-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-primary-dark);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.legal-links svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.legal-card .legal-date {
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: 13px;
}

.faq-list {
  border-top: 1px solid var(--color-border);
}

.faq-list details {
  border-bottom: 1px solid var(--color-border);
}

.faq-list summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--color-primary-dark);
  content: "";
  transform: translate(-50%, -50%);
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span {
  background: var(--color-primary-soft);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 54px 24px 0;
}

.request-section {
  color: #fff;
  background: var(--color-dark);
}

.request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 90px;
  align-items: center;
}

.request-copy h2 {
  max-width: 700px;
  color: #fff;
}

.request-copy > p {
  max-width: 650px;
  color: #c4cfdb;
  font-size: 18px;
}

.request-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 560px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--color-dark-line);
  color: #dbe4ee;
  font-size: 16px;
}

.request-notice svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: var(--color-primary);
}

.site-footer {
  padding: 36px 0;
  border-top: 1px solid #1e2d3f;
  color: #c4cfdb;
  background: var(--color-dark);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.brand-footer {
  color: #fff;
}

.brand-footer .brand-mark {
  color: var(--color-dark);
}

.brand-footer .brand-logo {
  width: 150px;
}

.footer-inner p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.footer-inner > a:last-child {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(49, 95, 215, 0.5);
  outline-offset: 4px;
  border-radius: 6px;
}

.reveal-enabled .reveal {
  opacity: 0;
  transform: translateY(15px);
  transition:
    opacity 0.42s var(--reveal-delay, 0ms),
    transform 0.42s var(--reveal-delay, 0ms);
}

.reveal-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes route-step-1 {
  0%, 3%, 90%, 100% { color: var(--color-primary-dark); background: #fff; border-color: #cad7ff; transform: scale(1); box-shadow: 0 0 0 0 rgba(113, 152, 255, 0); }
  4% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1.06); box-shadow: 0 0 0 8px rgba(113, 152, 255, 0.13); }
  10%, 89% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1); box-shadow: none; }
}

@keyframes route-step-2 {
  0%, 17%, 90%, 100% { color: var(--color-primary-dark); background: #fff; border-color: #cad7ff; transform: scale(1); box-shadow: none; }
  18% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1.06); box-shadow: 0 0 0 8px rgba(113, 152, 255, 0.13); }
  24%, 89% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1); box-shadow: none; }
}

@keyframes route-step-3 {
  0%, 31%, 90%, 100% { color: var(--color-primary-dark); background: #fff; border-color: #cad7ff; transform: scale(1); box-shadow: none; }
  32% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1.06); box-shadow: 0 0 0 8px rgba(113, 152, 255, 0.13); }
  38%, 89% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1); box-shadow: none; }
}

@keyframes route-step-4 {
  0%, 45%, 90%, 100% { color: var(--color-primary-dark); background: #fff; border-color: #cad7ff; transform: scale(1); box-shadow: none; }
  46% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1.06); box-shadow: 0 0 0 8px rgba(113, 152, 255, 0.13); }
  52%, 89% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1); box-shadow: none; }
}

@keyframes route-step-5 {
  0%, 59%, 90%, 100% { color: var(--color-primary-dark); background: #fff; border-color: #cad7ff; transform: scale(1); box-shadow: none; }
  60% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1.06); box-shadow: 0 0 0 8px rgba(113, 152, 255, 0.13); }
  66%, 89% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1); box-shadow: none; }
}

@keyframes route-step-6 {
  0%, 73%, 90%, 100% { color: var(--color-primary-dark); background: #fff; border-color: #cad7ff; transform: scale(1); box-shadow: none; }
  74% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1.06); box-shadow: 0 0 0 8px rgba(113, 152, 255, 0.13); }
  80%, 89% { color: var(--color-dark); background: var(--color-primary); border-color: var(--color-primary); transform: scale(1); box-shadow: none; }
}

@keyframes route-line-1 {
  0%, 5%, 90%, 100% { opacity: 0; transform: scaleY(0); }
  6% { opacity: 1; transform: scaleY(0); }
  18%, 89% { opacity: 1; transform: scaleY(1); }
}

@keyframes route-line-2 {
  0%, 19%, 90%, 100% { opacity: 0; transform: scaleY(0); }
  20% { opacity: 1; transform: scaleY(0); }
  32%, 89% { opacity: 1; transform: scaleY(1); }
}

@keyframes route-line-3 {
  0%, 33%, 90%, 100% { opacity: 0; transform: scaleY(0); }
  34% { opacity: 1; transform: scaleY(0); }
  46%, 89% { opacity: 1; transform: scaleY(1); }
}

@keyframes route-line-4 {
  0%, 47%, 90%, 100% { opacity: 0; transform: scaleY(0); }
  48% { opacity: 1; transform: scaleY(0); }
  60%, 89% { opacity: 1; transform: scaleY(1); }
}

@keyframes route-line-5 {
  0%, 61%, 90%, 100% { opacity: 0; transform: scaleY(0); }
  62% { opacity: 1; transform: scaleY(0); }
  74%, 89% { opacity: 1; transform: scaleY(1); }
}

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

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

  .content-grid,
  .faq-layout {
    gap: 60px;
  }
}

@media (max-width: 1000px) {
  .reasons-layout,
  .steps-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .reasons-layout .section-heading,
  .steps-layout .section-heading {
    position: static;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 70px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 80px 0;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-grid,
  .answer-grid,
  .request-grid,
  .content-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .request-grid {
    gap: 52px;
  }

  .lead-form-hero {
    width: min(100%, 520px);
  }

  .answer-grid {
    gap: 32px;
  }

  .offer-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .offer-card .button {
    justify-self: start;
  }

  .sticky-heading {
    position: static;
    margin-bottom: 44px;
  }

  .process-grid article {
    min-height: 230px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-inner p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 72px;
  }

  .header-inner {
    min-height: var(--header-height);
    gap: 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-name {
    display: inline-block;
    font-size: 17px;
    white-space: nowrap;
  }

  .brand-logo {
    width: 132px;
  }

  .header-phone,
  .header-phone span {
    font-size: 14px;
    white-space: nowrap;
  }

  .header-phone small {
    display: none;
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 68px;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .text-link {
    justify-content: center;
  }

  .hero-points {
    display: grid;
    gap: 10px;
    line-height: 1.5;
  }

  .hero-actions .button,
  .steps-cta,
  .offer-card .button,
  .submit-button,
  .field input {
    min-height: 56px;
  }

  .hero-actions .button,
  .steps-cta,
  .offer-card .button,
  .submit-button {
    font-size: 15px;
  }

  .answer-strip {
    padding: 64px 0;
  }

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

  .reason-card {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    padding: 22px 0 24px;
  }

  .reason-card .card-number {
    width: 44px;
    height: 44px;
  }

  .reason-card h3 {
    font-size: 20px;
  }

  .steps-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
  }

  .steps-list li > div {
    min-height: 110px;
    padding-bottom: 26px;
  }

  .steps-list li + li > div {
    padding-top: 26px;
  }

  .steps-list li:not(:last-child)::before,
  .steps-list li:not(:last-child)::after {
    top: 22px;
    bottom: -22px;
    left: 21px;
  }

  .step-number {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .steps-list h3 {
    font-size: 20px;
  }

  .steps-cta,
  .offer-card .button {
    width: 100%;
  }

  .native-offer {
    padding: 30px 0;
  }

  .offer-card {
    gap: 24px;
    padding: 30px 24px;
    border-radius: 18px;
  }

  .content-grid,
  .faq-layout,
  .request-grid {
    gap: 36px;
  }

  .sticky-heading {
    margin-bottom: 0;
  }

  .check-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
  }

  .check-item > svg {
    width: 38px;
    height: 38px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

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

  .process-grid article > span {
    margin-bottom: 34px;
  }

  .legal-card {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .legal-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-list summary {
    min-height: 56px;
    padding-block: 16px;
    font-size: 16px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .lead-form {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .request-section {
    padding: 72px 0;
  }

  .site-footer {
    padding: 30px 0;
  }

  .footer-inner {
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .form-title,
  .lead-form h2,
  .lead-form h3 {
    font-size: 28px;
  }

  .offer-card h2,
  .answer-strip h2,
  .reasons-layout .section-heading h2,
  .steps-layout .section-heading h2 {
    font-size: clamp(32px, 9.5vw, 40px);
  }
}

@media (max-width: 370px) {
  .brand-name {
    font-size: 16px;
  }

  .header-phone,
  .header-phone span {
    font-size: 13px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-enabled .reveal {
    opacity: 1;
    transform: none;
  }

  .steps-list li:not(:last-child)::before {
    display: none;
  }

  .step-number {
    border-color: #cad7ff;
    color: var(--color-primary-dark);
    background: var(--color-primary-soft);
    box-shadow: none;
    transform: none;
  }
}

/* Unified production header: mirrors the main bglab.store navigation. */
.site-header {
  position: relative;
  z-index: 50;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 21, 37, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header .header-inner {
  width: min(calc(100% - 64px), 1280px);
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

.site-header .brand {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-header .brand-logo {
  width: 190px;
  height: 64px;
  display: block;
  object-fit: contain;
}

.site-header .header-nav {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 30px);
  color: #c9d4e0;
  font-size: 0.88rem;
  font-weight: 500;
}

.site-header .header-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-header .header-nav a:hover,
.site-header .header-phone:hover {
  color: #fff;
}

.site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-header .header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
}

.site-header .button.button-header {
  min-height: 44px;
  margin-top: 0;
  padding: 11px 17px;
  color: #071525;
  border-color: transparent;
  border-radius: 12px;
  background: #fff;
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.site-header .button.button-header:hover {
  color: #071525;
  background: #eaf0ff;
  transform: none;
}

@media (max-width: 1200px) {
  .site-header .header-inner {
    gap: 24px;
  }

  .site-header .header-nav {
    gap: 16px;
    font-size: 0.875rem;
  }

  .site-header .header-phone {
    display: none;
  }
}

@media (max-width: 1020px) {
  .site-header .header-nav {
    display: none;
  }

  .site-header .header-actions {
    margin-left: auto;
  }

  .site-header .header-phone {
    display: inline-flex;
  }
}

@media (max-width: 680px) {
  .site-header .header-inner {
    width: min(calc(100% - 40px), 1280px);
    min-height: 68px;
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .site-header .brand-logo {
    width: 156px;
    height: 42px;
  }

  .site-header .button.button-header {
    display: none;
  }

  .site-header .header-phone {
    min-height: 44px;
    font-size: 0.875rem;
  }
}

@media (max-width: 390px) {
  .site-header .header-inner {
    width: min(calc(100% - 32px), 1280px);
  }

  .site-header .header-phone {
    font-size: 0.8125rem;
  }
}
