.container-max-md {
  a {
    text-decoration: none !important;
  }

  max-width: 100% !important;
}

@media (min-width: 1200px) {
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 0 !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 0 !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 0 !important;
  }
}

.p-4 {
  padding: 0 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --subaru-blue: #1971d4;
  --subaru-dark-blue: #051840;
  --subaru-silver: #f8f5f7;
  --subaru-grey: #b3b5b5;
  --subaru-black: #393937;
  --black: var(--subaru-dark-blue);
  --white: #fff;
  --gray-100: var(--subaru-silver);
  --gray-200: #e3e7ee;
  --gray-400: var(--subaru-grey);
  --gray-600: var(--subaru-black);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--black);
  background: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 84vh;
  background: var(--black);
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 64px;
  position: relative;
  z-index: 2;
  background: var(--white);
}

.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--subaru-blue);
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(44px, 5.5vw, 72px) !important;
  font-weight: 900;
  color: var(--subaru-dark-blue);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 22px;
}

.hero-sub {
  font-size: 19px;
  color: var(--subaru-black);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 36px;
  font-weight: 300;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-white,
.btn-outline-white,
.btn-black,
.btn-outline-black {
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-block;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}

.btn-white {
  background: var(--subaru-blue);
  color: var(--white);
  border: 2px solid var(--subaru-blue);
}

.btn-white:hover {
  background: var(--subaru-dark-blue);
  border-color: var(--subaru-dark-blue);
}

.btn-outline-white {
  background: transparent;
  color: var(--subaru-blue);
  border: 2px solid var(--subaru-blue);
}

.btn-outline-white:hover {
  color: var(--white);
  border-color: var(--subaru-blue);
  background: var(--subaru-blue);
}

.btn-black {
  background: var(--subaru-blue);
  color: var(--white);
  border: 2px solid var(--subaru-blue);
}

.btn-black:hover {
  background: var(--subaru-dark-blue);
  border-color: var(--subaru-dark-blue);
}

.btn-outline-black {
  background: transparent;
  color: var(--subaru-blue);
  border: 2px solid var(--subaru-blue);
}

.btn-outline-black:hover {
  background: var(--subaru-blue);
  color: var(--white);
}

.hero-trust {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 28px;
  max-width: 620px;
}

.hero-trust li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: var(--subaru-black);
  line-height: 1.45;
  font-weight: 500;
}

.hero-trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--subaru-blue);
  font-weight: 700;
}

.hero-right {
  background:
    linear-gradient(90deg, rgba(5, 24, 64, 0.42), rgba(5, 24, 64, 0.08)),
    url("https://service.secureoffersites.com/images/GetLibraryImage?fileNameOrId=652578");
  background-size: cover;
  background-position: center;
  filter: none;
}

.stat-bar {
  background: var(--black);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.stat-item {
  padding: 26px 28px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-size: 34px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.stat-num small {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.6px;
}

.stat-num + .stat-num {
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.section {
  padding: 84px 40px;
}

.section-inner {
  max-width: 1360px;
  margin: 0 auto;
}

.section-alt {
  background: var(--gray-100);
}

.section-dark {
  background: var(--black);
}

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 12px;
}

.section-h {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
}

.section-p {
  font-size: 19px;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 700px;
  margin-bottom: 56px;
  font-weight: 300;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
}

.location-card,
.summary-card,
.hours-card,
.feature-card,
.community-stat {
  background: var(--white);
  padding: 34px 32px;
}

.location-card h3,
.summary-card h3,
.hours-card h3,
.feature-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
  line-height: 1.15;
}

.location-card p,
.summary-card p,
.hours-card p,
.feature-card p {
  font-size: 17px;
  color: var(--gray-600);
  line-height: 1.75;
  font-weight: 300;
}

.location-stack {
  display: block;
}

.map-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.location-map-full {
  width: 100%;
}

.map-embed {
  height: 520px;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-card .location-cta {
  margin-top: 0;
  padding: 0;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

@media (min-width: 1025px) {
  .location-grid {
    align-items: start;
  }

  .location-stack {
    height: 100%;
  }
}

.location-cta {
  margin-top: 24px;
}

.hours-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 16px;
  color: var(--gray-600);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gray-200);
}

.hours-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hours-row strong {
  color: var(--black);
  font-weight: 700;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--gray-200);
  border-left: 1px solid var(--gray-200);
}

