*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #1b3a2d;--color-accent: #2d8a5e;--color-bg: #f5f7f4;--color-surface: #ffffff;--color-text: #2d2d2d;--color-muted: #6b7280;--color-border: #dfe5db;--font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--max-width: 1100px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}header{background:var(--color-primary);color:#fff;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000026}.header-inner{max-width:var(--max-width);margin:0 auto;padding:1.2rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.6rem;font-weight:800;letter-spacing:-.5px;color:#fff}.logo span{color:var(--color-accent)}nav{display:flex;gap:1.8rem}nav a{font-size:.92rem;font-weight:500;opacity:.85;transition:opacity .2s;color:#fff}nav a:hover{opacity:1}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}main{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem}.section-title{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.6rem;border-bottom:3px solid var(--color-accent);display:inline-block}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.8rem;margin-bottom:3.5rem}.article-card{background:var(--color-surface);border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000f;transition:transform .2s,box-shadow .2s}.article-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.card-image{width:100%;height:200px;object-fit:cover;display:block}.card-body{padding:1.4rem 1.5rem}.card-category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin-bottom:.5rem}.card-body h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;line-height:1.35;margin-bottom:.6rem}.card-body p{font-size:.92rem;color:var(--color-muted);line-height:1.6}.card-meta{padding:.8rem 1.5rem;border-top:1px solid var(--color-border);font-size:.8rem;color:var(--color-muted);display:flex;justify-content:space-between}.featured{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--color-surface);border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000f;margin-bottom:3.5rem}.featured-image{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.featured-body{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.featured-body .card-category{margin-bottom:.8rem}.featured-body h3{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.featured-body p{font-size:.95rem;color:var(--color-muted);line-height:1.7;margin-bottom:1rem}.featured-body .card-meta{border-top:none;padding:0}.how-section{margin-bottom:3.5rem}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.how-card{background:var(--color-surface);border-radius:12px;padding:2rem;box-shadow:0 1px 4px #0000000f}.how-card h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;margin-bottom:.6rem;color:var(--color-primary)}.how-card p{font-size:.9rem;color:var(--color-muted);line-height:1.6}.how-number{display:inline-block;width:32px;height:32px;line-height:32px;text-align:center;background:var(--color-accent);color:#fff;border-radius:50%;font-size:.85rem;font-weight:700;margin-bottom:1rem}.about-section{background:var(--color-surface);border-radius:12px;padding:2.5rem;margin-bottom:3.5rem;box-shadow:0 1px 4px #0000000f}.about-section h2{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1rem}.about-section p{color:var(--color-muted);max-width:700px;margin-bottom:.8rem}.topics{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.topic-tag{padding:.45rem 1rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:100px;font-size:.85rem;font-weight:500;transition:background .2s,border-color .2s}.topic-tag:hover{background:#fff;border-color:var(--color-accent);color:var(--color-accent)}.team-section{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--color-surface);border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000f;margin-bottom:3.5rem}.team-image img{width:100%;height:100%;min-height:300px;object-fit:cover;display:block}.team-text{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.team-text h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;margin-bottom:1rem}.team-text p{font-size:.92rem;color:var(--color-muted);line-height:1.7;margin-bottom:.8rem}.newsletter-section{background:var(--color-primary);border-radius:12px;padding:3rem 2.5rem;margin-bottom:3.5rem;color:#fff;text-align:center}.newsletter-section h2{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:.6rem}.newsletter-section p{opacity:.8;max-width:500px;margin:0 auto 1.5rem;font-size:.95rem}.newsletter-form{display:flex;gap:.6rem;max-width:420px;margin:0 auto}.newsletter-form input{flex:1;padding:.7rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:.9rem}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{padding:.7rem 1.5rem;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s}.newsletter-form button:hover{background:#3a9e6e}footer{background:var(--color-primary);color:#ffffffb3;padding:3rem 1.5rem 2rem;margin-top:2rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer-inner h4{color:#fff;font-size:1rem;margin-bottom:.8rem}.footer-inner p,.footer-inner li{font-size:.88rem;line-height:1.8}.footer-inner ul{list-style:none}.footer-inner ul a:hover{color:#fff}.footer-bottom{max-width:var(--max-width);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.82rem}.page-content{max-width:720px;margin:0 auto;background:var(--color-surface);border-radius:12px;padding:2.5rem;box-shadow:0 1px 4px #0000000f}.page-content h1{font-family:var(--font-serif);font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.page-content h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;margin-top:2rem;margin-bottom:.8rem}.page-content h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;margin-top:1.5rem;margin-bottom:.6rem}.page-content p{margin-bottom:1rem;line-height:1.8;color:var(--color-text)}.page-content a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.page-content a:hover{opacity:.8}.page-content ul,.page-content ol{margin-bottom:1rem;padding-left:1.5rem}.page-content li{margin-bottom:.4rem;line-height:1.7}.article-meta{display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--color-border);font-size:.88rem;color:var(--color-muted)}.article-meta-item{display:flex;align-items:center;gap:.3rem}.category-intro{max-width:700px;color:var(--color-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}@media(max-width:768px){.menu-toggle{display:flex}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-primary);flex-direction:column;padding:1.5rem;gap:1rem;box-shadow:0 4px 12px #0003}nav.open{display:flex}.footer-inner,.article-grid,.featured{grid-template-columns:1fr}.featured-body{padding:1.5rem}.team-section{grid-template-columns:1fr}.team-text{padding:1.5rem}.how-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.page-content{padding:1.5rem}.page-content h1{font-size:1.6rem}}
