:root{--blue:#1a56db;--blue-dark:#123aa3;--navy:#0b1733;--ink:#15223b;--muted:#62708a;--line:#dce3ee;--soft:#f4f7fb;--cyan:#1299b5;--green:#087a55;--white:#fff;--radius:18px;--shadow:0 18px 48px rgba(21,43,86,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.icon,svg.icon{width:20px;height:20px}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.narrow{max-width:800px}.site-header{height:72px;background:rgba(255,255,255,.96);border-bottom:1px solid #e5eaf2;position:relative;z-index:20}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.wordmark{font-size:24px;font-weight:850;letter-spacing:-1.1px;color:#101c38}.wordmark span{color:var(--blue)}.site-header nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:650;color:#44516a}.site-header nav a:hover{color:var(--blue)}.hero{position:relative;background:linear-gradient(180deg,#f8faff,#edf3fb 79%,#fff 0);overflow:hidden}.hero-grid-bg{position:absolute;inset:0 0 20%;opacity:.42;background-image:linear-gradient(#d8e2f2 1px,transparent 0),linear-gradient(90deg,#d8e2f2 1px,transparent 0);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,black,transparent);mask-image:linear-gradient(180deg,black,transparent)}.hero-inner{position:relative;padding:76px 0 0}.hero-copy{text-align:center;max-width:920px;margin:0 auto 42px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:1.65px}.hero-eyebrow{background:#e7efff;border:1px solid #c9dafd;border-radius:99px;padding:8px 13px}.hero-eyebrow i{width:7px;height:7px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px #cadaff}.hero h1,.page-hero h1{font-size:clamp(40px,5.4vw,68px);letter-spacing:-3.2px;line-height:1.04;margin:20px auto;color:#0d1935}.hero h1 em{display:block;color:var(--blue);font-style:normal}.hero-copy>p{max-width:710px;margin:22px auto 0;color:#5b6881;line-height:1.7;font-size:18px}.search-panel{background:#fff;border:1px solid #dbe4f1;border-radius:20px;box-shadow:0 24px 70px rgba(29,56,104,.16);padding:25px 25px 20px;position:relative;z-index:5}.search-grid{display:grid;grid-template-columns:minmax(0,1fr) 46px minmax(0,1fr) 220px;grid-gap:16px;gap:16px;align-items:flex-end}.search-field label{display:block;font-size:12px;color:#516079;font-weight:800;letter-spacing:.8px;text-transform:uppercase;margin:0 0 9px}.search-input-wrap{position:relative}.search-input-wrap>svg{position:absolute;left:15px;top:15px;color:#7a879d}.search-input-wrap input{height:51px;border:1px solid #cad4e2;border-radius:10px;width:100%;padding:0 15px 0 46px;color:#18243c;font-weight:650;outline:0}.search-input-wrap input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #dce8ff}.search-menu{position:absolute;left:0;right:0;top:57px;background:white;border:1px solid #d8e0ec;border-radius:12px;box-shadow:var(--shadow);z-index:30;overflow:hidden;padding:6px}.search-menu button{display:flex;align-items:center;gap:11px;border:0;background:white;width:100%;padding:9px 10px;text-align:left;border-radius:8px;color:#1d2940}.search-menu button:hover{background:#eff5ff}.search-menu button>svg{width:40px;height:22px;color:var(--blue)}.search-menu button span{display:flex;flex-direction:column}.search-menu small{color:#7b879a;text-transform:capitalize;margin-top:2px}.no-results{font-size:13px;color:var(--muted);padding:8px 10px}.versus{height:51px;display:grid;place-items:center;color:#8390a6;font-size:12px;font-weight:850}.primary-button,.secondary-button{border:0;border-radius:10px;display:inline-flex;justify-content:center;align-items:center;gap:9px;font-weight:750;white-space:nowrap}.primary-button{height:51px;background:linear-gradient(135deg,#2466e8,#1649c2);color:white;box-shadow:0 8px 22px rgba(26,86,219,.24);padding:0 22px}.primary-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.compare-button svg{width:19px}.secondary-button{height:40px;background:#fff;border:1px solid #cfd8e6;color:#34435d;padding:0 14px}.secondary-button svg{width:17px}.database-note{text-align:center;margin:18px 0 0;font-size:12px;color:#768399}.database-note span{display:inline-block;width:6px;height:6px;background:#23ad73;border-radius:50%;margin-right:7px}.results-section{scroll-margin-top:20px;margin-top:52px}.results-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.results-heading h2{font-size:31px;letter-spacing:-1.2px;margin:6px 0 0}.result-actions{display:flex;gap:10px;align-items:center}.unit-toggle{display:flex;background:#e8edf5;border-radius:9px;padding:3px}.unit-toggle button{height:34px;border:0;background:transparent;color:#637086;padding:0 13px;font-size:12px;font-weight:750;border-radius:7px}.unit-toggle button.active{background:white;color:#1f4fb0;box-shadow:0 2px 7px rgba(18,36,68,.12)}.vehicle-card-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.vehicle-card{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 12px 28px rgba(23,40,76,.06)}.vehicle-image{height:225px;background:linear-gradient(145deg,#f4f7fb,#e5ecf6);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.vehicle-image:before{content:"";position:absolute;inset:auto -10% -55% -10%;height:80%;border-radius:50%;background:radial-gradient(ellipse,#cdd7e6,transparent 68%)}.car-art{position:relative;width:90%;z-index:1}.car-art svg{width:100%;height:auto;display:block}.vehicle-number{position:absolute;top:14px;left:14px;background:#dce8ff;color:#164bba;border-radius:6px;padding:5px 8px;font-size:10px;font-weight:850;letter-spacing:1px;z-index:2}.vehicle-number.n2{background:#d9f4f7;color:#08788c}.vehicle-card-body{padding:24px}.vehicle-card-body>p{color:#6c7890;font-size:12px;text-transform:uppercase;letter-spacing:.7px;margin:0 0 5px}.vehicle-card-body h3{font-size:25px;margin:0 0 19px;letter-spacing:-.7px}.vehicle-card dl{display:grid;grid-template-columns:1fr 1fr;margin:0;border-top:1px solid #e4e9f1}.vehicle-card dl div{padding:13px 0;border-bottom:1px solid #e4e9f1}.vehicle-card dl div:nth-child(odd){border-right:1px solid #e4e9f1}.vehicle-card dl div:nth-child(2n){padding-left:20px}.vehicle-card dt{font-size:11px;color:#7b8799;margin-bottom:4px}.vehicle-card dd{font-weight:780;margin:0;color:#25324b}.differences-card,.overlay-card{background:#fff;border:1px solid var(--line);border-radius:16px;margin-top:20px;padding:26px;box-shadow:0 12px 28px rgba(23,40,76,.05);text-align:center}.section-kicker{font-size:10px;color:#8793a5;font-weight:800;letter-spacing:1.5px}.overlay-card h3{margin:7px 0 0;font-size:21px}.overlay-card svg{max-width:760px;width:100%;height:auto}.overlay-card svg text{font-family:inherit;font-size:11px;fill:#6d788b}.legend{display:flex;gap:25px;justify-content:center;color:#4f5d75;font-size:12px;font-weight:700}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px}.dot.blue{background:#2563eb}.dot.cyan{background:#14a3b8}.differences-card{text-align:left;padding:0;overflow:hidden}.table-heading{display:flex;align-items:center;justify-content:space-between;padding:24px 26px;border-bottom:1px solid var(--line)}.table-heading h3{margin:5px 0 0;font-size:22px}.comparison-row{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.4fr;min-width:720px;border-bottom:1px solid #e5eaf1}.comparison-row>*{padding:14px 18px;border-right:1px solid #e9edf3;font-size:13px}.comparison-row>:last-child{border:0;color:#67758b}.comparison-row strong{color:#35425a}.comparison-row.table-header{background:#f5f7fb;color:#67758b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.comparison-row.table-header span{font-size:11px}.comparison-table{overflow-x:auto}.winner{color:var(--green);font-weight:800;background:#f0fbf7}.share-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px}.share-row span{font-size:12px;color:#748198;margin-right:auto}.share-row a{font-size:12px;font-weight:750;color:var(--blue)}.section{padding:105px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:35px}.article-section h2,.center-heading h2,.section-heading h2,.why-section h2{font-size:clamp(30px,3.3vw,43px);letter-spacing:-1.7px;margin:8px 0 7px;color:#101d38}.center-heading p,.section-heading p{color:var(--muted);margin:0}.card-link,.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:14px;font-weight:780}.card-link svg,.text-link svg{width:17px}.popular-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:17px;gap:17px}.popular-card{border:1px solid #dee5ef;border-radius:15px;padding:20px;transition:.2s;background:#fff}.popular-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:#b8cdf4}.mini-cars{display:grid;grid-template-columns:1fr 34px 1fr;align-items:center;grid-gap:7px;gap:7px}.mini-cars span{height:67px;border-radius:10px;background:linear-gradient(145deg,#edf3ff,#dbe7fb);display:grid;place-items:center;color:#315ca7;font-size:11px;font-weight:850;text-transform:uppercase}.mini-cars span:last-child{background:linear-gradient(145deg,#edfafa,#d9f2f5);color:#16788c}.mini-cars b{text-align:center;font-size:10px;color:#8b97a8}.popular-card h3{font-size:19px;margin:16px 0 5px}.popular-card h3 i{font-style:normal;color:#9aa4b5;font-weight:500}.popular-card p{margin:0 0 15px;color:#788499;font-size:12px;text-transform:capitalize}.card-link{font-size:12px}.how-section{padding:95px 0;background:#f4f7fb;border-top:1px solid #e8edf4;border-bottom:1px solid #e8edf4}.center-heading{text-align:center;max-width:650px;margin:0 auto 46px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.step-card{text-align:center;background:#fff;border:1px solid #e0e6ef;border-radius:16px;padding:32px 29px}.step-icon{width:64px;height:64px;background:#e7efff;color:var(--blue);border-radius:16px;display:grid;place-items:center;margin:0 auto 21px;position:relative}.step-icon>svg{width:27px;height:27px}.step-icon span{position:absolute;right:-8px;top:-8px;width:25px;height:25px;border-radius:50%;background:var(--navy);color:white;font-size:9px;font-weight:800;display:grid;place-items:center}.step-card h3{font-size:20px;margin:0 0 10px}.step-card p{color:#66748b;line-height:1.65;font-size:14px;margin:0}.why-section{padding:105px 0}.why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center}.article-section p,.why-section p{line-height:1.75;color:#5f6d84}.why-visual{height:440px;border-radius:24px;background:linear-gradient(145deg,#102b5f,#08152f);position:relative;overflow:hidden}.why-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.6%,rgba(255,255,255,.1) 50%,transparent 50.4%),linear-gradient(transparent 49.6%,rgba(255,255,255,.07) 50%,transparent 50.4%);background-size:80px 80px}.garage-car{position:absolute;left:9%;right:9%;height:37%;bottom:18%;background:#2767e5;-webkit-clip-path:polygon(0 68%,7% 47%,28% 35%,39% 0,68% 0,85% 39%,96% 49%,100% 72%,96% 87%,4% 87%);clip-path:polygon(0 68%,7% 47%,28% 35%,39% 0,68% 0,85% 39%,96% 49%,100% 72%,96% 87%,4% 87%);opacity:.92}.garage-car:after{content:"";position:absolute;inset:18% 29% 43% 34%;background:#d9eaff;transform:skewX(-25deg);opacity:.8}.garage-lines span{position:absolute;color:#9dc0ff;font-size:9px;font-weight:800;letter-spacing:1px}.garage-lines span:first-child{left:8%;right:8%;bottom:12%;border-top:1px dashed #6e94db;text-align:center;padding-top:7px}.garage-lines span:nth-child(2){right:5%;top:22%;bottom:17%;border-left:1px dashed #6e94db;writing-mode:vertical-rl;padding-left:7px;text-align:center}.garage-lines span:last-child{left:8%;top:17%;border-top:1px dashed #6e94db;width:84%;text-align:center;padding-top:7px}.inline-button{width:max-content;margin-top:12px}.faq-section{padding-top:40px}.faq-list{max-width:820px;margin:0 auto;border-top:1px solid #dbe2ed}.faq-list details{border-bottom:1px solid #dbe2ed;padding:0 3px}.faq-list summary{list-style:none;cursor:pointer;padding:21px 0;display:flex;justify-content:space-between;font-weight:750}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--blue);font-size:21px}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:#66748a;line-height:1.65;margin:-5px 0 21px;max-width:720px}.page-hero{background:linear-gradient(145deg,#f4f8ff,#eaf1fb);padding:86px 0 80px;border-bottom:1px solid #dfe7f2}.page-hero.compact{padding:58px 0}.page-hero h1{font-size:clamp(38px,5vw,61px);max-width:940px;margin:15px 0 16px}.page-hero.compact h1{font-size:clamp(34px,4.2vw,52px)}.page-hero p{font-size:18px;line-height:1.65;color:#5d6c84;max-width:720px;margin:0}.breadcrumbs{display:flex;gap:8px;color:#77849a;font-size:12px;margin-bottom:25px}.breadcrumbs a{color:var(--blue)}.compare-page-tool{padding:0 0 90px}.compare-page-tool .search-panel{margin-top:-32px}.compare-page-tool .results-section{margin-top:45px}.article-section{padding:75px 0 105px}.article-section h2:not(:first-child){margin-top:50px}.article-section h3{font-size:21px;margin-bottom:5px}.article-section a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.article-section .primary-button,.article-section .text-link{text-decoration:none}.guide-topics{margin:42px 0}.guide-topics section{border-left:3px solid #bdd0f5;padding:2px 0 2px 22px;margin:29px 0}.callout{background:#eef4ff;border:1px solid #cbdcfb;border-radius:16px;padding:25px 28px;margin-top:45px}.callout h3{margin-top:0}.brand-directory{column-count:2;column-gap:22px}.brand-block{page-break-inside:avoid;break-inside:avoid;background:#fff;border:1px solid var(--line);border-radius:15px;margin:0 0 22px;overflow:hidden}.brand-block h3{display:flex;justify-content:space-between;margin:0;padding:18px 20px;background:#f4f7fb;font-size:18px}.brand-block h3 span{font-size:11px;color:#78859a;font-weight:650}.vehicle-list a{display:flex;justify-content:space-between;align-items:center;padding:13px 20px;border-top:1px solid #e6ebf2}.vehicle-list a:hover{background:#f7faff}.vehicle-list a>span:first-child{display:flex;flex-direction:column}.vehicle-list small{color:#7d899c;text-transform:capitalize;margin-top:3px}.vehicle-list a>span:last-child{display:flex;align-items:center;gap:8px;color:#728096;font-size:12px}.vehicle-list svg{width:15px;color:var(--blue)}.not-found{min-height:60vh}.not-found .primary-button{margin-top:25px;color:white}.site-footer{background:#09152e;color:#aab6ca;padding:60px 0 25px}.footer-grid{display:flex;justify-content:space-between;gap:40px}.wordmark-light{color:#fff}.footer-grid p{max-width:380px;font-size:13px;line-height:1.6}.footer-links{display:flex;gap:27px;font-size:13px;color:#c8d2e2}.footer-links a:hover{color:white}.copyright{border-top:1px solid #24304a;margin-top:45px;padding-top:22px;font-size:11px;color:#718099}@media(max-width:900px){.search-grid{grid-template-columns:1fr 32px 1fr}.compare-button{grid-column:1/-1}.popular-grid{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr;gap:45px}.why-visual{height:350px}.brand-directory{column-count:1}.steps-grid{gap:12px}.step-card{padding:28px 18px}.site-header nav{gap:18px}}@media(max-width:650px){.shell{width:min(100% - 28px,1180px)}.site-header{height:64px}.site-header nav a:nth-child(2),.site-header nav a:nth-child(3){display:none}.hero-inner{padding-top:54px}.hero h1{letter-spacing:-2px}.hero-copy>p{font-size:16px}.search-panel{padding:18px}.search-grid{grid-template-columns:1fr}.versus{height:20px}.search-menu{position:relative;top:6px;margin-bottom:7px}.results-heading{align-items:flex-start;gap:16px;flex-direction:column}.result-actions{width:100%;justify-content:space-between}.vehicle-card-grid{grid-template-columns:1fr}.vehicle-image{height:190px}.overlay-card{padding:20px 10px}.legend{flex-direction:column;gap:6px}.popular-grid,.steps-grid{grid-template-columns:1fr}.section{padding:75px 0}.section-heading{align-items:flex-start;gap:18px;flex-direction:column}.why-section{padding:75px 0}.why-visual{height:280px}.page-hero{padding:65px 0}.page-hero h1{letter-spacing:-2px}.footer-grid{flex-direction:column}.footer-links{display:grid;grid-template-columns:1fr 1fr}.comparison-row>*{padding:12px}.share-row{flex-wrap:wrap}.share-row span{flex-basis:100%}.table-heading{align-items:flex-start;gap:12px}.article-section{padding:55px 0 80px}.results-heading h2{font-size:27px;word-break:keep-all}}.hero-inner{padding-top:34px}.hero-copy{max-width:1120px;margin-bottom:24px}.hero h1{font-size:clamp(40px,3.8vw,54px);letter-spacing:-2.4px;line-height:1.03;margin-top:15px}.hero h1 em{display:inline}.hero-copy>p{margin-top:14px;font-size:16px;line-height:1.55}.results-section{margin-top:36px}@media(max-width:650px){.hero-inner{padding-top:28px}.hero-copy{margin-bottom:20px}.hero h1{font-size:36px;letter-spacing:-1.6px}.hero h1 em{display:block}.hero-copy>p{font-size:15px;margin-top:12px}.results-section{margin-top:30px}}.home-specs-guide{padding-top:0}.home-specs-guide h2{margin-top:10px}.home-specs-guide h3{margin-top:34px;color:#17233d}.home-specs-guide p{font-size:16px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}