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

:root {
  --bg: #f3f5f1;
  --surface: #ffffff;
  --ink: #1c211f;
  --muted: #626b66;
  --line: #dde5df;
  --green: #20d979;
  --green-dark: #13b963;
  --selection-mint: #c8f4db;
  --mint: #ddf8e8;
  --lavender: #e6ddff;
  --lime: #dff7ad;
  --sand: #f2ede1;
  --danger: #c83e4d;
  --warning: #fff4ce;
  --shadow: 0 22px 60px rgba(20, 35, 26, 0.11);
  --shadow-sm: 0 8px 24px rgba(20, 35, 26, 0.08);
  --radius-sm: 16px;
  --radius: 24px;
  --radius-lg: 36px;
  --shell: min(1440px, calc(100% - 64px));
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: 'Onest', system-ui, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.6; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.16em; }
p, h1, h2, h3, ul, ol, dl { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -0.04em; }
h1 { font-size: clamp(2.7rem, 5.4vw, 5.75rem); font-weight: 750; }
h2 { font-size: clamp(2rem, 3.8vw, 3.65rem); font-weight: 680; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 620; }
p, li, dd, dt { font-weight: 400; }
:focus-visible { outline: 3px solid #7d58d6; outline-offset: 3px; }
::selection { background: var(--green); color: var(--ink); }

.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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 18px; border-radius: 12px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.site-shell { overflow: clip; }
.site-header { position: relative; z-index: 100; padding: 18px 20px 0; }
.site-header__inner { width: min(1440px, 100%); min-height: 68px; margin: 0 auto; padding: 8px 10px 8px 18px; display: flex; align-items: center; gap: 28px; background: rgba(255,255,255,.92); border: 1px solid rgba(221,229,223,.88); border-radius: 999px; box-shadow: var(--shadow-sm); backdrop-filter: blur(18px); }
.brand-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.brand-logo__mark { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; }
.brand-logo__mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-logo__text { font-size: 1.12rem; font-weight: 800; letter-spacing: -.04em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.main-nav a { --nav-link-pad-x: 13px; position: relative; padding: 10px var(--nav-link-pad-x); color: #3e4742; font-size: .91rem; font-weight: 600; text-decoration: none; transition: color .25s ease; }
.main-nav a::after { content: ''; position: absolute; right: var(--nav-link-pad-x); bottom: 6px; left: var(--nav-link-pad-x); height: 2px; border-radius: 999px; background: var(--green-dark); transform: scaleX(0); transform-origin: left center; transition: transform .42s cubic-bezier(.23,1,.32,1); }
.main-nav a:hover { color: var(--ink); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 0; border-radius: 50%; background: var(--bg); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.button { --button-hover-fill: var(--ink); --button-radius-rest: 25px; --flow-duration: .5s; --flow-ease: cubic-bezier(.23,1,.32,1); --flow-arrow-inset: 16px; --flow-label-start: -8px; --flow-label-end: 8px; position: relative; z-index: 0; min-height: 50px; padding: 13px 30px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid transparent; border-radius: var(--button-radius-rest); overflow: hidden; font-weight: 750; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: color .6s cubic-bezier(.23,1,.32,1), border-color .6s cubic-bezier(.23,1,.32,1), border-radius var(--flow-duration) var(--flow-ease), transform .18s ease; }
.button::before { content: ''; position: absolute; z-index: 0; top: 50%; left: 50%; width: 16px; height: 16px; border-radius: 50%; background: var(--button-hover-fill); opacity: 0; transform: translate(-50%, -50%); transition: width .8s cubic-bezier(.19,1,.22,1), height .8s cubic-bezier(.19,1,.22,1), opacity .18s ease; }
.button:hover { border-color: transparent; border-radius: 12px; }
.button:hover::before { width: calc(100% + 120px); height: 240px; opacity: 1; }
.button:not(:disabled):active { transform: scale(.95); }
.flow-button__label { position: relative; z-index: 1; transform: translateX(var(--flow-label-start)); transition: transform var(--flow-duration) var(--flow-ease); }
.button:hover .flow-button__label { transform: translateX(var(--flow-label-end)); }
.flow-button__arrow { position: absolute; z-index: 2; top: 50%; width: 17px; height: 17px; color: currentColor; transition: transform var(--flow-duration) var(--flow-ease); }
.flow-button__arrow svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.flow-button__arrow--left { left: var(--flow-arrow-inset); transform: translate(calc(-100% - var(--flow-arrow-inset) - 2px), -50%); }
.button:hover .flow-button__arrow--left { transform: translate(0, -50%); }
.flow-button__arrow--right { right: var(--flow-arrow-inset); transform: translate(0, -50%); }
.button:hover .flow-button__arrow--right { transform: translate(calc(100% + var(--flow-arrow-inset) + 2px), -50%); }
.button--primary { --button-hover-fill: var(--ink); background-color: var(--green); color: var(--ink); box-shadow: 0 12px 24px rgba(32,217,121,.2); }
.button--primary:hover { color: #fff; }
.button--dark { --button-hover-fill: #fff; border-color: var(--ink); background-color: var(--ink); color: #fff; }
.button--dark:hover { color: var(--ink); }
.button--light { --button-hover-fill: var(--ink); border-color: #fff; background-color: #fff; color: var(--ink); }
.button--light:hover { color: #fff; }
.button--outline { --button-hover-fill: var(--ink); border-color: #b9c4bd; background-color: transparent; color: var(--ink); }
.button--outline:hover { color: #fff; }
.button--muted { background: #e7ece8; color: #7d8580; cursor: not-allowed; }
.button--muted::before { display: none; }
.button--muted:hover { border-color: transparent; border-radius: var(--button-radius-rest); }
.button--small { --button-radius-rest: 22px; --flow-arrow-inset: 14px; --flow-label-start: -7px; --flow-label-end: 7px; min-height: 44px; padding: 10px 28px; font-size: .9rem; }
.button--wide { width: 100%; }
.text-link { font-weight: 750; }
.eyebrow { margin-bottom: 14px; color: #31855a; font-size: .74rem; font-weight: 850; letter-spacing: .115em; text-transform: uppercase; }

.breadcrumbs { padding-top: 28px; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; color: var(--muted); font-size: .83rem; }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 7px; opacity: .45; }
.breadcrumbs a { text-decoration: none; }

.hero { --hero-pad-x: clamp(40px, 4.75vw, 76px); --hero-pad-y: var(--hero-pad-x); position: relative; height: calc(100svh - 210px); min-height: 0; margin-top: 24px; padding: var(--hero-pad-y) var(--hero-pad-x); display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: start; border-radius: var(--radius-lg); background: #e7eee7; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(231,238,231,.98) 0%, rgba(231,238,231,.92) 37%, rgba(231,238,231,.18) 64%, rgba(231,238,231,0) 100%); }
.hero__copy { position: relative; z-index: 2; width: 100%; max-width: 590px; height: 100%; display: flex; flex-direction: column; }
.hero h1 { max-width: 760px; margin-bottom: 0; }
.hero__lead { max-width: 620px; margin: auto 0; color: #4a554f; font-size: clamp(1.05rem, 1.45vw, 1.32rem); font-weight: 400; }
.hero__ticks { margin: 0; padding: 0; display: flex; flex-wrap: nowrap; gap: 9px; list-style: none; }
.hero__ticks li { min-height: 42px; padding: 9px 14px; display: inline-flex; align-items: center; border: 1px solid rgba(221,229,223,.88); border-radius: 999px; background: #fff; box-shadow: 0 7px 20px rgba(28,33,31,.045); color: #4a554f; font-size: .76rem; font-weight: 400; white-space: nowrap; }
.hero__visual { position: absolute; inset: 0; z-index: 0; background: #e7eee7 url('../images/hero-sova-v3.jpg') center center / cover no-repeat; }
.contacts-page-hero .hero__visual { background-image: url('../images/hero-contacts-v1.png'); background-position: center center; }
.contacts-page-hero h1 span { display: block; white-space: nowrap; }
.hero__form { position: absolute; z-index: 3; top: var(--hero-pad-y); right: var(--hero-pad-x); bottom: var(--hero-pad-y); width: min(450px, 36%); }
.hero__form .lead-form { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.lead-form { padding: clamp(22px, 4vw, 36px); border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.lead-form .button--primary { background-color: var(--selection-mint); box-shadow: 0 12px 24px rgba(91,190,133,.16); }
.lead-form__parameters, .lead-form__contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form__contacts { margin-top: 19px; }
.range-field, .field { display: grid; gap: 8px; }
.range-field > span { display: flex; justify-content: space-between; gap: 10px; font-size: .9rem; }
.range-field output { font-weight: 800; }
.range-field input[type='range'] { width: 100%; height: 20px; margin: 0; border: 0; border-radius: 999px; appearance: none; -webkit-appearance: none; background: linear-gradient(to right, var(--selection-mint) 0 var(--range-progress, 50%), #dce3de var(--range-progress, 50%) 100%) center / 100% 6px no-repeat; cursor: pointer; filter: none; opacity: 1; transition: none; }
.range-field input[type='range']::-webkit-slider-runnable-track { height: 6px; border: 0; border-radius: 999px; background: transparent; }
.range-field input[type='range']::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -6px; border: 3px solid #fff; border-radius: 50%; -webkit-appearance: none; appearance: none; background: var(--selection-mint); box-shadow: 0 0 0 1px rgba(28,33,31,.13); filter: none; transition: none; }
.range-field input[type='range']::-moz-range-track { height: 6px; border: 0; border-radius: 999px; background: transparent; }
.range-field input[type='range']::-moz-range-thumb { width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--selection-mint); box-shadow: 0 0 0 1px rgba(28,33,31,.13); filter: none; transition: none; }
.range-field input[type='range']:hover,
.range-field input[type='range']:active { filter: none; opacity: 1; }
.range-field input[type='range']:hover::-webkit-slider-thumb,
.range-field input[type='range']:active::-webkit-slider-thumb { background: var(--selection-mint); filter: none; }
.range-field input[type='range']:hover::-moz-range-thumb,
.range-field input[type='range']:active::-moz-range-thumb { background: var(--selection-mint); filter: none; }
.range-field small { display: flex; justify-content: space-between; color: #848d88; font-size: .66rem; }
.field > span { font-size: .78rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfd8d2; border-radius: 14px; background: #fff; color: var(--ink); }
.field input::placeholder { color: #929c96; }
.field input[aria-invalid='true'] { border-color: var(--danger); }
.field__error { min-height: 1em; color: var(--danger); font-size: .7rem; }
.lead-form__consents { margin: 17px 0; display: grid; gap: 10px; }
.check-field { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #59625d; font-size: .7rem; line-height: 1.42; }
.check-field input { position: relative; width: 18px; height: 18px; margin: 1px 0 0; border: 1.5px solid #aeb9b2; border-radius: 5px; appearance: none; background: #fff; cursor: pointer; transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease; }
.check-field input::after { content: ''; position: absolute; top: 2px; left: 5px; width: 5px; height: 9px; border: solid var(--ink); border-width: 0 2px 2px 0; opacity: 0; transform: rotate(45deg) scale(.3); transform-origin: center; transition: opacity .14s ease, transform .34s cubic-bezier(.34,1.56,.64,1); }
.check-field input:hover { border-color: var(--green-dark); }
.check-field input:checked { border-color: var(--green-dark); background: var(--green); box-shadow: 0 0 0 4px rgba(32,217,121,.13); animation: check-field-pop .32s cubic-bezier(.34,1.56,.64,1); }
.check-field input:checked::after { opacity: 1; transform: rotate(45deg) scale(1); }
.check-field input[aria-invalid='true'] { border-color: var(--danger); }
@keyframes check-field-pop { 0% { transform: scale(.82); } 58% { transform: scale(1.1); } 100% { transform: scale(1); } }
.form-note { margin: 12px 0 0; color: #747d78; font-size: .68rem; line-height: 1.45; }
.form-honeypot { position: absolute; left: -9999px; }

.trust-strip { min-height: 82px; margin-top: 18px; padding: 19px 25px; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-radius: 20px; background: var(--ink); color: #fff; }
.trust-strip p { margin: 0; }
.trust-strip a { color: var(--green); font-weight: 750; white-space: nowrap; }
.section { padding-top: clamp(70px, 10vw, 130px); padding-bottom: clamp(70px, 10vw, 130px); }
.home-page { --home-block-gap: 30px; --home-block-gap-large: 72px; }
.home-page main > .trust-strip { margin-top: var(--home-block-gap); }
.home-page main > .section:not(.responsible-card) { min-height: 0; margin-top: var(--home-block-gap); padding-block: 0; }
.home-page main > .responsible-card, .home-page main > .support-section { margin-top: var(--home-block-gap); margin-bottom: 0; }
.home-page main > .section.offers-grid-section { margin-top: 0; padding-top: var(--home-block-gap-large); }
.home-page main > .support-section { margin-top: var(--home-block-gap-large); }
.home-page .site-footer { margin-top: var(--home-block-gap); }
.section--soft { background: #e9eee9; }
.section--dark { background: var(--ink); color: #fff; }
.section-heading { max-width: 770px; margin-bottom: clamp(34px, 5vw, 56px); }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; font-weight: 400; }
.section-action { margin-top: 30px; text-align: center; }

.benefits-section { padding-block: 30px; }
.benefits-section__frame { width: 100%; min-height: 0; flex: 1; padding: 18px; display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); gap: 18px; border-radius: 40px; background: #171c19; box-shadow: 0 28px 80px rgba(20,35,26,.14); overflow: hidden; }
.benefits-section__intro { min-width: 0; padding: clamp(36px, 4vw, 56px); display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: #202823; color: #fff; }
.benefits-section__intro .eyebrow { margin-bottom: 18px; color: var(--green); font-weight: 750; }
.benefits-section__intro h2 { max-width: 7em; margin: 0 0 22px; font-size: clamp(2.7rem, 4.7vw, 5.35rem); font-weight: 660; letter-spacing: -.05em; }
.benefits-section__lead { max-width: 390px; margin: 0; color: #b8c3bd; font-size: clamp(.98rem, 1.15vw, 1.12rem); font-weight: 400; line-height: 1.55; }
.benefits-section__meta { max-width: 230px; margin-top: 48px; padding-top: 22px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: end; border-top: 1px solid rgba(255,255,255,.15); }
.benefits-section__meta span { color: var(--green); font-size: 2.35rem; font-weight: 700; line-height: .82; letter-spacing: -.05em; }
.benefits-section__meta p { margin: 0; color: #cbd4cf; font-size: .7rem; font-weight: 650; line-height: 1.3; letter-spacing: .055em; text-transform: uppercase; }
.benefits-section__cards { min-width: 0; min-height: 0; }
.benefit-grid { height: 100%; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: .94fr 1.06fr; gap: 18px; }
.benefit-card { min-width: 0; min-height: 0; padding: clamp(28px, 2.6vw, 38px); display: flex; flex-direction: column; border: 1px solid rgba(28,33,31,.06); border-radius: 30px; }
.benefit-card:nth-child(1) { background: var(--selection-mint); }
.benefit-card:nth-child(2) { background: #e4dcff; }
.benefit-card:nth-child(3) { background: #f1ecdf; }
.benefit-card:nth-child(4) { background: #dff4aa; }
.benefit-card__number { margin-left: auto; color: rgba(28,33,31,.48); font-size: .72rem; font-weight: 700; line-height: 1; letter-spacing: .1em; }
.benefit-card__copy { max-width: 430px; margin-top: auto; padding-top: 26px; }
.benefit-card h3 { margin: 0 0 12px; font-size: clamp(1.28rem, 1.7vw, 1.7rem); font-weight: 600; line-height: 1.12; letter-spacing: -.03em; }
.benefit-card p { max-width: 35em; margin: 0; color: #4f5853; font-size: clamp(.88rem, .98vw, 1rem); font-weight: 400; line-height: 1.5; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 320px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--green); font-size: .78rem; font-weight: 850; }
.step-card__copy { margin-top: auto; }
.step-card h3 { margin-top: 0; margin-bottom: 12px; }
.step-card p { margin-bottom: 0; color: var(--muted); }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 1px 0 rgba(20,35,26,.03); }
.offer-card[hidden] { display: none; }
.offer-card__top { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 13px; align-items: center; }
.offer-card__logo { width: 72px; height: 58px; padding: 7px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(28,33,31,.09); border-radius: 18px; background: #fff; font-weight: 850; }
.offer-card__logo-image { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.offer-card__logo--dengi-srazu .offer-card__logo-image { width: 58px; }
.offer-card__logo--ligamfo .offer-card__logo-image { width: 58px; }
.offer-card__logo--moneyman .offer-card__logo-image { width: 42px; height: 42px; border-radius: 12px; }
.offer-card__logo--webbankir .offer-card__logo-image { width: 42px; height: 42px; }
.offer-card__logo--a-dengi .offer-card__logo-image { width: 42px; height: 42px; border-radius: 11px; }
.offer-card__label { margin: 0 0 3px; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.offer-card h3 { margin: 0; font-size: 1.25rem; }
.status-badge { width: fit-content; padding: 5px 8px; border-radius: 999px; background: #eef1ef; color: #68716c; font-size: .62rem; font-weight: 800; }
.status-badge--ok { background: var(--mint); color: #187b49; }
.offer-card__facts { margin: 25px 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.offer-card__facts div { padding: 10px; border-radius: 13px; background: var(--bg); }
.offer-card__facts dt { color: var(--muted); font-size: .63rem; }
.offer-card__facts dd { margin: 2px 0 0; font-size: .78rem; font-weight: 800; }
.tag-list { margin: 0 0 20px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.tag-list li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; font-size: .67rem; }
.offer-card__registry, .offer-card__claim { color: var(--muted); font-size: .68rem; }
.offer-card .button { margin-top: auto; }
.offer-card__ad { margin: 10px 0 0; color: #8a928e; font-size: .6rem; text-align: center; }

.offers-grid-section__header { width: 100%; margin-bottom: clamp(22px, 2vw, 28px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; align-items: end; }
.offers-grid-section__header h2 { grid-column: 1 / 8; margin: 0; }
.offers-grid-section__actions { grid-column: 8 / 13; display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.offers-carousel__controls { display: flex; gap: 8px; }
.offers-carousel__arrow { width: 50px; height: 50px; padding: 0; display: grid; place-items: center; border: 1px solid #b9c4bd; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; transition: background-color .28s ease, border-color .28s ease, color .28s ease; }
.offers-carousel__arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.offers-carousel__arrow:hover:not(:disabled) { border-color: var(--ink); background-color: var(--ink); color: #fff; }
.offers-carousel__arrow:disabled { opacity: .35; cursor: default; }
.offers-grid-section .offer-carousel { width: 100%; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.offers-grid-section .offer-carousel::-webkit-scrollbar { display: none; }
.offers-grid-section .offer-carousel .offer-card { scroll-snap-align: start; }
.offers-grid-section .offer-card { min-height: 430px; padding: clamp(25px, 2.2vw, 30px); border-color: rgba(28,33,31,.1); box-shadow: 0 14px 36px rgba(20,35,26,.055); overflow: hidden; }
.offers-grid-section .offer-card__top { padding-bottom: 0; border-bottom: 0; }
.offers-grid-section .offer-card__logo { width: 72px; height: 58px; padding: 7px; border: 1px solid rgba(28,33,31,.09); border-radius: 18px; background: #fff; color: var(--ink); font-size: .9rem; }
.offers-grid-section .offer-card h3 { font-size: 1.4rem; font-weight: 690; }
.offers-grid-section .offer-card__facts { margin: 26px 0 22px; padding: 20px; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 0; border-radius: 20px; background: #dff6e8; }
.offers-grid-section .offer-card:nth-child(2) .offer-card__facts { background: #e9e2ff; }
.offers-grid-section .offer-card:nth-child(3) .offer-card__facts { background: #e7f3c9; }
.offers-grid-section .offer-card:nth-child(4) .offer-card__facts { background: #f3ead8; }
.offers-grid-section .offer-card:nth-child(5) .offer-card__facts { background: #dceff0; }
.offers-grid-section .offer-card__facts div { min-width: 0; padding: 0; border-radius: 0; background: transparent; }
.offers-grid-section .offer-card__facts div:nth-child(2) { padding-left: 18px; border-left: 1px solid rgba(28,33,31,.13); }
.offers-grid-section .offer-card__facts div:last-child { grid-column: 1 / -1; margin-top: 18px; padding-top: 17px; display: block; border-top: 1px solid rgba(28,33,31,.13); background: transparent; }
.offers-grid-section .offer-card__facts dt { color: #52605a; font-size: .65rem; font-weight: 500; }
.offers-grid-section .offer-card__facts dd { margin-top: 5px; font-size: .9rem; font-weight: 760; line-height: 1.3; }
.offers-grid-section .offer-card__facts div:first-child dd { font-size: clamp(1rem, 1.2vw, 1.18rem); font-weight: 820; letter-spacing: -.025em; }
.offers-grid-section .offer-card__facts div:last-child dd { margin-top: 6px; color: #3f4944; font-size: .78rem; font-weight: 600; line-height: 1.4; }
.offers-grid-section .tag-list { min-height: 52px; margin-bottom: 14px; display: grid; gap: 6px; }
.offers-grid-section .tag-list li { position: relative; padding: 0 0 0 20px; border: 0; border-radius: 0; color: #46514b; font-size: .74rem; line-height: 1.4; }
.offers-grid-section .tag-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #168451; font-weight: 850; }
.offers-grid-section .offer-card__claim { margin: 0 0 12px; line-height: 1.4; }
.offers-grid-section .offer-card__registry { margin: auto 0 0; padding-top: 12px; border-top: 1px solid var(--line); line-height: 1.4; }
.offers-grid-section .offer-card .button { min-height: 48px; margin-top: 18px; }
.offers-grid-section .button--muted { border-color: #d6ded8; background: #e9eeea; color: #657069; }
.empty-state { padding: 50px; border-radius: var(--radius); background: #fff; text-align: center; }

.catalog-toolbar { margin-bottom: 28px; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-radius: 20px; background: #fff; }
.catalog-toolbar label { display: flex; align-items: center; gap: 14px; font-weight: 700; }
.catalog-toolbar input { accent-color: var(--green-dark); }
.catalog-toolbar output { min-width: 95px; text-align: right; }

.responsible-card { --responsible-outer-gap: 28px; --responsible-inner-gap: 28px; position: relative; min-height: clamp(540px, calc(100svh - 132px), 640px); margin-top: 46px; margin-bottom: 46px; padding: calc(var(--responsible-outer-gap) + var(--responsible-inner-gap)); display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: clamp(42px, 5vw, 76px); align-items: stretch; border: 1px solid #dce3de; border-radius: var(--radius-lg); background: #e8ece9; overflow: hidden; }
.responsible-card::before { content: ''; position: absolute; z-index: 0; inset: var(--responsible-outer-gap); border-radius: 30px; background-color: #dff3e6; background-image: radial-gradient(circle at 65.34% 44.62%, rgba(244,255,240,1) 0%, rgba(244,255,240,0) 34.1%), radial-gradient(circle at 28.07% 74.48%, rgba(203,241,162,1) 0%, rgba(203,241,162,0) 45.65%), radial-gradient(circle at 52.42% 19.94%, rgba(81,216,143,1) 0%, rgba(81,216,143,0) 57.55%), radial-gradient(circle at 80.31% 84.47%, rgba(221,248,232,1) 0%, rgba(221,248,232,0) 69.1%); pointer-events: none; }
.responsible-card::after { content: ''; position: absolute; z-index: 0; width: 520px; height: 620px; right: 10%; bottom: -400px; border-radius: 50%; background: rgba(197,255,218,.22); transform: rotate(-24deg); pointer-events: none; }
.responsible-card__media { position: relative; z-index: 1; min-width: 0; overflow: hidden; border: 10px solid rgba(255,255,255,.94); border-radius: 32px; background: #f4f1eb; box-shadow: 0 24px 54px rgba(23,57,39,.15); }
.responsible-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.responsible-card__content { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; text-align: right; }
.responsible-card h2 { max-width: 10.8em; margin: 0; font-size: clamp(2.4rem, 3.4vw, 3.65rem); font-weight: 690; line-height: 1.02; letter-spacing: -.05em; }
.responsible-card__content .button { min-width: 176px; margin-top: 34px; }

.support-section { margin-top: clamp(72px, 8vw, 112px); margin-bottom: clamp(72px, 8vw, 112px); }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.support-card { position: relative; min-width: 0; min-height: 300px; padding: clamp(30px, 3vw, 42px); border-radius: 32px; overflow: hidden; }
.support-card--contact { background: #e5e2ff; }
.support-card--telegram { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 26px; align-items: center; background: linear-gradient(118deg, #ddf8e8 0%, #c9f1d7 46%, #dff7ad 100%); }
.support-card__copy { position: relative; z-index: 2; min-width: 0; }
.support-card h3 { max-width: 13em; margin: 0 0 20px; font-size: clamp(1.5rem, 2vw, 2.05rem); font-weight: 650; line-height: 1.13; }
.support-card__primary-link { width: fit-content; margin-bottom: 5px; display: block; font-size: clamp(1.05rem, 1.3vw, 1.25rem); font-weight: 550; text-decoration: none; }
.support-card__text-link { width: fit-content; margin-top: 12px; display: block; color: #5b42c4; font-size: 1rem; font-weight: 720; text-decoration: none; }
.support-card__text-link:hover { color: #3f2b9a; }
.support-card__copy > p { max-width: 29em; margin: 16px 0 0; color: #58635d; font-size: .86rem; line-height: 1.48; }
.support-card__copy > .support-card__note { margin-top: 9px; color: #747d78; font-size: .72rem; line-height: 1.42; }
.support-card--contact .support-card__copy { width: 57%; }
.support-card--contact > img { position: absolute; z-index: 1; width: min(48%, 330px); height: 106%; right: 1.5%; bottom: -10%; object-fit: contain; object-position: center bottom; }
.support-card__caption { margin-top: 18px; display: block; color: #5e6862; font-size: .7rem; font-weight: 680; }
.support-qr-frame { position: relative; z-index: 2; aspect-ratio: 1; padding: 14px; display: block; border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(28,33,31,.08); }
.support-qr-frame img { width: 100%; height: 100%; border-radius: 12px; object-fit: contain; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.faq-item summary { padding: 21px 24px; display: flex; justify-content: space-between; gap: 20px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item > div { padding: 0 24px 20px; color: var(--muted); }
.faq-item p { margin: 0; }

.page-hero { margin-top: 24px; padding: clamp(48px, 8vw, 96px); border-radius: var(--radius-lg); background: var(--mint); }
.page-hero--lavender { background: var(--lavender); }
.page-hero--lime { background: var(--lime); }
.page-hero--sand { background: var(--sand); }
.page-hero__content { max-width: 920px; }
.page-hero h1 { margin-bottom: 22px; }
.page-hero__lead { max-width: 800px; margin-bottom: 28px; color: #4e5852; font-size: clamp(1.08rem, 1.5vw, 1.32rem); font-weight: 400; }
.notice { width: var(--shell); margin: 28px auto; padding: 18px 20px; display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; border-radius: 16px; background: #e4eaff; }
.section.shell > .notice, .legal-document > .notice { width: 100%; }
.notice--warning { background: var(--warning); }
.notice > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.7); font-weight: 850; }
.notice p { margin: 1px 0 0; }

.selection-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 24px; align-items: start; }
.side-card { padding: 30px; border-radius: var(--radius); background: var(--lavender); position: sticky; top: 24px; }
.tick-list, .cross-list { padding: 0; display: grid; gap: 12px; list-style: none; }
.tick-list li, .cross-list li { position: relative; padding-left: 30px; }
.tick-list li::before, .cross-list li::before { position: absolute; left: 0; top: 0; font-weight: 900; }
.tick-list li::before { content: '✓'; color: #14834b; }
.cross-list li::before { content: '×'; color: #9b4451; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); }
.prose-grid, .risk-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.prose-grid article, .risk-grid article { padding: 30px; border-radius: var(--radius); background: #fff; }
.prose-grid p, .risk-grid p { color: var(--muted); }
.risk-grid { grid-template-columns: repeat(3, 1fr); }
.risk-grid article > span { color: var(--green-dark); font-weight: 900; }
.emergency { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.emergency .eyebrow { color: var(--green); }
.emergency p:last-child { color: #bdc6c1; }
.check-list { max-width: 820px; padding-left: 32px; counter-reset: checks; list-style: none; }
.check-list li { position: relative; min-height: 56px; padding: 12px 0 12px 52px; border-bottom: 1px solid #ced7d1; counter-increment: checks; }
.check-list li::before { content: counter(checks); position: absolute; left: 0; top: 8px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green); font-weight: 800; }

.category-grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card, .article-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border-radius: var(--radius); background: #fff; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.category-card:hover, .article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.category-card--mint { background: var(--mint); }
.category-card--lavender { background: var(--lavender); }
.category-card--lime { background: var(--lime); }
.category-card--sand { background: var(--sand); }
.category-card > span, .article-card > span { color: var(--muted); font-size: .73rem; }
.category-card h2, .article-card h2 { margin: auto 0 15px; font-size: 1.65rem; }
.category-card p, .article-card p { color: #505a54; }
.category-card b, .article-card b { margin-top: auto; }

.about-page-hero { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); }
.about-page-hero::after { background: linear-gradient(90deg, rgba(231,238,231,.99) 0%, rgba(231,238,231,.94) 42%, rgba(231,238,231,.2) 68%, rgba(231,238,231,0) 100%); }
.about-page-hero .hero__copy { max-width: 590px; }
.about-page-hero .hero__visual { background-image: url('../images/hero-about-v1.jpg'); background-position: center center; }
.about-page-hero h1 { max-width: 9.3ch; font-size: clamp(3.5rem, 5vw, 5rem); }
.about-page-hero .hero__lead { max-width: 590px; font-size: clamp(1rem, 1.32vw, 1.2rem); line-height: 1.55; }
.editorial-hero__actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.editorial-hero__actions .button--outline { border-color: rgba(28,33,31,.42); background: rgba(255,255,255,.2); }
.home-page.about-page main > .section.about-story { margin-top: var(--home-block-gap-large); padding-block: 0; }
.home-page.about-page.legal-page main > .section.about-story { margin-top: 42px; }
.about-story__body { width: 100%; margin: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 18px; }
.about-story__body > h2 { grid-column: 1 / -1; max-width: none; margin: clamp(64px, 7vw, 92px) 0 22px; font-size: clamp(2.25rem, 3.6vw, 3.65rem); font-weight: 690; }
.about-story__body > h2:first-child { margin-top: 0; }
.about-story__body > p { grid-column: 1 / -1; max-width: none; margin-bottom: 20px; color: #4f5953; font-size: clamp(1rem, 1.12vw, 1.1rem); line-height: 1.78; }
.about-story__body > p:last-child { margin-bottom: 0; }
.about-story__body a { color: #14794a; font-weight: 620; text-decoration-color: rgba(20,121,74,.35); transition: color .2s ease, text-decoration-color .2s ease; }
.about-story__body a:hover { color: var(--ink); text-decoration-color: var(--ink); }
.about-page .site-footer { margin-top: var(--home-block-gap-large); }

.responsible-page-hero .hero__visual { background-image: url('../images/hero-responsible-page-v1.jpg'); }
.faq-page-hero .hero__visual { background-image: url('../images/hero-faq-v1.jpg'); }
.sitemap-page-hero .hero__copy { display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; align-items: start; }
.sitemap-page-hero .hero__lead { max-width: 620px; margin: clamp(24px, 2.4vw, 34px) 0 0; align-self: start; }
.sitemap-page-hero .hero__ticks { align-self: end; }
.sitemap-page-hero .hero__visual { background-image: url('../images/hero-sitemap-v1.jpg'); }
.legal-documents-page-hero .hero__visual, .legal-default-page-hero .hero__visual { background-image: url('../images/hero-legal-documents-v1.jpg'); }
.user-agreement-page-hero .hero__visual { background-image: url('../images/hero-user-agreement-v1.jpg'); }
.privacy-page-hero .hero__visual { background-image: url('../images/hero-privacy-v1.jpg'); }
.personal-data-page-hero .hero__visual { background-image: url('../images/hero-personal-data-v1.jpg'); }
.cookies-page-hero .hero__visual { background-image: url('../images/hero-cookies-v1.jpg'); }
.data-request-page-hero .hero__visual { background-image: url('../images/hero-data-request-v1.jpg'); }
.how-it-works-page-hero .hero__visual { background-image: url('../images/hero-how-it-works-v1.png'); background-position: center center; }
.methodology-page-hero .hero__visual { background-image: url('../images/hero-methodology-v1.png'); background-position: center center; }
.legal-page .about-page-hero h1 { max-width: 11.8ch; font-size: clamp(2.85rem, 4.35vw, 4.45rem); }
.legal-page .about-page-hero .hero__lead { font-size: clamp(.94rem, 1.16vw, 1.08rem); line-height: 1.52; }
.editorial-document__meta { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #6a746e !important; font-size: .76rem !important; font-weight: 650 !important; letter-spacing: .015em; }
.legal-page .about-story__body > p { color: #414b45; font-size: clamp(1.08rem, 1.3vw, 1.22rem); line-height: 1.82; }
.legal-page .about-story__body > h2 { margin-top: clamp(72px, 8vw, 108px); font-size: clamp(2.45rem, 3.9vw, 3.85rem); }
.legal-page .about-page-hero .hero__lead { font-size: clamp(1.02rem, 1.26vw, 1.16rem); line-height: 1.58; }
.legal-page .editorial-document__meta { margin-bottom: 0; padding-bottom: 14px; font-size: .92rem !important; line-height: 1.55; }
.legal-page .about-story__body > .editorial-document__meta + h2 { margin-top: 42px; }
.legal-list { grid-column: 1 / -1; margin: 2px 0 22px; padding: 0; display: grid; gap: 10px; list-style: none; }
.legal-list li { position: relative; padding-left: 26px; color: #414b45; font-size: clamp(1.04rem, 1.22vw, 1.16rem); line-height: 1.72; }
.legal-list li::before { content: ''; position: absolute; top: .78em; left: 2px; width: 8px; height: 8px; border: 2px solid #1c9c5d; border-radius: 50%; }
.legal-table-wrap { grid-column: 1 / -1; max-width: 100%; margin: 12px 0 28px; overflow-x: auto; border: 1px solid #cbd5ce; border-radius: 22px; background: #fff; }
.legal-table { width: 100%; min-width: 900px; border-collapse: collapse; text-align: left; }
.legal-table th, .legal-table td { padding: 18px 20px; border-right: 1px solid #dde5df; border-bottom: 1px solid #dde5df; vertical-align: top; }
.legal-table th:last-child, .legal-table td:last-child { border-right: 0; }
.legal-table tbody tr:last-child td { border-bottom: 0; }
.legal-table th { background: #eef3ee; color: #526058; font-size: .72rem; font-weight: 780; letter-spacing: .055em; text-transform: uppercase; }
.legal-table td { color: #3f4943; font-size: 1rem; line-height: 1.62; }
.legal-documents-page .about-story__body > p { color: #414b45; font-size: clamp(1.07rem, 1.26vw, 1.2rem); line-height: 1.8; }
.legal-documents-page .editorial-link-list small { font-size: 1rem; line-height: 1.62; }
.service-editorial-page .about-story__body > p { color: #414b45; font-size: clamp(1.08rem, 1.3vw, 1.22rem); line-height: 1.82; }
.service-editorial-page .about-story__body > h2 { margin-top: clamp(72px, 8vw, 108px); font-size: clamp(2.45rem, 3.9vw, 3.85rem); }
.service-editorial-page .about-story__body > h2:first-child { margin-top: 0; }

.editorial-link-list { grid-column: 1 / -1; margin: 18px 0 4px; border-top: 1px solid #cbd4ce; }
.editorial-link-list a { min-height: 94px; padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid #cbd4ce; color: var(--ink); text-decoration: none; }
.editorial-link-list a > span { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(300px, 1.45fr); align-items: baseline; gap: clamp(26px, 4vw, 70px); }
.editorial-link-list b { font-size: clamp(1.15rem, 1.6vw, 1.48rem); font-weight: 750; letter-spacing: -.025em; }
.editorial-link-list small { color: #5c6761; font-size: .92rem; line-height: 1.55; }
.editorial-link-list i { flex: 0 0 auto; font-size: 1.35rem; font-style: normal; transition: transform .3s cubic-bezier(.23,1,.32,1); }
.editorial-link-list a:hover { color: #14794a; }
.editorial-link-list a:hover i { transform: translateX(7px); }

.home-page.about-page main > .section.faq-editorial-section { margin-top: var(--home-block-gap-large); padding-block: 0; }
.faq-editorial { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 18px; align-items: start; }
.faq-editorial__index { grid-column: 1 / span 4; position: sticky; top: 28px; padding-right: clamp(28px, 4vw, 64px); }
.faq-editorial__index h2 { max-width: 7ch; margin-bottom: 32px; font-size: clamp(2.3rem, 3.6vw, 3.65rem); }
.faq-editorial__index nav { margin-bottom: 34px; display: grid; border-top: 1px solid #cbd4ce; }
.faq-editorial__index nav a { padding: 15px 0; display: flex; gap: 16px; border-bottom: 1px solid #cbd4ce; font-size: .9rem; font-weight: 650; text-decoration: none; }
.faq-editorial__index nav span { width: 25px; color: #758079; font-size: .72rem; font-weight: 750; }
.faq-editorial__index > p:last-child { color: #606a64; font-size: .88rem; line-height: 1.65; }
.faq-editorial__index > p:last-child a { color: #14794a; font-weight: 650; }
.faq-editorial__groups { grid-column: 5 / -1; min-width: 0; }
.faq-editorial__group { padding: 0 0 clamp(58px, 7vw, 90px); }
.faq-editorial__group:last-child { padding-bottom: 0; }
.faq-editorial__group > header { margin-bottom: 20px; display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; }
.faq-editorial__group > header > span { padding-top: 7px; color: #6b766f; font-size: .72rem; font-weight: 800; }
.faq-editorial__group > header h2 { margin-bottom: 8px; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.faq-editorial__group > header p { margin: 0; color: #68736c; font-size: .88rem; }
.faq-editorial__list { border-top: 1px solid #bbc7bf; }
.faq-editorial__list details { border-bottom: 1px solid #bbc7bf; }
.faq-editorial__list summary { min-height: 76px; padding: 20px 2px; display: flex; align-items: center; justify-content: space-between; gap: 28px; list-style: none; cursor: pointer; }
.faq-editorial__list summary::-webkit-details-marker { display: none; }
.faq-editorial__list summary > span { font-size: clamp(1rem, 1.25vw, 1.17rem); font-weight: 700; line-height: 1.35; }
.faq-editorial__list summary i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid #aebbb3; border-radius: 50%; }
.faq-editorial__list summary i::before, .faq-editorial__list summary i::after { content: ''; position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; border-radius: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .25s ease; }
.faq-editorial__list summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-editorial__list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-editorial__list details > div { padding: 0 60px 24px 2px; }
.faq-editorial__list details p { max-width: 770px; margin: 0; color: #56615b; font-size: .96rem; line-height: 1.7; }

.variants-page-hero .hero__copy { max-width: 610px; }
.variants-page-hero .hero__visual { background-image: url('../images/hero-variants-v1.jpg'); }
.variants-page-hero h1 { max-width: none; font-size: clamp(3.5rem, 5vw, 5rem); }
.variants-page-hero h1 span { display: block; white-space: nowrap; }
.variants-catalog__frame { min-height: 700px; }
.variants-catalog__intro h2 { max-width: 6.5em; }
.variants-catalog__groups { min-width: 0; display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 18px; }
.variants-group { min-width: 0; padding: clamp(26px, 2.5vw, 38px); display: grid; grid-template-columns: minmax(160px, .42fr) minmax(0, 1.58fr); gap: clamp(24px, 2.5vw, 38px); border: 1px solid rgba(28,33,31,.06); border-radius: 30px; overflow: hidden; }
.variants-group--1 { background: var(--selection-mint); }
.variants-group--2 { background: #e4dcff; }
.variants-group--3 { background: var(--lime); }
.variants-group > header { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.variants-group > header p { margin: 0 0 24px; color: #5d6761; font-size: .69rem; line-height: 1.4; }
.variants-group > header h3 { max-width: 8ch; margin: 0; font-size: clamp(1.55rem, 2.2vw, 2.2rem); font-weight: 650; }
.variants-group__links { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.variants-group__links a { position: relative; min-width: 0; padding: 4px clamp(16px, 1.7vw, 25px); display: flex; flex-direction: column; border-left: 1px solid rgba(28,33,31,.14); color: var(--ink); text-decoration: none; transition: background-color .3s ease; }
.variants-group__links a:hover { background: rgba(255,255,255,.24); }
.variants-group__links a > span { max-width: 12ch; padding-right: 24px; font-size: clamp(.96rem, 1.15vw, 1.13rem); font-weight: 730; line-height: 1.12; letter-spacing: -.025em; }
.variants-group__links a p { margin: auto 0 0; padding-top: 18px; color: #59635d; font-size: clamp(.68rem, .72vw, .77rem); line-height: 1.43; }
.variants-group__links svg { position: absolute; top: 3px; right: clamp(12px, 1.3vw, 19px); width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .32s cubic-bezier(.23,1,.32,1); }
.variants-group__links a:hover svg { transform: translateX(4px); }

.offers-page-hero .hero__copy { max-width: 600px; }
.offers-page-hero .hero__visual { background-image: url('../images/hero-offers-v1.jpg'); background-position: center center; }
.offers-page-hero h1 { max-width: none; font-size: clamp(3.5rem, 5vw, 5rem); }
.offers-page-hero h1 span { display: block; white-space: nowrap; }
.offers-catalog__header { margin-bottom: clamp(30px, 4vw, 52px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; align-items: end; }
.offers-catalog__header > div { grid-column: 1 / 8; }
.offers-catalog__header h2 { max-width: 8em; margin: 0; }
.offers-catalog__header > p { grid-column: 8 / 13; max-width: 540px; margin: 0; color: var(--muted); font-size: clamp(.96rem, 1.12vw, 1.08rem); line-height: 1.55; }
.offers-catalog__layout { display: grid; grid-template-columns: minmax(320px, 360px) minmax(0, 1fr); gap: 18px; align-items: start; }
.catalog-filter-panel { position: sticky; top: 22px; min-width: 0; padding: clamp(26px, 2.4vw, 34px); border: 1px solid #d6ded8; border-radius: 24px; background: #fff; }
.catalog-filter-panel__header { padding-bottom: 22px; display: flex; justify-content: space-between; gap: 18px; align-items: center; border-bottom: 1px solid #e2e8e4; }
.catalog-filter-panel__header h3 { margin: 0; color: var(--ink); font-size: 1.55rem; font-weight: 640; }
.catalog-filter-panel__header button { position: relative; padding: 5px 0; border: 0; background: transparent; color: #65706a; font-size: .72rem; cursor: pointer; }
.catalog-filter-panel__header button::after { content: ''; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--green-dark); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.catalog-filter-panel__header button:hover { color: var(--ink); }
.catalog-filter-panel__header button:hover::after { transform: scaleX(1); }
.catalog-filter-panel__ranges { padding: 26px 0 4px; display: grid; gap: 27px; }
.catalog-filter-range > span { color: var(--ink); }
.catalog-filter-range > span b { font-size: .78rem; font-weight: 680; }
.catalog-filter-range output { color: #137948; font-size: .82rem; font-weight: 760; font-variant-numeric: tabular-nums; }
.catalog-filter-range small { color: #818b85; }
.catalog-filter-select { margin-top: 25px; padding-top: 25px; display: grid; gap: 9px; border-top: 1px solid #e2e8e4; }
.catalog-filter-select > span { color: var(--ink); font-size: .78rem; font-weight: 680; }
.catalog-filter-select select { width: 100%; min-height: 50px; padding: 12px 48px 12px 14px; border: 1px solid #cad4cd; border-radius: 14px; appearance: none; -webkit-appearance: none; background-color: #f7f9f7; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%231c211f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; color: var(--ink); font-size: .78rem; cursor: pointer; }
.catalog-filter-select select:hover { border-color: #aebcb3; }
.catalog-filter-check { position: relative; margin-top: 24px; padding-top: 24px; display: grid; grid-template-columns: 19px minmax(0, 1fr); gap: 11px; align-items: start; border-top: 1px solid #e2e8e4; cursor: pointer; }
.catalog-filter-check input { position: absolute; opacity: 0; pointer-events: none; }
.catalog-filter-check > span[aria-hidden] { position: relative; width: 19px; height: 19px; margin-top: 1px; border: 1.5px solid #aeb9b2; border-radius: 5px; background: #fff; transition: background-color .2s ease, border-color .2s ease; }
.catalog-filter-check > span[aria-hidden]::after { content: ''; position: absolute; top: 2px; left: 6px; width: 5px; height: 9px; border: solid var(--ink); border-width: 0 2px 2px 0; opacity: 0; transform: rotate(45deg) scale(.4); transition: opacity .14s ease, transform .28s cubic-bezier(.34,1.56,.64,1); }
.catalog-filter-check input:checked + span[aria-hidden] { border-color: var(--green-dark); background: var(--green); }
.catalog-filter-check input:checked + span[aria-hidden]::after { opacity: 1; transform: rotate(45deg) scale(1); }
.catalog-filter-check input:focus-visible + span[aria-hidden] { outline: 3px solid #9a7ee4; outline-offset: 3px; }
.catalog-filter-check > span:last-child { display: grid; gap: 3px; }
.catalog-filter-check b { color: var(--ink); font-size: .76rem; font-weight: 680; line-height: 1.35; }
.catalog-filter-check small { color: #737d77; font-size: .66rem; line-height: 1.4; }
.catalog-filter-panel__note { margin: 26px 0 0; padding-top: 21px; border-top: 1px solid #e2e8e4; color: #737d77; font-size: .67rem; line-height: 1.5; }
.offers-catalog__results { min-width: 0; }
.catalog-results-bar { min-height: 66px; margin-bottom: 12px; padding: 8px 9px 8px 22px; display: flex; justify-content: space-between; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7); }
.catalog-results-bar > p { margin: 0; font-size: .83rem; font-weight: 710; }
.catalog-results-bar label { min-width: 224px; display: flex; align-items: center; gap: 10px; }
.catalog-results-bar label > span { color: var(--muted); font-size: .68rem; white-space: nowrap; }
.catalog-results-bar select { width: 100%; min-height: 48px; padding: 10px 46px 10px 14px; border: 1px solid #d5ddd7; border-radius: 15px; appearance: none; -webkit-appearance: none; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%231c211f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; color: var(--ink); font-size: .76rem; font-weight: 650; cursor: pointer; }
.catalog-disclosure { margin-bottom: 12px; padding: 16px 19px; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 11px; align-items: start; border-radius: 18px; background: #e7e0ff; }
.catalog-disclosure > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.72); font-size: .75rem; font-weight: 830; }
.catalog-disclosure p { margin: 2px 0 0; color: #505855; font-size: .74rem; line-height: 1.5; }
.catalog-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.catalog-offer-grid .offer-card { min-height: 480px; padding: clamp(24px, 2.2vw, 30px); border-color: rgba(28,33,31,.1); box-shadow: 0 14px 36px rgba(20,35,26,.045); overflow: hidden; }
.catalog-offer-grid .offer-card__top { padding-bottom: 0; border-bottom: 0; }
.catalog-offer-grid .offer-card__logo { width: 72px; height: 58px; padding: 7px; border: 1px solid rgba(28,33,31,.09); border-radius: 18px; }
.catalog-offer-grid .offer-card h3 { font-size: 1.4rem; font-weight: 690; }
.catalog-offer-grid .offer-card__facts { margin: 26px 0 22px; padding: 20px; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 0; border-radius: 20px; background: #dff6e8; }
.catalog-offer-grid .offer-card:nth-child(2) .offer-card__facts { background: #e9e2ff; }
.catalog-offer-grid .offer-card:nth-child(3) .offer-card__facts { background: #e7f3c9; }
.catalog-offer-grid .offer-card:nth-child(4) .offer-card__facts { background: #f3ead8; }
.catalog-offer-grid .offer-card:nth-child(5) .offer-card__facts { background: #dceff0; }
.catalog-offer-grid .offer-card__facts div { min-width: 0; padding: 0; border-radius: 0; background: transparent; }
.catalog-offer-grid .offer-card__facts div:nth-child(2) { padding-left: 18px; border-left: 1px solid rgba(28,33,31,.13); }
.catalog-offer-grid .offer-card__facts div:last-child { grid-column: 1 / -1; margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(28,33,31,.13); }
.catalog-offer-grid .offer-card__facts dt { color: #52605a; font-size: .65rem; font-weight: 500; }
.catalog-offer-grid .offer-card__facts dd { margin-top: 5px; font-size: .86rem; font-weight: 760; line-height: 1.32; }
.catalog-offer-grid .offer-card__facts div:first-child dd { font-size: clamp(1rem, 1.2vw, 1.18rem); font-weight: 820; letter-spacing: -.025em; }
.catalog-offer-grid .offer-card__facts div:last-child dd { margin-top: 6px; color: #3f4944; font-size: .77rem; font-weight: 600; line-height: 1.42; }
.catalog-offer-grid .tag-list { min-height: 52px; margin-bottom: 14px; display: grid; gap: 6px; }
.catalog-offer-grid .tag-list li { position: relative; padding: 0 0 0 20px; border: 0; border-radius: 0; color: #46514b; font-size: .74rem; line-height: 1.4; }
.catalog-offer-grid .tag-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #168451; font-weight: 850; }
.catalog-offer-grid .offer-card__claim { margin: 0 0 12px; line-height: 1.4; }
.catalog-offer-grid .offer-card__registry { margin: auto 0 0; padding-top: 12px; border-top: 1px solid var(--line); line-height: 1.4; }
.catalog-offer-grid .offer-card .button { min-height: 48px; margin-top: 18px; }
.catalog-empty-state { min-height: 470px; padding: 48px; display: grid; place-content: center; justify-items: center; border: 1px dashed #c7d1ca; border-radius: 28px; background: #fff; text-align: center; }
.catalog-empty-state[hidden], .catalog-offer-grid[hidden] { display: none; }
.catalog-empty-state > span { width: 54px; height: 54px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--lavender); font-size: .83rem; font-weight: 800; }
.catalog-empty-state h3 { max-width: 13em; margin-bottom: 12px; }
.catalog-empty-state p { max-width: 400px; margin-bottom: 26px; color: var(--muted); }
.article-sections { display: grid; gap: 70px; }
.article-sections article { max-width: 850px; }
.article-sections article:nth-child(even) { margin-left: auto; }
.article-sections li { margin-bottom: 8px; }
.legal-document { max-width: 860px; }
.legal-document__meta { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.legal-document section { margin: 48px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-card { min-height: 290px; padding: 35px; border-radius: var(--radius); background: #fff; }
.contact-card:nth-child(2) { background: var(--lavender); }
.contact-card h2 a { overflow-wrap: anywhere; }
.category-page-hero--lavender { background-color: #ece8f7; }
.category-page-hero--lime { background-color: #edf2e4; }
.category-page-hero--sand { background-color: #efede7; }
.category-page-hero--na-kartu .hero__visual { background-image: url('../images/hero-offers-v1.jpg'); }
.category-page-hero--srochno .hero__visual { background-image: url('../images/hero-selection-v1.jpg'); }
.category-page-hero--kruglosutochno .hero__visual { background-image: url('../images/hero-sova-v3.jpg'); }
.category-page-hero--dlya-novyh-klientov .hero__visual { background-image: url('../images/hero-about-v1.jpg'); }
.category-page-hero--bez-procentov .hero__visual { background-image: url('../images/hero-result-v1.jpg'); }
.category-page-hero--s-plohoy-kreditnoy-istoriey .hero__visual { background-image: url('../images/hero-methodology-v1.png'); }
.category-page-hero--do-zarplaty .hero__visual { background-image: url('../images/hero-personal-data-v1.jpg'); }
.category-page-hero--na-dlitelnyy-srok .hero__visual { background-image: url('../images/hero-responsible-page-v1.jpg'); }
.category-page-hero--bez-spravok .hero__visual { background-image: url('../images/hero-consent-v1.jpg'); }
.category-brief { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; align-items: start; }
.category-brief__index { grid-column: 1 / span 4; position: sticky; top: 28px; padding-right: clamp(22px, 3vw, 48px); }
.category-brief__index h2 { max-width: 7.2em; margin-bottom: 22px; font-size: clamp(2.35rem, 3.7vw, 3.8rem); }
.category-brief__index > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); line-height: 1.65; }
.category-brief__index nav { display: grid; border-top: 1px solid #c4cec7; }
.category-brief__index nav a { padding: 14px 0; display: flex; gap: 14px; border-bottom: 1px solid #c4cec7; color: #3f4943; font-size: .84rem; font-weight: 620; text-decoration: none; }
.category-brief__index nav span { flex: 0 0 27px; color: #7a847e; font-size: .68rem; font-weight: 730; }
.category-brief__content { grid-column: 5 / -1; display: grid; gap: 18px; }
.category-brief__content article { scroll-margin-top: 24px; padding: clamp(30px, 4vw, 50px); border-radius: 30px; background: #fff; }
.category-brief__content article:nth-child(2) { background: #e7e0ff; }
.category-brief__content article header { margin-bottom: 28px; display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; }
.category-brief__content article header > span { padding-top: 8px; color: #6d7871; font-size: .72rem; font-weight: 780; }
.category-brief__content article h2 { max-width: 11em; margin: 0; font-size: clamp(2rem, 3vw, 3.2rem); }
.category-brief__content article > p { max-width: 780px; color: #4e5852; font-size: clamp(.98rem, 1.08vw, 1.08rem); line-height: 1.72; }
.category-brief__content article ul { margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; }
.category-brief__content article li { position: relative; min-height: 60px; padding: 17px 18px 17px 42px; border: 1px solid rgba(28,33,31,.1); border-radius: 18px; background: rgba(255,255,255,.58); color: #46514b; font-size: .84rem; line-height: 1.42; }
.category-brief__content article li::before { content: '✓'; position: absolute; top: 17px; left: 18px; color: #14834b; font-weight: 800; }

.cities-page-hero .hero__visual, .city-page-hero .hero__visual { background-image: url('../images/hero-cities-v1.jpg'); background-position: center center; }
.cities-page-hero h1 { max-width: none; }
.city-directory > header { margin-bottom: 30px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; align-items: end; }
.city-directory > header > div { grid-column: 1 / 8; }
.city-directory > header h2 { margin: 0; }
.city-directory > header > p { grid-column: 8 / -1; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.city-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.city-card { position: relative; min-height: 330px; padding: 30px; display: flex; flex-direction: column; border-radius: 28px; background: var(--selection-mint); color: var(--ink); text-decoration: none; overflow: hidden; }
.city-card--2 { background: var(--lavender); }
.city-card--3 { background: var(--lime); }
.city-card > span { margin-left: auto; color: rgba(28,33,31,.52); font-size: .72rem; font-weight: 760; }
.city-card small { margin-top: auto; color: #647069; font-size: .72rem; }
.city-card h3 { max-width: 11ch; margin: 8px 0 15px; font-size: clamp(1.8rem, 2.8vw, 2.8rem); }
.city-card p { max-width: 31em; margin: 0; color: #505a54; font-size: .86rem; line-height: 1.52; }
.city-card i { position: absolute; right: 28px; bottom: 27px; font-size: 1.35rem; font-style: normal; transition: transform .3s cubic-bezier(.23,1,.32,1); }
.city-card:hover i { transform: translateX(7px); }
.city-principles { padding: clamp(44px, 5vw, 68px) !important; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 6vw, 90px); border-radius: 36px; background: #171c19; color: #fff; }
.city-principles > div:first-child h2 { max-width: 9em; margin: 0; }
.city-principles__list { border-top: 1px solid rgba(255,255,255,.18); }
.city-principles__list article { min-height: 120px; padding: 24px 0; display: grid; grid-template-columns: 44px minmax(170px, .75fr) minmax(240px, 1.25fr); gap: 18px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.18); }
.city-principles__list span { color: var(--green); font-size: .72rem; font-weight: 760; }
.city-principles__list h3 { margin: 0; font-size: 1.25rem; }
.city-principles__list p { margin: 0; color: #bfc9c3; font-size: .86rem; line-height: 1.55; }
.city-page-hero h1 { max-width: 11.5ch; font-size: clamp(3rem, 4.6vw, 4.8rem); }
.city-page-hero--sankt-peterburg .hero__visual { background-position: 58% center; }
.city-page-hero--kazan .hero__visual { filter: saturate(.88); }
.city-local-intro > header { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.city-local-intro > header h2 { margin: 0; }
.city-local-intro > p { max-width: 980px; color: #4f5953; font-size: clamp(1.02rem, 1.2vw, 1.16rem); line-height: 1.78; }
.city-fact-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.city-fact-grid article { min-height: 270px; padding: 28px; display: flex; flex-direction: column; border-radius: 26px; background: #fff; }
.city-fact-grid article:nth-child(2) { background: #e7e0ff; }
.city-fact-grid article:nth-child(3) { background: #e4f4ba; }
.city-fact-grid span { margin-left: auto; color: #6d7871; font-size: .7rem; font-weight: 760; }
.city-fact-grid h3 { margin-top: auto; margin-bottom: 12px; }
.city-fact-grid p { margin: 0; color: #55605a; font-size: .86rem; line-height: 1.56; }

.home-page main > .result-flow { min-height: calc(100svh - 134px); padding: clamp(44px, 5vw, 72px) !important; display: block; border-radius: 40px; background: #e5ece7; overflow: clip; }
.result-flow__header { min-width: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; align-items: end; }
.result-flow__header .eyebrow { grid-column: 1 / 8; margin-bottom: 2px; }
.result-flow__header h1 { grid-column: 1 / 8; max-width: 9.5ch; margin: 0; font-size: clamp(3rem, 4.5vw, 4.65rem); font-weight: 680; }
.result-flow__header > p:last-child { grid-column: 8 / 13; max-width: 520px; margin: 0 0 7px; color: #535d57; font-size: clamp(1rem, 1.12vw, 1.14rem); line-height: 1.6; }
.result-analysis { min-width: 0; margin-top: clamp(44px, 5vw, 70px); padding: clamp(34px, 4vw, 54px); border-radius: 30px; background: #19211d; color: #fff; overflow: hidden; }
.result-analysis[hidden], .result-ready[hidden] { display: none !important; }
.result-analysis__panel { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 26px 48px; align-items: end; }
.result-analysis__status { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.result-analysis__stage { max-width: 24em; padding-bottom: 13px; display: inline-flex; align-items: baseline; color: #c5cec9; font-size: clamp(.9rem, 1vw, 1rem); }
.result-analysis__stage-text { display: inline-block; }
.result-analysis__stage-text.is-updating { animation: result-stage-in .46s cubic-bezier(.23,1,.32,1); }
.result-analysis__dots { width: 1.45em; margin-left: .12em; display: inline-flex; justify-content: flex-start; }
.result-analysis__dots i { width: .4em; display: inline-block; font-style: normal; opacity: .18; animation: result-dot 1.35s ease-in-out infinite; }
.result-analysis__dots i:nth-child(2) { animation-delay: .18s; }
.result-analysis__dots i:nth-child(3) { animation-delay: .36s; }
@keyframes result-stage-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes result-dot { 0%, 18%, 82%, 100% { opacity: .18; } 38%, 62% { opacity: 1; } }
.result-analysis__status strong { color: var(--green); font-size: clamp(4.5rem, 9vw, 8.5rem); font-weight: 620; font-variant-numeric: tabular-nums; line-height: .78; letter-spacing: -.075em; }
.result-analysis progress { width: 100%; height: 8px; display: block; border: 0; border-radius: 999px; appearance: none; overflow: hidden; background: rgba(255,255,255,.1); }
.result-analysis progress { grid-column: 1 / -1; }
.result-analysis progress::-webkit-progress-bar { border-radius: 999px; background: rgba(255,255,255,.1); }
.result-analysis progress::-webkit-progress-value { border-radius: 999px; background: var(--green); transition: width .5s linear; }
.result-analysis progress::-moz-progress-bar { border-radius: 999px; background: var(--green); transition: width .5s linear; }
.result-parameters { margin: 0; display: flex; gap: 10px; }
.result-parameters div { min-width: 150px; padding: 14px 17px; border: 1px solid rgba(28,33,31,.1); border-radius: 18px; background: rgba(255,255,255,.88); color: var(--ink); }
.result-parameters dt { color: #6d7771; font-size: .67rem; }
.result-parameters dd { margin: 2px 0 0; font-size: 1rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.result-analysis__note { max-width: 390px; margin: 0; justify-self: end; color: #99a59e; font-size: .76rem; line-height: 1.55; }
.result-flow.is-ready .result-flow__header { column-gap: 18px; row-gap: 0; }
.result-flow.is-ready .result-flow__header .eyebrow { margin-bottom: 14px; }
.result-flow.is-ready .result-flow__header h1 { max-width: 9.5ch; font-size: clamp(3rem, 4.5vw, 4.65rem); font-weight: 750; line-height: 1.04; }
.result-flow.is-ready .result-flow__header > p:last-child { max-width: 620px; margin: 0 0 7px; font-size: clamp(1rem, 1.12vw, 1.14rem); font-weight: 400; line-height: 1.6; }

@media (min-width: 961px) {
  .home-page main > .result-flow:not(.is-ready) { height: calc(100svh - 134px); min-height: 570px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: clamp(34px, 4.5vw, 72px); align-items: stretch; }
  .result-flow:not(.is-ready) .result-flow__header { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
  .result-flow:not(.is-ready) .result-flow__header .eyebrow { margin-bottom: 2px; }
  .result-flow:not(.is-ready) .result-flow__header h1 { max-width: 8.5ch; font-size: clamp(3rem, 4.5vw, 4.65rem); }
  .result-flow:not(.is-ready) .result-flow__header > p:last-child { max-width: 530px; margin: clamp(26px, 3.8vh, 42px) 0 0; font-size: clamp(1rem, 1.12vw, 1.14rem); line-height: 1.6; }
  .result-flow:not(.is-ready) .result-analysis { height: 100%; min-height: 0; margin-top: 0; padding: clamp(30px, 3.2vw, 48px); display: flex; background: radial-gradient(circle at 88% 12%, rgba(32,217,121,.18), transparent 34%), #19211d; }
  .result-flow:not(.is-ready) .result-analysis__panel { width: 100%; height: 100%; grid-template-columns: 1fr; grid-template-rows: repeat(4, auto); gap: clamp(18px, 2.4vh, 28px); align-content: center; align-items: start; }
  .result-flow:not(.is-ready) .result-analysis__status { grid-column: 1; flex-direction: column; align-items: flex-start; gap: 16px; }
  .result-flow:not(.is-ready) .result-analysis__stage { padding-bottom: 0; }
  .result-flow:not(.is-ready) .result-analysis__status strong { font-size: clamp(5.2rem, 8.1vw, 8.1rem); line-height: .8; }
  .result-flow:not(.is-ready) .result-analysis progress { grid-column: 1; }
  .result-flow:not(.is-ready) .result-parameters { width: 100%; padding: 18px 0; align-self: end; gap: 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
  .result-flow:not(.is-ready) .result-parameters div { min-width: 0; flex: 1; padding: 0 20px; border: 0; border-radius: 0; background: transparent; color: #fff; }
  .result-flow:not(.is-ready) .result-parameters div:first-child { padding-left: 0; }
  .result-flow:not(.is-ready) .result-parameters div + div { border-left: 1px solid rgba(255,255,255,.14); }
  .result-flow:not(.is-ready) .result-parameters dt { color: #9baba2; font-size: .7rem; }
  .result-flow:not(.is-ready) .result-parameters dd { margin-top: 5px; font-size: clamp(1.06rem, 1.28vw, 1.28rem); font-weight: 680; }
  .result-flow:not(.is-ready) .result-analysis__note { max-width: 100%; justify-self: start; font-size: clamp(.82rem, .9vw, .92rem); line-height: 1.58; }
}

.result-ready { min-width: 0; margin-top: clamp(44px, 5vw, 70px); display: grid; gap: 14px; }
.result-ready__bar { min-height: 88px; padding: 11px 28px; display: flex; justify-content: space-between; gap: 24px; align-items: center; border-radius: 24px; background: radial-gradient(circle at 84% 20%, rgba(32,217,121,.12), transparent 30%), #19211d; color: #fff; }
.result-ready__bar .result-parameters { margin: 0; gap: 0; }
.result-ready__bar .result-parameters div { min-width: 0; flex: 0 0 auto; padding: 1px 18px 1px 0; border: 0; border-radius: 0; background: transparent; color: #fff; }
.result-ready__bar .result-parameters div:first-child { text-align: right; }
.result-ready__bar .result-parameters div + div { padding-right: 0; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.15); }
.result-ready__bar .result-parameters dt { color: #98a69f; font-size: .68rem; }
.result-ready__bar .result-parameters dd { margin-top: 4px; font-size: 1.12rem; font-weight: 680; white-space: nowrap; }
.result-ready__bar .button { min-width: 230px; margin: 0; color: var(--ink); font-size: .82rem; white-space: nowrap; }
.result-ready__bar .button:hover { color: #fff; }
.result-offer-list { display: grid; gap: 12px; }
.result-offer-row { min-height: 120px; padding: 16px 18px; display: grid; grid-template-columns: minmax(265px, .78fr) minmax(0, 1.55fr) minmax(210px, .58fr); gap: 20px; align-items: center; border: 1px solid rgba(28,33,31,.06); border-radius: 24px; background: #fff; box-shadow: 0 10px 28px rgba(20,35,26,.045); }
.result-offer-row__identity { min-width: 0; display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 13px; align-items: center; }
.result-offer-row__logo { width: 60px; height: 60px; padding: 0; display: grid; place-items: center; align-self: center; overflow: hidden; border: 1px solid rgba(28,33,31,.08); border-radius: 16px; background: #fff; }
.result-offer-row__logo img { display: block; width: auto; height: auto; object-fit: contain; object-position: center; }
.result-offer-row__logo--dengi-srazu img { width: 50px; max-height: 30px; }
.result-offer-row__logo--ligamfo img { width: 49px; max-height: 28px; }
.result-offer-row__logo--moneyman img { width: 42px; height: 42px; border-radius: 11px; }
.result-offer-row__logo--webbankir img { width: 42px; height: 42px; }
.result-offer-row__logo--a-dengi img { width: 42px; height: 42px; border-radius: 11px; }
.result-offer-row__name { min-width: 0; text-align: left; }
.result-offer-row__title { min-width: 0; display: flex; align-items: center; gap: 8px; }
.result-offer-row__title h3 { min-width: 0; margin: 0; font-size: 1.2rem; font-weight: 650; }
.result-offer-row__title b { flex: 0 0 auto; padding: 3px 7px; border-radius: 999px; background: var(--mint); color: #167447; font-size: .59rem; font-weight: 720; line-height: 1.2; }
.result-offer-row__meta { margin-top: 5px; display: grid; justify-items: start; gap: 4px; color: #737d77; font-size: .62rem; line-height: 1.35; }
.result-offer-row__meta span { min-width: 0; overflow-wrap: anywhere; }
.result-offer-row__features { margin: 7px 0 0; padding: 0; display: grid; justify-items: start; gap: 3px; color: #56615b; list-style: none; text-align: left; }
.result-offer-row__features li { font-size: .64rem; line-height: 1.35; }
.result-offer-row__facts { height: 88px; margin: 0; padding: 8px; display: grid; grid-template-columns: .9fr .72fr 1.58fr; gap: 7px; align-items: stretch; border-radius: 17px; background: var(--selection-mint); }
.result-offer-row:nth-child(2) .result-offer-row__facts { background: var(--lavender); }
.result-offer-row:nth-child(3) .result-offer-row__facts { background: var(--lime); }
.result-offer-row:nth-child(4) .result-offer-row__facts { background: var(--sand); }
.result-offer-row:nth-child(5) .result-offer-row__facts { background: #dceff0; }
.result-offer-row__facts div { min-width: 0; padding: 10px 12px; display: flex; flex-direction: column; justify-content: center; border-radius: 11px; background: rgba(255,255,255,.62); }
.result-offer-row__facts dt { color: #65706a; font-size: .58rem; font-weight: 560; letter-spacing: .015em; line-height: 1.2; }
.result-offer-row__facts dd { margin: 5px 0 0; font-size: clamp(.7rem, .78vw, .8rem); font-weight: 680; font-variant-numeric: tabular-nums; line-height: 1.25; text-wrap: balance; }
.result-offer-row__facts div:nth-child(-n+2) dd { font-size: clamp(.78rem, .92vw, .92rem); white-space: nowrap; }
.result-offer-row__action { min-width: 0; text-align: center; }
.result-offer-row__action .button { min-height: 44px; padding: 10px 24px; font-size: .76rem; white-space: nowrap; }
.result-offer-row__action p { margin: 7px 0 0; color: #858e89; font-size: .58rem; line-height: 1.35; overflow-wrap: anywhere; }
.result-ready__notice { padding: 20px 22px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; border-radius: 22px; background: #fff; }
.result-ready__notice > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--lavender); font-size: .75rem; font-weight: 750; }
.result-ready__notice p { margin: 2px 0 0; color: #59635d; font-size: .76rem; line-height: 1.55; }
.thanks-page-hero h1 { max-width: 8em; }
.thanks-page-hero .hero__visual { background-image: url('../images/hero-consent-v1.jpg'); }
.thanks-details { padding: clamp(38px, 5vw, 64px) !important; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(36px, 7vw, 110px); border-radius: 34px; background: #fff; }
.thanks-details h2 { max-width: 8em; margin: 0; }
.thanks-details > div:last-child { color: #4f5953; font-size: 1.04rem; line-height: 1.75; }
.thanks-details > div:last-child p:last-child { margin-bottom: 0; }
.not-found-page-hero h1 { max-width: 8em; }
.not-found-page-hero .hero__visual { background-image: url('../images/hero-sitemap-v1.jpg'); }
.not-found-links h2 { margin-bottom: 24px; }

.personal-data-consent-page-hero .hero__visual { background-image: url('../images/hero-consent-v1.jpg'); }
.marketing-consent-page-hero .hero__visual { background-image: url('../images/hero-marketing-v1.jpg'); }
.affiliate-disclosure-page-hero .hero__visual { background-image: url('../images/hero-affiliate-v1.jpg'); }

.site-footer { width: 100%; margin: 80px 0 0; padding: 70px 0 30px; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: #171c19; color: #fff; }
.site-footer__inner { width: min(1440px, calc(100vw - 64px)); }
.site-footer__top { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: clamp(30px, 4vw, 64px); }
.brand-logo--footer { margin-bottom: 20px; color: white; }
.site-footer__brand p { max-width: 340px; margin-bottom: 0; color: #aeb9b3; font-size: .88rem; line-height: 1.55; }
.site-footer nav { display: grid; align-content: start; gap: 9px; }
.site-footer nav h2 { margin-bottom: 10px; color: #79837e; font-size: .78rem; font-weight: 550; letter-spacing: .08em; text-transform: uppercase; }
.site-footer nav a { color: #d3dbd6; font-size: .85rem; text-decoration: none; }
.site-footer nav a:hover { color: var(--green); }
.site-footer__warning { margin-top: 54px; padding: 24px 28px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 20px; border: 1px solid rgba(32,217,121,.25); border-radius: var(--radius); background: rgba(32,217,121,.09); }
.site-footer__warning h2 { margin-bottom: 5px; font-size: 1.08rem; font-weight: 630; letter-spacing: -.02em; }
.site-footer__warning p { max-width: 1040px; margin-bottom: 0; color: #d4ddd8; font-size: .86rem; line-height: 1.55; }
.site-footer__age { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--ink); font-size: .9rem; font-weight: 800; }
.site-footer__legal-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.site-footer__disclosure { padding: 28px; border: 1px solid #343d38; border-radius: var(--radius); background: #1c231f; }
.site-footer__label { margin-bottom: 12px; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.site-footer__disclosure h2 { margin-bottom: 14px; font-size: 1.25rem; font-weight: 620; letter-spacing: -.025em; }
.site-footer__disclosure p:not(.site-footer__label) { margin-bottom: 10px; color: #aeb9b3; font-size: .78rem; line-height: 1.62; }
.site-footer__disclosure p:last-child { margin-bottom: 0; }
.site-footer__disclosure a, .site-footer__requisites a { color: #e2e9e5; text-decoration-color: #65736b; }
.site-footer__disclosure a:hover, .site-footer__requisites a:hover { color: var(--green); }
.site-footer__operator { margin-top: 20px; }
.site-footer__requisites { margin: 0; padding: 23px 28px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.2fr) minmax(0, .9fr); gap: clamp(28px, 3.4vw, 52px); align-items: start; border: 1px solid #343d38; border-radius: var(--radius); }
.site-footer__requisites div { min-width: 0; }
.site-footer__requisite--registration { text-align: center; }
.site-footer__requisite--contact { text-align: right; }
.site-footer__requisites dt { margin-bottom: 5px; color: #79837e; font-size: .67rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.site-footer__requisites dd { margin: 0; color: #d3dbd6; font-size: .78rem; line-height: 1.5; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.site-footer__detail-line { display: block; }
.site-footer__detail-line + .site-footer__detail-line { margin-top: 2px; }
.site-footer__detail-line--muted { color: #8d9892; font-size: .72rem; line-height: 1.42; }
.site-footer__requisites dd > .site-footer__detail-line--spaced { margin-top: 7px; }
.site-footer__bottom { margin-top: 26px; padding-top: 22px; display: flex; justify-content: space-between; gap: 32px; border-top: 1px solid #343d38; color: #79837e; font-size: .7rem; line-height: 1.5; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom p:last-child { max-width: none; white-space: nowrap; text-align: right; }

.toast-region { position: fixed; z-index: 1000; right: 20px; bottom: 20px; display: grid; gap: 8px; }
.toast { max-width: 360px; padding: 14px 18px; border-radius: 14px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.toast--error { background: #721e2a; }
.is-loading { pointer-events: none; }
.lead-form.is-loading .button[type='submit'] { cursor: wait; }

@media (max-width: 1100px) {
  .variants-page-hero::after { background: linear-gradient(90deg, rgba(231,238,231,.96) 0%, rgba(231,238,231,.78) 100%); }
  .offers-page-hero::after { background: linear-gradient(90deg, rgba(231,238,231,.97) 0%, rgba(231,238,231,.8) 44%, rgba(231,238,231,.16) 73%, rgba(231,238,231,0) 100%); }
  .about-page-hero::after { background: linear-gradient(90deg, rgba(231,238,231,.99) 0%, rgba(231,238,231,.88) 46%, rgba(231,238,231,.13) 76%, rgba(231,238,231,0) 100%); }
}

@media (max-width: 980px) {
  .site-header__inner { gap: 12px; }
  .main-nav a { --nav-link-pad-x: 8px; font-size: .82rem; }
  .benefits-section { min-height: 0 !important; padding-block: 28px; }
  .benefits-section__frame { min-height: auto; grid-template-columns: 1fr; }
  .benefits-section__intro { min-height: 360px; padding: 40px; }
  .benefits-section__intro h2 { max-width: 8em; }
  .benefits-section__cards .benefit-grid { min-height: 580px; grid-template-columns: 1.08fr .92fr; }
  .benefit-card { padding: 30px; }
  .offer-grid, .category-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .variants-catalog__frame { min-height: 0; }
  .offers-grid-section .offer-carousel { grid-template-columns: none; grid-auto-columns: calc((100% - 18px) / 2); }
  .offers-catalog__layout { grid-template-columns: 1fr; gap: 18px; }
  .catalog-filter-panel { position: static; }
  .catalog-filter-panel__ranges { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .catalog-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-offer-list { grid-template-columns: 1fr; }
  .result-offer-row { grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); }
  .result-offer-row__action { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: 16px; align-items: center; text-align: left; }
  .result-offer-row__action p { margin: 0; }
  .city-principles { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer__top nav:last-child { grid-column: 2 / 4; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .hero { --hero-pad-x: 40px; --hero-pad-y: var(--hero-pad-x); padding: var(--hero-pad-y) var(--hero-pad-x); grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .hero h1 { font-size: clamp(2.55rem, 5vw, 3.7rem); }
  .hero__copy { width: 100%; }
  .hero__lead { max-width: 100%; font-size: .98rem; }
  .hero__ticks { max-width: 100%; flex-wrap: wrap; }
  .hero__form { top: var(--hero-pad-y); right: var(--hero-pad-x); bottom: var(--hero-pad-y); width: min(51%, 500px); }
  .variants-page-hero { grid-template-columns: 1fr; }
  .variants-page-hero .hero__copy { max-width: 680px; }
  .variants-page-hero .hero__form { display: none; }
  .offers-page-hero h1 { font-size: clamp(2.55rem, 5vw, 3.7rem); }
  .about-page-hero h1 { font-size: clamp(2.55rem, 5vw, 3.7rem); }
  .about-page-hero .hero__lead { max-width: 100%; font-size: .92rem; }
  .lead-form { padding: 23px; }
}

@media (min-width: 761px) and (max-height: 820px) {
  .hero { --hero-pad-x: clamp(44px, 4vw, 56px); --hero-pad-y: var(--hero-pad-x); padding: var(--hero-pad-y) var(--hero-pad-x); }
  .hero h1 { margin-bottom: 0; font-size: clamp(2.65rem, 4.6vw, 4rem); line-height: 1; }
  .hero__lead { margin: auto 0; font-size: clamp(.95rem, 1.35vw, 1.15rem); line-height: 1.45; }
  .hero__ticks { gap: 6px; }
  .hero__ticks li { min-height: 36px; padding: 7px 10px; font-size: .69rem; }
  .hero__form { top: var(--hero-pad-y); right: var(--hero-pad-x); bottom: var(--hero-pad-y); width: min(500px, 43%); }
  .lead-form { padding: 22px 26px; }
  .lead-form__parameters, .lead-form__contacts { gap: 13px; }
  .lead-form__contacts { margin-top: 12px; }
  .lead-form__consents { margin: 11px 0; gap: 7px; }
  .lead-form .button { min-height: 46px; }
  .form-note { margin-top: 7px; font-size: .61rem; }
}

@media (min-width: 1101px) and (max-height: 820px) { .hero__form { width: min(450px, 36%); } }

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); --radius-lg: 28px; }
  .home-page { --home-block-gap: 24px; --home-block-gap-large: 48px; }
  html, body { max-width: 100%; overflow-x: hidden; }
  .site-header { padding: 12px 14px 0; }
  .site-header__inner { min-height: 60px; padding: 7px 8px 7px 14px; }
  .menu-toggle { display: block; }
  .site-header__cta { display: none; }
  .main-nav { position: fixed; inset: 82px 14px auto; padding: 18px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px; font-size: 1rem; }
  .menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 0; padding: 28px; display: block; }
  .hero__copy { width: 100%; height: auto; min-width: 0; display: block; }
  .sitemap-page-hero .hero__copy { display: block; }
  .sitemap-page-hero .hero__lead { margin: 0 0 24px; }
  .hero h1 { margin-bottom: 24px; font-size: clamp(2.45rem, 12vw, 4.5rem); overflow-wrap: anywhere; hyphens: auto; }
  .hero__lead { margin: 0 0 24px; }
  .hero__visual { background-position: 62% 46%; background-size: cover; }
  .hero__form { position: relative; top: auto; left: auto; right: auto; bottom: auto; width: 100%; max-width: 100%; margin-top: 190px; }
  .variants-page-hero .hero__form { display: none; }
  .lead-form { padding: 22px; }
  .lead-form__parameters, .lead-form__contacts { grid-template-columns: 1fr; gap: 12px; }
  .lead-form > *, .lead-form__parameters > *, .lead-form__contacts > *, .range-field { min-width: 0; }
  .range-field input[type='range'] { min-width: 0; }
  .trust-strip, .emergency { grid-template-columns: 1fr; display: grid; align-items: start; }
  .trust-strip a { white-space: normal; }
  .benefits-section { width: var(--shell); padding-block: 24px; }
  .benefits-section__frame { padding: 12px; gap: 12px; border-radius: 30px; }
  .benefits-section__intro { min-height: 370px; padding: 32px 26px; border-radius: 22px; }
  .benefits-section__intro h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .benefits-section__lead { max-width: 32em; }
  .benefits-section__meta { margin-top: 50px; }
  .benefits-section__cards .benefit-grid { min-height: 0; grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .benefit-grid, .step-grid, .offer-grid, .category-grid, .article-grid, .risk-grid, .prose-grid, .selection-layout, .two-columns, .contact-grid, .city-list { grid-template-columns: 1fr; }
  .home-page main > .section:not(.responsible-card) { min-height: 0; display: block; }
  .home-page main > .result-flow { padding: 12px !important; border-radius: 30px; }
  .result-flow__header { padding: 28px 18px 18px; display: block; }
  .result-flow__header .eyebrow { margin-bottom: 17px; }
  .result-flow__header h1 { max-width: 100%; margin-bottom: 24px; font-size: clamp(2.4rem, 10.5vw, 3.2rem); }
  .result-flow__header > p:last-child { max-width: 100%; margin: 0; font-size: .96rem; }
  .result-flow.is-ready .result-flow__header .eyebrow { margin-bottom: 14px; }
  .result-flow.is-ready .result-flow__header h1 { margin-bottom: 24px; font-size: clamp(2.4rem, 10.5vw, 3.2rem); }
  .result-flow.is-ready .result-flow__header > p:last-child { font-size: .96rem; line-height: 1.6; }
  .result-analysis { min-height: 0; margin-top: 22px; padding: 30px 26px; border-radius: 22px; }
  .result-analysis__panel { display: grid; grid-template-columns: 1fr; gap: 22px; }
  .result-analysis__status { align-items: flex-start; flex-direction: column; gap: 5px; }
  .result-analysis__status strong { font-size: clamp(4.2rem, 21vw, 6rem); line-height: .88; }
  .result-analysis__stage { padding-bottom: 0; }
  .result-parameters { width: 100%; }
  .result-parameters div { min-width: 0; flex: 1; }
  .result-analysis__note { max-width: none; justify-self: start; }
  .result-flow:not(.is-ready) .result-flow__header { padding: 22px 18px 12px; }
  .result-flow:not(.is-ready) .result-flow__header .eyebrow { margin-bottom: 2px; }
  .result-flow:not(.is-ready) .result-flow__header h1 { margin-bottom: 16px; font-size: clamp(2.4rem, 10.5vw, 3.2rem); }
  .result-flow:not(.is-ready) .result-flow__header > p:last-child { font-size: .96rem; line-height: 1.6; }
  .result-flow:not(.is-ready) .result-analysis { margin-top: 10px; padding: 22px 20px; background: radial-gradient(circle at 90% 8%, rgba(32,217,121,.18), transparent 38%), #19211d; }
  .result-flow:not(.is-ready) .result-analysis__panel { gap: 14px; }
  .result-flow:not(.is-ready) .result-analysis__status { flex-direction: row; align-items: flex-end; gap: 16px; }
  .result-flow:not(.is-ready) .result-analysis__stage { max-width: 15em; font-size: .75rem; line-height: 1.35; }
  .result-flow:not(.is-ready) .result-analysis__status strong { margin-left: auto; font-size: clamp(2.6rem, 13vw, 3.4rem); line-height: .82; white-space: nowrap; }
  .result-flow:not(.is-ready) .result-parameters { padding: 14px 0; gap: 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
  .result-flow:not(.is-ready) .result-parameters div { padding: 0 13px; border: 0; border-radius: 0; background: transparent; color: #fff; }
  .result-flow:not(.is-ready) .result-parameters div:first-child { padding-left: 0; }
  .result-flow:not(.is-ready) .result-parameters div + div { border-left: 1px solid rgba(255,255,255,.14); }
  .result-flow:not(.is-ready) .result-parameters dt { color: #9baba2; font-size: .65rem; }
  .result-flow:not(.is-ready) .result-parameters dd { margin-top: 4px; font-size: 1rem; font-weight: 680; }
  .result-flow:not(.is-ready) .result-analysis__note { font-size: .76rem; line-height: 1.5; }
  .result-ready { margin-top: 22px; }
  .result-ready__bar { padding: 20px; align-items: stretch; flex-direction: column; gap: 18px; }
  .result-ready__bar .result-parameters { width: 100%; }
  .result-ready__bar .result-parameters div { min-width: 0; padding: 0 16px 0 0; }
  .result-ready__bar .result-parameters div + div { padding-right: 0; padding-left: 16px; }
  .result-ready__bar .button { width: 100%; min-width: 0; align-self: stretch; }
  .result-offer-row { min-height: 0; padding: 20px; grid-template-columns: 1fr; gap: 18px; border-radius: 22px; }
  .result-offer-row__facts { width: 100%; height: auto; min-height: 0; grid-template-columns: 1fr 1fr; }
  .result-offer-row__facts div { min-height: 64px; padding: 11px 13px; }
  .result-offer-row__facts div:nth-child(3) { min-height: 62px; grid-column: 1 / -1; }
  .result-offer-row__action { grid-column: auto; display: block; text-align: center; }
  .result-offer-row__action p { margin-top: 7px; }
  .benefit-card { min-height: 220px; padding: 26px; border-radius: 22px; }
  .step-card { min-height: 260px; }
  .offers-grid-section__header { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .offers-grid-section__header h2,
  .offers-grid-section__actions { grid-column: 1; }
  .offers-grid-section__actions { justify-content: flex-start; flex-wrap: wrap; }
  .offers-grid-section .offer-carousel { grid-template-columns: none; grid-auto-columns: min(88%, 380px); }
  .offers-grid-section .offer-card { min-height: 0; }
  .offer-card__top { grid-template-columns: 72px minmax(0, 1fr); }
  .offer-card__top .status-badge { grid-column: 1 / -1; }
  .catalog-toolbar, .catalog-toolbar label { align-items: stretch; flex-direction: column; }
  .catalog-toolbar output { text-align: left; }
  .responsible-card { --responsible-outer-gap: 14px; --responsible-inner-gap: 18px; width: var(--shell); min-height: 0; margin-block: 32px; grid-template-columns: 1fr; gap: 28px; }
  .responsible-card::before { border-radius: 24px; }
  .responsible-card::after { width: 380px; height: 440px; right: -170px; bottom: -290px; }
  .responsible-card__media { min-height: 340px; border-width: 7px; border-radius: 24px; }
  .responsible-card__content { align-items: flex-end; text-align: right; }
  .responsible-card h2 { font-size: clamp(2.25rem, 10vw, 3.5rem); }
  .support-section { margin-block: 64px; }
  .support-grid { grid-template-columns: 1fr; gap: 14px; }
  .support-card { min-height: 290px; padding: 30px 26px; border-radius: 26px; }
  .support-card--telegram { grid-template-columns: minmax(0, 1fr) 150px; }
  .support-card--contact > img { right: -2%; }
  .page-hero { padding: 44px 28px; }
  .offers-page-hero { height: auto; }
  .offers-page-hero::after { background: linear-gradient(180deg, rgba(231,238,231,.98) 0%, rgba(231,238,231,.9) 25%, rgba(231,238,231,.12) 48%, rgba(231,238,231,.32) 60%, rgba(231,238,231,.9) 100%); }
  .offers-page-hero .hero__visual { background-position: 56% 34%; background-size: auto 47%; background-repeat: no-repeat; }
  .offers-page-hero h1 { max-width: 100%; font-size: clamp(2.55rem, 10vw, 3.2rem); }
  .offers-page-hero .hero__ticks { flex-wrap: wrap; }
  .about-page-hero { height: auto; min-height: clamp(680px, 150vw, 820px); }
  .about-page-hero::after { background: linear-gradient(180deg, rgba(231,238,231,.99) 0%, rgba(231,238,231,.97) 40%, rgba(231,238,231,.3) 64%, rgba(231,238,231,.08) 100%); }
  .about-page-hero .hero__visual { background-position: 64% 100%; background-size: auto 58%; background-repeat: no-repeat; }
  .about-page-hero h1 { max-width: 9.3ch; font-size: clamp(2.55rem, 10vw, 3.2rem); }
  .about-page-hero .hero__lead { max-width: 100%; }
  .about-page-hero .hero__ticks { flex-wrap: wrap; }
  .editorial-hero__actions { margin-top: 20px; }
  .city-page-hero h1 { max-width: 100%; font-size: clamp(2.45rem, 9.5vw, 3.05rem); }
  .category-brief { display: block; }
  .category-brief__index { position: static; padding: 0 0 34px; }
  .category-brief__index h2 { max-width: none; }
  .category-brief__content { display: grid; gap: 12px; }
  .category-brief__content article { padding: 28px 24px; border-radius: 24px; }
  .category-brief__content article header { grid-template-columns: 34px 1fr; gap: 10px; }
  .category-brief__content article h2 { font-size: clamp(1.9rem, 8vw, 2.55rem); }
  .category-brief__content article ul { grid-template-columns: 1fr; }
  .city-directory > header { display: block; }
  .city-directory > header > p { margin-top: 18px; }
  .city-card { min-height: 300px; border-radius: 24px; }
  .city-principles { padding: 32px 26px !important; border-radius: 28px; }
  .city-principles__list article { min-height: 0; grid-template-columns: 34px 1fr; }
  .city-principles__list article p { grid-column: 2; }
  .city-local-intro > header { display: block; }
  .city-fact-grid { grid-template-columns: 1fr; gap: 12px; }
  .city-fact-grid article { min-height: 230px; }
  .thanks-details { padding: 30px 25px !important; grid-template-columns: 1fr; border-radius: 26px; }
  .editorial-page .about-page-hero .hero__visual { background-position: 66% center; background-size: cover; background-repeat: no-repeat; }
  .legal-page .about-page-hero h1 { max-width: none; font-size: clamp(1.45rem, 7.6vw, 2rem); letter-spacing: -.055em; overflow-wrap: normal; hyphens: none; word-break: normal; }
  .legal-page .about-page-hero .hero__lead { font-size: .88rem; }
  .about-story__body { width: 100%; display: block; }
  .about-story__body > h2 { margin-top: 56px; font-size: clamp(2rem, 9vw, 2.8rem); }
  .about-story__body > h2:first-child { margin-top: 0; }
  .about-story__body > p { font-size: .98rem; line-height: 1.72; }
  .editorial-link-list { margin-top: 14px; }
  .editorial-link-list a { min-height: 0; padding: 18px 0; gap: 18px; }
  .editorial-link-list a > span { display: block; }
  .editorial-link-list b { display: block; margin-bottom: 7px; font-size: 1.12rem; }
  .editorial-link-list small { display: block; font-size: .84rem; }
  .faq-editorial { display: block; }
  .faq-editorial__index { position: static; padding: 0 0 52px; }
  .faq-editorial__index h2 { max-width: none; margin-bottom: 24px; font-size: clamp(2rem, 9vw, 2.8rem); }
  .faq-editorial__index nav { margin-bottom: 24px; }
  .faq-editorial__group { padding-bottom: 58px; }
  .faq-editorial__group > header { grid-template-columns: 34px 1fr; gap: 10px; }
  .faq-editorial__group > header h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  .faq-editorial__list summary { min-height: 70px; padding-block: 18px; gap: 18px; }
  .faq-editorial__list summary i { flex-basis: 26px; width: 26px; height: 26px; }
  .faq-editorial__list details > div { padding: 0 38px 20px 0; }
  .legal-page .about-story__body > p { font-size: 1.02rem; line-height: 1.78; }
  .legal-page .about-story__body > h2 { margin-top: 62px; font-size: clamp(2.05rem, 9vw, 2.85rem); }
  .service-editorial-page .about-story__body > p { font-size: 1.02rem; line-height: 1.78; }
  .service-editorial-page .about-story__body > h2 { margin-top: 62px; font-size: clamp(2.05rem, 9vw, 2.85rem); }
  .service-editorial-page .about-story__body > h2:first-child { margin-top: 0; }
  .home-page.about-page.legal-page main > .section.about-story { margin-top: 32px; }
  .legal-page .editorial-document__meta { padding-bottom: 10px; }
  .legal-page .about-story__body > .editorial-document__meta + h2 { margin-top: 32px; }
  .legal-list li { font-size: 1rem; }
  .legal-table-wrap { margin-inline: 0; border-radius: 18px; }
  .offers-catalog__header { grid-template-columns: 1fr; gap: 20px; }
  .offers-catalog__header > div, .offers-catalog__header > p { grid-column: 1; }
  .offers-catalog__header h2 { max-width: none; }
  .catalog-filter-panel { padding: 28px 24px; border-radius: 26px; }
  .catalog-filter-panel__ranges { grid-template-columns: 1fr; gap: 26px; }
  .catalog-filter-chips { gap: 7px; }
  .catalog-results-bar { padding: 9px 10px 9px 18px; }
  .catalog-results-bar label { min-width: 0; }
  .catalog-results-bar label > span { display: none; }
  .catalog-offer-grid { grid-template-columns: 1fr; }
  .catalog-offer-grid .offer-card { min-height: 0; }
  .variants-page-hero { height: auto; }
  .variants-page-hero h1 { max-width: 100%; font-size: clamp(2.55rem, 10vw, 3.2rem); }
  .variants-page-hero .hero__ticks { flex-wrap: wrap; }
  .variants-catalog__intro h2 { max-width: 7em; }
  .variants-catalog__groups { gap: 12px; }
  .variants-group { padding: 26px; grid-template-columns: 1fr; gap: 28px; border-radius: 22px; }
  .variants-group > header p { margin-bottom: 10px; }
  .variants-group > header h3 { max-width: none; }
  .variants-group__links { grid-template-columns: 1fr; }
  .variants-group__links a { min-height: 126px; padding: 22px 32px 22px 0; border-top: 1px solid rgba(28,33,31,.14); border-left: 0; }
  .variants-group__links a > span { max-width: 18ch; font-size: 1.08rem; }
  .variants-group__links a p { margin: 0; padding-top: 14px; font-size: .76rem; }
  .variants-group__links svg { top: 22px; right: 0; }
  .side-card { position: static; }
  .article-sections article:nth-child(even) { margin-left: 0; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__top nav:last-child { grid-column: auto; }
  .site-footer__legal-grid { grid-template-columns: 1fr; }
  .site-footer__requisites { grid-template-columns: 1fr; gap: 20px; }
  .site-footer__requisites .site-footer__requisite { text-align: left; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-footer__bottom p:last-child { white-space: normal; text-align: left; }
}

@media (max-width: 430px) {
  .brand-logo__mark { width: 36px; height: 36px; flex-basis: 36px; }
  .hero { min-height: 0; }
  .hero__ticks { display: none; }
  .offer-card__facts { grid-template-columns: 1fr; }
  .result-offer-row__facts { padding: 7px; grid-template-columns: 1fr; }
  .result-offer-row__facts div { min-height: 58px; padding: 10px 12px; }
  .result-offer-row__facts div:nth-child(3) { grid-column: auto; }
  .support-card--telegram { grid-template-columns: 1fr; }
  .support-card--contact .support-card__copy { width: 68%; }
  .support-card--contact > img { width: 47%; right: -9%; }
  .support-qr-frame { width: 150px; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__brand, .site-footer__top nav:last-child { grid-column: auto; }
  .site-footer { width: 100%; padding-top: 46px; border-radius: 28px 28px 0 0; }
  .site-footer__inner { width: calc(100vw - 28px); }
  .site-footer__warning { padding: 22px; align-items: start; }
  .site-footer__age { width: 44px; height: 44px; }
  .site-footer__disclosure { padding: 23px; }
}

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

@media print {
  .site-header, .site-footer, .button, .lead-form, .toast-region { display: none !important; }
  body { background: white; color: black; }
  .page-hero { padding: 20px 0; }
}
