@import url('https://fonts.googleapis.com/css2?family=Bowler&family=Jura:wght@400;500;600;700&display=swap');

.fm-landing,
.fm-landing * { box-sizing: border-box; }
.fm-landing input,
.fm-landing textarea,
.fm-landing select { font: inherit; }

.fm-landing {
  --font-headline: 'Bowler', var(--t-headline-font);
  --font-text: 'Jura', var(--t-text-font);
  font-family: var(--font-text);
  background: #0a0a0a;
  color: #e8e8e8;
  --accent: #ff6b00;
  --accent-2: #ffaa00;
  --accent-glow: rgba(255, 107, 0, 0.35);
  --bg: #0a0a0a;
  --bg-2: #131313;
  --bg-3: #1c1c1c;
  --border: #2a2a2a;
  --text: #e8e8e8;
  --text-muted: #8a8a8a;
  scroll-behavior: smooth;
}

.fm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ HEADER ============ */
.fm-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.fm-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 40px;
}
.fm-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}
.fm-logo__mark {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: 15px;
  color: #000;
  letter-spacing: 0.5px;
  position: relative;
}
.fm-logo__mark::after {
  content: '';
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(0,0,0,0.25);
}
.fm-logo__text {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.3px;
}
.fm-nav {
  display: flex;
  gap: 32px;
  flex: 1;
  justify-content: center;
  flex-wrap: nowrap; /* добавлено, чтобы не переносились на десктопе */
}
.fm-nav a {
  color: #ffffff;              /* исправлено: белый */
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-text);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.2s;
  white-space: nowrap;         /* запрет переноса внутри ссылки */
}
.fm-nav a:hover {
  color: #FBB03B;              /* оранжевый при наведении */
}
.fm-header__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
  position: relative;
  white-space: nowrap;
}
.fm-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid var(--border);
}
.fm-btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.fm-btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #000;
  box-shadow: 0 0 0 0 var(--accent-glow);
}
.fm-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px var(--accent-glow);
}
.fm-btn--lg { padding: 18px 36px; font-size: 14px; }

/* ============ HERO с фоновой машиной ============ */
.fm-hero {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  isolation: isolate;
}
.fm-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.fm-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(255, 138, 61, 0.22), transparent 55%),
    radial-gradient(ellipse at 15% 85%, rgba(255, 170, 0, 0.10), transparent 55%);
  z-index: 2;
}
.fm-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.75) 30%, rgba(10,10,10,0.25) 60%, rgba(10,10,10,0.4) 100%);
  z-index: 3;
}
.fm-hero__bg-img {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
  height: 130%;
  background-image: url('https://static.tildacdn.com/tild6436-3137-4365-b532-383361633132/cx-5a1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  filter: contrast(1.1) saturate(0.85) brightness(0.85);
}
.fm-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  pointer-events: none;
}
.fm-hero__inner {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 520px;
}
.fm-hero__eyebrow {
  font-family: var(--font-headline);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.fm-hero__eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--accent);
}
.fm-hero__title {
  font-family: var(--font-headline);
  font-size: 62px;
  font-weight: 800;
  line-height: 1.02;
  margin: 0 0 24px;
  color: #fff;
  letter-spacing: -1px;
}
.fm-hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fm-hero__subtitle {
  font-family: var(--font-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(232, 232, 232, 0.75);
  margin: 0 0 40px;
  max-width: 540px;
}
.fm-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.fm-hero__car-caption {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-family: var(--font-headline);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(232,232,232,0.7);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(10, 10, 10, 0.7);
  padding: 8px 14px;
  border: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.fm-hero__car-caption::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent);
}

