*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111;background:#fff}
a{color:inherit}
.container{max-width:980px;margin:0 auto;padding:18px}
.site-header{border-bottom:1px solid rgba(0,0,0,.08);background:#fff;position:sticky;top:0}
.brand{text-decoration:none;font-weight:900;font-size:20px;letter-spacing:.2px}
.site-main{min-height:60vh}
.hero{padding:34px 0;border-bottom:1px solid rgba(0,0,0,.06);background:#fafafa}
.hero h1{margin:0 0 8px;font-size:34px}
.hero p{margin:0 0 14px;color:rgba(0,0,0,.72)}
.page-head{padding:22px 0;border-bottom:1px solid rgba(0,0,0,.06);background:#fafafa}
.page-head h1{margin:0 0 6px}
.page-head p{margin:0;color:rgba(0,0,0,.72)}
.card{border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:16px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.card-title{margin:0 0 12px;font-size:20px}
.lead-section{padding:22px 0}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
label{display:block;font-weight:650;font-size:13px}
input,select{width:100%;margin-top:6px;padding:11px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.18);font-size:14px}
.btn{display:inline-block;border:0;border-radius:12px;padding:12px 16px;font-weight:850;cursor:pointer;text-decoration:none}
.btn.secondary{border:1px solid rgba(0,0,0,.14);background:#fff}
.lead-form .btn{margin-top:12px;width:100%}
.fineprint{margin:10px 0 0;color:rgba(0,0,0,.62);font-size:12px}
.site-footer{border-top:1px solid rgba(0,0,0,.08);padding:2px 0;color:rgba(0,0,0,.72)}
.footer-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.sep{opacity:.5}
@media (max-width:720px){
  .grid{grid-template-columns:1fr}
  .hero h1{font-size:28px}
}

/* SWAPMOTOR_PHONE_RIGHT_DESKTOP */
@media (min-width: 769px){
  .upper-navbar{display:flex;align-items:center}
  .upper-navbar .calling{margin-left:auto}
}


@media (min-width: 769px){
  a.calling[data-dynamic-phone]{float:right;display:inline-flex;align-items:center;margin:16px 16px 0 0}
}

/* SWAPMOTOR_HEADER_TWO_ROWS */
.site-header{width:100%}
.header-top{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}
.header-logo img{max-height:18px;display:block}
.header-call .calling{white-space:nowrap}

/* SWAPMOTOR_HEADER_TWO_ROWS_V2 */
.site-header{width:100%}
.header-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}
.header-call .calling{white-space:nowrap;margin:0}

/* SWAPMOTOR_HEADER_FINAL_FROM_DEVTOOLS */
.site-header{background:#fff;width:100%}
.site-header .container{max-width:none!important;width:100%!important;margin:0!important;padding-left:32px!important;padding-right:32px!important;box-sizing:border-box}

/* Row 1 */
.site-header .header-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 0}
.site-header .header-logo{min-width:0}
.site-header .header-call{display:flex;align-items:center;justify-content:flex-end}
.site-header .header-call .calling{margin:0;white-space:nowrap}

/* Small screens */
@media (max-width: 768px){
  .site-header .container{padding-left:16px!important;padding-right:16px!important}
  .site-header .header-top{padding:14px 0}
}

/* SWAPMOTOR_LOGO_LINEHEIGHT */
.site-header .logo-text{line-height:1.15}
.site-header .logo-tagline{line-height:1.2}

/* SWAPMOTOR_TAGLINE_TIGHT */
.site-header .logo-tagline{margin:0!important;padding:0!important}

/* SWAPMOTOR_LOGO_ULTRA_TIGHT */
.site-header .logo-text{
  line-height:1!important;
  margin:0!important;
  padding:0!important;
}
.site-header .logo-text *{
  line-height:1!important;
  margin:0!important;
  padding:0!important;
}

/* LOGO_HARD_FLOOR */
.site-header .logo-text,
.site-header .logo-text *{
  line-height:1!important;
  margin:0!important;
  padding:0!important;
}
.site-header .calling{font-size:12px}

/* SWAPMOTOR_HIDE_PHONE_ROW1_MOBILE */
@media (max-width: 768px){
  .site-header .header-call{display:none!important}
}

/* SWAPMOTOR_ROW2_BLUE_COMPACT (Row 2 only; Row 1 locked) */
:root{--swapmotor-logo-blue:#2C94D2}
