:root{--cwa-blue:#004799;--cwa-blue-600:#003a7d;--cwa-blue-700:#002d61;--cwa-yellow:#ffb800;--cwa-yellow-light:#ffd666;--cwa-dark-blue:#00224d;--cwa-light-blue:#ebf1fa;--cwa-navy:#0a1628;--cwa-surface:#f8fafc;--cwa-glass:#ffffff14;--cwa-glass-border:#ffffff1f;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--shadow-card:0 8px 32px #00224d1a;--shadow-card-hover:0 16px 48px #00224d2e;--transition-smooth:cubic-bezier(.4, 0, .2, 1)}.welcome-page{color:#1e293b;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.cwa-header{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);transition:box-shadow .4s var(--transition-smooth), background .4s var(--transition-smooth);background:#ffffffd1;border-bottom:1px solid #0047990f;position:sticky;top:0}.cwa-header.scrolled{background:#fffffff2;box-shadow:0 4px 30px #00224d14}.cwa-header .header-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:.875rem 1.5rem;display:flex}.cwa-header .logo-group{align-items:center;gap:1rem;display:flex}.cwa-header .logo-group img{object-fit:contain;height:2.75rem;transition:transform .3s var(--transition-smooth)}.cwa-header .logo-group img:hover{transform:scale(1.05)}.btn-primary-cwa{background:linear-gradient(135deg, var(--cwa-blue) 0%, var(--cwa-blue-600) 100%);color:#fff;letter-spacing:.06em;transition:all .35s var(--transition-smooth);border-radius:100px;align-items:center;gap:.5rem;padding:.625rem 2rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00479940}.btn-primary-cwa:before{content:"";transition:transform .6s var(--transition-smooth);background:linear-gradient(135deg,#0000 0%,#ffffff26 50%,#0000 100%);position:absolute;inset:0;transform:translate(-100%)}.btn-primary-cwa:hover{background:linear-gradient(135deg, var(--cwa-blue-600) 0%, var(--cwa-blue-700) 100%);transform:translateY(-2px);box-shadow:0 8px 28px #00479959}.btn-primary-cwa:hover:before{transform:translate(100%)}.hero-section{background:linear-gradient(165deg, #fff 0%, var(--cwa-light-blue) 40%, #dbe8f8 100%);align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-particle{opacity:0;border-radius:50%;animation:18s ease-in-out infinite particleFloat;position:absolute}.hero-particle:first-child{background:var(--cwa-yellow);width:8px;height:8px;animation-duration:16s;animation-delay:0s;top:15%;left:10%}.hero-particle:nth-child(2){background:var(--cwa-blue);width:6px;height:6px;animation-duration:20s;animation-delay:2s;top:70%;left:80%}.hero-particle:nth-child(3){background:var(--cwa-yellow-light);width:10px;height:10px;animation-duration:22s;animation-delay:4s;top:40%;left:60%}.hero-particle:nth-child(4){background:var(--cwa-blue);width:5px;height:5px;animation-duration:18s;animation-delay:6s;top:80%;left:25%}.hero-particle:nth-child(5){background:var(--cwa-yellow);width:7px;height:7px;animation-duration:15s;animation-delay:3s;top:25%;left:85%}.hero-particle:nth-child(6){background:#00479966;width:4px;height:4px;animation-duration:24s;animation-delay:8s;top:55%;left:45%}@keyframes particleFloat{0%,to{opacity:0;transform:translate(0)scale(.5)}10%{opacity:.7}50%{opacity:.4;transform:translate(60px,-80px)scale(1.2)}90%{opacity:.7}}.hero-blob{filter:blur(80px);pointer-events:none;opacity:.5;border-radius:50%;position:absolute}.hero-blob-1{background:radial-gradient(circle,#0047991f 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite blobPulse;top:-120px;right:-100px}.hero-blob-2{background:radial-gradient(circle,#ffb8001a 0%,#0000 70%);width:350px;height:350px;animation:10s ease-in-out 2s infinite blobPulse;bottom:-80px;left:-60px}@keyframes blobPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.hero-geo-accent{border:2px solid #00479914;border-radius:50%;width:260px;height:260px;animation:30s linear infinite geoSpin;position:absolute;top:60%;left:-130px}.hero-geo-accent:after{content:"";border:2px dashed #ffb8001f;border-radius:50%;width:180px;height:180px;animation:20s linear infinite reverse geoSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes geoSpin{to{transform:rotate(360deg)}}.hero-inner{z-index:2;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}@media (width>=1024px){.hero-inner{flex-direction:row;gap:4rem}}.hero-text-col{flex:1;max-width:560px}.hero-badge{color:var(--cwa-blue);letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#00479914 0%,#0047990a 100%);border:1px solid #0047991a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-badge .badge-dot{background:var(--cwa-yellow);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-title{color:var(--cwa-dark-blue);margin-bottom:1rem;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.08}.hero-title .highlight{background:linear-gradient(135deg, var(--cwa-blue) 0%, #1a6dd4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle-tag{background:linear-gradient(135deg, var(--cwa-blue) 0%, var(--cwa-blue-600) 100%);color:#fff;border-radius:var(--radius-lg);letter-spacing:.02em;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-block;box-shadow:0 4px 20px #00479933}.hero-description{color:#475569;max-width:480px;font-size:1.05rem;line-height:1.7}.hero-image-col{flex:1;justify-content:center;display:flex;position:relative}.hero-image-wrapper{width:100%;max-width:520px;position:relative}.hero-image-wrapper img{z-index:2;filter:drop-shadow(0 24px 48px #00224d26);width:100%;animation:6s ease-in-out infinite heroImgFloat;position:relative}@keyframes heroImgFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-image-ring{border:2px solid #0047990f;border-radius:50%;animation:4s ease-in-out infinite ringPulse;position:absolute;inset:-20px}.hero-image-ring:nth-child(2){border-color:#ffb80014;animation-delay:1s;inset:-40px}@keyframes ringPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--cwa-blue);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-label .label-line{background:linear-gradient(90deg, var(--cwa-yellow) 0%, transparent 100%);border-radius:2px;width:40px;height:2px}.section-heading{color:var(--cwa-dark-blue);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.section-heading-light{color:#fff}.bg-section{background:var(--cwa-surface);padding:100px 0;position:relative}.bg-section .section-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.bg-section .content-grid{flex-direction:column;gap:3rem;display:flex}@media (width>=1024px){.bg-section .content-grid{flex-direction:row;align-items:center;gap:4rem}}.bg-section .text-col{flex-direction:column;flex:1;gap:1rem;display:flex}.bg-section .image-col{flex:1}.bullet-card{background:linear-gradient(135deg, var(--cwa-dark-blue) 0%, #0d3a6e 100%);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform .4s var(--transition-smooth), box-shadow .4s var(--transition-smooth);padding:1.25rem 1.5rem;position:relative;overflow:hidden}.bullet-card:before{content:"";background:var(--cwa-yellow);border-radius:0 4px 4px 0;width:4px;height:100%;position:absolute;top:0;left:0}.bullet-card:hover{box-shadow:var(--shadow-card-hover);transform:translate(8px)}.bullet-card p{padding-left:.75rem;font-size:.95rem;line-height:1.7}.bullet-card .bullet-number{color:#ffffff0f;font-size:2.5rem;font-weight:800;line-height:1;position:absolute;top:12px;right:16px}.image-showcase{border-radius:var(--radius-xl);position:relative;overflow:hidden;box-shadow:0 20px 60px #00224d1f}.image-showcase img{object-fit:cover;width:100%;height:480px;transition:transform .6s var(--transition-smooth)}.image-showcase:hover img{transform:scale(1.03)}.image-showcase .image-overlay{background:linear-gradient(#0000 50%,#00224d80 100%);position:absolute;inset:0}.goals-section{background-position:50%;background-size:cover;background-attachment:fixed;padding:120px 0;position:relative}.goals-section:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#00224deb 0%,#00224dd9 100%);position:absolute;inset:0}.goals-section .section-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.goals-section .section-label{color:var(--cwa-yellow)}.goals-section .section-label .label-line{background:linear-gradient(90deg, var(--cwa-yellow) 0%, transparent 100%)}.goals-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.goals-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.goal-card{background:var(--cwa-glass);border:1px solid var(--cwa-glass-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px);transition:transform .4s var(--transition-smooth), box-shadow .4s var(--transition-smooth), border-color .4s var(--transition-smooth);text-align:center;flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.goal-card:after{content:"";background:var(--cwa-blue);transform-origin:0;width:100%;height:3px;transition:transform .5s var(--transition-smooth);position:absolute;bottom:0;left:0;transform:scaleX(0)}.goal-card:hover{border-color:#fff3;transform:translateY(-8px);box-shadow:0 16px 48px #0003}.goal-card:hover:after{transform:scaleX(1)}.goal-card:first-child:after{background:var(--cwa-blue)}.goal-card:nth-child(2):after{background:var(--cwa-yellow)}.goal-card:nth-child(3):after{background:#58a6e0}.goal-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.goal-icon.blue{color:#6dacf0;background:#00479926}.goal-icon.yellow{color:var(--cwa-yellow);background:#ffb80026}.goal-icon.sky{color:#58a6e0;background:#58a6e026}.goal-card h3{color:#fff;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.goal-card p{color:#ffffffb3;font-size:.9rem;line-height:1.7}.footer-section{background:linear-gradient(180deg, #fff 0%, var(--cwa-light-blue) 100%);padding:80px 0 0;position:relative;overflow:hidden}.footer-section .section-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-grid{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (width>=1024px){.footer-grid{flex-direction:row;align-items:center}}.footer-image-col{flex:none}.footer-image-col img{filter:drop-shadow(0 16px 40px #00224d26);width:240px;animation:6s ease-in-out 1s infinite heroImgFloat}.footer-text-col{flex:1}.footer-text-col h3{color:var(--cwa-dark-blue);margin-bottom:1.25rem;font-size:1.75rem;font-weight:800}.footer-info{color:#475569;font-size:.9rem;line-height:1.8}.footer-info strong{color:#1e293b}.social-chips{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.social-chip{color:#475569;transition:all .3s var(--transition-smooth);background:#0047990f;border:1px solid #00479914;border-radius:100px;align-items:center;gap:.375rem;padding:.35rem .875rem;font-size:.75rem;font-weight:500;display:inline-flex}.social-chip:hover{background:#0047991a;transform:translateY(-1px)}.footer-bottom{background:var(--cwa-dark-blue);text-align:center;margin-top:3rem;padding:1.25rem 0}.footer-bottom p{color:#ffffff80;letter-spacing:.02em;font-size:.8rem}.footer-bottom a{color:var(--cwa-yellow);font-weight:600;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:var(--cwa-yellow-light)}.reveal{opacity:0;transition:opacity .8s var(--transition-smooth), transform .8s var(--transition-smooth);transform:translateY(40px)}.reveal.from-left{transform:translate(-40px)}.reveal.from-right{transform:translate(40px)}.reveal.scale-in{transform:scale(.92)}.reveal.visible{opacity:1;transform:translate(0)scale(1)}.stagger-children .reveal:first-child{transition-delay:50ms}.stagger-children .reveal:nth-child(2){transition-delay:.15s}.stagger-children .reveal:nth-child(3){transition-delay:.25s}.stagger-children .reveal:nth-child(4){transition-delay:.35s}.hero-enter{opacity:0;animation:heroEnter .9s var(--transition-smooth) forwards;transform:translateY(30px)}.hero-enter.d1{animation-delay:.15s}.hero-enter.d2{animation-delay:.3s}.hero-enter.d3{animation-delay:.45s}.hero-enter.d4{animation-delay:.6s}.hero-enter.d5{animation-delay:.75s}@keyframes heroEnter{to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.shimmer-text{background:linear-gradient(90deg, var(--cwa-dark-blue) 0%, var(--cwa-blue) 25%, var(--cwa-yellow) 50%, var(--cwa-blue) 75%, var(--cwa-dark-blue) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite shimmer}@media (width<=1023px){.hero-section{min-height:auto;padding:60px 0}.hero-inner{text-align:center}.hero-text-col{align-items:center}.hero-description{margin:0 auto}.bg-section{padding:60px 0}.goals-section{padding:80px 0}.image-showcase img{height:320px}}
