/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Open+Sans:wght@400;500;600&display=swap');:root{--color-bg:#F4E8E2;--color-card:#E8D1C9;--color-accent:#8B6F47;--color-text:#4A3F35;--color-light:#FDF9F7;--shadow-soft:0 8px 32px rgba(139,111,71,0.15);--radius:20px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Open Sans',sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.8;min-height:100vh}h1,h2,h3,h4{font-family:'Playfair Display',serif;font-weight:600}a{color:var(--color-accent);text-decoration:none;transition:opacity 0.3s}a:hover{opacity:0.7}header{background:var(--color-light);padding:1.5rem 2rem;position:sticky;top:0;z-index:100;backdrop-filter:saturate(180%) blur(10px);box-shadow:var(--shadow-soft)}header nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}header .logo{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--color-accent)}header ul{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}header ul a{color:var(--color-text);font-weight:500}main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.hero{background:linear-gradient(135deg,var(--color-card),var(--color-bg));border-radius:var(--radius);padding:4rem 2rem;text-align:center;margin-bottom:3rem;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,0.3) 0%,transparent 70%);pointer-events:none}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:var(--color-accent)}.hero p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem}.hero .btn{display:inline-block;background:var(--color-accent);color:var(--color-light);padding:1rem 2.5rem;border-radius:var(--radius);font-weight:600;box-shadow:var(--shadow-soft);transition:transform 0.3s,box-shadow 0.3s}.hero .btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(139,111,71,0.25);opacity:1}.card{background:var(--color-light);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-soft);transition:transform 0.3s}.card:hover{transform:translateY(-5px)}.card h3{color:var(--color-accent);margin-bottom:1rem}.card p{margin-bottom:1rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.section-title{font-size:2rem;text-align:center;margin-bottom:2rem;color:var(--color-accent)}.about-section{background:linear-gradient(135deg,var(--color-light),var(--color-card));border-radius:var(--radius);padding:3rem 2rem;margin-bottom:3rem;box-shadow:var(--shadow-soft)}.subscribe-section{background:var(--color-card);border-radius:var(--radius);padding:3rem 2rem;margin-bottom:3rem;box-shadow:var(--shadow-soft)}.subscribe-section form{display:grid;gap:1rem;max-width:500px;margin:0 auto}.subscribe-section input{padding:1rem 1.5rem;border:none;border-radius:var(--radius);font-size:1rem;background:var(--color-light);box-shadow:inset 0 2px 8px rgba(139,111,71,0.1)}.subscribe-section button{background:var(--color-accent);color:var(--color-light);padding:1rem 2rem;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform 0.3s}.subscribe-section button:hover{transform:translateY(-2px)}article{background:var(--color-light);border-radius:var(--radius);padding:3rem 2rem;margin-bottom:3rem;box-shadow:var(--shadow-soft)}article h1,article h2{color:var(--color-accent);margin-bottom:1.5rem}article p{margin-bottom:1.5rem}article img{width:100%;max-width:600px;border-radius:var(--radius);margin:2rem auto;display:block;box-shadow:var(--shadow-soft)}.disclaimer{background:linear-gradient(135deg,#FFF5F0,var(--color-card));border-left:4px solid var(--color-accent);padding:1.5rem 2rem;border-radius:0 var(--radius) var(--radius) 0;margin-top:2rem;font-style:italic}footer{background:var(--color-card);padding:3rem 2rem;margin-top:auto}footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}footer h4{color:var(--color-accent);margin-bottom:1rem}footer ul{list-style:none}footer li{margin-bottom:0.5rem}footer .copyright{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(139,111,71,0.2)}.cookie-banner{position:fixed;bottom:20px;right:20px;max-width:350px;background:var(--color-light);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-soft);z-index:1000}.cookie-banner input[type="checkbox"]{display:none}.cookie-banner input[type="checkbox"]:checked+.cookie-content{display:none}.cookie-content{position:relative}.cookie-content p{margin-bottom:1rem;font-size:0.9rem}.cookie-content label{display:inline-block;background:var(--color-accent);color:var(--color-light);padding:0.75rem 1.5rem;border-radius:var(--radius);cursor:pointer;font-weight:500}.success-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.success-page h1{margin-bottom:1rem}.success-page p{margin-bottom:2rem}.error-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-page h1{font-size:5rem;color:var(--color-accent)}.policy-content{max-width:800px;margin:0 auto}.policy-content h1{margin-bottom:2rem}.policy-content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.policy-content ul{margin-left:2rem;margin-bottom:1.5rem}@media(max-width:768px){header nav{justify-content:center;text-align:center}header ul{justify-content:center}.hero{padding:3rem 1.5rem}.hero h1{font-size:2rem}footer .footer-content{text-align:center}}