.paragraph{font-size:var(--font-size-lg);font-weight:400;max-width:800px;margin:auto;line-height:1.8;color:#2b2b2b}.hero{position:relative;text-transform:uppercase;padding:100px 20px 80px;background:radial-gradient(ellipse at 50% 0,rgba(157,232,255,.1) 0,transparent 55%),linear-gradient(180deg,#f4f9fd,#edf5fb)!important;overflow:hidden;min-height:85vh;display:flex;align-items:center}@keyframes hero-bg-move{0%{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 0}}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.particle{position:absolute;background:linear-gradient(135deg,rgba(2,47,82,.6),rgba(13,110,170,.4));border-radius:50%;animation:wind-float 15s ease-in-out infinite}@keyframes wind-float{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(120px,-50px) rotate(72deg)}40%{transform:translate(200px,30px) rotate(144deg)}60%{transform:translate(280px,-20px) rotate(216deg)}80%{transform:translate(150px,40px) rotate(288deg)}to{transform:translate(0) rotate(1turn)}}.hero-bg-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;opacity:.12;pointer-events:none;z-index:0;background-image:url(/images/logo.png);background-size:contain;background-repeat:no-repeat;background-position:50%;animation:float-logo 12s cubic-bezier(.45,.05,.55,.95) infinite;transform-style:preserve-3d}@keyframes float-logo{0%{transform:translate(-50%,-50%) rotateY(-33deg) rotateX(0deg) rotate(-8deg)}25%{transform:translate(-50%,-68%) rotateY(0deg) rotateX(8deg) rotate(0deg)}50%{transform:translate(-50%,-50%) rotateY(33deg) rotateX(0deg) rotate(8deg)}75%{transform:translate(-50%,-47%) rotateY(0deg) rotateX(-8deg) rotate(0deg)}to{transform:translate(-50%,-50%) rotateY(-33deg) rotateX(0deg) rotate(-8deg)}}.hero .container{position:relative;z-index:1}.hero .paragraph{text-transform:none;font-size:var(--font-size-lg);margin-top:var(--margin-md);font-weight:400;max-width:800px;color:#1a3a52;line-height:1.6}.hero h1{font-weight:800;letter-spacing:-1px;color:#022f52;-webkit-text-fill-color:#022f52}.shimmer-text{display:inline-block;position:relative;background:linear-gradient(90deg,#022f52,#022f52 40%,#0d6eaa 50%,#022f52 60%,#022f52);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.slide-underline{display:inline-block;position:relative}.slide-underline:after{content:"";position:absolute;bottom:-5px;left:0;width:15%;height:3px;background:linear-gradient(90deg,var(--accent-light),#0d6eaa,var(--accent-light));background-size:200% 100%;border-radius:2px;box-shadow:-8px 0 15px rgba(157,232,255,.5),8px 0 15px rgba(157,232,255,.5),0 0 10px rgba(13,110,170,.6);animation:slide-bar 3s ease-out forwards}@keyframes slide-bar{0%{left:0;background-position:0 0}to{left:43%;background-position:100% 0}}.hero h3{font-weight:600;color:#0a5688;letter-spacing:1px}.hero-cta-wrapper{display:flex;gap:16px;margin-top:var(--margin-lg);flex-wrap:wrap;justify-content:center}.hero-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;text-decoration:none;transition:all .3s ease}.hero-cta-btn.primary{background:linear-gradient(135deg,#022f52,#0a4a7d);color:#fff;box-shadow:0 6px 20px rgba(2,47,82,.18)}.hero-cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(2,47,82,.28)}.hero-cta-btn.primary svg{width:20px;height:20px;transition:transform .3s ease}.hero-cta-btn.primary:hover svg{transform:translateX(4px)}.hero-cta-btn.secondary{background:transparent;color:#022f52;border:2px solid #022f52}.hero-cta-btn.secondary:hover{background:#022f52;color:#fff;transform:translateY(-3px)}@media screen and (max-width:850px){.hero{min-height:auto;padding:60px 16px}.hero h2{margin-top:calc(var(--margin-sm) * -1)}.hero .paragraph{font-size:1.4rem;font-weight:400;line-height:1.5;margin-top:var(--margin-sm)}.hero-bg-logo{width:440px;height:440px;top:32%}.hero-cta-wrapper{flex-direction:column;align-items:center}.hero-cta-btn{width:100%;max-width:280px;justify-content:center}}.mission{position:relative;overflow:hidden;background:linear-gradient(135deg,#022f52,#034a7a 50%,#0a5a8c)!important;--particle-color:rgba(157,232,255,0.45)}.mission:before{top:50%;left:5%;width:150px;height:150px;background:radial-gradient(circle,rgba(157,232,255,.15) 0,transparent 70%);transform:translateY(-50%)}.mission:after,.mission:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.mission:after{bottom:20%;right:8%;width:100px;height:100px;background:radial-gradient(circle,rgba(157,232,255,.1) 0,transparent 70%)}.mission .container{position:relative;z-index:1}.mission .header{margin-bottom:50px}.mission .header h2{color:#fff}.mission .header h3{color:var(--accent-light)}.mission-content{position:relative;display:flex;flex-direction:column;align-items:center;max-width:1300px;margin:0 auto}.mission-image{display:none}.mission-info{position:relative;z-index:1;width:100%;text-align:center}.mission-footnote{margin:48px auto 0;padding-top:40px;max-width:640px;border-top:1px solid rgba(255,255,255,.18);font-size:1.3rem;line-height:1.7;color:rgba(255,255,255,.75);text-align:center}.mission-features{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.mission-feature{flex-direction:column;text-align:center;gap:14px;padding:24px 20px;border-radius:16px;transition:transform .35s ease,background .35s ease}.feature-icon,.mission-feature{display:flex;align-items:center;background:transparent}.feature-icon{flex-shrink:0;width:72px;height:72px;justify-content:center;transition:transform .35s ease}.feature-icon svg{width:62px;height:62px;stroke-width:1.4;color:var(--accent-light)}.feature-text{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.feature-text strong{color:#fff;font-size:1.3rem;font-weight:700;position:relative;display:inline-block;padding-bottom:8px}.feature-text strong:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:0;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--accent-light),rgba(157,232,255,.3));transition:width .4s ease}.feature-text span{color:rgba(255,255,255,.82);font-size:1.2rem;line-height:1.6;max-width:32ch}@media screen and (max-width:900px){.mission-content{flex-direction:column;align-items:center;gap:40px}.mission-image{flex:0 0 auto;width:100%;max-width:280px;margin:0 auto}.mission-info{text-align:center;width:100%;max-width:460px;margin:0 auto}.mission-features{grid-template-columns:1fr;gap:8px}.mission-footnote{max-width:460px;margin-left:auto;margin-right:auto}}