/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#102A43;--secondary:#D9E2EC;--bg:#F0F4F8;--text:#102A43;--accent:#486581;--border:#BCCCDC;--radius:20px;--shadow:0 4px 20px rgba(16,42,67,0.08)}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);line-height:1.7;min-height:100vh}a{color:var(--primary);text-decoration:none;transition:opacity 0.3s}a:hover{opacity:0.7}img{max-width:100%;height:auto;border-radius:var(--radius)}header{background:#fff;border-bottom:1px solid var(--border);padding:1rem 2rem;position:sticky;top:0;z-index:100}header nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}header .logo{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-0.5px}header ul{display:flex;gap:2rem;list-style:none}header ul a{font-weight:500;font-size:0.9rem;text-transform:uppercase;letter-spacing:0.5px}main{max-width:1200px;margin:0 auto;padding:2rem}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:var(--radius);padding:4rem 3rem;color:#fff;text-align:center;margin-bottom:3rem;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></svg>');opacity:0.3}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.hero p{font-size:1.1rem;opacity:0.9;max-width:600px;margin:0 auto 2rem;position:relative}.btn{display:inline-block;background:#fff;color:var(--primary);padding:1rem 2rem;border-radius:50px;font-weight:600;transition:transform 0.3s,box-shadow 0.3s;border:none;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{background:transparent;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:var(--primary)}.section{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:0.75rem;border-bottom:2px solid var(--secondary);display:flex;align-items:center;gap:0.75rem}.section-title::before{content:'';width:4px;height:24px;background:var(--primary);border-radius:2px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.card{background:#fff;border-radius:var(--radius);padding:2rem;border:1px solid var(--border);transition:transform 0.3s,box-shadow 0.3s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card h3{font-size:1.2rem;margin-bottom:0.75rem;color:var(--primary)}.card p{color:var(--accent);font-size:0.95rem;margin-bottom:1rem}.card .read-more{font-weight:600;font-size:0.9rem;display:inline-flex;align-items:center;gap:0.5rem}.article{background:#fff;border-radius:var(--radius);padding:3rem;border:1px solid var(--border);margin-bottom:2rem}.article h2{font-size:1.8rem;margin-bottom:1.5rem;line-height:1.3}.article p{margin-bottom:1.25rem;text-align:justify}.article-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--secondary);font-size:0.85rem;color:var(--accent)}.disclaimer{background:var(--secondary);border-left:4px solid var(--primary);padding:1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin-top:2rem;font-size:0.9rem}.about{background:#fff;border-radius:var(--radius);padding:2.5rem;border:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media(max-width:768px){.about{grid-template-columns:1fr}}.subscribe{background:linear-gradient(135deg,var(--secondary) 0%,#fff 100%);border-radius:var(--radius);padding:3rem;text-align:center;border:1px solid var(--border)}.subscribe h3{font-size:1.5rem;margin-bottom:0.75rem}.subscribe p{color:var(--accent);margin-bottom:1.5rem}.form{display:grid;gap:1rem;max-width:400px;margin:0 auto}.form input{padding:1rem 1.5rem;border:1px solid var(--border);border-radius:50px;font-size:1rem;transition:border-color 0.3s}.form input:focus{outline:none;border-color:var(--primary)}.form button{background:var(--primary);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.3s}.form button:hover{background:var(--accent)}footer{background:var(--primary);color:#fff;padding:3rem 2rem;margin-top:4rem}footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}footer h4{font-size:1rem;margin-bottom:1rem;font-weight:600}footer ul{list-style:none}footer ul li{margin-bottom:0.5rem}footer ul a{color:rgba(255,255,255,0.8);font-size:0.9rem}footer ul a:hover{color:#fff}footer .copyright{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem;opacity:0.7}.cookie-banner{position:fixed;bottom:20px;right:20px;background:#fff;border-radius:var(--radius);padding:1.5rem;max-width:350px;box-shadow:0 10px 40px rgba(16,42,67,0.15);border:1px solid var(--border);z-index:1000}.cookie-banner p{font-size:0.85rem;margin-bottom:1rem}.cookie-banner a{text-decoration:underline}.cookie-close{position:absolute;top:10px;right:10px;width:24px;height:24px;border:none;background:var(--secondary);border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}#cookie-check{display:none}#cookie-check:checked+.cookie-banner{display:none}.legal{padding:2rem}.legal h1{font-size:2rem;margin-bottom:2rem}.legal h2{font-size:1.3rem;margin:2rem 0 1rem;color:var(--primary)}.legal p,.legal ul{margin-bottom:1rem}.legal ul{padding-left:1.5rem}.success-page{text-align:center;padding:4rem 2rem}.success-page h1{font-size:2.5rem;margin-bottom:1rem;color:var(--primary)}.success-page p{font-size:1.1rem;color:var(--accent);margin-bottom:2rem}.error-page{text-align:center;padding:6rem 2rem}.error-page h1{font-size:6rem;font-weight:700;color:var(--secondary);margin-bottom:1rem}.error-page p{font-size:1.2rem;color:var(--accent);margin-bottom:2rem}@media(max-width:768px){header nav{flex-direction:column;gap:1rem}header ul{gap:1rem;flex-wrap:wrap;justify-content:center}.hero{padding:3rem 1.5rem}.hero h1{font-size:1.8rem}.article{padding:1.5rem}.cards{grid-template-columns:1fr}footer .footer-content{grid-template-columns:1fr;text-align:center}}