.feature-card {
  min-height: 520px;
  padding: 72px 56px 58px;
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color 0.35s ease;
  isolation: isolate;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    var(--subaru-blue) 0%,
    var(--subaru-dark-blue) 100%
  );
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: -1;
}

.feature-card:hover::before,
.feature-card:focus-within::before {
  transform: scaleY(1);
}

.feature-card h3 {
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
  max-width: 420px;
  margin-bottom: 18px;
  transition:
    color 0.28s ease,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.feature-card p {
  max-width: 360px;
  color: var(--white);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.28s ease 0.08s,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) 0.08s;
}

.feature-card:hover h3,
.feature-card:focus-within h3 {
  color: var(--white);
  transform: translateY(-8px);
}

.feature-card:hover p,
.feature-card:focus-within p {
  opacity: 1;
  transform: translateY(0);
}

.feature-badge {
  position: absolute;
  left: 56px;
  bottom: 58px;
  margin-top: 0;
  transition:
    opacity 0.22s ease,
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0.22s ease;
}

.feature-badge a {
  width: 68px;
  height: 68px;
  border: 1.5px solid var(--subaru-black);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--subaru-black);
  font-size: 0;
  text-decoration: none;
}

.feature-badge a::before {
  content: "›";
  font-size: 42px;
  line-height: 1;
  transform: translateY(-2px);
}

.feature-card:hover .feature-badge,
.feature-card:focus-within .feature-badge {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}

.feature-grid:not(:hover):not(:focus-within) .feature-card:first-child::before {
  transform: scaleY(1);
}

.feature-grid:not(:hover):not(:focus-within) .feature-card:first-child h3 {
  color: var(--white);
  transform: translateY(-8px);
}

.feature-grid:not(:hover):not(:focus-within) .feature-card:first-child p {
  opacity: 1;
  transform: translateY(0);
  color: var(--white);
}

.feature-grid:not(:hover):not(:focus-within)
  .feature-card:first-child
  .feature-badge {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}

.section-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.section-ctas-center {
  justify-content: center;
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.model-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 16px 40px rgba(5, 24, 64, 0.08);
}

.model-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition:
    opacity 0.4s,
    transform 0.6s;
}

.model-card:nth-child(2) .model-img,
.model-card:nth-child(3) .model-img,
.model-card:nth-child(4) .model-img {
  object-position: center 58%;
}

.model-card:nth-child(6) .model-img {
  object-position: center 42%;
}

.model-card:hover .model-img {
  opacity: 0.94;
  transform: scale(1.04);
}

.model-body {
  padding: 32px 34px 34px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.model-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--subaru-blue);
  margin-bottom: 8px;
}

.model-name {
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 900;
  color: var(--subaru-dark-blue);
  margin-bottom: 12px;
  letter-spacing: 0;
  line-height: 1.08;
}

.model-desc {
  font-size: 17px;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 300;
}

.model-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid var(--gray-200);
  padding-top: 18px;
  margin-bottom: 22px;
}

.mstat {
  flex: 1;
  padding-right: 14px;
}

.mstat + .mstat {
  padding-left: 14px;
  border-left: 1px solid var(--gray-200);
  padding-right: 0;
}

.mstat-val {
  font-size: 24px;
  font-weight: 900;
  color: var(--subaru-dark-blue);
  line-height: 1;
}

.mstat-val small {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-600);
}

.mstat-key {
  font-size: 12px;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.mstat-key.keep-case {
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
}

.model-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.model-price {
  font-size: 15px;
  color: var(--gray-600);
}

.model-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--subaru-blue);
}

