:root {
        --autotrade-page-max: 1366px;
        --autotrade-page-min: 390px;
        --autotrade-content-gutter: 64px;
        --autotrade-section-space: 64px;
        --autotrade-header-height: 96px;
        color-scheme: light;
        font-family: system-ui, "Segoe UI", sans-serif;
        color: #111;
        background: #e9edf2;
      }

      * { box-sizing: border-box; }
      html { min-width: var(--autotrade-page-min); scroll-behavior: smooth; scroll-padding-top: calc(var(--autotrade-header-height) + 16px); }
      body { min-width: var(--autotrade-page-min); margin: 0; overflow-x: auto; background: #e9edf2; }
      body.autotrade-menu-open { overflow: hidden; }
      button, select, a { font: inherit; }
      button:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid #8eb7ff; outline-offset: 3px; }

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

      @font-face {
        font-family: "Onest";
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url("./fonts/onest-02.ttf") format("truetype");
      }

      @font-face {
        font-family: "Onest";
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url("./fonts/onest-03.ttf") format("truetype");
      }

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

      .review-toolbar {
        position: sticky;
        top: 0;
        z-index: 10;
        display: grid;
        grid-template-columns: minmax(270px, 1fr) auto minmax(250px, auto);
        gap: 20px;
        align-items: center;
        padding: 14px 24px;
        color: #fff;
        background: rgba(12, 14, 17, 0.96);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(12px);
      }

      .review-title strong, .review-title span { display: block; }
      .review-title strong { font-size: 16px; line-height: 1.25; }
      .review-title span { margin-top: 3px; color: #adb5c0; font-size: 12px; line-height: 1.35; }

      .mode-switch {
        display: inline-flex;
        padding: 3px;
        border: 1px solid #3b4048;
        border-radius: 8px;
        background: #1a1d22;
      }

      .mode-switch button {
        min-height: 44px;
        padding: 0 15px;
        color: #bcc3cc;
        border: 0;
        border-radius: 5px;
        background: transparent;
        cursor: pointer;
      }

      .mode-switch button[aria-pressed="true"] { color: #111; background: #fff; }

      .jump-label {
        display: grid;
        grid-template-columns: auto minmax(160px, 1fr);
        gap: 9px;
        align-items: center;
        color: #c7cdd5;
        font-size: 12px;
      }

      .jump-label select {
        width: 100%;
        min-height: 44px;
        padding: 0 34px 0 10px;
        color: #fff;
        border: 1px solid #3b4048;
        border-radius: 6px;
        background: #1a1d22;
      }

      .review-summary {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 12px;
        width: min(var(--autotrade-page-max), calc(100% - 32px));
        margin: 24px auto;
      }

      .summary-item {
        padding: 14px 16px;
        background: #fff;
        border: 1px solid #d9dee5;
        border-radius: 10px;
      }

      .summary-item strong, .summary-item span { display: block; }
      .summary-item strong { font-size: 22px; }
      .summary-item span { margin-top: 4px; color: #66707c; font-size: 12px; line-height: 1.35; }

      .storyboard { width: 100%; min-width: var(--autotrade-page-min); max-width: var(--autotrade-page-max); margin: 0 auto 64px; }

      .block {
        scroll-margin-top: calc(var(--autotrade-header-height) + 16px);
        margin: 0 0 28px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #d6dbe2;
        border-radius: 12px;
        box-shadow: 0 8px 30px rgba(23, 31, 42, 0.08);
      }

      .block img { display: block; width: 100%; height: auto; margin: 0; border: 0; vertical-align: top; }

      .section-meta {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr) auto;
        gap: 14px;
        align-items: start;
        padding: 15px 18px;
        background: #fff;
        border-bottom: 1px solid #e2e6eb;
      }

      .section-number { color: #7b8490; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; }
      .section-copy strong, .section-copy span { display: block; }
      .section-copy strong { font-size: 15px; line-height: 1.25; }
      .section-copy span { margin-top: 5px; color: #68727e; font-size: 12px; line-height: 1.45; }

      .status {
        display: inline-flex;
        align-items: center;
        min-height: 28px;
        padding: 0 10px;
        border: 1px solid transparent;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 0.045em;
      }

      .status--draft { color: #fff; background: #111; }
      .status--existing { color: #4c5560; background: #eef1f4; border-color: #d8dde3; }
      .status--refine { color: #8b1e16; background: #fff0ee; border-color: #f2c5bf; }
      .status--missing { color: #6b3e00; background: #fff3d6; border-color: #ebcf91; }
      .status--source { color: #084c83; background: #eaf5ff; border-color: #b9dcf6; }
      .status--decision { color: #765500; background: #fff7d8; border-color: #ead990; }
      .status--live { color: #075631; background: #e8f8f0; border-color: #a9dfc5; }

      .autotrade-hero {
        position: relative;
        min-height: 610px;
        overflow: hidden;
        color: #07090c;
        background: #f5f7fa;
        font-family: "Onest", system-ui, sans-serif;
        isolation: isolate;
      }

      .block .autotrade-hero__media {
        position: absolute;
        z-index: -3;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
      }

      .autotrade-hero::before {
        position: absolute;
        z-index: -2;
        inset: 0;
        content: "";
        background: linear-gradient(90deg, rgba(247, 250, 254, 0.72) 0%, rgba(247, 250, 254, 0.6) 30%, rgba(247, 250, 254, 0.16) 56%, rgba(247, 250, 254, 0) 76%);
        pointer-events: none;
      }

      .autotrade-header {
        position: fixed;
        z-index: 900;
        top: 0;
        left: 50%;
        display: grid;
        grid-template-columns: 142px minmax(0, 1fr) auto;
        gap: clamp(22px, 3.1vw, 52px);
        align-items: center;
        width: min(100%, var(--autotrade-page-max));
        min-height: 96px;
        padding: 16px var(--autotrade-content-gutter) 14px;
        border-bottom: 1px solid transparent;
        background: transparent;
        transform: translateX(-50%);
        transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
      }

      .autotrade-header.is-scrolled {
        border-bottom-color: #d6dbe2;
        background: rgba(247, 250, 254, 0.94);
        -webkit-backdrop-filter: blur(16px) saturate(1.08);
        backdrop-filter: blur(16px) saturate(1.08);
      }

      .autotrade-logo {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: 132px;
        min-height: 52px;
      }

      .autotrade-logo img {
        width: 128px;
        height: auto;
      }

      .autotrade-nav {
        display: flex;
        gap: clamp(22px, 3vw, 48px);
        align-items: center;
        justify-content: center;
        min-width: 0;
      }

      .autotrade-nav a {
        color: #080a0d;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none;
        white-space: nowrap;
      }

      .autotrade-nav a {
        position: relative;
        padding: 8px 0;
      }

      .autotrade-nav a::after {
        position: absolute;
        right: 0;
        bottom: 2px;
        left: 0;
        height: 1px;
        content: "";
        background: currentColor;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 160ms ease;
      }

      .autotrade-nav a:hover::after,
      .autotrade-nav a:focus-visible::after {
        transform: scaleX(1);
        transform-origin: left;
      }

      .autotrade-actions {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: flex-end;
      }

      .autotrade-phone {
        display: inline-flex;
        gap: 9px;
        align-items: center;
        min-height: 46px;
        color: #090b0e;
        font-size: clamp(15px, 1.3vw, 18px);
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
      }

      .autotrade-phone img {
        display: none;
        width: 40px;
        height: 40px;
      }

      .autotrade-telegram,
      .autotrade-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        padding: 0 12px;
        color: #11151a;
        border: 1px solid rgba(7, 13, 20, 0.11);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 5px 18px rgba(20, 29, 42, 0.05);
        cursor: pointer;
        transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
      }

      .autotrade-telegram img,
      .autotrade-menu-toggle img {
        display: block;
        width: 26px;
        height: 26px;
      }

      .autotrade-menu-toggle img {
        transition: filter 160ms ease;
      }

      @media (hover: hover) and (pointer: fine) {
        .autotrade-telegram:hover,
        .autotrade-menu-toggle:hover {
          border-color: var(--v19-color-brand-blue, #1478ff);
          background: var(--v19-color-brand-blue, #1478ff);
          box-shadow: 0 6px 20px rgba(20, 120, 255, 0.22);
        }

        .autotrade-menu-toggle:hover img { filter: brightness(0) invert(1); }
      }

      .autotrade-menu-toggle:focus-visible {
        outline: 3px solid rgba(11, 111, 255, 0.3);
        outline-offset: 3px;
      }

      .autotrade-menu {
        position: fixed;
        z-index: 1000;
        inset: 0;
        width: 100%;
        min-width: var(--autotrade-page-min);
        height: 100vh;
        height: 100dvh;
        overflow-x: hidden;
        overflow-y: auto;
        color: #fff;
        background: #001a32;
        font-family: "Onest", system-ui, sans-serif;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-100%);
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 320ms;
      }

      .autotrade-menu.is-open {
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s;
      }

      .autotrade-menu__shell {
        display: grid;
        grid-template-rows: auto minmax(0, 1fr);
        width: 100%;
        max-width: var(--autotrade-page-max);
        min-height: 100%;
        margin-inline: auto;
      }

      .autotrade-menu__header {
        display: grid;
        grid-template-columns: 142px minmax(0, 1fr) auto;
        gap: clamp(22px, 3.1vw, 52px);
        align-items: center;
        min-height: 96px;
        padding: 16px var(--autotrade-content-gutter) 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      }

      .autotrade-menu__logo {
        display: inline-flex;
        align-items: center;
        width: 132px;
        min-height: 52px;
      }

      .autotrade-menu__logo img {
        display: block;
        width: 128px;
        height: auto;
      }

      .autotrade-menu__phone {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        justify-self: center;
        min-height: 52px;
        color: #fff;
        font-size: clamp(18px, 1.6vw, 22px);
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
        white-space: nowrap;
      }

      .autotrade-menu__phone img { display: none; width: 40px; height: 40px; }

      .autotrade-menu__actions {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: flex-end;
      }

      .autotrade-menu__telegram,
      .autotrade-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 52px;
        height: 52px;
        padding: 0;
        border: 0;
        border-radius: 10px;
        background: transparent;
        cursor: pointer;
        transition: background-color 160ms ease, box-shadow 160ms ease;
      }

      .autotrade-menu__telegram img { display: block; width: 40px; height: 40px; }
      .autotrade-menu-close { width: 59px; }
      .autotrade-menu-close img { display: block; width: 59px; height: 52px; }

      .autotrade-menu__body {
        width: 100%;
        padding: clamp(56px, 8vh, 92px) var(--autotrade-content-gutter) 64px;
      }

      .autotrade-menu__kicker {
        margin: 0 0 28px;
        color: var(--v19-color-brand-blue, #1478ff);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;
      }

      .autotrade-menu__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, minmax(88px, auto));
        grid-auto-flow: column;
        gap: 0 clamp(32px, 6vw, 84px);
      }

      .autotrade-menu__link {
        display: flex;
        align-items: center;
        min-height: 88px;
        padding: 18px 24px;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        font-size: clamp(30px, 3.2vw, 42px);
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -0.025em;
        text-decoration: none;
        transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
      }

      .autotrade-menu__link:nth-child(3),
      .autotrade-menu__link:nth-child(6) { border-bottom: 1px solid rgba(255, 255, 255, 0.18); }

      @media (hover: hover) and (pointer: fine) {
        .autotrade-menu__telegram:hover,
        .autotrade-menu-close:hover {
          border-color: var(--v19-color-brand-blue, #1478ff);
          background: var(--v19-color-brand-blue, #1478ff);
          box-shadow: 0 12px 30px rgba(20, 120, 255, 0.2);
        }

        .autotrade-menu__link:hover {
          color: var(--v19-color-brand-blue, #1478ff);
          border-color: var(--v19-color-brand-blue, #1478ff);
          transform: translateX(8px);
        }
      }

      .autotrade-menu__telegram:focus-visible,
      .autotrade-menu-close:focus-visible,
      .autotrade-menu__link:focus-visible { outline-color: #fff; }

      .autotrade-hero__copy {
        position: relative;
        z-index: 2;
        max-width: 740px;
        margin-top: var(--autotrade-header-height);
        padding: 30px var(--autotrade-content-gutter) 32px;
      }

      .autotrade-hero h1 {
        max-width: 650px;
        margin: 0;
        font-size: clamp(45px, 4.15vw, 58px);
        font-weight: 700;
        line-height: 1.02;
        letter-spacing: -0.045em;
        text-wrap: balance;
      }

      .autotrade-hero__lead {
        max-width: 530px;
        margin: 21px 0 0;
        color: #68717e;
        font-size: 17px;
        line-height: 1.4;
      }

      .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;
      }

      .valuation-section {
        font-family: "Onest", system-ui, sans-serif;
        background: #f7f8fa;
      }

      .valuation-section { min-height: 145px; padding: 0 var(--autotrade-content-gutter) 6px; }

      .valuation-panel {
        min-height: 139px;
        padding: 25px 31px;
        display: grid;
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 26px;
        align-items: start;
        border: 1px solid #edf0f3;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(23, 31, 42, 0.07);
      }

      .valuation-panel h2 {
        max-width: 210px;
        margin: 2px 0 0;
        color: #080a0d;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.025em;
      }

      .vehicle-valuation-form {
        display: grid;
        grid-template-columns: 1.08fr 0.96fr 1.06fr 0.88fr;
        grid-template-rows: auto auto;
        gap: 8px 14px;
        align-items: start;
      }

      .valuation-field { display: block; min-width: 0; }

      .valuation-field input {
        width: 100%;
        height: 52px;
        padding: 0 16px;
        color: #171b21;
        border: 1px solid #dfe4ea;
        border-radius: 7px;
        outline: none;
        background: #fff;
        font: 400 14px/1 "Onest", system-ui, sans-serif;
        transition: border-color 160ms ease, box-shadow 160ms ease;
      }

      .valuation-field input::placeholder { color: #a4acb7; opacity: 1; }
      .valuation-field input:focus { border-color: #0b6fff; box-shadow: 0 0 0 3px rgba(11, 111, 255, 0.1); }
      .valuation-field input[aria-invalid="true"] { border-color: #bd352d; box-shadow: 0 0 0 3px rgba(189, 53, 45, 0.08); }

      .valuation-submit {
        min-width: 0;
        height: 52px;
        padding: 0 18px;
        color: #fff;
        border: 1px solid #050608;
        border-radius: 7px;
        background: #050608;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
      }

      @media (hover: hover) and (pointer: fine) {
        .valuation-submit:hover {
          border-color: var(--v19-color-brand-blue, #1478ff);
          background: var(--v19-color-brand-blue, #1478ff);
          transform: translateY(-1px);
        }
      }
      .valuation-submit:focus-visible { outline: 3px solid rgba(11, 111, 255, 0.28); outline-offset: 3px; }

      .valuation-consent {
        grid-column: 3 / 5;
        display: grid;
        grid-template-columns: 14px minmax(0, 1fr);
        gap: 8px;
        align-items: start;
        color: #68717d;
        font-size: 10px;
        line-height: 1.35;
      }

      .valuation-consent input { width: 14px; height: 14px; margin: 0; accent-color: #0b6fff; }
      .valuation-consent input[aria-invalid="true"] { outline: 2px solid rgba(189, 53, 45, 0.55); outline-offset: 2px; }

      .valuation-form__status {
        grid-column: 1 / 3;
        min-height: 16px;
        margin: 0;
        color: #65707d;
        font-size: 11px;
        line-height: 1.35;
      }

      .valuation-form__status:empty { visibility: hidden; }
      .valuation-form__status[data-state="error"] { color: #a62d26; }
      .valuation-form__status[data-state="success"] { color: #075631; }

      .autotrade-hero .trust-section {
        width: min(calc(100vw - (var(--autotrade-content-gutter) * 2)), calc(var(--autotrade-page-max) - (var(--autotrade-content-gutter) * 2)));
        margin-top: 24px;
        padding: 0;
        font-family: "Onest", system-ui, sans-serif;
        background: transparent;
      }

      .autotrade-hero .trust-metrics {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
      }

      .autotrade-hero .trust-metric {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        min-height: 105px;
        padding: 13px 28px;
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 15px;
        align-items: center;
        border: 1px solid #e6e9ed;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.88);
        transition:
          transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
          border-color 220ms ease,
          box-shadow 260ms ease;
      }

      .autotrade-hero .trust-metric::before {
        position: absolute;
        z-index: 0;
        inset: 0;
        content: "";
        background: linear-gradient(105deg, #075cc6 0%, #0867dd 62%, #0b6fdf 100%);
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
      }

      .autotrade-hero .trust-metric > img {
        position: relative;
        z-index: 1;
        width: 38px;
        height: 38px;
        object-fit: contain;
        transition: filter 180ms ease;
      }

      .trust-metric__copy { position: relative; z-index: 1; min-width: 0; }
      .trust-metric strong, .trust-metric span { display: block; }
      .trust-metric strong { color: #0c0e11; font-size: 17px; font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; transition: color 180ms ease; }
      .trust-metric span { margin-top: 5px; color: #727b87; font-size: 12px; line-height: 1.35; transition: color 180ms ease; }

      @media (hover: hover) and (pointer: fine) {
        .autotrade-hero .trust-metric:hover {
          border-color: transparent;
          box-shadow: 0 18px 36px rgba(7, 92, 198, 0.24);
          transform: translateY(-4px);
        }

        .autotrade-hero .trust-metric:hover::before { transform: scaleX(1); }
        .autotrade-hero .trust-metric:hover > img { filter: brightness(0) invert(1); }
        .autotrade-hero .trust-metric:hover strong,
        .autotrade-hero .trust-metric:hover span { color: #fff; }
      }

      .source-card {
        position: relative;
        min-height: 520px;
        padding: 76px clamp(34px, 6vw, 90px) 64px;
        color: #111;
        background:
          radial-gradient(circle at 78% 18%, rgba(18, 105, 255, 0.11), transparent 32%),
          linear-gradient(135deg, #fff 0%, #f4f6f9 100%);
      }

      .source-banner {
        position: absolute;
        top: 24px;
        left: clamp(34px, 6vw, 90px);
        display: inline-flex;
        min-height: 30px;
        align-items: center;
        padding: 0 12px;
        color: #694200;
        background: #fff2cf;
        border: 1px solid #e5c679;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 750;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .source-card h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 5vw, 68px); line-height: 0.98; letter-spacing: -0.045em; }
      .source-card h2 span { color: #0b6fff; }
      .source-card p { max-width: 980px; margin: 24px 0 0; color: #4f5965; font-size: clamp(16px, 1.7vw, 22px); line-height: 1.55; }

      .trust-reasons {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
        margin: 42px 0 0;
        list-style: none;
      }

      .trust-reasons li {
        min-height: 174px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid #d9e0e8;
        border-radius: 12px;
      }

      .trust-reasons b { display: block; margin-bottom: 22px; color: #0b6fff; font-size: 16px; }
      .trust-reasons span { font-size: 15px; line-height: 1.35; }

      .source-note {
        margin-top: 34px;
        padding-top: 18px;
        color: #7a5a16;
        border-top: 1px solid #d9c994;
        font-size: 14px;
        line-height: 1.45;
      }

      body.clean-mode { background: #fff; }
      body.clean-mode .review-toolbar, body.clean-mode .review-summary, body.clean-mode .section-meta { display: none; }
      body.clean-mode .storyboard { margin: 0 auto; }
      body.clean-mode .block { margin: 0; border: 0; border-radius: 0; box-shadow: none; }
      body.clean-mode #block-03 { display: none; }

      .clean-exit {
        position: fixed;
        right: 16px;
        bottom: 16px;
        z-index: 20;
        display: none;
        min-height: 44px;
        padding: 0 16px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 7px;
        background: rgba(10, 12, 15, 0.9);
        cursor: pointer;
      }

      body.clean-mode .clean-exit { display: block; }

      @media (max-width: 768px) {
        :root { --autotrade-header-height: 82px; }
        .review-toolbar { position: static; grid-template-columns: 1fr; }
        .mode-switch { width: 100%; }
        .mode-switch button { flex: 1; }
        .review-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .section-meta { grid-template-columns: 42px minmax(0, 1fr); }
        .status { grid-column: 2; justify-self: start; }
        .trust-reasons { grid-template-columns: 1fr; }
        .trust-reasons li { min-height: 0; }

      }

      @media (max-width: 1024px) {
        .autotrade-hero { min-height: 720px; }
        .autotrade-header {
          grid-template-columns: 142px minmax(0, 1fr);
          gap: 18px;
        }

        .autotrade-nav { display: none; }
        .autotrade-actions { grid-column: 2; }
        .autotrade-hero__copy { padding-top: 32px; padding-bottom: 76px; }
        .autotrade-hero h1 { max-width: 560px; }

        .valuation-section { padding: 16px var(--autotrade-content-gutter); }
        .valuation-panel { padding: 24px; grid-template-columns: 1fr; gap: 18px; }
        .valuation-panel h2 { max-width: none; }
        .vehicle-valuation-form { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
        .valuation-consent { grid-column: 1 / 3; }
        .valuation-form__status { grid-column: 1 / 2; }
        .valuation-submit { grid-column: 2; grid-row: 2; }

        .autotrade-hero .trust-section { width: calc(100vw - (var(--autotrade-content-gutter) * 2)); }
        .autotrade-hero .trust-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }

      }

      @media (max-width: 768px) {
        .autotrade-hero {
          min-height: auto;
          background: #f5f7fa;
        }

        .block .autotrade-hero__media {
          left: 0;
          object-position: 67% center;
        }

        .autotrade-hero::before {
          background:
            linear-gradient(180deg, rgba(247, 250, 254, 0.84) 0%, rgba(247, 250, 254, 0.78) 47%, rgba(247, 250, 254, 0.08) 77%),
            linear-gradient(90deg, rgba(247, 250, 254, 0.46) 0%, rgba(247, 250, 254, 0.08) 100%);
        }

        .autotrade-header {
          grid-template-columns: minmax(104px, 1fr) auto;
          min-height: 82px;
          padding: 12px var(--autotrade-content-gutter);
        }

        .autotrade-logo {
          width: 112px;
          min-height: 46px;
        }

        .autotrade-logo img { width: 108px; }
        .autotrade-actions { gap: 8px; }
        .autotrade-phone span { display: none; }
        .autotrade-phone img { display: block; }
        .autotrade-telegram,
        .autotrade-menu-toggle { width: 46px; height: 46px; padding: 0 9px; }

        .autotrade-hero__copy {
          max-width: 100%;
          padding: 38px var(--autotrade-content-gutter) 72px;
        }

        .autotrade-hero h1 {
          max-width: 560px;
          font-size: clamp(40px, 10.7vw, 56px);
        }

        .autotrade-hero__lead {
          max-width: 500px;
          color: #525d69;
          font-size: 16px;
        }

        .autotrade-hero .trust-section { width: calc(100vw - (var(--autotrade-content-gutter) * 2)); margin-top: 20px; }
      }

      @media (width < 768px) {
        .autotrade-menu__header {
          grid-template-columns: 96px minmax(40px, 1fr) auto;
          gap: 8px;
          min-height: 82px;
          padding-block: 12px;
        }

        .autotrade-menu__logo { width: 96px; min-height: 44px; }
        .autotrade-menu__logo img { width: 94px; }
        .autotrade-menu__phone { justify-self: end; min-height: 44px; }
        .autotrade-menu__phone img { display: block; width: 36px; height: 36px; }
        .autotrade-menu__phone span { display: none; }
        .autotrade-menu__actions { gap: 8px; }
        .autotrade-menu__telegram,
        .autotrade-menu-close { min-width: 44px; width: 44px; height: 44px; }
        .autotrade-menu__telegram img { width: 34px; height: 34px; }
        .autotrade-menu-close img { width: 44px; height: 44px; }
        .autotrade-menu__body { padding-top: 38px; padding-bottom: 40px; }
        .autotrade-menu__kicker { margin-bottom: 20px; font-size: 14px; }
        .autotrade-menu__nav {
          grid-template-columns: minmax(0, 1fr);
          grid-template-rows: none;
          grid-auto-flow: row;
          gap: 0;
        }
        .autotrade-menu__link {
          min-height: 68px;
          padding: 14px 12px;
          font-size: 28px;
        }
        .autotrade-menu__link:nth-child(3) { border-bottom: 0; }
        .autotrade-menu__link:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.18); }

        .autotrade-hero .trust-metrics { gap: 10px; }
        .autotrade-hero .trust-metric {
          min-height: 96px;
          padding: 18px 16px;
          grid-template-columns: minmax(0, 1fr);
          gap: 0;
        }

        .autotrade-hero .trust-metric > img { display: none; }
        .trust-metric strong br { display: none; }
      }

      @media (max-width: 390px) {
        .autotrade-header { padding-inline: var(--autotrade-content-gutter); }
        .autotrade-logo { width: 96px; }
        .autotrade-logo img { width: 94px; }
        .autotrade-phone img { width: 36px; height: 36px; }
        .autotrade-telegram,
        .autotrade-menu-toggle { width: 44px; height: 44px; padding-inline: 7px; }
        .autotrade-hero__copy { padding: 34px var(--autotrade-content-gutter) 58px; }
        .autotrade-hero h1 { font-size: clamp(36px, 11.8vw, 48px); line-height: 1.04; }
        .autotrade-hero__lead { margin-top: 18px; font-size: 15px; }

        .autotrade-hero .trust-section { width: calc(var(--autotrade-page-min) - (var(--autotrade-content-gutter) * 2)); margin-top: 18px; }

        .valuation-section { padding: 14px var(--autotrade-content-gutter) 18px; }
        .valuation-panel { padding: 22px 18px; border-radius: 12px; }
        .valuation-panel h2 { font-size: 22px; }
        .vehicle-valuation-form { grid-template-columns: 1fr; gap: 12px; }
        .valuation-consent,
        .valuation-form__status,
        .valuation-submit { grid-column: 1; grid-row: auto; }
        .valuation-submit { width: 100%; }
      }

      @media (prefers-reduced-motion: reduce) {
        html { scroll-behavior: auto; }
        .autotrade-header { transition: none; }
        .autotrade-menu { transition: none; }
        .autotrade-nav a::after { transition: none; }
        .autotrade-hero .trust-metric { transition: border-color 120ms ease, box-shadow 120ms ease; }
        .autotrade-hero .trust-metric:hover { transform: none; }
      }

      @media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
        .autotrade-hero .trust-metric::before {
          opacity: 0;
          transform: none;
          transition: opacity 120ms ease;
        }
        .autotrade-hero .trust-metric:hover::before { opacity: 1; transform: none; }
      }
