/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap');:root{--c0:#F8FAF6;--c1:#E8F3EA;--c2:#276749;--c3:#3d8a62;--ct:#2c3e30;--ctl:#5a7a62;--sh:0 4px 24px rgba(39,103,73,.12);},::before,::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:'Lato',sans-serif;background:var(--c0);color:var(--ct);line-height:1.75;min-height:100vh;}body::before{content:'';position:fixed;inset:0;background-image:radial-gradient(circle,rgba(39,103,73,.06) 1px,transparent 1px),radial-gradient(circle,rgba(39,103,73,.03) 1px,transparent 1px);background-size:32px 32px,16px 16px;background-position:0 0,8px 8px;pointer-events:none;z-index:9999;}.container{max-width:920px;margin:0 auto;padding:0 1.25rem;}h1,h2,h3{font-family:'Playfair Display',serif;color:var(--c2);}h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.2;}h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1rem;}h3{font-size:1.2rem;margin:1.5rem 0 .5rem;color:var(--c3);}p{margin-bottom:1rem;}a{color:var(--c2);}a:hover{color:var(--c3);}.btn{display:inline-block;background:var(--c2);color:#fff;padding:.75rem 2rem;border-radius:3rem;text-decoration:none;font-weight:700;letter-spacing:.05em;border:none;cursor:pointer;font-family:'Lato',sans-serif;font-size:1rem;transition:background .2s,transform .2s;}.btn:hover{background:var(--c3);transform:translateY(-2px);color:#fff;}.btn-sm{padding:.5rem 1.25rem;font-size:.9rem;}.site-header{background:rgba(248,250,246,.97);backdrop-filter:blur(8px);position:sticky;top:0;z-index:200;border-bottom:1px solid var(--c1);}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;flex-wrap:wrap;gap:.75rem;}.logo{font-family:'Playfair Display',serif;font-size:1.8rem;font-style:italic;color:var(--c2);text-decoration:none;font-weight:700;}nav{display:flex;gap:1.5rem;flex-wrap:wrap;}nav a{text-decoration:none;color:var(--ct);font-size:.95rem;transition:color .2s;}nav a:hover{color:var(--c2);}.hero{min-height:85vh;background:linear-gradient(145deg,var(--c2) 0%,#1a4d35 55%,#0e2d1f 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:0 0 3.5rem 3.5rem;}.hero::before{content:'';position:absolute;width:560px;height:560px;background:rgba(255,255,255,.04);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;top:-180px;right:-130px;pointer-events:none;}.hero::after{content:'';position:absolute;width:340px;height:340px;background:rgba(61,138,98,.18);border-radius:60% 40% 40% 60%/40% 60% 40% 60%;bottom:-100px;left:-70px;pointer-events:none;}.hero-content{position:relative;z-index:2;text-align:center;padding:3rem 1.5rem;max-width:680px;}.hero-content h1{color:#fff;margin-bottom:1rem;}.hero-content p{color:rgba(255,255,255,.85);font-size:1.15rem;margin-bottom:2rem;}.tag{display:inline-block;background:var(--c1);color:var(--c2);padding:.25rem .9rem;border-radius:2rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem;}.blog-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0;}@media(min-width:768px){.blog-layout{grid-template-columns:2fr 1fr;align-items:start;}}.main-article{background:#fff;border-radius:2rem;padding:2.5rem;box-shadow:var(--sh);border:1px solid var(--c1);}.meta{color:var(--ctl);font-size:.88rem;margin-bottom:1.25rem;}.article-img{width:100%;height:280px;object-fit:cover;border-radius:1.5rem;margin:1.25rem 0 1.75rem;display:block;}.blog-aside{display:flex;flex-direction:column;gap:1.25rem;}.aside-title{font-family:'Playfair Display',serif;color:var(--c2);font-size:.95rem;text-transform:uppercase;letter-spacing:.07em;border-bottom:2px solid var(--c1);padding-bottom:.5rem;margin-bottom:.5rem;}.aside-card{background:#fff;border-radius:1.5rem;padding:1.25rem;box-shadow:var(--sh);border:1px solid var(--c1);transition:transform .2s;}.aside-card:hover{transform:translateY(-3px);}.aside-card h3{font-size:.95rem;margin:0 0 .5rem;}.aside-card h3 a{text-decoration:none;color:var(--c2);}.aside-card p{font-size:.85rem;color:var(--ctl);margin:0 0 .4rem;}.read-more{display:inline-block;color:var(--c2);font-weight:700;text-decoration:none;font-size:.9rem;}.about{padding:3.5rem 0;}.about-inner{background:#fff;border-radius:2rem;padding:2.5rem;box-shadow:var(--sh);position:relative;overflow:hidden;}.about-inner::before{content:'';position:absolute;width:260px;height:260px;background:var(--c1);border-radius:50% 50% 50% 20%;bottom:-90px;right:-70px;z-index:0;}.about-inner>{position:relative;z-index:1;}.subscribe{padding:4rem 0;text-align:center;}.subscribe h2{margin-bottom:.75rem;}.sub-form{display:flex;flex-direction:column;gap:1rem;max-width:460px;margin:1.5rem auto 0;}.sub-form input{padding:.85rem 1.25rem;border:2px solid var(--c1);border-radius:3rem;font-family:'Lato',sans-serif;font-size:1rem;background:#fff;color:var(--ct);outline:none;transition:border-color .2s;}.sub-form input:focus{border-color:var(--c2);}.sub-form .btn{align-self:center;margin-top:.5rem;}.site-footer{background:var(--c2);color:rgba(255,255,255,.85);padding:2.5rem 0;margin-top:2rem;border-radius:3rem 3rem 0 0;}.site-footer .container{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;}.footer-nav{display:flex;gap:1.25rem;flex-wrap:wrap;}.footer-nav a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.9rem;transition:color .2s;}.footer-nav a.ck-inp{display:none;}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;background:#fff;border-radius:1.5rem;padding:1.25rem 1.5rem;max-width:300px;box-shadow:0 8px 32px rgba(39,103,73,.2);z-index:9990;border:1px solid var(--c1);transition:opacity .4s,transform .4s;}.cookie-banner p{margin-bottom:.75rem;font-size:.88rem;}.ck-inp:checked~.cookie-banner{opacity:0;transform:translateY(1.5rem);pointer-events:none;}.article-page{padding:2.5rem 0 4rem;}.article-page article{background:#fff;border-radius:2rem;padding:2.5rem;box-shadow:var(--sh);max-width:760px;margin:0 auto;}.article-page h2{margin-top:1.75rem;font-size:1.3rem;}.breadcrumb{padding:.75rem 0 1.5rem;font-size:.88rem;color:var(--ctl);max-width:760px;margin:0 auto;}.breadcrumb a{color:var(--c2);text-decoration:none;}.disclaimer{background:var(--c1);border-left:4px solid var(--c2);border-radius:0 1rem 1rem 0;padding:1rem 1.25rem;margin-top:2rem;font-size:.88rem;color:var(--ctl);}.disclaimer p{margin:0;}.policy-page{padding:2.5rem 0 4rem;}.policy-page .content{background:#fff;border-radius:2rem;padding:2.5rem;box-shadow:var(--sh);max-width:760px;margin:0 auto;}.policy-page h1{margin-bottom:1.5rem;}.policy-page h2{font-size:1.1rem;margin:1.5rem 0 .5rem;}.success-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 1.25rem;}.success-box{background:#fff;border-radius:2rem;padding:3rem;box-shadow:var(--sh);max-width:480px;width:100%;}.success-icon{font-size:4rem;margin-bottom:1rem;line-height:1;}.success-box h1{margin-bottom:1rem;}.success-box p{color:var(--ctl);margin-bottom:2rem;}.notfound-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 1.25rem;}.notfound-box{max-width:480px;}.notfound-num{font-family:'Playfair Display',serif;font-size:9rem;line-height:1;color:var(--c1);-webkit-text-stroke:3px var(--c2);text-stroke:3px var(--c2);margin-bottom:.5rem;}.notfound-box h1{margin-bottom:1rem;}.notfound-box p{color:var(--ctl);margin-bottom:2rem;}@media(max-width:480px){.cookie-banner{right:.75rem;left:.75rem;max-width:none;}.main-article,.about-inner{padding:1.5rem;}.article-page article,.policy-page .content,.success-box{padding:1.5rem;}.hero{min-height:70vh;border-radius:0 0 2rem 2rem;}}