.inventory-block + .inventory-block {
  margin-top: 44px;
}

.inventory-subhead {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--subaru-blue);
  margin-bottom: 14px;
}

.inventory-subtitle {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  color: var(--subaru-dark-blue);
  margin-bottom: 10px;
}

.inventory-subcopy {
  font-size: 17px;
  color: var(--gray-600);
  line-height: 1.65;
  font-weight: 300;
  max-width: 760px;
  margin-bottom: 28px;
}

.new-models-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.new-model-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 40px rgba(5, 24, 64, 0.08);
  min-height: 100%;
}

.new-model-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.45s ease,
    opacity 0.3s ease;
}

.new-model-card:hover img {
  transform: scale(1.03);
  opacity: 0.96;
}

.new-model-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.new-model-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--subaru-dark-blue);
}

.new-model-link {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--subaru-blue);
}

.inventory-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  background: var(--subaru-blue);
  min-height: 720px;
  overflow: hidden;
}

.service-showcase-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 56px 44px;
  color: var(--white);
}

.service-showcase-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.44);
  margin-bottom: 22px;
}

.service-showcase-tag {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}

.service-showcase-title {
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--white);
  margin-bottom: 28px;
  max-width: 560px;
}

.service-showcase-desc {
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 680px;
  margin-bottom: 32px;
  font-weight: 300;
}

.service-showcase-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  max-width: 620px;
}

.service-showcase-points li {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.service-showcase-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--white);
}

.service-showcase-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.service-showcase-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.service-showcase-link-secondary {
  color: rgba(255, 255, 255, 0.78);
}

.service-showcase-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-top: 60px;
}

.service-showcase-count {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--white);
}

.service-showcase-count-current {
  font-size: clamp(44px, 4vw, 60px);
  line-height: 1;
  font-weight: 900;
}

.service-showcase-count-total {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.74);
}

.service-showcase-nav {
  display: flex;
  align-items: center;
}

.service-showcase-nav button {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.service-showcase-nav button + button {
  border-left: 0;
}

.service-showcase-nav button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.28);
}

.service-showcase-nav svg {
  width: 20px;
  height: 20px;
}

.service-showcase-media {
  position: relative;
  min-height: 720px;
}

.service-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(25, 113, 212, 0.08) 0%,
    rgba(25, 113, 212, 0) 18%
  );
  pointer-events: none;
}

.service-showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.community-main a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.community-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 3px;
  align-items: stretch;
}

.community-stats {
  display: grid;
  gap: 3px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.community-main {
  padding: 52px 48px;
  background: rgba(255, 255, 255, 0.03);
}

.community-main .eyebrow {
  color: rgba(255, 255, 255, 0.38);
}

.community-main .section-h {
  color: var(--white);
  margin-bottom: 18px;
}

.community-main .section-p {
  color: rgba(255, 255, 255, 0.64);
  max-width: 560px;
  margin-bottom: 28px;
}

.community-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.community-stat-num {
  font-size: clamp(64px, 9vw, 116px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -3px;
  color: var(--black);
}

.community-stat-label {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--gray-600);
}

.local-section {
  background: var(--gray-100);
  text-align: center;
}

.local-section .eyebrow {
  display: block;
  text-align: center;
}

.local-section h2 {
  font-size: clamp(26px, 3.5vw, 44px) !important;
  font-weight: 900;
  max-width: 860px;
  margin: 0 auto 22px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.local-section p {
  font-size: 18px;
  color: var(--gray-600);
  line-height: 1.75;
  max-width: 780px;
  margin: 0 auto 12px;
  font-weight: 300;
}

.local-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

.faq-section {
  background: var(--white);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--gray-200);
}

.faq-item {
  border-bottom: 1px solid var(--gray-200);
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 19px;
  font-weight: 700;
  color: var(--black);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  letter-spacing: -0.2px;
}

.faq-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--black);
  transition: transform 0.3s;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s;
  padding: 0;
}

