/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:#FFFBEB;color:#1F2937;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#78350F}h1{font-size:clamp(2.2rem,6vw,4.5rem)}h2{font-size:clamp(1.8rem,4vw,3rem);margin-bottom:1.2rem}h3{font-size:clamp(1.3rem,2.5vw,1.8rem);margin-bottom:.8rem}p{margin-bottom:1.1rem;font-size:1.05rem}a{color:#D97706;text-decoration:none;transition:all .3s ease}a:hover{color:#B45309}img{max-width:100%;height:auto;display:block;border-radius:20px}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}header.site-header{background:linear-gradient(135deg,#FFFBEB 0%,#FEF08A 100%);padding:1.2rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px rgba(217,119,6,.08)}.nav-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:900;color:#D97706;text-transform:uppercase;letter-spacing:.05em}nav ul{list-style:none;display:flex;gap:1.8rem;flex-wrap:wrap}nav a{font-weight:600;font-size:.95rem;color:#78350F;position:relative;padding:.3rem 0}nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:#D97706;transition:width .3s}nav a:hover::after{width:100%}.hero{position:relative;min-height:85vh;display:flex;align-items:center;background:linear-gradient(120deg,#FEF08A 0%,#FFFBEB 60%,#FED7AA 100%);overflow:hidden;padding:4rem 0}.hero::before{content:'';position:absolute;top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(217,119,6,.25) 0%,transparent 70%);border-radius:50%;animation:sunpulse 6s ease-in-out infinite}.hero::after{content:'';position:absolute;bottom:-20%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(254,240,138,.8) 0%,transparent 70%);border-radius:50%}@keyframes sunpulse{0%,100%{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.hero-inner{position:relative;z-index:2;max-width:780px}.hero-badge{display:inline-block;background:#FFFBEB;color:#D97706;padding:.5rem 1.2rem;border-radius:50px;font-weight:700;font-size:.9rem;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(217,119,6,.15);text-transform:uppercase;letter-spacing:.08em}.hero h1{margin-bottom:1.5rem}.hero-text{font-size:clamp(1.1rem,2vw,1.35rem);color:#78350F;margin-bottom:2.2rem;max-width:640px}.btn{display:inline-block;padding:1.1rem 2.5rem;border-radius:50px;font-weight:800;font-size:1.05rem;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;border:none;cursor:pointer;text-align:center}.btn-primary{background:linear-gradient(135deg,#D97706 0%,#FEF08A 50%,#D97706 100%);background-size:200% 200%;color:#fff;box-shadow:0 8px 25px rgba(217,119,6,.35);animation:pulseBtn 2.5s ease-in-out infinite}@keyframes pulseBtn{0%,100%{background-position:0% 50%;transform:scale(1)}50%{background-position:100% 50%;transform:scale(1.03)}}.btn-primary:hover{transform:translateY(-3px) scale(1.05);color:#fff;box-shadow:0 12px 30px rgba(217,119,6,.5)}.btn-secondary{background:#fff;color:#D97706;border:2px solid #D97706}.btn-secondary:hover{background:#D97706;color:#fff}.diag-stripe{position:relative;background:#FEF08A;padding:3rem 0;margin:3rem 0;transform:skewY(-2deg);box-shadow:0 10px 40px rgba(217,119,6,.12)}.diag-stripe>.container{transform:skewY(2deg)}section{padding:4rem 0}.section-head{text-align:center;margin-bottom:3rem}.section-head p{color:#92400E;max-width:640px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(217,119,6,.1);transition:all .4s ease;border:1px solid #FEF08A}.card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(217,119,6,.2)}.card-img{background:linear-gradient(135deg,#FEF08A 0%,#D97706 100%);height:220px;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#fff}.card-body{padding:1.8rem}.card-tag{display:inline-block;background:#FEF08A;color:#78350F;padding:.3rem .9rem;border-radius:50px;font-size:.78rem;font-weight:700;text-transform:uppercase;margin-bottom:.8rem}.card h3{margin-bottom:.7rem}.card p{font-size:.98rem;color:#4B5563}.card-link{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:#D97706;margin-top:.5rem}.card-link:hover{gap:.8rem}article.long-read{background:#fff;border-radius:20px;padding:clamp(1.5rem,4vw,3rem);box-shadow:0 10px 40px rgba(217,119,6,.1);margin:2rem 0}article.long-read h2{color:#78350F;margin-top:2rem}article.long-read h2:first-child{margin-top:0}article.long-read h3{color:#B45309;margin-top:1.8rem}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:center}.about-text{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(217,119,6,.1)}.about-text p{color:#4B5563}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2.5rem}.feature-item{background:#fff;padding:2rem 1.5rem;border-radius:20px;text-align:center;box-shadow:0 6px 20px rgba(217,119,6,.1);border-top:4px solid #D97706;transition:transform .3s}.feature-item:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature-item h4{font-family:'Playfair Display',serif;font-size:1.2rem;color:#78350F;margin-bottom:.5rem}.feature-item p{font-size:.95rem;color:#6B7280;margin:0}.subscribe-section{background:linear-gradient(135deg,#FEF08A 0%,#FED7AA 100%);border-radius:20px;padding:clamp(2rem,5vw,4rem);margin:3rem 0;position:relative;overflow:hidden}.subscribe-section::before{content:'☀';position:absolute;font-size:15rem;right:-3rem;top:-3rem;opacity:.15;color:#D97706}.subscribe-form{display:grid;grid-template-columns:1fr;gap:1rem;max-width:600px;margin:1.5rem auto 0;position:relative;z-index:2}@media(min-width:600px){.subscribe-form{grid-template-columns:1fr 1fr}.subscribe-form button,.subscribe-form .full{grid-column:1/-1}}.subscribe-form input{padding:1rem 1.3rem;border:2px solid transparent;border-radius:50px;font-size:1rem;background:#fff;transition:all .3s;font-family:inherit}.subscribe-form input:focus{outline:none;border-color:#D97706;box-shadow:0 0 0 4px rgba(217,119,6,.15)}.disclaimer-box{background:linear-gradient(135deg,#FFFBEB 0%,#FED7AA 100%);border-left:5px solid #D97706;border-radius:15px;padding:1.8rem;margin:2.5rem 0;font-size:.98rem;color:#78350F}.disclaimer-box strong{color:#B45309;display:block;margin-bottom:.5rem;font-size:1.05rem}.sources-list{background:#FFFBEB;border-radius:15px;padding:1.5rem 1.8rem;margin:1.5rem 0;list-style:none}.sources-list li{padding:.5rem 0;border-bottom:1px dashed #FEF08A;padding-left:1.5rem;position:relative}.sources-list li:last-child{border-bottom:none}.sources-list li::before{content:'☀';position:absolute;left:0;color:#D97706}footer.site-footer{background:#78350F;color:#FEF08A;padding:3.5rem 0 1.5rem;margin-top:4rem}footer.site-footer h4{color:#FEF08A;margin-bottom:1rem;font-size:1.2rem}footer a{color:#FED7AA}footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-grid ul{list-style:none}.footer-grid li{padding:.3rem 0}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid #92400E;font-size:.9rem;color:#FED7AA}#cookie-toggle{display:none}.cookie-modal{position:fixed;bottom:20px;right:20px;max-width:360px;background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 15px 50px rgba(120,53,15,.25);border:2px solid #FEF08A;z-index:999;transition:all .4s ease}#cookie-toggle:checked~.cookie-modal{opacity:0;pointer-events:none;transform:translateY(20px)}.cookie-modal h4{color:#78350F;margin-bottom:.5rem;font-size:1.1rem}.cookie-modal p{font-size:.9rem;color:#4B5563;margin-bottom:1rem}.cookie-btn{display:inline-block;background:linear-gradient(135deg,#D97706,#FEF08A);color:#fff;padding:.6rem 1.3rem;border-radius:50px;font-weight:700;cursor:pointer;font-size:.9rem;text-align:center;width:100%}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 0}.error-code{font-size:clamp(6rem,15vw,10rem);font-weight:900;color:#D97706;line-height:1;margin-bottom:1rem;text-shadow:0 10px 30px rgba(217,119,6,.3)}.success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 0}.success-icon{font-size:5rem;margin-bottom:1.5rem;animation:bounce 1.5s ease-in-out infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.policy-content{background:#fff;border-radius:20px;padding:clamp(1.5rem,4vw,3rem);box-shadow:0 10px 30px rgba(217,119,6,.1);margin:2rem 0}.policy-content h2{margin-top:2rem}.policy-content h2:first-child{margin-top:0}.policy-content ul{padding-left:1.5rem;margin:1rem 0}.policy-content li{padding:.3rem 0}@media(max-width:600px){nav ul{gap:1rem;font-size:.9rem}.hero{min-height:70vh}.diag-stripe{transform:skewY(-3deg);padding:2rem 0}}