@font-face{font-family:Geist;src:url(/assets/Geist-Regular-CBiHZt9m.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #000000;--color-surface: #0a0a0a;--color-card: #111111;--color-card-hover: #1a1a1a;--color-border: #1e1e1e;--color-text-primary: #ffffff;--color-text-secondary: #a0a0a0;--color-text-muted: #666666;--color-accent: #4ade80;--color-accent-hover: #22c55e;--font-primary: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Geist", "Inter", sans-serif;--section-padding: 100px 0;--container-width: 1280px;--container-padding: 0 60px;--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--font-primary);background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.1;letter-spacing:-.02em}h1{font-size:clamp(3rem,8vw,6rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{color:var(--color-text-secondary);line-height:1.7;font-size:1rem}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent)}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-primary);cursor:pointer;border:none;outline:none;background:none}.container{max-width:var(--container-width);margin:0 auto;padding:var(--container-padding);width:100%}.section{padding:var(--section-padding)}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted);margin-bottom:16px}.accent-text{color:var(--color-accent)}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-xl);font-size:.9rem;font-weight:500;transition:all var(--transition-base);cursor:pointer}.btn-primary{background-color:var(--color-text-primary);color:var(--color-bg)}.btn-primary:hover{background-color:var(--color-accent);color:var(--color-bg);transform:translateY(-2px)}.btn-outline{border:1px solid var(--color-border);color:var(--color-text-primary);background:transparent}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.tag{display:inline-block;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:500;background-color:var(--color-card);color:var(--color-text-secondary);border:1px solid var(--color-border)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}::selection{background-color:var(--color-accent);color:var(--color-bg)}@media(max-width:1024px){:root{--container-padding: 0 40px;--section-padding: 80px 0}}@media(max-width:768px){:root{--container-padding: 0 24px;--section-padding: 60px 0}}@media(max-width:480px){:root{--container-padding: 0 16px;--section-padding: 48px 0}}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.home-section{background:linear-gradient(169.82deg,#000 60.2%,#050572 74.96%,#340389 96.45%);order:0}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.home{width:100%;margin:0 auto;height:100vh;max-height:1000px;display:flex;flex-direction:column;position:relative;overflow:hidden;background:linear-gradient(169.82deg,#000 60.2%,#050572 74.96%,#340389 96.45%)}.home:before{content:"";position:absolute;left:-15%;right:-15%;bottom:-25%;height:120%;pointer-events:none;z-index:0;background:radial-gradient(ellipse 28% 60% at 15% 100%,rgba(30,30,255,.55),transparent 65%),radial-gradient(ellipse 22% 50% at 35% 100%,rgba(76,20,200,.5),transparent 68%),radial-gradient(ellipse 32% 68% at 55% 100%,rgba(5,5,180,.6),transparent 66%),radial-gradient(ellipse 24% 55% at 75% 100%,rgba(90,20,220,.5),transparent 68%),radial-gradient(ellipse 20% 46% at 92% 100%,rgba(30,30,255,.45),transparent 70%);filter:blur(55px);mix-blend-mode:screen;transform-origin:50% 100%;animation:heroFlameFlicker 6s ease-in-out infinite;will-change:transform,filter}@keyframes heroFlameFlicker{0%{transform:translate3d(0,8%,0) scale(1);filter:blur(55px) brightness(.9)}14%{transform:translate3d(-2%,2%,0) scale(.96,1.18);filter:blur(50px) brightness(1.15)}28%{transform:translate3d(3%,-4%,0) scale(1.05,1.3);filter:blur(46px) brightness(1.3)}42%{transform:translate3d(-3%,-7%,0) scale(.97,1.42);filter:blur(44px) brightness(1.35)}56%{transform:translate3d(2%,-3%,0) scale(1.06,1.28);filter:blur(48px) brightness(1.2)}72%{transform:translate3d(-1%,1%,0) scale(.98,1.12);filter:blur(52px) brightness(1.05)}86%{transform:translate3d(2%,5%,0) scale(1.02);filter:blur(56px) brightness(.95)}to{transform:translate3d(0,8%,0) scale(1);filter:blur(55px) brightness(.9)}}@media(prefers-reduced-motion:reduce){.home:before{animation:none}}.home:after{content:"";position:absolute;width:100%;height:200px;bottom:0;left:0;background:linear-gradient(180deg,#0000,#000 72.6%);z-index:8;pointer-events:none}.home>.header,.home>.hero-content{position:relative;z-index:1}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 80px;width:100%;height:104px;box-sizing:border-box}.header-title{display:flex;flex-direction:row;align-items:center;gap:16px;flex:1;height:24px}.header-name,.header-role,.header-time{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:150%;color:#fff;white-space:nowrap}.header-role{letter-spacing:-.01em}.header-dot{width:4px;height:4px;background:#fff;border-radius:50%;flex:none}.header-location{display:flex;flex-direction:row;align-items:center;gap:16px;height:24px}.header-menu{display:flex;flex-direction:row;align-items:center;gap:10px;flex:0 0 auto;height:40px}.menu-btn{display:flex;justify-content:center;align-items:center;padding:7px 20px 8px;gap:6px;height:40px;background:#ffffff1f;border-radius:40px;font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:150%;color:#fff;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease;border:none;cursor:pointer}.menu-btn:hover{background:#fff3}.menu-btn--filled{background:#fff;color:#000}.menu-btn--filled:hover{background:#e0e0e0;color:#000}.header-hamburger{display:none}body.menu-open .header-hamburger{display:none!important}.mobile-menu-overlay{display:none}.hero-content{display:flex;flex-direction:column;align-items:flex-start;padding:30px 80px 0;gap:10px;width:100%;box-sizing:border-box;flex:1}.availability-tag{display:flex;justify-content:center;align-items:center;padding:8px 16px 8px 12px;gap:8px;height:32px;background:#ffffff1f;border-radius:40px;white-space:nowrap;width:fit-content}.availability-dot-wrapper{position:relative;width:12px;height:12px;display:flex;align-items:center;justify-content:center}.availability-dot-outer{position:absolute;width:12px;height:12px;border-radius:50%;background:#26ff6733;animation:pulse 2s ease-in-out infinite}.availability-dot-inner{position:absolute;width:8px;height:8px;border-radius:50%;background:#26ff67}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}.availability-text{font-family:var(--font-primary);font-weight:400;font-size:14px;line-height:150%;color:#26ff67}.hero-inside{display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%}.hero-headings{display:flex;flex-direction:column;gap:0}.hero-line-1{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px;width:100%;height:auto}.hero-heading{font-family:var(--font-display);font-weight:500;font-size:clamp(48px,6.5vw,96px);line-height:1;letter-spacing:-.04em;color:#fff;margin:0;padding:0;max-width:100%;overflow-wrap:break-word}.hero-line-1 .hero-heading{flex:1 1 auto;min-width:0}.hero-icons{display:flex;flex-direction:row;align-items:center;width:240px;height:120px;margin-top:50px;flex-shrink:0}.hero-icon{width:120px;height:120px;object-fit:contain;flex-shrink:0}.hero-icon--left{margin-right:-60px;z-index:1;position:relative}.hero-icon--right{z-index:1}.hero-subtitle{font-family:var(--font-primary);font-weight:400;font-size:24px;line-height:165%;color:#c7c7c7;max-width:755px;margin:0;padding:0}.hero-buttons{display:flex;flex-direction:row;align-items:flex-start;gap:24px;margin-top:40px}.hero-btn{display:flex;justify-content:center;align-items:center;padding:9px 25px 10px;gap:7px;height:65px;border-radius:49px;font-family:var(--font-primary);font-weight:500;font-size:20px;line-height:150%;text-decoration:none;white-space:nowrap;transition:all .3s ease;border:none;cursor:pointer}.hero-btn--primary{background:#fff;color:#09244b;width:200px;padding:9px 25px 10px;border-radius:49px;isolation:isolate;position:relative;z-index:0;font-weight:500}.hero-btn--primary:before{content:"";position:absolute;inset:-1px;border-radius:52px;background:conic-gradient(from var(--angle),transparent 0deg,transparent 60deg,#1E1EFF 90deg,#3636fb 120deg,#1E1EFF 150deg,#1E1EFF 180deg,#1E1EFF 210deg,#1E1EFF 240deg,transparent 360deg);z-index:-1;animation:border-spin 3.1s linear infinite}.hero-btn--primary:after{content:"";position:absolute;inset:2px;border-radius:47px;background:#fff;z-index:-1}@keyframes border-spin{to{--angle: 360deg}}.hero-btn--primary span{position:relative;color:#09244b}.hero-btn--outline{border:1px solid #ffffff;color:#fff;background:transparent}.hero-btn--outline:hover{background:#ffffff1a;transform:translateY(-2px)}.hero-btn--outline svg{width:20px;height:20px}@media(min-width:769px)and (max-width:1150px){.header{padding:20px 48px;height:auto}.header-location{display:none}.menu-btn{padding:7px 14px 8px;font-size:14px}.hero-content{padding:32px 48px 0;gap:24px}.hero-inside{gap:20px}.hero-heading{font-size:clamp(56px,8vw,90px)}.hero-icons{width:160px;height:90px;margin-top:20px}.hero-icon{width:90px;height:90px}.hero-icon--left{margin-right:-28px}.hero-subtitle{font-size:20px;max-width:90%}.hero-buttons{gap:16px;margin-top:28px}.hero-btn{height:56px;font-size:17px}.hero-btn--primary{height:56px;width:auto;font-size:17px}}@media(min-width:481px)and (max-width:768px){.home{height:auto;min-height:100vh;max-height:none;background:linear-gradient(171.21deg,#000 40%,#050572 62%,#340389 82%)}.hero-content{justify-content:center}.header{padding:20px 40px;height:auto}.header-dot,.header-role,.header-location,.header-time,.header-menu{display:none}.header-hamburger{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1000;flex-shrink:0}.mobile-menu-overlay{display:flex;position:fixed;inset:0;z-index:999;background:#00000080}.hero-content{padding:24px 40px 48px;gap:28px}.hero-inside{gap:20px}.hero-heading{font-size:clamp(44px,9vw,72px);white-space:normal}.hero-line-1{gap:14px}.hero-icons{width:130px;height:80px;margin-top:10px}.hero-icon{width:80px;height:80px;margin-top:0;margin-left:0}.hero-icon--left{margin-right:-22px}.hero-subtitle{font-size:18px;max-width:100%}.hero-buttons{gap:14px;margin-top:24px}.hero-btn{height:58px;font-size:16px;padding:0 22px}.hero-btn--primary{height:58px;width:auto;font-size:16px}}@media(max-width:768px){.home{height:auto;min-height:105vh;max-height:none;background:linear-gradient(171.21deg,#000 40%,#050572 62%,#340389 82%)}.hero-content{justify-content:center}.header{padding:24px 32px;height:auto;position:relative;box-sizing:border-box}.header-title{flex:none;width:auto;height:30px;gap:0}.header-name{font-size:20px}.header-dot,.header-role,.header-location,.header-time,.header-menu{display:none!important}.header-hamburger{display:flex;justify-content:center;align-items:center;position:absolute;right:32px;top:24px;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1000}.mobile-menu-overlay{display:flex;position:fixed;inset:0;z-index:999;background:#00000080}.mobile-menu{display:flex;align-items:flex-start;padding:48px 31px;width:100%;height:100%;background:#000;box-sizing:border-box}.mobile-menu-inner{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%;gap:0}.mobile-menu-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:30px;margin-bottom:50px}.mobile-menu-name{font-family:var(--font-primary);font-weight:400;font-size:20px;line-height:150%;color:#fff}.mobile-menu-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1}.mobile-menu-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;flex:1}.mobile-menu-nav{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.mobile-menu-link{font-family:var(--font-primary);font-weight:400;font-size:20px;line-height:150%;color:#fff;text-decoration:none}.mobile-menu-cta{display:flex;justify-content:center;align-items:center;padding:16px 24px;width:100%;height:53px;background:#fff;border-radius:49px;font-family:var(--font-primary);font-weight:500;font-size:14px;line-height:150%;color:#09244b;text-decoration:none;box-sizing:border-box}.hero-content{padding:0 32px 48px;gap:24px;width:100%;box-sizing:border-box}.availability-text{font-size:12px}.hero-inside{gap:24px;width:100%}.hero-heading{font-size:52px;line-height:1.15;white-space:normal;letter-spacing:-.02em}.hero-line-1{flex-wrap:nowrap;align-items:center;gap:12px}.hero-icons{width:100px;height:70px;margin-top:8px;flex-shrink:0}.hero-icon{width:65px;height:65px;margin-top:0;margin-left:0}.hero-icon--left{margin-right:-18px;z-index:1;position:relative}.hero-icon--right{z-index:0}.hero-subtitle{font-size:16px;line-height:165%;max-width:100%}.hero-buttons{flex-direction:column;align-items:flex-start;gap:16px;margin-top:24px}.hero-btn,.hero-btn--primary,.hero-btn--outline{width:100%;height:53px;font-size:15px;padding:0 24px;border-radius:49px}.hero-btn--primary:before{border-radius:52px}.hero-btn--primary:after{border-radius:47px}}.brands{display:flex;flex-direction:column;align-items:center;padding:0;gap:40px;width:100%;order:1;box-sizing:border-box}.brands-title{font-family:var(--font-primary);font-weight:500;font-size:23px;line-height:1.2;text-align:center;letter-spacing:-.02em;color:#fff;width:100%;margin:0}.brands-logo-section{display:flex;flex-direction:row;align-items:stretch;width:100%}.brands-logo-item{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex:1;height:200px;border:1px solid #303030;margin:0 -1px;background:#000;cursor:pointer;transition:background .3s linear,border-color .3s linear}.brands-logo-item:first-child{border-left:none}.brands-logo-item:last-child{border-right:none}.brands-logo-item:hover,.brands-logo-item.touched{background:#111;border-color:#111}.brands-logo-item:hover .brands-logo,.brands-logo-item.touched .brands-logo{transform:translateY(-14px)}.brands-logo-item:hover .brands-logo-name,.brands-logo-item.touched .brands-logo-name{opacity:1;transform:translateY(0)}.brands-logo{width:42px;height:auto;object-fit:contain;filter:brightness(0) invert(1);transition:transform .3s linear}.brands-logo-item:last-child .brands-logo{filter:none}.brands-logo-name{display:block;font-family:var(--font-primary);font-weight:400;font-size:14px;line-height:1.2;text-align:center;letter-spacing:-.02em;color:#fff;opacity:0;transform:translateY(6px);transition:opacity .3s linear,transform .3s linear}@media(min-width:769px)and (max-width:1150px){.brands{gap:32px}.brands-logo-item{height:160px}}@media(min-width:481px)and (max-width:768px){.brands{gap:28px}.brands-title{font-size:18px;padding:0 32px}.brands-logo-section{display:grid;grid-template-columns:1fr 1fr}.brands-logo-item{flex:unset;width:100%;height:140px;margin:0;border:1px solid #303030}.brands-logo-item:first-child{border-left:1px solid #303030}.brands-logo-item:last-child{border-right:1px solid #303030}.brands-logo-item:nth-child(n+3){border-top:none}.brands-logo-item:nth-child(2n){border-right:none}.brands-logo-item:nth-child(odd){border-left:none}}@media(max-width:480px){.brands{gap:24px;padding:0;margin-top:-40px;position:relative;z-index:10}.brands-title{font-size:14px;padding:0 32px}.brands-logo-section{display:grid;grid-template-columns:1fr 1fr}.brands-logo-item{flex:unset;width:100%;height:120px;gap:14px;margin:0;border:1px solid #303030}.brands-logo-item:first-child{border-left:none}.brands-logo-item:last-child{border-right:none}.brands-logo-item:nth-child(n+3){border-top:none}.brands-logo-item:nth-child(2n){border-right:none}.brands-logo-item:nth-child(odd){border-left:none}.brands-logo{width:28px}.brands-logo-name{font-size:13px;color:#797979}}.works-main{display:flex;flex-direction:column;align-items:center;padding:100px 0;gap:40px;width:100%;order:2;z-index:2;box-sizing:border-box}.works-header{display:flex;flex-direction:column;align-items:flex-start;padding:40px 80px 40px 60px;gap:20px;width:100%;box-sizing:border-box}.works-title-wrap{display:flex;flex-direction:column;align-items:flex-start}.works-title-line{display:block;height:auto;margin-top:-8px;margin-left:620px;align-self:flex-start}.works-title{font-family:Geist,sans-serif;font-weight:500;font-size:clamp(40px,5.6vw,80px);line-height:1.15;letter-spacing:-.02em;margin:0}.works-title--gradient{background:linear-gradient(98deg,#1e1eff,#8e8e8e 200%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.works-title--white{color:#fff;-webkit-text-fill-color:#ffffff}.works-subtitle{font-family:Geist,sans-serif;font-weight:400;font-size:24px;line-height:155%;color:#c7c7c7;margin:0}.works-content{display:flex;flex-direction:column;align-items:flex-start;padding:20px 50px;gap:40px;width:100%;box-sizing:border-box}.works-content--long{order:1}.works-content--short{order:2}.category-pill{display:inline-flex;align-items:center;padding:10px 20px;height:56px;background:#ffffff1f;border-radius:40px;border:none;cursor:pointer}.category-pill span{font-family:Geist,sans-serif;font-weight:400;font-size:24px;line-height:150%;color:#fff;white-space:nowrap}.works-grid{display:flex;flex-direction:column;gap:40px;width:100%}.works-row-long{display:flex;flex-direction:row;gap:40px;width:100%}.work-card-long{flex:1;min-width:0}.work-card-image{position:relative;width:100%;aspect-ratio:16 / 9;background:#1a1a2e;border-radius:12px;overflow:hidden}.works-row-short{display:flex;flex-direction:row;gap:20px;width:100%}.work-card-short{flex:1;min-width:0}.work-card-image-short{position:relative;width:100%;aspect-ratio:9 / 16;background:#1a1a2e;border-radius:8px;overflow:hidden}.work-card-image-thumb{position:absolute;inset:0;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;cursor:pointer}.yt-play{width:60px;height:42px;flex-shrink:0;z-index:1}.yt-shorts-play{width:60px;height:74px;flex-shrink:0;z-index:1}@media(min-width:769px)and (max-width:1150px){.works-main{padding:80px 0;gap:32px}.works-header{padding:32px 48px}.works-content{padding:16px 48px;gap:32px}.works-row-long{gap:24px}.works-row-short{gap:16px}.works-title-line{display:none}.works-subtitle{font-size:20px}.category-pill{height:48px}.category-pill span{font-size:20px}}@media(min-width:481px)and (max-width:768px){.works-main{padding:64px 0;gap:24px}.works-header{padding:24px 40px;gap:16px}.works-title-line{display:none}.works-subtitle{font-size:18px}.works-content{padding:16px 40px;gap:24px}.works-row-long{flex-direction:column;gap:20px}.works-row-short{display:grid;grid-template-columns:1fr 1fr;gap:16px}.work-card-short{flex:unset}.category-pill{height:44px}.category-pill span{font-size:18px}.works-grid{gap:20px}.yt-shorts-play{width:44px;height:54px}}@media(max-width:480px){.works-main{padding:48px 0;gap:24px}.works-header{padding:16px 32px;gap:16px}.works-title-line{display:none}.works-subtitle{font-size:14px}.works-content{padding:0 32px;gap:24px}.works-content--short{align-items:center}.works-grid{gap:20px}.works-row-long{flex-direction:column;gap:16px}.works-row-short{display:grid;grid-template-columns:1fr 1fr;gap:12px}.work-card-short{flex:unset}.category-pill{height:37px;padding:8px 16px}.category-pill span{font-size:14px}.yt-shorts-play{width:40px;height:50px}}.f86-main{display:flex;flex-direction:column;align-items:flex-start;width:100%;order:3;z-index:3;box-sizing:border-box}.f86-block{display:flex;flex-direction:column;align-items:flex-start;width:100%}.f86-header{display:flex;flex-direction:column;align-items:flex-start;padding:40px 80px 40px 60px;gap:20px;width:100%;box-sizing:border-box}.f86-pill{display:inline-flex;justify-content:center;align-items:center;padding:7px 20px 8px;gap:6px;height:40px;background:#ffffff1f;border-radius:40px;border:none;cursor:pointer;font-family:Geist,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#fff;white-space:nowrap;width:fit-content}.f86-title{font-family:Geist,sans-serif;font-weight:500;font-size:clamp(40px,5.6vw,80px);line-height:1.2;letter-spacing:-.02em;color:#fff;margin:0}.f86-title--solution{display:flex;align-items:center;gap:16px;flex-wrap:nowrap}.f86-dislike-icon{width:clamp(60px,8.3vw,120px);height:clamp(60px,8.3vw,120px);display:inline-block;vertical-align:middle;flex-shrink:0;margin-top:27px;margin-left:8px}.f86-solution-word{background:linear-gradient(90deg,#1e1eff,#66f 150%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.f86-arrow-icon{width:clamp(60px,8.3vw,120px);height:auto;margin-top:-60px;flex-shrink:0}.f86-stats{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 48px 64px;width:100%;box-sizing:border-box}.f86-overlay-border{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:1px;border:1px solid rgba(245,240,232,.1);width:100%}.f86-overlay-border--problem{align-items:flex-start}.f86-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:40px 32px;gap:8px;flex:1;min-width:0;position:relative;overflow:hidden;background:transparent}.f86-card--border-right{border-right:1px solid #191817}.f86-card--problem{background:#000}.f86-card-container{display:flex;flex-direction:column;align-items:center;width:100%}.f86-card-title{width:100%;font-family:Geist,sans-serif;font-weight:500;font-size:clamp(20px,2.2vw,32px);line-height:1.2;letter-spacing:-.02em;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center}.f86-card-desc{width:100%;font-family:Geist,sans-serif;font-weight:300;font-size:13px;line-height:1.5;letter-spacing:.5px;color:#f5f0e8b3;text-align:center;display:flex;align-items:center;justify-content:center}.f86-glow{position:absolute;width:100%;height:72px;left:0;bottom:0;background:#1e1eff80;filter:blur(75px);z-index:2;pointer-events:none}.f86-line{position:absolute;width:100%;height:1px;left:0;bottom:1px;background:linear-gradient(90deg,transparent 0%,rgba(30,30,255,.6) 50%,transparent 100%);z-index:3;pointer-events:none}@media(min-width:769px)and (max-width:1150px){.f86-header{padding:40px 48px}.f86-stats{padding:0 48px 48px}.f86-card{padding:32px 24px}.f86-arrow-icon{margin-top:-40px}}@media(min-width:481px)and (max-width:768px){.f86-header{padding:40px;gap:16px}.f86-pill{font-size:14px}.f86-title--solution{flex-wrap:wrap;gap:10px}.f86-arrow-icon{margin-top:-24px}.f86-stats{padding:0 40px 48px}.f86-overlay-border{flex-direction:column;gap:0}.f86-card{width:100%;padding:28px 24px;border-right:none!important;border-bottom:1px solid #191817}.f86-card:last-child{border-bottom:none}.f86-card-title{font-size:clamp(22px,3.5vw,28px)}.f86-card-desc{font-size:14px}}@media(max-width:480px){.f86-header{padding:48px 32px;gap:12px}.f86-pill{font-size:12px;padding:6px 14px}.f86-title--solution{flex-wrap:wrap;gap:8px}.f86-dislike-icon{margin-top:2px;margin-left:10px}.f86-arrow-icon{margin-top:-20px}.f86-stats{padding:0 32px 48px}.f86-overlay-border{flex-direction:column;gap:0}.f86-card{width:100%;padding:24px 16px;border-right:none!important;border-bottom:1px solid #191817}.f86-card:last-child{border-bottom:none}}.founder-main{display:flex;flex-direction:column;align-items:center;padding:80px 48px;gap:40px;width:100%;max-width:1440px;height:auto;flex:none;order:4;align-self:stretch;flex-grow:0;z-index:4;box-sizing:border-box;margin:0 auto}.founder-frame17,.founder-frame84{display:flex;flex-direction:column;align-items:center;padding:0;gap:20px;width:100%;max-width:660px;height:auto;flex:none;order:0;flex-grow:0;margin:0 auto}.founder-pill{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:7px 20px 8px;gap:6px;width:171px;height:40px;background:#ffffff1f;border-radius:40px;border:none;cursor:pointer;flex:none;order:0;flex-grow:0;font-family:Geist,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#fff;white-space:nowrap}.founder-title{width:100%;height:auto;font-family:Geist,sans-serif;font-style:normal;font-weight:500;font-size:80px;line-height:120%;letter-spacing:-.02em;color:#fff;margin:0;flex:none;order:1;flex-grow:0;text-align:center}.founder-title-name{background:linear-gradient(90deg,#1e1efffa,#8e8e8efa 250%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.founder-desc{width:100%;height:auto;font-family:Geist,sans-serif;font-style:normal;font-weight:400;font-size:24px;line-height:165%;text-align:center;color:#c7c7c7;margin:0;flex:none;order:2;flex-grow:0}.founder-socials{padding:0;gap:16px;flex:none;order:3;flex-grow:0}.founder-social-btn{display:flex;text-decoration:none}.founder-social-icon{width:32px;height:32px}.founder-photo-wrap{position:relative;width:100%;max-width:464px;height:auto;flex:none;order:1;flex-grow:0;margin:0 auto}.founder-photo{width:100%;height:auto;border-radius:12px;object-fit:cover;display:block}.founder-crown{position:absolute;width:270px;height:auto;top:-110px;left:-100px;z-index:1}@media(min-width:481px)and (max-width:1440px){.founder-main{width:100%;max-width:1440px;margin:0 auto;padding:80px 48px;gap:40px;box-sizing:border-box;height:auto;align-items:center}.founder-frame17,.founder-frame84{width:100%;height:auto;align-items:center}.founder-title{width:100%;height:auto;font-size:60px;text-align:center}.founder-desc{width:100%;height:auto;font-size:20px;text-align:center}.founder-photo-wrap{width:100%;height:auto;margin:0 auto}.founder-photo{width:100%;height:auto}}@media(max-width:480px){.founder-main{width:100%;max-width:100%;height:auto;padding:48px 32px;margin:0 auto;box-sizing:border-box;align-items:center}.founder-frame17,.founder-frame84{width:100%;max-width:100%;height:auto;align-items:center}.founder-title{width:100%;height:auto;font-size:40px}.founder-desc{width:100%;height:auto;font-size:18px}.founder-photo-wrap{width:100%;max-width:100%;height:auto}.founder-photo{width:100%;height:auto}.founder-crown{width:180px;top:-54px;left:-40px}}.faq-main{display:flex;flex-direction:row;align-items:flex-start;width:100%;box-sizing:border-box;z-index:5;position:relative}.faq-main{order:5}.faq-header{display:flex;flex-direction:column;gap:20px;padding:40px 40px 40px 60px;flex:1;position:relative;top:-20px;box-sizing:border-box}.faq-pill{display:inline-flex;justify-content:center;align-items:center;padding:7px 20px 8px;gap:6px;height:40px;background:#ffffff1f;border-radius:40px;border:none;cursor:pointer;font-family:Geist,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#fff;white-space:nowrap;width:fit-content}.faq-title{font-family:Geist,sans-serif;font-weight:500;font-size:clamp(40px,5.2vw,75px);line-height:1.2;letter-spacing:-.02em;color:#fff;margin:0;white-space:nowrap}.faq-question-icon{width:clamp(48px,8.3vw,120px);height:clamp(44px,8.3vw,120px);display:inline-block;vertical-align:middle;margin-left:8px;position:relative;top:.2em}.faq-stats{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;padding:0 48px;flex:1;box-sizing:border-box}.faq-item{display:flex;flex-direction:column;gap:24px;width:100%}.faq-content{display:flex;flex-direction:column;padding-bottom:16px;border-bottom:1px solid #303030;cursor:pointer;box-sizing:border-box}.faq-row{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.faq-icon-wrap{padding-top:2px;flex-shrink:0}.faq-toggle-icon{width:24px;height:24px;display:block}.faq-text-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.faq-question{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1.55;color:#fff;word-wrap:break-word;overflow-wrap:break-word}.faq-answer{font-family:Inter,sans-serif;font-weight:300;font-size:14px;line-height:1.6;color:#fff;margin:0;word-wrap:break-word;overflow-wrap:break-word}@media(min-width:481px)and (max-width:1150px){.faq-main{flex-direction:column;padding:48px 48px 0;gap:32px}.faq-header{padding:0;width:100%}.faq-stats{padding:0;width:100%;justify-content:flex-start}}@media(max-width:480px){.faq-main{flex-direction:column;padding:48px 32px;gap:32px}.faq-header{position:static;padding:0;width:100%;gap:16px}.faq-pill{font-size:12px;padding:6px 14px}.faq-title{white-space:normal}.faq-stats{padding:0;width:100%;justify-content:flex-start}.faq-question{font-size:16px}}.contact-main{display:flex;flex-direction:column;align-items:center;padding:90px 36px;gap:136px;width:100%;box-sizing:border-box;order:6;z-index:6}.contact-container{display:flex;flex-direction:column;align-items:flex-start;gap:100px;width:100%}.contact-heading-wrap{position:relative;width:100%}.contact-heading{font-family:Geist,sans-serif;font-weight:500;font-size:clamp(36px,5.2vw,75px);line-height:1.3;letter-spacing:-.04em;color:#fff;margin:0;display:flex;align-items:center;flex-wrap:wrap}.contact-heading-gradient{background:linear-gradient(90deg,#1e1eff 65%,#8e8e8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;margin-left:17px}.contact-line{position:absolute;bottom:-8px;left:420px;width:320px;height:auto;pointer-events:none}.contact-row{display:flex;flex-direction:row;align-items:flex-start;gap:106px;width:100%}.contact-image-wrap{width:447px;height:341px;flex-shrink:0;position:relative;overflow:hidden;background:url(../../assets/Checker.png)}.contact-image{position:absolute;width:485px;height:341px;left:-19px;top:0;object-fit:cover}.contact-form-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:72px;flex:1;min-width:0;width:100%}.contact-fields{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:100%}.contact-input-field{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 0 20px;gap:8px;width:100%;height:52px;border-bottom:1px solid #c7c7c7}.contact-input-field.error{border-bottom:1px solid #ff4d4f}.contact-input-field.error .contact-input::placeholder{color:#ff4d4f}.contact-input{width:100%;background:transparent;border:none;outline:none;font-family:Geist,sans-serif;font-weight:400;font-size:18px;line-height:24px;color:#fff;caret-color:#fff}.contact-input::placeholder{color:#c7c7c780}.contact-textarea{resize:none;height:24px;overflow:hidden}.contact-error{font-family:Geist,sans-serif;font-size:13px;color:#ff4d4f;margin-top:-48px}.contact-actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%}.book-call-option{display:flex;align-items:center;gap:24px}.contact-btn-outline{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 20px;gap:6px;height:49px;border:.76px solid #ffffff;border-radius:38px;background:transparent;cursor:pointer;font-family:Geist,sans-serif;font-weight:500;font-size:14px;line-height:150%;color:#fff;white-space:nowrap;transition:background .2s ease}.contact-btn-outline:hover{background:#ffffff14}.contact-btn-outline:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.contact-arrow{font-size:14px}.contact-or{font-family:Geist,sans-serif;font-weight:500;font-size:14px;line-height:150%;color:#c7c7c7;flex-shrink:0}.contact-btn-solid{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 20px;gap:6px;height:49px;background:#fff;border-radius:38px;border:none;cursor:pointer;font-family:Geist,sans-serif;font-weight:500;font-size:14px;line-height:150%;color:#000;text-decoration:none;white-space:nowrap;transition:background .2s ease}.contact-btn-solid:hover{background:#e0e0e0;color:#000}.contact-btn-solid.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}@media(min-width:481px)and (max-width:1150px){.contact-main{padding:80px 48px;gap:60px}.contact-container{gap:60px}.contact-row{flex-direction:column;gap:48px}.contact-image-wrap{width:100%;height:260px}.contact-image{width:100%;left:0;height:260px}.contact-line{left:10px;width:240px}.contact-heading-gradient{margin-left:10px}}@media(max-width:480px){.contact-main{padding:48px 32px;gap:0}.contact-container{gap:48px}.contact-heading-wrap{padding-bottom:32px}.contact-heading{display:block;white-space:normal}.contact-line{left:10px;bottom:0;width:210px}.contact-row{flex-direction:column;gap:48px}.contact-image-wrap{display:none}.contact-form-wrap{width:100%;gap:48px}.contact-fields{width:100%;gap:24px}.contact-input-field{width:100%}.contact-actions{flex-direction:column;align-items:flex-start;gap:16px}.contact-or{color:#787878}.contact-btn-outline,.contact-btn-solid{width:100%;justify-content:center}.contact-heading-gradient{margin-left:0}}.footer{display:flex;flex-direction:column;align-items:center;padding:132px 0;gap:148px;width:100%;background:linear-gradient(169.82deg,#000 60.2%,#050572 74.96%,#340389 96.45%);order:7;z-index:7;box-sizing:border-box;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;left:-15%;right:-15%;bottom:-25%;height:120%;pointer-events:none;z-index:0;background:radial-gradient(ellipse 28% 60% at 15% 100%,rgba(30,30,255,.55),transparent 65%),radial-gradient(ellipse 22% 50% at 35% 100%,rgba(76,20,200,.5),transparent 68%),radial-gradient(ellipse 32% 68% at 55% 100%,rgba(5,5,180,.6),transparent 66%),radial-gradient(ellipse 24% 55% at 75% 100%,rgba(90,20,220,.5),transparent 68%),radial-gradient(ellipse 20% 46% at 92% 100%,rgba(30,30,255,.45),transparent 70%);filter:blur(55px);mix-blend-mode:screen;transform-origin:50% 100%;animation:footerFlameFlicker 6s ease-in-out infinite;will-change:transform,filter}@keyframes footerFlameFlicker{0%{transform:translate3d(0,8%,0) scale(1);filter:blur(55px) brightness(.9)}14%{transform:translate3d(-2%,2%,0) scale(.96,1.18);filter:blur(50px) brightness(1.15)}28%{transform:translate3d(3%,-4%,0) scale(1.05,1.3);filter:blur(46px) brightness(1.3)}42%{transform:translate3d(-3%,-7%,0) scale(.97,1.42);filter:blur(44px) brightness(1.35)}56%{transform:translate3d(2%,-3%,0) scale(1.06,1.28);filter:blur(48px) brightness(1.2)}72%{transform:translate3d(-1%,1%,0) scale(.98,1.12);filter:blur(52px) brightness(1.05)}86%{transform:translate3d(2%,5%,0) scale(1.02);filter:blur(56px) brightness(.95)}to{transform:translate3d(0,8%,0) scale(1);filter:blur(55px) brightness(.9)}}@media(prefers-reduced-motion:reduce){.footer:before{animation:none}}.footer>.footer-groups,.footer>.footer-name{position:relative;z-index:1}.footer-groups{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:37px 40px 0;width:100%;max-width:1440px;box-sizing:border-box}.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-nav-link{font-family:var(--font-display);font-weight:400;font-size:25px;line-height:32px;color:#c7c7c7;text-decoration:none;white-space:nowrap;transition:color .2s ease}.footer-nav-link:hover{color:#fff}.footer-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.footer-back-to-top{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;cursor:pointer;background:none;border:none;padding:0}.footer-arrow-icon{width:60px;height:60px}.footer-back-label{font-family:var(--font-display);font-weight:400;font-size:16px;line-height:150%;color:#c7c7c7}.footer-name{width:100%;max-width:1440px;font-family:var(--font-display);font-weight:500;font-size:clamp(64px,17vw,250px);line-height:1.2;text-align:center;letter-spacing:-.02em;color:#fff;margin:0;padding:0 24px;box-sizing:border-box}@media(min-width:481px)and (max-width:1150px){.footer{padding:80px 48px;gap:80px}.footer-groups{flex-direction:column;align-items:flex-start;padding:0;gap:48px;min-height:unset}.footer-right{align-items:flex-start}.footer-nav-link{font-size:22px}}@media(max-width:480px){.footer{padding:48px 32px;gap:48px}.footer-groups{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0;gap:48px;width:100%}.footer-right{align-items:flex-start;order:0}.footer-arrow-icon{width:40px;height:40px}.footer-nav{gap:6px;order:1}.footer-nav-link{font-size:20px;line-height:32px}.footer-name{padding:0;margin-top:24px}}
