/* ============================================================
   Где Бенз — стили лендинга: hero + мокап телефона (карта с
   пинами-статусами и карточкой станции), фичи, шаги, CTA.
   ============================================================ */

/* ---------- Hero ---------- */
.hero { padding: 64px 0 24px; }
.hero .wrap {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 48px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-tint); color: var(--brand);
  font-size: 13px; font-weight: 700;
  padding: 7px 12px; border-radius: 999px; margin-bottom: 18px;
}
.hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--brand);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.hero h1 { font-size: 42px; font-weight: 700; margin-bottom: 18px; }
.hero h1 .accent { color: var(--brand); }
.hero-sub { font-size: 17px; color: var(--text2); max-width: 460px; margin-bottom: 28px; }
.hero .stores { margin-bottom: 14px; }
.hero-note { font-size: 13px; color: var(--muted); }

/* ---------- Мокап телефона ---------- */
.phone-wrap { display: flex; justify-content: center; }
.phone {
  width: 320px; height: 620px; flex: none;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 44px;
  box-shadow: var(--shadow-lg), 0 30px 60px rgba(0,0,0,.10);
  padding: 10px; position: relative;
}
.phone-screen {
  width: 100%; height: 100%; border-radius: 36px; overflow: hidden;
  background: var(--map-bg); position: relative;
  display: flex; flex-direction: column;
}
.phone-notch {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 26px; border-radius: 14px;
  background: var(--ink); opacity: .92; z-index: 6;
}

/* Карта: кварталы и улицы */
.mock-map { position: absolute; inset: 0; }
.mock-map .road {
  position: absolute; background: var(--map-road);
  border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.02);
}
.mock-map .block { position: absolute; background: var(--map-block); border-radius: 6px; }
.r-h1 { top: 24%; left: -5%; width: 110%; height: 14px; transform: rotate(-7deg); }
.r-h2 { top: 47%; left: -5%; width: 110%; height: 20px; transform: rotate(3deg); }
.r-h3 { top: 71%; left: -5%; width: 110%; height: 12px; transform: rotate(-4deg); }
.r-v1 { left: 26%; top: -5%; height: 110%; width: 14px; transform: rotate(8deg); }
.r-v2 { left: 62%; top: -5%; height: 110%; width: 18px; transform: rotate(-5deg); }
.b-1 { top: 6%; left: 6%; width: 60px; height: 52px; }
.b-2 { top: 8%; right: 8%; width: 74px; height: 60px; }
.b-3 { top: 55%; left: 8%; width: 66px; height: 56px; }
.b-4 { top: 30%; left: 38%; width: 72px; height: 58px; }
.b-5 { top: 56%; right: 6%; width: 58px; height: 64px; }

/* Пины АЗС */
.pin {
  position: absolute; width: 30px; height: 30px; z-index: 3;
  border-radius: 50% 50% 50% 4px; transform: rotate(-45deg);
  border: 2.5px solid #fff;
  box-shadow: var(--shadow-map);
  display: flex; align-items: center; justify-content: center;
}
.pin svg { width: 14px; height: 14px; transform: rotate(45deg); fill: #fff; }
.pin-have { background: var(--have); }
.pin-queue { background: var(--queue); }
.pin-none { background: var(--none); }
.pin-me {
  position: absolute; width: 18px; height: 18px; border-radius: 50%;
  background: var(--limit); border: 3px solid #fff;
  box-shadow: 0 0 0 8px var(--tint-limit), var(--shadow-sm); z-index: 2;
}

/* Карточка станции внизу экрана (порт .gbCard + строки марок) */
.station-card {
  position: absolute; left: 10px; right: 10px; bottom: 12px; z-index: 5;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-md);
  padding: 14px 14px 12px;
}
.station-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.station-name { font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.station-dist { font-size: 12.5px; font-weight: 600; color: var(--muted); }
.fuel-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 0; border-top: 1px solid var(--hairline);
}
.fuel-name { font-size: 14px; font-weight: 700; color: var(--text); }
.station-cta {
  margin-top: 11px; width: 100%; text-align: center;
  background: var(--brand); color: var(--brand-on);
  font-size: 14px; font-weight: 800; padding: 11px 0;
  border-radius: var(--r-btn); box-shadow: var(--shadow-sm);
}

/* Плавающий тост радара над картой */
.radar-toast {
  position: absolute; top: 58px; left: 12px; right: 12px; z-index: 5;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 12px; box-shadow: var(--shadow-md);
  padding: 10px 12px; display: flex; gap: 10px; align-items: center;
}
.radar-toast .rt-ic {
  width: 32px; height: 32px; border-radius: 9px; flex: none;
  background: var(--brand-tint); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.radar-toast .rt-ic svg { width: 17px; height: 17px; }
.radar-toast .rt-t { font-size: 12.5px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.radar-toast .rt-s { font-size: 11.5px; color: var(--text2); font-weight: 500; }

/* ---------- Секции ---------- */
.section { padding: 72px 0 0; }
.section-head { max-width: 560px; margin-bottom: 36px; }
.section-head h2 { font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.section-head p { font-size: 16px; color: var(--text2); }

/* ---------- Сетка фич ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature { padding: 22px 20px; transition: transform .15s, box-shadow .15s; }
.feature:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.feature .f-ic {
  width: 42px; height: 42px; border-radius: var(--r-btn);
  background: var(--brand-tint); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.feature .f-ic svg { width: 22px; height: 22px; }
.feature h3 { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.feature p { font-size: 13.5px; color: var(--text2); line-height: 1.5; }
.feature .pills { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }

/* ---------- Как это работает ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { padding: 26px 22px; position: relative; }
.step .s-num {
  font-family: 'Unbounded', sans-serif; font-size: 15px; font-weight: 700;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--brand); color: var(--brand-on);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--text2); }

/* ---------- Полоса CTA ---------- */
.cta-band { margin-top: 88px; }
.cta-band .inner {
  background: linear-gradient(135deg, var(--brand), var(--brand-hover));
  border-radius: var(--r-sheet);
  padding: 52px 48px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 {
  font-size: 26px; font-weight: 700; color: #fff; max-width: 440px;
}
.cta-band p { color: rgba(255,255,255,.85); font-size: 15px; margin-top: 10px; max-width: 440px; }
.cta-band .store-badge { background: #fff; color: #0D0E10; }
.cta-band .store-badge:hover { color: #0D0E10; }
.cta-band .store-badge.soon {
  background: rgba(255,255,255,.14); color: rgba(255,255,255,.85);
  border: 1px dashed rgba(255,255,255,.45);
}

/* ---------- Адаптив ---------- */
@media (max-width: 960px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .hero h1 { font-size: 34px; }
  .features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .hero { padding-top: 44px; }
  .hero h1 { font-size: 28px; }
  .features, .steps { grid-template-columns: 1fr; }
  .phone { width: 290px; height: 570px; }
  .cta-band .inner { padding: 38px 26px; }
  .section { padding-top: 56px; }
}
