:root{
  --bg0:#050815;
  --bg1:#070B1B;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.04);
  --line: rgba(255,255,255,.10);
  --line2: rgba(255,255,255,.14);
  --text:#EAF0FF;
  --muted:#A9B6D3;
  --muted2:#7E8FB6;
  --blue:#1FA2FF;
  --blue2:#2D8CFF;
  --yellow:#FFD400;
  --green:#17C964;
  --danger:#FF5D5D;
  --shadow: 0 18px 70px rgba(0,0,0,.55);
  --shadow2: 0 10px 30px rgba(0,0,0,.40);
  --radius: 22px;
  --radius2: 16px;
  --ring: 0 0 0 4px rgba(31,162,255,.18);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1100px 650px at 12% 0%, rgba(31,162,255,.22), transparent 60%),
    radial-gradient(900px 520px at 90% 15%, rgba(23,201,100,.16), transparent 58%),
    radial-gradient(700px 520px at 55% 95%, rgba(255,212,0,.10), transparent 62%),
    linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 55%, #050815 100%);
  min-height:100vh;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.95}

.container{width:min(1160px, 92vw); margin:0 auto}
.sep{border:0;border-top:1px solid var(--line); margin: 18px 0}

.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(5,8,21,.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.topbar .inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:14px 0;
}

.brand{
  display:flex; align-items:center; gap:12px; min-width: 220px;
}
.brand img{height:42px; width:auto; display:block}
.brand .txt{display:flex; flex-direction:column; line-height:1.05}
.brand .name{font-weight:900; letter-spacing:-.02em}
.brand .sub{font-size:12px; color:var(--muted); font-weight:700}

.nav{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:center;
}
.nav a{
  font-size:13px; color:var(--muted);
  padding:9px 12px; border-radius:999px;
  border:1px solid transparent;
}
.nav a:hover{background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08)}
.nav a.active{color:var(--text); background: rgba(31,162,255,.12); border-color: rgba(31,162,255,.22)}

.controls{display:flex; align-items:center; gap:10px; flex-wrap:wrap}

.lang-toggle{
  display:flex; gap:6px; padding:6px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius:999px;
}
.lang-toggle button{
  border:0; background:transparent; color:var(--muted);
  font-weight:900; letter-spacing:.3px;
  padding:7px 10px; border-radius:999px; cursor:pointer;
}
.lang-toggle button.active{
  color:var(--text);
  background: linear-gradient(90deg, rgba(31,162,255,.40), rgba(23,201,100,.28));
  border: 1px solid rgba(255,255,255,.10);
}

.btn{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color:var(--text);
  padding:11px 14px;
  border-radius: 999px;
  cursor:pointer;
  font-weight:900;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.06)}
.btn.primary{
  background: linear-gradient(90deg, rgba(31,162,255,.70), rgba(23,201,100,.52));
  border-color: rgba(31,162,255,.28);
  box-shadow: 0 14px 40px rgba(31,162,255,.14);
}
.btn.soft{
  background: rgba(31,162,255,.10);
  border-color: rgba(31,162,255,.20);
}
.btn.ghost{
  background: transparent;
}
.icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px; border-radius: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}

.hero{
  padding: 34px 0 18px;
}

.heroGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:start;
}

.kicker{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:900; letter-spacing:.14em; text-transform:uppercase;
  font-size:12px; color: rgba(234,240,255,.92);
}
.kicker .pill{
  letter-spacing:0; text-transform:none;
  font-weight:800; font-size:12px;
  padding:6px 10px; border-radius:999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--muted);
}

