:root{--ink:#172033;--muted:#667085;--line:#e5eaf1;--paper:#fff;--canvas:#f7f9fc;--blue:#1f6fff;--blue-dark:#1557dd;--orange:#f47a36;--soft-blue:#eff5ff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font:15px/1.65 Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}main{min-height:70vh}.site-header{height:70px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.nav-shell{height:100%;max-width:1240px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:28px}.logo{font-weight:800;letter-spacing:-1.1px;font-size:20px;color:var(--ink);white-space:nowrap}.logo span{color:var(--blue)}.logo small{font-size:11px;letter-spacing:-.3px}.site-header nav{display:flex;align-items:center;gap:23px;flex:1;margin-left:20px}.site-header nav a{font-weight:600;font-size:13px;color:#4c5669}.site-header nav a:hover,.text-link,.article-bottom a{color:var(--blue)}.add-firm,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:11px 15px;background:var(--blue);color:#fff;font:700 13px Manrope,Arial,sans-serif;cursor:pointer;transition:.2s}.add-firm:hover,.button:hover{background:var(--blue-dark);transform:translateY(-1px)}.menu-toggle{display:none;background:transparent;border:0;width:38px;padding:7px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}.hero{background:linear-gradient(132deg,#f4f8ff 0%,#fff 58%,#f8fbff 100%);border-bottom:1px solid var(--line)}.hero-shell{max-width:1240px;margin:auto;padding:74px 24px 80px;min-height:430px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:var(--blue);font-weight:800;margin:0 0 12px}.hero h1,.page-hero h1{font-size:clamp(37px,4.1vw,59px);letter-spacing:-2.8px;line-height:1.08;max-width:690px;margin:0}.hero h1 em{color:var(--blue);font-style:normal}.hero-copy>p:not(.eyebrow),.page-hero p:not(.eyebrow){color:var(--muted);font-size:17px;max-width:610px;margin:20px 0 0}.search{display:flex;max-width:620px;margin-top:30px;background:var(--paper);padding:6px;border:1px solid #d9e1ed;border-radius:13px;box-shadow:0 12px 35px rgba(26,66,123,.08)}.search input{min-width:0;border:0;outline:0;padding:12px 15px;background:transparent;flex:1;color:var(--ink);font:500 14px Manrope,Arial}.search input::placeholder{color:#99a4b5}.search .button{padding:12px 18px}.hero-visual{height:300px;position:relative;overflow:hidden;border-radius:26px;background:linear-gradient(145deg,#e6efff,#cfddfb);isolation:isolate}.visual-orb{position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,#5b93ff 0%,#3478f6 42%,#1b57ca 72%);right:-100px;top:-135px;opacity:.94}.car-body{position:absolute;right:7%;bottom:64px;width:355px;height:112px;background:linear-gradient(140deg,#162846,#305884 60%,#5c88bc);border-radius:78px 119px 23px 28px;transform:skewX(-8deg);box-shadow:0 23px 24px rgba(30,64,117,.23)}.car-body:before{content:"";position:absolute;right:70px;top:-46px;width:164px;height:57px;background:linear-gradient(135deg,#b4d9fa,#eaf8ff);border-radius:61px 60px 4px 4px;border:7px solid #244a73}.car-body i,.car-body b{position:absolute;bottom:-25px;width:64px;height:64px;background:#162033;border:12px solid #edf3fa;border-radius:50%;z-index:2}.car-body i{left:58px}.car-body b{right:42px}.car-body strong{position:absolute;width:34px;height:15px;border-radius:12px;background:#f7bb55;right:4px;top:48px}.car-body span{position:absolute;width:56px;height:5px;border-radius:5px;background:#9fc6fa;left:12px;top:56px}.visual-label{position:absolute;padding:8px 12px;border-radius:8px;background:rgba(255,255,255,.8);backdrop-filter:blur(5px);font-size:11px;font-weight:800;color:#31527e}.visual-label.top{left:23px;top:26px}.visual-label.bottom{left:25px;bottom:23px}.container{max-width:1240px;margin:auto;padding:76px 24px}.home-content>section{margin-bottom:96px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-head h2{font-size:27px;letter-spacing:-1px;line-height:1.2;margin:0}.text-link{font-weight:800;font-size:13px}.text-link span{margin-left:6px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:155px;padding:19px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;align-items:flex-start;gap:10px;transition:.22s}.category-card:hover{border-color:#bcd0fa;transform:translateY(-3px);box-shadow:0 12px 25px rgba(37,81,148,.08)}.category-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:var(--soft-blue);color:var(--blue);font-weight:800}.category-card strong{font-size:14px}.category-card small{color:var(--muted);font-size:11px;margin-top:auto}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:.22s}.article-card:hover{transform:translateY(-3px);border-color:#c6d5ee;box-shadow:0 14px 28px rgba(32,70,124,.07)}.article-cover{display:grid;place-items:center;height:172px;background:linear-gradient(135deg,#e7efff,#c8dcff);overflow:hidden}.article-cover img{width:100%;height:100%;object-fit:cover}.article-cover span{font-size:51px;font-weight:800;color:rgba(31,111,255,.45)}.article-card-body{padding:18px 18px 15px;display:flex;flex-direction:column;flex:1}.article-meta{font-size:11px;color:var(--muted)}.article-meta span{color:var(--blue);font-weight:800}.article-card h3{font-size:17px;letter-spacing:-.45px;line-height:1.35;margin:9px 0}.article-card h3 a:hover{color:var(--blue)}.article-card p{font-size:12px;color:var(--muted);margin:0}.article-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:19px;padding-top:14px;border-top:1px solid #edf0f4}.article-bottom small{font-size:11px;color:var(--muted)}.article-bottom a{font-size:11px;font-weight:800}.vehicle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.vehicle-grid a{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line);padding:13px;border-radius:12px;font-size:13px;font-weight:700}.vehicle-grid a:hover{border-color:#adc8ff;color:var(--blue)}.vehicle-grid span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#f1f5fa;color:#4a6284;font-size:12px}.directory-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:44px 48px;border-radius:24px;background:linear-gradient(112deg,#184baf,#2a79ff);color:#fff}.directory-cta .eyebrow{color:#bcd5ff}.directory-cta h2{font-size:29px;letter-spacing:-1px;margin:0}.directory-cta p:not(.eyebrow){margin:10px 0 0;color:#dce9ff}.directory-cta>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.button.secondary{background:#fff;color:#1d55bb}.button.ghost{background:transparent;border:1px solid rgba(255,255,255,.55)}.page-hero{background:#f0f5ff;border-bottom:1px solid #e1e9f7}.page-hero.compact .container{padding-top:57px;padding-bottom:57px}.page-hero h1{font-size:clamp(31px,3.5vw,45px);max-width:730px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:50px}.content-sidebar>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:16px}.content-sidebar h3{font-size:15px;margin:0 0 10px}.content-sidebar a{display:flex;justify-content:space-between;gap:8px;padding:9px 0;border-bottom:1px solid #edf0f4;font-size:12px;font-weight:600}.content-sidebar a:last-child{border:0}.content-sidebar a:hover{color:var(--blue)}.content-sidebar p{font-size:12px;color:var(--muted)}.article-page{max-width:850px;margin:0 auto;padding:76px 24px}.article-header{max-width:790px;margin-bottom:31px}.article-header h1{font-size:clamp(34px,4vw,53px);line-height:1.12;letter-spacing:-2px;margin:0}.article-date{color:var(--muted);font-size:13px;margin:17px 0 0}.article-hero-image{display:block;width:100%;max-height:460px;object-fit:cover;border-radius:18px;margin:0 0 39px}.article-content{max-width:790px;color:#303b4c;font-size:17px;line-height:1.85}.article-content h2{color:var(--ink);font-size:28px;line-height:1.25;margin:47px 0 15px;letter-spacing:-1px}.article-content h3{color:var(--ink);font-size:21px;margin:33px 0 11px}.article-content p{margin:0 0 21px}.article-content a{color:var(--blue);text-decoration:underline}.firm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.firm-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;gap:14px}.firm-card img,.firm-mark{width:45px;height:45px;flex:0 0 45px;object-fit:cover;border-radius:12px}.firm-mark{display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-weight:800}.firm-card p,.firm-card small{color:var(--muted);font-size:11px;margin:0}.firm-card h3{font-size:15px;margin:3px 0}.firm-card a{display:inline-block;margin-top:11px;color:var(--blue);font-size:11px;font-weight:800}.city-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.city-filter a{background:#fff;border:1px solid var(--line);border-radius:20px;padding:8px 13px;font-size:12px;font-weight:700}.city-filter a:hover{border-color:#abc7ff;color:var(--blue)}.firm-detail{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:52px}.firm-logo{width:96px;height:96px;object-fit:contain;border:1px solid var(--line);border-radius:15px;margin-bottom:25px}.firm-contact{height:max-content;background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.firm-contact h3{margin:0 0 11px}.firm-contact>a{display:block;color:var(--blue);font-size:13px;font-weight:700;margin:9px 0}.firm-contact p{color:var(--muted);font-size:12px;margin:18px 0 0}.firm-contact p a{color:var(--blue)}.empty-state{grid-column:1/-1;border:1px dashed #cbd7e9;border-radius:14px;background:#fbfcff;padding:28px;color:var(--muted);font-size:13px;margin:0}footer{border-top:1px solid var(--line);background:#fff}.footer-shell{max-width:1240px;margin:auto;padding:42px 24px;display:grid;grid-template-columns:1fr auto auto;align-items:end;gap:35px}.footer-shell p{font-size:12px;color:var(--muted);margin:9px 0 0}.footer-links{display:flex;gap:18px}.footer-links a{font-size:12px;font-weight:700;color:#526077}.copyright{white-space:nowrap}@media(max-width:900px){.site-header nav{gap:13px;margin-left:0}.category-grid{grid-template-columns:repeat(2,1fr)}.content-layout,.firm-detail{grid-template-columns:1fr}.content-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:15px}.content-sidebar>div{margin:0}.footer-shell{grid-template-columns:1fr;align-items:start}.hero-shell{grid-template-columns:1fr}.hero-visual{display:none}.hero-shell{min-height:0;padding-top:59px;padding-bottom:59px}.article-grid,.firm-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.site-header{height:62px}.nav-shell{padding:0 17px;gap:10px}.site-header nav{display:none;position:absolute;left:0;right:0;top:62px;background:#fff;border-bottom:1px solid var(--line);padding:14px 18px;flex-direction:column;align-items:flex-start;gap:13px}.site-header nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.add-firm{font-size:11px;padding:9px 10px}.add-firm span{display:none}.hero-shell,.container{padding-left:18px;padding-right:18px}.hero-shell{padding-top:48px;padding-bottom:49px}.hero h1{letter-spacing:-2px}.search{margin-top:23px}.search input{padding:10px;font-size:12px}.search .button{padding:11px 13px}.home-content>section{margin-bottom:65px}.section-head{align-items:start}.section-head h2{font-size:23px}.category-grid,.article-grid,.firm-grid,.vehicle-grid{grid-template-columns:1fr}.article-cover{height:180px}.directory-cta{padding:32px 25px;display:block}.directory-cta h2{font-size:25px}.directory-cta>div:last-child{margin-top:22px}.content-sidebar{grid-template-columns:1fr}.article-page{padding:54px 18px}.article-header h1{letter-spacing:-1.6px}.article-content{font-size:16px}.footer-links{flex-wrap:wrap;gap:10px 16px}.footer-shell{padding:34px 18px}.page-hero.compact .container{padding-top:43px;padding-bottom:43px}}
