/* Electro HUB — Дилерам */
.dealers-page { color: #fff; }

.dealers-hero {
  padding: 1.5rem 0 2.6rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background:
    radial-gradient(820px 400px at 10% -15%, rgba(196,30,58,0.16), transparent 55%),
    #000;
}
.dealers-hero .breadcrumb { margin-bottom: 1.1rem; }
.dealers-eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ff8a80;
}
.dealers-hero h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 4.2vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.dealers-lead {
  margin: 0 0 1.3rem;
  max-width: 40rem;
  color: rgba(255,255,255,0.66);
  font-size: 1.08rem;
  line-height: 1.55;
}
.dealers-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}
.dealers-fine {
  margin: 0.75rem 0 0;
  color: rgba(255,255,255,0.45);
  font-size: 0.88rem;
  line-height: 1.45;
}

.dealers-fit-grid,
.dealers-offer-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .dealers-fit-grid { grid-template-columns: repeat(3, 1fr); }
  .dealers-offer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
  .dealers-offer-grid { grid-template-columns: repeat(4, 1fr); }
}
.dealers-card {
  padding: 1.25rem 1.2rem 1.3rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(165deg, #151515, #0c0c0c);
}
.dealers-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: #fff;
}
.dealers-card p {
  margin: 0;
  color: rgba(255,255,255,0.55);
  font-size: 0.92rem;
  line-height: 1.45;
}

.dealers-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 800px) {
  .dealers-steps-list { grid-template-columns: repeat(4, 1fr); }
}
.dealers-steps-list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 1.1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111;
}
.dealers-step-num {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(196,30,58,0.14);
  border: 1px solid rgba(196,30,58,0.4);
  color: #ff8a80;
  font-weight: 800;
  font-size: 0.9rem;
}
.dealers-steps-list strong { display: block; color: #fff; margin-bottom: 0.2rem; }
.dealers-steps-list p { margin: 0; color: rgba(255,255,255,0.5); font-size: 0.88rem; }
.dealers-note {
  margin: 1rem 0 0;
  color: rgba(255,255,255,0.48);
  font-size: 0.9rem;
}

.dealers-form-layout {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 960px) {
  .dealers-form-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.7fr);
    align-items: start;
    gap: 2rem;
  }
}
.dealers-form-main h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.4rem, 2.8vw, 1.85rem);
}
.dealers-form-lead {
  margin: 0 0 1.25rem;
  color: rgba(255,255,255,0.58);
  max-width: 36rem;
  line-height: 1.5;
}
.dealers-form {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .dealers-form { grid-template-columns: 1fr 1fr; }
}
.dealers-field {
  display: grid;
  gap: 0.35rem;
}
.dealers-field--full { grid-column: 1 / -1; }
.dealers-field span,
.dealers-brands legend {
  font-size: 0.82rem;
  font-weight: 650;
  color: rgba(255,255,255,0.55);
}
.dealers-field input,
.dealers-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: #121212;
  color: #fff;
  padding: 0.75rem 0.9rem;
  font: inherit;
}
.dealers-field input:focus,
.dealers-field textarea:focus {
  outline: none;
  border-color: rgba(196,30,58,0.7);
}
.dealers-brands {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  background: #111;
}
.dealers-brands label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.78);
  font-size: 0.92rem;
}
.dealers-brands input { accent-color: #C41E3A; }
.dealers-form .btn { grid-column: 1 / -1; justify-self: start; margin-top: 0.25rem; }
.dealers-form-ok {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(40,120,70,0.2);
  border: 1px solid rgba(80,180,110,0.35);
  color: #b6f0c8;
  margin-bottom: 1rem;
}
.dealers-form-err {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(196,30,58,0.12);
  border: 1px solid rgba(196,30,58,0.35);
  color: #ffb4ae;
  margin-bottom: 1rem;
}
.dealers-form-aside {
  padding: 1.25rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #111;
}
.dealers-form-aside h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}
.dealers-form-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.dealers-form-aside li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(255,255,255,0.58);
  font-size: 0.92rem;
  line-height: 1.4;
}
.dealers-form-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #C41E3A;
}

.dealers-cabinet-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.45rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(165deg, #151515, #0c0c0c);
}
.dealers-cabinet-box h2 { margin: 0 0 0.5rem; }
.dealers-cabinet-box > div > p { margin: 0 0 0.75rem; color: rgba(255,255,255,0.58); max-width: 36rem; line-height: 1.5; }
.dealers-cab-list {
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}
.dealers-cab-list li {
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
  padding-left: 1rem;
  position: relative;
}
.dealers-cab-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #C41E3A;
}

.dealers-seo-inner { max-width: 44rem; }
.dealers-seo h2 { margin: 0 0 0.85rem; font-size: clamp(1.3rem, 2.5vw, 1.7rem); }
.dealers-seo p { margin: 0; color: rgba(255,255,255,0.58); line-height: 1.6; }

.dealers-faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 0.55rem;
}
.dealers-page .eh-faq-item {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #111;
  padding: 0 1.1rem;
}
.dealers-page .eh-faq-item summary {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 650;
  color: #fff;
  list-style: none;
}
.dealers-page .eh-faq-item summary::-webkit-details-marker { display: none; }
.dealers-page .eh-faq-body {
  padding: 0 0 1rem;
  color: #a3a3a3;
  font-size: 0.95rem;
  line-height: 1.55;
}

.dealers-bottom {
  padding: 2.4rem 0 3.2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(120deg, rgba(196,30,58,0.14), transparent 42%), #070707;
}
.dealers-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.dealers-bottom h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
}
.dealers-bottom p { margin: 0; color: rgba(255,255,255,0.55); }
.dealers-bottom-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* My Account dealer panels */
.eh-dealer-panel h2 { margin: 0 0 0.65rem; }
.eh-dealer-panel p { color: rgba(255,255,255,0.65); line-height: 1.5; }
.eh-dealer-note { font-size: 0.88rem; color: rgba(255,255,255,0.45) !important; }
.eh-dealer-files {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.eh-dealer-files li {
  padding: 1rem 1.05rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: #111;
  display: grid;
  gap: 0.25rem;
}
.eh-dealer-files strong { color: #fff; }
.eh-dealer-files span { color: rgba(255,255,255,0.5); font-size: 0.9rem; }
.eh-dealer-files em { color: rgba(255,255,255,0.4); font-size: 0.85rem; }
.eh-dealer-files a { color: #ff8a80; }
