:root{--button-bg:#4f46e5;--button-hover:#4338ca;--surface-hover:rgba(243,244,246,0.8)}.landing-page{min-height:100vh;width:100%;overflow-x:hidden;position:relative;background:var(--background);color:var(--text-primary)}.landing-page .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.2rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);background:rgba(0,0,0,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}.landing-page .navbar.scrolled{padding:.4rem 0;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);box-shadow:0 0 20px rgba(0,0,0,.03)}.landing-page .navbar .nav-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.landing-page .navbar .nav-content .nav-left .nav-logo{display:flex;align-items:center}.landing-page .navbar .nav-content .nav-left .nav-logo img{width:52px;height:52px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1));transition:transform .3s ease}.landing-page .navbar .nav-content .nav-left .nav-logo img:hover{transform:translateY(-2px)}.landing-page .navbar .nav-content .nav-left .nav-logo span{font-size:1.5rem;font-weight:550;color:var(--button-bg);font-family:"Instrument Serif"}.landing-page .navbar .nav-content .nav-center{display:flex;gap:2rem}.landing-page .navbar .nav-content .nav-center a{font-size:.9rem;font-weight:500;color:#64748b;transition:all .5s cubic-bezier(.4,0,.2,1);padding:.4rem .8rem;border-radius:60px;position:relative;overflow:hidden;z-index:1;transform-style:preserve-3d;perspective:1000px}.landing-page .navbar .nav-content .nav-center a:before{background:linear-gradient(135deg,rgba(243,244,246,.8),rgba(243,244,246,.6));transform:scale(.8) translateZ(-10px);filter:blur(0)}.landing-page .navbar .nav-content .nav-center a:after,.landing-page .navbar .nav-content .nav-center a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:60px;opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:-1}.landing-page .navbar .nav-content .nav-center a:after{background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1) 50%,rgba(255,255,255,0));transform:scale(.8)}.landing-page .navbar .nav-content .nav-center a .shimmer{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2) 50%,transparent);background-size:200% 100%;animation:shimmer 3s infinite;opacity:0;transition:opacity .5s ease;z-index:2}.landing-page .navbar .nav-content .nav-center a:hover{color:var(--button-bg);transform:translateY(-2px) translateZ(20px) rotateX(3deg)}.landing-page .navbar .nav-content .nav-center a:hover:before{transform:scale(1) translateZ(0);opacity:1;filter:blur(2px)}.landing-page .navbar .nav-content .nav-center a:hover:after{transform:scale(1);opacity:1}.landing-page .navbar .nav-content .nav-center a:hover .shimmer{opacity:1}.landing-page .navbar .nav-content .nav-center a:active{transform:translateY(0) translateZ(0) rotateX(0);transition:all .2s cubic-bezier(.4,0,.2,1)}.landing-page .navbar .nav-content .nav-right{display:flex;align-items:center;gap:1rem}.landing-page .navbar .nav-content .nav-right .profile{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:28px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(229,231,235,.5);background:hsla(0,0%,100%,.6);backdrop-filter:blur(8px);box-shadow:0 1px 3px rgba(0,0,0,.02),0 1px 2px rgba(0,0,0,.04)}.landing-page .navbar .nav-content .nav-right .profile:hover{background:rgba(79,70,229,.05);transform:translateY(-2px);border-color:rgba(79,70,229,.2);box-shadow:0 4px 8px rgba(0,0,0,.05)}.landing-page .navbar .nav-content .nav-right .profile .chevron-down{color:#888f98;transition:color .3s ease;margin-left:.1rem}.landing-page .navbar .nav-content .nav-right .profile img{width:26px;height:26px;border-radius:100%;object-fit:cover;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.landing-page .navbar .nav-content .nav-right .profile img:hover{transform:scale(1.05)}.landing-page .navbar .nav-content .nav-right .profile span{font-size:.9rem;font-weight:500;color:#1f2937;transition:color .3s ease}.landing-page .navbar .nav-content .nav-right .nav-login{font-size:.9rem;font-weight:500;color:#64748b;transition:all .5s cubic-bezier(.4,0,.2,1);padding:.4rem .8rem;border-radius:60px;position:relative;overflow:hidden;z-index:1;transform-style:preserve-3d;perspective:1000px;border:1px solid rgba(79,70,229,.1)}.landing-page .navbar .nav-content .nav-right .nav-login:before{background:linear-gradient(135deg,rgba(79,70,229,.05),rgba(79,70,229,.02));transform:scale(.95) translateZ(-10px)}.landing-page .navbar .nav-content .nav-right .nav-login:after,.landing-page .navbar .nav-content .nav-right .nav-login:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:60px;opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:-1}.landing-page .navbar .nav-content .nav-right .nav-login:after{background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.1) 50%,rgba(255,255,255,0));transform:scale(.95)}.landing-page .navbar .nav-content .nav-right .nav-login .shimmer{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(79,70,229,.1) 50%,transparent);background-size:200% 100%;animation:shimmer 3s infinite;opacity:0;transition:opacity .5s ease;z-index:2}.landing-page .navbar .nav-content .nav-right .nav-login:hover{color:var(--button-bg);transform:translateY(-2px) translateZ(20px) rotateX(3deg);border-color:rgba(79,70,229,.3)}.landing-page .navbar .nav-content .nav-right .nav-login:hover:before{transform:scale(1) translateZ(0);opacity:1}.landing-page .navbar .nav-content .nav-right .nav-login:hover:after{transform:scale(1);opacity:1}.landing-page .navbar .nav-content .nav-right .nav-login:hover .shimmer{opacity:1}.landing-page .navbar .nav-content .nav-right .nav-login:active{transform:translateY(0) translateZ(0) rotateX(0);transition:all .2s cubic-bezier(.4,0,.2,1)}.landing-page .navbar .nav-content .nav-right .button{padding:.5rem 1rem;font-size:.85rem;border-radius:60px;box-shadow:0 2px 4px rgba(0,0,0,.05),0 4px 8px rgba(79,70,229,.2),0 0 0 1px hsla(0,0%,100%,.2),inset 0 -2px 4px rgba(0,0,0,.1),inset 0 2px 4px hsla(0,0%,100%,.3)}.landing-page .navbar .nav-content .nav-right .button:hover{transform:translateY(-3px) translateZ(20px) rotateX(3deg);box-shadow:0 6px 12px rgba(0,0,0,.1),0 12px 24px rgba(79,70,229,.3),0 0 0 1px hsla(0,0%,100%,.3),inset 0 -4px 8px rgba(0,0,0,.2),inset 0 4px 8px hsla(0,0%,100%,.4)}.landing-page .hero-section{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:2rem}.landing-page .hero-section .map-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.04;z-index:1;mask-image:linear-gradient(180deg,rgb(0,0,0) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.2))}.landing-page .hero-section .hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 2rem;animation:fadeSlideUp .8s ease-out forwards}.landing-page .hero-section .hero-content h1{font-size:clamp(2.75rem,5vw,4.5rem);font-weight:400;line-height:1.05;margin-bottom:1.25rem;letter-spacing:-.03em;background:linear-gradient(135deg,#000000,#111111 50%,#222222);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);animation:gradientShift 8s ease infinite}.landing-page .hero-section .hero-content p{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.4;color:#333;max-width:500px;margin:0 auto 2.5rem;opacity:0;animation:fadeSlideUp .8s ease-out .2s forwards;font-weight:400;letter-spacing:-.01em}.landing-page .vision-section{padding:8rem 2rem;background:linear-gradient(180deg,rgb(255,255,255) 0,rgba(249,250,251,.8));position:relative}.landing-page .vision-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.2),transparent)}.landing-page .vision-section .vision-content{max-width:1200px;margin:0 auto;text-align:center}.landing-page .vision-section .vision-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-primary),var(--primary-purple));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.landing-page .vision-section .vision-content .vision-text{font-size:clamp(1.25rem,2vw,1.5rem);line-height:1.5;color:var(--text-secondary);max-width:800px;margin:0 auto 4rem}.landing-page .vision-section .vision-content .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}.landing-page .vision-section .vision-content .stats-grid .stat-card{padding:2rem;background:#fff;border-radius:12px;border:1px solid rgba(227,227,227,.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-page .vision-section .vision-content .stats-grid .stat-card:hover{transform:translateY(-4px);border-color:rgba(79,70,229,.2);box-shadow:0 12px 24px rgba(0,0,0,.06)}.landing-page .vision-section .vision-content .stats-grid .stat-card .stat-number{display:block;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;color:var(--button-bg)}.landing-page .vision-section .vision-content .stats-grid .stat-card .stat-label{font-size:1.1rem;color:var(--text-secondary);font-weight:500}.landing-page .features-section{padding:8rem 2rem;background:#fff}.landing-page .features-section .features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.landing-page .features-section .features-grid .feature-card{padding:2.5rem;border-radius:12px;background:#fff;border:1px solid rgba(227,227,227,.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-page .features-section .features-grid .feature-card:hover{transform:translateY(-4px);border-color:rgba(79,70,229,.2);box-shadow:0 12px 24px rgba(0,0,0,.06)}.landing-page .features-section .features-grid .feature-card .feature-icon{font-size:2.5rem;margin-bottom:1.5rem;transition:transform .3s ease}.landing-page .features-section .features-grid .feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,var(--text-primary),var(--primary-purple));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.landing-page .features-section .features-grid .feature-card p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary)}.landing-page .manifesto-section{padding:8rem 2rem;background:linear-gradient(180deg,rgba(249,250,251,.8) 0,white)}.landing-page .manifesto-section .manifesto-content{max-width:1000px;margin:0 auto;text-align:center}.landing-page .manifesto-section .manifesto-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:4rem;background:linear-gradient(135deg,#FF6B6B,var(--primary-purple));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.landing-page .manifesto-section .manifesto-content .manifesto-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:start}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item{padding:2rem;background:#fff;border-radius:12px;border:1px solid rgba(227,227,227,.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item:hover{transform:translateY(-2px);border-color:rgba(79,70,229,.2);box-shadow:0 12px 24px rgba(0,0,0,.06)}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary)}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item ul{list-style:none;padding:0;margin:0}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item ul li{font-size:1.1rem;color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;position:relative}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item ul li:before{content:"→";position:absolute;left:0;color:var(--button-bg);opacity:.8}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-divider{padding:2rem 0}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-divider .divider-line{width:2px;height:100%;background:linear-gradient(to bottom,transparent,var(--primary-purple),transparent)}.landing-page .cta-section{padding:8rem 2rem;text-align:center;background:#fff;position:relative;z-index:2}.landing-page .cta-section h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;background:var(--brand-gradient);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.landing-page .cta-section p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem}.landing-page .cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.landing-page .cta-section .cta-buttons .button{padding:.8rem 1.75rem;font-size:.9rem;border-radius:60px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.landing-page .cta-section .cta-buttons .button.button-primary{background:var(--button-bg);color:#fff;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 1px 2px rgba(0,0,0,.05)}.landing-page .cta-section .cta-buttons .button.button-primary:hover{background:var(--button-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.landing-page .cta-section .cta-buttons .button.button-primary:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.05)}.landing-page .cta-section .cta-buttons .button.button-secondary{background:#fff;color:var(--button-bg);border:1px solid rgba(79,70,229,.2)}.landing-page .cta-section .cta-buttons .button.button-secondary:hover{background:var(--surface-hover);border-color:var(--button-bg);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.landing-page .cta-section .cta-buttons .button.button-secondary:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.05)}@media(max-width:768px){.landing-page .navbar .nav-content{padding:0 1rem}.landing-page .navbar .nav-content .nav-left .nav-logo img{width:40px;height:40px}.landing-page .navbar .nav-content .nav-left .nav-logo span{font-size:1.2rem}.landing-page .navbar .nav-content .nav-center,.landing-page .navbar .nav-content .nav-right .nav-login{display:none}.landing-page .navbar .nav-content .nav-right .button{padding:.4rem .8rem;font-size:.8rem}.landing-page .hero-section{height:90vh;padding-top:4rem}.landing-page .hero-section .hero-content{padding:0 1rem}.landing-page .hero-section .hero-content h1{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.landing-page .hero-section .hero-content p{font-size:clamp(1rem,2vw,1.1rem);margin-bottom:2rem}.landing-page .vision-section{padding:4rem 1rem}.landing-page .vision-section .vision-content h2{font-size:clamp(1.5rem,3vw,2rem)}.landing-page .vision-section .vision-content .vision-text{font-size:clamp(1rem,2vw,1.1rem);margin-bottom:2rem}.landing-page .vision-section .vision-content .stats-grid{grid-template-columns:1fr;gap:1rem}.landing-page .vision-section .vision-content .stats-grid .stat-card{padding:1.5rem}.landing-page .vision-section .vision-content .stats-grid .stat-card .stat-number{font-size:2.5rem}.landing-page .vision-section .vision-content .stats-grid .stat-card .stat-label{font-size:1rem}.landing-page .features-section{padding:4rem 1rem}.landing-page .features-section .features-grid{grid-template-columns:1fr;gap:1.5rem}.landing-page .features-section .features-grid .feature-card{padding:1.5rem}.landing-page .features-section .features-grid .feature-card .feature-icon{font-size:2rem;margin-bottom:1rem}.landing-page .features-section .features-grid .feature-card h3{font-size:1.2rem}.landing-page .features-section .features-grid .feature-card p{font-size:1rem}.landing-page .manifesto-section{padding:4rem 1rem}.landing-page .manifesto-section .manifesto-content h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:2rem}.landing-page .manifesto-section .manifesto-content .manifesto-grid{grid-template-columns:1fr;gap:1.5rem}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item{padding:1.5rem}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item h3{font-size:1.2rem;margin-bottom:1rem}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-item ul li{font-size:1rem;margin-bottom:.75rem}.landing-page .manifesto-section .manifesto-content .manifesto-grid .manifesto-divider{display:none}.landing-page .cta-section{padding:4rem 1rem}.landing-page .cta-section h2{font-size:clamp(1.5rem,3vw,2rem)}.landing-page .cta-section p{font-size:1rem;margin-bottom:1.5rem}.landing-page .cta-section .cta-buttons{flex-direction:column;gap:1rem}.landing-page .cta-section .cta-buttons .button{width:100%;padding:.8rem 1.5rem;font-size:.9rem}}@media(max-width:480px){.landing-page .navbar .nav-content .nav-left .nav-logo img{width:32px;height:32px}.landing-page .navbar .nav-content .nav-left .nav-logo span{font-size:1rem}.landing-page .hero-section .hero-content h1{font-size:clamp(1.75rem,3vw,2rem)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0) translateZ(0)}50%{transform:translateY(-2px) translateZ(5px)}}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.button{padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;border-radius:60px;transition:all .25s cubic-bezier(.16,1,.3,1);letter-spacing:.01em;text-transform:none;position:relative;overflow:hidden;transform-style:preserve-3d;perspective:1000px;will-change:transform,box-shadow}.button:before{background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.05) 50%,rgba(255,255,255,0))}.button:after,.button:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .25s ease;border-radius:60px;z-index:1}.button:after{background:linear-gradient(135deg,rgba(255,255,255,.3),rgba(255,255,255,.1) 50%,rgba(0,0,0,.2))}.button .shimmer{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2) 50%,transparent);background-size:200% 100%;animation:shimmer 3s infinite;opacity:0;transition:opacity .25s ease;z-index:2}.button:hover .shimmer,.button:hover:after,.button:hover:before{opacity:1}.button.button-primary{background:var(--button-bg);color:#fff;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 2px 4px rgba(0,0,0,.1),0 4px 8px rgba(79,70,229,.2),0 0 0 1px hsla(0,0%,100%,.1),inset 0 -2px 4px rgba(0,0,0,.1),inset 0 2px 4px hsla(0,0%,100%,.2)}.button.button-primary:hover{background:var(--button-hover);transform:translateY(-2px) translateZ(10px);box-shadow:0 4px 8px rgba(0,0,0,.15),0 8px 16px rgba(79,70,229,.3),0 0 0 1px hsla(0,0%,100%,.2),inset 0 -4px 8px rgba(0,0,0,.2),inset 0 4px 8px hsla(0,0%,100%,.3)}.button.button-primary:active{transform:translateY(1px) translateZ(0);box-shadow:0 2px 4px rgba(0,0,0,.1),0 4px 8px rgba(79,70,229,.2),0 0 0 1px hsla(0,0%,100%,.1),inset 0 -2px 4px rgba(0,0,0,.2),inset 0 2px 4px hsla(0,0%,100%,.2)}.button.button-secondary{background:#fff;color:var(--button-bg);border:1px solid rgba(79,70,229,.2);box-shadow:0 2px 4px rgba(0,0,0,.05),0 4px 8px rgba(79,70,229,.1),0 0 0 1px hsla(0,0%,100%,.2),inset 0 -2px 4px rgba(0,0,0,.05),inset 0 2px 4px hsla(0,0%,100%,.3)}.button.button-secondary:hover{background:var(--surface-hover);border-color:var(--button-bg);transform:translateY(-2px) translateZ(10px);box-shadow:0 4px 8px rgba(0,0,0,.1),0 8px 16px rgba(79,70,229,.2),0 0 0 1px hsla(0,0%,100%,.3),inset 0 -4px 8px rgba(0,0,0,.1),inset 0 4px 8px hsla(0,0%,100%,.4)}.button.button-secondary:active{transform:translateY(1px) translateZ(0);box-shadow:0 2px 4px rgba(0,0,0,.05),0 4px 8px rgba(79,70,229,.1),0 0 0 1px hsla(0,0%,100%,.2),inset 0 -2px 4px rgba(0,0,0,.1),inset 0 2px 4px hsla(0,0%,100%,.3)}