:root {
  --accent: #c80f0f;
  --ink: #0f141c;
  --muted: #6c7384;
  --surface: #f5f5f7;
  --header-ink: #0a0f16;
  --header-surface: rgba(13, 18, 26, 0.9);
  --header-line: rgba(255, 255, 255, 0.12);
  --header-link: #f3f5f8;
  --header-link-muted: rgba(243, 245, 248, 0.8);
}

body.prautocarusa-home {
  margin: 0;
  font-family: 'Avenir Next', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #111;
  background: #fafafa;
}

.prautocarusa-html {
  scroll-behavior: smooth;
}

.site-header {
  background: linear-gradient(130deg, var(--header-ink), #151d29 48%, #251414 100%);
  border-bottom: 1px solid var(--header-line);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 10px 28px rgba(10, 15, 22, 0.24);
  animation: nav-drop 420ms ease both;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% -30%, rgba(255, 255, 255, 0.12), transparent 48%),
    radial-gradient(circle at 92% 0%, rgba(200, 15, 15, 0.28), transparent 36%);
  pointer-events: none;
}

.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  position: relative;
}

.site-logo {
  color: #fff;
  text-decoration: none;
  font-family: 'Avenir Next', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1.02rem;
  padding: 0.54rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
  transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease;
}

.site-logo:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--header-surface);
  backdrop-filter: blur(6px);
}

