@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;700;800;900&display=swap";:root{--primary:#f54557;--primary-hover:#d93849;--primary-light:#2a0d0e;--primary-shadow:#f545574d;--bg-color:#0b0e14;--bg-secondary:#161a22;--bg-funky:#1c1213;--text-main:#e5e7eb;--text-muted:#9ca3af;--text-light:#6b7280;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 4px 6px -1px #00000080;--shadow-md:0 10px 15px -3px #000000b3;--shadow-xl:0 20px 25px -5px #000c, 0 10px 10px -5px #0006}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;position:relative}body:after{content:"";opacity:.05;pointer-events:none;z-index:9999;filter:contrast(120%)brightness(120%);background-image:url(https://grainy-gradients.vercel.app/noise.svg);width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 40px}@media (width<=768px){.container{padding:0 20px}}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.btn{border-radius:var(--radius-full);font-family:var(--font-heading);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px 0 var(--primary-shadow)}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:0 6px 20px 0 var(--primary-shadow);transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary-light);transform:translateY(-2px)}.navbar{z-index:100;padding:24px 0;position:absolute;top:0;left:0;right:0}.navbar .logo-container{align-items:center;gap:12px;display:flex}.navbar .logo-img{width:auto;height:48px}.navbar .logo-text{font-family:var(--font-heading);color:var(--primary);letter-spacing:-1px;white-space:nowrap;border-right:3px solid var(--primary);font-size:1.75rem;font-weight:900;display:inline-block;overflow:hidden}.typing-effect{max-width:fit-content;animation:7s steps(10,end) infinite typing-loop,.75s step-end infinite blink-caret}@keyframes typing-loop{0%,80%{width:100%}90%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:var(--primary)}}.nav-links{gap:32px;font-weight:500;display:flex}.desktop-only{display:flex}@media (width<=900px){.desktop-only{display:none}}.nav-links a:hover{color:var(--primary)}.mobile-menu-btn{color:var(--text-main);cursor:pointer;z-index:1001;background:0 0;border:none;padding:8px;display:none}@media (width<=900px){.mobile-menu-btn{display:block}}.mobile-menu-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#0b0e14fa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.mobile-menu-overlay.open{transform:translateY(0)}.mobile-nav-links{flex-direction:column;align-items:center;gap:40px;padding:0;display:flex}.mobile-nav-links a{font-family:var(--font-heading);color:var(--text-main);text-transform:uppercase;letter-spacing:-.5px;font-size:1.6rem;font-weight:800}.mobile-nav-links a:hover{color:var(--primary)}.hero{align-items:center;min-height:calc(100vh - 80px);padding-top:120px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}@media (width<=768px){.hero{align-items:center;display:flex;min-height:auto!important;padding:60px 0 20px!important}}.hero-bg-shape{background:var(--bg-funky);filter:blur(120px);z-index:-1;width:800px;height:800px;animation:morphing 20s ease-in-out infinite transition;border-radius:40% 60% 70% 30%/40% 50% 60%;position:absolute;top:-20%;right:-10%}.hero-bg-shape-2{background:var(--primary-light);filter:blur(100px);z-index:-1;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:600px;height:600px;animation:15s ease-in-out infinite alternate morphing;position:absolute;bottom:0%;left:-20%}@keyframes morphing{0%{border-radius:40% 60% 70% 30%/40% 50% 60%}50%{border-radius:70% 30% 20% 80%/30% 80% 20% 70%}to{border-radius:40% 60% 70% 30%/40% 50% 60%}}.hero-content{max-width:650px}.badge{background-color:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);letter-spacing:.5px;text-transform:uppercase;margin-bottom:24px;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-2px;margin-bottom:24px;font-size:4.5rem}.hero h1 span{color:var(--primary);display:inline-block;position:relative}.hero h1 span.logo-text.typing-effect:after{content:"";background-color:var(--primary-light);z-index:-1;border-radius:4px;width:100%;height:12px;position:absolute;bottom:8px;left:0}.hero p{color:var(--text-muted);max-width:540px;margin-bottom:40px;font-size:1.25rem}@media (width<=768px){.hero .container{text-align:center!important;flex-direction:column!important;gap:24px!important}.hero-content{text-align:center!important;flex:1!important;max-width:100%!important}.hero-visual{display:none!important}.hero h1{letter-spacing:-1px!important;margin-bottom:12px!important;font-size:2.2rem!important;line-height:1.1!important}.hero p{max-width:100%!important;margin-bottom:24px!important;font-size:1rem!important;line-height:1.4!important}h2{font-size:2.2rem!important;line-height:1.2!important}h3{font-size:1.5rem!important;line-height:1.2!important}p{font-size:1rem!important;line-height:1.5!important}.hero .badge{margin:0 auto 16px!important;font-size:.7rem!important;display:inline-block!important}}.hero-buttons{gap:20px;display:flex}.hero-visual{flex:1;justify-content:flex-end;display:flex;position:relative}@media (width<=1024px){.hero-visual{justify-content:center;margin-top:60px}}.mockup-container{width:100%;max-width:450px;position:relative}.floating-card{background:var(--bg-color);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);z-index:10;border:1px solid #0000000d;align-items:center;gap:16px;padding:16px 24px;animation:6s ease-in-out infinite float;display:flex;position:absolute}.card-1{z-index:12;animation-delay:0s;top:35%;left:-100px}.card-2{animation-delay:-3s;bottom:15%;right:-60px}@media (width<=1024px){.floating-card{display:none!important}}.card-icon{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.card-text h4{margin-bottom:2px;font-size:1rem}.card-text p{color:var(--text-muted);margin:0;font-size:.875rem}.section-features{background-color:var(--bg-secondary);border-top:1px solid #00000005;padding:100px 0}.section-header{text-align:center;margin-bottom:80px}.section-header h2{margin-bottom:24px;font-size:clamp(2rem,5vw,3.5rem)}.section-header p{color:var(--text-muted);max-width:750px;margin:0 auto;font-size:1.125rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;display:grid}@media (width<=480px){.features-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.feature-card{text-align:center;border-radius:24px!important;padding:24px 16px!important}.feature-icon-wrapper{width:48px!important;height:48px!important;margin:0 auto 16px!important}.feature-card h3{margin-bottom:8px!important;font-size:1rem!important}.feature-card p{font-size:.85rem!important;line-height:1.4!important;display:block!important}}.feature-card{background:var(--bg-secondary);border:1px solid #ffffff1a;border-radius:40px;flex-direction:column;padding:48px 40px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.feature-card:hover{border-color:var(--primary);background:#ffffff05;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 20px #f545570d}.feature-card:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#f5455708,#0000);width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{background:var(--primary-light);width:64px;height:64px;color:var(--primary);border-radius:20px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .3s;display:flex}.feature-card:hover .feature-icon-wrapper{background:var(--primary);color:#fff;border-radius:50%;transform:rotate(5deg)scale(1.1)}.feature-card h3{margin-bottom:12px;font-size:1.5rem}.feature-card p{color:var(--text-muted);line-height:1.6}.cta-section{background:linear-gradient(135deg, var(--primary) 0%, #d93849 100%);color:#fff;text-align:center;padding:100px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.cta-content{z-index:10;max-width:700px;margin:0 auto;position:relative}.cta-content h2{color:#fff;margin-bottom:24px;font-size:3rem}.cta-content p{opacity:.9;margin-bottom:40px;font-size:1.25rem}.btn-white{background-color:var(--text-main);color:var(--bg-color)}.btn-white:hover{background-color:#fff;transform:translateY(-2px)}.footer{background:var(--bg-color);border-top:1px solid #ffffff0d;padding:80px 0 40px}@media (width<=768px){.footer{text-align:center!important;padding:24px 0!important}.footer-top{flex-flow:wrap!important;justify-content:center!important;align-items:flex-start!important;gap:40px!important;display:flex!important}.footer-brand{text-align:center!important;flex-direction:column!important;flex:100%!important;align-items:center!important;width:100%!important;margin:0 auto 24px!important;display:flex!important}.footer-brand .logo-container{justify-content:center!important;align-items:center!important;width:100%!important;margin-bottom:12px!important;display:flex!important}.footer-top>div:not(.footer-brand){justify-content:center;gap:40px;width:100%;display:flex}.footer-brand .logo-container img{height:48px!important}.footer-brand .logo-text{font-size:1.4rem!important}.footer-brand p{max-width:280px!important;margin:0 auto!important;font-size:.85rem!important;display:block!important}.footer-links-group{text-align:center!important;flex-direction:column!important;flex:1!important;justify-content:flex-start!important;align-items:center!important;gap:4px!important;margin:0!important;padding:0!important;display:flex!important}.footer-links-group h4{font-weight:800;margin:0!important;padding:0!important;font-size:.85rem!important;line-height:1!important}.footer-links-group ul{flex-direction:column!important;align-items:center!important;gap:2px!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important}.footer-links-group ul li{margin-bottom:0!important;font-size:.85rem!important}.footer-bottom{text-align:center;margin-top:20px;padding-top:16px;font-size:.6rem!important}}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:48px;display:flex}@media (width<=768px){.footer-top{text-align:center;flex-direction:column;align-items:center}.footer-brand{margin-bottom:40px}}.footer-brand{max-width:300px}.footer-brand .logo-text{font-family:var(--font-heading);color:var(--text-main);margin-bottom:16px;font-size:1.5rem;font-weight:900;display:inline-block}.footer-brand p{color:var(--text-muted)}.footer-links-group h4{margin-bottom:20px;font-size:1.125rem}.footer-links-group ul{flex-direction:column;gap:12px;display:flex}.footer-links-group a{color:var(--text-muted)}.footer-links-group a:hover{color:var(--primary)}.footer-bottom{text-align:center;border-top:1px solid var(--bg-secondary);color:var(--text-light);padding-top:30px;font-size:.875rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.main-mockup{background:#111;border:12px solid #222;border-radius:36px;justify-content:center;align-items:center;width:100%;height:550px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000e6}.mockup-inner{width:100%;height:100%;color:var(--primary);background:linear-gradient(#1a1a1a 0%,#0d0d0d 100%);flex-direction:column;justify-content:center;align-items:center;display:flex}html{scroll-behavior:smooth}::selection{background-color:var(--primary);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-secondary);background:#e5e7eb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}@media (width<=768px){.connector-line{display:none}.section-features,#global-reach,#how-it-works,.cta-section{padding:40px 0!important}.hero{padding:140px 0 40px!important}}@media (width<=900px){.navbar .container{justify-content:space-between}}@media (width<=480px){.logo-text{font-size:1.6rem!important}.logo-img{height:48px!important}}.hover-glow:hover{filter:drop-shadow(0 0 15px var(--primary-shadow))}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce-slow{animation:4s ease-in-out infinite bounce-slow}.main-mockup:before{content:"";z-index:2;background:#e5e7eb;border-radius:2px;width:60px;height:4px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.gradient-text{background:linear-gradient(135deg, var(--primary) 0%, #ff8c42 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}
