:root {
  --navy: #07182c;
  --navy-2: #102c4f;
  --blue: #1974d2;
  --blue-2: #0f5fad;
  --gold: #f4b43a;
  --ink: #122033;
  --muted: #5f6d7f;
  --line: #dce3eb;
  --paper: #ffffff;
  --mist: #f4f7fa;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(5, 24, 46, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--blue-2); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue); }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; padding: .7rem 1rem; background: #fff; }
.skip:focus { left: 1rem; top: 1rem; }
.topbar { background: #041224; color: #dfeafa; font-size: .88rem; }
.topbar .wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar a { color: #fff; font-weight: 750; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(7,24,44,.98); border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(14px); }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; width: min(300px, 52vw); }
.brand img { display: block; width: 100%; }
.nav { display: flex; align-items: center; gap: 1.35rem; }
.nav a { color: #f7fbff; font-weight: 700; text-decoration: none; font-size: .95rem; }
.nav a:hover, .nav a[aria-current="page"] { color: #79baff; }
.button, .nav .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.15rem; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; text-decoration: none; box-shadow: 0 8px 24px rgba(25,116,210,.22); transition: transform .2s ease, background .2s ease; }
.button:hover { color: #fff; background: var(--blue-2); transform: translateY(-1px); }
.button.secondary { background: #fff; color: var(--navy); box-shadow: none; }
.button.ghost { color: var(--navy); background: transparent; border: 1px solid var(--line); box-shadow: none; }
.menu { display: none; border: 1px solid rgba(255,255,255,.3); color: #fff; background: transparent; border-radius: 10px; padding: .55rem .75rem; font: inherit; font-weight: 750; }
.hero { position: relative; min-height: 680px; display: grid; align-items: end; color: #fff; background: #07182c url('/assets/hubert-vester-dealerships-aerial.webp') center/cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(2,13,27,.94) 0%, rgba(3,17,34,.76) 39%, rgba(3,17,34,.08) 72%), linear-gradient(0deg, rgba(2,13,27,.78), transparent 50%); }
.hero .wrap { position: relative; z-index: 2; padding-block: 7rem 5rem; }
.eyebrow { margin: 0 0 .75rem; color: var(--blue); font-weight: 850; text-transform: uppercase; letter-spacing: .13em; font-size: .82rem; }
.hero .eyebrow { color: #79baff; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3rem, 7vw, 6.3rem); }
.hero h1 { color: #fff; }
.hero p { max-width: 660px; margin: 1.4rem 0 0; color: #e1e9f3; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); overflow: hidden; max-width: 720px; margin-top: 4rem; }
.trust-row div { padding: 1rem 1.25rem; background: rgba(5,22,43,.72); }
.trust-row strong { display: block; font-size: 1.25rem; }
.trust-row span { color: #cad7e6; font-size: .9rem; }
.section { padding-block: clamp(4rem, 8vw, 7.5rem); }
.section.tint { background: var(--mist); }
.section.dark { background: var(--navy); color: #dce7f4; }
.section.dark h2, .section.dark h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: 2.3rem; }
.section-head h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4rem); }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section.dark .section-head p { color: #bdcada; }
.wide-photo { margin: 0; }
.wide-photo img { display: block; width: 100%; height: auto; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.wide-photo { margin-bottom: 2.4rem; }
.wide-photo img { max-height: 520px; object-position: center; }
.wide-photo figcaption { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2rem); box-shadow: 0 8px 30px rgba(11,37,66,.06); }
.card h2, .card h3 { margin: .15rem 0 .65rem; }
.card p { color: var(--muted); }
.brand-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.dealer-logo { display: block; width: min(100%,250px); height: 130px; object-fit: contain; padding: 1.1rem; border: 1px solid #203a58; border-radius: 16px; background: var(--navy); }
.brand-card .dealer-logo { width: 190px; height: 110px; margin: .5rem auto 1.5rem; }
.location .dealer-logo { margin: 0 auto 1.25rem; }
.grid-2 > .card .dealer-logo { margin-bottom: 1.25rem; }
.brand-card .button { align-self: center; }
.feature-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .7rem; }
.feature-list li { position: relative; padding-left: 1.7rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.locations { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.location { border-top: 4px solid var(--blue); }
.location address { color: var(--muted); font-style: normal; }
.location .phone { display: inline-block; margin-block: .5rem; font-size: 1.15rem; font-weight: 850; }
.page-hero { padding: clamp(5rem, 9vw, 8rem) 0 4rem; background: radial-gradient(circle at 85% 0, #174f89 0, transparent 35%), linear-gradient(135deg, #06162a, #0f2c4e); color: #fff; }
.page-hero h1 { color: #fff; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p { max-width: 720px; color: #cfdaea; font-size: 1.15rem; }
.breadcrumb { margin-bottom: 1.3rem; color: #adc1d8; font-size: .9rem; }
.breadcrumb a { color: #fff; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 2.6rem; font-size: 2rem; }
.prose h3 { margin-top: 2rem; font-size: 1.35rem; }
.prose p, .prose li { color: #435269; }
.prose img { display: block; width: 100%; border-radius: 16px; margin: 1.5rem 0; }
.prose figure { margin: 1.75rem 0; }
.prose blockquote { margin: 2rem 0; padding: .5rem 0 .5rem 1.4rem; border-left: 4px solid var(--blue); color: var(--navy); font-size: 1.15rem; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 3rem 0; }
.model-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.model { min-height: 110px; display: flex; align-items: end; background: linear-gradient(145deg,#fff,#edf3f8); border: 1px solid var(--line); border-radius: 14px; padding: 1.1rem; font-weight: 850; color: var(--navy); }
.blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.2rem; }
.post-card { display: flex; flex-direction: column; min-height: 270px; }
.post-card time { color: var(--blue-2); font-weight: 800; font-size: .85rem; }
.post-card h2 { font-size: 1.4rem; }
.post-card a:last-child { margin-top: auto; font-weight: 850; }
.calculator { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; margin-bottom: .35rem; font-weight: 750; }
.field input { width: 100%; min-height: 50px; padding: .7rem .8rem; border: 1px solid #aebccc; border-radius: 10px; font: inherit; }
.payment { grid-column: 1/-1; padding: 1.4rem; border-radius: 14px; background: var(--navy); color: #fff; }
.payment output { display: block; color: #fff; font-size: 2.5rem; font-weight: 900; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem,5vw,4rem); border-radius: 26px; background: linear-gradient(135deg,#1477d8,#0b447e); color: #fff; box-shadow: var(--shadow); }
.cta h2 { color: #fff; margin: 0; font-size: clamp(2rem,4vw,3.5rem); }
.site-footer { background: #041224; color: #b9c8d9; padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin: .45rem 0; }
.site-footer a { color: #dce7f3; text-decoration: none; }
.legal { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid #233851; font-size: .88rem; }
@media (max-width: 900px) {
  .menu { display: block; }
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 82px; padding: 1rem; background: var(--navy); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav[data-open] { display: flex; }
  .grid-3, .locations, .blog-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .model-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 620px; background-position: 62% center; }
  .hero::after { background: linear-gradient(90deg,rgba(2,13,27,.94),rgba(3,17,34,.61)),linear-gradient(0deg,rgba(2,13,27,.8),transparent); }
}
@media (max-width: 580px) {
  .wrap { width: min(100% - 28px,1180px); }
  .topbar .wrap { justify-content: center; }
  .topbar span { display: none; }
  .nav-row { min-height: 72px; }
  .nav { top: 72px; }
  .hero .wrap { padding-block: 5rem 3rem; }
  .trust-row { grid-template-columns: 1fr; }
  .model-grid, .calculator, .footer-grid { grid-template-columns: 1fr; }
  .cta { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
