/* =========================================================
   Page: Automotive Polyurethane Industry Applications
   File: assets/css/industry-automotive-hero-fixed.css
   ========================================================= */
.automotive-page {
  --auto-brand: #263B8F;
  --auto-brand-2: #1C75BC;
  --auto-accent: #F59E0B;
  --auto-gold: #ffc451;
  --auto-ink: #0b1320;
  --auto-text: #334155;
  --auto-muted: #64748b;
  --auto-soft: #f6f8fc;
  --auto-blue-soft: #f4f8ff;
  --auto-line: rgba(38, 59, 143, 0.12);
  --auto-radius: 18px;
  --auto-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
  background: #fff;
  color: var(--auto-ink);
}

/* ================= TYPOGRAPHY CONSISTENCY ================= */

.automotive-page,
.automotive-page h1,
.automotive-page h2,
.automotive-page h3,
.automotive-page h4,
.automotive-page h5,
.automotive-page h6,
.automotive-page p,
.automotive-page a,
.automotive-page span,
.automotive-page small,
.automotive-page li,
.automotive-page th,
.automotive-page td,
.automotive-page button {
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
}

.automotive-page h1 {
  font-size: min(1.25rem, 20px) !important;
}

.automotive-page h2 {
  font-size: min(1.20rem, 19.2px) !important;
}

.automotive-page h3,
.automotive-page h4,
.automotive-page h5,
.automotive-page h6 {
  font-size: min(1rem, 16px) !important;
}

.auto-main {
  padding-top: 0 !important;
  overflow: hidden;
}

.automotive-page a {
  text-decoration: none;
}

.automotive-page img {
  max-width: 100%;
  height: auto;
}

/* ================= HERO ================= */

.auto-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 96px 0 48px;
  isolation: isolate;
  background: #071120;
}

.auto-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(5, 10, 24, 0.84) 0%,
      rgba(5, 10, 24, 0.58) 42%,
      rgba(5, 10, 24, 0.18) 100%
    ),
    url("../img/bg/Automotive-Pu-Foam.png") center center / 100% auto no-repeat,
    #071120;
  background-attachment: scroll;
}

.auto-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,0), #ffffff 92%);
}

.auto-hero__container {
  position: relative;
  z-index: 2;
}

.auto-hero__glass {
  max-width: 720px;
  padding: 24px 26px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.17), rgba(255,255,255,0.07)),
    radial-gradient(circle at 8% 0%, rgba(255,196,81,0.11), transparent 34%);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 22px 64px rgba(0,0,0,0.36), inset 0 1px 0 rgba(255,255,255,0.28);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
}

.auto-eyebrow,
.auto-section-label,
.auto-pathway-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  padding: 5px 13px;
  border-radius: 999px;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.7;
}

.auto-eyebrow {
  margin-bottom: 10px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.20);
}

.auto-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: clamp(1.08rem, 1.55vw, 1.25rem) !important;
  font-weight: 950;
  line-height: 1.82;
  letter-spacing: -0.42px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.30);
}

.auto-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 2;
  text-align: right;
}

.auto-hero__actions,
.auto-pathway-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.auto-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 17px;
  border-radius: 999px;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.7;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

.auto-btn:hover {
  transform: translateY(-1px);
}

