:root{--accent-color:#e8f4f8;--background-color:#fafafa;--bg-footer1:#0f1419;--bg-footer2:#1a252f;--bg-gradient1:#f5f7fa;--bg-gradient2:#9c9c9c;--bg-products1:#0f1a0f;--bg-products2:#1a2f1a;--black:#000;--black-1a:#0000001a;--black-26:#00000026;--black-4d:#0000004d;--black-80:#00000080;--blue-gradient-dark1:#1a252f;--blue-gradient-dark2:#16213e;--blue-gradient-dark3:#1a1a2e;--blue-gradient-dark4:#2d1b69;--blue1:#64b3f4;--blue1-4d:#64b3f44d;--blue1-66:#64b3f466;--error-shadow:#ef44444d;--footer-grad1:#2d1b69;--footer-grad2:#1a1a2e;--footer-grad3:#16213e;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#a0aec0;--gray-500:#94a3b8;--gray-666:#666;--gray-divider:#ccc;--green-focus:#10b981;--green-focus-2:#059669;--green-focus-3:#047857;--green-gray:#a0c4a0;--green1:#c2e59c;--green2:#22c55e;--green3:#4ade80;--highlight-color:#06c;--orange-gradient1:#f97316;--orange1:#f97316;--orange2:#f59e0b;--pink1:#ec4899;--pink2:#f472b6;--primary-color:#142124;--purple-bg:#6b7bff;--purple-dark1:#5865f2;--purple-dark2:#4752c4;--purple-dark3:#142124;--purple1:#a855f7;--purple2:#c084fc;--purple3:#8b5cf6;--purple4:#7c3aed;--red-dark1:#b91c1c;--red-dark2:#8b1538;--red-dark3:#a61e4d;--red1:#dc2626;--red2:#ef4444;--red3:#e11d48;--secondary-color:#c6d9d3;--success-shadow:#10b9814d;--svgbg1:#64aee8;--text-color:#333;--transition-speed:.3s;--white:#fff;--white-0d:#ffffff0d;--white-1a:#ffffff1a;--white-4d:#ffffff4d;--white-b3:#ffffffb3;--white-cc:#fffc;--white-e6:#ffffffe6;--white-rgb:255,255,255}*{margin:0;padding:0}.highlight{color:var(--highlight-color);display:block;font-size:3.5rem;font-weight:900;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.intro-content{max-width:1200px;padding:1rem;text-align:center;width:100%;z-index:2}.intro-section,.main-title{align-items:center;display:flex;justify-content:center}.intro-section{background:linear-gradient(135deg,var(--bg-gradient1) 0,var(--bg-gradient2) 100%);box-sizing:border-box;height:100vh;max-width:100%;min-height:100vh;overflow:hidden;position:relative;width:100vw}.main-title{flex-direction:column;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.phrase{color:var(--primary-color);display:inline-block;font-size:2.5rem;font-weight:500;opacity:1;text-transform:uppercase;transition:opacity .5s ease}.phrase-wrapper{height:3.5rem;margin-top:.5rem;overflow:hidden;position:relative;width:100%}.problem-bg-icon{height:200px;opacity:.03;position:absolute;right:-50px;top:50%;transform:translateY(-50%) rotate(15deg);transition:all .3s ease;width:200px;z-index:1}.problem-bg-icon svg{color:var(--white);height:100%;stroke-width:1;width:100%}.problem-card,.product-card{animation:slideInUp .8s ease-out forwards;backdrop-filter:blur(10px);background:var(--white-0d);border:1px solid var(--white-1a);border-radius:20px;cursor:default;display:flex;flex-direction:column;justify-content:space-between;opacity:0;overflow:hidden;padding:2.5rem;position:relative;transform:translateY(80px) scale(.95);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.problem-card{min-height:350px}.product-card{min-height:320px}.problem-card:before,.product-card:before{background:linear-gradient(135deg,#4ade801a,#22c55e1a);border-radius:20px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.problem-card:hover,.product-card:hover{background:var(--white-1a);border-color:#4ade804d;box-shadow:0 20px 40px var(--black-4d);transform:translateY(-10px) scale(1.02)}.problem-card:hover .problem-bg-icon,.product-card:hover .product-bg-icon{opacity:.08;transform:translateY(-50%) rotate(25deg) scale(1.1)}.problem-card:hover .problem-icon,.product-card:hover .product-icon{box-shadow:0 10px 30px var(--blue1-4d);transform:scale(1.1) rotate(5deg)}.problem-card:hover:before,.product-card:hover:before{opacity:1}.problem-card:first-child{animation-delay:.1s}.problem-card:nth-child(2){animation-delay:.2s}.problem-card:nth-child(3){animation-delay:.3s}.problem-card:nth-child(4){animation-delay:.4s}.problem-content{flex-grow:1;position:relative;z-index:3}.problem-content h3,.product-content h3,.solution-content h3{color:var(--white);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.problem-content p,.product-content p,.solution-content p{color:var(--gray-400);font-size:1rem;font-weight:300;line-height:1.6;margin:0}.problem-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:80px;justify-content:center;margin-bottom:1.5rem;min-height:80px;min-width:80px;padding:0;position:relative;transition:all .3s ease;width:80px;z-index:3}.problem-icon svg{color:var(--white);height:50%;stroke-width:2;flex-shrink:0;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:50%}.problems-container,.products-container{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1400px;padding:2rem;position:relative;width:100%;z-index:2}.problems-header{animation-delay:.2s;opacity:1;padding:4rem 2rem 2rem;position:relative;text-align:center;z-index:3}.problems-section{background:linear-gradient(135deg,var(--bg-footer1) 0,var(--blue-gradient-dark1) 50%,var(--bg-footer1) 100%);color:var(--white);overflow:hidden;padding:0 0 5rem;position:relative;z-index:10}.problems-subtitle{color:var(--gray-400);font-size:1.2rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:600px}.problems-title{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--white) 0,var(--gray-200) 40%,var(--gray-300) 70%,var(--gray-500) 100%);background-clip:text;font-size:3rem;font-weight:900;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.txtlogo{font-family:Magneto}::-moz-selection,::selection{background:#b3d4fc;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}body,html{overflow-x:hidden}body{background-color:var(--background-color);font:62.5%Poppins,sans-serif;margin:0;min-height:100vh;position:relative;width:100%}fieldset,hr{border:0;margin:0;padding:0}hr{border-top:1px solid var(--gray-divider);display:block;height:1px;margin:1em 0}html{color:var(--text-color);font:16px/1.6 Poppins,sans-serif;height:100%;scroll-behavior:smooth}textarea{resize:vertical}.button-text{position:relative;z-index:2}.gap-bg,.gap-button:before{height:100%;position:absolute;top:0;width:100%}.gap-bg{backface-visibility:hidden;background-color:var(--secondary-color);background-image:url(../img/bg/who-are-you.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;left:0;min-height:100vh;transform:translateZ(0);will-change:transform;z-index:1}.gap-button{background:linear-gradient(135deg,var(--red-dark2) 0,var(--red-dark1) 50%,var(--red-dark2) 100%);border:0;border-radius:50px;box-shadow:0 10px 30px #8b15384d;color:var(--white);cursor:pointer;display:inline-block;font:600 1.2rem Poppins,sans-serif;letter-spacing:1px;min-width:200px;overflow:hidden;padding:1.5rem 3rem;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.gap-button-creator{background:linear-gradient(135deg,var(--green2) 0,var(--green3) 50%,var(--green2) 100%);box-shadow:0 10px 30px #22c55e4d}.gap-button-creator:hover{background:linear-gradient(135deg,var(--green3) 0,var(--green2) 50%,var(--green3) 100%);box-shadow:0 20px 40px #22c55e66}.gap-button-developer{background:linear-gradient(135deg,#3b82f6,#60a5fa 50%,#3b82f6);box-shadow:0 10px 30px #3b82f64d}.gap-button-developer:hover{background:linear-gradient(135deg,#60a5fa,#3b82f6 50%,#60a5fa);box-shadow:0 20px 40px #3b82f666}.gap-button-influencer{background:linear-gradient(135deg,var(--orange1) 0,var(--orange2) 50%,var(--orange1) 100%);box-shadow:0 10px 30px #f973164d}.gap-button-influencer:hover{background:linear-gradient(135deg,var(--orange2) 0,var(--orange1) 50%,var(--orange2) 100%);box-shadow:0 20px 40px #f9731666}.gap-button:before{background:linear-gradient(90deg,transparent,#fff3,transparent);content:"";left:-100%;transition:left .5s}.gap-button:active{transform:translateY(-2px) scale(1.02)}.gap-button:hover{background:linear-gradient(135deg,var(--red-dark3) 0,var(--red1) 50%,var(--red-dark3) 100%);box-shadow:0 20px 40px #8b153866;transform:translateY(-5px) scale(1.05)}.gap-button:hover:before{left:100%}.gap-buttons,.gap-content{align-items:center;display:flex;justify-content:center}.gap-buttons{flex-wrap:wrap;gap:2rem}.gap-content{flex-direction:column;margin:0 auto;max-width:800px;min-height:300px;padding:4rem 2rem 5rem;position:relative;text-align:center;width:100%;z-index:10}.gap-overlay,.gap-parallax{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.gap-parallax{contain:layout style paint;z-index:1}.gap-section{contain:layout style paint;min-height:30rem;overflow:hidden;padding:0;position:relative;z-index:5}.gap-title,.video-title{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--white) 0,var(--gray-200) 40%,var(--gray-300) 70%,var(--gray-500) 100%);background-clip:text;filter:drop-shadow(0 2px 4px var(--black-4d));font-size:3.5rem;font-weight:900;letter-spacing:3px;margin-bottom:3rem;position:relative;text-transform:uppercase}.product-bg-icon{height:200px;opacity:.03;position:absolute;right:-50px;top:50%;transform:translateY(-50%) rotate(15deg);transition:all .3s ease;width:200px;z-index:1}.product-bg-icon svg{color:var(--white);height:100%;stroke-width:1;width:100%}.product-card:nth-child(8){animation-delay:.8s}.product-content{flex-grow:1;position:relative;z-index:3}.problem-icon,.product-icon,.solution-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:80px;justify-content:center;margin-bottom:1.5rem;min-height:80px;min-width:80px;padding:0;position:relative;transition:all .3s ease;width:80px;z-index:3}.problem-icon{background:linear-gradient(135deg,var(--blue1) 0,var(--green1) 100%)}.product-icon{background:linear-gradient(135deg,var(--orange1) 0,var(--red1) 100%)}.solution-icon{background:linear-gradient(135deg,var(--purple1) 0,var(--pink1) 100%)}.problem-icon svg,.product-icon svg,.solution-icon svg{color:var(--white);height:50%;stroke-width:2;flex-shrink:0;max-height:40px;max-width:40px;min-height:40px;min-width:40px;width:50%}.products-header{animation-delay:.2s;opacity:1;padding:4rem 2rem 2rem;position:relative;text-align:center;z-index:3}.products-section{background:linear-gradient(135deg,var(--bg-products1) 0,var(--bg-products2) 50%,var(--bg-products1) 100%);color:var(--white);overflow:hidden;padding:0 0 5rem;position:relative;z-index:10}.products-subtitle{color:var(--green-gray);font-size:1.2rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:600px}.products-title{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--white) 0,var(--gray-200) 40%,var(--gray-300) 70%,var(--gray-500) 100%);background-clip:text;font-size:3rem;font-weight:900;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.solution-card{animation:fadeInUp .8s ease-out forwards;backdrop-filter:blur(10px);background:var(--white-e6);border-radius:20px;box-shadow:0 10px 30px var(--black-1a);cursor:default;display:flex;flex-direction:column;justify-content:flex-start;min-height:380px;opacity:0;overflow:hidden;padding:0;position:relative;transform:translateY(50px);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.solution-card:before{background:linear-gradient(135deg,#1421240d,#2a4a520d);border-radius:20px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.solution-card:hover{background:#fffffff2;border-color:#14212433;box-shadow:0 25px 50px var(--black-26);transform:translateY(-10px) scale(1.02)}.opensource-container{animation:slideInUp .8s ease-out forwards;margin:0 auto;max-width:1400px;opacity:0;padding:0 2rem;transform:translateY(80px) scale(.95);width:100%}.opensource-content{background:linear-gradient(135deg,var(--white-e6) 0,#f8f9fa 100%);border-radius:20px;box-shadow:0 10px 30px var(--black-1a);overflow:hidden;padding:2rem;position:relative;text-align:center}.opensource-content,.opensource-icon{align-items:center;display:flex;justify-content:center}.opensource-icon{border-radius:50%;flex-shrink:0;height:100px;margin-right:2rem;width:100px}.opensource-icon img{color:#4caf50;height:150px;width:150px;fill:#4caf50}.opensource-text{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.opensource-text h3{color:var(--text-color);font-size:1.6rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem;text-align:center}.github-button{align-items:center;background:linear-gradient(135deg,#333,#24292e);border-radius:50px;box-shadow:0 10px 30px rgba(0,0,0,.2);color:var(--white);display:inline-flex;font:600 1.1rem Poppins,sans-serif;gap:.75rem;justify-content:center;letter-spacing:1px;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.github-button svg{flex-shrink:0;height:24px;width:24px}.github-button:before{background:linear-gradient(90deg,transparent,#fff3,transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.github-button:hover{background:linear-gradient(135deg,#24292e,#000);box-shadow:0 20px 40px rgba(0,0,0,.3);transform:translateY(-5px) scale(1.05)}.github-button:hover:before{left:100%}.product-card:hover:before,.solution-card:hover:before{opacity:1}.product-card:first-child,.solution-card:first-child{animation-delay:.1s}.product-card:nth-child(2),.solution-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3),.solution-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4),.solution-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5),.solution-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6),.solution-card:nth-child(6){animation-delay:.6s}.solution-content{flex-grow:1;padding:2rem;position:relative;z-index:3}.solution-content h3{color:var(--text-color);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.solution-content p{color:var(--gray-666);font-size:1rem;font-weight:300;line-height:1.6;margin:0}.solution-image{border-radius:20px 20px 0 0;height:200px;object-fit:cover;transition:all .3s ease;width:100%}.solutions-container{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1400px;padding:2rem;position:relative;width:100%;z-index:2}.solutions-header{padding:0 2rem 3rem;position:relative;text-align:center;z-index:3}.solutions-section{background:linear-gradient(120deg,#b8b8b8,#fff 30%,#9fa4aa 75%,#f8fafc);overflow:hidden;padding:5rem 0;position:relative;z-index:10}.solutions-subtitle{color:var(--gray-666);font-size:1.2rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:600px}.solutions-title{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--primary-color) 0,#2a4a52 50%,var(--primary-color) 100%);background-clip:text;font-size:3.5rem;font-weight:900;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.video-container{background:var(--black);border-radius:20px;box-shadow:0 20px 50px var(--black-4d);margin:0 auto 2rem;max-width:800px;overflow:hidden;position:relative;width:100%}.video-container iframe,.video-container video{aspect-ratio:16/9;border:0;border-radius:20px;display:block;height:auto;transition:all .3s ease;width:100%}.solution-card:hover .solution-image,.video-container:hover iframe,.video-container:hover video{transform:scale(1.02)}.video-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:900px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:10}.video-description{backdrop-filter:blur(10px);background:var(--white-e6);border-radius:15px;box-shadow:0 10px 30px var(--black-1a);color:var(--video-blue);font-size:1.3rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px;padding:1.5rem 2rem;text-align:center}.video-section{background:linear-gradient(135deg,var(--black) 0,#1a1a1a 25%,#2d2d2d 50%,#1a1a1a 75%,var(--black) 100%);color:var(--white);overflow:hidden;padding:5rem 0;position:relative;z-index:5}*,:after,:before{box-sizing:border-box}.footer-gap-bg{backface-visibility:hidden;background:linear-gradient(135deg,var(--blue-gradient-dark4) 0,var(--blue-gradient-dark3) 25%,var(--blue-gradient-dark2) 50%,var(--blue-gradient-dark3) 75%,var(--blue-gradient-dark4) 100%);background-image:url(../img/bg/ready-to-expand.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;min-height:100vh;position:absolute;top:0;transform:translateZ(0);width:100%;will-change:transform;z-index:1}.footer-gap-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:900px;min-height:400px;padding:6rem 2rem 7rem;position:relative;text-align:center;width:100%;z-index:10}.footer-gap-overlay,.footer-gap-parallax{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.footer-gap-parallax{contain:layout style paint;z-index:1}.footer-gap-section{contain:layout style paint;min-height:60rem;overflow:hidden;padding:0;position:relative;z-index:5}.footer-gap-subtitle{color:var(--white-e6);filter:drop-shadow(0 1px 2px var(--black-80));font-size:1.4rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:700px;text-align:center}.footer-gap-title{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--white) 0,var(--gray-200) 40%,var(--gray-300) 70%,var(--gray-500) 100%);background-clip:text;color:var(--white);filter:drop-shadow(0 2px 4px var(--black-4d));font-size:4rem;font-weight:900;letter-spacing:3px;margin-bottom:2rem;position:relative;text-transform:uppercase}.header-home-button{align-items:center;backdrop-filter:blur(15px);background:var(--white-1a);border:1px solid var(--white-4d);border-radius:50%;color:var(--white-b3);display:inline-flex;height:60px;justify-content:center;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:60px;z-index:15}.header-home-button svg{height:30px;stroke-width:2;transition:all .3s ease;width:30px}.header-home-button:hover svg,.header-social-links .social-link:hover svg{transform:scale(1.1)}.header-home-button:hover,.header-social-links .social-link:hover{background:var(--white-4d);border-color:var(--white-b3);color:var(--white);transform:translateY(-2px) scale(1.05)}.header-social-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;max-width:500px;position:absolute;right:1.5rem;top:1.5rem;z-index:15}.header-social-links .social-link{align-items:center;backdrop-filter:blur(15px);background:var(--white-1a);border:1px solid var(--white-4d);border-radius:50%;color:var(--white-b3);display:inline-flex;height:38px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:38px}.header-social-links .social-link svg{height:18px;stroke-width:2;transition:all .3s ease;width:18px}::-webkit-scrollbar{width:0}header,header .overlay h1{align-items:center;display:flex}header{background-color:var(--secondary-color);box-sizing:border-box;height:100vh;justify-content:center;max-width:100%;min-height:100vh;overflow:hidden;position:relative;width:100vw}.footer-links a:before,header .overlay,header .parallax div{height:100%;left:0;position:absolute;width:100%}header .overlay{top:0}header .overlay h1{flex-direction:column;left:50%;margin:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:100%;z-index:10}header .overlay h1 .highlight,header .overlay h1 .phrase{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--white) 0,var(--gray-200) 40%,var(--gray-300) 70%,var(--gray-500) 100%);background-clip:text;filter:drop-shadow(0 2px 4px var(--black-4d));font-size:4.2rem;font-weight:900;letter-spacing:2px;position:relative}header .overlay h1 .highlight{display:block;margin-bottom:.3rem;text-transform:uppercase;transition:all .3s ease}header .overlay h1 .phrase{display:inline-block;max-width:100%;opacity:1;overflow-wrap:break-word;transition:all .5s ease;white-space:normal;word-wrap:break-word}header .overlay h1 .phrase-wrapper{height:auto;margin-bottom:1.5rem;margin-top:.3rem;min-height:4.2rem;overflow:hidden;padding:0 1rem;position:relative;width:100%}header .overlay h1 .phrase:hover,header .overlay h1 .with-expanxia:hover{transform:none}header .overlay h1 .with-expanxia{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--white) 0,var(--gray-200) 40%,var(--gray-300) 70%,var(--gray-500) 100%);background-clip:text;display:block;filter:drop-shadow(0 1px 2px #0003);font-size:1.6rem;font-weight:400;letter-spacing:1px;margin-top:.5rem;opacity:.7;transition:all .3s ease}header .overlay h1:hover{transform:translate(-50%,-50%) scale(1.05)}header .parallax{contain:layout style paint;height:100%;position:relative;width:100%}header .parallax .four{background-image:url(../img/bg/home-4.webp);z-index:1}header .parallax .one{background-image:url(../img/bg/home.webp);z-index:4}header .parallax .three{background-image:url(../img/bg/home-3.webp);z-index:2}header .parallax .two{background-image:url(../img/bg/home-2.webp);z-index:3}header .parallax div{backface-visibility:hidden;background-position:bottom;background-repeat:no-repeat;background-size:cover;bottom:0;transform:translateZ(0);will-change:transform}.footer-bottom,footer{border-top:1px solid var(--white-1a)}.footer-bottom{backdrop-filter:blur(5px);background:var(--black-4d);padding:1rem 0;text-align:center}.footer-bottom a,.footer-links a{border-bottom:1px solid transparent;transition:all .3s ease}.footer-bottom a,.footer-brand h3,.footer-section h4{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,var(--bg-gradient1) 0,var(--bg-gradient2) 100%);background-clip:text}.footer-bottom a{font-weight:500;text-decoration:none}.footer-bottom a:hover{border-bottom-color:var(--green1);color:var(--green1)}.footer-bottom p,.footer-brand p{color:var(--gray-400);font-size:.9rem;font-weight:300;margin:0}.footer-brand p{font-size:1rem;font-style:italic}.footer-brand h3{font-size:1.8rem;font-weight:900;letter-spacing:1px;margin-bottom:.5rem}.footer-section h4{font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.footer-content{align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:2rem}.footer-links,.footer-section{display:flex;flex-direction:column}.footer-links{gap:.5rem;list-style:none;margin:0;padding:0}.footer-links a{display:inline-block;font-size:.95rem;font-weight:400;padding:.25rem 0}.footer-links a:hover{border-bottom-color:var(--blue1);color:var(--blue1);transform:translateX(5px)}.footer-links li{margin:0}.footer-section{animation:footerSlideIn .8s ease-out;gap:1rem}.footer-links a,.social-link{color:var(--gray-400);text-decoration:none}.social-link{align-items:center;backdrop-filter:blur(10px);background:var(--white-1a);border:1px solid var(--white-1a);border-radius:50%;display:inline-flex;height:40px;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:40px}.social-link svg{height:20px;stroke-width:2;transition:all .3s ease;width:20px}.social-link:hover{background:linear-gradient(135deg,var(--blue1) 0,var(--green1) 100%);border-color:transparent;box-shadow:0 10px 20px var(--blue1-4d);color:var(--white);transform:translateY(-3px) scale(1.1)}.social-link:hover svg{transform:scale(1.1)}.social-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}footer{background:linear-gradient(135deg,var(--bg-footer1) 0,var(--blue-gradient-dark1) 25%,var(--primary-color) 50%,var(--blue-gradient-dark1) 75%,var(--bg-footer1) 100%);box-shadow:0-5px 20px var(--black-4d);color:var(--white);font-family:Poppins,sans-serif;padding:3rem 0 0;position:relative;z-index:10}.footer-bottom a,.footer-links a,.social-link{overflow:hidden;position:relative}.footer-links a:before{background:linear-gradient(90deg,var(--blue1),var(--green1));bottom:0;content:"";height:1px;transition:width .3s ease;width:0}.footer-links a:hover:before{width:100%}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.social-link:before{background:linear-gradient(135deg,var(--blue1) 0,var(--green1) 100%);border-radius:50%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.social-link:hover:before{opacity:1}.confetti{backface-visibility:hidden;pointer-events:none;position:absolute;will-change:transform,opacity;z-index:10001}.confetti-circle{border-radius:50%;height:8px;width:8px}.confetti-color-1{background:var(--purple1)}.confetti-color-10{background:var(--orange1)}.confetti-color-11{background:var(--red3)}.confetti-color-12{background:var(--purple4)}.confetti-color-2{background:var(--pink1)}.confetti-color-3{background:var(--orange2)}.confetti-color-4{background:var(--green-focus)}.confetti-color-5{background:#3b82f6}.confetti-color-6{background:var(--red2)}.confetti-color-7{background:var(--purple3)}.confetti-color-8{background:#06b6d4}.confetti-color-9{background:#84cc16}.confetti-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.confetti-rectangle{border-radius:1px;height:6px;width:12px}.confetti-square{border-radius:2px;height:10px;width:10px}.confetti-star{background:0 0!important;border-bottom:7px solid;position:relative;transform:rotate(35deg)}.confetti-star:after{border-bottom:7px solid;content:"";left:-5px;position:absolute;top:3px;transform:rotate(70deg)}.confetti-star,.confetti-star:after,.confetti-star:before,.confetti-triangle{border-left:5px solid transparent;border-right:5px solid transparent;height:0;width:0}.confetti-star:before{border-bottom:7px solid;content:"";left:-5px;position:absolute;top:-5px;transform:rotate(-70deg)}.confetti-triangle{background:0 0!important;border-bottom:8px solid}.confetti-star.confetti-color-1,.confetti-star.confetti-color-1:after,.confetti-star.confetti-color-1:before,.confetti-triangle.confetti-color-1{border-bottom-color:var(--purple1)}.confetti-star.confetti-color-10,.confetti-star.confetti-color-10:after,.confetti-star.confetti-color-10:before,.confetti-triangle.confetti-color-10{border-bottom-color:var(--orange1)}.confetti-star.confetti-color-11,.confetti-star.confetti-color-11:after,.confetti-star.confetti-color-11:before,.confetti-triangle.confetti-color-11{border-bottom-color:var(--red3)}.confetti-star.confetti-color-12,.confetti-star.confetti-color-12:after,.confetti-star.confetti-color-12:before,.confetti-triangle.confetti-color-12{border-bottom-color:var(--purple4)}.confetti-star.confetti-color-2,.confetti-star.confetti-color-2:after,.confetti-star.confetti-color-2:before,.confetti-triangle.confetti-color-2{border-bottom-color:var(--pink1)}.confetti-star.confetti-color-3,.confetti-star.confetti-color-3:after,.confetti-star.confetti-color-3:before,.confetti-triangle.confetti-color-3{border-bottom-color:var(--orange2)}.confetti-star.confetti-color-4,.confetti-star.confetti-color-4:after,.confetti-star.confetti-color-4:before,.confetti-triangle.confetti-color-4{border-bottom-color:var(--green-focus)}.confetti-star.confetti-color-5,.confetti-star.confetti-color-5:after,.confetti-star.confetti-color-5:before,.confetti-triangle.confetti-color-5{border-bottom-color:#3b82f6}.confetti-star.confetti-color-6,.confetti-star.confetti-color-6:after,.confetti-star.confetti-color-6:before,.confetti-triangle.confetti-color-6{border-bottom-color:var(--red2)}.confetti-star.confetti-color-7,.confetti-star.confetti-color-7:after,.confetti-star.confetti-color-7:before,.confetti-triangle.confetti-color-7{border-bottom-color:var(--purple3)}.confetti-star.confetti-color-8,.confetti-star.confetti-color-8:after,.confetti-star.confetti-color-8:before,.confetti-triangle.confetti-color-8{border-bottom-color:#06b6d4}.confetti-star.confetti-color-9,.confetti-star.confetti-color-9:after,.confetti-star.confetti-color-9:before,.confetti-triangle.confetti-color-9{border-bottom-color:#84cc16}.discord-button,.header-social-links .discord-button{align-items:center;border-radius:50px;justify-content:center}.discord-button,.form-row button,.form-row input[type=email]{color:var(--white);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.discord-button{background:linear-gradient(135deg,var(--purple-dark1) 0,var(--purple-dark2) 100%);border:2px solid transparent;box-shadow:0 10px 30px #5865f24d;display:inline-flex;font:600 1.1rem Poppins,sans-serif;gap:.75rem;letter-spacing:1px;min-width:280px;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase}.discord-button svg{flex-shrink:0;height:24px;width:24px}.header-social-links .discord-button{display:flex;height:60px;min-width:auto;padding:0 1.5rem}.header-social-links .discord-button svg{height:30px;width:30px}.discord-button:before,.form-row button:before{background:linear-gradient(90deg,transparent,#fff3,transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.discord-button:hover{background:linear-gradient(135deg,var(--purple-bg) 0,var(--purple-dark1) 100%);box-shadow:0 20px 40px #5865f266;transform:translateY(-5px) scale(1.05)}.discord-button:hover:before,.form-row button:hover:before{left:100%}.divider{margin:1rem 0;position:relative;text-align:center;width:100%}.divider span{background:var(--white);background:var(--white-b3);color:var(--black);font-size:.9rem;padding:0 1rem;z-index:2}.divider:before{background:var(--white-4d);content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:1}.form-row{align-items:center;display:flex;flex-direction:column;gap:1rem;max-width:400px;width:100%}.form-row button,.form-row input[type=email]{border-radius:50px}.divider span,.form-row button{letter-spacing:1px;position:relative;text-transform:uppercase}.form-row button{align-items:center;background:linear-gradient(135deg,var(--purple1) 0,var(--pink1) 100%);border:2px solid transparent;box-shadow:0 10px 30px var(--purple1-4d);cursor:pointer;display:inline-flex;font:600 1rem Poppins,sans-serif;justify-content:center;min-width:200px;overflow:hidden;padding:1rem 2rem}.form-row button:hover{background:linear-gradient(135deg,var(--purple2) 0,var(--pink2) 100%);box-shadow:0 20px 40px var(--purple1-66);transform:translateY(-5px) scale(1.05)}.form-row input[type=email]{backdrop-filter:blur(10px);background:var(--white-1a);border:2px solid #fff3;font:1rem Poppins,sans-serif;padding:1rem 1.5rem;text-align:center;width:100%}.form-row input[type=email]::placeholder,.form-row textarea::placeholder{color:var(--white-b3)}.form-row input[type=email]:focus,.form-row textarea:focus{background:#ffffff26;border-color:var(--purple1-80);box-shadow:0 0 0 3px #a855f71a;outline:0;transform:translateY(-2px)}.form-row textarea{backdrop-filter:blur(10px);background:var(--white-1a);border:2px solid #fff3;border-radius:20px;color:var(--white);font:1rem Poppins,sans-serif;max-height:6.75rem;min-height:6.75rem;padding:1rem 1.5rem;resize:vertical;text-align:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:100%}.global-confetti-container{height:100vh;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100vw;z-index:10000}.signup-form{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-top:3rem;max-width:600px;width:100%}.success-message,.success-message-container{align-items:center;display:flex;justify-content:center;overflow:hidden}.success-message{animation:successFadeIn .5s ease-in-out;backdrop-filter:blur(10px);background:linear-gradient(135deg,var(--green-focus) 0,var(--green-focus-2) 50%,var(--green-focus-3) 100%);border:2px solid #fff3;border-radius:20px;box-shadow:0 20px 40px var(--green-focus-shadow);color:var(--white);font-size:1.1rem;font-weight:600;gap:.5rem;max-width:400px;min-width:300px;padding:1.5rem 2rem;pointer-events:auto;position:relative;text-align:center;width:auto}.success-message .success-icon{animation:successBounce 1s ease-in-out infinite alternate;display:inline-block;font-size:1.3rem;margin-right:.5rem}.success-message .success-text{position:relative;z-index:2}.success-message-container{height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100vw;z-index:10000}.global-confetti-container.active,.success-message-container.active{opacity:1}.confetti-piece{animation:confettiExplosion 3s ease-out forwards}.confetti-bounce{animation:confettiBounce 4s ease-out forwards}.error-message{animation:errorShake .5s ease-in-out;backdrop-filter:blur(10px);background:linear-gradient(135deg,var(--red2) 0,var(--red1) 50%,var(--red-dark1) 100%);border:2px solid #fff3;border-radius:15px;box-shadow:0 10px 25px var(--red2-4d);color:var(--white);font-size:1rem;font-weight:600;margin-top:1rem;max-width:400px;padding:1rem 1.5rem;width:100%}@media only screen and (max-height:400px){.gap-bg{top:0}}@media only screen and (max-width:360px){.header-home-button{left:.8rem;top:.8rem}.header-social-links{gap:.3rem;max-width:50%;right:.8rem;top:.8rem}.header-social-links .social-link{height:24px;width:24px}.header-social-links .social-link svg{height:12px;width:12px}}@media only screen and (max-width:480px){.gap-button{font-size:1rem;min-width:250px;padding:1rem 1.5rem}.gap-content{padding:2rem 1rem 3rem}.gap-title{font-size:2.5rem;letter-spacing:1px;margin-bottom:1.5rem}.problem-bg-icon,.product-bg-icon{height:120px;right:-20px;width:120px}.problem-card,.product-card{min-height:280px;padding:1.5rem}.problems-header{padding:2rem 1rem 1rem}.problems-subtitle{font-size:.95rem}.solution-card{min-height:220px;padding:0}.problem-content h3,.product-content h3,.solution-content h3{font-size:1.2rem}.problem-content p,.product-content p,.solution-content p{font-size:.85rem}.problem-icon svg,.product-icon svg,.solution-icon svg{height:25px;width:25px}.problem-icon,.product-icon,.solution-icon{height:50px;width:50px}.footer-section h4,.solutions-subtitle{font-size:1rem}.problems-title,.solutions-title{font-size:1.8rem;letter-spacing:1px}.header-home-button{left:.8rem;top:.8rem}.header-social-links{gap:.4rem;justify-content:flex-end;max-width:180px;right:.8rem;top:.8rem}.header-social-links .social-link{height:28px;width:28px}.header-social-links .social-link svg{height:14px;width:14px}.footer-gap-content{padding:3rem 1rem 4rem}.footer-gap-section{min-height:50rem}.footer-gap-subtitle{font-size:1.1rem}.footer-gap-title{font-size:2.5rem;letter-spacing:1px;margin-bottom:1rem}.footer-brand h3{font-size:1.3rem}.footer-brand p,.footer-links a{font-size:.9rem}.footer-content{gap:1rem;padding:1rem}.social-link{height:35px;width:35px}.social-link svg{height:18px;width:18px}.social-links{gap:.8rem}footer{min-height:20vh}header .overlay h1 .highlight,header .overlay h1 .phrase{font-size:2.6rem;letter-spacing:1px}header .overlay h1 .phrase-wrapper{margin-bottom:1rem;min-height:2.6rem}header .overlay h1 .with-expanxia{font-size:1.1rem;letter-spacing:.5px;margin-top:.3rem}.discord-button svg,.header-home-button svg,.header-social-links .discord-button svg{height:20px;width:20px}.header-home-button,.header-social-links .discord-button{height:40px!important;width:40px!important}.error-message{font-size:.9rem;padding:.9rem 1rem}.success-message{font-size:.95rem;margin-top:1rem;padding:1rem 1.2rem}.success-message .success-icon{font-size:1.1rem}.discord-button{font-size:.95rem;gap:.5rem;min-width:240px;padding:.8rem 1.5rem}.form-row button{font-size:.85rem;padding:.7rem 1rem}.form-row input[type=email],.form-row textarea{font-size:.9rem;padding:.7rem .9rem}.signup-form{gap:1.5rem;margin-top:1.5rem}}@media only screen and (max-width:768px){.opensource-icon{display:none}.opensource-content{padding:1.5rem;text-align:center}.problem-bg-icon,.product-bg-icon{height:150px;right:-30px;width:150px}.problem-card,.product-card{min-height:300px;padding:2rem}.problem-content h3,.product-content h3,.solution-content h3{font-size:1.3rem}.problem-content p,.product-content p,.solution-content p{font-size:.9rem}.problem-icon,.product-icon,.solution-icon{height:60px;margin-bottom:1rem;width:60px}.problems-container,.products-container{gap:1.5rem;grid-template-columns:1fr;padding:1rem}.problems-header{padding:3rem 1rem 1rem}.problems-subtitle{font-size:1rem}.problems-title{font-size:2.2rem}.gap-button{font-size:1.1rem;min-width:280px;padding:1.2rem 2rem}.gap-buttons{flex-direction:column;gap:1.5rem}.gap-content{padding:3rem 1rem 4rem}.gap-title{font-size:3rem;letter-spacing:2px;margin-bottom:2rem}.solution-card{min-height:250px;padding:0}.solution-icon{height:60px;margin-bottom:1rem;width:60px}.solution-icon svg{height:30px;width:30px}.opensource-container,.solutions-container{gap:1.5rem;grid-template-columns:1fr;padding:1rem}.solutions-subtitle{font-size:1.1rem}.solutions-title{font-size:3rem;letter-spacing:2px;margin-bottom:2rem}.header-home-button{left:1rem;top:1rem}.header-social-links{gap:.5rem;max-width:200px;right:1rem;top:1rem}.header-social-links .social-link{height:32px;width:32px}.header-social-links .social-link svg{height:16px;width:16px}.footer-gap-content{padding:4rem 1rem 5rem}.footer-gap-section{min-height:52.5rem}.footer-gap-subtitle{font-size:1.2rem}.footer-gap-title{font-size:3rem;letter-spacing:2px;margin-bottom:1.5rem}.footer-bottom{padding:.8rem 0}.footer-bottom p{font-size:.85rem}.footer-brand h3{font-size:1.5rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem 1rem;text-align:center}.footer-links{align-items:center}.footer-section h4{font-size:1.1rem;margin-bottom:.8rem}.social-links{justify-content:center}header .overlay h1 .highlight,header .overlay h1 .phrase{font-size:3.2rem;letter-spacing:1.5px}header .overlay h1 .phrase-wrapper{margin-bottom:1.2rem;min-height:3.2rem}header .overlay h1 .with-expanxia{font-size:1.3rem;letter-spacing:.8px;margin-top:.4rem}.header-home-button svg,.header-social-links .discord-button svg{height:25px;width:25px}.header-home-button,.header-social-links .discord-button{height:50px!important;width:50px!important}.error-message{font-size:.95rem;padding:1rem 1.2rem}.success-message{font-size:1rem;margin-top:1.2rem;padding:1.2rem 1.5rem}.success-message .success-icon{font-size:1.2rem}.discord-button{font-size:1rem;min-width:260px;padding:.9rem 1.8rem}.form-row{align-items:stretch;flex-direction:column;gap:.8rem}.form-row button{font-size:.9rem;min-width:120px;padding:.7rem 1.2rem}.form-row input[type=email],.form-row textarea{min-width:100%}.signup-form{margin-top:2rem;max-width:100%;padding:0 1rem}}@media only screen and (max-width:992px){.header-social-links .discord-button{border-radius:50%;padding:0;width:60px}.header-social-links .discord-button span{display:none}}@media only screen and (min-width:1025px){.problem-card{min-height:350px}.problems-container,.products-container{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200px){.footer-gap-content{padding:7rem 2rem 8rem}.footer-gap-subtitle{font-size:1.5rem}.footer-gap-title{font-size:4.5rem;letter-spacing:4px}header .overlay h1 .highlight,header .overlay h1 .phrase{font-size:5rem;letter-spacing:2.5px}header .overlay h1 .phrase-wrapper{margin-bottom:1.8rem;min-height:5rem}header .overlay h1 .with-expanxia{font-size:1.9rem;letter-spacing:1.2px;margin-top:.6rem}.problem-content h3,.product-content h3,.solution-content h3{font-size:1.7rem}.problem-content p,.product-content p,.solution-content p{font-size:1.1rem}}@media only screen and (min-width:1400px){.problem-card{min-height:380px;padding:3rem}.problem-content h3,.product-content h3,.solution-content h3{font-size:1.7rem}.problem-content p,.product-content p,.solution-content p{font-size:1.1rem}.problems-subtitle{font-size:1.3rem}.problems-title{font-size:3.5rem}}@media only screen and (min-width:769px) and (max-width:1024px){.problem-card{min-height:320px}.problems-container,.products-container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media print{*,:after,:before{background:var(--white)!important;box-shadow:none!important;color:var(--black)!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" ("attr(href)")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" ("attr(title)")"}h2,h3{page-break-after:avoid}h2,h3,p{orphans:3;widows:3}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}blockquote,img,pre,tr{page-break-inside:avoid}}