h1{
  font-family:"Space Grotesk", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height:1.02;
  margin: 12px 0 12px;
  letter-spacing: -0.03em;
}
.grad{
  background: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  color: rgba(169,182,211,.98);
  font-size: 16.6px;
  line-height:1.75;
  margin: 0 0 16px;
  max-width: 60ch;
}
.trustRow{
  display:flex; gap:10px; flex-wrap:wrap;
  margin: 14px 0 10px;
}
.trust{
  display:flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight:800;
  font-size:13px;
}
.dot{
  width:9px;height:9px;border-radius:99px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  box-shadow: 0 0 0 3px rgba(31,162,255,.14);
}
.heroActions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 6px}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}
.cardTitle{
  display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
  margin-bottom: 12px;
}
.cardTitle h2{
  margin:0;
  font-size: 16px;
  letter-spacing:-.01em;
}
.note{
  color: var(--muted);
  font-size: 12.5px;
  line-height:1.6;
}
.form{display:grid; gap:12px}
.label{font-size:13px; color: var(--muted); font-weight:800; margin-bottom:6px}
.required{color: var(--danger)}
.input, select{
  width:100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(5,8,21,.55);
  color: var(--text);
  outline:none;
}
.input:focus, select:focus{
  border-color: rgba(31,162,255,.45);
  box-shadow: var(--ring);
}
.row{display:flex; gap:10px; align-items:center; justify-content:space-between}
.mode{
  display:flex; gap:10px; width:100%;
}
.mode button{
  flex:1;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  color: var(--muted);
  font-weight:950;
  cursor:pointer;
}
.mode button.active{
  color: var(--text);
  border-color: rgba(31,162,255,.45);
  box-shadow: var(--ring);
  background: rgba(31,162,255,.10);
}
.hint{color: rgba(169,182,211,.92); font-size:12.5px; margin-top:-6px}

#toast{
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.12);
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text);
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 999;
  backdrop-filter: blur(12px);
}

.results{
  display:none;
  margin-top: 14px;
}
.resultsHead{
  display:flex; align-items:flex-end; justify-content:space-between; gap:10px;
  margin: 18px 0 10px;
}
.resultsHead h3{
  margin:0;
  font-size: 18px;
  letter-spacing:-.01em;
}
.resultsHead p{margin:0; color: var(--muted); font-size: 13px}

.resultGrid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}

.result-item{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow2);
  border-radius: 18px;
  padding: 14px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  justify-content:space-between;
}
.resultLeft{display:flex; gap:12px; align-items:flex-start}
.thumb{
  width:46px; height:46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(31,162,255,.35), rgba(23,201,100,.18));
  border: 1px solid rgba(255,255,255,.12);
  display:flex; align-items:center; justify-content:center;
  font-weight:950;
  color: rgba(234,240,255,.92);
}
.resultMeta{display:flex; flex-direction:column; gap:4px}
.resultMeta strong{font-size: 14.5px}
.small{color: var(--muted); font-size: 13px; line-height:1.4}

.badge{
  font-size:12px;
  font-weight:950;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(31,162,255,.12);
  color: var(--text);
}
.badge.green{background: rgba(23,201,100,.12)}
.badge.yellow{background: rgba(255,212,0,.12)}

.section{
  padding: 26px 0 10px;
}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.feature{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: 20px;
  padding: 16px;
}
.feature h3{margin:0 0 6px; font-size:14px}
.feature p{margin:0; color: var(--muted); line-height:1.6; font-size:13.5px}

.footer{
  padding: 26px 0 34px;
  color: var(--muted);
  font-size: 13px;
}
.footer a{color: rgba(234,240,255,.88)}
.footer a:hover{opacity:.9}

.page{
  padding: 26px 0 44px;
}
.page h2{
  margin: 0 0 10px;
  font-size: 30px;
  font-family:"Space Grotesk", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing:-.02em;
}
.page p, .page li{color: var(--muted); line-height:1.8}

@media (max-width: 920px){
  .heroGrid{grid-template-columns: 1fr;}
  .grid3{grid-template-columns: 1fr;}
  .resultGrid{grid-template-columns: 1fr;}
}
@media (max-width: 640px){
  .topbar .inner{flex-direction:column; align-items:flex-start}
  .controls{width:100%; justify-content:space-between}
}


/* Premium Navy Header */
.topbar{
background:#0B2545 !important;
color:white;
border-bottom:none;
}

.brandName{
color:white !important;
font-weight:900;
font-size:20px;
}

.brandTag{
color:#dbeafe !important;
}

/* Navy Reviews Section */

#towlinkReviews{
background:#0B2545;
color:white;
padding:20px;
border-radius:18px;
margin-top:20px;
}

