/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*{margin:0;padding:0;box-sizing:border-box}:root{--cream:#FFF4E0;--amber:#FFBF00;--orange:#FF7043;--dark:#1A1A1A;--white:#fff;--r:2rem}body{font-family:'Segoe UI',Arial,sans-serif;background:var(--cream);color:var(--dark);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{background:var(--amber);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 16px rgba(255,112,67,.3)}.site-logo{font-size:1.75rem;font-weight:900;color:var(--dark);white-space:nowrap}nav{display:flex;gap:.5rem;flex-wrap:wrap}nav a{background:var(--white);color:var(--dark);padding:.35rem .85rem;border-radius:var(--r);font-weight:700;font-size:.83rem;transition:all .2s}nav a:hover{background:var(--orange);color:var(--white)}.hero{position:relative;min-height:65vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--orange),var(--amber))}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,112,67,.8),rgba(255,191,0,.6))}.hero-content{position:relative;z-index:2;text-align:center;padding:2.5rem 1.5rem;max-width:720px;margin:0 auto}.hero-content h1{font-size:clamp(1.9rem,6vw,3.4rem);font-weight:900;color:var(--white);line-height:1.15;text-shadow:0 2px 16px rgba(0,0,0,.22)}.hero-content p{font-size:1.1rem;color:rgba(255,255,255,.93);margin:1rem 0 2rem}.btn{display:inline-block;padding:.85rem 2rem;border-radius:var(--r);font-weight:800;font-size:1rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 18px rgba(0,0,0,.16);text-align:center}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}.btn-dark{background:var(--dark);color:var(--white)}.btn-amber{background:var(--amber);color:var(--dark)}.btn-orange{background:var(--orange);color:var(--white)}.container{max-width:1080px;margin:0 auto;padding:0 1.5rem}.home-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0}@media(min-width:768px){.home-grid{grid-template-columns:2fr 1fr}}.featured{background:var(--white);border-radius:var(--r);padding:2rem;box-shadow:0 4px 24px rgba(255,112,67,.1)}.featured h2{font-size:clamp(1.4rem,4vw,2rem);font-weight:900;color:var(--dark);margin-bottom:.4rem}.featured .meta{font-size:.85rem;color:#888;margin-bottom:1.25rem}.featured p{color:#444;line-height:1.8;margin-bottom:1rem}.featured h3{font-size:1.2rem;font-weight:800;color:var(--orange);margin:1.5rem 0 .5rem}.section-title{font-size:clamp(1.4rem,4vw,2rem);font-weight:900;margin-bottom:1.25rem}.section-title span{color:var(--orange)}.aside-label{font-size:1.05rem;font-weight:800;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid var(--amber)}.card{background:var(--white);border-radius:var(--r);overflow:hidden;box-shadow:0 4px 18px rgba(255,112,67,.1);transition:transform .2s;margin-bottom:1.25rem}.card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(255,112,67,.18)}.card-emoji{font-size:3rem;text-align:center;padding:1.2rem 0 .5rem;display:block;background:linear-gradient(135deg,#fff8f0,#fff3e0)}.card-body{padding:1.25rem}.card-tag{display:inline-block;background:var(--amber);color:var(--dark);font-size:.72rem;font-weight:800;padding:.18rem .65rem;border-radius:1rem;margin-bottom:.6rem;letter-spacing:.3px}.card h3{font-size:1rem;font-weight:800;margin-bottom:.5rem;line-height:1.35}.card p{font-size:.88rem;color:#555;margin-bottom:.85rem}.about-wrap{background:linear-gradient(135deg,var(--amber),#FFE080);border-radius:var(--r);padding:3rem 2rem;text-align:center;margin:3rem 0}.about-wrap h2{font-size:clamp(1.4rem,4vw,2rem);font-weight:900;color:var(--dark);margin-bottom:1rem}.about-wrap p{font-size:1rem;color:#333;max-width:600px;margin:0 auto;line-height:1.75}.about-emoji{font-size:4rem;margin-bottom:1rem;display:block}.sub-section{background:var(--orange);padding:3rem 1.5rem}.sub-section .section-title{color:var(--white)}.sub-section .section-title span{color:#FFE066}.sub-form{max-width:480px;display:flex;flex-direction:column;gap:.9rem}.sub-form input{padding:.8rem 1.2rem;border-radius:var(--r);border:none;font-size:1rem;background:var(--white);color:var(--dark);outline:none}.sub-form input:focus{box-shadow:0 0 0 3px var(--amber)}.sub-section p.lead{color:rgba(255,255,255,.9);margin-bottom:1.5rem}.article-hero{background:linear-gradient(135deg,var(--orange),var(--amber));padding:3.5rem 1.5rem;text-align:center}.article-hero h1{font-size:clamp(1.6rem,5vw,2.7rem);font-weight:900;color:var(--white);text-shadow:0 2px 10px rgba(0,0,0,.18);max-width:760px;margin:0 auto 1rem}.article-hero .meta{color:rgba(255,255,255,.85);font-size:.88rem}.article-body{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem}.article-body h2{font-size:1.4rem;font-weight:800;color:var(--orange);margin:2rem 0 .75rem}.article-body p{color:#333;line-height:1.8;margin-bottom:1rem}.article-body ul{padding-left:1.5rem;margin-bottom:1rem}.article-body li{margin-bottom:.45rem;line-height:1.7;color:#444}.article-img{width:100%;max-height:360px;object-fit:cover;border-radius:var(--r);margin:1.5rem 0}.sources{background:var(--white);border-radius:var(--r);padding:1.5rem;margin:2rem 0;box-shadow:0 2px 12px rgba(0,0,0,.06)}.sources h3{font-weight:800;font-size:1rem;margin-bottom:.75rem;color:var(--dark)}.sources a{color:var(--orange);font-size:.88rem;display:block;margin-bottom:.3rem}.sources a:hover{text-decoration:underline}.disclaimer{background:#fff8f0;border-left:4px solid var(--orange);padding:1rem 1.5rem;border-radius:.75rem;margin:1.5rem 0;font-size:.88rem;color:#555;line-height:1.6}.policy-wrap{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem}.policy-wrap h1{font-size:1.9rem;font-weight:900;color:var(--orange);margin-bottom:1.5rem}.policy-wrap h2{font-size:1.2rem;font-weight:800;color:var(--dark);margin:1.5rem 0 .5rem}.policy-wrap p{color:#444;line-height:1.8;margin-bottom:.85rem}.page-hero{background:linear-gradient(135deg,var(--orange),var(--amber));padding:2.5rem 1.5rem;text-align:center}.page-hero h1{font-size:clamp(1.6rem,5vw,2.4rem);font-weight:900;color:var(--white)}.success-pg{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.success-in{max-width:480px}.success-in .big-e{font-size:5rem;margin-bottom:1rem;display:block}.success-in h1{font-size:2rem;font-weight:900;color:var(--orange);margin-bottom:.75rem}.success-in p{color:#555;font-size:1.05rem;margin-bottom:2rem}.err-pg{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.err-in .code-big{font-size:7rem;font-weight:900;color:var(--amber);line-height:1;display:block}.err-in h2{font-size:1.6rem;font-weight:800;color:var(--dark);margin:.5rem 0 1rem}.err-in p{color:#666;margin-bottom:2rem}footer{background:var(--dark);color:var(--white);padding:2.5rem 1.5rem;text-align:center}.footer-logo{font-size:1.5rem;font-weight:900;color:var(--amber);margin-bottom:.75rem}.footer-links{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.footer-links a{color:#bbb;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--amber)}footer p{font-size:.82rem;color:#777}#ck{display:none}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--dark);color:var(--white);padding:1.25rem 1.5rem;border-radius:1.5rem;max-width:300px;z-index:9999;box-shadow:0 8px 32px rgba(0,0,0,.28)}.cookie-banner p{font-size:.85rem;line-height:1.5;margin-bottom:.85rem;color:#ddd}.cookie-banner a{color:var(--amber)}.cookie-btn{display:inline-block;background:var(--amber);color:var(--dark);font-weight:800;padding:.55rem 1.3rem;border-radius:var(--r);cursor:pointer;font-size:.88rem;user-select:none;transition:background .2s}.cookie-btn:hover{background:var(--orange);color:var(--white)}#ck:checked~.cookie-banner{display:none}