@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/nunito-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/nunito-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-bold.ttf") format("truetype");
}

:root {
  --green: #078e68;
  --green-dark: #064c3d;
  --green-soft: #effaf6;
  --black: #171717;
  --muted: #98aaa4;
  --line: #15936e;
  --surface: #f7f7f7;
  --pink: #cf1e76;
  --shadow: 0 4px 18px rgba(4, 63, 48, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--black);
  background: #fff;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
em { color: var(--green); font-style: normal; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.section-inner { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }

.site-header { height: 73px; background: #fff; position: relative; z-index: 20; }
.header-inner { position: relative; width: min(1200px, calc(100% - 64px)); height: 100%; margin: 0 auto; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; }
.brand-logo { width: 280px; height: auto; }
.brand-mark { position: relative; width: 35px; height: 35px; display: inline-block; }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; background: linear-gradient(135deg, #16a474, #007b5b); }
.brand-mark::before { width: 27px; height: 12px; left: 0; top: 0; clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
.brand-mark::after { width: 12px; height: 27px; right: 0; top: 0; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%); }
.brand-mark i { width: 12px; height: 12px; left: 11px; top: 12px; transform: skew(-20deg); }
.brand-name { font-size: 19px; line-height: .78; font-weight: 800; letter-spacing: -.8px; }
.brand-name small { display: block; margin-top: 5px; font-size: 9px; letter-spacing: -.15px; }
.brand-tagline { margin-left: 2px; color: var(--green); font-size: 8px; line-height: 1.15; font-weight: 700; }
.main-nav { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr auto auto auto 1fr; align-items: center; column-gap: 31px; font-size: 13px; font-weight: 500; white-space: nowrap; pointer-events: none; }
.main-nav a { pointer-events: auto; }
.main-nav a:nth-child(1) { grid-column: 2; }
.main-nav .case-link { grid-column: 5; justify-self: end; }
.main-nav a:not(.case-link) { padding: 27px 0; }
.main-nav a:hover { color: var(--green); }
.case-link { padding: 13px 21px; color: #fff; background: var(--pink); border-radius: 8px; }
.case-link:hover { color: #fff !important; filter: brightness(.96); }
.menu-toggle { display: none; width: 37px; height: 37px; border: 0; padding: 9px; background: var(--green); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; }

.hero { width: 100%; margin: 0 auto 48px; overflow: hidden; }
.responsive-banner { display: block; width: 100%; }
.responsive-banner img { display: block; width: 100%; height: auto; }

.coverage { width: 100%; margin: 0 auto; }
.service-grid { display: flex; flex-wrap: wrap; gap: 13px; padding-top: 2px; }
.service-card { min-height: 92px; padding: 14px 15px; display: flex; flex: 1 1 calc(50% - 7px); align-items: center; gap: 14px; border: 1.5px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); font-size: 16px; }
.service-card:nth-child(n+3) { min-height: 86px; }
.service-card:nth-child(3) { flex: 0 1 48%; }
.service-card:nth-child(4), .service-card:nth-child(5) { flex: 0 1 calc(26% - 13px); }
.service-icon { position: relative; width: 52px; height: 52px; flex: 0 0 52px; border-right: 1px solid rgba(7,142,104,.55); }
.service-icon::before, .service-icon::after { content: ""; position: absolute; border-color: var(--green); }
.search::before { width: 25px; height: 25px; border: 3px solid var(--green); border-radius: 50%; left: 6px; top: 6px; }
.search::after { width: 22px; height: 3px; background: var(--green); transform: rotate(48deg); left: 28px; top: 34px; }
.drop::before { width: 25px; height: 34px; border: 2px solid var(--green); border-radius: 55% 45% 60% 40%; transform: rotate(45deg); left: 9px; top: 6px; }
.spark::before { width: 8px; height: 34px; border: 3px solid var(--green); transform: rotate(39deg); left: 20px; top: 6px; }
.spark::after { width: 20px; height: 5px; border-top: 3px solid var(--green); border-bottom: 3px solid var(--green); transform: rotate(39deg); left: 6px; top: 31px; }
.filter::before { width: 22px; height: 33px; border: 3px double var(--green); border-radius: 2px 2px 8px 8px; left: 11px; top: 8px; }
.filter::after { width: 28px; height: 5px; border: 2px solid var(--green); border-radius: 50%; left: 8px; top: 4px; }
.tow::before { content: "▱"; border: 0; color: var(--green); font-size: 41px; line-height: 1; left: 4px; top: 3px; transform: rotate(-4deg); }
.tow::after { width: 8px; height: 8px; border: 2px solid var(--green); border-radius: 50%; left: 29px; top: 37px; box-shadow: -20px 0 0 -2px #fff, -20px 0 0 0 var(--green); }

.offer { background: var(--surface); }
.offer-art { position: relative; width: 100%; margin: 0 auto; }
.offer-art-button { position: absolute; left: 37.15%; top: 72.3%; width: 29.4%; height: 14.2%; border: 0; border-radius: 999px; background: transparent; cursor: pointer; }
.offer-art-button:focus-visible { outline: 4px solid #fff; outline-offset: -7px; }
.cta-button { min-width: 420px; min-height: 65px; border: 0; border-radius: 999px; color: #fff; background: var(--black); font-size: 20px; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.cta-button:hover { background: #000; transform: translateY(-1px); }

.form-section { padding: 118px 24px 111px; background: #fff; }
.insurance-form { width: min(710px, 100%); margin: 0 auto; padding: 35px 34px 31px; border-radius: 20px; background: #fff; box-shadow: 0 3px 18px rgba(3,58,43,.17); scroll-margin: 20vh; }
.insurance-form h2 { margin: 0 0 4px; text-align: center; font-size: 47px; letter-spacing: -1.3px; }
.form-subtitle { margin: 0 0 24px; text-align: center; font-size: 18px; line-height: 1.3; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 9px; }
.form-grid label { min-width: 0; height: 48px; display: flex; align-items: center; border-radius: 8px; background: #f1f1f1; overflow: hidden; }
.form-grid input { width: 100%; height: 100%; border: 0; outline: 0; padding: 0 20px; color: var(--black); background: transparent; font-size: 16px; }
.form-grid input::placeholder { color: #bdbdbd; opacity: 1; }
.phone-label > span { margin-left: 16px; }
.phone-label input { padding-left: 8px; }
.consents { margin: 24px 0 23px; display: grid; gap: 11px; font-size: 12px; line-height: 1.2; }
.consents label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.consents input { appearance: none; width: 17px; height: 17px; margin: 0; border-radius: 2px; background: var(--green-soft); }
.consents input:checked::after { content: "✓"; display: block; color: var(--green); font-size: 17px; line-height: 15px; font-weight: 700; }
.consents a { color: var(--green); text-decoration: underline; }
.submit-button { width: 100%; min-height: 59px; border: 0; border-radius: 999px; color: #fff; background: var(--green); font-size: 22px; cursor: pointer; }
.submit-button:hover { filter: brightness(.94); }
.submit-button:disabled { cursor: wait; filter: grayscale(.2); opacity: .7; }
.form-status { min-height: 0; margin: 8px 0 -8px; color: var(--green); text-align: center; font-size: 13px; }
.form-status.is-error { color: #b42318; }
.payment-method-picker { margin-top: 24px; padding-top: 24px; border-top: 1px solid #e4eeea; animation: payment-method-picker-in .3s ease both; }
.payment-method-picker[hidden] { display: none; }
.payment-method-picker h3 { margin: 0 0 7px; color: var(--black); text-align: center; font-size: 24px; line-height: 1.2; }
.payment-method-picker-intro { margin: 0 0 18px; color: #76827e; text-align: center; font-size: 14px; line-height: 1.4; }
.payment-method-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.payment-method-button { min-width: 0; min-height: 88px; padding: 14px; display: flex; align-items: center; gap: 12px; border: 1.5px solid rgba(7,142,104,.55); border-radius: 14px; color: var(--black); background: #fff; text-align: left; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease; }
.payment-method-button:hover { border-color: var(--green); background: #f9fdfb; box-shadow: 0 4px 14px rgba(3,58,43,.1); transform: translateY(-1px); }
.payment-method-button:focus-visible { outline: 3px solid rgba(7,142,104,.22); outline-offset: 2px; }
.payment-method-button.is-selected { border-color: var(--green); background: var(--green-soft); box-shadow: 0 0 0 1px var(--green); }
.payment-method-button:disabled { cursor: wait; opacity: .62; transform: none; }
.payment-method-button.is-selected:disabled { opacity: 1; }
.payment-method-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); }
.payment-method-button.is-selected .payment-method-icon { color: #fff; background: var(--green); }
.payment-method-icon svg { width: 27px; height: 27px; display: block; }
.payment-method-copy { min-width: 0; display: block; flex: 1; }
.payment-method-copy strong, .payment-method-copy small { display: block; }
.payment-method-copy strong { font-size: 16px; line-height: 1.2; }
.payment-method-copy small { margin-top: 4px; color: #76827e; font-size: 12px; line-height: 1.25; }
.payment-method-arrow { flex: 0 0 auto; color: var(--green); font-size: 22px; line-height: 1; }
@keyframes payment-method-picker-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.steps { padding: 67px 0 93px; background: #fff; }
.steps .section-inner { width: min(1320px, calc(100% - 64px)); }
.steps h2 { margin: 0 0 54px; text-align: center; font-size: 44px; line-height: 1.16; letter-spacing: -1.5px; }
.engine-icon { width: 78px; height: auto; margin: -8px 7px -9px; display: inline-block; vertical-align: middle; }
.steps-row { display: grid; grid-template-columns: 1fr 46px 1fr 46px 1fr 46px 1fr 46px 1fr; align-items: center; gap: 0; }
.step-card { min-width: 0; height: 282px; overflow: hidden; border: 1px solid #d9d9d9; border-radius: 11px; background: #fff; }
.step-visual { height: 159px; position: relative; overflow: hidden; background: #eef3f1; }
.step-visual img { width: 100%; height: 100%; object-fit: cover; }
.step-visual::before, .step-visual::after { display: none; }
.step-visual::before { width: 96px; height: 52px; border-radius: 10px; transform: skew(-13deg); }
.step-visual::after { width: 125px; height: 3px; border-width: 0 0 3px; bottom: 26px; }
.step-visual span { position: relative; z-index: 2; padding: 7px 11px; border-radius: 4px; background: rgba(0,0,0,.5); font-size: 12px; font-weight: 700; letter-spacing: .8px; }
.step-visual b { position: absolute; right: 20px; top: 18px; font-size: 31px; }
.step-visual--tow { background: linear-gradient(135deg, #5f6b72, #b2b7b4); }
.step-visual--service { background: linear-gradient(135deg, #222, #62706b); }
.step-visual--approval { background: linear-gradient(135deg, #d9d2c9, #646e6a); }
.step-visual--ready { background: linear-gradient(135deg, #2b4440, #0a8d67); }
.step-copy { padding: 13px 11px; }
.step-copy small { color: #a8a8a8; font-size: 15px; }
.step-copy p { margin: 6px 0 0; font-size: 15.5px; line-height: 1.08; }
.step-card--final .step-copy p { color: #057d58; }
.step-arrow { width: 34px; height: 18px; align-self: center; justify-self: center; color: #e8ad37; }
.step-arrow svg { display: block; width: 100%; height: 100%; overflow: visible; }
.step-arrow path { fill: none; stroke: currentColor; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.steps .cta-button { display: block; margin: 49px auto 0; }

.faq-section { padding: 68px 0 74px; background: var(--surface); }
.faq-inner h2 { margin: 0 0 47px; text-align: center; font-size: 45px; letter-spacing: -1px; }
.faq-list { max-width: 1160px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1.5px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-question { width: 100%; min-height: 76px; padding: 22px 34px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 0; color: var(--black); background: transparent; text-align: left; font-size: 25px; line-height: 1.12; font-weight: 700; cursor: pointer; }
.faq-question i { position: relative; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: var(--green-soft); }
.faq-question i::before, .faq-question i::after { content: ""; position: absolute; top: 20px; width: 12px; height: 2px; border-radius: 999px; background: var(--green); transition: left .25s ease, width .25s ease, transform .25s ease; }
.faq-question i::before { left: 11px; transform: rotate(45deg); }
.faq-question i::after { left: 19px; transform: rotate(-45deg); }
.faq-item.is-open .faq-question i::before, .faq-item.is-open .faq-question i::after { left: 12px; width: 18px; }
.faq-item.is-open .faq-question i::before { transform: rotate(45deg); }
.faq-item.is-open .faq-question i::after { transform: rotate(-45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .36s cubic-bezier(.4, 0, .2, 1), opacity .3s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding: 0 34px; font-size: 21px; line-height: 1.25; transition: padding-bottom .36s cubic-bezier(.4, 0, .2, 1); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; opacity: 1; }
.faq-item.is-open .faq-answer p { padding-bottom: 25px; }

.licenses { padding: 109px 0 92px; background: #fff; }
.licenses h2 { margin: 0 0 49px; font-size: 47px; }
.licenses-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.licenses-grid > p { margin: 0; max-width: 540px; font-size: 18px; line-height: 1.38; }
.document-list { display: grid; gap: 34px; }
.document { display: block; }
.document-art { width: 100%; height: auto; }
.document-icon { position: relative; width: 65px; height: 86px; border: 2px solid #8a96a0; }
.document-icon::before { content: ""; position: absolute; right: -2px; top: -2px; width: 18px; height: 18px; border-left: 2px solid #8a96a0; border-bottom: 2px solid #8a96a0; background: #fff; }
.document-icon::after { content: ""; position: absolute; left: 13px; top: 34px; width: 37px; height: 22px; border-top: 2px solid #8a96a0; border-bottom: 2px solid #8a96a0; box-shadow: 0 -8px 0 -6px #8a96a0, 0 8px 0 -6px #8a96a0; }
.document strong { display: block; font-size: 18px; line-height: 1.18; font-weight: 400; }
.document small { display: block; margin-top: 18px; color: #666; font-size: 17px; }

.site-footer { border-top: 1px solid #eee; background: #fff; }
.footer-top { min-height: 132px; display: flex; align-items: center; justify-content: space-between; }
.footer-top nav { display: flex; gap: 65px; font-size: 16px; }
.footer-bottom { min-height: 175px; padding-top: 45px; display: grid; grid-template-columns: 1fr 1.6fr 1fr; border-top: 1px solid #eee; }
.footer-bottom small { display: block; margin-bottom: 21px; color: #9aa0a6; font-size: 14px; }
.footer-phone { display: inline-block; font-size: 25px; font-weight: 600; }
.socials { display: flex; gap: 10px; }
.socials a { width: 35px; height: 35px; display: block; overflow: hidden; border-radius: 8px; }
.socials img { width: 100%; height: 100%; object-fit: cover; }

/* Shared responsive foundation. Desktop styles above remain untouched. */
@media (max-width: 1100px) {
  .hero { margin-bottom: 36px; }
  .section-inner, .header-inner { width: min(calc(100% - 40px), 930px); }
  .site-header { height: 73px; }
  .header-inner { display: grid; grid-template-columns: minmax(0, 1fr) 37px; column-gap: 16px; }
  .header-inner .brand { min-width: 0; }
  .brand-logo { width: 235px; max-width: 100%; }
  .main-nav {
    position: absolute;
    top: 73px;
    right: 0;
    bottom: auto;
    left: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px;
    background: #fff;
    box-shadow: 0 12px 12px -12px rgba(0,0,0,.22);
    font-size: 14px;
    pointer-events: auto;
    white-space: normal;
  }
  .main-nav.is-open { display: grid; }
  .main-nav a:nth-child(1), .main-nav .case-link { grid-column: 1; justify-self: stretch; }
  .main-nav a:not(.case-link) { padding: 13px 8px; }
  .case-link { margin-top: 8px; text-align: center; }
  .menu-toggle { display: block; margin-left: 0; }

  .insurance-form,
  .form-grid,
  .form-grid label,
  .form-grid input,
  .consents,
  .consents label,
  .consents label > span,
  .form-status { max-width: 100%; }
  .insurance-form,
  .form-grid,
  .form-grid label,
  .consents label,
  .consents label > span { min-width: 0; }
  .form-grid input { display: block; min-width: 0; }
  .consents label > span,
  .form-status { overflow-wrap: anywhere; white-space: normal; }

}

/* Tablet: one composition matching the 768 px iPad mini frame. */
@media (min-width: 761px) and (max-width: 1100px) {
  .header-inner { width: min(calc(100% - 40px), 930px); }
  .brand-logo { width: 290px; }
  .offer-art-button { left: 26.3%; top: 69.5%; width: 47.3%; height: 13.8%; }
  .cta-button { min-width: 370px; min-height: 55px; font-size: 17px; }

  .form-section { padding: 82px 24px 88px; }
  .insurance-form { width: min(600px, 100%); }
  .insurance-form { padding: 29px 28px 25px; }
  .insurance-form h2 { font-size: 38px; }
  .form-grid label { height: 44px; }
  .form-grid input { font-size: 16px; }
  .consents { margin: 20px 0; font-size: 11px; }
  .submit-button { min-height: 51px; font-size: 18px; }

  .steps { padding: 60px 0 70px; }
  .steps .section-inner { width: calc(100% - 32px); }
  .steps h2 { margin-bottom: 40px; font-size: 34px; }
  .engine-icon { width: 66px; }
  .steps-row { grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr); }
  .step-card { height: 232px; }
  .step-visual { height: 124px; }
  .step-copy { padding: 10px 8px; }
  .step-copy small { font-size: 11px; }
  .step-copy p { margin-top: 4px; font-size: 11.5px; }
  .step-arrow { width: 22px; }
  .steps .cta-button { margin-top: 34px; }

  .faq-section { padding: 62px 0 68px; }
  .faq-inner h2 { margin-bottom: 34px; font-size: 37px; }
  .faq-list { max-width: 700px; gap: 11px; }
  .faq-question { min-height: 62px; padding: 16px 20px; font-size: 18px; }
  .faq-question i { width: 34px; height: 34px; flex-basis: 34px; }
  .faq-question i::before, .faq-question i::after { top: 16px; width: 10px; }
  .faq-question i::before { left: 8px; }
  .faq-question i::after { left: 15px; }
  .faq-item.is-open .faq-question i::before, .faq-item.is-open .faq-question i::after { left: 10px; width: 14px; }
  .faq-answer p { padding-right: 20px; padding-left: 20px; font-size: 15px; }
  .faq-item.is-open .faq-answer p { padding-bottom: 18px; }

  .licenses { padding: 82px 0 76px; }
  .licenses .section-inner { max-width: 700px; }
  .licenses h2 { margin-bottom: 34px; font-size: 40px; }
  .licenses-grid { grid-template-columns: 1fr; gap: 34px; }
  .licenses-grid > p { max-width: 620px; font-size: 16px; }
  .document-list { width: min(520px, 100%); gap: 24px; }

  .footer-top { min-height: 112px; }
  .footer-top .brand-logo { width: 235px; }
  .footer-top nav { gap: 24px; font-size: 12px; }
  .footer-bottom { min-height: 140px; padding-top: 32px; }
  .footer-bottom small { margin-bottom: 14px; font-size: 12px; }
  .footer-phone { font-size: 21px; }
}

/* Mobile: fluid from 320 to 760 px, based on the 390 px Figma frame. */
@media (max-width: 760px) {
  .section-inner, .header-inner { width: calc(100% - 32px); }
  .site-header { height: 61px; }
  .brand-logo { width: 232px; }
  .main-nav { top: 61px; }

  .offer-art-button { left: 11.8%; top: 84.4%; width: 76.4%; height: 8.8%; }
  .cta-button { width: min(100%, 350px); min-width: 0; min-height: 55px; font-size: 17px; }

  .form-section { padding: 70px 16px 74px; }
  .insurance-form { padding: 28px 18px 23px; border-radius: 17px; }
  .insurance-form h2 { margin-bottom: 4px; font-size: 32px; }
  .form-subtitle { margin-bottom: 20px; font-size: 15px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label { height: 49px; }
  .form-grid input { padding: 0 15px; font-size: 16px; }
  .phone-label > span { margin-left: 12px; }
  .phone-label input { padding-left: 7px; }
  .consents { margin: 20px 0; font-size: 11px; }
  .submit-button { min-height: 54px; font-size: 18px; }
  .payment-method-picker { margin-top: 20px; padding-top: 20px; }
  .payment-method-picker h3 { font-size: 21px; }
  .payment-method-options { grid-template-columns: 1fr; }
  .payment-method-button { min-height: 78px; }

  .steps { padding: 50px 0 58px; }
  .steps .section-inner { width: calc(100% - 32px); }
  .steps h2 { margin-bottom: 34px; font-size: clamp(26px, 7.4vw, 31px); }
  .engine-icon { width: 63px; margin: -8px 5px -7px; }
  .steps-row {
    width: 100%;
    grid-template-columns: 250px 30px 250px 30px 250px 30px 250px 30px 250px;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0 16px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
  }
  .step-card { height: 294px; scroll-snap-align: start; }
  .step-visual { height: 166px; }
  .step-arrow { width: 30px; }
  .steps .cta-button { margin-top: 25px; }

  .faq-section { padding: 49px 0 55px; }
  .faq-inner h2 { margin-bottom: 30px; font-size: 31px; }
  .faq-list { gap: 11px; }
  .faq-question { min-height: 61px; padding: 16px 15px; gap: 12px; font-size: 17px; }
  .faq-question i { width: 34px; height: 34px; flex-basis: 34px; }
  .faq-question i::before, .faq-question i::after { top: 16px; width: 10px; }
  .faq-question i::before { left: 8px; }
  .faq-question i::after { left: 15px; }
  .faq-item.is-open .faq-question i::before, .faq-item.is-open .faq-question i::after { left: 10px; width: 14px; }
  .faq-answer p { padding-right: 15px; padding-bottom: 0; padding-left: 15px; font-size: 14px; }
  .faq-item.is-open .faq-answer p { padding-bottom: 17px; }

  .licenses { padding: 66px 0 58px; }
  .licenses h2 { margin-bottom: 30px; font-size: 34px; }
  .licenses-grid { grid-template-columns: 1fr; gap: 38px; }
  .licenses-grid > p { font-size: 15px; }
  .document-list { gap: 22px; }

  .footer-top { min-height: 180px; display: grid; gap: 25px; padding-top: 33px; padding-bottom: 27px; }
  .footer-top nav { display: grid; gap: 12px; font-size: 14px; }
  .footer-bottom { min-height: 0; padding: 31px 0 45px; grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom small { margin-bottom: 12px; }
}

@media (max-width: 380px) {
  .faq-question { font-size: 16px; }
}

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