/*
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:'Georgia','Times New Roman',serif;background:#FAF9F6;color:#2C2C2C;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:'Playfair Display','Georgia',serif;font-weight:600;color:#3A3A3A;letter-spacing:-.01em;line-height:1.3}p{margin-bottom:1rem;font-size:1.02rem}a{color:#556B2F;text-decoration:none;transition:color .3s ease}a:hover{color:#3d4d22}img{max-width:100%;height:auto;display:block;border-radius:8px}.wrap{max-width:1180px;margin:0 auto;padding:0 1.25rem}header.site{background:#FAF9F6;border-bottom:1px solid #E5E5E5;padding:1.1rem 0;position:sticky;top:0;z-index:50}.hdr{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.logo{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:700;color:#556B2F;letter-spacing:.5px}nav.main ul{display:flex;gap:1.8rem;list-style:none;flex-wrap:wrap}nav.main a{color:#3A3A3A;font-size:.97rem;font-weight:500}nav.main a:hover{color:#556B2F}main{flex:1;padding:2.5rem 0 3.5rem}.hero{position:relative;border-radius:8px;overflow:hidden;margin-bottom:3rem;min-height:440px;display:flex;align-items:center;background:linear-gradient(135deg,#556B2F 0%,#6d8340 100%)}.hero-img{position:absolute;inset:0;z-index:1}.hero-img img{width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.45}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(85,107,47,.75) 0%,rgba(60,75,35,.6) 100%);z-index:2}.hero-content{position:relative;z-index:3;padding:3.5rem 2.5rem;color:#FAF9F6;max-width:720px}.hero h1{color:#FAF9F6;font-size:2.6rem;margin-bottom:1.2rem;line-height:1.2}.hero p{font-size:1.15rem;margin-bottom:1.8rem;opacity:.95}.btn{display:inline-block;background:#FAF9F6;color:#556B2F;padding:.85rem 2rem;border-radius:6px;font-weight:600;border:2px solid #FAF9F6;cursor:pointer;font-size:1rem;transition:all .3s ease;font-family:inherit}.btn:hover{background:transparent;color:#FAF9F6}.btn-alt{background:#556B2F;color:#FAF9F6;border-color:#556B2F}.btn-alt:hover{background:#3d4d22;color:#FAF9F6;border-color:#3d4d22}section{margin-bottom:3rem}.sec-title{font-size:1.9rem;margin-bottom:1.6rem;padding-bottom:.6rem;border-bottom:2px solid #E5E5E5;color:#3A3A3A}.grid-main{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:900px){.grid-main{grid-template-columns:1fr 320px}}.cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:640px){.cards{grid-template-columns:repeat(2,1fr)}}.card{background:#fff;border:1px solid #E5E5E5;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(85,107,47,.12)}.card-img{height:180px;background:linear-gradient(135deg,#E5E5E5,#d4d4d4);display:flex;align-items:center;justify-content:center;color:#556B2F;font-family:'Playfair Display',serif;font-size:2.5rem}.card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.card h3{font-size:1.25rem;margin-bottom:.7rem}.card p{font-size:.95rem;color:#555;flex:1}.card .read{margin-top:1rem;font-weight:600;font-size:.9rem;color:#556B2F;text-transform:uppercase;letter-spacing:1px}aside.side{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:1.5rem;height:fit-content}aside.side h3{font-size:1.15rem;margin-bottom:1rem;color:#556B2F}.side-list{list-style:none}.side-list li{padding:.9rem 0;border-bottom:1px solid #E5E5E5}.side-list li:last-child{border-bottom:none}.side-list a{display:block;color:#3A3A3A;font-size:.93rem;line-height:1.5}.side-list a:hover{color:#556B2F}.side-date{display:block;font-size:.78rem;color:#888;margin-top:.3rem;font-style:italic}article.post{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:2rem 2rem 2.2rem;margin-bottom:2rem}article.post h2{font-size:2rem;margin-bottom:.5rem}.meta{color:#888;font-size:.88rem;margin-bottom:1.5rem;font-style:italic}article.post h3{font-size:1.3rem;margin:1.8rem 0 .8rem;color:#556B2F}article.post p{font-size:1.02rem;color:#3A3A3A}article.post ul{margin:1rem 0 1.5rem 1.5rem}article.post li{margin-bottom:.5rem;color:#3A3A3A}.about{background:#fff;border-left:4px solid #556B2F;padding:1.8rem 2rem;border-radius:6px;margin-bottom:2.5rem}.about h2{margin-bottom:1rem}.disclaimer{background:#F4F2EC;border:1px dashed #556B2F;padding:1.3rem 1.5rem;border-radius:6px;margin:2rem 0 .5rem;font-size:.93rem;color:#555;font-style:italic}.disclaimer strong{color:#556B2F;font-style:normal}.subscribe{background:#556B2F;color:#FAF9F6;border-radius:8px;padding:2.5rem 2rem;text-align:center}.subscribe h2{color:#FAF9F6;margin-bottom:.6rem}.subscribe p{opacity:.9;margin-bottom:1.8rem;max-width:580px;margin-left:auto;margin-right:auto}form.sub{display:grid;grid-template-columns:1fr;gap:.9rem;max-width:560px;margin:0 auto}@media(min-width:640px){form.sub{grid-template-columns:1fr 1fr}form.sub .full{grid-column:1/-1}}form.sub input{padding:.9rem 1.1rem;border:none;border-radius:6px;font-size:1rem;font-family:inherit;background:#FAF9F6;color:#2C2C2C}form.sub input:focus{outline:2px solid #FAF9F6;outline-offset:2px}form.sub button{padding:.95rem;background:#FAF9F6;color:#556B2F;border:2px solid #FAF9F6;border-radius:6px;font-weight:700;font-size:1rem;cursor:pointer;font-family:inherit;transition:all .3s ease}form.sub button:hover{background:transparent;color:#FAF9F6}footer.site{background:#3A3A3A;color:#E5E5E5;padding:2.2rem 0 1.5rem;margin-top:auto}.ftr-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:640px){.ftr-grid{grid-template-columns:repeat(3,1fr)}}.ftr-grid h4{color:#FAF9F6;margin-bottom:.8rem;font-size:1.05rem}.ftr-grid ul{list-style:none}.ftr-grid li{margin-bottom:.5rem}.ftr-grid a{color:#c9c9c9;font-size:.92rem}.ftr-grid a:hover{color:#FAF9F6}.copyright{text-align:center;padding-top:1.3rem;border-top:1px solid #555;font-size:.87rem;color:#b5b5b5}.legal{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:2.2rem}.legal h1{font-size:2.1rem;margin-bottom:1.5rem;color:#556B2F}.legal h2{font-size:1.3rem;margin:1.8rem 0 .8rem;color:#3A3A3A}.legal p{margin-bottom:1rem;font-size:.98rem}.legal ul{margin:.5rem 0 1.2rem 1.5rem}.legal li{margin-bottom:.45rem}.success-box{text-align:center;background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:3.5rem 2rem;max-width:640px;margin:2rem auto}.success-box .icon{font-size:3.5rem;color:#556B2F;margin-bottom:1rem}.success-box h1{color:#556B2F;font-size:2rem;margin-bottom:1rem}.err-box{text-align:center;padding:4rem 1rem}.err-box h1{font-size:4.5rem;color:#556B2F;margin-bottom:.5rem}.err-box p{font-size:1.1rem;margin-bottom:1.8rem}#ck-toggle{display:none}.ck-banner{position:fixed;bottom:20px;right:20px;max-width:340px;background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:1.2rem 1.3rem;box-shadow:0 10px 30px rgba(0,0,0,.12);z-index:100;font-size:.88rem;color:#3A3A3A;transition:transform .4s ease,opacity .4s ease}#ck-toggle:checked~.ck-banner{transform:translateY(150%);opacity:0;pointer-events:none}.ck-banner p{margin-bottom:.9rem;font-size:.87rem;line-height:1.5}.ck-banner a{color:#556B2F;font-weight:600}.ck-btn{display:inline-block;background:#556B2F;color:#FAF9F6;padding:.55rem 1.3rem;border-radius:5px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .3s ease}.ck-btn:hover{background:#3d4d22}@media(max-width:520px){.hero h1{font-size:1.9rem}.hero-content{padding:2.2rem 1.5rem}.sec-title{font-size:1.5rem}article.post{padding:1.5rem 1.3rem}.ck-banner{left:15px;right:15px;max-width:none;bottom:15px}.hdr{justify-content:center;text-align:center}nav.main ul{gap:1rem;justify-content:center}}