:root{
  --navy:#0F2A43;
  --gold:#D4AF37;
  --bg:#F7F7F5;
  --text:#1E1E1E;
  --muted:#E6E6E6;
  --card:#ffffff;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --radius: 18px;
  --max: 1100px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial;color:var(--text);background:var(--bg);line-height:1.6}
a{color:var(--navy);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}
header{position:sticky;top:0;z-index:20;background:rgba(247,247,245,.92);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--muted)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy)}
.brand img{width:40px;height:40px;border-radius:12px;border:1px solid var(--muted);background:#fff}
.brand span{font-size:18px;letter-spacing:.2px}
.menu{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.menu a{font-weight:700}
.menu .pill{padding:10px 14px;border:1px solid var(--navy);border-radius:999px}
.menu .pill.primary{background:var(--navy);color:#fff}
.menu .pill.primary:hover{opacity:.92;text-decoration:none}
.menu .pill:hover{text-decoration:none;background:rgba(15,42,67,.06)}
.hero{padding:48px 0 10px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch}
.card{background:var(--card);border:1px solid var(--muted);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-card{padding:26px}
.kicker{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--navy)}
h1{color:var(--navy);font-size:44px;line-height:1.12;margin:12px 0 12px}
h2{color:var(--navy);font-size:28px;line-height:1.25;margin:0 0 10px}
h3{color:var(--navy);font-size:18px;margin:0 0 6px}
.lede{font-size:17px;margin:0 0 18px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;font-weight:800;border:1px solid var(--navy);text-decoration:none}
.btn.primary{background:var(--navy);color:#fff}
.btn.primary:hover{text-decoration:none;opacity:.92}
.btn.secondary{background:transparent;color:var(--navy)}
.btn.secondary:hover{text-decoration:none;background:rgba(15,42,67,.06)}
.note{margin-top:14px;border-radius:14px;border:1px solid rgba(212,175,55,.45);background:rgba(212,175,55,.12);padding:12px 14px;font-weight:650}
.note strong{color:var(--navy)}
.hero-media{overflow:hidden;border-radius:var(--radius);min-height:260px;background:linear-gradient(135deg, rgba(15,42,67,.92), rgba(15,42,67,.55));display:flex;align-items:flex-end;justify-content:flex-start;padding:18px;position:relative}
.hero-media::after{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 25% 20%, rgba(212,175,55,.35), transparent 55%),radial-gradient(circle at 70% 70%, rgba(212,175,55,.22), transparent 60%);transform:rotate(-10deg)}
.hero-media .badge{position:relative;z-index:2;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:14px;padding:12px 14px;width:100%}
.section{padding:28px 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.tile{padding:16px;border-radius:16px;border:1px solid var(--muted);background:#fff}
.tile p{margin:0}
.icon{width:48px;height:48px;border-radius:14px;border:1px solid var(--muted);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}
.icon img{width:100%;height:100%;object-fit:contain}
ul,ol{margin:8px 0 0;padding-left:18px}
.tile ul{margin-top:10px}
.tile li{margin:6px 0}
.faq details{border-top:1px solid var(--muted);padding:10px 0}
.faq details:first-child{border-top:none}
.faq summary{cursor:pointer;font-weight:900;color:var(--navy)}
footer{border-top:1px solid var(--muted);padding:26px 0;color:#444}
.small{font-size:13px;color:#555}
.breadcrumbs{font-size:13px;margin-top:18px}
.breadcrumbs a{font-weight:700}
.form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{display:flex;flex-direction:column;gap:6px}
label{font-weight:800;color:var(--navy);font-size:13px}
input,select,textarea{border:1px solid var(--muted);border-radius:12px;padding:12px 12px;font:inherit;background:#fff}
textarea{min-height:120px;resize:vertical}
.form .full{grid-column:1 / -1}
.helper{font-size:13px;color:#555;margin-top:6px}

.cta-helper{font-size:13px;color:#555;line-height:1.35;flex-basis:100%}
.cta-helper-sub{font-size:12px;color:#666;margin-top:-8px}
.btn.primary[data-cta="get-connected"]{min-width:280px;white-space:normal;text-align:center}
@media (max-width:640px){
  .btn.primary[data-cta="get-connected"]{width:100%;min-width:0}
}
@media (max-width:900px){
  .nav{align-items:flex-start}
  .menu{
    width:100%;
    padding:10px;
    border-radius:14px;
    background:rgba(15,42,67,.96);
    border:1px solid rgba(255,255,255,.14);
  }
  .menu a{color:#fff}
  .menu .pill{border-color:rgba(255,255,255,.55)}
  .menu .pill:hover{background:rgba(255,255,255,.14)}
  .menu .pill.primary{background:#fff;color:var(--navy)}
  .hero-grid{grid-template-columns:1fr}
  h1{font-size:36px}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
}
.gv-map{
  margin-top:10px;
  border-radius:18px;
  overflow:hidden;
}
.gv-map a:hover text{ text-decoration: underline; }
.gv-map circle{ cursor:pointer; }


/* Hero carousel (replaces .hero-media card) */
.hero-carousel {
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 420px;
}

.gv-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.gv-carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.gv-carousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
}

.gv-carousel__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.gv-carousel__slide img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.gv-carousel__slide::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.22) 55%,
    rgba(0,0,0,.06) 100%
  );
  pointer-events:none;
}

/* Badge sits on each image */
.badge--carousel{
  position:absolute;
  left:22px;
  bottom:72px;                 /* moved up a bit more */
  z-index:2;
  max-width:min(560px, calc(100% - 44px));
  padding:12px 14px;           /* a bit shorter */

  background: rgba(0,0,0,0.24); /* ~20% more translucent than 0.42 */
  border: 0;
  border-radius: 14px;
  backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

.badge--carousel strong{
  display:block;
  font-size: 20px;
  line-height: 1.1;            /* tighter */
  letter-spacing: .2px;
  color:#fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}

.badge--carousel .small{
  display:block;
  margin-top:4px;              /* tighter gap between lines */
  font-size: 14px;
  line-height: 1.25;           /* tighter */
  color: rgba(255,255,255,0.92);
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}

.badge--carousel br{ display:none; }

/* Controls */
.gv-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(15, 42, 67, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.gv-carousel__btn:hover {
  background: rgba(15, 42, 67, 0.78);
  border-color: rgba(200, 161, 74, 0.55);
}

.gv-carousel__btn--prev { left: 12px; }
.gv-carousel__btn--next { right: 12px; }

.gv-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(15, 42, 67, 0.35);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(6px);
}

.gv-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.26);
  cursor: pointer;
}

.gv-carousel__dot.is-active {
  background: #c8a14a;
  border-color: rgba(200, 161, 74, 0.90);
}

@media (max-width: 640px) {
  .hero-carousel,
  .gv-carousel,
  .gv-carousel__track,
  .gv-carousel__slide img {
    min-height: 360px;
  }

  .gv-carousel__btn {
    display: none;
  }

  .badge--carousel {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }
}
.trust-band{padding:18px 0;background:#f3f7fc;border-top:1px solid #dce7f5;border-bottom:1px solid #dce7f5}
.trust-band__grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));font-size:14px;color:#16304c}
.proof-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.proof-card{padding:16px;border-radius:16px;border:1px solid #dce7f5;background:#f8fbff}
.proof-card p{margin:6px 0 0}
.conversion-strip{padding:24px;border-radius:18px;border:1px solid rgba(15,42,67,.14);background:linear-gradient(120deg,#0f2a43 0%,#1a4468 65%,#23547e 100%);color:#fff}
.conversion-strip h2{color:#fff;margin-bottom:8px}
.conversion-strip .lede{color:rgba(255,255,255,.9);margin-bottom:0}
.conversion-strip .btn.secondary{color:#fff;border-color:rgba(255,255,255,.8)}
.conversion-strip .btn.secondary:hover{background:rgba(255,255,255,.12)}
.conversion-strip .cta-helper,.conversion-strip .cta-helper-sub{color:rgba(255,255,255,.88)}

/* Auto dealership industry pages (consolidated from auto.css) */
body.autoPage{
  --panel:#ffffff;
  --text:#1E1E1E;
  --muted:#555;
  --line:var(--muted);
  --radius:22px;
  --radius2:28px;
  --max:1180px;
  background:var(--bg);
  color:var(--text);
  font-family:ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
body.autoPage a{color:var(--navy);text-decoration:none}
body.autoPage a:hover{text-decoration:underline}
body.autoPage .container{max-width:var(--max);padding:0 22px}
body.autoPage h2, body.autoPage h3{color:var(--navy)}
body.autoPage .topnote{font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:#666}
body.autoPage header{background:var(--navy); border-bottom:1px solid rgba(255,255,255,.18)}
body.autoPage header .menu > a,
body.autoPage header .menu > .menu-item > .menu-link{color:#fff}
body.autoPage header .menu > a:hover,
body.autoPage header .menu > .menu-item > .menu-link:hover{color:#fff}
body.autoPage .btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:11px 14px; border-radius:14px; border:1px solid var(--navy); background:#fff}
body.autoPage header .menu-dropdown a{color:var(--ink)}
body.autoPage header .menu-dropdown a:hover{color:var(--ink)}
body.autoPage .btn:hover{background:rgba(15,42,67,.06);text-decoration:none}
body.autoPage .btnPrimary{border-color: var(--navy); background: var(--navy); color:#fff;}
body.autoPage .btnPrimary:hover{background: var(--navy); opacity:.92;}
body.autoPage .hero{padding:46px 0 22px}
body.autoPage .heroGrid{display:grid; grid-template-columns: 1.1fr .9fr; gap:26px; align-items:stretch}
body.autoPage .card{border:1px solid #e6e6e6; background:var(--panel); border-radius:var(--radius2); box-shadow:var(--shadow); overflow:hidden}
body.autoPage .heroCard{padding:26px}
body.autoPage .h1{font-size:38px; line-height:1.12; margin:10px 0 12px}
body.autoPage .sub{color:#444; font-size:15px; line-height:1.6; max-width:48ch}
body.autoPage .heroMedia{position:relative; min-height:360px}
body.autoPage .heroMedia img{width:100%; height:100%; object-fit:cover; display:block; filter:saturate(.95) contrast(1.05)}
body.autoPage .heroFade{position:absolute; inset:0; background:linear-gradient(90deg, rgba(15,42,67,.58), rgba(15,42,67,.14) 55%, rgba(15,42,67,.48)); pointer-events:none}
body.autoPage .heroLabel{position:absolute; left:18px; bottom:18px; right:18px; display:flex; justify-content:space-between; gap:12px; align-items:flex-end}
body.autoPage .heroLabel div{padding:12px 14px; background:rgba(15,42,67,.70); border:1px solid rgba(255,255,255,.24); border-radius:16px; backdrop-filter: blur(10px)}
body.autoPage .heroLabel strong{display:block; font-size:13px}
body.autoPage .heroLabel span{display:block; font-size:12px; color:var(--muted); margin-top:3px}
body.autoPage .section{padding:28px 0}
body.autoPage .sectionHead{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:16px}
body.autoPage .sectionHead h2{margin:0; font-size:22px}
body.autoPage .sectionHead p{margin:0; color:#444; max-width:64ch; line-height:1.6; font-size:14px}
body.autoPage #coffee .sectionHead h2{color:var(--navy)}
body.autoPage .grid3{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
body.autoPage .grid2{display:grid; grid-template-columns:repeat(2, 1fr); gap:14px}
body.autoPage .tile{padding:16px; border-radius:var(--radius); border:1px solid #e6e6e6; background:#fff}
body.autoPage .tile h3{margin:0 0 8px; font-size:15px}
body.autoPage .tile p{margin:0; color:#444; font-size:13px; line-height:1.6}
body.autoPage .split{display:grid; grid-template-columns: 1fr 1fr; gap:16px}
body.autoPage .mediaCard img{width:100%; height:260px; object-fit:cover; display:block}
body.autoPage .mediaCard .pad{padding:16px}
body.autoPage .badge{display:inline-flex; align-items:center; gap:8px; font-size:12px; color:#444; border:1px solid #e6e6e6; padding:7px 10px; border-radius:999px; background:#fff}
body.autoPage .heroCard .badge{margin-top:16px}
body.autoPage .hr{height:1px; background:#e6e6e6; margin:18px 0}
body.autoPage .pack{padding:18px}
body.autoPage .price{font-size:12px; color:#555}
body.autoPage .pack ul{margin:10px 0 0; padding-left:18px; color:#444; line-height:1.7; font-size:13px}
body.autoPage .callout{padding:18px; background:linear-gradient(135deg, rgba(212,175,55,.14), rgba(255,255,255,.95)); border:1px solid rgba(212,175,55,.35); border-radius:var(--radius2)}
body.autoPage .callout h3{margin:0 0 8px}
body.autoPage .callout p{margin:0; color:#444; line-height:1.6}
body.autoPage .footer{padding:26px 0 42px; color:#555; font-size:13px}
body.autoPage .footerGrid{display:flex; justify-content:space-between; gap:16px; align-items:flex-start; flex-wrap:wrap}
body.autoPage .smallLinks{display:flex; gap:14px; flex-wrap:wrap}
body.autoPage .smallLinks a{color:#555}
body.autoPage .smallLinks a:hover{color:var(--navy)}
@media (max-width: 980px){
  body.autoPage .heroGrid,
  body.autoPage .grid3,
  body.autoPage .grid2,
  body.autoPage .split{grid-template-columns:1fr}
  body.autoPage .h1{font-size:32px}
}
/* Hero image label: keep text light on top of photo */
.heroLabel { 
  color: rgba(255,255,255,.92);
}

.heroLabel strong {
  color: #fff;            /* override global strong color */
}

.heroLabel span {
  color: rgba(255,255,255,.72);
}
.heroLabel { 
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}
/* Premium system refresh */
:root{
  --ink:#0d1b2a;
  --ink-soft:#223448;
  --surface:#ffffff;
  --surface-muted:#f2f4f7;
  --accent:#c8a14a;
  --line:#d9dde3;
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:26px;
  --shadow-soft:0 12px 30px rgba(13,27,42,.07);
  --section-space:64px;
  --content-narrow:760px;
  --max:1180px;
}
body{background:#f5f6f8;color:var(--ink);font-size:16px}
main{padding-bottom:40px}
.container{padding:0 24px}
.section{padding:var(--section-space) 0}
.section:nth-child(even){background:var(--surface)}
.card,.tile{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:none}
h1,h2,h3{color:var(--ink);letter-spacing:-.02em}
h1{font-size:clamp(2rem,4vw,3.5rem)}
h2{font-size:clamp(1.5rem,3vw,2.2rem)}
.lede{font-size:1.1rem;max-width:66ch;color:var(--ink-soft)}
.small{color:#4e5d6f}
.btn{border-radius:999px;padding:12px 20px;font-weight:700}
.btn.primary{background:var(--ink);border-color:var(--ink)}
.btn.secondary{border-color:#bcc4cf;color:var(--ink)}
.kicker{color:#78602a;letter-spacing:.12em}

header{background:rgba(10,20,34,.92);border-bottom:1px solid rgba(255,255,255,.12)}
.brand{color:#fff}
.brand img{border-color:rgba(255,255,255,.18);background:#fff}
.menu{gap:10px;align-items:center}
.menu-link,.menu > a{color:#d7e0ea;font-weight:600;padding:10px 12px;border-radius:10px;background:none;border:none;cursor:pointer;font:inherit}
.menu-link:hover,.menu > a:hover{text-decoration:none;background:rgba(255,255,255,.08);color:#fff}
.menu-link.is-active,.menu > a.is-active{text-decoration:none;background:rgba(255,255,255,.12);color:#fff}
.menu-dropdown a.is-active{background:var(--surface-muted);color:var(--ink)}
.menu-item{position:relative}

.menu-link-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}
.menu-link-toggle-icon{font-weight:700;line-height:1}
.menu-dropdown{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-soft);min-width:220px;padding:8px;display:none;z-index:30}
.menu-dropdown a{display:block;padding:9px 10px;border-radius:10px;color:var(--ink);font-weight:600}
.menu-dropdown a:hover{background:var(--surface-muted);text-decoration:none}
.menu-item.is-open .menu-dropdown{display:block}
.menu .pill.primary{background:var(--accent);border:1px solid transparent;color:#172231}
.menu .pill.primary:hover{background:#d5b870}
.nav-toggle{display:none;background:none;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:8px;gap:4px;flex-direction:column}
.nav-toggle span{display:block;width:20px;height:2px;background:#fff}
.sr-only{position:absolute;left:-9999px}

.hero{padding:72px 0 24px}
.hero-card{padding:36px;border-radius:var(--radius-lg)}
.hero-grid{gap:24px}
.hero-carousel{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}
.note{background:#f8f3e7;border:1px solid #ebddbb;color:#283646}

.template-home .section:nth-of-type(2n+1){background:#fff}
.template-home .section:nth-of-type(2n){background:#f4f6fa}
.template-home .grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.template-home .grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.template-home .proof-card{background:#fff;border:1px solid var(--line)}

.template-solution .section:first-of-type .container,
.template-industry .section:first-of-type .container,
.template-location .section:first-of-type .container,
.template-operator .section:first-of-type .container{
  background:linear-gradient(160deg,#fff,#f4f6fa);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:34px;
}
.template-learn main>.container,
.template-learn .section .container{max-width:920px}
.template-learn .tile,.template-learn .card{box-shadow:none}
.template-learn p,.template-learn li{max-width:75ch}

footer{background:#0e1f33;color:#d0d8e3;border-top:none;padding:46px 0 28px}
footer .footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px;margin-bottom:18px}
footer a{color:#f0f4fb}
.footer-links{display:grid;gap:6px;margin-top:8px}
.footer-mission{margin-top:10px;max-width:52ch;color:#c6d0dc}

@media (min-width:901px){
  .menu-item.has-dropdown:hover .menu-dropdown{display:block}
}
@media (max-width:900px){
  .nav{align-items:center}
  .nav-toggle{display:flex;margin-left:auto}
  .menu{display:none;position:absolute;left:16px;right:16px;top:72px;width:auto;flex-direction:column;align-items:stretch;padding:14px;background:#0d1b2a;border-radius:16px;border:1px solid rgba(255,255,255,.16)}
  .menu.is-open{display:flex}
  .menu-link,.menu > a{width:100%;text-align:left;padding:11px 10px}
  .menu-link-toggle{padding:11px 10px}
  .menu-dropdown{position:static;display:none;background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.16);padding:6px;margin-top:6px}
  .menu-dropdown a{color:#fff}
  .menu-item.is-open .menu-dropdown{display:block}
  .hero-grid,.grid-2,.grid-3,footer .footer-grid{grid-template-columns:1fr}
  .hero-card{padding:24px}
}


.menu-item.has-dropdown:focus-within .menu-dropdown{display:block}

.actions .cta-helper,.actions .cta-helper-sub{display:none}
.hero .actions + .small{margin-top:10px}
.conversion-strip .actions .cta-helper,.conversion-strip .actions .cta-helper-sub{display:block}

.template-solution .lede,
.template-industry .lede,
.template-location .lede,
.template-operator .lede{max-width:72ch}

.template-solution .grid-2,
.template-industry .grid-2,
.template-location .grid-2,
.template-operator .grid-2{gap:18px}

.template-learn h1{max-width:22ch}
.template-learn .section{padding:52px 0}
.template-learn .tile h2,.template-learn .tile h3{margin-top:4px}
