.automotive-page {
  --auto-navy: #071833;
  --auto-navy-2: #0a1e44;
  --auto-ink: #0b2342;
  --auto-copy: #425875;
  --auto-mist: #f3f6fa;
  --auto-line: #d5dfeb;
  --auto-red: #e21b2b;
  --auto-gold: #f2c65c;
  background: #fff;
  color: var(--auto-ink);
}

.automotive-page main {
  overflow: hidden;
}

.automotive-page .auto-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.automotive-page .auto-hero {
  position: relative;
  height: 650px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 28%, rgba(226, 27, 43, 0.13), transparent 28%),
    linear-gradient(135deg, var(--auto-navy) 0%, var(--auto-navy-2) 58%, #16375f 100%);
  color: #fff;
}

.automotive-page .auto-hero::before {
  position: absolute;
  right: -235px;
  top: 50%;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(226, 27, 43, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 88px rgba(226, 27, 43, 0.07),
    0 0 0 176px rgba(226, 27, 43, 0.035);
  content: "";
  transform: translateY(-50%);
}

.automotive-page .auto-hero .auto-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}

.automotive-page .auto-hero-grid {
  display: grid;
  height: 100%;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  gap: 52px;
  align-items: center;
}

.automotive-page .auto-breadcrumb {
  margin-bottom: 18px;
  color: #aac0dc;
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
}

.automotive-page .auto-breadcrumb a {
  color: #dce9f8;
  text-decoration: none;
}

.automotive-page .auto-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -1.8px;
}

.automotive-page .auto-hero-copy {
  max-width: 640px;
  margin: 22px 0 26px;
  color: #c8d4e5;
  font-size: 18px;
  line-height: 1.68;
}

.automotive-page .auto-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.automotive-page .auto-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--auto-red);
  border-radius: 8px;
  background: var(--auto-red);
  box-shadow: 0 14px 30px rgba(226, 27, 43, 0.24);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 13px 19px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.automotive-page .auto-btn:hover,
.automotive-page .auto-btn:focus-visible {
  border-color: #bd1020;
  background: #bd1020;
  color: #fff;
  transform: translateY(-1px);
}

.automotive-page .auto-btn--outline {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  box-shadow: none;
}

.automotive-page .auto-btn--outline:hover,
.automotive-page .auto-btn--outline:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.automotive-page .auto-proof-strip {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.automotive-page .auto-proof-item {
  min-width: 0;
  min-height: 70px;
  padding: 13px 11px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #d5dfec;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
}

.automotive-page .auto-proof-item:last-child {
  border-right: 0;
}

.automotive-page .auto-proof-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--auto-gold);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}

.automotive-page .auto-hero-media {
  position: relative;
  height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: #10233d;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.28);
}

.automotive-page .auto-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automotive-page .auto-hero-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 56px 20px 18px;
  background: linear-gradient(180deg, transparent, rgba(4, 16, 36, 0.94));
  color: #fff;
  font-size: 12.5px;
  line-height: 1.55;
}

.automotive-page .auto-section {
  padding: 92px 0;
}

.automotive-page .auto-section--mist {
  background: var(--auto-mist);
}

.automotive-page .auto-section--dark {
  background: var(--auto-navy);
  color: #fff;
}

.automotive-page .auto-eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--auto-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.automotive-page .auto-eyebrow::before {
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
}

.automotive-page .auto-title {
  max-width: 850px;
  margin: 0;
  color: var(--auto-ink);
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1.2px;
}

.automotive-page .auto-section--dark .auto-title {
  color: #fff;
}

.automotive-page .auto-lead {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--auto-copy);
  font-size: 17px;
  line-height: 1.75;
}

.automotive-page .auto-section--dark .auto-lead {
  color: #c4d2e5;
}

.automotive-page .auto-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.automotive-page .auto-route-card,
.automotive-page .auto-app-card,
.automotive-page .auto-case-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--auto-line);
  border-radius: 16px;
  background: #fff;
}

.automotive-page .auto-route-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.automotive-page .auto-route-body,
.automotive-page .auto-app-body,
.automotive-page .auto-case-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.automotive-page .auto-card-index,
.automotive-page .auto-card-label {
  color: var(--auto-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.automotive-page .auto-route-card h3,
.automotive-page .auto-app-card h3,
.automotive-page .auto-case-card h3 {
  margin: 12px 0 9px;
  color: var(--auto-ink);
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.28;
}

.automotive-page .auto-route-card p,
.automotive-page .auto-app-card p,
.automotive-page .auto-case-card p {
  margin: 0;
  color: var(--auto-copy);
  font-size: 14px;
  line-height: 1.7;
}

.automotive-page .auto-card-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
  color: #b8101d;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.automotive-page .auto-card-link:hover,
.automotive-page .auto-card-link:focus-visible {
  color: #7f0b14;
  text-decoration: underline;
}

.automotive-page .auto-risk-grid,
.automotive-page .auto-evidence-grid,
.automotive-page .auto-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 42px;
  align-items: stretch;
}

.automotive-page .auto-risk-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.automotive-page .auto-risk-media,
.automotive-page .auto-evidence-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 18px;
}

