/*
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,600;0,700;1,400&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--white:#F8FAF6;--mint:#E8F3EA;--green:#276749;--green-dark:#1a4a32;--text:#2c3e2d;--text-light:#5a7060;--radius:20px;--shadow:0 8px 32px rgba(39,103,73,.10)}html{scroll-behavior:smooth}body{font-family:'Lora',Georgia,serif;background-color:var(--white);color:var(--text);min-height:100vh;position:relative}body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.030'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}h1,h2,h3,h4,h5{font-family:'Playfair Display',Georgia,serif;color:var(--green-dark);line-height:1.25}a{color:var(--green);text-decoration:none;transition:color .2s}a:hover{color:var(--green-dark)}img{max-width:100%;height:auto;border-radius:var(--radius);display:block}.site-header{background:rgba(248,250,246,.95);backdrop-filter:blur(12px);border-bottom:1px solid #d6eadb;position:sticky;top:0;z-index:100;padding:0 1.5rem}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:66px}.site-logo{font-family:'Playfair Display',serif;font-size:1.65rem;font-weight:700;color:var(--green-dark);letter-spacing:-.02em}.site-nav{display:flex;gap:2rem}.site-nav a{font-size:.9rem;font-weight:500;color:var(--text-light);letter-spacing:.02em}.site-nav a:hover{color:var(--green)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.hero{position:relative;min-height:72vh;display:flex;align-items:center;overflow:hidden;border-radius:0 0 48px 48px;margin-bottom:4.5rem}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,74,50,.78) 0%,rgba(39,103,73,.42) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:4rem 1.5rem;color:#fff}.hero-tag{display:inline-block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.32);color:#fff;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:.38rem 1.1rem;border-radius:50px;margin-bottom:1.5rem}.hero-title{font-size:clamp(2rem,5vw,3.6rem);color:#fff;max-width:720px;margin-bottom:1.25rem;line-height:1.2}.hero-sub{font-size:1.1rem;opacity:.88;max-width:560px;line-height:1.75;margin-bottom:2rem}.btn{display:inline-block;background:#fff;color:var(--green-dark);font-family:'Playfair Display',serif;font-size:.95rem;font-weight:600;padding:.88rem 2.1rem;border-radius:50px;transition:all .3s;box-shadow:0 4px 20px rgba(0,0,0,.15)}.btn:hover{background:var(--mint);color:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.18)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-dark);color:#fff}.section-label{font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;color:var(--green);margin-bottom:.5rem}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:2rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;margin-bottom:4rem}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s;border:1px solid #e0eddf}.card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(39,103,73,.14)}.card-body{padding:1.75rem}.card-tag{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:.6rem}.card-title{font-size:1.2rem;margin-bottom:.75rem;line-height:1.35}.card-excerpt{font-size:.9rem;color:var(--text-light);line-height:1.75;margin-bottom:1.1rem}.card-link{font-size:.85rem;color:var(--green);font-weight:500;display:inline-flex;align-items:center;gap:.35rem}.card-link::after{content:'→';transition:transform .2s}.card-link:hover::after{transform:translateX(4px)}.main-article{display:grid;grid-template-columns:1fr 300px;gap:3rem;margin-bottom:4.5rem;align-items:start}.article-content h1{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:1rem}.article-content .meta{font-size:.82rem;color:var(--text-light);margin-bottom:1.75rem;display:flex;gap:1rem;flex-wrap:wrap}.article-content p{line-height:1.9;margin-bottom:1.3rem;font-size:1rem}.article-content h2{font-size:1.5rem;margin:2.25rem 0 1rem}.article-content h3{font-size:1.2rem;margin:1.75rem 0 .75rem}.article-content blockquote{border-left:3px solid var(--green);background:var(--mint);padding:1.25rem 1.75rem;border-radius:0 20px 20px 0;margin:1.75rem 0;font-style:italic;color:var(--text)}.article-aside{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:86px}.aside-card{background:#fff;border:1px solid #e0eddf;border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.aside-card h3{font-size:1rem;margin-bottom:1rem}.aside-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.aside-list li a{font-size:.875rem;color:var(--text-light);display:block;padding:.45rem 0;border-bottom:1px solid #f0f0f0;line-height:1.5}.aside-list li a:hover{color:var(--green)}.about-section{background:var(--mint);border-radius:36px;padding:3.5rem;margin-bottom:4.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-section h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.about-section p{color:var(--text-light);line-height:1.85;margin-bottom:1rem}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.value-item{background:#fff;border-radius:16px;padding:1rem 1.25rem;box-shadow:0 2px 12px rgba(39,103,73,.06)}.value-icon{font-size:1.5rem;margin-bottom:.4rem}.value-title{font-family:'Playfair Display',serif;font-size:.95rem;color:var(--green-dark)}.subscribe-section{background:var(--green);border-radius:36px;padding:4rem 3rem;margin-bottom:5rem;color:#fff;text-align:center}.subscribe-section h2{color:#fff;font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.subscribe-section p{color:rgba(255,255,255,.82);margin-bottom:2.25rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7}.subscribe-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:.75rem;max-width:860px;margin:0 auto}.form-input{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;padding:.9rem 1.3rem;border-radius:50px;font-family:'Lora',serif;font-size:.9rem;outline:none;transition:border-color .2s;width:100%}.form-input::placeholder{color:rgba(255,255,255,.6)}.form-input:focus{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.2)}.form-submit{background:#fff;color:var(--green-dark);border:none;padding:.9rem 1.8rem;border-radius:50px;font-family:'Playfair Display',serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.form-submit:hover{background:var(--mint);transform:translateY(-2px)}.disclaimer{background:#fffcec;border:1px solid #e8d97a;border-radius:16px;padding:1.3rem 1.6rem;font-size:.875rem;color:#6e5c1a;line-height:1.75;margin:2.25rem 0}.disclaimer strong{font-weight:600}.article-page{max-width:800px;margin:3rem auto;padding:0 1.5rem 5rem}.article-page h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}.article-page .meta{font-size:.82rem;color:var(--text-light);display:flex;gap:1rem;margin-bottom:2.25rem;flex-wrap:wrap}.article-page p{line-height:1.9;margin-bottom:1.35rem}.article-page h2{font-size:1.65rem;margin:2.75rem 0 1rem}.article-page h3{font-size:1.3rem;margin:2rem 0 .75rem}.article-page blockquote{border-left:3px solid var(--green);background:var(--mint);padding:1.3rem 1.75rem;border-radius:0 20px 20px 0;margin:2rem 0;font-style:italic}.article-page .article-img{width:100%;max-height:420px;object-fit:cover;border-radius:24px;margin:2rem 0}.facts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.75rem 0 2.25rem}.fact-item{background:var(--mint);border-radius:16px;padding:1.3rem}.fact-label{font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--green);margin-bottom:.4rem}.fact-value{font-family:'Playfair Display',serif;font-size:1.05rem;color:var(--green-dark);line-height:1.4}.legal-page{max-width:800px;margin:3rem auto;padding:0 1.5rem 5rem}.legal-page h1{margin-bottom:.5rem}.legal-page .updated{font-size:.82rem;color:var(--text-light);margin-bottom:2.5rem}.legal-page h2{font-size:1.3rem;margin:2.25rem 0 .75rem;color:var(--green-dark)}.legal-page p{line-height:1.9;margin-bottom:1.1rem}.legal-page ul{padding-left:1.75rem;margin-bottom:1.1rem}.legal-page li{line-height:1.85;margin-bottom:.35rem}.success-page{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.success-box{background:#fff;border-radius:36px;padding:4rem;max-width:540px;box-shadow:0 16px 64px rgba(39,103,73,.12);border:1px solid #e0eddf}.success-icon{font-size:4.5rem;margin-bottom:1.5rem}.success-box h1{font-size:2.1rem;margin-bottom:1rem}.success-box p{color:var(--text-light);line-height:1.75;margin-bottom:2.25rem}.notfound-page{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.notfound-box{max-width:480px}.notfound-num{font-family:'Playfair Display',serif;font-size:9rem;color:var(--mint);line-height:1;margin-bottom:.5rem;font-weight:700;text-shadow:0 4px 24px rgba(39,103,73,.1)}.notfound-box h2{font-size:1.9rem;margin-bottom:1rem}.notfound-box p{color:var(--text-light);margin-bottom:2rem;line-height:1.75}.site-footer{background:var(--green-dark);color:#b8d4bf;padding:4rem 1.5rem 2rem;margin-top:6rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-logo{font-family:'Playfair Display',serif;font-size:1.5rem;color:#fff;margin-bottom:.85rem}.footer-desc{font-size:.875rem;line-height:1.75}.footer-col h4{color:#fff;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.1rem}.footer-col a{display:block;color:#b8d4bf;font-size:.875rem;margin-bottom:.45rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1100px;margin:2.5rem auto 0;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:.8rem;color:#7a9e85;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}#cookie-toggle{display:none}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;max-width:370px;background:var(--green-dark);color:#fff;border-radius:var(--radius);padding:1.6rem;z-index:9998;box-shadow:0 8px 40px rgba(0,0,0,.28)}#cookie-toggle:checked~.cookie-banner{display:none}.cookie-banner p{font-size:.85rem;line-height:1.65;color:rgba(255,255,255,.85);margin-bottom:1.1rem}.cookie-banner a{color:#a8d5b5;text-decoration:underline}.cookie-actions{display:flex;gap:.75rem}.cookie-btn{display:inline-block;padding:.56rem 1.3rem;border-radius:50px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.cookie-accept{background:#fff;color:var(--green-dark)}.cookie-decline{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff}.cookie-accept:hover{background:var(--mint)}.cookie-decline:hover{border-color:#fff}@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.animate-up{animation:fadeUp .7s ease forwards}.animate-up-2{animation:fadeUp .7s .15s ease both}.animate-up-3{animation:fadeUp .7s .3s ease both}@media(max-width:900px){.main-article{grid-template-columns:1fr}.article-aside{display:none}.about-section{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:2rem}.subscribe-form{grid-template-columns:1fr}}@media(max-width:600px){.site-nav{gap:1rem;font-size:.82rem}.hero{min-height:80vh;border-radius:0 0 28px 28px}.facts-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.about-values{grid-template-columns:1fr 1fr}}