.auto-btn--primary {
  color: #101828 !important;
  background: linear-gradient(90deg, #F59E0B, #ffc451);
  border: 1px solid rgba(255,196,81,0.38);
}

.auto-btn--ghost {
  color: #fff !important;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.24);
}

.auto-btn--ghost:hover {
  color: #ffc451 !important;
  background: rgba(255,255,255,0.14);
}

.auto-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.auto-hero__quick a {
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.72rem;
  font-weight: 750;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.auto-hero__quick a:hover {
  color: #ffc451;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,196,81,.32);
}


/* ================= HERO IMAGE FIX ================= */

@media (max-width: 991.98px) {
  .auto-hero__bg {
    background:
      linear-gradient(
        90deg,
        rgba(5, 10, 24, 0.86) 0%,
        rgba(5, 10, 24, 0.62) 48%,
        rgba(5, 10, 24, 0.24) 100%
      ),
      url("../img/industry/automotive/poliuretan-car.png") center center / cover no-repeat,
      #071120;
  }
}

@media (max-width: 575.98px) {
  .auto-hero__bg {
    background-position: center center;
    background-size: cover;
  }
}

/* ================= GENERAL ================= */

.auto-section {
  position: relative;
  padding: 46px 0;
  overflow: hidden;
}

.auto-section-label {
  margin-bottom: 8px;
  color: var(--auto-brand);
  background: rgba(38,59,143,0.065);
  border: 1px solid rgba(38,59,143,0.12);
}

.auto-section h2,
.auto-section-head h2,
.auto-pathway-cta__content h2 {
  margin: 0 0 13px;
  color: #101828;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: clamp(1.02rem, 1.30vw, 1.20rem) !important;
  font-weight: 950;
  line-height: 1.75;
  letter-spacing: -0.35px;
}

.auto-lead,
.auto-muted,
.auto-section-head p,
.auto-pathway-cta__content p {
  margin: 0;
  color: #475569;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.80rem;
  font-weight: 500;
  line-height: 2;
  text-align: right;
}

.auto-lead {
  color: #25324a;
  font-size: 0.88rem;
  font-weight: 650;
  margin-bottom: 10px;
}

.auto-section-head {
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
}

.auto-section-head .auto-section-label {
  margin-inline: auto;
}

.auto-section-head p {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.auto-position {
  background:
    radial-gradient(circle at 10% 12%, rgba(38,59,143,0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.auto-position a,
.auto-links a {
  color: var(--auto-brand);
  font-weight: 850;
}

.auto-position a:hover,
.auto-links a:hover {
  color: var(--auto-accent);
}

/* ================= PRODUCT MAP ================= */

.auto-map {
  background: #fff;
}

.auto-product-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.auto-product-item {
  position: relative;
  overflow: hidden;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  border-radius: 16px;
  background: #0b1320;
  border: 1px solid rgba(38,59,143,0.10);
  box-shadow: 0 10px 24px rgba(15,23,42,0.055);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.auto-product-item:hover {
  transform: translateY(-1px);
  border-color: rgba(245,158,11,0.24);
  box-shadow: 0 12px 30px rgba(15,23,42,0.08);
}

.auto-product-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: opacity 0.18s ease, filter 0.18s ease;
}

.auto-product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5,10,24,0.04), rgba(5,10,24,0.78)),
    radial-gradient(circle at 20% 12%, rgba(255,196,81,0.12), transparent 34%);
}

.auto-product-item:hover img {
  opacity: 0.78;
  filter: saturate(1.05) contrast(1.04);
}

.auto-product-item span,
.auto-product-item small {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
}

.auto-product-item span {
  margin-bottom: 4px;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.7;
}

.auto-product-item small {
  color: rgba(255,255,255,0.76);
  font-size: 0.70rem;
  font-weight: 600;
  line-height: 1.7;
}

/* ================= TREE ================= */

.auto-tree-section {
  background:
    radial-gradient(circle at 84% 10%, rgba(28,117,188,0.075), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.auto-decision-tree {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.56)),
    radial-gradient(circle at 10% 10%, rgba(255,196,81,.12), transparent 30%);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--auto-shadow);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
}

.auto-tree-root,
.auto-tree-branches a,
.auto-tree-flow span,
.auto-tree-result {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  padding: 9px 12px;
  min-height: 40px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.65;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.auto-tree-root {
  width: min(100%, 420px);
  margin: 0 auto 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--auto-brand), var(--auto-brand-2));
}

.auto-tree-branches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.auto-tree-branches a {
  color: #17325f;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(38,59,143,0.12);
}

.auto-tree-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.auto-tree-flow span {
  color: #17325f;
  background: rgba(245,158,11,0.09);
  border: 1px solid rgba(245,158,11,0.16);
}

.auto-tree-result {
  margin-top: 11px;
  color: #101828;
  background: linear-gradient(90deg, rgba(245,158,11,0.18), rgba(255,255,255,0.68), rgba(28,117,188,0.12));
  border: 1px solid rgba(245,158,11,0.16);
}

.auto-tree-branches a:hover,
.auto-tree-flow span:hover,
.auto-tree-result:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245,158,11,0.22);
}

/* ================= RISK FLOW ================= */

.auto-risks {
  background:
    radial-gradient(circle at 12% 16%, rgba(38,59,143,0.055), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.auto-risk-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 12px;
}

.auto-risk-step {
  position: relative;
  padding: 0 18px 0 12px;
  min-height: 92px;
  border-right: 3px solid rgba(38,59,143,0.26);
}

.auto-risk-step::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  width: 3px;
  height: 30px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--auto-brand), var(--auto-gold));
}

