/* =========================================================
   Page: Automotive Polyurethane Systems / Executive Industry Page
   File path: assets/css/industry-automotive-hero-fixed.css
   ========================================================= */

@font-face {
  font-family: "ArchiaLocal";
  src:
    url("../fonts/archia-regular-webfont.woff2") format("woff2"),
    url("../fonts/archia-regular-webfont.woff") format("woff"),
    url("../fonts/archia-regular-webfont.eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArialLocal";
  src:
    url("../fonts/Arial.woff") format("woff"),
    url("../fonts/Arial.ttf") format("truetype"),
    url("../fonts/Arial.eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RobotoCondensedLocal";
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.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);
  direction: ltr !important;
  text-align: left !important;
  background: #fff;
  color: var(--auto-ink);
  font-family: "ArialLocal", Arial, Helvetica, sans-serif;
}

.automotive-page *,
.automotive-page *::before,
.automotive-page *::after {
  box-sizing: border-box;
}

.auto-main {
  padding-top: 0 !important;
  overflow: hidden;
}

.automotive-page a {
  text-decoration: none;
}

.automotive-page img {
  max-width: 100%;
  height: auto;
}

.automotive-page h1,
.automotive-page h2,
.automotive-page h3,
.automotive-page strong {
  font-family: "ArchiaLocal", "ArialLocal", Arial, Helvetica, sans-serif;
}

.automotive-page p,
.automotive-page span,
.automotive-page small,
.automotive-page li,
.automotive-page td,
.automotive-page th,
.automotive-page summary,
.automotive-page a {
  direction: ltr !important;
  text-align: left;
}

/* ================= 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.86) 0%, rgba(5, 10, 24, 0.62) 44%, 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: 710px;
  padding: 22px 24px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), 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.26);
  box-shadow: 0 22px 64px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.24);
  backdrop-filter: blur(8px) saturate(135%);
  -webkit-backdrop-filter: blur(8px) saturate(135%);
}

.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: "RobotoCondensedLocal", "ArialLocal", Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.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 {
  max-width: 690px;
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(1.12rem, 1.72vw, 1.54rem) !important;
  font-weight: 850;
  line-height: 1.58;
  letter-spacing: -0.18px;
  word-spacing: normal;
  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-size: 0.82rem;
  font-weight: 400;
  line-height: 1.82;
  text-align: left !important;
}

.auto-hero__actions,
.auto-pathway-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.auto-btn,
.auto-pathway-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: "ArialLocal", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.auto-btn:hover,
.auto-pathway-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: 600;
  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);
}

/* ================= GENERAL ================= */

.auto-section {
  position: relative;
  padding: 48px 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-size: clamp(1.05rem, 1.35vw, 1.38rem) !important;
  font-weight: 850;
  line-height: 1.58;
  letter-spacing: -0.18px;
}

.auto-lead,
.auto-muted,
.auto-section-head p,
.auto-pathway-cta__content p {
  margin: 0;
  color: #475569;
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.86;
  text-align: left !important;
}

.auto-lead {
  color: #25324a;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.auto-section-head {
  max-width: 880px;
  margin: 0 auto 24px;
  text-align: center;
}

.auto-section-head .auto-section-label {
  margin-inline: auto;
}

.auto-section-head h2,
.auto-section-head p {
  text-align: center !important;
}

.auto-section-head p {
  max-width: 800px;
  margin: 0 auto;
}

.auto-position,
.auto-risks,
.auto-coming-soon,
.auto-faq {
  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-technical-paths a {
  color: var(--auto-brand);
  font-weight: 700;
}

.auto-position a:hover,
.auto-technical-paths a:hover {
  color: var(--auto-accent);
}

/* ================= PRODUCT MAP ================= */

.auto-map,
.auto-table-section {
  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: 220px;
  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.80)),
    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;
}

.auto-product-item span {
  margin-bottom: 4px;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.55;
}

.auto-product-item small {
  color: rgba(255,255,255,0.78);
  font-size: 0.70rem;
  font-weight: 600;
  line-height: 1.55;
}

.auto-product-item.is-coming-soon small {
  color: #ffe8a8;
}

/* ================= VEHICLE 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: 790px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(38,59,143,0.10);
  box-shadow: 0 18px 44px rgba(15,23,42,0.07);
}

.auto-pu-map__image img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

/* ================= FACTORS ================= */

.auto-performance {
  background: #ffffff;
}

.auto-factor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.auto-factor-card {
  height: 100%;
  min-height: 178px;
  padding: 17px 16px 15px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,251,255,0.92)),
    radial-gradient(circle at 88% 0%, rgba(245,158,11,0.10), transparent 32%);
  border: 1px solid rgba(38,59,143,0.10);
  box-shadow: 0 16px 38px rgba(15,23,42,0.065);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.auto-factor-card:hover {
  transform: translateY(-1px);
  border-color: rgba(245,158,11,0.24);
  box-shadow: 0 18px 42px rgba(15,23,42,0.085);
}

.auto-factor-card > span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--auto-brand), var(--auto-brand-2));
  font-family: "RobotoCondensedLocal", "ArialLocal", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.auto-factor-card h3 {
  margin: 0 0 9px;
  color: #101828;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.55;
}

.auto-factor-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.82;
}

