/* Value My Cars — mature dealership-grade visual refinement */
:root{
  --radius:12px;
  --shadow:0 18px 50px rgba(4,20,45,.10);
}

body{
  border-top:2px solid #075fea;
  background:#071326;
}

.site-header{
  height:84px;
  border-bottom:1px solid #dde4ed;
  box-shadow:0 5px 20px rgba(7,25,53,.06);
}

.header-inner{gap:26px}
.brand{min-width:230px;gap:12px}
.brand-mark{
  width:42px;
  height:42px;
  border-radius:7px;
  background:#0b254d;
  box-shadow:none;
  font-size:17px;
  letter-spacing:-.02em;
}
.brand-copy{font-size:13px;letter-spacing:.08em}
.brand-copy small{color:#66758a;letter-spacing:.22em}
.main-nav{gap:24px}
.main-nav a{font-size:13px;font-weight:700;color:#34445b}
.header-link{font-size:14px;font-weight:800}
.header-cta,
.audit-form button,
.btn,
.lead-tool-button{
  border-radius:6px;
  box-shadow:none;
}
.header-cta{min-height:48px;padding:0 22px;font-size:14px}
.menu-toggle{border-radius:6px}

.page-shell{padding-top:24px}
.audit-entry{margin-bottom:18px}
.audit-form{
  height:66px;
  padding-left:50px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  box-shadow:0 12px 35px rgba(0,0,0,.14);
}
.audit-form:before{
  content:"";
  left:21px;
  top:23px;
  width:14px;
  height:14px;
  border:2px solid #7b8797;
  border-radius:50%;
}
.audit-form:after{
  content:"";
  position:absolute;
  left:34px;
  top:37px;
  width:7px;
  height:2px;
  background:#7b8797;
  transform:rotate(45deg);
  transform-origin:left center;
}
.audit-form input{font-size:16px}
.audit-form button{height:50px;padding:0 24px;font-size:15px}
.audit-copy strong{font-size:16px}
.audit-copy span{font-size:13px;color:#9eacc0}

.hero{
  min-height:620px;
  border-radius:10px;
  background-image:
    linear-gradient(90deg,rgba(3,12,26,.98),rgba(4,20,42,.80) 49%,rgba(2,15,34,.26)),
    linear-gradient(0deg,rgba(1,9,20,.50),rgba(1,9,20,.08)),
    url("https://images.unsplash.com/photo-1562141961-80a7b4528513?auto=format&fit=crop&w=2200&q=88");
}
.hero-content{max-width:780px;padding:82px 64px}
.eyebrow{
  min-height:auto;
  padding:0 0 0 14px;
  border:0;
  border-left:2px solid #59c7ff;
  border-radius:0;
  color:#8edcff;
  font-size:10px;
  letter-spacing:.18em;
}
.hero h1{
  margin:24px 0 20px;
  max-width:760px;
  font-size:clamp(48px,5.3vw,70px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.hero h1 em{color:#a9dfff}
.hero p{max-width:650px;font-size:18px;line-height:1.6;color:#c4d0df}
.btn{min-height:54px;padding:0 22px;font-size:15px}
.btn-outline{background:rgba(4,18,40,.35);border-color:rgba(255,255,255,.28)}
.hero-note{font-size:13px;color:#c1ccda}
.hero-note span{
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent;
  color:#6bd6ff;
}
.hero-float{
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:7px;
  background:rgba(5,20,44,.92);
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.hero-float small{font-size:9px;letter-spacing:.04em;text-transform:uppercase}
.hero-float strong{font-size:14px;font-weight:750}

.proof-bar{border-radius:0 0 10px 10px}
.proof-item{min-height:96px;padding:20px 24px}
.proof-icon{
  width:36px;
  height:36px;
  border-radius:6px;
  background:#102a51;
  font-size:12px;
}

.light-zone{margin-top:28px}
.promo-grid{gap:20px}
.promo-card{
  min-height:330px;
  padding:44px 40px;
  border-radius:10px;
  background:#0b2a5d;
  box-shadow:0 14px 40px rgba(8,35,76,.12);
}
.promo-card:nth-child(2){background:#0a1d3b}
.promo-card:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:#1681ff;
}
.promo-arrow{right:36px;top:30px;font-size:28px;color:#79caff}
.promo-card h2{font-size:36px;letter-spacing:-.035em}
.promo-card p{font-size:17px;color:#cfdaea}
.promo-foot strong{font-size:25px}

.section{padding:104px 0}
.pill,
.lead-tool-kicker{
  min-height:auto;
  padding:0 0 0 13px;
  border-radius:0;
  border-left:2px solid #075fea;
  background:transparent;
  color:#244467;
  font-size:11px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.section-head h2,.feature-copy h2,.dark-panel h2,.cta-box h2{
  margin-top:28px;
  font-size:clamp(42px,4.5vw,64px);
  letter-spacing:-.045em;
}
.section-head p{font-size:17px;line-height:1.65}

.gap-grid{gap:18px;margin-top:58px}
.gap-card{
  min-height:360px;
  padding:30px 28px 100px;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(12,41,87,.055);
}
.gap-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:#0e67dc;
}
.gap-icon{
  width:46px;
  height:46px;
  border-radius:7px;
  background:#0b2e62;
  box-shadow:none;
}
.gap-card h3{font-size:24px}
.gap-card p{font-size:16px}
.gap-meta strong{font-size:16px}
.gap-meta span{font-size:13px}

.feature-row{gap:70px;margin-top:92px}
.feature-media img{
  height:490px;
  border-radius:10px;
  box-shadow:0 18px 45px rgba(8,34,73,.11);
}
.feature-copy .pill{background:transparent}
.feature-copy h2{font-size:clamp(39px,3.7vw,56px)}
.feature-copy p{font-size:18px;line-height:1.65}
.feature-link{min-height:60px;font-size:19px}

.symbol{font-size:44px;color:#63caff;margin-bottom:30px}
.dark-panel h2{font-size:clamp(36px,3.3vw,50px)}
.accordion h3{font-size:23px}
.accordion p{font-size:16px;line-height:1.65}

.stats-grid{gap:14px}
.stat-card{
  min-height:235px;
  padding:32px;
  border-radius:9px;
  background:#0b2a5b;
  border-top:3px solid #2c92ff;
}
.stat-card strong{font-size:64px}
.stat-card span{font-size:17px}

.automation{padding-top:150px}
.automation h2{font-size:clamp(48px,5.4vw,74px);letter-spacing:-.05em}
.automation p{font-size:18px}
.automation-media img{
  height:500px;
  border-radius:10px;
  box-shadow:0 20px 55px rgba(8,37,80,.15);
}

.benefit{min-height:290px;padding:50px 42px}
.benefit-icon{
  width:50px;
  height:50px;
  border-radius:7px;
  background:#123f7e;
  font-size:17px;
}
.benefit h3{font-size:24px}
.benefit p{font-size:16px}

.dealer-grid{gap:15px}
.dealer-card{
  min-height:245px;
  padding:28px;
  border-radius:9px;
}
.dealer-card h3{font-size:22px}

.faq-grid{gap:16px}
.faq-grid details{
  padding:25px 27px;
  border-radius:8px;
}
.faq-grid summary{font-size:18px}

.cta-box{
  padding:56px 58px;
  border-radius:10px;
  background:#0b2f68;
  border-left:4px solid #2994ff;
}
.cta-box h2{font-size:clamp(40px,3.7vw,56px)}

/* Lead tool: replace playful app-card styling with restrained enterprise UI */
.lead-tool-shell{
  margin-top:20px;
  border-color:#d8e0ea;
  border-radius:10px;
  box-shadow:0 18px 55px rgba(2,18,43,.16);
}
.lead-tool-heading{
  padding:32px 36px 26px;
  align-items:center;
  border-bottom-color:#dfe6ef;
  background:#f8fafc;
}
.lead-tool-kicker{margin-bottom:13px}
.lead-tool-kicker:before{display:none}
.lead-tool-heading h2{
  font-size:clamp(32px,3.3vw,48px);
  letter-spacing:-.04em;
}
.lead-tool-heading p{font-size:15px;line-height:1.65}
.lead-tool-heading-badge{
  min-width:230px;
  padding:16px 17px;
  border-radius:6px;
  border-color:#d5dee9;
  border-left:3px solid #075fea;
  background:#fff;
}
.lead-tool-heading-badge strong{font-size:13px}
.lead-tool-heading-badge span{font-size:10px}

.lead-tool-tabs{
  padding:0;
  gap:0;
  background:#edf1f6;
  border-bottom:1px solid #dbe3ed;
}
.lead-tool-tab{
  min-height:62px;
  border-radius:0;
  border-bottom:3px solid transparent;
  font-size:13px;
  font-weight:750;
}
.lead-tool-tab[aria-selected="true"]{
  background:#fff;
  color:#0a2d62;
  border-bottom-color:#075fea;
  box-shadow:none;
}
.lead-tool-tab span{
  width:24px;
  height:24px;
  border-radius:4px;
  background:#d9e2ee;
  color:#334a68;
}
.lead-tool-tab[aria-selected="true"] span{background:#0c356f;color:#fff}

.lead-tool-main{padding:34px 36px 38px}
.lead-tool-aside{
  padding:34px 28px;
  background:#08182f;
}
.lead-tool-aside-label{color:#7fcfff;letter-spacing:.13em}
.lead-tool-aside h3{font-size:23px}
.lead-tool-preview{
  border-radius:7px;
  background:rgba(255,255,255,.04);
}
.lead-tool-preview-head b{
  border-radius:4px;
  background:rgba(77,190,148,.12);
}
.lead-tool-aside-list i{
  border-radius:4px;
  background:#10325f;
}

.lead-tool-progress-track{height:5px;border-radius:0}
.lead-tool-progress-track i{
  border-radius:0;
  background:#075fea;
}
.lead-tool-step h3{font-size:24px}
.lead-tool-step-intro{font-size:13px;line-height:1.65}
.lead-tool-field input,
.lead-tool-field select,
.lead-tool-field textarea{
  min-height:50px;
  border-radius:6px;
}
.lead-tool-field input:focus,
.lead-tool-field select:focus,
.lead-tool-field textarea:focus{
  box-shadow:0 0 0 3px rgba(7,95,234,.10);
}
.lead-tool-option span{
  min-height:60px;
  border-radius:6px;
  font-weight:750;
}
.lead-tool-option input:checked+span{
  background:#f1f5fb;
  box-shadow:none;
}
.lead-tool-disclaimer{border-radius:5px}
.lead-tool-success{
  border-radius:7px;
  background:#f2faf6;
}
.lead-tool-success-icon{
  width:44px;
  height:44px;
  border-radius:6px;
}
.lead-tool-demo-points div{
  border-radius:5px;
  background:#f6f8fb;
}

.site-footer{padding-top:72px}
.footer-col strong{color:#7dbdff}

@media(max-width:1120px){
  .site-header{height:78px}
  .hero-content{padding:72px 46px}
  .hero-float.one{right:28px;top:30px}
  .hero-float.two{right:28px;bottom:30px}
}

@media(max-width:700px){
  body{border-top-width:2px}
  .page-shell{padding:16px 14px 0}
  .wrap{width:min(var(--max),calc(100% - 30px))}
  .brand{min-width:0}
  .brand-mark{width:38px;height:38px}
  .audit-form{height:58px;padding-left:44px}
  .audit-form:before{left:17px;top:19px}
  .audit-form:after{left:30px;top:33px}
  .audit-form button{height:44px;padding:0 17px;font-size:13px}
  .hero{min-height:590px;border-radius:8px}
  .hero-content{padding:62px 25px 150px}
  .hero h1{font-size:clamp(42px,13vw,56px)}
  .hero p{font-size:16px}
  .hero-float{left:25px;right:25px}
  .hero-float.one{top:auto;bottom:82px}
  .hero-float.two{bottom:22px}
  .section{padding:82px 0}
  .section-head h2,.feature-copy h2,.dark-panel h2,.cta-box h2{font-size:clamp(36px,10vw,48px)}
  .promo-card,.gap-card,.dealer-card,.faq-grid details,.cta-box{border-radius:8px}
  .lead-tool-shell{border-radius:8px}
  .lead-tool-heading{padding:25px 20px 22px}
  .lead-tool-heading-badge{border-radius:5px}
  .lead-tool-tabs{grid-template-columns:1fr}
  .lead-tool-tab{justify-content:flex-start;text-align:left;padding:0 18px}
  .lead-tool-main{padding:26px 20px 30px}
  .lead-tool-aside{padding:26px 20px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
}
