:root{--teal:#069b8d;--deep:#0b5266;--gold:#d6a646;--ink:#102a37;--muted:#657886;--bg:#f5fbfb;--white:#fff;--shadow:0 20px 50px rgba(6,55,75,.13);--radius:26px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}.top{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);box-shadow:0 5px 25px rgba(0,0,0,.05)}.nav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 18px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--deep);font-weight:900}.logo img{height:54px}.menu{display:flex;gap:20px;align-items:center}.menu a{text-decoration:none;color:var(--ink);font-weight:650;font-size:14px}.btn,.menu .btn{display:inline-block;background:linear-gradient(135deg,var(--teal),var(--deep));color:white!important;padding:12px 20px;border-radius:999px;text-decoration:none;border:0;font-weight:800;box-shadow:0 12px 30px rgba(6,155,141,.25);cursor:pointer}.btn.alt{background:white;color:var(--deep)!important;border:1px solid rgba(11,82,102,.15)}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 10%,rgba(214,166,70,.25),transparent 30%),linear-gradient(135deg,#eafffb 0%,#fff 45%,#eaf6ff 100%)}.hero:after{content:"";position:absolute;right:-140px;top:-110px;width:500px;height:500px;border-radius:50%;background:linear-gradient(135deg,rgba(6,155,141,.18),rgba(214,166,70,.20));filter:blur(2px)}.wrap{max-width:1180px;margin:auto;padding:70px 18px}.heroGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:center;position:relative;z-index:1}.badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:white;color:var(--teal);font-weight:900;box-shadow:var(--shadow)}h1{font-size:54px;line-height:1.05;margin:18px 0;color:var(--deep);letter-spacing:-1.8px}h2{font-size:36px;line-height:1.15;color:var(--deep);margin:0 0 14px}h3{color:var(--deep);margin:0 0 8px}.lead{font-size:18px;color:var(--muted);max-width:720px}.heroCard{background:white;border-radius:36px;padding:30px;box-shadow:var(--shadow);position:relative;transform:rotate(1deg)}.heroCard img{width:100%;max-height:210px;object-fit:contain}.stat{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.stat div{padding:16px;background:#f2fbfa;border-radius:20px;text-align:center;font-weight:900;color:var(--deep)}.section{padding:70px 18px}.container{max-width:1180px;margin:auto}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);transition:.25s;border:1px solid rgba(11,82,102,.06)}.card:hover{transform:translateY(-6px)}.icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--teal),var(--gold));display:grid;place-items:center;color:white;font-weight:900;margin-bottom:15px}.programs{display:grid;grid-template-columns:1fr 1fr;gap:22px}.program{min-height:260px;background:linear-gradient(135deg,var(--deep),var(--teal));color:white;border-radius:34px;padding:32px;box-shadow:var(--shadow);position:relative;overflow:hidden}.program:nth-child(2){background:linear-gradient(135deg,#183b58,#d6a646)}.program h3{color:white;font-size:26px}.program p{color:rgba(255,255,255,.86)}.program:after{content:"";position:absolute;right:-60px;bottom:-60px;width:210px;height:210px;background:rgba(255,255,255,.14);border-radius:50%}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:stage}.timeline .card{counter-increment:stage}.timeline .card:before{content:counter(stage);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--deep);color:white;font-weight:900;margin-bottom:14px}.cta{background:linear-gradient(135deg,var(--deep),var(--teal));color:white;border-radius:38px;padding:48px;display:flex;justify-content:space-between;gap:20px;align-items:center}.cta h2{color:white}.footer{background:#082d3a;color:white;padding:45px 18px 20px}.footer a{color:white}.footgrid{max-width:1180px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.copyright{max-width:1180px;margin:30px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);font-size:13px;color:rgba(255,255,255,.72)}.form{background:white;border-radius:30px;padding:30px;box-shadow:var(--shadow)}input,textarea,select{width:100%;padding:13px 14px;border:1px solid #dbe8eb;border-radius:14px;margin-bottom:13px;font:inherit}textarea{min-height:130px}.notice{padding:16px;border-radius:16px;background:#eafaf7;color:#075245}.mobileBtn{display:none}@media(max-width:900px){.mobileBtn{display:block}.menu{display:none;position:absolute;left:0;right:0;top:78px;background:white;flex-direction:column;padding:20px}.menu.open{display:flex}.heroGrid,.programs,.footgrid{grid-template-columns:1fr}.cards,.timeline{grid-template-columns:1fr 1fr}h1{font-size:38px}.cta{display:block}.wrap{padding:50px 18px}}@media(max-width:560px){.cards,.timeline,.stat{grid-template-columns:1fr}.logo img{height:45px}h1{font-size:33px}h2{font-size:28px}.section{padding:48px 16px}}
.footer{background:linear-gradient(180deg,#071f2b 0%,#051821 100%);color:#d8e8ee;padding:52px 18px 22px}.footer h3{color:#fff;font-size:17px;margin-bottom:14px}.footer p{color:#a9c2ca;margin:0}.footer a{color:#edf7fa;text-decoration:none;transition:.2s}.footer a:hover{color:var(--gold)}.footgrid{max-width:1180px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.footBrand img{height:75px;background:white;border-radius:14px;padding:6px;margin-bottom:16px}.footTagline{color:#fff!important;font-weight:900;margin-bottom:8px!important}.footerBottom{max-width:1180px;margin:34px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:18px;font-size:13px;color:#8fb0bb}.footerBottom .copyright{max-width:none;margin:0;padding:0;border:0;color:#8fb0bb}.developerCredit{justify-self:center;text-align:center;color:#9ebac3;font-weight:700;letter-spacing:.2px}.developerCredit a{color:#fff!important;font-weight:900}.developerCredit a:hover{color:var(--gold)!important}@media(max-width:900px){.footerBottom{grid-template-columns:1fr;text-align:center}.footerBottom .copyright,.developerCredit{justify-self:center}}@media(max-width:560px){.footer{padding:42px 16px 20px}.footgrid{gap:24px}}

html{overflow-x:hidden}body{overflow-x:hidden}.mobileBtn{width:46px;height:46px;border:1px solid rgba(11,82,102,.14);border-radius:50%;background:rgba(255,255,255,.92);display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;box-shadow:0 10px 24px rgba(6,55,75,.1);cursor:pointer;-webkit-tap-highlight-color:transparent}.mobileBtn span{display:block;width:20px;height:2px;background:var(--deep);border-radius:999px;transition:transform .22s ease,opacity .16s ease,width .22s ease}.mobileBtn span:nth-child(2){width:16px}.mobileBtn:hover span:nth-child(2),.mobileBtn.active span:nth-child(2){width:20px}.mobileBtn.active{background:var(--deep);border-color:var(--deep)}.mobileBtn.active span{background:#fff}.mobileBtn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobileBtn.active span:nth-child(2){opacity:0}.mobileBtn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}img{max-width:100%;height:auto}@media(max-width:980px){.nav{position:relative;padding:10px 16px}.logo{min-width:0}.logo span{font-size:18px;white-space:nowrap}.logo img{height:48px}.mobileBtn{display:flex;margin-left:auto}.menu{display:none;position:absolute;top:calc(100% + 10px);left:14px;right:14px;background:#fff;border:1px solid rgba(11,82,102,.1);border-radius:18px;box-shadow:0 22px 50px rgba(6,55,75,.16);padding:10px;z-index:30;flex-direction:column;align-items:stretch;gap:4px}.menu.open{display:flex}.menu a{display:block;padding:13px 14px;border-radius:12px;font-size:15px}.menu a:hover{background:#f1fbfa}.menu .btn{width:100%;text-align:center;margin-top:6px;padding:13px 14px}.wrap{padding:44px 16px}.heroGrid{grid-template-columns:1fr;gap:24px}.hero:after{width:260px;height:260px;right:-120px;top:-80px}.heroCard{border-radius:24px;padding:22px;transform:none}.cards,.timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.programs{grid-template-columns:1fr}.program{min-height:auto;border-radius:24px;padding:24px}.cta{display:block;border-radius:24px;padding:28px}.section{padding:52px 16px}.footgrid{grid-template-columns:1fr;gap:24px}.footerBottom{grid-template-columns:1fr;text-align:center}.footerBottom .copyright,.developerCredit{justify-self:center}}@media(max-width:640px){h1{font-size:clamp(31px,9vw,38px);letter-spacing:0;line-height:1.08}h2{font-size:clamp(25px,7vw,30px)}h3{font-size:19px}.lead{font-size:16px}.badge{font-size:13px}.cards,.timeline,.stat{grid-template-columns:1fr}.card{border-radius:18px;padding:20px}.stat div{padding:13px}.heroCard img{max-height:160px}.program h3{font-size:22px}.cta p:last-child{display:grid;gap:10px}.cta .btn{width:100%;text-align:center}.form{border-radius:20px;padding:20px}input,textarea,select{border-radius:12px}.footer{padding:38px 16px 20px}.footBrand img{height:64px}.footerBottom{gap:10px;margin-top:26px}.mobileBtn{width:43px;height:43px}.logo img{height:42px}.logo span{font-size:17px}.nav{padding:9px 14px}}@media(max-width:380px){.logo span{font-size:15px}.mobileBtn{width:40px;height:40px}.menu{left:10px;right:10px}h1{font-size:29px}.section{padding:42px 14px}.wrap{padding:38px 14px}.card,.program,.form{padding:18px}}
