
:root{--g:#0f6b3b;--gd:#084b2a;--bg:#f5faf7;--ink:#17231b;--muted:#66756b;--line:#dce9e0;--white:#fff;--shadow:0 12px 34px rgba(10,80,44,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin:auto}
header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand strong{display:block;color:var(--g);font-size:28px}.brand small{display:block;font-size:11px;max-width:320px}.menu{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:800}.menu .wa{background:var(--g);color:#fff;padding:12px 16px;border-radius:12px}.mobile{display:none}
.hero{background:linear-gradient(135deg,#f6fbf8,#eaf6ef);padding:72px 0 30px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center}.eyebrow{color:var(--g);font-size:20px;font-weight:700}.hero h1{font-size:74px;line-height:.95;margin:6px 0;color:var(--gd)}.hero h2{font-size:31px;line-height:1.2;margin:14px 0}.hero p{color:var(--muted);font-size:17px}.hero-img{width:100%;height:500px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;padding:13px 18px;border-radius:12px;font-weight:800;border:1px solid var(--g);color:var(--g)}.btn.primary{background:var(--g);color:#fff}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;margin-top:28px}.benefit{padding:22px}.benefit+.benefit{border-left:1px solid var(--line)}.benefit h3{font-size:17px;margin:0 0 4px}.benefit p{font-size:13px;color:var(--muted);margin:0}
.section{padding:78px 0}.section.alt{background:var(--bg)}.section-title{text-align:center;max-width:760px;margin:0 auto 38px}.section-title h2{font-size:39px;margin:0 0 8px}.section-title p{color:var(--muted);margin:0}.two{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.program img,.activity img,.facility img,.about img{width:100%;object-fit:cover;border-radius:15px}.program img{height:300px}.activity img,.facility img{height:210px}.program h3,.activity h3,.facility h3{margin:14px 0 5px}.program h3{font-size:28px;color:var(--g)}.program p,.activity p,.facility p,.about p{color:var(--muted)}.about{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.about img{height:380px}.about h2{font-size:40px}.faq{max-width:860px;margin:auto}.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin:10px 0}.faq summary{font-weight:800;cursor:pointer}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{width:100%;height:270px;object-fit:cover;border-radius:16px}.gallery figure{margin:0}.gallery figcaption{font-size:14px;color:var(--muted);padding-top:7px}.cta{background:linear-gradient(135deg,var(--gd),var(--g));color:#fff;border-radius:28px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{font-size:36px;margin:0}.cta .btn{background:#fff;color:var(--g);border-color:#fff}footer{background:#0c2317;color:#dce8e0;padding:52px 0 26px}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}.foot h3{color:#fff;font-size:26px}.copy{font-size:13px;opacity:.7;margin-top:28px}
@media(max-width:980px){.menu{display:none}.mobile{display:block}.hero-grid,.about,.two{grid-template-columns:1fr}.hero h1{font-size:56px}.hero-img{height:360px}.benefits{grid-template-columns:1fr 1fr}.grid4{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 26px,1180px)}.hero{text-align:center}.hero h1{font-size:48px}.hero h2{font-size:25px}.buttons{justify-content:center}.hero-img{height:285px}.benefits,.grid4,.gallery,.foot{grid-template-columns:1fr}.benefit+.benefit{border-left:0;border-top:1px solid var(--line)}.section{padding:58px 0}.section-title h2,.about h2{font-size:31px}.cta{display:block;padding:30px}.cta .btn{margin-top:18px}}