.automotive-page .auto-risk-media img,
.automotive-page .auto-evidence-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automotive-page .auto-risk-copy,
.automotive-page .auto-evidence-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.automotive-page .auto-risk-copy {
  justify-content: stretch;
}

.automotive-page .auto-risk-list {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.automotive-page .auto-risk-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.automotive-page .auto-risk-item span {
  color: var(--auto-gold);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.automotive-page .auto-risk-item h3 {
  margin: 0 0 6px;
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
}

.automotive-page .auto-risk-item p {
  margin: 0;
  color: #b9c9de;
  font-size: 14px;
  line-height: 1.65;
}

.automotive-page .auto-app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.automotive-page .auto-app-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.automotive-page .auto-capability-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(0, 1.42fr);
  gap: 32px;
  align-items: stretch;
  margin-top: 38px;
}

.automotive-page .auto-capability-rail {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto minmax(240px, 1fr);
  gap: 18px;
}

.automotive-page .auto-capability-note {
  padding: 30px;
  border-left: 4px solid var(--auto-red);
  border-radius: 0 14px 14px 0;
  background: var(--auto-navy);
  color: #fff;
}

.automotive-page .auto-capability-note h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.automotive-page .auto-capability-note p {
  margin: 0;
  color: #c2d0e3;
  font-size: 14px;
  line-height: 1.75;
}

.automotive-page .auto-capability-media {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #dfe6ef;
}

.automotive-page .auto-capability-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.automotive-page .auto-capability-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 42px 16px 14px;
  background: linear-gradient(180deg, transparent, rgba(4, 18, 38, 0.9));
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
}

.automotive-page .auto-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--auto-line);
  border-radius: 14px;
  background: #fff;
}

.automotive-page .auto-capability-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13.5px;
}

.automotive-page .auto-capability-table th {
  padding: 17px 18px;
  background: var(--auto-navy);
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  text-align: left;
}

.automotive-page .auto-capability-table td {
  padding: 17px 18px;
  border-top: 1px solid var(--auto-line);
  color: var(--auto-copy);
  line-height: 1.6;
  vertical-align: top;
}

.automotive-page .auto-capability-table td:first-child {
  width: 24%;
  color: var(--auto-ink);
  font-weight: 800;
}

.automotive-page .auto-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--auto-line);
  border-bottom: 1px solid var(--auto-line);
}

.automotive-page .auto-process-step {
  min-width: 0;
  padding: 28px 22px;
  border-right: 1px solid var(--auto-line);
}

.automotive-page .auto-process-step:last-child {
  border-right: 0;
}

.automotive-page .auto-process-step span {
  color: var(--auto-red);
  font-family: Consolas, "Courier New", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.automotive-page .auto-process-step h3 {
  margin: 14px 0 8px;
  color: var(--auto-ink);
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.automotive-page .auto-process-step p {
  margin: 0;
  color: var(--auto-copy);
  font-size: 13.5px;
  line-height: 1.65;
}

.automotive-page .auto-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.automotive-page .auto-case-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.automotive-page .auto-case-meta {
  display: grid;
  gap: 9px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--auto-line);
}

.automotive-page .auto-case-meta div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  color: var(--auto-copy);
  font-size: 12.5px;
  line-height: 1.5;
}

.automotive-page .auto-case-meta b {
  color: var(--auto-ink);
}

.automotive-page .auto-evidence-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--auto-line);
}

.automotive-page .auto-evidence-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--auto-line);
  color: var(--auto-ink);
  text-decoration: none;
}

.automotive-page .auto-evidence-item strong {
  display: block;
  font-size: 15px;
}

.automotive-page .auto-evidence-item span {
  display: block;
  margin-top: 5px;
  color: var(--auto-copy);
  font-size: 13px;
  line-height: 1.55;
}

.automotive-page .auto-evidence-item em {
  color: var(--auto-red);
  font-size: 20px;
  font-style: normal;
}

.automotive-page .auto-evidence-item:hover strong,
.automotive-page .auto-evidence-item:focus-visible strong {
  color: var(--auto-red);
}

.automotive-page .auto-quote-grid {
  align-items: stretch;
}

.automotive-page .auto-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.automotive-page .auto-input-grid span {
  padding: 14px 15px;
  border: 1px solid var(--auto-line);
  border-radius: 8px;
  background: #fff;
  color: var(--auto-ink);
  font-size: 12.5px;
  font-weight: 700;
}

.automotive-page .auto-quote-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background: var(--auto-navy);
  color: #fff;
  padding: 34px;
}