.auto-risk-step strong {
  display: block;
  margin-bottom: 7px;
  color: #14294f;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.7;
}

.auto-risk-step span {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.9;
}

/* ================= TABLE ================= */

.auto-table-section {
  background: #fff;
}

.auto-table-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 12px 34px rgba(15, 23, 42, 0.06),
    0 2px 8px rgba(15, 23, 42, 0.03);
}

.automotive-page table,
.automotive-page .auto-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #f4f8ff;
  border: 1px solid rgba(56, 56, 56, 0.08);
  border-radius: 18px;
}

.automotive-page table thead,
.automotive-page .auto-table thead {
  background: #383838 !important;
}

.automotive-page table thead th,
.automotive-page .auto-table thead th {
  padding: 15px 16px;
  color: #ffffff !important;
  background: #383838 !important;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.80rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: right;
  border-left: 1px solid rgba(255,255,255,0.08);
}

.automotive-page table tbody tr,
.automotive-page .auto-table tbody tr {
  transition: background 0.18s ease;
}

.automotive-page table tbody td,
.automotive-page .auto-table tbody td {
  padding: 15px 16px;
  color: #383838;
  background: #f4f8ff;
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.79rem;
  font-weight: 500;
  line-height: 2;
  text-align: right;
  border-top: 1px solid rgba(56,56,56,0.06);
  border-left: 1px solid rgba(56,56,56,0.04);
}

.automotive-page table tbody tr:nth-child(even) td,
.automotive-page .auto-table tbody tr:nth-child(even) td {
  background: #eef5ff;
}

.automotive-page table tbody tr:hover td,
.automotive-page .auto-table tbody tr:hover td {
  background: rgba(255, 196, 81, 0.18);
  color: #202020;
}

.automotive-page table tbody strong,
.automotive-page .auto-table tbody strong {
  color: #202020;
  font-weight: 900;
}

/* ================= LINKS ================= */