.faq-item.open .faq-a {
  max-height: 720px;
  padding-bottom: 24px;
}

.faq-a p {
  font-size: 17px;
  color: var(--gray-600);
  line-height: 1.75;
  font-weight: 300;
  max-width: 820px;
}

@media (max-width: 1024px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-right {
    height: 360px;
  }

  .hero-left {
    padding: 56px 20px;
  }

  .stat-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-grid,
  .community-wrap {
    grid-template-columns: 1fr;
  }

  .location-cards,
  .models-grid,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .new-models-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .inventory-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-showcase {
    grid-template-columns: 1fr;
  }

  .service-showcase-media {
    min-height: 420px;
    order: -1;
  }

  .service-showcase-panel {
    padding: 44px 34px 36px;
  }

  .service-showcase-title {
    max-width: none;
  }

  .service-showcase-footer {
    margin-top: 42px;
  }

  .feature-card {
    min-height: 420px;
    padding: 42px 34px 40px;
  }

  .feature-badge {
    left: 34px;
    bottom: 40px;
  }
}

@media (max-width: 640px) {
  .hero-trust,
  .location-cards,
  .models-grid,
  .feature-grid,
  .service-showcase-points,
  .new-models-grid {
    grid-template-columns: 1fr;
  }

  .location-card,
  .summary-card,
  .hours-card,
  .community-main,
  .community-stat {
    padding: 28px 24px;
  }

  .feature-card {
    min-height: 360px;
    padding: 34px 24px 32px;
  }

  .service-showcase-panel {
    padding: 34px 24px 28px;
  }

  .service-showcase-media {
    min-height: 300px;
  }

  .service-showcase-title {
    font-size: 40px;
    margin-bottom: 22px;
  }

  .service-showcase-desc {
    font-size: 17px;
  }

  .service-showcase-actions {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-showcase-footer {
    margin-top: 32px;
  }

  .service-showcase-nav button {
    width: 52px;
    height: 52px;
  }

  .feature-card h3 {
    font-size: 34px;
  }

  .feature-card p {
    opacity: 1;
    transform: none;
    color: var(--gray-600);
  }

  .feature-card:hover p,
  .feature-card:focus-within p,
  .feature-card:hover h3,
  .feature-card:focus-within h3 {
    transform: none;
  }

  .feature-card:hover p,
  .feature-card:focus-within p {
    color: var(--white);
  }

  .feature-badge {
    left: 24px;
    bottom: 32px;
  }

  .feature-badge a {
    width: 58px;
    height: 58px;
  }

  .model-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .stat-bar {
    grid-template-columns: 1fr;
  }

  .hero-btns,
  .section-ctas,
  .local-btns {
    flex-direction: column;
  }

  .hero-btns .btn-white,
  .hero-btns .btn-outline-white,
  .section-ctas .btn-black,
  .section-ctas .btn-outline-black,
  .local-btns .btn-black,
  .local-btns .btn-outline-black,
  .location-cta .btn-black {
    width: 100%;
    text-align: center;
  }

  .faq-q {
    font-size: 17px;
  }
}

.cite {
  display: inline-block !important;
  cursor: help;
  vertical-align: baseline;
  margin-left: 1px;
  position: relative;
  font-style: normal;
  text-decoration: none;
  color: currentColor !important;
  font-size: 0.85em !important;
  font-weight: 700;
  line-height: 1;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  transition: color 0.2s;
}

.dark-cite {
  background: transparent !important;
}

.cite-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  padding: 10px 14px;
  border-radius: 4px;
  width: 280px;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.15s,
    visibility 0.15s;
  z-index: 9999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
}

.cite-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111;
}

.cite.tooltip-visible .cite-tooltip {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.cite-tooltip strong {
  display: block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
}

.cite-tooltip a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
  font-size: 11px;
  word-break: break-all;
}

.hero h1,
.section-h,
.local-section h2 {
  letter-spacing: 0;
}

.subaru-blue-link {
  color: var(--subaru-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
