    /* ============================================
       DEALER LANDING — gold & cream, конверсионный
       ============================================ */
    .dl {
      padding-top: 100px;
      background: #faf8f5;
      overflow-x: hidden;
    }

    /* HERO с формой выше сгиба */
    .dl-hero {
      padding: 4vw var(--spacing-container) 3vw;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 5vw;
      align-items: start;
    }

    .dl-hero-left {
      max-width: 640px;
    }

    .dl-hero-label {
      font-size: clamp(0.65rem, 0.85vw, 0.85vw);
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: #b49a6a;
      font-weight: 500;
      margin-bottom: 2vw;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .dl-hero-label::before {
      content: '';
      width: 28px;
      height: 1px;
      background: #b49a6a;
    }

    .dl-h1 {
      font-size: clamp(2.2rem, 4.4vw, 4rem);
      font-weight: 200;
      line-height: 1.08;
      letter-spacing: -0.025em;
      color: #2c2520;
      margin-bottom: 24px;
    }

    .dl-h1 em {
      font-style: italic;
      font-weight: 200;
      color: #b49a6a;
    }

    .dl-lead {
      font-size: clamp(1rem, 1.15vw, 1.15vw);
      line-height: 1.6;
      color: rgba(44, 37, 32, 0.72);
      margin-bottom: 32px;
      max-width: 580px;
    }

    .dl-quick-bullets {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px 28px;
      margin-bottom: 36px;
    }

    .dl-quick-bullets li {
      list-style: none;
      display: flex;
      gap: 12px;
      align-items: flex-start;
      font-size: 0.92rem;
      line-height: 1.45;
      color: #3a332c;
    }

    .dl-quick-bullets .material-icons {
      color: #b49a6a;
      font-size: 18px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .dl-stats {
      display: flex;
      gap: 36px;
      flex-wrap: wrap;
    }

    .dl-stat {
      border-left: 2px solid #b49a6a;
      padding-left: 16px;
    }

    .dl-stat-num {
      font-size: 1.8rem;
      font-weight: 200;
      color: #2c2520;
      letter-spacing: -0.02em;
      line-height: 1;
    }

    .dl-stat-label {
      font-size: 0.7rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(44, 37, 32, 0.5);
      margin-top: 6px;
    }

    /* FORM — выше сгиба, sticky на десктопе */
    .dl-form-card {
      background: #fff;
      border: 1px solid rgba(180, 154, 106, 0.18);
      border-radius: 20px;
      padding: 36px 32px;
      box-shadow: 0 30px 80px -40px rgba(44, 37, 32, 0.18);
      position: sticky;
      top: 110px;
    }

    .dl-form-title {
      font-size: 1.35rem;
      font-weight: 400;
      letter-spacing: -0.01em;
      color: #2c2520;
      margin-bottom: 6px;
    }

    .dl-form-sub {
      font-size: 0.85rem;
      color: rgba(44, 37, 32, 0.55);
      margin-bottom: 24px;
      line-height: 1.5;
    }

    .dl-field {
      margin-bottom: 14px;
    }

    .dl-field label {
      display: block;
      font-size: 0.7rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: rgba(44, 37, 32, 0.55);
      margin-bottom: 6px;
      font-weight: 500;
    }

    .dl-field input,
    .dl-field textarea {
      width: 100%;
      padding: 13px 16px;
      border: 1px solid rgba(44, 37, 32, 0.12);
      border-radius: 10px;
      font-family: inherit;
      font-size: 0.95rem;
      color: #2c2520;
      background: #faf8f5;
      transition: border-color 0.25s, background 0.25s;
    }

    .dl-field input:focus,
    .dl-field textarea:focus {
      outline: none;
      border-color: #b49a6a;
      background: #fff;
    }

    .dl-field textarea {
      min-height: 80px;
      resize: vertical;
    }

    .dl-honeypot {
      position: absolute;
      left: -9999px;
      width: 0;
      height: 0;
      opacity: 0;
    }

    .dl-form-submit {
      width: 100%;
      padding: 16px 24px;
      background: #2c2520;
      color: #fff;
      border: none;
      border-radius: 10px;
      font-family: inherit;
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      cursor: pointer;
      transition: background 0.3s, transform 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 8px;
    }

    .dl-form-submit:hover {
      background: #b49a6a;
    }

    .dl-form-submit:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }

    .dl-form-policy {
      font-size: 0.7rem;
      color: rgba(44, 37, 32, 0.45);
      line-height: 1.55;
      margin-top: 16px;
      text-align: center;
    }

    .dl-form-policy a {
      color: #b49a6a;
      text-decoration: underline;
    }

    /* SECTIONS */
    .dl-section {
      padding: 6vw var(--spacing-container);
    }

    .dl-section-light {
      background: #fff;
    }

    .dl-section-header {
      max-width: 720px;
      margin-bottom: 4vw;
    }

    .dl-section-label {
      font-size: clamp(0.65rem, 0.85vw, 0.85vw);
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: #b49a6a;
      font-weight: 500;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .dl-section-label::before {
      content: '';
      width: 28px;
      height: 1px;
      background: #b49a6a;
    }

    .dl-section-title {
      font-size: clamp(1.8rem, 3.4vw, 3rem);
      font-weight: 200;
      line-height: 1.12;
      letter-spacing: -0.02em;
      color: #2c2520;
    }

    .dl-section-title em {
      font-style: italic;
      color: #b49a6a;
      font-weight: 200;
    }

    .dl-section-desc {
      font-size: clamp(0.95rem, 1.05vw, 1.05vw);
      color: rgba(44, 37, 32, 0.7);
      line-height: 1.7;
      margin-top: 18px;
      max-width: 680px;
    }

    /* BENEFITS GRID */
    .dl-benefits {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .dl-benefit {
      background: #faf8f5;
      border: 1px solid rgba(180, 154, 106, 0.16);
      border-radius: 16px;
      padding: 32px 28px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .dl-benefit:hover {
      transform: translateY(-4px);
      box-shadow: 0 22px 60px -30px rgba(44, 37, 32, 0.2);
    }

    .dl-benefit-icon {
      width: 50px;
      height: 50px;
      border-radius: 12px;
      background: linear-gradient(135deg, #b49a6a 0%, #c4ad7c 100%);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
    }

    .dl-benefit-icon .material-icons {
      font-size: 26px;
    }

    .dl-benefit-title {
      font-size: 1.1rem;
      font-weight: 500;
      color: #2c2520;
      margin-bottom: 10px;
      letter-spacing: -0.01em;
    }

    .dl-benefit-desc {
      font-size: 0.9rem;
      line-height: 1.6;
      color: rgba(44, 37, 32, 0.65);
    }

    /* WHO is it FOR */
    .dl-targets {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .dl-target {
      display: flex;
      gap: 18px;
      padding: 24px;
      background: #faf8f5;
      border-radius: 14px;
      align-items: flex-start;
    }

    .dl-target-icon {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      border-radius: 10px;
      background: rgba(180, 154, 106, 0.12);
      color: #b49a6a;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .dl-target h3 {
      font-size: 1rem;
      font-weight: 500;
      color: #2c2520;
      margin: 0 0 6px;
    }

    .dl-target p {
      font-size: 0.85rem;
      color: rgba(44, 37, 32, 0.65);
      line-height: 1.55;
      margin: 0;
    }

    /* CONDITIONS */
    .dl-conditions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .dl-conditions-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .dl-conditions-list li {
      display: flex;
      gap: 14px;
      padding: 18px 0;
      border-bottom: 1px solid rgba(44, 37, 32, 0.08);
      font-size: 0.95rem;
      color: #3a332c;
      line-height: 1.5;
    }

    .dl-conditions-list li:last-child {
      border-bottom: none;
    }

    .dl-conditions-list .material-icons {
      color: #b49a6a;
      font-size: 22px;
      flex-shrink: 0;
    }

    .dl-conditions-aside {
      background: linear-gradient(135deg, #2c2520 0%, #1a1714 100%);
      color: #fff;
      padding: 36px 32px;
      border-radius: 20px;
    }

    .dl-conditions-aside h3 {
      font-size: 1.4rem;
      font-weight: 300;
      margin-bottom: 16px;
      letter-spacing: -0.01em;
    }

    .dl-conditions-aside p {
      font-size: 0.92rem;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.72);
      margin-bottom: 22px;
    }

    .dl-conditions-aside .dl-cta-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 13px 22px;
      background: #b49a6a;
      color: #fff;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 500;
      font-size: 0.92rem;
      transition: background 0.3s;
    }

    .dl-conditions-aside .dl-cta-link:hover {
      background: #c4ad7c;
    }

    /* FAQ */
    .dl-faq {
      max-width: 900px;
    }

    .dl-faq details {
      border-bottom: 1px solid rgba(44, 37, 32, 0.1);
      padding: 22px 0;
    }

    .dl-faq summary {
      font-size: 1.05rem;
      font-weight: 500;
      color: #2c2520;
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }

    .dl-faq summary::after {
      content: '+';
      font-size: 1.5rem;
      color: #b49a6a;
      font-weight: 200;
      transition: transform 0.3s;
    }

    .dl-faq details[open] summary::after {
      transform: rotate(45deg);
    }

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

    .dl-faq p {
      margin-top: 14px;
      font-size: 0.95rem;
      line-height: 1.7;
      color: rgba(44, 37, 32, 0.7);
    }

    /* Final CTA */
    .dl-final {
      padding: 6vw var(--spacing-container);
      background: linear-gradient(135deg, #2c2520 0%, #1a1714 100%);
      color: #fff;
      text-align: center;
    }

    .dl-final h2 {
      font-size: clamp(1.8rem, 3.4vw, 3rem);
      font-weight: 200;
      letter-spacing: -0.02em;
      margin-bottom: 18px;
    }

    .dl-final h2 em {
      color: #b49a6a;
      font-style: italic;
      font-weight: 200;
    }

    .dl-final p {
      font-size: 1.05rem;
      color: rgba(255, 255, 255, 0.7);
      max-width: 620px;
      margin: 0 auto 32px;
      line-height: 1.65;
    }

    .dl-final .dl-cta-link {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 18px 36px;
      background: #b49a6a;
      color: #fff;
      border-radius: 12px;
      text-decoration: none;
      font-weight: 500;
      font-size: 1rem;
      letter-spacing: 0.02em;
      transition: background 0.3s, transform 0.2s;
    }

    .dl-final .dl-cta-link:hover {
      background: #c4ad7c;
      transform: translateY(-2px);
    }

    .dl-honeypot {
      position: absolute;
      left: -9999px;
      width: 0;
      height: 0;
      opacity: 0;
    }

    .dl-field-optional {
      opacity: 0.5;
      text-transform: none;
      letter-spacing: 0;
    }

    /* Success state */
    .dl-form-success {
      display: none;
      text-align: center;
      padding: 20px 0;
    }

    .dl-form-success.visible {
      display: block;
    }

    .dl-form-success-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #b49a6a;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
    }

    .dl-form-success-icon .material-icons {
      font-size: 30px;
    }

    .dl-form-success h3 {
      font-size: 1.25rem;
      font-weight: 400;
      color: #2c2520;
      margin-bottom: 8px;
    }

    .dl-form-success p {
      font-size: 0.9rem;
      color: rgba(44, 37, 32, 0.6);
      line-height: 1.55;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .dl-hero { grid-template-columns: 1fr; gap: 3vw; }
      .dl-form-card { position: static; }
      .dl-benefits { grid-template-columns: repeat(2, 1fr); }
      .dl-targets { grid-template-columns: 1fr; }
      .dl-conditions { grid-template-columns: 1fr; gap: 36px; }
    }

    @media (max-width: 640px) {
      .dl-hero { padding: 6vw var(--spacing-container) 4vw; }
      .dl-quick-bullets { grid-template-columns: 1fr; }
      .dl-stats { gap: 22px; }
      .dl-benefits { grid-template-columns: 1fr; }
      .dl-form-card { padding: 28px 22px; }
    }