.automotive-page .auto-quote-panel h3 {
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
}

.automotive-page .auto-quote-panel p {
  margin: 16px 0 24px;
  color: #c2d0e3;
  font-size: 14px;
  line-height: 1.75;
}

.automotive-page .auto-quote-panel .auto-actions {
  margin-top: auto;
}

.automotive-page .auto-faq-heading {
  margin-bottom: 30px;
}

.automotive-page .auto-final {
  padding: 88px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(226, 27, 43, 0.16), transparent 30%),
    linear-gradient(135deg, var(--auto-navy), var(--auto-navy-2));
  color: #fff;
  text-align: center;
}

.automotive-page .auto-final h2 {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-family: Arial, Helvetica, "Segoe UI", Arial, Helvetica, "Segoe UI", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.15;
}

.automotive-page .auto-final p {
  max-width: 720px;
  margin: 16px auto 26px;
  color: #c3d1e4;
  font-size: 16px;
  line-height: 1.7;
}

.automotive-page .auto-final .auto-actions {
  justify-content: center;
}

.automotive-page .auto-sticky-inquiry {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--auto-red);
  box-shadow: 0 16px 35px rgba(7, 24, 51, 0.28);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 17px;
  text-decoration: none;
}

.automotive-page .auto-sticky-inquiry:hover,
.automotive-page .auto-sticky-inquiry:focus-visible {
  background: #bd1020;
  color: #fff;
}

@media (max-width: 1100px) {
  .automotive-page .auto-hero {
    height: auto;
    min-height: 650px;
    padding: 66px 0;
  }

  .automotive-page .auto-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
    gap: 34px;
  }

  .automotive-page .auto-hero h1 {
    font-size: 46px;
  }

  .automotive-page .auto-hero-media {
    height: 420px;
  }

  .automotive-page .auto-route-grid,
  .automotive-page .auto-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .automotive-page .auto-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .automotive-page .auto-process-step:nth-child(3) {
    border-right: 0;
  }

  .automotive-page .auto-process-step:nth-child(n + 4) {
    border-top: 1px solid var(--auto-line);
  }
}

@media (max-width: 820px) {
  .automotive-page .auto-wrap {
    width: min(100% - 36px, 720px);
  }

  .automotive-page .auto-hero {
    min-height: 0;
    padding: 64px 0;
  }

  .automotive-page .auto-hero-grid,
  .automotive-page .auto-risk-grid,
  .automotive-page .auto-evidence-grid,
  .automotive-page .auto-quote-grid,
  .automotive-page .auto-capability-layout {
    grid-template-columns: 1fr;
  }

  .automotive-page .auto-hero-media {
    height: 390px;
  }

  .automotive-page .auto-section {
    padding: 74px 0;
  }

  .automotive-page .auto-risk-media,
  .automotive-page .auto-evidence-media {
    min-height: 400px;
  }

  .automotive-page .auto-risk-list {
    height: auto;
    grid-template-rows: none;
  }

  .automotive-page .auto-capability-rail {
    grid-template-rows: auto auto;
  }

  .automotive-page .auto-capability-media {
    min-height: 340px;
  }

  .automotive-page .auto-case-grid {
    grid-template-columns: 1fr;
  }

  .automotive-page .auto-case-card {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
  }

  .automotive-page .auto-case-card img {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 620px) {
  .automotive-page footer {
    padding-bottom: 78px;
  }

  .automotive-page .auto-wrap {
    width: min(100% - 30px, 560px);
  }

  .automotive-page .auto-hero {
    padding: 52px 0;
  }

  .automotive-page .auto-hero h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .automotive-page .auto-hero-copy {
    font-size: 16px;
  }

  .automotive-page .auto-actions {
    display: grid;
  }

  .automotive-page .auto-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .automotive-page .auto-proof-item:nth-child(2) {
    border-right: 0;
  }

  .automotive-page .auto-proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .automotive-page .auto-hero-media {
    height: 310px;
  }

  .automotive-page .auto-title,
  .automotive-page .auto-final h2 {
    font-size: 32px;
  }

  .automotive-page .auto-route-grid,
  .automotive-page .auto-app-grid,
  .automotive-page .auto-input-grid,
  .automotive-page .auto-process-grid {
    grid-template-columns: 1fr;
  }

  .automotive-page .auto-process-step,
  .automotive-page .auto-process-step:nth-child(3) {
    border-right: 0;
    border-top: 1px solid var(--auto-line);
  }

  .automotive-page .auto-process-step:first-child {
    border-top: 0;
  }

  .automotive-page .auto-risk-media,
  .automotive-page .auto-evidence-media {
    min-height: 320px;
  }

  .automotive-page .auto-case-card {
    display: flex;
  }

  .automotive-page .auto-case-card img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .automotive-page .auto-sticky-inquiry {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .automotive-page .auto-btn {
    transition: none;
  }
}
