@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);:root{--font-family:"Manrope",sans-serif;--gradient-scan:radial-gradient(circle at center,#000 0%,#0000 300%);--gradient-text:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--space-gradient-text:linear-gradient(89.97deg,#6767fa 1.84%,#0df 102.67%);--gradient-color:linear-gradient(99.97deg,#00b7ff 1.54%,#4000ff 100.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%);--color-bg:#1a283d;--color-footer:#031b34;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71;-webkit-mask-image:radial-gradient(circle at center,#000 0,#0000 300%);mask-image:radial-gradient(circle at center,#000 0,#0000 300%)}*{box-sizing:border-box;color:#fff;padding:0}*,ul{margin:0}ul{list-style:none}body{background:var(--color-bg)}a{cursor:pointer;text-decoration:none}a,a:hover{color:inherit}footer,section{padding:0}.gradient__bg{background:radial-gradient(circle at 3% 25%,#002853 0,#040c18 25%)}.gradient__text{-webkit-text-fill-color:#0000;background:var(--gradient-text);background-clip:text;-webkit-background-clip:text}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}::-webkit-scrollbar{background:#2c2a2a;width:10px}::-webkit-scrollbar-thumb{background:#6b6b6b;border-radius:2rem}.navbar{align-items:center;background:#0000;box-shadow:none;display:flex;font-family:var(--font-family);height:60px;justify-content:space-between;left:0;margin:0;padding:0 40px;position:fixed;right:0;top:0;transition:all .5s ease-in-out;width:100%;z-index:9999}.navbar__logo img{height:auto;object-fit:contain;transition:width .5s ease-in-out;width:150px}.navbar__links{align-items:center;display:flex;opacity:0;pointer-events:none;transition:opacity .5s ease-in-out,visibility .5s ease-in-out,pointer-events .5s ease-in-out;visibility:hidden}.navbar__links.navbar__links--visible{opacity:1;pointer-events:auto;visibility:visible}.nav__link{color:hsla(0,0%,93%,.661);font-size:1rem;margin:0 15px;text-decoration:none;transition:color .3s ease-in-out,font-weight .3s ease-in-out;white-space:nowrap}.nav__link:hover{color:#fff}.nav__link.active{color:#fff;font-weight:400}.nav__button{background-color:initial;border:2px solid #fff;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;padding:8px 24px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav__button:hover{background-color:#ffffff1a}.navbar.scrolled{background-color:#000;box-shadow:0 2px 10px #0000004d;height:50px;padding:0 20px}.navbar.scrolled .navbar__logo img{width:120px}.page-section{align-items:center;color:#f0f0f0;display:flex;flex-direction:column;font-family:var(--font-family);justify-content:center;min-height:100vh;padding-top:80px;text-align:center}.hero-section.page-section{padding-top:0}@media (max-width:1440px){.navbar{padding:0 30px}.nav__link{font-size:.75rem;margin:0 12px}.navbar__logo img{width:140px}.navbar.scrolled .navbar__logo img{width:110px}.nav__button{font-size:.7rem;margin-bottom:1rem;padding:6px 20px}}@media (max-width:1024px){.nav__link{font-size:.85rem;margin:0 12px}.navbar__logo img{width:190px}.navbar.scrolled .navbar__logo img{width:120px}.nav__button{font-size:.85rem;margin-bottom:1rem;padding:6px 20px}}@media (max-width:960px){.navbar__links{display:flex}.nav__link{display:none}.navbar{padding:0 20px}.navbar__logo img{margin-bottom:-.3rem;width:200px}.navbar.scrolled .navbar__logo img{margin-bottom:-.3rem;width:180px}.nav__button{display:none}}@media (max-width:800px){.navbar{padding:0 15px}.navbar__links{display:none}}@media (max-width:400px){.navbar{padding:0 15px}.navbar__links{display:none}.navbar__logo img{margin-bottom:-.3rem;width:160px}.navbar.scrolled .navbar__logo img{margin-bottom:-.3rem;width:130px}}@media (max-width:360px){.navbar{padding:0 15px}.navbar__logo img{margin-bottom:-.3rem;width:100px}.navbar.scrolled .navbar__logo img{width:85px}.navbar__links{display:none}.navbar__logo{align-content:center;justify-content:center;margin:0 auto}.navbar.scrolled .navbar__logo img{align-self:center;justify-self:center;margin-bottom:-.3rem}.nav__button{display:none}}.hero-section{align-items:center;background-color:initial;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:0;position:relative;text-align:center;width:100%;z-index:1}.hero-spline-background,.hero-spline-background canvas{filter:blur(4px) brightness(.8);height:100%;left:0;object-fit:cover;opacity:1!important;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.hero-section:after{background:linear-gradient(0deg,#0c0d0d 0,#0c0d0d00);bottom:0;content:"";height:300px;left:0;pointer-events:none;position:absolute;width:100%;z-index:0}.hero-content{margin-left:auto;margin-right:auto;max-width:960px;padding:20px;z-index:1}.hero-content,.hero-headline-wrapper{pointer-events:auto;position:relative}.hero-headline-wrapper{--mask-x:50%;--mask-y:50%;display:inline-block;margin-bottom:25px;text-align:center}.hero-headline{color:#fff;font-size:8.5rem;font-weight:700;line-height:1.2;text-shadow:2px 2px 8px #000c;white-space:nowrap;@media (max-width:1024px){font-size:8rem}@media (max-width:768px){font-size:5.5rem}@media (max-width:480px){font-size:2rem}}.hero-headline.static-headline{pointer-events:none;position:relative;z-index:1}.hero-headline.blur-mask{height:100%;left:0;-webkit-mask-image:radial-gradient(circle 100px at var(--mask-x) var(--mask-y),#000 0,#0000 100%);mask-image:radial-gradient(circle 80px at var(--mask-x) var(--mask-y),#000 0,#0000 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:3;& h1{color:inherit;filter:blur(100px);font-size:inherit;font-weight:inherit;height:100%;left:0;line-height:inherit;position:absolute;text-align:center;text-shadow:inherit;top:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%}}.hero-subheadline{color:#ffffffe6;font-size:1.3rem;font-weight:500;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;@media (max-width:768px){font-size:.9rem}@media (max-width:480px){font-size:.7rem}}.hero-cta-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:20px}.hero-button{border-radius:4px;cursor:pointer;font-size:1.2rem;font-weight:700;padding:12px 28px;text-decoration:none;text-transform:capitalize;transition:all .3s ease;white-space:nowrap}.hero-button.primary{background-color:#fff;border:1px solid #fff;color:#1a2e35}.hero-button.primary:hover{background-color:#ffffffe6}.hero-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.hero-button.secondary:hover{background-color:#ffffff1a;border-color:#fff}.hero-small-text{color:hsla(0,0%,100%,.783);font-size:1rem;margin-top:10px}.scan-feature-section{align-items:center;background-color:#0c0d0d;box-sizing:border-box;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative;text-align:center;width:100%}.scan-feature-section:before{background:linear-gradient(180deg,#0c0d0d00 0,#0c0d0d);content:"";height:200px;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.scan-feature-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-height:none;max-width:960px;min-height:auto;padding:50px 20px;position:relative;z-index:1}.scan-feature-headline{color:#fff;font-size:2.3rem;font-weight:400;line-height:3.3rem;margin-bottom:20px;text-shadow:2px 2px 6px #00000080;width:80%;@media (max-width:1024px){font-size:2.5rem}@media (max-width:768px){font-size:2rem}@media (max-width:480px){font-size:1.6rem}}.scan-feature-subheadline{color:#ffffffe6;font-size:1rem;font-weight:300;line-height:1.5;margin-bottom:50px;text-shadow:1px 1px 3px #0006;width:50%;@media (max-width:768px){font-size:1rem}@media (max-width:480px){font-size:.6rem}}.scan-feature-video-wrapper{aspect-ratio:16/9;background-color:#333;border-radius:20px;box-shadow:0 10px 30px #00000080;margin-bottom:50px;max-width:900px;opacity:1;overflow:hidden;position:relative;transform:translateY(0);width:80%;@media (max-width:768px){width:90%}@media (max-width:480px){width:95%}}.scan-feature-video{border-radius:20px;display:block;filter:none;height:100%;object-fit:cover;opacity:1;width:100%}.scan-feature-video-inner-overlay{background:#0000001a;height:100%;left:0;pointer-events:none;position:absolute;top:0}.for-clients-section,.scan-feature-video-inner-overlay{align-items:center;display:flex;justify-content:center;width:100%}.for-clients-section{background-color:#0d0d0c;box-sizing:border-box;color:#fff;min-height:100vh;overflow:hidden;padding-top:80px;position:relative;text-align:center}.for-clients-section:before{background:linear-gradient(180deg,#0c0d0d00 0,#0c0d0d);content:"";height:100px;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.for-clients-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1100px;padding:50px 20px;position:relative;z-index:1}.for-clients-headline{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:25px;text-shadow:2px 2px 8px #000000b3;@media (max-width:1024px){font-size:3rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:480px){font-size:1.8rem}}.for-clients-subheadline{color:#ffffffd9;font-size:1.4rem;font-weight:300;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px;text-shadow:1px 1px 3px #00000080;@media (max-width:768px){font-size:1.2rem;margin-bottom:40px}@media (max-width:480px){font-size:1rem;margin-bottom:30px}}.for-clients-features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,350px));justify-content:center;margin:0 auto 60px;max-width:1100px;width:100%}.for-clients-cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.client-button{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;padding:14px 32px;text-decoration:none;text-transform:capitalize;transition:all .3s ease;white-space:nowrap}.client-button.primary{background-color:#fff;border:1px solid #fff;color:#1a2e35}.client-button.primary:hover{background-color:#ffffffe6}.client-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.client-button.secondary:hover{background-color:#ffffff1a;border-color:#fff}@media (max-width:768px){.for-clients-content{align-items:center;padding:30px 15px}.for-clients-features-grid{gap:20px;grid-template-columns:1fr}.feature-card{padding:25px}.client-button{font-size:.95rem;padding:12px 28px}}@media (max-width:480px){.for-clients-section{padding-top:60px}.for-clients-content{padding:20px 10px}}.for-tailors-section{align-items:center;background-color:#0c0d0d;box-sizing:border-box;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative;text-align:center;width:100%}.for-tailors-section:before{background:linear-gradient(180deg,#0c0d0d00 0,#0c0d0d);content:"";height:100px;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.for-tailors-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1100px;padding:50px 20px;position:relative;z-index:1}.for-tailors-headline{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:25px;text-shadow:2px 2px 8px #000000b3;@media (max-width:1024px){font-size:3rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:480px){font-size:1.8rem}}.for-tailors-subheadline{color:#ffffffd9;font-size:1.4rem;font-weight:300;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px;text-shadow:1px 1px 3px #00000080;@media (max-width:768px){font-size:1.2rem;margin-bottom:40px}@media (max-width:480px){font-size:1rem;margin-bottom:30px}}.for-tailors-features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,350px));justify-content:center;margin:0 auto 60px;max-width:1100px;width:100%}.feature-card{align-items:center;background-color:#ffffff0d;border-radius:15px;box-shadow:0 8px 20px #0000004d;display:flex;flex-direction:column;flex-shrink:0;max-width:350px;min-width:280px;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 12px 25px #0006;transform:translateY(-5px)}.card-title{color:#fff;font-size:1.6rem;font-weight:600;margin-bottom:15px}.card-description{color:#ffffffb3;font-size:1.05rem;font-weight:300;line-height:1.5}.card-image{border-radius:10px;height:auto;margin-top:20px;max-width:100%}.for-tailors-cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.tailor-button{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;padding:14px 32px;text-decoration:none;text-transform:capitalize;transition:all .3s ease;white-space:nowrap}.tailor-button.primary{background-color:#fff;border:1px solid #fff;color:#1a2e35}.tailor-button.primary:hover{background-color:#ffffffe6}.tailor-button.secondary{background-color:initial;border:2px solid #fff;color:#fff}.tailor-button.secondary:hover{background-color:#ffffff1a;border-color:#fff}@media (max-width:768px){.for-tailors-content{align-items:center;padding:30px 15px}.for-tailors-features-grid{gap:20px;grid-template-columns:1fr}.feature-card{max-width:none;min-width:0;min-width:auto;padding:25px;width:100%}.tailor-button{font-size:.95rem;padding:12px 28px}}@media (max-width:480px){.for-tailors-section{padding-top:60px}.for-tailors-content{padding:20px 10px}}.testimonials-section{align-items:center;background-color:#0c0d0d;box-sizing:border-box;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative;text-align:center;width:100%}.testimonials-section:before{background:linear-gradient(180deg,#0c0d0d00 0,#0c0d0d);content:"";height:100px;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.testimonials-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1100px;padding:50px 20px;position:relative;z-index:1}.testimonials-headline{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:25px;text-shadow:2px 2px 8px #000000b3;@media (max-width:1024px){font-size:3rem}@media (max-width:768px){font-size:2.5rem}@media (max-width:480px){font-size:1.8rem}}.testimonials-subheadline{color:#ffffffd9;font-size:1.4rem;font-weight:300;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px;text-shadow:1px 1px 3px #00000080;@media (max-width:768px){font-size:1.2rem;margin-bottom:40px}@media (max-width:480px){font-size:1rem;margin-bottom:30px}}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;margin:0 auto 60px;max-width:1100px;width:100%}.testimonial-card{align-items:center;background-color:#ffffff14;border-radius:15px;box-shadow:0 8px 20px #0000004d;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:350px;min-width:300px;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 12px 25px #0006;transform:translateY(-5px)}.testimonial-rating{color:gold;font-size:1.5rem;margin-bottom:15px}.testimonial-rating .star.filled{color:gold}.testimonial-rating .star{color:#ffffff4d;margin:0 2px}.testimonial-quote{color:#ffffffe6;flex-grow:1;font-size:1.1rem;font-weight:300;line-height:1.6;margin-bottom:25px}.testimonial-author{align-items:center;display:flex;flex-direction:column;margin-top:auto}.author-avatar{border:2px solid #fff3;border-radius:50%;height:60px;margin-bottom:10px;object-fit:cover;width:60px}.author-name{color:#fff;font-size:1.05rem;font-weight:500}.testimonials-cta{display:flex;justify-content:center;margin-top:30px}.testimonials-button{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;padding:14px 32px;text-decoration:none;text-transform:capitalize;transition:all .3s ease;white-space:nowrap}.testimonials-button.primary{background-color:#fff;border:1px solid #fff;color:#1a2e35}.testimonials-button.primary:hover{background-color:#ffffffe6}@media (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonial-card{max-width:none;min-width:0;min-width:auto}}@media (max-width:768px){.testimonials-content{padding:30px 15px}.testimonials-grid{gap:20px;grid-template-columns:1fr}.testimonial-card{padding:25px}.testimonials-button{font-size:.95rem;padding:12px 28px}}@media (max-width:480px){.testimonials-section{padding-top:60px}.testimonials-content{padding:20px 10px}}.site-footer{background-color:#080808;border-top:1px solid hsla(0,0%,100%,.353);color:#ffffffb3;font-family:Arial,sans-serif;padding:60px 20px 30px}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto 40px;max-width:1200px;text-align:left}.footer-column{flex:1 1;margin-bottom:30px;min-width:250px;padding:0 15px}.footer-brand .footer-brand-name{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:15px}.footer-brand .footer-logo{height:auto;margin-bottom:15px;max-width:200px}.footer-brand .footer-description{font-size:.8rem;line-height:1.6;margin-bottom:25px}.footer-social-links{display:flex;gap:20px;justify-content:flex-start;margin-top:20px}.footer-social-links a{color:#fff9;font-size:1.5rem;transition:color .3s ease}.footer-social-links a:hover{color:#fff}.footer-contact h4,.footer-links h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:20px;padding-bottom:10px;position:relative}.footer-contact h4:after,.footer-links h4:after{background-color:#fff;bottom:0;content:"";height:1px;left:0;position:absolute;width:40px}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-contact p{font-size:.95rem;line-height:1.6;margin-bottom:10px}.footer-contact a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #ffffff0d;color:#fff9;display:flex;flex-wrap:wrap;font-size:.85rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:25px;text-align:center}.footer-legal-links{display:flex;gap:20px;margin-top:10px}.footer-legal-links a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal-links a:hover{color:#fff}@media (max-width:992px){.footer-column{flex-basis:48%;min-width:200px}}@media (max-width:768px){.footer-content{align-items:center;flex-direction:column;text-align:center}.footer-column{min-width:0;min-width:auto;padding:0;width:100%}.footer-brand,.footer-contact,.footer-links{margin-bottom:40px}.footer-brand .footer-brand-name{margin-bottom:10px}.footer-social-links{justify-content:center}.footer-contact h4:after,.footer-links h4:after{left:50%;transform:translateX(-50%)}.footer-bottom{flex-direction:column;justify-content:center;padding-top:20px;text-align:center}.footer-legal-links{margin-top:15px}}@media (max-width:480px){.site-footer{padding:40px 15px 20px}.footer-content{margin-bottom:30px}.footer-brand .footer-brand-name{font-size:1.5rem}.footer-contact h4,.footer-links h4{font-size:1.1rem}.footer-social-links a{font-size:1.3rem}.footer-bottom{font-size:.8rem}}.info{background:#000;height:fit-content}.info,.info__container{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.info__container{margin:auto}.info__text{color:#fff;display:flex;flex-direction:column;font-family:var(--font-family);line-height:500%;padding:6%}.info__text>h1{align-items:center;color:#fff;flex-wrap:wrap;font-size:50px;font-weight:800}.info__text>h2{align-items:center;color:#e1e1e1;font-size:25px;font-weight:100}.info__text>h3{align-items:center;flex-wrap:wrap;font-size:30px;font-weight:200}.info__text>h4{color:#a5a2a2;font-size:20px;font-weight:400}.info__text>p{align-items:center;color:#aeaeae;font-size:23px;font-weight:300}.info__image,.info__image-left{align-items:center;display:flex;height:100%;justify-content:center;object-fit:contain;width:100%}.info__image>img{display:flex;height:100%;object-fit:contain;width:900px}.gradient__button{background:var(--gradient-bar2);border:none;border-radius:20px;color:#fff;display:flex;font-size:20px;justify-content:center;padding:15px;text-align:center;width:100%}.gradient__button:active,.gradient__button:hover{animation-duration:.3s;animation:infinite;background:var(--gradient-bar-hover);cursor:pointer;display:flex}@media screen and (max-width:1478px){.info__image>img{display:flex;height:100%;object-fit:contain;width:650px}}@media screen and (max-width:1189px){.info,.info__container{flex-direction:column}.info__container{padding-top:10%;width:100%}.info__image{align-items:flex-end;justify-content:flex-end}.info__image,.info__image-left{display:flex;height:100%;object-fit:contain;width:100%}.info__image-left{align-items:flex-start;justify-content:flex-start}}@media screen and (max-width:768px){.info,.info__container{flex-direction:column}.info__container{padding-top:20%;width:100%}.info__image{align-items:center;justify-content:center}.info__image,.info__image-left{display:flex;height:100%;object-fit:contain;width:100%}.info__image-left{align-items:flex-start;justify-content:flex-start}}@media screen and (max-width:700px){.info{width:100%}.info__image>img{display:flex;height:100%;object-fit:contain;width:100%}.info__text{width:100%}.info__text>h1{align-items:center;flex-wrap:wrap;font-size:xx-large;font-weight:600;width:100%}.info__text>h2{align-items:center;font-size:15px;font-weight:400;line-height:25px}.info__text>h3{font-size:18px;font-weight:200}.info__text>h4,.info__text>p{font-size:20px}}@media screen and (max-width:260px){.info__container{padding-top:25%;text-align:center}.info__text>h1{font-size:x-large}}.signup-page-container{align-items:center;background-color:#000;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow-x:hidden;padding:20px;position:relative;width:100%}.page-background-gradient{animation:subtleBackgroundShift 15s ease-in-out infinite alternate;background:radial-gradient(circle at center,#1a1a2e 0,#0a0a1a 70%,#000 100%);height:100%;left:0;opacity:.9;position:absolute;top:0;width:100%;z-index:-1}@keyframes subtleBackgroundShift{0%{background-position:0 0}to{background-position:100% 100%}}.page-content-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a0a14b3;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 40px #00000080;display:flex;flex-direction:column;gap:30px;max-width:900px;padding:40px;position:relative;text-align:center;width:100%;z-index:1}.page-header{margin-bottom:20px}.page-headline{color:#fff;font-size:4rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:15px;text-shadow:0 0 15px #ffffff4d}.page-subheadline{color:#ffffffb3;font-size:1.5rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:700px}.features-and-steps-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-bottom:40px;text-align:left}.section-title{align-items:center;color:#a0a0ff;display:flex;font-size:1.8rem;font-weight:600;justify-content:flex-start;margin-bottom:20px}.section-icon{color:#a0a0ff;height:28px;margin-right:12px;width:28px}.feature-list ul,.steps-list ul{list-style:none;margin:0;padding:0}.feature-list li,.steps-list li{align-items:flex-start;color:#ffffffd9;display:flex;font-size:1.1rem;line-height:1.4;margin-bottom:15px}.list-icon{color:#70e0a0;flex-shrink:0;height:22px;margin-right:10px;margin-top:2px;width:22px}.steps-container{padding-left:15px;position:relative}.steps-line{background-color:#ffffff1a;border-radius:1px;bottom:0;left:25px;position:absolute;top:0;width:2px}.steps-list li{margin-bottom:25px;position:relative}.signup-form{background-color:#141428cc;border:1px solid #ffffff14;border-radius:15px;box-shadow:0 10px 30px #0006;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:600px;padding:30px;width:100%}.form-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:20px;text-align:center}.error-message{background-color:#f003;border:1px solid #ff000080;border-radius:8px;color:#fcc;font-size:.95rem;padding:12px;text-align:center}.form-group{text-align:left}.form-label{align-items:center;color:#fffc;display:flex;font-size:1.05rem;font-weight:500;margin-bottom:8px}.label-icon{color:#a0a0ff;height:20px;margin-right:8px;width:20px}.form-input,.form-textarea{background-color:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;box-sizing:border-box;color:#fff;font-size:1rem;outline:none;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#fff6}.form-input:focus,.form-textarea:focus{border-color:#a0a0ff;box-shadow:0 0 0 3px #a0a0ff4d}.form-textarea{min-height:100px;resize:vertical}.form-actions{margin-top:20px;text-align:center}.submit-button{background:linear-gradient(99.97deg,#0569ff 1.54%,#4000ff 100.67%);border:none;border-radius:50px;box-shadow:0 8px 20px #0000004d,0 0 15px #a0a0ff80;color:#fff;cursor:pointer;font-size:.6rem;font-weight:400;letter-spacing:.05em;padding:10px 30px;transition:all .3s ease}.submit-button:hover{box-shadow:0 12px 25px #0006,0 0 20px #a0a0ffb3;transform:translateY(-3px) scale(1.02)}.submit-button:active{box-shadow:0 5px 15px #0003;transform:translateY(0)}.success-message-container{background-color:#141428cc;border:1px solid #ffffff14;border-radius:15px;box-shadow:0 10px 30px #0006;padding:50px 30px;text-align:center}.success-icon{animation:successPop .6s cubic-bezier(.68,-.55,.27,1.55) forwards;color:#70e0a0;height:80px;margin:0 auto 25px;width:80px}@keyframes successPop{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.1)}to{transform:scale(1)}}.success-headline{color:#70e0a0;font-size:3rem;font-weight:700;margin-bottom:15px}.success-text{color:#fffc;font-size:1.2rem;line-height:1.6;margin:0 auto 30px;max-width:600px}.back-button{background-color:#ffffff1a;border:1px solid #fff3;border-radius:30px;color:#ffffffb3;cursor:pointer;font-size:1rem;padding:12px 30px;transition:all .3s ease}.back-button:hover{background-color:#fff3;border-color:#fff6;color:#fff}.page-footer-quote{border-top:1px solid #ffffff0d;margin-top:50px;padding-top:30px}.quote-text{color:#fff9;font-size:1.3rem;font-style:italic;margin-bottom:10px}.quote-author{color:#fff6;font-size:1rem;font-weight:500}@media (max-width:900px){.page-content-wrapper{padding:30px}.page-headline{font-size:3.2rem}.page-subheadline{font-size:1.3rem}.features-and-steps-grid{gap:30px;grid-template-columns:1fr}.section-title{justify-content:center}.feature-list li,.steps-list li{justify-content:center;text-align:center}.list-icon,.step-number{margin-bottom:5px;margin-right:0}.feature-list li span,.steps-list li span{display:block}.steps-line{display:none}.steps-list li{padding-left:0}.signup-form{padding:25px}.form-title{font-size:1.8rem}.submit-button{font-size:1.1rem;padding:12px 30px}.success-headline{font-size:2.5rem}.success-text{font-size:1rem}}@media (max-width:600px){.page-headline{font-size:2.5rem}.page-subheadline{font-size:1.1rem}.section-title{font-size:1.5rem}.feature-list li,.steps-list li{font-size:1rem}.form-input,.form-textarea{font-size:.9rem;padding:10px 12px}.form-label{font-size:.95rem}}@media (max-width:400px){.page-content-wrapper{border-radius:15px;padding:20px}.page-headline{font-size:2rem}.page-subheadline{font-size:.95rem}.submit-button{font-size:1rem;padding:10px 25px}.success-headline{font-size:2rem}.success-text{font-size:.9rem}}
/*# sourceMappingURL=main.59963067.css.map*/