.auto-links {
  background:
    radial-gradient(circle at 85% 12%, rgba(28,117,188,0.06), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.auto-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.auto-link-grid a {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 14px;
  color: #17325f;
  background: linear-gradient(180deg, #fff, #f7faff);
  border: 1px solid rgba(38,59,143,0.10);
  box-shadow: 0 8px 18px rgba(15,23,42,0.04);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.75;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.auto-link-grid a::after {
  content: "←";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #101828;
  background: linear-gradient(90deg, #F59E0B, #ffc451);
  font-size: 0.78rem;
}

.auto-link-grid a:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245,158,11,0.24);
}

/* ================= FINAL CTA SIGNATURE ================= */

.auto-final-cta--pathway {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background:
    radial-gradient(circle at 8% 24%, rgba(38, 59, 143, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-top: 1px solid rgba(38, 59, 143, 0.08);
}

.auto-pathway-cta {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 44px;
  align-items: center;
}

.auto-pathway-cta__actions {
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.auto-pathway-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #fff !important;
  background: #172033;
  border: 1px solid rgba(38, 59, 143, 0.22);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif !important;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.7;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.auto-pathway-btn:hover {
  transform: translateY(-1px);
  color: #101828 !important;
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.28);
}

.auto-pathway-btn i {
  color: #8fd3ff;
  font-size: 0.95rem;
}

.auto-pathway-btn:hover i {
  color: #f59e0b;
}

.auto-pathway-btn--primary {
  background: #1c2638;
}

.auto-pathway-btn--whatsapp i {
  color: #47d18c;
}

.auto-pathway-cta__content {
  position: relative;
  padding-right: 24px;
  border-right: 3px solid #263b8f;
}

.auto-pathway-badge {
  margin-bottom: 12px;
  color: #263b8f;
  background: rgba(38, 59, 143, 0.055);
  border: 1px solid rgba(38, 59, 143, 0.12);
}

.auto-pathway-cta__content p {
  max-width: 840px;
  margin: 0 0 20px;
}

.auto-pathway-routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.auto-pathway-routes a {
  position: relative;
  min-height: 84px;
  display: block;
  padding: 16px 16px 14px;
  border-radius: 16px;
  color: #17325f;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(38, 59, 143, 0.10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.auto-pathway-routes a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 3px;
  height: 34px;
  border-radius: 99px;
  background: linear-gradient(180deg, #263b8f, #ffc451);
}

.auto-pathway-routes a:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  border-color: rgba(245, 158, 11, 0.24);
}

.auto-pathway-routes strong {
  display: block;
  margin-bottom: 7px;
  color: #14294f;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.7;
}

.auto-pathway-routes span {
  display: block;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.85;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1199.98px) {
  .auto-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .auto-tree-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .auto-hero {
    min-height: auto;
    padding: 100px 0 54px;
  }

  .auto-section {
    padding: 42px 0;
  }

  .auto-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .auto-tree-branches,
  .auto-tree-flow,
  .auto-risk-flow,
  .auto-link-grid,
  .auto-pathway-routes {
    grid-template-columns: 1fr;
  }

  .auto-pathway-cta {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .auto-pathway-cta__actions {
    max-width: 360px;
  }
}

@media (max-width: 767.98px) {
  .automotive-page table thead,
  .automotive-page .auto-table thead {
    display: none;
  }

  .automotive-page table,
  .automotive-page table tbody,
  .automotive-page table tr,
  .automotive-page table td,
  .automotive-page .auto-table,
  .automotive-page .auto-table tbody,
  .automotive-page .auto-table tr,
  .automotive-page .auto-table td {
    display: block;
    width: 100%;
  }

  .automotive-page table tr,
  .automotive-page .auto-table tr {
    margin-bottom: 14px;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f8ff;
    box-shadow: 0 10px 24px rgba(15,23,42,0.05);
  }

  .automotive-page table td,
  .automotive-page .auto-table td {
    position: relative;
    padding: 12px 14px 12px 42%;
    min-height: 48px;
    border: none;
    border-bottom: 1px solid rgba(56,56,56,0.05);
  }

  .automotive-page table td:last-child,
  .automotive-page .auto-table td:last-child {
    border-bottom: none;
  }

  .automotive-page table td::before,
  .automotive-page .auto-table td::before {
    content: attr(data-label);
    position: absolute;
    top: 12px;
    right: 14px;
    width: 36%;
    color: #383838;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.8;
  }
}

@media (max-width: 575.98px) {
  .auto-hero {
    padding: 88px 0 42px;
  }

  .auto-hero__glass {
    padding: 20px 18px;
  }

  .auto-hero h1 {
    font-size: 1.18rem !important;
  }

  .auto-hero p,
  .auto-lead,
  .auto-muted,
  .auto-section-head p,
  .auto-pathway-cta__content p {
    font-size: 0.79rem;
    line-height: 1.9;
  }

  .auto-btn,
  .auto-pathway-btn {
    width: 100%;
  }

  .auto-product-grid {
    grid-template-columns: 1fr;
  }

  .auto-product-item {
    min-height: 205px;
  }

  .auto-pathway-cta__content {
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auto-btn,
  .auto-hero__quick a,
  .auto-product-item,
  .auto-product-item img,
  .auto-tree-branches a,
  .auto-tree-flow span,
  .auto-tree-result,
  .auto-link-grid a,
  .auto-pathway-btn,
  .auto-pathway-routes a {
    transition: none !important;
  }

  .auto-btn:hover,
  .auto-product-item:hover,
  .auto-tree-branches a:hover,
  .auto-tree-flow span:hover,
  .auto-tree-result:hover,
  .auto-link-grid a:hover,
  .auto-pathway-btn:hover,
  .auto-pathway-routes a:hover {
    transform: none !important;
  }
}
/* =========================================================
   PU AUTOMOTIVE MAP
   ========================================================= */

.auto-pu-map {
  padding: 54px 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(38,59,143,0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.auto-pu-map__image {
  max-width: 760px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,255,255,0.58));
  border: 1px solid rgba(38,59,143,0.10);
  box-shadow:
    0 18px 42px rgba(15,23,42,0.07),
    0 2px 8px rgba(15,23,42,0.03);
}

.auto-pu-map__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.auto-map-desc {
  max-width: 860px;
  margin: 0 auto;
  color: #526174;
  font-family: "Vazirmatn","Vazir",Tahoma,Arial,sans-serif !important;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

@media (max-width: 767.98px) {

  .auto-pu-map {
    padding: 44px 0;
  }

  .auto-pu-map__image {
    max-width: 100%;
    padding: 10px;
    border-radius: 18px;
  }

  .auto-map-desc {
    font-size: 0.78rem;
    line-height: 1.9;
  }
}