
*{box-sizing:border-box}
:root{
 --red:#d4002a;--red2:#a90022;--ink:#171717;--muted:#5b6470;
 --line:#e5e7eb;--soft:#f6f7f9
}
body{
 margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
 color:var(--ink);background:#fff;line-height:1.7
}
a{color:inherit}
.lg-header{
 position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);
 border-bottom:1px solid var(--line)
}
.lg-wrap{width:min(1050px,calc(100% - 28px));margin:auto}
.lg-head{
 min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:15px
}
.lg-brand{text-decoration:none;font-size:21px;font-weight:900}
.lg-brand b{color:var(--red)}
.lg-phone{color:var(--red);font-weight:800;text-decoration:none}
.lg-hero{
 background:linear-gradient(135deg,#9f001f,#d4002a);color:#fff;padding:48px 0
}
.lg-hero small{font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.lg-hero h1{font-size:clamp(28px,5vw,46px);line-height:1.1;margin:8px 0 10px}
.lg-hero p{max-width:700px;margin:0;color:rgba(255,255,255,.9)}
.lg-main{padding:35px 0 60px}
.lg-content{max-width:820px}
.lg-content h2{
 font-size:23px;line-height:1.25;margin:32px 0 10px
}
.lg-content h3{font-size:17px;margin:23px 0 7px}
.lg-content p{color:#3f4650;margin:0 0 15px}
.lg-content ul{padding-left:22px;color:#3f4650}
.lg-content li{margin:7px 0}
.lg-note{
 padding:15px 17px;border-left:4px solid var(--red);
 background:#fff4f6;border-radius:8px;margin:20px 0;color:#444
}
.lg-contact{
 background:var(--soft);border:1px solid var(--line);border-radius:12px;
 padding:18px;margin-top:28px
}
.lg-contact strong{display:block;margin-bottom:7px}
.lg-contact p{margin:3px 0}
.lg-footer{
 background:#101010;color:#a3a3a3;padding:28px 0;margin-top:30px
}
.lg-footer-links{display:flex;flex-wrap:wrap;gap:9px 18px}
.lg-footer a{color:#d4d4d4;font-size:13px}
.lg-copy{margin-top:18px;font-size:12px;color:#777}
.faq details{
 border:1px solid var(--line);border-radius:10px;margin:9px 0;overflow:hidden
}
.faq summary{padding:14px 16px;font-weight:750;cursor:pointer;background:#fff}
.faq .a{padding:14px 16px;border-top:1px solid var(--line);color:#4b5563}
.site-legal-extra{
 display:flex!important;flex-wrap:wrap!important;gap:.5rem 1rem!important;
 margin-top:1rem!important;padding-top:1rem!important;
 border-top:1px solid rgba(255,255,255,.10)!important;
 font-size:.78rem!important
}
.site-legal-extra a{color:#a3a3a3!important}
.site-legal-extra a:hover{color:#fff!important}
@media(max-width:600px){
 .lg-head{min-height:60px}.lg-brand{font-size:18px}.lg-phone{font-size:12px}
 .lg-hero{padding:35px 0}
}


.seo-services{
 display:grid;
 grid-template-columns:repeat(2,minmax(0,1fr));
 gap:12px;
 margin:24px 0
}
.seo-service-card{
 border:1px solid #e5e7eb;
 border-radius:12px;
 padding:17px;
 background:#fff
}
.seo-service-card h3{
 margin:0 0 5px;
 font-size:16px
}
.seo-service-card p{
 margin:0;
 font-size:13px;
 color:#667085
}
.seo-service-card a{
 color:#d4002a;
 font-weight:800;
 text-decoration:none
}
.seo-related{
 margin-top:32px;
 padding:18px;
 background:#f7f7f8;
 border-radius:12px
}
.seo-related h2{
 margin-top:0!important
}
.seo-related-links{
 display:flex;
 flex-wrap:wrap;
 gap:8px
}
.seo-related-links a{
 padding:7px 11px;
 background:#fff;
 border:1px solid #e5e7eb;
 border-radius:999px;
 text-decoration:none;
 font-size:13px;
 font-weight:700
}
.seo-footer-services{
 display:flex!important;
 flex-wrap:wrap!important;
 gap:.45rem 1rem!important;
 padding-top:1rem!important;
 margin-top:1rem!important;
 border-top:1px solid rgba(255,255,255,.08)!important
}
.seo-footer-services a{
 font-size:.78rem!important
}
@media(max-width:620px){
 .seo-services{grid-template-columns:1fr}
}


.vehicle-seo-links{
 padding:1.5rem 0 2rem;
 background:#f7f7f8
}
.vehicle-seo-card{
 border:1px solid #e5e7eb;
 background:#fff;
 border-radius:12px;
 padding:1.15rem
}
.vehicle-seo-card h2{
 margin:0 0 .45rem;
 font-size:1.1rem
}
.vehicle-seo-card p{
 margin:0;
 color:#525252;
 font-size:.9rem;
 line-height:1.55
}
.vehicle-seo-actions{
 display:flex;
 flex-wrap:wrap;
 gap:.5rem;
 margin-top:1rem
}
.vehicle-seo-actions a{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 padding:.6rem .85rem;
 border-radius:8px;
 border:1px solid #ddd;
 background:#fff;
 text-decoration:none;
 font-size:.82rem;
 font-weight:700
}
.vehicle-seo-actions .vehicle-seo-primary{
 background:#d4002a;
 color:#fff;
 border-color:#d4002a
}