/* ================= 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 !important;
  border-radius: 16px;
  padding: 9px 12px;
  min-height: 40px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.auto-tree-root {
  width: min(100%, 460px);
  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-risk-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 12px;
}

.auto-risk-step {
  position: relative;
  padding: 0 12px 0 18px;
  min-height: 94px;
  border-left: 3px solid rgba(38,59,143,0.26);
}

.auto-risk-step::after {
  content: "";
  position: absolute;
  left: -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: 850;
  line-height: 1.55;
}

.auto-risk-step span {
  display: block;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.82;
}

/* ================= TABLE ================= */

.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-size: 0.80rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: left !important;
  border-right: 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-size: 0.79rem;
  font-weight: 400;
  line-height: 1.82;
  text-align: left !important;
  border-top: 1px solid rgba(56,56,56,0.06);
  border-right: 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: 850;
}

/* ================= TECHNICAL PATHS ================= */

.auto-technical-paths {
  background:
    radial-gradient(circle at 85% 12%, rgba(28,117,188,0.06), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.auto-link-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.auto-link-card-grid a {
  position: relative;
  min-height: 128px;
  display: block;
  padding: 18px 18px 16px;
  border-radius: 18px;
  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);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.auto-link-card-grid a::after {
  content: "→";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #101828;
  background: linear-gradient(90deg, #F59E0B, #ffc451);
  font-size: 0.78rem;
}

.auto-link-card-grid a:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(245,158,11,0.24);
}

.auto-link-card-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #14294f;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.55;
}

.auto-link-card-grid span {
  display: block;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.82;
  padding-right: 28px;
}

/* ================= COMING SOON ================= */

.auto-soon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.auto-soon-grid div {
  min-height: 92px;
  padding: 15px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(38,59,143,0.10);
  box-shadow: 0 8px 18px rgba(15,23,42,0.04);
}

.auto-soon-grid strong,
.auto-soon-grid span {
  display: block;
}

.auto-soon-grid strong {
  color: #14294f;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.65;
  margin-bottom: 6px;
}

.auto-soon-grid span {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  color: #7a4f00;
  background: rgba(255,196,81,0.28);
  font-size: 0.72rem;
  font-weight: 700;
}

/* ================= FAQ ================= */

.auto-faq-grid {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}

.auto-faq-grid details {
  padding: 15px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(38,59,143,0.10);
  box-shadow: 0 8px 18px rgba(15,23,42,0.04);
}

.auto-faq-grid summary {
  cursor: pointer;
  color: #14294f;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.6;
}

.auto-faq-grid p {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.86;
}

/* ================= FINAL CTA ================= */

.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;
  padding: 8px 18px;
  color: #fff !important;
  background: #172033;
  border: 1px solid rgba(38, 59, 143, 0.22);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.auto-pathway-btn:hover {
  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-left: 24px;
  border-left: 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: 96px;
  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;
  left: 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: 850;
  line-height: 1.55;
}

.auto-pathway-routes span {
  display: block;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.78;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1199.98px) {
  .auto-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .auto-factor-grid,
  .auto-risk-flow,
  .auto-soon-grid {
    grid-template-columns: repeat(2, 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-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;
  }

  .auto-section {
    padding: 42px 0;
  }

  .auto-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .auto-tree-branches,
  .auto-tree-flow,
  .auto-link-card-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;
    left: 14px;
    width: 36%;
    color: #383838;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.55;
  }
}

@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;
    line-height: 1.56;
  }

  .auto-hero p,
  .auto-lead,
  .auto-muted,
  .auto-section-head p,
  .auto-pathway-cta__content p {
    font-size: 0.79rem;
    line-height: 1.78;
  }

  .auto-btn,
  .auto-pathway-btn {
    width: 100%;
  }

  .auto-product-grid,
  .auto-factor-grid,
  .auto-risk-flow,
  .auto-soon-grid {
    grid-template-columns: 1fr;
  }

  .auto-product-item {
    min-height: 205px;
  }

  .auto-pathway-cta__content {
    padding-left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auto-btn,
  .auto-hero__quick a,
  .auto-product-item,
  .auto-product-item img,
  .auto-factor-card,
  .auto-tree-branches a,
  .auto-tree-flow span,
  .auto-tree-result,
  .auto-link-card-grid a,
  .auto-pathway-btn,
  .auto-pathway-routes a {
    transition: none !important;
  }

  .auto-btn:hover,
  .auto-product-item:hover,
  .auto-factor-card:hover,
  .auto-tree-branches a:hover,
  .auto-tree-flow span:hover,
  .auto-tree-result:hover,
  .auto-link-card-grid a:hover,
  .auto-pathway-btn:hover,
  .auto-pathway-routes a:hover {
    transform: none !important;
  }
}

/* ================= HERO GLASS RIGHT ALIGNMENT - STRONG OVERRIDE ================= */

@media (min-width: 992px) {
  .automotive-page .auto-hero .auto-hero__container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 720px) !important;
    align-items: center !important;
  }

  .automotive-page .auto-hero .auto-hero__glass {
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(720px, 100%) !important;
    max-width: 720px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .automotive-page .auto-hero .auto-hero__container {
    display: block !important;
  }

  .automotive-page .auto-hero .auto-hero__glass {
    width: 100% !important;
    max-width: 720px !important;
  }
}
