/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
:root{--bg:#F0F4FF;--blue-light:#DBEAFE;--primary:#6366F1;--primary-dark:#4F46E5;--text:#1E1B4B;--text-muted:#6B7280;--white:#FFFFFF;--radius:12px;--shadow:0 4px 20px rgba(99,102,241,.12)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Segoe UI',system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.7}
a{color:var(--primary);text-decoration:none}
a:hover{color:var(--primary-dark);text-decoration:underline}
img{max-width:100%;height:auto;border-radius:var(--radius);display:block}
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
header{background:var(--white);border-bottom:2px solid var(--blue-light);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(99,102,241,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1100px;margin:0 auto}
.logo{font-size:1.6rem;font-weight:800;color:var(--primary);letter-spacing:-.5px}
nav ul{display:flex;gap:1.5rem;list-style:none}
nav a{font-weight:500;color:var(--text);font-size:.95rem}
nav a:hover{color:var(--primary);text-decoration:none}
.hero{position:relative;background:linear-gradient(135deg,#4338CA 0%,#6366F1 60%,#818CF8 100%);color:var(--white);padding:6rem 1.5rem 8rem;text-align:center;clip-path:polygon(0 0,100% 0,100% 88%,0 100%)}
.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.2;margin-bottom:1.25rem;text-shadow:0 2px 8px rgba(0,0,0,.2)}
.hero>div>p{font-size:1.15rem;max-width:600px;margin:0 auto 2rem;opacity:.92}
.hero-tag{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;opacity:.75;margin-bottom:1rem;display:block}
.btn{display:inline-block;background:var(--white);color:var(--primary);padding:.85rem 2.2rem;border-radius:50px;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2);text-decoration:none;color:var(--primary-dark)}
.btn-primary{background:var(--primary);color:var(--white)}
.btn-primary:hover{background:var(--primary-dark);color:var(--white)}
.content-aside{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;max-width:1100px;margin:0 auto;padding:3rem 1.5rem}
.aside-widget h3{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1rem}
.aside-card{background:var(--white);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);margin-bottom:1rem}
.aside-card h4{font-size:.95rem;font-weight:700;margin-bottom:.4rem;line-height:1.4}
.aside-card p{font-size:.85rem;color:var(--text-muted)}
.aside-tag{font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.35rem}
.card-tag{font-size:.75rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;display:block}
.featured-article{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}
.featured-article h2{font-size:1.4rem;font-weight:800;margin:1rem 0 .75rem;line-height:1.35;color:var(--text)}
.featured-article p{color:#374151;font-size:.97rem;line-height:1.8;margin-bottom:.85rem}
.diagonal{clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);padding:5rem 0;margin:-1rem 0}
.bg-blue{background:var(--blue-light)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.about-text h2{margin-bottom:.5rem}
.about-text p{color:var(--text-muted);margin-bottom:1rem}
.section-title{font-size:1.8rem;font-weight:800;color:var(--text);margin-bottom:.5rem}
.section-sub{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem}
.checklist{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;list-style:none}
.checklist li{display:flex;align-items:flex-start;gap:.6rem;color:var(--text-muted)}
.checklist li::before{content:'✓';color:var(--primary);font-weight:700;flex-shrink:0;margin-top:.15rem}
.subscribe-section{background:var(--primary);clip-path:polygon(0 6%,100% 0,100% 94%,0 100%);padding:5rem 0;color:var(--white);margin-top:-1rem}
.subscribe-form{max-width:520px;margin:0 auto;display:grid;gap:1rem}
.subscribe-form input{width:100%;padding:.85rem 1.2rem;border-radius:var(--radius);border:2px solid rgba(255,255,255,.3);background:rgba(255,255,255,.12);color:var(--white);font-size:1rem}
.subscribe-form input::placeholder{color:rgba(255,255,255,.6)}
.subscribe-form input:focus{outline:none;border-color:var(--white);background:rgba(255,255,255,.2)}
.subscribe-form button{background:var(--white);color:var(--primary);font-weight:700;padding:.9rem;border-radius:var(--radius);border:none;cursor:pointer;font-size:1rem;transition:opacity .2s}
.subscribe-form button:hover{opacity:.88}
.article-hero{background:linear-gradient(135deg,#4338CA,#6366F1);color:var(--white);padding:4rem 1.5rem 6rem;clip-path:polygon(0 0,100% 0,100% 90%,0 100%);text-align:center}
.article-hero h1{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:800;max-width:750px;margin:0 auto 1rem;line-height:1.25}
.article-meta{font-size:.85rem;opacity:.78;display:block;margin-bottom:.5rem}
.article-body{max-width:760px;margin:-2rem auto 0;background:var(--white);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow);position:relative;z-index:2}
.article-body h2{font-size:1.35rem;font-weight:700;margin:2rem 0 .75rem;color:var(--text)}
.article-body p{color:#374151;margin-bottom:1rem;line-height:1.8}
.article-body ul{padding-left:0;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.55rem;list-style:none}
.article-body ul li{display:flex;align-items:flex-start;gap:.6rem;color:#374151}
.article-body ul li::before{content:'✦';color:var(--primary);flex-shrink:0;margin-top:.2rem}
.article-img{margin:1.5rem 0;border-radius:var(--radius);overflow:hidden}
.disclaimer{background:var(--blue-light);border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.25rem;margin:1.75rem 0;font-size:.9rem;color:var(--text-muted);line-height:1.6}
.disclaimer strong{color:var(--text)}
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}
.pros{background:#ECFDF5;border-radius:var(--radius);padding:1.25rem}
.cons{background:#FFF1F2;border-radius:var(--radius);padding:1.25rem}
.pros h3{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#059669}
.cons h3{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#E11D48}
.pros ul,.cons ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem}
.pros li{font-size:.9rem;color:#374151;display:flex;gap:.5rem}
.cons li{font-size:.9rem;color:#374151;display:flex;gap:.5rem}
.pros li::before{content:'+';color:#059669;font-weight:700;flex-shrink:0}
.cons li::before{content:'−';color:#E11D48;font-weight:700;flex-shrink:0}
footer{background:var(--text);color:rgba(255,255,255,.75);padding:3rem 0 1.5rem;margin-top:4rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand p{font-size:.88rem;margin-top:.5rem;opacity:.68}
footer h4{color:var(--white);font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}
footer ul{list-style:none}
footer ul li{margin-bottom:.5rem}
footer ul li a{color:rgba(255,255,255,.6);font-size:.88rem}
footer ul li a:hover{color:var(--white);text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;text-align:center;font-size:.8rem;opacity:.55}
#cookie-toggle{display:none}
#cookie-toggle:checked~.cookie-banner{display:none}
.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;max-width:340px;background:var(--white);border-radius:var(--radius);box-shadow:0 8px 32px rgba(0,0,0,.18);padding:1.25rem;z-index:9999;border:2px solid var(--blue-light)}
.cookie-banner p{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}
.cookie-accept{display:block;background:var(--primary);color:var(--white);border-radius:8px;padding:.6rem 1.4rem;font-weight:600;font-size:.9rem;width:100%;text-align:center;cursor:pointer;transition:background .2s}
.cookie-accept:hover{background:var(--primary-dark);text-decoration:none;color:var(--white)}
.policy-body{max-width:760px;margin:3rem auto 4rem;background:var(--white);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow)}
.policy-body h1{font-size:1.8rem;font-weight:800;margin-bottom:.4rem}
.policy-body .policy-date{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;display:block}
.policy-body h2{font-size:1.15rem;font-weight:700;margin:1.75rem 0 .5rem;color:var(--primary)}
.policy-body p{color:#374151;margin-bottom:.9rem;line-height:1.8}
.policy-body ul{list-style:none;padding:0;margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}
.policy-body ul li{display:flex;gap:.5rem;color:#374151;font-size:.95rem;align-items:flex-start}
.policy-body ul li::before{content:'•';color:var(--primary);flex-shrink:0}
.success-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.success-card{background:var(--white);border-radius:var(--radius);padding:3rem 2rem;box-shadow:var(--shadow);max-width:480px;width:100%}
.success-icon{font-size:3.2rem;margin-bottom:1rem}
.success-card h1{font-size:1.8rem;font-weight:800;margin-bottom:.75rem;color:var(--text)}
.success-card p{color:var(--text-muted);margin-bottom:1.75rem;line-height:1.7}
.notfound{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.notfound-inner h1{font-size:6rem;font-weight:900;color:var(--primary);line-height:1;margin-bottom:.25rem}
.notfound-inner h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}
.notfound-inner p{color:var(--text-muted);margin-bottom:1.75rem}
@media(max-width:768px){.about-grid,.footer-grid,.pros-cons,.content-aside{grid-template-columns:1fr}nav ul{gap:1rem}.hero{clip-path:polygon(0 0,100% 0,100% 96%,0 100%)}.article-body{padding:1.5rem}.cookie-banner{right:.75rem;left:.75rem;max-width:100%}}