/* ================================================================
   diesel-offer.css — специфичные стили для страницы продажи ДТ
   ================================================================ */

/* ── Тикер ── */
.diesel-ticker {
  border-top: 1px solid rgba(200,160,64,0.12);
  background: rgba(200,160,64,0.025);
  padding: 11px 0;
  overflow: hidden;
}
.diesel-ticker-wrap {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: diesel-ticker 40s linear infinite;
  width: max-content;
}
.diesel-ticker-wrap:hover { animation-play-state: paused; }
.diesel-ticker-wrap span {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.18);
  flex-shrink: 0;
}
.diesel-ticker-wrap .dt-sep { color: rgba(200,160,64,0.45) !important; }
@keyframes diesel-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .diesel-ticker-wrap { animation: none; }
}

/* ── Характеристики ── */
.specs-section {
  padding: 100px var(--pad-x);
  max-width: 1280px;
  margin: 0 auto;
}
.specs-label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 40px;
  display: block;
}
.specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 2px;
  overflow: hidden;
}
.spec-cell {
  background: #0A0F0C;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: background 0.18s;
}
.spec-cell:hover { background: rgba(30,122,60,0.07); }
.spec-icon { font-size: 22px; color: var(--green); line-height: 1; }
.spec-name {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
}
.spec-value {
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.spec-sub { font-size: 13px; color: rgba(255,255,255,0.35); line-height: 1.5; }

/* ── Кому подходит ── */
.audience-section {
  background: #111810;
  padding: 100px 0;
}
.audience-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.audience-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.audience-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 0.2s, background 0.2s;
}
.audience-card:hover {
  border-color: rgba(30,122,60,0.4);
  background: rgba(30,122,60,0.05);
}
.audience-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: rgba(30,122,60,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #5DBF7A;
  flex-shrink: 0;
}
.audience-card-title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.audience-card-text {
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
}
.audience-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.audience-card-list li {
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  padding-left: 16px;
  position: relative;
}
.audience-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.6;
}

/* ── Регионы ── */
.regions-section {
  padding: 100px 0;
}
.regions-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.regions-head {
  margin-bottom: 40px;
}
.regions-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.regions-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.4);
  max-width: 600px;
  line-height: 1.6;
}
.regions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.region-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 6px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.18s;
}
.region-card:hover { border-color: rgba(30,122,60,0.35); }
.region-card--base {
  border-color: rgba(30,122,60,0.35);
  background: rgba(30,122,60,0.06);
}
.region-card-dist {
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
}
.region-card-flag {
  font-size: 18px;
  color: var(--green);
}
.region-card-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.region-card-note {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}
.regions-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 18px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  line-height: 1.6;
}
.regions-note i { font-size: 16px; color: rgba(255,255,255,0.2); flex-shrink: 0; margin-top: 1px; }

/* ── Преимущества ── */
.why-section {
  padding: 100px var(--pad-x);
  max-width: 1280px;
  margin: 0 auto;
}
.why-header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 40px;
}
.why-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.why-card{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s, background 0.2s;
}
.why-card:hover {
  border-color: rgba(30,122,60,0.4);
  background: rgba(30,122,60,0.05);
}
.why-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: rgba(30,122,60,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #5DBF7A;
  flex-shrink: 0;
}
.why-card-title { font-size: 17px; font-weight: 600; color: #fff; line-height: 1.3; }
.why-card-text { font-size: 15px; color: rgba(255,255,255,0.45); line-height: 1.65; }

/* ── Как купить ── */
.process-offer-section {
  background: #111810;
  padding: 100px var(--pad-x);
}
.process-offer-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.process-offer-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  margin-bottom: 48px;
  line-height: 1.2;
}
.process-offer-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.process-offer-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: calc(50% / 3 + 16px);
  right: calc(50% / 3 + 16px);
  height: 1px;
  background: rgba(30,122,60,0.3);
  pointer-events: none;
}
.pstep { padding: 0 24px 0 0; display: flex; flex-direction: column; gap: 16px; }
.pstep-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(30,122,60,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--green);
  background: #0A0F0C;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.pstep-title { font-size: 17px; font-weight: 600; color: #fff; }
.pstep-text { font-size: 15px; color: rgba(255,255,255,0.42); line-height: 1.65; }

/* ── FAQ ── */
.faq-section {
  padding: 100px 0;
  background: #111810;
}
.faq-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.faq-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 1.2;
}
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.faq-q {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s;
  user-select: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--green);
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.25s;
  line-height: 1;
}
.faq-item[open] .faq-q { color: #fff; }
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a {
  font-size: 16px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  padding-bottom: 22px;
  max-width: 760px;
}

/* ── CTA ── */
.offer-cta-wrap {
  padding: 0 var(--pad-x);
  max-width: 1280px;
  margin: 64px auto;
}
.offer-cta {
  background: rgba(30,122,60,0.09);
  border: 1px solid rgba(30,122,60,0.25);
  border-radius: 2px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.offer-cta-text h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.offer-cta-text p {
  font-size: 16px;
  color: rgba(255,255,255,0.45);
  max-width: 520px;
  line-height: 1.65;
}
.offer-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ── Контакты ── */
.contacts-section {
  padding: 0 var(--pad-x) 100px;
  max-width: 1280px;
  margin: 0 auto;
}
.contacts-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 2px;
  padding: 36px 40px;
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contacts-group { display: flex; flex-direction: column; gap: 8px; }
.contacts-group-label {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  margin-bottom: 4px;
}
.contacts-phone {
  font-family: 'Unbounded', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.contacts-phone:hover { color: #5DBF7A; }
.contacts-email {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contacts-email:hover { color: #fff; }
.contacts-info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: rgba(255,255,255,0.4);
}
.contacts-info-row i { color: var(--green); font-size: 16px; }

/* ── Доступность ── */
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 2px; }
:focus:not(:focus-visible) { outline: none; }

/* ================================================================
   АДАПТИВ
   ================================================================ */
@media (max-width: 1100px) {
  .why-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .specs-section,
  .why-section,
  .contacts-section,
  .audience-inner,
  .regions-inner,
  .faq-inner { padding-left: 24px; padding-right: 24px; }
  .process-offer-section { padding: 56px 24px; }
  .offer-cta-wrap { padding: 0 24px; margin-left: 0; margin-right: 0; }
  .offer-cta { padding: 36px 28px; }
  .specs-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .regions-grid { grid-template-columns: repeat(2, 1fr); }
  .process-offer-steps { grid-template-columns: 1fr; gap: 32px; }
  .process-offer-steps::before { display: none; }
  .contacts-card { padding: 28px 24px; gap: 32px; }
}
@media (max-width: 720px) {
  .audience-grid { grid-template-columns: 1fr; }
  .why-grid--4 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .specs-grid { grid-template-columns: 1fr; }
  .regions-grid { grid-template-columns: 1fr; }
  .spec-cell { padding: 20px; }
  .offer-cta { padding: 28px 20px; }
  .offer-cta-actions { flex-direction: column; width: 100%; }
  .offer-cta-actions a { justify-content: center; }
  .diesel-ticker-wrap { animation: none; }
}

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