.site-nav a {
  color: var(--header-link-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.62rem 0.88rem;
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: var(--header-link);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.site-nav a.is-current {
  color: var(--header-link);
  background: rgba(255, 255, 255, 0.18);
}

.site-nav__cta {
  background: linear-gradient(135deg, #ca1c1c, #a30f0f);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.site-nav__cta:hover {
  background: linear-gradient(135deg, #db2727, #b21212);
  box-shadow: 0 6px 14px rgba(170, 18, 18, 0.36);
}

@keyframes nav-drop {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero {
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 5rem 1.5rem;
}

.hero__content {
  max-width: 960px;
  margin: 0 auto;
}

.hero__eyebrow {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0 0 0.5rem;
}

.hero h1 {
  font-size: 2.75rem;
  margin: 0;
}

.hero__subtitle {
  font-size: 1.2rem;
  max-width: 640px;
}

.hero__badges {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.hero__badges li {
  border: 1px solid rgba(255,255,255,0.4);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

.hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
}

.btn--primary {
  background: var(--accent);
  color: #fff;
}

.btn--ghost {
  border: 1px solid rgba(255,255,255,0.7);
  color: #fff;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.panel {
  margin-bottom: 3rem;
}

.panel__head h2 {
  margin-bottom: 0.25rem;
}

.panel__head p {
  margin-top: 0;
  color: var(--muted);
}

.panel--light {
  background: var(--surface);
  padding: 2.5rem;
  border-radius: 1.25rem;
}

.panel--accent {
  background: #111827;
  color: #fff;
  padding: 2.5rem;
  border-radius: 1.25rem;
}

.panel--accent .card__link,
.panel--accent h3,
.panel--accent p {
  color: #f1f5f9;
}

.panel--partner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 0%, rgba(255, 255, 255, 0.15), transparent 38%),
    linear-gradient(125deg, #0e1727, #172c4d 55%, #3f1f2e);
  color: #f4f7fe;
  padding: 2.1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 40px rgba(10, 18, 30, 0.32);
}

.panel--partner::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.partner-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 1.15rem;
  align-items: stretch;
}

.partner-spotlight h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  line-height: 1.2;
}

.partner-spotlight__main {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.95rem;
  background: rgba(8, 14, 24, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

.partner-spotlight p {
  margin: 0;
  color: rgba(244, 247, 254, 0.9);
}

.partner-spotlight__subtitle {
  margin-bottom: 0.5rem !important;
  color: rgba(244, 247, 254, 0.96) !important;
  font-size: 1.02rem;
  font-weight: 600;
}

.partner-spotlight__label {
  display: inline-flex;
  align-items: center;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 0.68rem;
  margin-bottom: 0.4rem;
}

.partner-spotlight__highlights {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.45rem;
}

.partner-spotlight__highlights li {
  position: relative;
  padding: 0.45rem 0.55rem 0.45rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 249, 255, 0.95);
  font-size: 0.84rem;
  line-height: 1.35;
}

.partner-spotlight__highlights li::before {
  content: "•";
  position: absolute;
  left: 0.68rem;
  top: 0.44rem;
  color: #ffd5d5;
  font-weight: 900;
}

.btn--partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, #ce2626, #a41010);
  color: #fff;
}

.btn--partner:hover {
  background: linear-gradient(135deg, #df3131, #b71414);
}

.partner-spotlight__actions {
  margin-top: 1.05rem;
}

.partner-spotlight__action-note {
  margin-top: 0.55rem !important;
  color: rgba(215, 227, 246, 0.92) !important;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.partner-spotlight__note {
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 0.95rem;
  background: rgba(10, 15, 26, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

.partner-spotlight__note-title {
  margin: 0 0 0.35rem !important;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-spotlight__note p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.grid--four {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid--three {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid--two {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.panel--split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: start;
}

.contact-strip {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 15, 15, 0.1), transparent 32%),
    #ffffff;
  border: 1px solid rgba(18, 24, 38, 0.09);
  border-radius: 1.15rem;
  box-shadow: 0 20px 38px rgba(14, 22, 34, 0.08);
  padding: 1.6rem;
}

.contact-strip__col h2,
.contact-strip__col h3 {
  margin: 0 0 0.55rem;
  color: #0d1522;
}

.contact-strip__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b51616;
}

.contact-strip__address {
  margin: 0 0 0.7rem;
  color: #2d3647;
  line-height: 1.45;
}

.contact-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 15, 15, 0.22);
  background: rgba(200, 15, 15, 0.06);
  color: #871313;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.contact-chip:hover {
  border-color: rgba(200, 15, 15, 0.42);
  background: rgba(200, 15, 15, 0.12);
  color: #6f0f0f;
}

.card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 15px 35px rgba(15,20,28,0.08);
}

.card--borderless {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
}

.card__link {
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}

.car-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 35px rgba(15,20,28,0.08);
}

.car-card__media img {
  width: 100%;
  display: block;
}

.car-card__body {
  padding: 1.5rem;
}

.car-card__name {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

.car-card__price {
  font-weight: 700;
  margin: 0.25rem 0 1rem;
}

.quote {
  background: #fff;
  border-left: 4px solid var(--accent);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.hours,
.quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours li {
  position: relative;
  padding: 0.48rem 0 0.48rem 1rem;
  border-top: 1px solid rgba(18, 24, 38, 0.1);
  color: #283244;
  line-height: 1.35;
  font-size: 0.92rem;
}

.hours li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.92rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c80f0f;
}

.quick-links {
  display: grid;
  gap: 0.45rem;
}

.quick-links li a {
  display: block;
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(20, 28, 42, 0.09);
  border-radius: 0.72rem;
  background: #f8fafc;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.quick-links li a:hover {
  border-color: rgba(200, 15, 15, 0.3);
  background: #fff;
  transform: translateX(2px);
}

/* Chrome translate can inject font wrappers; keep inherited visual style intact. */
.panel--split font {
  font: inherit !important;
  color: inherit !important;
  vertical-align: baseline !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer {
  margin-top: 1rem;
  background:
    radial-gradient(circle at 15% -15%, rgba(255, 255, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #0a111a, #121c29 48%, #241414 100%);
  color: #eef3fb;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__shell {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__top-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.footer-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  min-width: 0;
  padding: 1rem 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 999px;
  background: rgba(200, 15, 15, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1rem;
}

.footer-card__label {
  margin: 0 0 0.28rem;
  color: rgba(238, 243, 251, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-card__value {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
}

.footer-card__value--link,
.footer-card__link {
  color: #fff;
  text-decoration: none;
}

.footer-card__link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #ffb1b1;
  font-size: 0.88rem;
  font-weight: 600;
}

.footer-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #f7f9ff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-pill:hover,
.footer-card__link:hover,
.footer-card__value--link:hover,
.footer-nav a:hover,
.footer-meta a:hover {
  color: #fff;
}

.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.32rem;
}

.footer-hours li {
  color: rgba(238, 243, 251, 0.9);
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer__bottom-inner {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  display: grid;
  gap: 0.95rem;
  justify-items: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.48rem;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(238, 243, 251, 0.92);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(238, 243, 251, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
}

.footer-meta {
  text-align: center;
}

.footer-meta__line {
  margin: 0;
  color: rgba(238, 243, 251, 0.94);
  font-size: 0.92rem;
}

.footer-meta__line + .footer-meta__line {
  margin-top: 0.22rem;
}

.footer-meta__line--muted {
  color: rgba(238, 243, 251, 0.66);
}

.footer-meta a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 720px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

  .site-nav {
    border-radius: 0.95rem;
    width: 100%;
    padding: 0.4rem;
    justify-content: center;
  }

  .site-nav a {
    flex: 1 1 auto;
    text-align: center;
    min-width: 120px;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .panel--light,
  .panel--accent,
  .panel--partner {
    padding: 1.5rem;
  }

  .contact-strip {
    padding: 1.2rem;
  }

  .contact-strip__links {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-spotlight {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .partner-spotlight__highlights {
    grid-template-columns: 1fr;
  }

  .footer__shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__top-grid {
    gap: 0.8rem;
  }

  .footer-card {
    padding: 0.9rem;
  }

  .footer__bottom-inner {
    justify-items: stretch;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .footer-social,
  .footer-meta {
    text-align: left;
    justify-content: flex-start;
  }
}
