:root{--green:#17351f;--green2:#294b31;--cream:#f5f0e6;--gold:#b58a45;--text:#20251f}
*{box-sizing:border-box;margin:0;padding:0}
*:focus{outline:3px solid #0066cc;outline-offset:2px}
.skip-link{position:absolute;top:-40px;left:0;background:#0066cc;color:white;padding:8px;text-decoration:none;z-index:100}
.skip-link:focus{top:0}
body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--cream);line-height:1.7}
.container{max-width:1180px;margin:auto;padding:0 22px}
.topbar{background:var(--green);color:white;font-size:14px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:8px 22px}
.topbar-left{display:flex;gap:28px}
.lang-switcher{display:flex;gap:12px;font-size:13px}
.lang-switcher a{color:white;text-decoration:none;font-weight:bold}
.lang-switcher a.active{opacity:1}
.lang-switcher a:not(.active){opacity:0.7}
.navbar{background:rgba(255,255,255,.95);position:sticky;top:0;z-index:10;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.nav-inner{display:flex;justify-content:space-between;align-items:center;padding:14px 22px}
.brand{display:flex;align-items:center;gap:16px}
.brand img{width:86px;height:86px;object-fit:contain}
.brand strong{display:block;font-size:19px;line-height:1.2}
.brand small{font-weight:bold;color:var(--green2);letter-spacing:1px}
.menu{display:flex;gap:24px}
.menu a{text-decoration:none;color:#111;font-weight:700;font-size:14px}
.hero{min-height:620px;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.18)),url('https://images.unsplash.com/photo-1500595046743-cd271d694d30?auto=format&fit=crop&w=1800&q=85');background-size:cover;background-position:center;color:white;position:relative}
.hero-banner{position:absolute;bottom:20px;right:20px;background:white;padding:10px;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.2)}
.hero-banner img{height:60px;width:auto}
.hero-content{min-height:620px;display:flex;align-items:center}
.hero-text{max-width:720px}
.hero h1{font-family:Georgia,serif;font-size:56px;line-height:1.12;margin-bottom:22px}
.hero p{font-size:22px;margin-bottom:30px}
.btn{display:inline-block;background:var(--green2);border:1px solid white;color:white;text-decoration:none;padding:14px 28px;border-radius:4px;font-weight:bold}
.section{padding:80px 0}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.eyebrow{display:block;color:var(--green2);font-weight:800;font-size:14px;margin-bottom:12px;letter-spacing:1px}
.eyebrow.light{color:#d6c49f}
h2{font-family:Georgia,serif;font-size:39px;line-height:1.2;margin-bottom:24px}
p{font-size:18px;margin-bottom:16px}
.feature-card,.stats-card,.contact-form{background:white;border-radius:18px;padding:36px;box-shadow:0 18px 45px rgba(0,0,0,.1)}
.feature-card h3,.contact-form h3{font-size:25px;margin-bottom:18px}
.feature-card ul{padding-left:22px}
.feature-card li{font-size:18px;margin-bottom:10px}
.dark{background:var(--green);color:white}
.dark h2{color:white}
.image-panel{min-height:390px;border-radius:18px;background-size:cover;background-position:center;box-shadow:0 18px 45px rgba(0,0,0,.25)}
.welfare-img{background-image:url('https://images.unsplash.com/photo-1527153857715-3908f2bae5e8?auto=format&fit=crop&w=1200&q=85')}
.quote{font-family:Georgia,serif;font-size:24px;font-weight:bold;margin-top:26px;color:#ead8ad}
.green-quote{color:var(--green)}
.investment{background:#fffaf0}
.stats-card{display:grid;gap:24px}
.stats-card div{border-left:6px solid var(--gold);padding-left:20px}
.stats-card strong{display:block;font-size:42px;color:var(--green)}
.stats-card span{font-size:18px}
.gallery{text-align:center}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}
.gallery-item{height:230px;border-radius:14px;object-fit:cover;width:100%;box-shadow:0 12px 28px rgba(0,0,0,.12)}
.g1{background-image:url('https://images.unsplash.com/photo-1511117833895-4b473c0b85d6?auto=format&fit=crop&w=900&q=85')}
.g2{background-image:url('https://images.unsplash.com/photo-1545468251-4c6bbcc4ff52?auto=format&fit=crop&w=900&q=85')}
.g3{background-image:url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=900&q=85')}
.contact{background:white}
.contact-list{background:var(--cream);padding:28px;border-radius:14px;border-left:6px solid var(--green)}
.contact-list p{margin-bottom:10px}
.contact-form input,.contact-form textarea{width:100%;padding:14px;margin-bottom:12px;border:1px solid #ddd;border-radius:8px;font-size:16px}
.contact-form label{display:block;font-weight:bold;margin-bottom:6px;color:var(--text)}
.contact-form div{margin-bottom:16px}
.contact-form textarea{height:120px;resize:vertical}
.contact-form button{width:100%;padding:15px;background:var(--green);color:white;border:none;border-radius:8px;font-weight:bold;font-size:16px;cursor:pointer}
.contact-form small{display:block;margin-top:12px;color:#666}
footer{background:var(--green);color:white;padding:32px 0;text-align:center}
.footer-inner{display:flex;align-items:center;justify-content:center;gap:22px}
.footer-inner img{width:80px;height:80px;object-fit:contain;background:white;border-radius:50%;padding:4px}
@media(max-width:900px){.topbar-inner{justify-content:center;flex-direction:column;gap:2px;text-align:center}.nav-inner{flex-direction:column;gap:12px}.menu{flex-wrap:wrap;justify-content:center;gap:14px}.brand img{width:72px;height:72px}.brand strong{font-size:16px}.hero h1{font-size:38px}.hero p{font-size:18px}.grid-2,.gallery-grid{grid-template-columns:1fr}.section{padding:58px 0}h2{font-size:31px}.footer-inner{flex-direction:column}}