.landing-page a,.landing-page button{cursor:pointer}.landing-page button{font-family:inherit}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px!important;font-size:1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;letter-spacing:-.01em}.landing-btn-primary{background:linear-gradient(135deg,#8B5CF6,#7C3AED);color:#FFFFFF;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:all .2s ease}.landing-btn-primary:hover{background:linear-gradient(135deg,#9d6fff,#8b4fff);box-shadow:0 4px 12px rgba(139,92,246,.3)}.landing-btn-primary svg{transition:transform .2s ease}.landing-btn-primary:hover svg{transform:translateX(2px)}.landing-btn-secondary{background:rgba(139,92,246,.08);color:#F8FAFC;border:2px solid rgba(139,92,246,.3);box-shadow:0 2px 6px rgba(0,0,0,.15);transition:all .2s ease}.landing-btn-secondary:hover{background:rgba(139,92,246,.15);border-color:rgba(139,92,246,.6);box-shadow:0 4px 10px rgba(139,92,246,.15)}.landing-btn-xl{padding:16px 36px!important;font-weight:600;letter-spacing:-.01em}.landing-btn-lg,.landing-btn-xl{font-size:1.05rem;border-radius:12px}.landing-btn-lg{padding:16px 32px!important}.landing-btn-sm{padding:20px 40px;font-size:1.15rem;border-radius:14px;height:56px}.landing-page{font-family:var(--font-body,"Inter",system-ui,sans-serif);color:#F8FAFC;background:#0A0E1A;line-height:1.6;overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box;margin:0;padding:0}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{font-family:var(--font-heading,"Space Grotesk",system-ui,sans-serif);font-weight:700;line-height:1.15;letter-spacing:-.02em}.landing-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:768px){.landing-container{padding:0 16px}}.landing-section{padding:120px 0;position:relative}@media (max-width:768px){.landing-section{padding:80px 0}}.landing-section-title{font-size:2.75rem;color:#F8FAFC;text-align:center;margin-bottom:16px}.landing-section-subtitle{font-size:1.125rem;color:#94A3B8;text-align:center;max-width:600px;margin:0 auto 64px}@media (max-width:768px){.landing-section-title{font-size:2rem}.landing-section-subtitle{font-size:1rem;margin-bottom:48px}}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 24px;height:72px;display:flex;align-items:center;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;border-bottom:1px solid transparent}.landing-nav.scrolled{background:rgba(10,14,26,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:rgba(30,41,59,.5)}.landing-nav-inner{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.landing-nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#F8FAFC;font-family:var(--font-heading,"Space Grotesk",system-ui,sans-serif);font-weight:700;font-size:1.25rem}.landing-nav-logo img{width:36px;height:36px;border-radius:50%}.landing-nav-links{display:flex;align-items:center;gap:32px;list-style:none}.landing-nav-links a{color:#94A3B8;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.landing-nav-links a:hover{color:#F8FAFC}.landing-nav-actions{display:flex;align-items:center;gap:12px}.landing-nav-mobile-toggle{display:none;background:none;border:none;color:#F8FAFC;cursor:pointer;padding:8px}@media (max-width:768px){.landing-nav-links{display:none}.landing-nav-mobile-toggle{display:flex}.landing-nav-links.mobile-open{display:flex;flex-direction:column;position:fixed;top:72px;left:0;right:0;bottom:0;background:rgba(10,14,26,.98);backdrop-filter:blur(20px);padding:32px 24px;gap:24px;z-index:999}.landing-nav-links.mobile-open a{font-size:1.25rem;color:#F8FAFC}}.landing-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;padding-top:72px;overflow:hidden}.landing-hero-content{position:relative;z-index:2;max-width:800px;padding:0 24px}.landing-hero h1{font-size:4.5rem;margin-bottom:24px;color:#F8FAFC}.landing-hero h1 .hero-accent{color:#8B5CF6}.landing-hero-subtitle{font-size:1.25rem;color:#94A3B8;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.landing-hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.landing-hero h1{font-size:2.5rem}.landing-hero-subtitle{font-size:1.05rem;margin-bottom:36px}}.landing-hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;opacity:.08;will-change:transform}.hero-orb-1{width:600px;height:600px;background:#8B5CF6;top:-200px;right:-200px}.hero-orb-2{width:400px;height:400px;background:#7C3AED;bottom:-100px;left:-100px}.hero-orb-3{width:300px;height:300px;background:#8B5CF6;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.04}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(139,92,246,.03) 1px,transparent 0),linear-gradient(90deg,rgba(139,92,246,.03) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.landing-stats{padding:80px 0;border-top:1px solid rgba(30,41,59,.5);border-bottom:1px solid rgba(30,41,59,.5)}.landing-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.landing-stat-item{text-align:center;padding:32px 16px}.landing-stat-value{font-family:var(--font-heading,"Space Grotesk",system-ui,sans-serif);font-size:3rem;font-weight:700;color:#8B5CF6;margin-bottom:8px;line-height:1}.landing-stat-label{font-size:.9rem;color:#94A3B8;font-weight:500;text-transform:uppercase;letter-spacing:.05em}@media (max-width:768px){.landing-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.landing-stat-value{font-size:2rem}}.landing-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.landing-feature-card{background:linear-gradient(145deg,#12172A,#0F1420);border:1px solid #374151;border-radius:20px;padding:48px 40px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.03)}.landing-feature-card:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(145deg,rgba(139,92,246,.3),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.landing-feature-card:hover:before{opacity:1}.landing-feature-card:hover{transform:translateY(-8px) scale(1.02);border-color:rgba(139,92,246,.5);box-shadow:0 0 40px rgba(139,92,246,.2),0 20px 40px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.06)}.landing-feature-icon{width:72px;height:72px;border-radius:18px;background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(124,58,237,.1));display:flex;align-items:center;justify-content:center;margin-bottom:28px;color:#8B5CF6;box-shadow:0 4px 15px rgba(139,92,246,.2),inset 0 1px 0 rgba(255,255,255,.1);transition:all .3s ease}.landing-feature-card:hover .landing-feature-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 25px rgba(139,92,246,.4),inset 0 1px 0 rgba(255,255,255,.15)}.landing-feature-icon svg{width:32px!important;height:32px!important}.landing-feature-card:nth-child(2) .landing-feature-icon{background:rgba(139,92,246,.08);color:#8B5CF6}.landing-feature-card:nth-child(3) .landing-feature-icon{background:rgba(16,185,129,.08);color:#10B981}.landing-feature-card:nth-child(4) .landing-feature-icon{background:rgba(245,158,11,.08);color:#F59E0B}.landing-feature-title{font-size:1.35rem;color:#F8FAFC;margin-bottom:12px;font-weight:600}.landing-feature-desc{font-size:.95rem;color:#94A3B8;line-height:1.7}@media (max-width:768px){.landing-features-grid{grid-template-columns:1fr}.landing-feature-card{padding:28px 24px}}.landing-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.landing-steps-line{position:absolute;top:36px;left:calc(12.5% + 16px);right:calc(12.5% + 16px);height:2px;background:#374151;z-index:0}.landing-steps-line-progress{height:100%;background:#8B5CF6;width:0;transition:width .5s ease}.landing-step{text-align:center;position:relative;z-index:1}.landing-step-number{width:72px;height:72px;border-radius:50%;background:#12172A;border:2px solid #374151;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#8B5CF6;font-family:var(--font-heading,"Space Grotesk",system-ui,sans-serif);font-weight:700;font-size:1.5rem;transition:border-color .3s ease}.landing-step.active .landing-step-number{border-color:#8B5CF6}.landing-step-title{font-size:1.1rem;color:#F8FAFC;margin-bottom:8px;font-weight:600}.landing-step-desc{font-size:.875rem;color:#94A3B8;line-height:1.6}@media (max-width:768px){.landing-steps{grid-template-columns:1fr;gap:40px}.landing-steps-line{display:none}.landing-step{display:flex;gap:20px;text-align:left}.landing-step-number{flex-shrink:0;width:56px;height:56px;margin:0;font-size:1.25rem}.landing-step-text{flex:1}}.landing-chains-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.landing-chain-item{display:flex;flex-direction:column;align-items:center;gap:12px;transition:transform .3s ease}.landing-chain-item:hover{transform:translateY(-4px)}.landing-chain-logo{width:80px;height:80px;border-radius:20px;background:linear-gradient(145deg,#12172A,#0F1420);border:1px solid #374151;display:flex;align-items:center;justify-content:center;padding:16px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.landing-chain-item:hover .landing-chain-logo{border-color:rgba(139,92,246,.5);transform:translateY(-4px) scale(1.05);box-shadow:0 0 30px rgba(139,92,246,.2),0 8px 25px rgba(0,0,0,.3)}.landing-chain-logo img{width:100%;height:100%;object-fit:contain;filter:none;transition:transform .3s ease}.landing-chain-item:hover .landing-chain-logo img{transform:scale(1.1)}.landing-chain-name{font-size:.8rem;color:#64748B;font-weight:500}.landing-chain-item:hover .landing-chain-name{color:#94A3B8}.landing-cctp-badge{margin-top:48px;text-align:center}.landing-cctp-badge span{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(139,92,246,.06);border:1px solid rgba(139,92,246,.15);border-radius:999px;font-size:.85rem;color:#8B5CF6;font-weight:500}.landing-roadmap{position:relative}.landing-roadmap-timeline{position:relative;max-width:720px;margin:0 auto;padding-left:40px}.landing-roadmap-line{position:absolute;left:15px;top:0;bottom:0;width:2px;background:#374151}.landing-roadmap-line-progress{width:100%;background:#8B5CF6;height:0;transition:height .3s ease}.landing-roadmap-item{position:relative;padding-bottom:48px}.landing-roadmap-item:last-child{padding-bottom:0}.landing-roadmap-dot{position:absolute;left:-33px;top:4px;width:14px;height:14px;border-radius:50%;border:2px solid #374151;background:#0A0E1A;z-index:2}.landing-roadmap-item[data-status=completed] .landing-roadmap-dot{border-color:#10B981;background:#10B981}.landing-roadmap-item[data-status=in-progress] .landing-roadmap-dot{border-color:#8B5CF6;background:#8B5CF6;box-shadow:0 0 12px rgba(139,92,246,.4)}.landing-roadmap-item[data-status=upcoming] .landing-roadmap-dot{border-color:#8B5CF6}.landing-roadmap-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.landing-roadmap-quarter{font-size:.8rem;color:#64748B;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.landing-roadmap-title{font-size:1.25rem;color:#F8FAFC;font-weight:600}.landing-roadmap-desc{font-size:.9rem;color:#94A3B8;margin-bottom:16px;line-height:1.6}.landing-roadmap-features{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.landing-roadmap-features li{font-size:.8rem;color:#94A3B8;background:rgba(30,41,59,.5);padding:4px 12px;border-radius:999px;border:1px solid #374151}.landing-cta{text-align:center;position:relative;overflow:hidden}.landing-cta-content{position:relative;z-index:2}.landing-cta h2{font-size:3rem;color:#F8FAFC;margin-bottom:16px}.landing-cta p{font-size:1.125rem;color:#94A3B8;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.landing-cta-bg{position:absolute;inset:0;pointer-events:none}.cta-orb{position:absolute;border-radius:50%;opacity:.06}.cta-orb-1{width:500px;height:500px;background:#8B5CF6;top:-250px;left:50%;transform:translateX(-50%)}@media (max-width:768px){.landing-cta h2{font-size:2rem}}.landing-footer{padding:64px 0 32px;border-top:1px solid rgba(30,41,59,.5)}.landing-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.landing-footer-brand p{font-size:.9rem;color:#64748B;margin-top:16px;max-width:280px;line-height:1.6}.landing-footer-heading{font-size:.8rem;color:#F8FAFC;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.landing-footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.landing-footer-links a{font-size:.875rem;color:#64748B;text-decoration:none;transition:color .2s ease}.landing-footer-links a:hover{color:#F8FAFC}.landing-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(30,41,59,.3)}.landing-footer-copyright{font-size:.8rem;color:#475569}.landing-footer-socials{display:flex;gap:16px}.landing-footer-socials a{color:#475569;transition:color .2s ease}.landing-footer-socials a:hover{color:#8B5CF6}@media (max-width:768px){.landing-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-footer-brand{grid-column:span 2}.landing-footer-bottom{flex-direction:column;gap:16px;text-align:center}}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:linear-gradient(145deg,#12172A,#0F1420);border:1px solid #374151;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.faq-item:hover{border-color:rgba(139,92,246,.4);box-shadow:0 4px 20px rgba(139,92,246,.1)}.faq-item.open{border-color:rgba(139,92,246,.5);box-shadow:0 4px 25px rgba(139,92,246,.15)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 28px;background:none;border:none;color:#F8FAFC;font-size:1.1rem;font-weight:600;font-family:var(--font-heading);text-align:left;cursor:pointer;transition:color .2s ease}.faq-icon,.faq-question:hover{color:#8B5CF6}.faq-icon{flex-shrink:0;transition:transform .3s ease,color .2s ease}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-answer{padding:0 28px 24px;color:#94A3B8;line-height:1.7;font-size:.95rem}.gsap-fade-up{opacity:1;transform:translateY(0)}.gsap-fade-in{opacity:1}.gsap-scale-in{opacity:1;transform:scale(1)}.js-enabled .gsap-fade-up{opacity:0;transform:translateY(40px)}.js-enabled .gsap-fade-in{opacity:0}.js-enabled .gsap-scale-in{opacity:0;transform:scale(.9)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .8s ease forwards}.animate-fade-in{animation:fadeIn .6s ease forwards}.landing-page{scroll-behavior:auto}@media (prefers-reduced-motion:reduce){.landing-page *{animation-duration:.01ms!important;transition-duration:.01ms!important}.gsap-fade-in,.gsap-fade-up,.gsap-scale-in{opacity:1!important;transform:none!important}}