*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;background:#f7fbf8;color:#173126;line-height:1.7}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1180px;margin:auto;padding:0 22px}header{background:rgba(255,255,255,.92);border-bottom:1px solid #dcece2;position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;font-weight:900;color:#0b3a2e;font-size:20px}.logo img{width:46px;height:46px;border-radius:14px}.menu{display:flex;gap:26px;font-size:14px;font-weight:800;color:#244d3d}.menu a:last-child{background:#f6b73c;color:#102033;padding:11px 20px;border-radius:30px}.hero{background:linear-gradient(135deg,#0b3a2e 0%,#0e6f4b 48%,#0ea66d 100%);color:white;padding:74px 0 90px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(255,255,255,.09);right:-120px;top:-150px}.hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(246,183,60,.18);left:-90px;bottom:-90px}.breadcrumb{font-size:14px;margin-bottom:22px;color:#e5fff2}.breadcrumb span{opacity:.65}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.08fr;gap:46px;align-items:center}.badge{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:8px 15px;border-radius:30px;font-size:13px;font-weight:900;margin-bottom:20px}h1{font-size:48px;line-height:1.14;margin-bottom:20px;letter-spacing:-.8px}.hero p{font-size:18px;color:#f0fff6;margin-bottom:30px}.btn{display:inline-block;background:#f6b73c;color:#102033;font-weight:900;padding:14px 26px;border-radius:30px}.btn.secondary{background:white;color:#0b3a2e;margin-left:10px}.hero-card{background:rgba(255,255,255,.96);border-radius:28px;padding:18px;box-shadow:0 28px 70px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.5)}.hero-card img{border-radius:22px;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:#effff7}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px;position:relative;z-index:2}.stat{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:18px;padding:20px;backdrop-filter:blur(10px)}.stat b{display:block;margin-bottom:4px}.stat span{font-size:13px;color:#effff7}section{padding:64px 0}.card{background:white;border-radius:24px;padding:34px;box-shadow:0 14px 38px rgba(15,86,49,.08);margin-bottom:24px}h2{font-size:32px;color:#0b3a2e;margin-bottom:14px}h3{color:#0b3a2e;margin-bottom:8px;font-size:21px}.muted{color:#5d7267}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:20px}.box{background:white;border:1px solid #dcece2;border-radius:20px;padding:25px;box-shadow:0 10px 25px rgba(15,86,49,.06)}.icon{width:46px;height:46px;border-radius:14px;background:#e5f9ed;color:#0e6f4b;display:grid;place-items:center;font-weight:900;margin-bottom:13px}.program{background:white}.program-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:25px}.program-item{background:#f7fbf8;border-left:5px solid #0ea66d;padding:22px;border-radius:16px}.highlight{background:linear-gradient(135deg,#eafff1,#fff7e6)}.faq-item{background:white;border-radius:18px;padding:24px;margin-bottom:16px;box-shadow:0 10px 28px rgba(15,86,49,.07)}.cta{background:linear-gradient(135deg,#0b3a2e,#0e6f4b);color:white;border-radius:28px;padding:50px;text-align:center}.cta h2{color:white}footer{background:#08241c;color:#dffbea;text-align:center;padding:28px}@media(max-width:900px){.menu{display:none}.hero-grid{grid-template-columns:1fr}h1{font-size:36px}.stats{grid-template-columns:1fr 1fr}.btn.secondary{margin-left:0;margin-top:10px}}@media(max-width:560px){.stats{grid-template-columns:1fr}section{padding:48px 0}.cta{padding:32px}h1{font-size:31px}}