.reviewCard{
background:white;
color:black;
}

.bannerTrack{
scroll-behavior:smooth;
}


/* Provider form */
.formGrid .field{margin:12px 0}
.formGrid label{display:block;font-weight:800;margin-bottom:6px;color:#0f172a}
.formGrid .req{color:#ef4444}
.formGrid input,.formGrid select,.formGrid textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  font-size:16px;
}
.formGrid textarea{resize:vertical}
.formGrid .grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width: 720px){ .formGrid .grid2{grid-template-columns:1fr} }
.checks{display:flex;flex-wrap:wrap;gap:10px}
.chk{display:flex;gap:8px;align-items:center;font-weight:700;color:#0f172a}
.smallNote{font-size:12.5px;color:#64748b;line-height:1.5}


/* ===== Hotels-style TowLink Theme (mobile-first) ===== */
:root{
  --navy:#111827; /* deep navy */
  --navy2:#0f172a;
  --blue:#2563eb;
  --bg:#ffffff;
  --muted:#64748b;
  --border:rgba(15,23,42,.14);
  --card:#ffffff;
  --shadow:0 16px 40px rgba(2,6,23,.10);
}

body{background:var(--bg) !important;color:#0f172a;}
.topbar{background:var(--navy) !important;border-bottom:none !important;}
.wrap{width:min(980px,92vw);margin:0 auto;}
.brandName{color:#fff !important;font-size:28px !important;letter-spacing:-.02em;font-weight:900 !important;line-height:1 !important;}
.brandTag{display:none !important;}
.logoImg{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.06);padding:6px;}

/* simplify nav area */
.navLinks,.langPills,.topCtas,.pillRow{display:none !important;}

/* hero */
.heroHotels{
  padding:16px 0 8px;
  background:linear-gradient(180deg, rgba(17,24,39,1) 0%, rgba(17,24,39,.94) 52%, rgba(17,24,39,0) 100%);
}
.heroHotels .tagline{
  text-align:center;
  color:#fff;
  font-weight:900;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.03em;
  margin:18px 0 14px;
}
.heroHotels .subline{
  text-align:center;
  color:rgba(226,232,240,.92);
  font-size:14px;
  margin:0 0 16px;
}

.searchCard{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:14px;
  margin:-10px auto 14px;
}

.fieldRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.dropoffBlock{display:block;margin-top:12px;}
.fieldBlockFull{width:100%;flex:1 1 100%;}
.fieldBlock input, .fieldBlock select{min-height:24px;}
.fieldBlock{
  flex:1 1 220px;
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px 12px 10px;
  background:#fff;
}
.fieldBlock label{
  display:flex;
  gap:8px;
  align-items:center;
  font-weight:900;
  font-size:12px;
  color:#0f172a;
  margin:0 0 6px;
}
.fieldBlock .hint{
  color:var(--muted);
  font-size:12.5px;
  margin-top:6px;
}
.fieldBlock input, .fieldBlock select{
  width:100%;
  border:none;
  outline:none;
  font-size:16px;
  font-family:inherit;
  font-weight:400;
  line-height:1.35;
  padding:0;
  background:transparent;
  color:#0f172a;
  -webkit-text-fill-color:#0f172a;
  -webkit-appearance:none;
  appearance:none;
}
.fieldBlock input::placeholder{
  color:#64748b;
  opacity:1;
}

.primaryWide{
  width:100%;
  border-radius:999px;
  padding:14px 16px;
  font-weight:950;
  font-size:16px;
  background:var(--navy);
  color:#fff;
  border:none;
}

.secondaryRow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.chipBtn{
  flex:1 1 160px;
  border-radius:999px;
  padding:12px 14px;
  border:1px solid var(--border);
  background:#fff;
  font-weight:900;
  color:#0f172a;
}
.chipBtn:active{transform:scale(.99);}

.sectionTitle{
  font-weight:950;
  font-size:18px;
  letter-spacing:-.02em;
  margin:18px 0 10px;
}
.muted{color:var(--muted);}

@media (min-width: 860px){
  .heroHotels .tagline{font-size:38px;}
  .searchCard{padding:18px;}
}


/* results grid */
#resultsGrid{display:grid;grid-template-columns:1fr;gap:14px;padding-bottom:40px}
.resultCard{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid rgba(37,99,235,.18);
  border-radius:20px;
  padding:16px;
  box-shadow:0 16px 36px rgba(2,6,23,.10);
}
.resultCard::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#2563eb 0%,#38bdf8 50%,#2563eb 100%);
}
.resultCard.activeHit{
  border-color:rgba(37,99,235,.34);
  box-shadow:0 0 0 4px rgba(59,130,246,.10),0 20px 46px rgba(37,99,235,.18);
  animation:resultPop .45s ease, resultPulse 2.2s ease-in-out 2;
}
.resultBadge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  padding:8px 12px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  border:1px solid rgba(37,99,235,.18);
  font-size:12px;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.resultBadgeDot{
  width:10px;height:10px;border-radius:999px;background:#22c55e;
  box-shadow:0 0 0 0 rgba(34,197,94,.5);
  animation:badgePing 1.8s infinite;
}
.resultTitle{font-weight:950;font-size:20px;letter-spacing:-.02em;color:#0f172a}
.resultMeta{color:#334155;font-size:14px;margin-top:4px;line-height:1.45}
.resultRow{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:12px;flex-wrap:wrap}
.callBtn{
  border-radius:999px;padding:13px 18px;background:var(--blue);color:#fff;border:none;font-weight:950;font-size:15px;
  box-shadow:0 12px 26px rgba(37,99,235,.24);
}
.pricePill{
  border:1px solid rgba(37,99,235,.18);
  border-radius:999px;
  padding:10px 14px;
  font-weight:950;
  font-size:18px;
  background:#fff;
  color:#0f172a;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
}
.resultQuickFacts{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
  gap:10px;
  margin-top:12px;
}
.resultFact{
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  background:#fff;
  padding:10px 12px;
}
.resultFactLabel{font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#64748b;}
.resultFactValue{margin-top:4px;font-size:15px;font-weight:950;color:#0f172a;}
@keyframes resultPop{0%{transform:scale(.985);opacity:.85}100%{transform:scale(1);opacity:1}}
@keyframes resultPulse{0%,100%{box-shadow:0 0 0 4px rgba(59,130,246,.10),0 20px 46px rgba(37,99,235,.18)}50%{box-shadow:0 0 0 9px rgba(59,130,246,.12),0 20px 50px rgba(37,99,235,.22)}}
@keyframes badgePing{0%{box-shadow:0 0 0 0 rgba(34,197,94,.45)}70%{box-shadow:0 0 0 9px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}

/* Fix consent checkbox overflow on mobile */
.chk.consent{width:100%;display:flex;gap:10px;align-items:flex-start;}
.chk.consent span{display:block;white-space:normal;word-break:break-word;line-height:1.4;}

/* ===== Image marquee banner (constant scroll) ===== */
.marqueeSection{margin:6px 0 14px;}
.marqueeCard{
  background:#fff;
  border:1px solid var(--border, rgba(15,23,42,.14));
  border-radius:18px;
  box-shadow:0 14px 34px rgba(2,6,23,.10);
  overflow:hidden;
}
.marquee{
  width:100%;
  overflow:hidden;
}
.marqueeTrack{
  display:flex;
  gap:12px;
  padding:12px;
  width:max-content;
  animation: marqueeScroll 26s linear infinite;
}
.marqueeItem{
  flex:0 0 auto;
  width:72vw;
  max-width:420px;
  aspect-ratio: 16 / 9;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  background:#0f172a;
}
.marqueeItem img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@keyframes marqueeScroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
  .marqueeTrack{ animation:none; }
}


/* ===== Bigger form typography (Pickup/Service/Vehicle) ===== */
.fieldBlock label{font-size:14px !important; letter-spacing:-.01em;}
.fieldBlock input, .fieldBlock select{font-size:18px !important; font-weight:900 !important;}
.pickupRow{display:flex; gap:10px; align-items:center;}
.pickupRow input{flex:1 1 auto;}
.locBtn{
  flex:0 0 auto;
  border-radius:12px;
  padding:10px 12px;
  border:1px solid var(--border);
  background:#fff;
  font-weight:900;
  color:var(--navy);
  white-space:nowrap;
}
@media (max-width: 420px){
  .pickupRow{flex-wrap:wrap;}
  .locBtn{width:100%; border-radius:14px;}
}

/* make the hint slightly bigger too */
.fieldBlock .hint{font-size:13.5px !important;}

/* ===== Hard fix: consent row as checkbox + label (no side overflow) ===== */
.consentRow{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border:1px solid rgba(15,23,42,.14);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}
.consentRow input{
  flex:0 0 auto;
  margin-top:3px;
  width:20px;
  height:20px;
}
.consentRow .consentText{
  flex:1 1 auto;
  min-width:0;
  margin:0 !important;
  font-weight:750;
  color:#0f172a;
  line-height:1.35;
  white-space:normal;
  overflow-wrap:anywhere;
}

/* ===== Smarter Way + Reviews ===== */
.center{text-align:center;}
.smartSection{margin:22px 0 18px;}
.reviewsCard{
  background:#fff;
  border:1px solid var(--border, rgba(15,23,42,.14));
  border-radius:18px;
  box-shadow:0 14px 34px rgba(2,6,23,.10);
  padding:14px;
  overflow:hidden;
}
.reviewsTop{
  display:flex;
  gap:12px;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
}
.reviewsTitle{font-weight:950;font-size:16px;letter-spacing:-.01em;}
.reviewsMeta{font-size:13px;line-height:1.45;margin-top:4px;max-width:720px;}
.reviewBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:10px 12px;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  font-weight:950;
  color:var(--navy, #111827);
  text-decoration:none;
}
.ratingRow{
  display:flex;
  gap:10px;
  align-items:center;
  margin:12px 0 8px;
}
.stars{font-weight:950;letter-spacing:1px;}
.ratingText{font-weight:900;color:#0f172a;}
.reviewsGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:10px;
}
.reviewTile{
  border:1px solid rgba(15,23,42,.12);
  border-radius:16px;
  padding:12px;
  background:#fff;
}
.reviewName{font-weight:950;}
.reviewBody{color:#0f172a;margin-top:6px;line-height:1.5;}
.reviewEmpty{
  border:1px dashed rgba(15,23,42,.20);
  border-radius:16px;
  padding:14px;
  background:rgba(15,23,42,.02);
}

/* Language toggle active state */
.activeLang{
  background: var(--navy, #111827) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.25) !important;
}


.estimatePreview{
  margin-top:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.14);
  background:#f8fafc;
  color:#0f172a;
  font-size:18px;
  font-weight:900;
  line-height:1.45;
  -webkit-text-fill-color:#0f172a;
}
#resultsMeta{
  color:#334155 !important;
  font-size:14px;
  font-weight:700;
}
.resultMeta{
  color:#334155;
  font-size:14px;
  font-weight:700;
}
.pricePill{
  color:#0f172a;
}


/* request button sizing */
.chipBtn#requestBtn{font-size:18px;padding:15px 18px;}
.callBtn{padding:13px 18px;font-size:17px;min-width:160px;}


.reviewsMeta:empty{display:none;}
#reviewsGrid:empty{display:none;}


.resultRowCentered{justify-content:center;}
.reviewBtnPrimary{min-width:220px;padding:14px 22px;font-size:16px;background:var(--navy, #111827);color:#fff !important;border-color:var(--navy, #111827);box-shadow:0 10px 24px rgba(2,6,23,.18);text-align:center;}
.reviewBtnPrimary:hover,.reviewBtnPrimary:focus{background:#0f172a;color:#fff !important;}
.reviewsTop{justify-content:center;text-align:center;}
.reviewsTop > div{width:100%;}
.reviewsTop .reviewBtn{margin:4px auto 0;min-width:220px;padding:14px 22px;font-size:16px;background:var(--navy, #111827);color:#fff !important;border-color:var(--navy, #111827);box-shadow:0 10px 24px rgba(2,6,23,.18);}

@media (max-width:640px){.brandName{font-size:24px !important;}}
