/* Matches Unlock Car Leads site buttons / nav */
:root{
  --blue:#0f5be8;
  --blue-dark:#0a49c6;
  --text:#06101f;
  --muted:#5d6877;
  --line:#e9eef7;
  --soft:#f6f9ff;
  --shadow-soft:0 14px 34px rgba(7,30,73,.09);
}
*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);background:#fff;line-height:1.45;
}
a{text-decoration:none;color:inherit}
.page{width:min(1180px,calc(100% - 48px));margin:0 auto}
.nav{display:flex;align-items:center;justify-content:space-between;padding:24px 0 16px;gap:28px}
.brand{display:flex;align-items:center;gap:14px;min-width:250px}
.brand-logo{width:78px;height:78px;border-radius:13px;object-fit:contain;display:block;background:#050505;box-shadow:0 8px 20px rgba(0,0,0,.16)}
.brand-title{font-size:29px;line-height:.98;font-weight:850;letter-spacing:-.8px}
.brand-title span{display:block;color:var(--blue)}
.nav-links{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:650}
.nav-links a.active{color:var(--blue)}
.nav-cta,.btn-primary{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;
  background:linear-gradient(180deg,#1768f4,#0b53d6);color:#fff;font-weight:800;
  border-radius:9px;box-shadow:0 12px 20px rgba(15,91,232,.23);cursor:pointer;
}
.nav-cta{padding:15px 24px;white-space:nowrap}
.btn-primary{height:60px;padding:0 30px;font-size:16px;border-radius:8px}
.btn-secondary{
  height:60px;padding:0 28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;
  background:#fff;border:1px solid #eef1f6;box-shadow:var(--shadow-soft);font-weight:800;
}
.hero{text-align:center;padding:54px 0 30px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;padding:9px 14px;margin-bottom:20px;
  border:1px solid #dbe7ff;background:#f5f9ff;border-radius:999px;color:var(--blue);
  font-weight:850;font-size:14px;
}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:#13c66b;box-shadow:0 0 0 5px rgba(19,198,107,.12)}
.hero h1{font-size:clamp(36px,5vw,56px);line-height:1.05;letter-spacing:-2px;font-weight:950;margin:0 auto 18px;max-width:860px}
.hero h1 span{color:var(--blue)}
.hero p{max-width:700px;margin:0 auto 28px;color:#526070;font-size:19px}
.actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:10px}
.bullets{display:grid;gap:14px;max-width:680px;margin:28px auto 0;text-align:left}
.bullet{display:flex;align-items:flex-start;gap:12px;font-weight:600;color:#172236;font-size:17px}
.check{
  width:23px;height:23px;border-radius:50%;background:var(--blue);color:#fff;
  display:grid;place-items:center;flex:0 0 23px;font-size:13px;font-weight:900;margin-top:1px;
}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:36px 0 48px}
.card{border:1px solid #edf1f7;border-radius:24px;padding:28px;background:#fff;box-shadow:var(--shadow-soft);text-align:left}
.card h3{font-size:21px;margin-bottom:8px}
.card p{color:#526070;font-size:15px}
.panel{border:1px solid #edf1f7;border-radius:24px;padding:34px;background:var(--soft);margin:10px 0 48px;text-align:center}
.panel h2{font-size:28px;letter-spacing:-.6px;margin-bottom:10px}
.panel p{color:#526070;margin:0 auto 22px;max-width:640px}
.copy-block{margin:8px 0 44px;max-width:820px;margin-left:auto;margin-right:auto;text-align:left}
.copy-block h2{font-size:28px;letter-spacing:-.6px;margin-bottom:12px}
.copy-block p{color:#526070;font-size:17px;margin-bottom:14px}
.cta{
  border-radius:22px;padding:42px 36px;margin:20px 0 40px;color:#fff;text-align:center;
  background:linear-gradient(110deg,#0b55e6 0%,#0a56e9 52%,#0743aa 100%);
}
.cta h2{font-size:32px;letter-spacing:-.8px;margin-bottom:10px}
.cta p{opacity:.92;margin:0 auto 22px;max-width:620px}
.cta .btn-primary{background:#fff;color:var(--blue);box-shadow:none}
.faq{margin:10px 0 50px;max-width:820px;margin-left:auto;margin-right:auto}
.faq h2{font-size:28px;margin-bottom:16px;text-align:center}
.faq details{border:1px solid #edf1f7;border-radius:18px;padding:18px 22px;margin-bottom:12px;background:#fff;box-shadow:0 10px 28px rgba(7,30,73,.06)}
.faq summary{font-weight:900;cursor:pointer;font-size:17px}
.faq p{margin-top:10px;color:#5d6877}
.footer{border-top:1px solid var(--line);padding:22px 0 36px;color:var(--muted);font-size:14px;display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:space-between}
.footer a:hover{color:var(--blue)}
@media (max-width:980px){
  .page{width:min(100% - 30px,720px)}
  .nav-links{display:none}
  .brand{min-width:auto}
  .brand-logo{width:62px;height:62px}
  .brand-title{font-size:24px}
  .nav-cta{padding:12px 15px}
  .grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .page{width:calc(100% - 22px)}
  .brand-logo{width:54px;height:54px}
  .brand-title{font-size:21px}
  .nav-cta{font-size:13px;padding:12px 15px}
  .hero p{font-size:16px}
  .actions{flex-direction:column;align-items:stretch}
  .btn-primary,.btn-secondary{width:100%}
}
