.hero-section{position:relative;z-index:0;overflow:hidden;height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.top-left-logo{position:absolute;top:1rem;left:2rem;width:64px;height:auto;z-index:2;mix-blend-mode:difference;pointer-events:none}.spline-wrapper{position:absolute;inset:0;height:100vh;width:100vw;z-index:-1}.spline-wrapper canvas{width:100%!important;height:100%!important}.corner-div{position:absolute;bottom:1rem;right:1rem;height:50px;width:200px;background-color:var(--background);z-index:2}.hero-heading{font-size:12rem;font-weight:500;text-align:center;mix-blend-mode:difference;pointer-events:none}.hero-text-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:0 2rem 2rem}.hero-description{font-size:2.5rem;text-align:center}.hero-subtext{font-size:1.4rem;text-align:center;max-width:700px;text-align:justify}.hero-button{padding:1rem 2.75rem;font-size:1.25rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;background-color:#00ffe0;color:#000;border:2px solid #000;border-radius:0;box-shadow:0 6px 0 #ff0080,0 12px 0 #000;transition:transform .15s ease,box-shadow .15s ease,filter .2s ease;cursor:pointer;position:relative;overflow:hidden;z-index:100}.hero-button:after{content:"";position:absolute;inset:0;border:2px dashed #000000;opacity:.15;pointer-events:none}.hero-button:hover{transform:translateY(-6px);background-color:rgb(255,234,0);box-shadow:0 10px 0 #ff0080,0 16px 0 #000;filter:brightness(1.05)}.hero-button:active{transform:translateY(2px);box-shadow:0 3px 0 #ff0080,0 5px 0 #000,inset 2px 2px 6px rgba(0,0,0,.2);filter:brightness(.95)}.hero-button:focus-visible{outline:3px dotted #ff0080;outline-offset:4px}@media (max-width:1200px){.hero-heading{font-size:4.5rem}.hero-description{font-size:2rem}.hero-subtext{font-size:1.2rem;max-width:600px}.hero-button{padding:.9rem 2rem;font-size:1.1rem}}@media (max-width:1024px){.hero-heading{font-size:3.5rem}.hero-description{font-size:1.7rem}.hero-subtext{font-size:1.1rem;max-width:500px}.hero-button{padding:.8rem 1.8rem;font-size:1rem}}@media (max-width:768px){.hero-heading{max-width:90vw;font-size:4rem}.hero-description{font-size:2rem}.hero-subtext{font-size:1rem;max-width:90%;margin-bottom:2rem}.hero-button{padding:.7rem 1.5rem;font-size:.95rem}.top-left-logo{width:32px;left:10px;top:10px}}.features-section{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;min-height:100vh;width:100%}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1300px;margin:0 auto;width:100%}.feature-tile{position:relative;border-radius:1rem;padding:1rem 2rem;border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .4s ease,box-shadow .4s ease,background .4s ease;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;z-index:0;opacity:0;transform:translateY(60px)}.feature-tile:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 12px 24px rgba(255,255,255,.08),0 2px 6px rgba(255,255,255,.03);background:rgba(255,255,255,.044)}.feature-tile:active{transform:translateY(0) scale(.98);box-shadow:inset 0 2px 6px rgba(255,255,255,.05)}.tile-content{position:relative;z-index:2;display:flex;flex-direction:column}.tile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.tile-icon{background-color:rgba(255,255,255,.05);padding:.5rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center}.tile-status{font-size:.7rem;padding:.3rem .6rem;border-radius:.4rem;background-color:rgba(255,255,255,.07);color:#ddd;font-weight:500;backdrop-filter:blur(4px)}.tile-content h3{font-size:1.5rem;margin-bottom:.75rem;font-weight:600;color:#f4f4f4;position:relative;display:inline-block}.tile-content h3:after{content:"";position:absolute;left:0;bottom:-5px;height:2px;width:0;background-color:#ff4da6;transition:width .3s ease}.feature-tile:hover .tile-content h3:after{width:100%}.tile-content p{font-size:1rem;line-height:1.6;color:#bbb;margin-bottom:1rem}.tile-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.tile-tag{font-size:.75rem;padding:.35rem .7rem;background-color:rgba(255,255,255,.05);color:#ccc;border-radius:.4rem;transition:background-color .2s ease,transform .2s ease}.tile-tag:hover{background-color:rgba(255,255,255,.1);transform:scale(1.05)}.span-2{grid-column:span 2}.span-4{grid-column:span 4}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.span-4{grid-column:span 2}}@media (max-width:640px){.features-grid{grid-template-columns:1fr}.span-2,.span-4{grid-column:span 1}}.how-section{padding:6rem 2rem;text-align:center;background:var(--background)}.how-heading{font-size:3rem;margin-bottom:3rem}.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.how-step{padding:2rem;border:1px solid rgba(255,255,255,.05);border-radius:1rem;background:rgba(255,255,255,.02);transition:transform .3s ease,box-shadow .3s ease}.how-step:hover{transform:translateY(-6px);box-shadow:0 6px 20px rgba(255,255,255,.05)}.how-icon{margin-bottom:1rem}.how-step h3{font-size:1.4rem;margin-bottom:.5rem}.how-step p{color:#bbb;font-size:1rem}@media(max-width:900px){.how-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.how-steps{grid-template-columns:1fr}}.why-section{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem;height:100vh;width:100%}.why-spline-wrapper{position:absolute;inset:0;z-index:0}.why-spline-wrapper canvas{width:100%!important;height:100%!important}.why-corner-div{position:absolute;bottom:1rem;right:1rem;height:50px;width:200px;background-color:var(--background);z-index:2}.why-text-container{width:70vw;height:100vh;display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:flex-start;padding-left:5vw}.why-heading{font-size:6rem;font-weight:400}.why-subheading{font-size:2rem}.why-description{font-size:1.2rem;line-height:1.6}.why-description,.why-heading,.why-subheading{z-index:2;pointer-events:all}@media (max-width:1024px){.why-text-container{width:90vw;padding-left:0;align-items:center;text-align:center}.why-heading{font-size:4rem}.why-subheading{font-size:1.5rem}.why-description{font-size:1rem}.why-spline-wrapper{display:none}}@media (max-width:768px){.why-section{padding:2rem;align-items:center;text-align:center}.why-heading{font-size:3.5rem;max-width:90vw}.why-subheading{font-size:1.2rem}.why-description{font-size:.95rem}.why-spline-wrapper{display:none}}.integrations-section{padding:6rem 2rem;text-align:center;overflow-x:hidden}.integrations-heading{font-size:3rem;margin-bottom:1rem}.integrations-subtext{max-width:600px;margin:0 auto 3rem;font-size:1.2rem;color:#bbb}.integrations-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;align-items:stretch;justify-items:center}.integration-tile{background:rgba(255,255,255,.02);padding:1.5rem;border-radius:1rem;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:200px;transition:transform .3s ease,box-shadow .3s ease}.integration-tile img{max-width:50px;margin-bottom:1rem}.integration-tile:hover{transform:translateY(-6px);box-shadow:0 8px 20px rgba(255,0,102,.3)}.integration-tile span{font-size:1rem;color:#ddd}@media (max-width:1200px){.integrations-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.integrations-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.integrations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:400px){.integrations-grid{grid-template-columns:repeat(2,1fr)}}.pricing-section{padding:6rem 2rem;text-align:center}.pricing-heading{font-size:3rem;margin-bottom:1rem}.pricing-subtext{max-width:600px;margin:0 auto 3rem;font-size:1.2rem;color:#bbb}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{padding:2rem;border-radius:1rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);box-shadow:0 8px 20px rgba(255,255,255,.05);transition:transform .3s ease,box-shadow .3s ease;text-align:left}.pricing-card.highlight{border:1px solid #ff4da6;box-shadow:0 0 20px rgba(255,77,166,.4)}.pricing-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(255,255,255,.08)}.price{font-size:2.5rem;margin:.5rem 0 1rem}.pricing-features{list-style:none;padding:0;margin-top:1.5rem}.pricing-features li{display:flex;align-items:center;gap:.5rem;color:#ddd;margin-bottom:.5rem}.pricing-btn{color:black;margin-top:1.5rem;padding:.8rem 1.5rem;background:#00ffe0;border:none;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:background .3s ease}.pricing-btn:hover{background:rgb(255,234,0)}@media(max-width:800px){.pricing-grid{grid-template-columns:1fr}}.faq-section{padding:6rem 2rem;max-width:800px;margin:0 auto}.faq-heading{font-size:3rem;text-align:center;margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid rgba(255,255,255,.05);border-radius:.75rem;background:rgba(255,255,255,.02);overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 6px 20px rgba(255,255,255,.05)}.faq-question{width:100%;background:none;border:none;padding:1rem 1.5rem;color:var(--foreground);display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;cursor:pointer;text-align:left}.faq-icon{transition:transform .3s ease}.faq-icon.open{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;color:#bbb;font-size:.95rem;line-height:1.5;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:300px;padding:1rem 1.5rem 1.5rem}.finalcta-section{padding:6rem 2rem;text-align:center}.finalcta-container{max-width:700px;margin:0 auto}.finalcta-container h2{font-size:2.5rem;margin-bottom:1rem}.finalcta-container p{font-size:1.2rem;color:#bbb;margin-bottom:2rem}.finalcta-button{padding:1rem 2.75rem;font-size:1.25rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;background-color:#00ffe0;color:#000;border:2px solid #000;box-shadow:0 6px 0 #ff0080,0 12px 0 #000;transition:transform .15s ease,box-shadow .15s ease,filter .2s ease;cursor:pointer;position:relative}.finalcta-button:hover{transform:translateY(-6px);background-color:rgb(255,234,0);box-shadow:0 10px 0 #ff0080,0 16px 0 #000;filter:brightness(1.05)}.finalcta-button:active{transform:translateY(2px);box-shadow:0 3px 0 #ff0080,0 5px 0 #000,inset 2px 2px 6px rgba(0,0,0,.2)}@media(max-width:600px){.finalcta-container h2{font-size:2rem}.finalcta-container p{font-size:1rem}}footer{background:linear-gradient(180deg,var(--background),#220431);color:white;padding:40px 0;text-align:center;font-family:Sometype Mono,sans-serif;position:relative;z-index:1}.footer-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-logo h2{font-size:2rem;margin-bottom:20px;font-family:Danfo,sans-serif}.footer-links{display:flex;gap:30px;margin-bottom:20px}.footer-links a{color:#f0e9ff;text-decoration:none;transition:color .3s ease-in-out}.footer-links a:hover{color:rgb(255,0,102)}.footer-socials{display:flex;gap:40px}.footer-socials img{width:24px;height:24px;transition:transform .3s ease-in-out}.footer-socials img:hover{transform:scale(1.2)}footer p{font-size:.9rem;margin-top:20px;opacity:.7}.footer-links a,.footer-logo h2,footer p{text-shadow:0 0 10px #aa00ff}@media (max-width:768px){.footer-container{padding:0 20px}.footer-links{flex-direction:column;gap:10px;margin-bottom:15px}.footer-socials{gap:25px}.footer-socials img{width:20px;height:20px}footer p{font-size:.8rem}}@media (max-width:480px){.footer-logo h2{font-size:1.5rem}.footer-links{gap:5px}.footer-socials{gap:10px}.footer-socials img{width:18px;height:18px}footer p{font-size:.7rem}}.footer-socials svg{transition:transform .3s ease}.footer-socials a:hover svg{transform:scale(1.2);stroke:#ff0066}