:root {
      /* Colors from Figma */
      --color-bg-page: #F7F7F7;
      --color-white: #FFFFFF;
      --color-black: #000000;
      --color-text-primary: #101828;
      --color-text-body: #525252;
      --color-text-muted: #737373;
      --color-text-step: #6A7282;
      --color-text-footer-label: #A2A2A2;
      --color-text-footer-body: #171717;
      --color-text-download-sub: #D0D0D0;
      --color-accent: #FF395C;
      --color-accent-dark: #FF2056;
      --color-accent-soft: rgba(255, 57, 92, 0.1);
      --color-border-card: rgba(0, 0, 0, 0.05);
      --color-border-step: #F2F2F2;
      --color-border-input: #E5E7EB;
      --color-input-bg: #F9FAFB;
      --color-input-placeholder: #D1D5DC;
      --color-step-number: #707070;
      --color-social-bg: #FAFAFA;
      --color-social-border: rgba(143, 146, 146, 0.24);
      --color-vendor-gradient-start: rgba(239, 135, 127, 1);
      --color-vendor-gradient-end: rgba(199, 78, 70, 1);
      --color-vendor-text-sub: rgba(255, 255, 255, 0.7);
      --color-vendor-text-list: rgba(255, 255, 255, 0.8);
      --color-vendor-circle: rgba(255, 255, 255, 0.2);
      --color-vendor-icon-bg: rgba(255, 255, 255, 0.15);
      --color-nizek-dot: #FF326A;
      --color-nizek-text: #111111;

      /* Typography from Figma */
      --font-inter-tight: 'Inter Tight', sans-serif;
      --font-inter: 'Inter', sans-serif;
      --font-cradley: 'CradleyTitle', 'Libre Caslon Display', Georgia, 'Times New Roman', serif;
      --font-roboto: 'Roboto', sans-serif;

      --container-max: 1440px;
      --container-inner: 1280px;
      --content-padding: 80px;
      --section-gap: 150px;
      --section-gap-footer: 50px;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; overflow-x: clip; }
    body {
      font-family: var(--font-inter-tight);
      background: var(--color-bg-page);
      color: var(--color-black);
      -webkit-font-smoothing: antialiased;
      overflow-x: clip;
    }
    img { display: block; max-width: 100%; height: auto; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; }
    @media (hover: hover) {
      .partners__logo:hover {
        filter: grayscale(0%);
        opacity: 1;
      }
    }
    .partners__logo:active,
    .partners__logo.partners__logo--color {
      filter: grayscale(0%);
      opacity: 1;
    }

    .page {
      width: 100%;
      max-width: none;
      margin: 0;
      background: var(--color-bg-page);
      overflow: visible;
    }

    /* ── HERO ── */
    .hero {
      position: relative;
      width: 100%;
      min-height: clamp(560px, 67.2vw, 968px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #1a1410;
    }
    .hero__bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center center;
      z-index: 0;
    }
    .hero__content {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
      width: min(992px, calc(100% - 48px));
      padding: 120px 24px 140px;
      text-align: center;
    }
    .hero__logo {
      width: 363.38px;
      max-width: 100%;
      height: auto;
    }
    .hero__divider {
      width: 438.5px;
      max-width: 100%;
      height: 10px;
    }
    .hero__title {
      font-family: var(--font-cradley);
      font-weight: 400;
      font-size: 92px;
      line-height: 1.04;
      letter-spacing: 0;
      color: var(--color-white);
      white-space: pre-line;
    }
    .hero__actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
    }
    a.btn { text-decoration: none; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 180px;
      height: 48px;
      padding: 8px 22px;
      border-radius: 100px;
      font-family: var(--font-inter-tight);
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.46px;
      white-space: nowrap;
      cursor: pointer;
      transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
      border: 2px solid transparent;
    }
    .btn:hover { opacity: 0.88; transform: translateY(-1px); }
    .btn--filled {
      background: var(--color-white);
      color: var(--color-black);
      border-color: var(--color-white);
    }
    .btn--filled:hover { background: #f0f0f0; }
    .btn--outline {
      background: transparent;
      color: var(--color-white);
      border-color: var(--color-white);
    }
    .btn--outline:hover { background: rgba(255,255,255,0.12); }
    .hero__explore {
      position: absolute;
      right: max(24px, calc((100vw - var(--container-max)) / 2 + 77px));
      bottom: 50px;
      z-index: 2;
      display: inline-flex;
      align-items: flex-end;
      gap: 8px;
      color: var(--color-white);
      font-family: var(--font-inter-tight);
      font-weight: 700;
      font-size: 20px;
      line-height: 18px;
      text-decoration: none;
      transition: opacity 0.2s ease;
    }
    .hero__explore span {
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .hero__explore:hover { opacity: 0.8; }
    .hero__explore svg {
      width: 12px;
      height: 12px;
      flex-shrink: 0;
    }

    /* ── PARTNERS ── */
    .partners {
      padding: var(--section-gap) var(--content-padding);
      max-width: var(--container-max);
      margin-inline: auto;
    }
    .partners__title {
      font-family: var(--font-inter-tight);
      font-weight: 400;
      font-size: 72px;
      line-height: 99%;
      color: var(--color-black);
      max-width: 917px;
      margin-bottom: 40px;
      white-space: pre-line;
    }
    .partners__track-wrap {
      overflow: hidden;
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
    }
    .partners__track {
      display: flex;
      width: max-content;
      animation: marquee 10s linear infinite;
    }
    .partners__track:hover { animation-play-state: paused; }
    .partners__row {
      display: flex;
      align-items: center;
      gap: 60px;
      padding-right: 60px;
    }
    .partners__logo {
      height: 80px;
      width: auto;
      max-height: 80px;
      object-fit: contain;
      flex-shrink: 0;
      filter: grayscale(100%);
      opacity: 0.55;
      cursor: pointer;
      touch-action: manipulation;
      -webkit-tap-highlight-color: transparent;
      transition: filter 0.35s ease, opacity 0.35s ease;
    }
    @keyframes marquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* ── ABOUT ── */
    .about {
      padding: 0 var(--content-padding) var(--section-gap);
      display: grid;
      grid-template-columns: minmax(0, 509px) minmax(0, 1fr);
      gap: clamp(28px, 4vw, 39px);
      align-items: start;
      max-width: var(--container-max);
      margin-inline: auto;
    }
    .about__heading {
      font-weight: 400;
      font-size: 72px;
      line-height: 69px;
      color: var(--color-black);
      margin-bottom: 24px;
    }
    .about__text {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: var(--color-text-body);
      margin-bottom: 16px;
    }
    .about__list {
      list-style: disc;
      padding-left: 27px;
      margin: 0;
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: var(--color-text-body);
    }
    .about__list li + li { margin-top: 0; }
    .about__list li::marker {
      color: var(--color-text-body);
      font-size: 14px;
    }
    .about__list strong {
      font-weight: 600;
      color: var(--color-text-body);
    }
    .about__cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 25px;
    }
    .about__card {
      background: var(--color-white);
      border: 0.8px solid var(--color-border-card);
      border-radius: 16px;
      padding: 25px 24px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .about__card--wide { grid-column: 1 / -1; max-width: 731px; }
    .about__card-icon {
      width: 40px;
      height: 40px;
      border-radius: 14px;
      background: var(--color-accent-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
    }
    .about__card-icon img { width: 20px; height: 20px; }
    .about__card-title {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: var(--color-black);
    }
    .about__card-desc {
      font-weight: 400;
      font-size: 14px;
      line-height: 22.75px;
      color: var(--color-text-muted);
    }

    /* ── HOW IT WORKS ── */
    .how {
      padding: 0 var(--content-padding) var(--section-gap-footer);
      max-width: var(--container-max);
      margin-inline: auto;
    }
    .how__title {
      font-weight: 400;
      font-size: 72px;
      line-height: 57.74px;
      letter-spacing: -0.0182em;
      color: var(--color-text-primary);
      margin-bottom: 16px;
    }
    .how__subtitle {
      font-family: var(--font-inter);
      font-weight: 400;
      font-size: 18px;
      line-height: 25.2px;
      color: var(--color-text-body);
      max-width: 828px;
      margin-bottom: 50px;
    }
    .how__steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(24px, 3.2vw, 46px);
      margin-bottom: 43px;
    }
    .step-card {
      position: relative;
      background: var(--color-white);
      border: 0.8px solid var(--color-border-step);
      border-radius: 16px;
      min-height: 257px;
      height: auto;
      overflow: hidden;
    }
    .step-card__bg-num {
      position: absolute;
      right: 20px;
      bottom: -6px;
      font-family: var(--font-inter);
      font-weight: 900;
      font-size: 96px;
      line-height: 96px;
      color: var(--color-step-number);
      opacity: 0.04;
      pointer-events: none;
    }
    .step-card__inner { padding: 28px; }
    .step-card__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    .step-card__badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 33px;
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--color-accent-soft);
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.05em;
      color: var(--color-accent-dark);
    }
    .step-card__icon {
      width: 48px;
      height: 48px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .step-card__icon img { width: 48px; height: 48px; max-width: none; display: block; }
    .step-card__title {
      font-weight: 400;
      font-size: 18px;
      line-height: 27px;
      color: var(--color-text-primary);
      margin-bottom: 10px;
    }
    .step-card__desc {
      font-weight: 400;
      font-size: 14px;
      line-height: 22.75px;
      color: var(--color-text-step);
      margin-bottom: 24px;
      max-width: 328px;
    }
    .step-card__bars {
      display: flex;
      gap: 6px;
      align-items: center;
    }
    .step-card__bar {
      height: 2px;
      border-radius: 999px;
      background: var(--color-accent);
    }
    .step-card__bar--lg { width: 32px; }
    .step-card__bar--md { width: 12px; opacity: 0.4; }
    .step-card__bar--sm { width: 6px; opacity: 0.2; }

    /* ── VENDOR FORM ── */
    .vendor {
      border: 1px solid var(--color-border-step);
      border-radius: 24px;
      background: var(--color-white);
      display: grid;
      grid-template-columns: minmax(280px, 441px) minmax(0, 1fr);
      overflow: hidden;
      min-height: 535px;
    }
    .vendor__promo {
      position: relative;
      background: linear-gradient(135deg, var(--color-vendor-gradient-start) 0%, var(--color-vendor-gradient-end) 100%);
      padding: 40px 39px;
      overflow: hidden;
    }
    .vendor__promo-blob {
      position: absolute;
      border-radius: 50%;
      background: var(--color-vendor-circle);
      pointer-events: none;
    }
    .vendor__promo-blob--1 { width: 256px; height: 256px; top: -63px; right: -63px; }
    .vendor__promo-blob--2 { width: 288px; height: 288px; bottom: -40px; left: -40px; }
    .vendor__promo-blob--3 {
      width: 192px; height: 192px;
      top: 212px; left: 124px;
      background: rgba(255,255,255,0.03);
      filter: blur(128px);
    }
    .vendor__promo-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      background: var(--color-vendor-icon-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 23px;
      position: relative;
      z-index: 1;
    }
    .vendor__promo-icon img { width: 28px; height: 28px; }
    .vendor__promo-title {
      font-weight: 400;
      font-size: 72px;
      line-height: 72.6px;
      color: var(--color-white);
      max-width: 361px;
      margin-bottom: 14px;
      position: relative;
      z-index: 1;
    }
    .vendor__promo-sub {
      font-weight: 400;
      font-size: 16px;
      line-height: 22.75px;
      color: var(--color-vendor-text-sub);
      margin-bottom: 36px;
      max-width: 361px;
      position: relative;
      z-index: 1;
    }
    .vendor__benefits {
      display: flex;
      flex-direction: column;
      gap: 12px;
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 1;
      width: calc(100% + 39px);
      max-width: 400px;
      margin-right: -39px;
    }
    .vendor__benefit {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 20px;
    }
    .vendor__benefit--multiline {
      align-items: flex-start;
    }
    .vendor__benefit--multiline .vendor__benefit-icon {
      margin-top: 2px;
    }
    .vendor__benefit-icon {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }
    .vendor__benefit span {
      font-family: var(--font-inter-tight);
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0;
      color: var(--color-vendor-text-list);
      white-space: nowrap;
    }
    .vendor__benefit--multiline span {
      white-space: normal;
      max-width: 324px;
    }
    .vendor__form-wrap {
      padding: 40px 40px 32px;
    }
    .vendor__form-title {
      font-weight: 400;
      font-size: 28px;
      line-height: 100%;
      color: var(--color-black);
      margin-bottom: 28px;
      max-width: 648px;
    }
    .vendor__form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 21px;
    }
    .form-field { display: flex; flex-direction: column; gap: 8px; }
    .form-field label {
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      color: var(--color-black);
    }
    .form-required { color: var(--color-accent); }
    .form-input-wrap { position: relative; }
    .form-input-wrap svg,
    .form-field-icon {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      pointer-events: none;
    }
    .form-input-wrap svg.form-icon--top,
    .form-field-icon--top {
      top: 13px;
      transform: none;
    }
    .form-input,
    .form-textarea {
      width: 100%;
      background: var(--color-input-bg);
      border: 0.8px solid var(--color-border-input);
      border-radius: 14px;
      padding: 10px 16px 10px 40px;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: var(--color-black);
      outline: none;
      transition: border-color 0.2s ease;
    }
    .form-input {
      height: 42px;
    }
    .form-textarea {
      height: 82px;
      resize: vertical;
      padding-top: 10px;
    }
    .form-input::placeholder,
    .form-textarea::placeholder { color: var(--color-input-placeholder); }
    .form-input:focus,
    .form-textarea:focus { border-color: var(--color-accent); }
    .form-field--full { grid-column: 1 / -1; }
    .form-actions {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 8px;
    }
    .form-submit {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 241px;
      height: 52px;
      background: var(--color-white);
      border: 1px solid var(--color-border-input);
      border-radius: 37px;
      font-family: var(--font-inter-tight);
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      color: var(--color-black);
      cursor: pointer;
      overflow: hidden;
      transition: border-color 0.2s ease, transform 0.2s ease;
    }
    .form-submit:hover { border-color: var(--color-accent); transform: translateY(-1px); }
    .form-submit::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 100%);
      pointer-events: none;
    }
    .form-legal {
      margin-top: 12px;
      font-family: var(--font-inter);
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      color: var(--color-black);
      text-align: center;
      max-width: 100%;
    }
    .form-legal a {
      color: var(--color-accent);
      transition: opacity 0.2s ease;
    }
    .form-legal a:hover { opacity: 0.75; }

    /* ── FOOTER ── */
    .footer {
      position: relative;
      margin-top: 0;
      overflow: visible;
    }
    .footer__download {
      position: relative;
      min-height: 525px;
      overflow: visible;
    }
    .footer__download-bg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 408px;
      background: var(--color-black);
      z-index: 0;
    }
    .footer__download-inner {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 582px) minmax(0, 1fr);
      align-items: end;
      gap: 24px;
      max-width: var(--container-max);
      min-height: 525px;
      margin: 0 auto;
      padding: 0 var(--content-padding);
      z-index: 1;
    }
    .footer__phone {
      position: relative;
      justify-self: end;
      align-self: start;
      width: min(438px, 100%);
      max-width: 438px;
      height: auto;
      aspect-ratio: 438 / 525;
      object-fit: contain;
      object-position: top center;
      z-index: 2;
      pointer-events: none;
    }
    .footer__download-content {
      position: relative;
      align-self: end;
      width: 100%;
      max-width: 582px;
      padding-bottom: 91px;
      display: flex;
      flex-direction: column;
      gap: 32px;
      z-index: 1;
    }
    .footer__download-copy {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .footer__download-title {
      font-weight: 600;
      font-size: clamp(28px, 3.2vw, 44px);
      line-height: 1.2;
      color: var(--color-white);
      margin: 0;
    }
    .footer__download-text {
      font-weight: 300;
      font-size: 20px;
      line-height: 22px;
      color: var(--color-text-download-sub);
      margin: 0;
    }
    .footer__badges {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .footer__badges a {
      display: block;
      line-height: 0;
      transition: opacity 0.2s ease;
    }
    .footer__badges a:hover { opacity: 0.85; }
    .footer__badges img { width: 180px; height: 52px; display: block; }
    .footer__contact {
      padding: 48px var(--content-padding) 40px;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) auto;
      justify-content: space-between;
      gap: 40px;
      width: 100%;
      max-width: var(--container-max);
      margin: 0 auto;
      background: var(--color-bg-page);
    }
    .footer__col { display: flex; flex-direction: column; gap: 20px; }
    .footer__col--social { align-items: flex-end; }
    .footer__label {
      font-weight: 600;
      font-size: 20px;
      line-height: 110%;
      color: var(--color-text-footer-label);
    }
    .footer__label--right { text-align: right; }
    .footer__headline {
      font-weight: 300;
      font-size: 16px;
      line-height: 110%;
      color: var(--color-text-footer-body);
    }
    .footer__contact-item {
      display: flex;
      align-items: center;
      gap: 16px;
      font-weight: 300;
      font-size: 16px;
      line-height: 110%;
      color: var(--color-text-footer-body);
      transition: color 0.2s ease;
    }
    .footer__contact-item:hover { color: var(--color-black); }
    .footer__contact-item svg,
    .footer__contact-item img { width: 24px; height: 24px; flex-shrink: 0; display: block; object-fit: contain; }
    .footer__social {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .footer__social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--color-social-bg);
      border: 1px solid var(--color-social-border);
      flex-shrink: 0;
      transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }
    .footer__social-link:hover {
      background: var(--color-white);
      border-color: rgba(143, 146, 146, 0.4);
      transform: translateY(-1px);
    }
    .footer__social-link img {
      width: 24px;
      height: 24px;
      max-width: 24px;
      max-height: 24px;
      display: block;
      object-fit: contain;
      object-position: center;
    }
    .footer__bottom {
      padding: 24px var(--content-padding) 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: 100%;
      max-width: var(--container-max);
      margin: 0 auto;
      flex-wrap: wrap;
      background: var(--color-bg-page);
    }
    .footer__brand-row {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .footer__brand-row--end {
      gap: 12px;
      align-items: center;
    }
    .lang-switch {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      height: 48px;
      padding: 0 16px;
      border: none;
      border-radius: 999px;
      background: var(--color-white);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
      font-family: var(--font-inter-tight);
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0.46px;
      color: var(--color-black);
      cursor: pointer;
      flex-shrink: 0;
      transition: background 0.2s ease, box-shadow 0.2s ease;
    }
    .lang-switch:hover {
      background: #fafafa;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }
    .lang-switch svg { flex-shrink: 0; display: block; }
    .lang-switch__globe { width: 16px; height: 16px; }
    .lang-switch__chevron { width: 16px; height: 16px; }
    .footer__logo {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      line-height: 0;
    }
    .footer__logo img {
      display: block;
      width: 295px;
      height: 69px;
      max-width: none;
      object-fit: contain;
    }
    .footer__copyright {
      display: flex;
      align-items: center;
      gap: 4px;
      font-weight: 300;
      font-size: 12px;
      line-height: 1;
      letter-spacing: 0.0083em;
      color: var(--color-text-footer-label);
    }
    .footer__copyright svg { width: 16px; height: 16px; }
    .footer__powered {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      width: 151px;
      height: 48px;
      padding: 10px 16px;
      border: 1px solid var(--color-black);
      border-radius: 999px;
      background: var(--color-white);
      color: var(--color-black);
      text-decoration: none;
      flex-shrink: 0;
      transition: background 0.2s ease, box-shadow 0.2s ease;
    }
    .footer__powered:hover {
      background: #fafafa;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    }
    .footer__powered-brand {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      min-width: 0;
    }
    .footer__powered-label {
      font-family: var(--font-roboto);
      font-weight: 500;
      font-size: 10px;
      line-height: 10px;
      color: var(--color-black);
      white-space: nowrap;
    }
    .footer__powered-logo {
      display: block;
      width: 60px;
      height: 16px;
      flex-shrink: 0;
    }
    .footer__powered-link {
      display: block;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }

    /* ── DESKTOP (992px+) ── */
    @media (min-width: 992px) {
      .hero__content {
        padding: clamp(88px, 10vw, 120px) 24px clamp(100px, 12vw, 140px);
      }
      .hero__title {
        font-size: clamp(68px, 6.4vw, 92px);
      }
      .partners__title,
      .about__heading,
      .how__title {
        font-size: clamp(56px, 5vw, 72px);
      }
      .how__subtitle {
        font-size: clamp(16px, 1.25vw, 18px);
      }
    }

    @media (min-width: 1280px) {
      .footer__phone {
        margin-right: 65px;
      }
    }

    /* ── TABLET (768px – 1279px) ── */
    @media (max-width: 1279px) {
      :root { --content-padding: 48px; --section-gap: 100px; --section-gap-footer: 40px; }
      .hero { min-height: clamp(520px, 75vw, 720px); }
      .hero__title { font-size: clamp(48px, 8vw, 64px); }
      .hero__explore { right: var(--content-padding); bottom: 40px; }
      .partners__title { font-size: clamp(40px, 6vw, 52px); }
      .about {
        grid-template-columns: 1fr;
        gap: 48px;
      }
      .about__heading { font-size: clamp(40px, 6vw, 52px); line-height: 1.05; }
      .about__cards {
        grid-template-columns: 1fr 1fr;
      }
      .about__card--wide { max-width: none; }
      .how__title { font-size: clamp(40px, 6vw, 52px); line-height: 1.05; }
      .how__steps {
        grid-template-columns: 1fr;
        gap: 24px;
      }
      .step-card { min-height: 220px; }
      .vendor {
        grid-template-columns: 1fr;
      }
      .vendor__benefits {
        width: 100%;
        max-width: none;
        margin-right: 0;
      }
      .vendor__benefit {
        height: auto;
        min-height: 20px;
      }
      .vendor__benefit span { white-space: normal; }
      .vendor__promo-title { font-size: clamp(36px, 6vw, 48px); line-height: 1.05; }
      .footer__download-inner {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
        gap: 16px;
      }
      .footer__phone {
        max-width: 340px;
      }
      .footer__download-content {
        padding-bottom: 64px;
        max-width: none;
      }
      .footer__contact {
        grid-template-columns: 1fr 1fr;
      }
      .footer__col--social {
        grid-column: 1 / -1;
        align-items: flex-start;
      }
      .footer__label--right { text-align: left; }
      .footer__social { justify-content: flex-start; }
    }

    /* ── TABLET STACK (≤991px) ── */
    @media (max-width: 991px) {
      .footer__download {
        min-height: 0;
      }
      .footer__download-bg {
        top: 120px;
        height: auto;
        bottom: 0;
      }
      .footer__download-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        justify-items: center;
        align-items: start;
        min-height: 0;
        padding: 0 var(--content-padding) 40px;
        gap: 0;
      }
      .footer__phone {
        order: -1;
        justify-self: center;
        align-self: start;
        width: min(280px, 72vw);
        max-width: 280px;
        margin-top: -44px;
      }
      .footer__download-content {
        align-self: stretch;
        max-width: 420px;
        padding-bottom: 0;
        padding-top: 16px;
        align-items: center;
        text-align: center;
        gap: 24px;
      }
      .footer__download-copy {
        align-items: center;
        gap: 12px;
      }
      .footer__download-title {
        font-size: clamp(28px, 5vw, 36px);
        line-height: 1.2;
      }
      .footer__download-text {
        font-size: 16px;
        line-height: 1.4;
      }
      .footer__badges {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        width: 100%;
      }
      .footer__badges img {
        width: min(168px, 40vw);
        height: auto;
        aspect-ratio: 180 / 52;
      }
      .footer__contact {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 32px;
        padding-bottom: 32px;
      }
      .footer__col--social {
        align-items: flex-start;
      }
      .footer__label--right {
        text-align: left;
      }
      .footer__social {
        justify-content: flex-start;
      }
      .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding-top: 20px;
        padding-bottom: 32px;
      }
      .footer__brand-row {
        width: 100%;
      }
      .footer__copyright {
        flex-wrap: wrap;
      }
    }

    /* ── MOBILE (≤767px) ── */
    @media (max-width: 767px) {
      :root { --content-padding: 20px; --section-gap: 64px; --section-gap-footer: 32px; }
      .hero {
        min-height: clamp(440px, 125vw, 560px);
      }
      .hero__content {
        width: 100%;
        padding: 72px 16px 48px;
        gap: 20px;
      }
      .hero__logo { width: min(260px, 72vw); }
      .hero__divider { width: min(320px, 88vw); }
      .hero__title {
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.08;
      }
      .hero__actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
      }
      .btn {
        width: 100%;
        max-width: 300px;
        min-height: 48px;
      }
      .hero__explore { display: none; }
      .partners__title {
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.05;
        margin-bottom: 28px;
      }
      .partners__track-wrap {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
      }
      .partners__row { gap: 28px; padding-right: 28px; }
      .partners__track { animation-duration: 22s; }
      .partners__logo {
        height: 52px;
        max-height: 52px;
      }
      .about { gap: 32px; }
      .about__heading {
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.1;
        margin-bottom: 16px;
      }
      .about__text,
      .about__list {
        font-size: 16px;
        line-height: 1.6;
      }
      .about__cards {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .about__card { padding: 20px; }
      .how__title {
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.1;
      }
      .how__subtitle {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 28px;
      }
      .how__steps { margin-bottom: 32px; gap: 16px; }
      .step-card { min-height: 0; }
      .step-card__inner { padding: 20px; }
      .step-card__desc { max-width: none; }
      .form-row { grid-template-columns: 1fr; }
      .form-submit {
        width: 100%;
        max-width: 300px;
        min-height: 48px;
      }
      .vendor__form-wrap { padding: 24px 20px; }
      .vendor__form-title {
        font-size: clamp(20px, 5.5vw, 24px);
        line-height: 1.25;
      }
      .vendor__promo { padding: 28px 20px; }
      .vendor__promo-title {
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.08;
      }
      .vendor__promo-sub { font-size: 15px; }
      .vendor__benefits {
        width: 100%;
        max-width: none;
        margin-right: 0;
      }
      .vendor__benefit span { white-space: normal; font-size: 15px; }
      .footer__download-bg { top: 96px; }
      .footer__download-inner { padding-bottom: 28px; }
      .footer__phone {
        width: min(240px, 76vw);
        max-width: 240px;
        margin-top: -32px;
      }
      .footer__download-content {
        max-width: 100%;
        padding-top: 12px;
        gap: 18px;
      }
      .footer__download-title {
        font-size: clamp(24px, 6.5vw, 28px);
      }
      .footer__download-text { font-size: 15px; }
      .footer__badges img { width: min(148px, 44vw); }
      .footer__contact {
        gap: 24px;
        padding: 28px var(--content-padding);
      }
      .footer__label { font-size: 18px; }
      .footer__headline,
      .footer__contact-item { font-size: 15px; }
      .footer__social-link {
        width: 40px;
        height: 40px;
      }
      .footer__social-link img {
        width: 20px;
        height: 20px;
        max-width: 20px;
        max-height: 20px;
      }
      .footer__bottom {
        gap: 20px;
        padding: 20px var(--content-padding) 28px;
      }
      .footer__brand-row--end {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
      }
      .footer__logo img {
        width: min(295px, 72vw);
        height: auto;
      }
      .footer__copyright {
        font-size: 11px;
        line-height: 1.4;
      }
      .footer__powered {
        width: auto;
        min-width: 140px;
      }
    }

    @media (max-width: 360px) {
      .footer__badges {
        flex-direction: column;
        align-items: center;
      }
      .footer__badges img { width: 160px; }
      .footer__brand-row--end {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .partners__track { animation: none; }
      .btn:hover,
      .form-submit:hover,
      .footer__social-link:hover { transform: none; }
    }

/* Vendor form AJAX feedback */
.notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.notification.show {
    opacity: 1;
    top: 40px;
}

.notification.success {
    background-color: #28a745;
}

.notification.error {
    background-color: #dc3545;
}

.form-field .error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
}

.form-input.input-error,
.form-textarea.input-error {
    border-color: #dc3545;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    border-top-color: var(--color-black);
    animation: spin 1s ease-in-out infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.btn-submit.is-loading {
    cursor: not-allowed;
    pointer-events: none;
}

.btn-submit.is-loading .btn-text {
    visibility: hidden;
}

.btn-submit.is-loading .spinner {
    position: absolute;
}
