/*
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','Segoe UI',sans-serif;background:#FFF4E0;color:#3a2a18;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:'Playfair Display','Georgia',serif;font-weight:700;line-height:1.2;color:#3a2a18}h1{font-size:clamp(2rem,5vw,3.8rem)}h2{font-size:clamp(1.6rem,3.5vw,2.6rem);margin-bottom:1.2rem}h3{font-size:clamp(1.2rem,2.5vw,1.6rem);margin-bottom:.8rem}p{margin-bottom:1rem;font-size:1.05rem}a{color:#FF7043;text-decoration:none;transition:all .25s ease}a:hover{color:#FFBF00}img{max-width:100%;height:auto;display:block;border-radius:20px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}header.site-header{background:#FFF4E0;border-bottom:3px solid #FFBF00;position:sticky;top:0;z-index:90;box-shadow:0 4px 20px rgba(255,112,67,.08)}.nav-wrap{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;flex-wrap:wrap;gap:1rem}.logo{font-family:'Playfair Display',serif;font-size:1.7rem;font-weight:800;color:#FF7043;letter-spacing:-.5px}.logo span{color:#FFBF00}nav ul{display:flex;list-style:none;gap:1.8rem;flex-wrap:wrap}nav a{color:#3a2a18;font-weight:600;font-size:.98rem;position:relative;padding:.3rem 0}nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:#FF7043;border-radius:2px;transition:width .3s ease}nav a:hover::after{width:100%}.hero{position:relative;padding:5rem 0 6rem;background:linear-gradient(135deg,#FFBF00 0%,#FF7043 100%);overflow:hidden;border-radius:0 0 40px 40px}.hero::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:#FFF4E0;border-radius:50%;opacity:.3}.hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#3a2a18;border-radius:50%;opacity:.1}.hero-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;position:relative;z-index:2}.hero-text h1{color:#fff;text-shadow:2px 4px 12px rgba(58,42,24,.2);margin-bottom:1.5rem}.hero-text p{color:#fff;font-size:1.2rem;margin-bottom:2rem;max-width:540px}.btn{display:inline-block;padding:1.1rem 2.4rem;border-radius:50px;font-weight:700;font-size:1.05rem;cursor:pointer;border:none;transition:all .3s ease;text-align:center;letter-spacing:.3px}.btn-primary{background:#3a2a18;color:#FFBF00;box-shadow:0 8px 24px rgba(58,42,24,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(58,42,24,.4);color:#FFF4E0}.btn-secondary{background:#FFF4E0;color:#FF7043;box-shadow:0 6px 18px rgba(255,112,67,.2)}.btn-secondary:hover{background:#FFBF00;color:#3a2a18;transform:translateY(-3px)}.hero-img{position:relative}.hero-img img{box-shadow:0 20px 50px rgba(58,42,24,.25);border:6px solid #FFF4E0}main{padding:4rem 0}section{margin-bottom:4rem}.section-title{text-align:center;margin-bottom:2.5rem;position:relative}.section-title::after{content:'';display:block;width:80px;height:5px;background:#FF7043;margin:1rem auto 0;border-radius:3px}.cards-grid{display:grid;grid-template-columns:1fr;gap:2rem}.card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 8px 30px rgba(255,112,67,.1);transition:all .35s ease;border-top:6px solid #FFBF00;display:flex;flex-direction:column}.card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(255,112,67,.18);border-top-color:#FF7043}.card .tag{display:inline-block;background:#FFBF00;color:#3a2a18;padding:.4rem 1rem;border-radius:30px;font-size:.82rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.card h3{margin-bottom:.7rem}.card p{flex-grow:1;margin-bottom:1.2rem}.card-link{font-weight:700;color:#FF7043;display:inline-flex;align-items:center;gap:.4rem}.card-link:hover{gap:.8rem}.about-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(255,112,67,.1)}.about-text h2{text-align:left}.about-text h2::after{margin-left:0}.featured-article{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px rgba(255,112,67,.1);border-left:8px solid #FF7043}.featured-article h2{color:#FF7043}.featured-article h3{margin-top:1.5rem;color:#3a2a18}.featured-article ul{margin:1rem 0 1rem 1.5rem}.featured-article li{margin-bottom:.6rem}.disclaimer{background:#FFBF00;color:#3a2a18;padding:1.5rem 1.8rem;border-radius:20px;margin-top:2rem;font-size:.95rem;border-left:6px solid #FF7043;font-weight:500}.disclaimer strong{color:#3a2a18;display:block;margin-bottom:.4rem;font-size:1.05rem}.subscribe{background:linear-gradient(135deg,#FF7043 0%,#FFBF00 100%);padding:3.5rem 2rem;border-radius:30px;text-align:center;color:#fff}.subscribe h2{color:#fff}.subscribe h2::after{background:#fff}.subscribe p{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}form{display:grid;grid-template-columns:1fr;gap:1rem;max-width:520px;margin:0 auto}input,textarea{padding:1rem 1.3rem;border-radius:50px;border:none;font-size:1rem;font-family:inherit;background:#FFF4E0;color:#3a2a18;outline:none;transition:all .25s ease;box-shadow:0 4px 12px rgba(58,42,24,.08)}input:focus,textarea:focus{box-shadow:0 0 0 4px rgba(58,42,24,.2);transform:translateY(-2px)}form button{justify-self:center;width:100%}aside.sidebar{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 30px rgba(255,112,67,.1)}aside.sidebar h3{color:#FF7043;margin-bottom:1.5rem;border-bottom:3px solid #FFBF00;padding-bottom:.6rem}.mini-list{list-style:none;display:grid;gap:1rem}.mini-list li{padding-bottom:1rem;border-bottom:1px dashed #FFBF00}.mini-list li:last-child{border-bottom:none;padding-bottom:0}.mini-list a{font-weight:600;color:#3a2a18;display:block;margin-bottom:.3rem}.mini-list a:hover{color:#FF7043}.mini-list span{font-size:.85rem;color:#FF7043;font-weight:600}.main-with-sidebar{display:grid;grid-template-columns:1fr;gap:2rem}.article-page{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(255,112,67,.1)}.article-page h1{margin-bottom:1rem;color:#FF7043}.article-meta{color:#8a6a4a;font-size:.92rem;margin-bottom:2rem;font-weight:500}.article-page h2{text-align:left;margin-top:2rem;color:#3a2a18}.article-page h2::after{margin-left:0}.article-page blockquote{background:#FFF4E0;padding:1.5rem 2rem;border-left:6px solid #FFBF00;border-radius:12px;margin:1.5rem 0;font-style:italic;color:#3a2a18}.facts-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}.fact-item{background:#FFF4E0;padding:1.3rem 1.5rem;border-radius:16px;border-left:5px solid #FF7043}.fact-item strong{color:#FF7043;display:block;margin-bottom:.3rem;font-size:1.05rem}.policy-content{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(255,112,67,.1)}.policy-content h1{color:#FF7043;margin-bottom:1.5rem}.policy-content h2{text-align:left;margin-top:2rem;font-size:1.4rem}.policy-content h2::after{margin-left:0;width:60px}.policy-content ul{margin:1rem 0 1rem 1.5rem}.policy-content li{margin-bottom:.6rem}.success-page{text-align:center;padding:5rem 1.5rem;background:#fff;border-radius:20px;box-shadow:0 8px 30px rgba(255,112,67,.1);max-width:700px;margin:3rem auto}.success-page .icon{font-size:5rem;margin-bottom:1rem}.success-page h1{color:#FF7043;margin-bottom:1rem}.error-page{text-align:center;padding:5rem 1.5rem}.error-page h1{font-size:7rem;color:#FF7043;margin-bottom:.5rem}.error-page h2{margin-bottom:1.5rem}footer{background:#3a2a18;color:#FFF4E0;padding:3.5rem 0 1.5rem;margin-top:4rem;border-radius:40px 40px 0 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-col h4{color:#FFBF00;margin-bottom:1rem;font-family:'Playfair Display',serif}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:#FFF4E0}.footer-col a:hover{color:#FFBF00}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,191,0,.3);font-size:.9rem;color:#FFF4E0}#cookie-toggle{display:none}.cookie-modal{position:fixed;bottom:20px;right:20px;max-width:340px;background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 12px 40px rgba(58,42,24,.25);z-index:1000;border-top:6px solid #FF7043;transition:all .4s ease}#cookie-toggle:checked ~ .cookie-modal{transform:translateX(120%);opacity:0;pointer-events:none}.cookie-modal h4{color:#FF7043;margin-bottom:.6rem;font-size:1.1rem}.cookie-modal p{font-size:.88rem;margin-bottom:1rem;color:#3a2a18}.cookie-btn{display:inline-block;padding:.7rem 1.5rem;background:#FFBF00;color:#3a2a18;border-radius:30px;font-weight:700;cursor:pointer;font-size:.88rem;transition:all .25s ease}.cookie-btn:hover{background:#FF7043;color:#fff}@media(min-width:640px){.hero{padding:6rem 0 7rem}.cards-grid{grid-template-columns:repeat(2,1fr)}form{grid-template-columns:1fr 1fr}form button{grid-column:1/-1}.facts-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:960px){.hero-grid{grid-template-columns:1.2fr 1fr}.about-grid{grid-template-columns:1fr 1.2fr}.main-with-sidebar{grid-template-columns:2fr 1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr}}