header{display:flex;align-items:center;position:sticky;top:0;z-index:50;min-height:88px;padding:0 1rem;background:rgba(35,47,62,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}#headerlogo{width:16%;padding:.65rem 1rem;pointer-events:none}#headerlogo img{width:100%;height:auto;display:block}#headernav{width:84%;margin-right:0;display:flex;justify-content:flex-end;align-items:center}.headernav-desktop{display:flex;width:100%;text-align:center;justify-content:flex-end}#headernav-list{display:flex;width:auto;justify-content:flex-end;align-items:center;gap:.45rem;list-style-type:none;margin:0;padding:0}#headernav-mobile-btn{display:none}#headernav-mobile-list{display:none;list-style-type:none}.headernav-item{font-family:amazon ember wide;font-weight:600;font-size:1rem;letter-spacing:2px;text-transform:uppercase;color:var(--colp-white);margin-right:0}.headernav-item a{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .95rem;border-radius:999px;text-decoration:none;color:var(--colp-white);transition:background-color .2s ease,color .2s ease,transform .2s ease}.headernav-item a:hover{color:var(--colp-white);background:rgba(166,111,240,.22);transform:translateY(-1px)}.active a{color:var(--colp-yellow);background:rgba(255,153,0,.14)}footer{display:flex;flex-direction:column;position:relative;justify-content:space-around;background:var(--cols-darknavy);color:var(--colp-white);padding:0 4%;padding-bottom:18px;font-family:amazon ember wide,sans-serif;font-size:1rem}.footer-line{width:60%;margin:20px 20%;height:1px;background-color:var(--colp-purple)}.footer-cta-group{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.2rem;flex-wrap:nowrap;max-width:100%;padding:0 1rem}.footer-cta-primary{padding:.7rem 1.2rem;background:var(--colp-yellow);color:#18212d;border:1px solid #ffb866;border-radius:.45rem;font-family:amazon ember wide,sans-serif;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.8px;text-decoration:none;white-space:nowrap;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;cursor:pointer;box-shadow:0 4px 16px rgba(255,153,0,.25);animation:ctaGlowPulse 9s ease-in-out infinite;box-sizing:border-box}.footer-cta-primary:hover{background-color:#ffb866;transform:translateY(-3px);box-shadow:0 6px 24px rgba(255,153,0,.4)}.footer-cta-secondary-group{display:flex;gap:.75rem}.footer-cta-secondary{padding:.65rem 1rem;background:rgba(255,153,0,.15);color:var(--colp-yellow);border:1px solid rgba(255,153,0,.4);border-radius:.45rem;font-family:amazon ember wide,sans-serif;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.8px;text-decoration:none;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;cursor:pointer;box-sizing:border-box}.footer-cta-secondary:hover{background-color:rgba(255,153,0,.25);border-color:var(--colp-yellow);color:#fff;transform:translateY(-2px)}.footer-cta-btn{text-decoration:none}.footer-cta-btn:focus{outline:none}.footer-stats{display:flex;justify-content:center;align-items:center;gap:4rem;margin-bottom:1rem;flex-wrap:wrap}.footer-stat{text-align:center}.footer-stat-number{font-family:amazon ember wide,sans-serif;font-size:1.8rem;font-weight:700;color:var(--colp-yellow);margin-bottom:.25rem}.footer-stat-label{font-size:.9rem;color:var(--colp-gray);font-weight:300;letter-spacing:1px;text-transform:uppercase}.footer-invitation{margin:0 0 1.25rem;font-size:1rem;font-weight:300;line-height:1.45;color:var(--colp-white);text-align:center;max-width:600px;align-self:center}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:3rem;position:relative;margin-bottom:1rem}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;flex:1;z-index:10}.footer-logo{width:180px;height:auto}.footer-tagline{margin:0;font-size:.95rem;font-weight:300;line-height:1.5;color:var(--colp-white);max-width:400px}.footer-social-items{display:flex;justify-content:flex-start;gap:1rem}.footer-social-item{display:flex;position:relative;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(166,111,240,.5);border-radius:50%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(255,255,255,5%);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.footer-social-item:hover{border-color:var(--colp-yellow);background-color:rgba(166,111,240,.2);box-shadow:0 0 16px rgba(255,153,0,.5);transform:translateY(-2px)}.footer-social-item img{width:60%;height:auto}.footer-skyline-wrap{position:absolute;right:0;bottom:0;width:30%;z-index:5;animation:skylinePulse 9s ease-in-out infinite}.footer-skyline-wrap::before{content:none}.footer-city-icon{position:relative;width:100%;opacity:.65}.footer-notice{margin:0;font-size:.85rem;font-weight:300;line-height:1.6;color:var(--colp-gray);text-align:center;padding-top:1rem;border-top:1px solid rgba(166,111,240,.15)}@keyframes skylinePulse{0%,100%{opacity:.62}50%{opacity:.68}}@keyframes ctaGlowPulse{0%,100%{box-shadow:0 4px 16px rgba(255,153,0,.22)}50%{box-shadow:0 6px 20px rgba(255,153,0,.34)}}@media(max-width:1440px){#headerlogo{width:18%}#headernav{width:82%}}@media(max-width:1024px){header{min-height:76px;padding:0 .75rem}#headerlogo{width:20%;padding:.55rem .8rem}#headernav{width:80%}.headernav-item{font-size:.9rem}.headernav-item a{padding:.55rem .75rem}footer{padding:0% 2%;padding-bottom:10px}.footer-stats{gap:3rem}.footer-skyline-wrap{width:34%}}@media(max-width:768px){footer{display:flex;flex-direction:column;align-items:center;padding:0% 5%}#headerlogo{width:24%}#headernav{width:76%}.headernav-item{font-size:.7rem}.footer-cta-group{flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%;padding:0}.footer-cta-primary{width:100%;text-align:center}.footer-cta-secondary-group{justify-content:center;width:100%;flex-direction:column;gap:.75rem}.footer-cta-secondary{width:100%;text-align:center;padding:.7rem 1.2rem;font-size:.8rem;font-weight:700;letter-spacing:.8px;max-width:100%}.footer-stats{gap:2.5rem;margin-bottom:1rem}.footer-invitation{margin-bottom:1.5rem;font-size:.9rem}.footer-left{flex-direction:column;justify-content:start;align-items:center;gap:1rem;width:100%;text-align:center}.footer-logo{width:120px}.footer-tagline{text-align:center}.footer-social-items{justify-content:center;width:100%}.footer-social-item{width:32px;height:32px}.footer-main{width:100%;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1rem}.footer-skyline-wrap{width:100%;position:relative;right:auto}.footer-notice{font-size:.8rem}}@media(max-width:478px){header{min-height:64px;padding:0 .5rem}#headerlogo{width:34%;padding:.45rem .5rem;pointer-events:all}#headernav{width:66%;margin-right:0;justify-content:end}.headernav-desktop{display:none}.menu-mobile{display:flex;flex-direction:column}#headernav-mobile-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));grid-gap:1rem;align-items:center;justify-content:center;place-items:center;margin:0;padding:.85rem 1rem 1.1rem}.headernav-mobile{background-image:url(/images/burger.webp);background-repeat:no-repeat;background-size:contain;background-position:50%;border:none;width:35px;height:35px}#headernav-mobile-btn{display:flex;background:0 0;border:none;width:100%;height:100%}.footer-cta-group{flex-direction:column;gap:.8rem;width:100%;padding:0}.footer-cta-primary{padding:.9rem 1.2rem;font-size:.85rem;max-width:100%}.footer-cta-secondary{width:100%;padding:.9rem 1.2rem;font-size:.85rem;font-weight:700;letter-spacing:.8px;text-align:center}.footer-cta-secondary-group{flex-direction:column;width:100%;gap:.8rem}.footer-stats{gap:1.5rem;margin-bottom:.8rem}.footer-stat-number{font-size:1.4rem}.footer-stat-label{font-size:.75rem}.footer-invitation{margin-bottom:1rem;font-size:.8rem}.footer-social-item{width:28px;height:28px}.footer-left{width:100%;text-align:center;padding-bottom:2rem}.footer-logo{width:100px}.footer-tagline{text-align:center;font-size:.85rem}.footer-social-items{justify-content:center}.footer-skyline-wrap{width:100%}.footer-notice{font-size:.75rem}}@media(max-width:360px){header{display:flex;justify-content:stretch}#headerlogo{width:45%;padding:2% 3%}#headernav{width:55%;margin-right:2%}.headernav-mobile{width:30px;height:30px}}