/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');
:root{--primary:#0d1b2a;--accent:#f5c842;--bg:#ffffff;--bg-secondary:#f8f6f1;--text:#1a1a2e;--radius:8px;--shadow:4px 4px 0 rgba(13,27,42,.15);--shadow-accent:4px 4px 0 #f5c842;--max-width:1200px;--tr:.2s ease}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
a{display:inline-block;text-align:center;color:inherit;text-decoration:none;transition:color var(--tr)}
h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk',sans-serif;color:var(--primary);line-height:1.2}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
.site-header{background:var(--primary);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.35)}
.header-inner{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:'Space Grotesk',sans-serif;font-size:1.5rem;font-weight:700;color:var(--accent);letter-spacing:-.5px;transition:color var(--tr)}
.logo:hover{color:#fff}
.main-nav{display:flex;gap:1.5rem;align-items:center}
.main-nav a{color:rgba(255,255,255,.85);font-weight:500;font-size:.95rem;padding:.4rem 0;border-bottom:2px solid transparent;transition:border-color var(--tr),color var(--tr)}
.main-nav a:hover,.main-nav a.active{border-bottom-color:var(--accent);color:var(--accent)}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px;flex-shrink:0}
.burger span{width:24px;height:2px;background:#fff;display:block;transition:transform var(--tr)}
.breadcrumbs{padding:.9rem 1.5rem;max-width:var(--max-width);margin:0 auto;font-size:.82rem;color:#777;display:flex;flex-wrap:wrap;gap:.2rem;align-items:center}
.breadcrumbs a{color:var(--primary);font-weight:500;padding:0}
.breadcrumbs a:hover{color:var(--accent)}
.breadcrumbs .sep{margin:0 .3rem;color:#bbb}
.disclaimer-top{background:#fff8e1;border-left:4px solid var(--accent);padding:.75rem 1.5rem;font-size:.83rem;color:#5a4a00;max-width:var(--max-width);margin:0 auto 1.5rem;border-radius:0 var(--radius) var(--radius) 0}
.article-header{max-width:800px;margin:0 auto;padding:2rem 1.5rem 1rem}
.article-category{background:var(--accent);color:var(--primary);font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.72rem;letter-spacing:1.2px;text-transform:uppercase;padding:.28rem .8rem;border-radius:4px;margin-bottom:1rem}
.article-title{font-size:clamp(1.7rem,4vw,2.75rem);margin-bottom:1rem}
.article-meta{display:flex;gap:1.2rem;flex-wrap:wrap;font-size:.83rem;color:#777;margin-bottom:1.2rem;align-items:center}
.article-lead{font-size:1.05rem;color:#555;font-style:italic;max-width:800px;margin:0 auto;padding:0 1.5rem 2rem;line-height:1.75;border-bottom:1px solid #eee}
.article-image{max-width:900px;margin:2rem auto;padding:0 1.5rem}
.article-image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-accent);object-fit:cover;max-height:480px}
.article-body{max-width:720px;margin:0 auto;padding:1.5rem 1.5rem 3rem}
.article-body h2{font-size:1.45rem;margin:2.5rem 0 .9rem;padding-bottom:.45rem;border-bottom:2px solid var(--accent)}
.article-body p{margin-bottom:1.2rem;color:#333}
.pull-quote{border-left:5px solid var(--accent);background:var(--bg-secondary);padding:1.4rem 1.8rem;margin:2.2rem 0;font-size:1.1rem;font-family:'Space Grotesk',sans-serif;font-weight:500;color:var(--primary);box-shadow:var(--shadow);border-radius:var(--radius)}
.pull-quote cite{display:block;font-size:.78rem;color:#888;margin-top:.6rem;font-style:normal;font-family:'Inter',sans-serif}
.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0 1rem}
.tag{background:var(--primary);color:var(--accent);font-size:.77rem;font-weight:600;padding:.28rem .75rem;border-radius:4px;transition:background var(--tr),color var(--tr)}
.tag:hover{background:var(--accent);color:var(--primary)}
.article-disclaimer{background:var(--bg-secondary);border:1px solid #e0ddd5;border-radius:var(--radius);padding:1rem 1.4rem;font-size:.82rem;color:#666;margin-top:2rem;line-height:1.6}
.article-disclaimer strong{color:var(--primary)}
.toc-wrap{max-width:720px;margin:0 auto 2.5rem;padding:0 1.5rem}
.toc{background:var(--bg-secondary);border:2px solid var(--primary);border-radius:var(--radius);padding:1.4rem 1.8rem;box-shadow:var(--shadow)}
.toc-title{font-size:.85rem;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:.9rem;color:var(--primary);font-family:'Space Grotesk',sans-serif;font-weight:700}
.toc-list{counter-reset:toc}
.toc-list li{counter-increment:toc;padding:.28rem 0;font-size:.92rem;display:flex;align-items:baseline;gap:.4rem}
.toc-list li::before{content:counter(toc) '.';font-weight:700;color:var(--accent);font-family:'Space Grotesk',sans-serif;flex-shrink:0}
.toc-list li a{color:var(--primary)}
.toc-list li a:hover{color:var(--accent);text-decoration:underline}
.compare-grid{border:1px solid #e0ddd5;border-radius:var(--radius);overflow:hidden;margin:1.5rem 0}
.compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid #e0ddd5}
.compare-row:last-child{border-bottom:none}
.compare-row.head{background:var(--primary)}
.compare-row:not(.head):nth-child(even){background:var(--bg-secondary)}
.compare-row:not(.head):hover{background:#fff3cc}
.compare-cell{padding:.7rem 1rem;font-size:.88rem;color:var(--text)}
.compare-row.head .compare-cell{color:var(--accent);font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.8px}
.share-float{position:fixed;left:1.2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.6rem;z-index:50}
.share-btn{width:44px;height:44px;border-radius:50%;background:var(--primary);color:var(--accent);font-size:.9rem;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 0 var(--accent);transition:background var(--tr),transform var(--tr);cursor:pointer}
.share-btn:hover{background:var(--accent);color:var(--primary);transform:scale(1.12)}
.read-also{background:var(--bg-secondary);padding:3rem 1.5rem}
.read-also-inner{max-width:var(--max-width);margin:0 auto}
.section-title{font-size:1.4rem;margin-bottom:1.8rem;position:relative;display:inline-block;padding-bottom:.4rem}
.section-title::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--accent)}
.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}
.card{background:var(--bg);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);border:1px solid #e8e5de;transition:transform var(--tr),box-shadow var(--tr);display:flex;flex-direction:column;gap:.5rem}
.card:hover{transform:translateY(-4px);box-shadow:6px 6px 0 var(--accent)}
.card-cat{font-size:.72rem;font-weight:700;color:var(--accent);background:var(--primary);padding:.2rem .6rem;border-radius:4px;align-self:flex-start}
.card h3{font-size:.98rem;color:var(--primary);line-height:1.35;margin:0}
.card-meta{font-size:.78rem;color:#999}
.card-link{color:var(--primary);font-weight:700;font-size:.88rem;border-bottom:1px solid transparent;transition:border-color var(--tr);margin-top:auto;padding:0}
.card-link:hover{border-bottom-color:var(--accent);color:var(--accent)}
.subscribe-section{background:var(--primary);padding:4rem 1.5rem;text-align:center}
.subscribe-section h2{color:var(--accent);margin-bottom:.6rem;font-size:1.9rem}
.subscribe-section p{color:rgba(255,255,255,.75);margin-bottom:2rem;font-size:1rem}
.subscribe-form{display:flex;gap:1rem;max-width:520px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.subscribe-form input[type='email']{flex:1;min-width:200px;padding:.85rem 1.2rem;border:2px solid transparent;border-radius:var(--radius);font-family:'Inter',sans-serif;font-size:1rem;outline:none;transition:border-color var(--tr)}
.subscribe-form input[type='email']:focus{border-color:var(--accent)}
.btn-primary{background:var(--accent);color:var(--primary);font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1rem;padding:.85rem 2rem;border:none;border-radius:var(--radius);cursor:pointer;box-shadow:3px 3px 0 rgba(0,0,0,.25);transition:transform var(--tr),box-shadow var(--tr)}
.btn-primary:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 rgba(0,0,0,.25)}
.btn-primary:active{transform:translate(1px,1px);box-shadow:1px 1px 0 rgba(0,0,0,.25)}
.site-footer{background:var(--primary);color:rgba(255,255,255,.65);padding:2.5rem 1.5rem 1.5rem}
.footer-inner{max-width:var(--max-width);margin:0 auto}
.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-logo{font-family:'Space Grotesk',sans-serif;font-size:1.35rem;font-weight:700;color:var(--accent);margin-bottom:.4rem;display:block;padding:0;text-align:left}
.footer-desc{font-size:.83rem;max-width:280px;line-height:1.65;color:rgba(255,255,255,.55)}
.footer-nav-title{font-family:'Space Grotesk',sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,.4);margin-bottom:.8rem}
.footer-links{display:flex;flex-direction:column;gap:.5rem}
.footer-links a{color:rgba(255,255,255,.65);font-size:.88rem;transition:color var(--tr);padding:0;text-align:left}
.footer-links a:hover{color:var(--accent)}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:flex-start}
.footer-copy{font-size:.78rem;color:rgba(255,255,255,.4)}
.footer-disclaimer{font-size:.75rem;color:rgba(255,255,255,.35);max-width:580px;line-height:1.55}
.cookie-toggle{display:none}
.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;width:310px;background:var(--bg);border:2px solid var(--primary);border-radius:var(--radius);box-shadow:6px 6px 0 var(--primary);padding:1.3rem;z-index:9999}
.cookie-toggle:checked + .cookie-banner{display:none}
.cookie-title{font-size:.95rem;font-family:'Space Grotesk',sans-serif;font-weight:700;color:var(--primary);margin-bottom:.4rem}
.cookie-text{font-size:.78rem;color:#555;margin-bottom:.9rem;line-height:1.55}
.cookie-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.cookie-accept-lbl{background:var(--accent);color:var(--primary);font-weight:700;font-size:.82rem;padding:.45rem 1rem;border-radius:4px;cursor:pointer;transition:background var(--tr)}
.cookie-accept-lbl:hover{background:#e0b030}
.cookie-decline-lbl{background:transparent;color:var(--primary);font-weight:600;font-size:.82rem;padding:.45rem 1rem;border-radius:4px;cursor:pointer;border:1px solid var(--primary);transition:background var(--tr)}
.cookie-decline-lbl:hover{background:var(--bg-secondary)}
.cookie-more-link{font-size:.73rem;color:#999;margin-top:.6rem}
.cookie-more-link a{color:var(--primary);text-decoration:underline;padding:0;display:inline}
.policy-page main{max-width:800px;margin:0 auto;padding:3rem 1.5rem}
.policy-page h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.5rem}
.policy-date{font-size:.83rem;color:#888;margin-bottom:2.5rem}
.policy-page h2{font-size:1.25rem;margin:2.5rem 0 .8rem;padding-bottom:.4rem;border-bottom:2px solid var(--accent)}
.policy-page p{margin-bottom:1.1rem;color:#444;line-height:1.75}
.policy-page ul{margin:0 0 1.1rem 1.2rem;list-style:disc}
.policy-page ul li{color:#444;padding:.25rem 0;line-height:1.65}
.success-page{min-height:100vh;display:flex;flex-direction:column}
.success-main{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:var(--bg-secondary)}
.success-inner{max-width:520px;text-align:center}
.success-icon{font-size:4rem;margin-bottom:1rem;display:block}
.success-title{font-size:clamp(1.8rem,4vw,2.6rem);color:var(--primary);margin-bottom:.8rem}
.success-text{color:#555;margin-bottom:2.5rem;line-height:1.75;font-size:1.05rem}
.error-page{min-height:100vh;display:flex;flex-direction:column}
.error-main{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:var(--bg-secondary)}
.error-inner{max-width:560px;text-align:center}
.error-code{font-family:'Space Grotesk',sans-serif;font-size:clamp(5rem,15vw,9rem);font-weight:700;color:var(--accent);line-height:1;text-shadow:6px 6px 0 var(--primary);margin-bottom:1rem;display:block}
.error-title{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1rem}
.error-text{color:#666;margin-bottom:2rem;line-height:1.75}
@media(max-width:768px){
.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--primary);padding:1rem 1.5rem;flex-direction:column;gap:.9rem;z-index:99;border-top:1px solid rgba(255,255,255,.1)}
.main-nav.open{display:flex}
.burger{display:flex}
.site-header{position:relative}
.share-float{display:none}
.subscribe-form{flex-direction:column;align-items:stretch}
.subscribe-form input[type='email']{min-width:0}
.footer-top{flex-direction:column}
.cookie-banner{width:calc(100% - 2rem);right:1rem;bottom:1rem}
.compare-row{grid-template-columns:1fr 1fr}
.compare-cell:first-child{grid-column:1/-1;font-weight:700;background:rgba(13,27,42,.06)}}
@media(max-width:480px){.cards-grid{grid-template-columns:1fr}.article-title{font-size:1.55rem}.compare-row{grid-template-columns:1fr}}