/* ============ STATS ============ */
.fm-stats {
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
}
.fm-stats__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.fm-stat {
  padding: 36px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.fm-stat:last-child { border-right: none; }
.fm-stat__value {
  font-family: var(--font-headline);
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
  white-space: nowrap;
}
.fm-stat__label {
  font-family: var(--font-text);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
  font-weight: 500;
}

/* ============ SECTIONS ============ */
.fm-section {
  padding: 100px 0;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.fm-section--alt { background: var(--bg-2); }
.fm-section__head {
  margin-bottom: 60px;
  max-width: 720px;
}
.fm-section__eyebrow {
  font-family: var(--font-headline);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 16px;
}
.fm-section__title {
  font-family: var(--font-headline);
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}
.fm-section__text {
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* ============ PARTS GALLERY ============ */
.fm-parts {
  background: var(--bg-2);
  padding: 100px 0;
  border-bottom: 1px solid var(--border);
}
.fm-parts__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 12px;
  margin-top: 60px;
}
.fm-parts__item {
  position: relative;
  overflow: hidden;
  background: var(--bg-3);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: border-color 0.25s, transform 0.25s;
}
.fm-parts__item:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.fm-parts__item--lg { grid-row: span 2; }
.fm-parts__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s;
}
.fm-parts__item:hover .fm-parts__img { transform: scale(1.05); }
.fm-parts__img--body { background-image: url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?w=1200&q=80'); background-position: center 60%; }
.fm-parts__img--door { background-image: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=800&q=80'); }
.fm-parts__img--hood { background-image: url('https://images.unsplash.com/photo-1583121274602-3e2820c69888?w=800&q=80'); }
.fm-parts__img--wheel { background-image: url('https://images.unsplash.com/photo-1568844293986-8d0400bd4745?w=800&q=80'); }
.fm-parts__img--bumper { background-image: url('https://images.unsplash.com/photo-1605559424843-9e4c228bf1c2?w=800&q=80'); }
.fm-parts__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}
.fm-parts__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 22px;
  z-index: 2;
}
.fm-parts__num {
  font-family: var(--font-text);
  font-size: 10px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
  display: block;
}
.fm-parts__name {
  font-family: var(--font-headline);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.15;
  letter-spacing: -0.3px;
}
.fm-parts__sub {
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.fm-parts__corner {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
  opacity: 0;
  transition: opacity 0.25s;
}
.fm-parts__item:hover .fm-parts__corner { opacity: 1; }

/* ============ ABOUT ============ */
.fm-about__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}
.fm-about__text p {
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--text-muted);
  margin: 0 0 18px;
}
.fm-about__text strong { color: #fff; font-weight: 700; }
.fm-partners-list {
  background: var(--bg-2);
  border: 1px solid var(--border);
  padding: 32px;
}
.fm-partners-list__title {
  font-family: var(--font-headline);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin: 0 0 20px;
  font-weight: 700;
}
.fm-partners-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  counter-reset: partners;
}
.fm-partners-list li {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  padding: 10px 0 10px 36px;
  position: relative;
  border-bottom: 1px dashed var(--border);
  counter-increment: partners;
}
.fm-partners-list li::before {
  content: counter(partners, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--accent);
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 11px;
}
.fm-partners-list__note {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  margin: 20px 0 0;
  line-height: 1.6;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

/* ============ ADVANTAGES ============ */
.fm-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.fm-advantage {
  background: var(--bg);
  padding: 40px 32px;
  position: relative;
  transition: background 0.25s;
}
.fm-advantage:hover { background: var(--bg-2); }
.fm-advantage__num {
  font-family: var(--font-headline);
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.fm-advantage__title {
  font-family: var(--font-headline);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.3;
}
.fm-advantage__text {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* ============ PRODUCTION ============ */
.fm-production__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.fm-prod-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
}
.fm-prod-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}
.fm-prod-card__media {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-3);
  overflow: hidden;
}
.fm-prod-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.6) 100%);
}
.fm-prod-card__media--press {
  background-image: url('https://images.unsplash.com/photo-1565793298595-6a879b1d9492?w=1200&q=80');
}
.fm-prod-card__media--robot {
  background-image: url('https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=1200&q=80');
  background-position: center 30%;
}
.fm-prod-card__corner {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}
.fm-prod-card__media-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-family: var(--font-text);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  background: var(--accent);
  padding: 4px 10px;
}
.fm-prod-card__body {
  padding: 32px 36px 36px;
}
.fm-prod-card__badge {
  font-family: var(--font-headline);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 14px;
}
.fm-prod-card__title {
  font-family: var(--font-headline);
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
.fm-prod-card__text {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* ============ BRANDS ============ */
.fm-brands__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.fm-brand {
  background: var(--bg);
  padding: 26px 8px;
  text-align: center;
  font-family: var(--font-headline);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  cursor: default;
}
.fm-brand:hover {
  background: var(--bg-2);
  color: var(--accent);
}

/* ============ CERTS ============ */
.fm-cert__subtitle {
  font-family: var(--font-headline);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 40px 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.fm-cert__subtitle::before {
  content: '';
  width: 30px;
  height: 2px;
  background: var(--accent);
}
.fm-cert__subtitle:first-of-type { margin-top: 0; }
.fm-cert__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fm-cert {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 28px 24px;
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}
.fm-cert:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.fm-cert__icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: var(--font-headline);
  font-weight: 800;
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 0.5px;
}
.fm-cert__name {
  font-family: var(--font-headline);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.fm-cert__desc {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}

/* ============ TIERS ============ */
.fm-tiers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fm-tier {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 32px;
  position: relative;
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
}
.fm-tier:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}
.fm-tier--featured {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border-color: var(--accent);
}
.fm-tier--featured::before {
  content: 'ТОП';
  position: absolute;
  top: -1px;
  right: 24px;
  background: var(--accent);
  color: #000;
  font-family: var(--font-headline);
  font-size: 10px;
  font-weight: 800;
  padding: 5px 14px;
  letter-spacing: 1.5px;
}
.fm-tier__num {
  font-family: var(--font-headline);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.fm-tier__title {
  font-family: var(--font-headline);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.2;
}
.fm-tier__amount {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  margin: 0 0 18px;
}
.fm-tier__text {
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 22px;
  flex: 1;
}
.fm-tier__cta {
  display: inline-block;
  color: var(--accent);
  font-family: var(--font-headline);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  transition: padding-left 0.2s;
}
.fm-tier__cta:hover { padding-left: 6px; }

/* ============ CTA BANNER ============ */
.fm-cta-banner-wrap {
  background: var(--bg);
}
.fm-cta-banner {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.fm-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.06) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.fm-cta-banner__text {
  position: relative;
  flex: 1;
  min-width: 280px;
}
.fm-cta-banner__title {
  font-family: var(--font-headline);
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin: 0 0 8px;
  line-height: 1.1;
}
.fm-cta-banner__sub {
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 600;
  color: rgba(0,0,0,0.75);
  margin: 0;
}
.fm-cta-banner__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #000;
  color: #fff;
  padding: 20px 36px;
  font-family: var(--font-headline);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.fm-cta-banner__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}

/* ============ CONTACTS ============ */
.fm-contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.fm-contact-card {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 32px;
  transition: border-color 0.2s;
}
.fm-contact-card:hover { border-color: var(--accent); }
.fm-contact-card__label {
  font-family: var(--font-headline);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin: 0 0 14px;
  font-weight: 700;
}
.fm-contact-card__value {
  font-family: var(--font-headline);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  word-break: break-word;
}
.fm-contact-card__value a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.fm-contact-card__value a:hover { color: var(--accent); }
.fm-contact-card__note {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ============ FOOTER ============ */
.fm-footer {
  background: #050505;
  padding: 60px 0 28px;
  border-top: 1px solid var(--border);
}
.fm-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.fm-footer__title {
  font-family: var(--font-headline);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin: 0 0 16px;
  font-weight: 700;
}
.fm-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fm-footer__list li {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 4px 0;
}
.fm-footer__list a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.fm-footer__list a:hover { color: var(--accent); }
.fm-footer__about {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 16px 0 0;
  max-width: 360px;
}
.fm-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .fm-hero__title { font-size: 50px; }
  .fm-stats__grid { grid-template-columns: repeat(3, 1fr); }
  .fm-stat:nth-child(4) { border-right: none; }
  .fm-stat { border-bottom: 1px solid var(--border); }
  .fm-brands__list { grid-template-columns: repeat(6, 1fr); }
  .fm-hero__bg-img { width: 80%; }
  .fm-parts__grid { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 960px) {
  .fm-nav { 
    display: none;  /* скрываем навигацию на планшетах (можно оставить flex-wrap, но часто скрывают под бургер) */
  }
  .fm-hero { padding: 80px 0 60px; }
  .fm-hero__inner { grid-template-columns: 1fr; gap: 30px; min-height: auto; }
  .fm-hero__title { font-size: 42px; }
  .fm-hero__bg-img { width: 100%; right: -10%; opacity: 0.45; }
  .fm-hero__bg::after {
    background: linear-gradient(180deg, rgba(10,10,10,0.7) 0%, rgba(10,10,10,0.4) 50%, rgba(10,10,10,0.85) 100%);
  }
  .fm-section { padding: 70px 0; }
  .fm-section__title { font-size: 32px; }
  .fm-about__grid { grid-template-columns: 1fr; gap: 40px; }
  .fm-advantages__grid { grid-template-columns: repeat(2, 1fr); }
  .fm-production__grid { grid-template-columns: 1fr; }
  .fm-brands__list { grid-template-columns: repeat(4, 1fr); }
  .fm-cert__grid { grid-template-columns: repeat(2, 1fr); }
  .fm-tiers__grid { grid-template-columns: repeat(2, 1fr); }
  .fm-contacts__grid { grid-template-columns: 1fr; }
  .fm-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .fm-cta-banner { padding: 48px 36px; }
  .fm-parts { padding: 70px 0; }
  .fm-parts__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 240px 240px; }
  .fm-parts__item--lg { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 640px) {
  .fm-header__inner { gap: 12px; }
  .fm-header__actions .fm-btn--ghost { display: none; }
  .fm-header__actions .fm-btn { padding: 10px 14px; font-size: 11px; }
  .fm-logo__text { font-size: 16px; }
  .fm-logo__mark { width: 36px; height: 36px; font-size: 13px; }
  .fm-hero { padding: 56px 0 40px; }
  .fm-hero__title { font-size: 32px; letter-spacing: -0.5px; }
  .fm-hero__subtitle { font-size: 15px; }
  .fm-hero__cta .fm-btn { width: 100%; justify-content: center; }
  .fm-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .fm-stat { border-bottom: 1px solid var(--border); }
  .fm-stat:nth-child(2n) { border-right: none; }
  .fm-section { padding: 56px 0; }
  .fm-section__title { font-size: 26px; }
  .fm-section__head { margin-bottom: 40px; }
  .fm-advantages__grid { grid-template-columns: 1fr; }
  .fm-brands__list { grid-template-columns: repeat(3, 1fr); }
  .fm-cert__grid { grid-template-columns: 1fr; }
  .fm-tiers__grid { grid-template-columns: 1fr; }
  .fm-cta-banner { padding: 40px 24px; }
  .fm-cta-banner__title { font-size: 22px; }
  .fm-cta-banner__btn { width: 100%; justify-content: center; }
  .fm-footer__grid { grid-template-columns: 1fr; }
  .fm-partners-list ol { grid-template-columns: 1fr; }
  .fm-prod-card__body { padding: 24px; }
  .fm-prod-card__title { font-size: 24px; }
  .fm-prod-card__media { height: 200px; }
  .fm-contact-card { padding: 24px; }
  .fm-contact-card__value { font-size: 18px; }
  .fm-hero__car-caption { font-size: 9px; right: 12px; bottom: 8px; padding: 6px 10px; }
  .fm-parts { padding: 56px 0; }
  .fm-parts__grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 220px); }
  .fm-parts__item--lg { grid-column: auto; grid-row: auto; }
}
@media (max-width: 480px) {
  .fm-hero__title { font-size: 26px; }
  .fm-stat__value { font-size: 22px; }
  .fm-section__title { font-size: 22px; }
  .fm-stat { padding: 24px 10px; }
}