*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#2d6a0f;--green-accent:#76b82a;--green-light:#e8f5e0;--text:#333;--text-light:#555;--gray:#ccc;--gray-light:#f4f4f4;--white:#fff;--max-w:900px}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.7;background:var(--white)}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-accent)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{color:var(--green);line-height:1.3;margin-bottom:.5em}h1{font-size:2rem}h2{font-size:1.5rem;margin-top:2rem}h3{font-size:1.2rem;margin-top:1.5rem}p{margin-bottom:1em}ol,ul{margin:0 0 1em 1.5em}li{margin-bottom:.3em}table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:.9rem}td,th{border:1px solid var(--gray);padding:.6em .8em;text-align:left}th{background:var(--green);color:var(--white);font-weight:600}tr:nth-child(2n){background:var(--gray-light)}@media(max-width:768px){h1{font-size:1.5rem}h2{font-size:1.25rem}table{font-size:.8rem;display:block;overflow-x:auto}}.site-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;width:100%;max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem}.site-header{background:var(--white);border-bottom:3px solid var(--green);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{max-width:var(--max-w);margin:0 auto;padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header-logo img{height:45px;width:auto}.header-nav{display:flex;gap:1.2rem;align-items:center}.header-nav a{color:var(--text);font-size:.9rem;font-weight:500;padding:.3rem 0;border-bottom:2px solid transparent;transition:border-color .2s}.header-nav a.active,.header-nav a:hover{color:var(--green);border-bottom-color:var(--green)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger span{display:block;width:24px;height:3px;background:var(--green);margin:4px 0;border-radius:2px;transition:all .3s}@media(max-width:768px){.hamburger{display:block}.header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem 1.5rem;border-bottom:3px solid var(--green);box-shadow:0 4px 12px rgba(0,0,0,.1)}.header-nav.open{display:flex}.header-nav a{padding:.6rem 0;font-size:1rem}}.site-footer{background:var(--green);color:var(--white);padding:2.5rem 1.5rem 1.5rem}.footer-inner{max-width:var(--max-w);margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-col h4{color:var(--green-accent);font-size:.95rem;margin-bottom:.8rem}.footer-col a{color:hsla(0,0%,100%,.85);font-size:.85rem;display:block;margin-bottom:.4rem}.footer-col a:hover{color:var(--white)}.footer-col p{color:hsla(0,0%,100%,.75);font-size:.85rem;line-height:1.5}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.2);padding-top:1rem;text-align:center;color:hsla(0,0%,100%,.6);font-size:.8rem}@media(max-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.toc{background:var(--gray-light);border-left:4px solid var(--green);padding:1rem 1.5rem;margin:1.5rem 0 2rem;border-radius:0 6px 6px 0}.toc h4{font-size:.95rem;margin-bottom:.6rem;color:var(--green)}.toc ul{list-style:none;margin:0;padding:0}.toc li{margin-bottom:.3rem}.toc a{font-size:.9rem;color:var(--text-light)}.toc a:hover{color:var(--green)}.toc .toc-h2{padding-left:0}.toc .toc-h3{padding-left:1rem;font-size:.85rem}.faq-section{margin:2.5rem 0}.faq-section>h2{margin-bottom:1rem}.faq-item{border:1px solid var(--gray);border-radius:6px;margin-bottom:.8rem;overflow:hidden}.faq-question{width:100%;text-align:left;background:var(--gray-light);border:none;padding:1rem 1.2rem;font-size:1rem;font-weight:600;color:var(--green);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.faq-question:hover{background:var(--green-light)}.faq-question:after{content:"+";font-size:1.4rem;font-weight:700;color:var(--green-accent);transition:transform .3s}.faq-item.open .faq-question:after{content:"\2212"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-answer{max-height:2000px}.faq-answer-inner{padding:1rem 1.2rem;color:var(--text-light);font-size:.95rem;line-height:1.7}.faq-answer-inner p{margin-bottom:.8em}.hero{background:linear-gradient(135deg,var(--green) 0,#1a4a08 100%);padding:3rem 1.5rem;text-align:center;margin:-2rem -1.5rem 2rem}.hero,.hero h1{color:var(--white)}.hero h1{font-size:2.2rem;margin-bottom:.5rem}.hero p{color:hsla(0,0%,100%,.9);font-size:1.1rem;max-width:600px;margin:0 auto}@media(max-width:768px){.hero{padding:2rem 1rem}.hero h1{font-size:1.6rem}.hero p{font-size:1rem}}.article-meta{color:var(--text-light);font-size:.9rem;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--gray)}.breadcrumb{font-size:.85rem;margin-bottom:1rem;color:var(--text-light)}.breadcrumb a{color:var(--green)}.image-page{text-align:center}.image-page img{margin:1.5rem auto;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.1)}.image-page .image-description{max-width:700px;margin:1.5rem auto;text-align:left}.not-found{text-align:center;padding:4rem 1.5rem}.not-found h1{font-size:5rem;color:var(--green-accent);margin-bottom:0}.not-found h2{font-size:1.5rem;margin-bottom:1rem}.not-found p{margin-bottom:2rem;color:var(--text-light)}.not-found a{display:inline-block;background:var(--green);color:var(--white);padding:.8rem 2rem;border-radius:6px;font-weight:600;transition:background .2s}.not-found a:hover{background:var(--green-accent);color:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.service-card{background:var(--gray-light);padding:1.5rem;border-radius:8px;text-align:center;border-top:4px solid var(--green-accent)}.service-card h3{font-size:1.1rem;margin-top:.5rem}.service-card p{font-size:.9rem;color:var(--text-light)}.service-icon{font-size:2rem}@media(max-width:600px){.services-grid{grid-template-columns:1fr}}.cta-box{background:var(--green-light);border:2px solid var(--green-accent);border-radius:8px;padding:2rem;text-align:center;margin:2rem 0}.cta-box h3{color:var(--green)}.cta-box p{color:var(--text-light);margin-bottom:1rem}