*{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea{font-family:inherit}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;background-color:#0f0f12;color:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;margin:0;overflow-x:hidden;scrollbar-width:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;overflow-x:hidden}img,video{height:auto;max-width:100%}@media (max-width:768px){input,select,textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}#root,.app-fox,body,html{-ms-overflow-style:none;scrollbar-width:none}#root::-webkit-scrollbar,.app-fox::-webkit-scrollbar,body::-webkit-scrollbar,html::-webkit-scrollbar{display:none;height:0;width:0}.reveal{opacity:0;transform:translateY(32px);transition:opacity .9s cubic-bezier(.23,1,.32,1),transform .9s cubic-bezier(.23,1,.32,1);will-change:opacity,transform}.reveal--visible{opacity:1;transform:translateY(0)}.reveal-child{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.23,1,.32,1),transform .7s cubic-bezier(.23,1,.32,1);will-change:opacity,transform}.reveal--visible .reveal-child{opacity:1;transform:translateY(0)}.reveal--visible .reveal-child:first-child{transition-delay:.06s}.reveal--visible .reveal-child:nth-child(2){transition-delay:.12s}.reveal--visible .reveal-child:nth-child(3){transition-delay:.18s}.reveal--visible .reveal-child:nth-child(4){transition-delay:.24s}.reveal--visible .reveal-child:nth-child(5){transition-delay:.3s}.reveal--visible .reveal-child:nth-child(6){transition-delay:.36s}.reveal--fade{opacity:0;transform:none;transition:opacity 1s cubic-bezier(.23,1,.32,1);will-change:opacity}.reveal--fade.reveal--visible{opacity:1}.reveal--left{opacity:0;transform:translateX(-32px);transition:opacity .9s cubic-bezier(.23,1,.32,1),transform .9s cubic-bezier(.23,1,.32,1);will-change:opacity,transform}.reveal--left.reveal--visible{opacity:1;transform:translateX(0)}.reveal--right{opacity:0;transform:translateX(32px);transition:opacity .9s cubic-bezier(.23,1,.32,1),transform .9s cubic-bezier(.23,1,.32,1);will-change:opacity,transform}.reveal--right.reveal--visible{opacity:1;transform:translateX(0)}.reveal--scale{opacity:0;transform:scale(.96) translateY(16px);transition:opacity .9s cubic-bezier(.23,1,.32,1),transform .9s cubic-bezier(.23,1,.32,1);will-change:opacity,transform}.reveal--scale.reveal--visible{opacity:1;transform:scale(1) translateY(0)}.reveal-delay-1{transition-delay:.1s!important}.reveal-delay-2{transition-delay:.2s!important}.reveal-delay-3{transition-delay:.3s!important}.reveal-delay-4{transition-delay:.4s!important}@media (prefers-reduced-motion:reduce){.reveal,.reveal--fade,.reveal--left,.reveal--right,.reveal--scale,.reveal-child{opacity:1;transform:none;transition:none}}.nav-fox{background:#0000;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease;width:100%;z-index:1000}.nav-fox--hidden{opacity:0;transform:translateY(-100%)}.nav-fox__floating-icon{align-items:center;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:linear-gradient(180deg,#0f0f12eb,#0a0a0cf5);border:1px solid #ffffff1a;border-radius:50%;box-shadow:0 8px 32px #00000080,inset 0 0 0 1px #ffffff08;display:flex;height:44px;justify-content:center;left:1.2rem;opacity:0;pointer-events:none;position:fixed;top:1.2rem;transform:translateY(-20px) scale(.8);transition:all .4s cubic-bezier(.4,0,.2,1);width:44px;z-index:999}.nav-fox__floating-icon--visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.nav-fox__floating-icon a{align-items:center;display:flex;height:34px;justify-content:center;width:34px}.nav-fox__floating-icon img{height:90%;object-fit:contain;transition:transform .25s ease;width:50%}.nav-fox__floating-icon:hover{border-color:#ffffff26;box-shadow:0 12px 40px #0009,inset 0 0 0 1px #ffffff0d;transform:scale(1.05)}.nav-fox__floating-icon:hover img{transform:scale(1.08)}.nav-fox__container{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:100px;display:flex;justify-content:space-between;margin:0 auto;max-width:1800px;padding:.3rem .6rem;position:relative}.nav-fox__right{align-items:center;display:flex;gap:.5rem}.nav-fox__logo-link{align-items:center;display:flex;padding:.25rem .5rem .25rem 0;text-decoration:none;transition:opacity .3s ease}.nav-fox__logo-link:hover{opacity:.85}.nav-fox__logo{height:24px;width:auto}.nav-fox__links{align-items:center;display:flex;gap:.25rem}.nav-fox__link{border-radius:50px;color:#ffffffa6;font-size:.8rem;font-weight:400;letter-spacing:.05em;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .2s ease}.nav-fox__link--dropdown{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.4rem;padding:.5rem 1rem}.nav-fox__dropdown{position:relative}.nav-fox__dropdown-icon{opacity:.5;transition:transform .2s ease}.nav-fox__link:hover .nav-fox__dropdown-icon{opacity:.8}.nav-fox__dropdown-icon--open{transform:rotate(180deg)}.nav-fox__dropdown-menu{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:linear-gradient(180deg,#141418fa,#0c0c0efc);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 50px #00000080;left:50%;min-width:200px;padding:.5rem;position:absolute;top:calc(100% + .5rem);transform:translateX(-50%);z-index:100}.nav-fox__dropdown-menu:after{background:#0000;content:"";height:.5rem;left:0;position:absolute;right:0;top:-.5rem}.nav-fox__dropdown-menu:before{background:linear-gradient(90deg,#0000,#fff3,#0000);border-radius:16px 16px 0 0;content:"";height:1px;left:20%;position:absolute;right:20%;top:0}.nav-fox__dropdown-item{border-radius:10px;color:#ffffffb3;display:block;font-size:.85rem;font-weight:500;padding:.65rem 1rem;text-decoration:none;transition:all .2s ease}.nav-fox__dropdown-item:hover{background:#ffffff14;color:#fff}.nav-fox__cta-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea4d,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;margin-left:.5rem;overflow:hidden;padding:.6rem 1.4rem;position:relative;transition:all .3s ease}.nav-fox__cta-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.nav-fox__cta-button:hover{box-shadow:0 8px 25px #667eea66,inset 0 1px 0 #ffffff40;transform:translateY(-2px)}.nav-fox__cta-button:hover:before{left:100%}.nav-fox__cta-button:active{box-shadow:0 4px 15px #667eea4d,inset 0 1px 0 #fff3;transform:translateY(0)}.nav-fox__lang-toggle{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50px;color:#ffffffa6;cursor:pointer;flex-shrink:0;font-size:.7rem;font-weight:600;letter-spacing:.08em;padding:.35rem .6rem;transition:all .2s ease}.nav-fox__lang-toggle:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.nav-fox__linkedin-link{align-items:center;color:#ffffff80;display:none;flex-shrink:0;justify-content:center;margin-right:5px;text-decoration:none;transition:color .2s ease}.nav-fox__linkedin-link:hover{color:#fffc}@media (max-width:1024px){.nav-fox{padding:.75rem 1.5rem}.nav-fox__container{padding:.6rem 1.25rem}}@media (max-width:768px){.nav-fox{padding:.6rem 1rem}.nav-fox__container{padding:.5rem 1rem}.nav-fox__logo{height:26px}.nav-fox__right{gap:.5rem}.nav-fox__links{display:none}.nav-fox__linkedin-link{display:flex}.nav-fox__cta-button{font-size:.8rem;margin-left:0;padding:.55rem 1.25rem}.nav-fox__floating-icon{height:54px;left:1rem;top:1rem;width:54px}.nav-fox__floating-icon a{height:28px;width:28px}}@media (max-width:640px){.nav-fox{padding:0}.nav-fox__container{border-radius:60px;padding:.4rem .75rem}.nav-fox__logo{height:22px}.nav-fox__cta-button{font-size:.75rem;padding:.5rem 1rem}.nav-fox__floating-icon{height:48px;left:.75rem;top:.75rem;width:48px}.nav-fox__floating-icon a{height:24px;width:24px}}@media (max-width:500px){.nav-fox__lang-toggle{display:none}}.footer-fox{background:#0a0a0f;color:#fff;overflow:hidden;padding:5rem 2rem 2rem;position:relative}.footer-fox__glow{border-radius:50%;filter:blur(120px);pointer-events:none;position:absolute}.footer-fox__glow--1{background:radial-gradient(circle,#667eea40 0,#0000 70%);height:500px;right:10%;top:-20%;width:500px}.footer-fox__glow--2{background:radial-gradient(circle,#f093fb33 0,#0000 70%);height:400px;right:30%;top:0;width:400px}.footer-fox__container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.footer-fox__content{grid-gap:4rem;border-bottom:1px solid #ffffff0f;display:grid;gap:4rem;grid-template-columns:1.5fr 1fr 1fr 1fr;padding-bottom:3rem}.footer-fox__brand{display:flex;flex-direction:column;gap:2rem}.footer-fox__logo{align-items:center;display:flex;gap:.75rem}.footer-fox__logo-img{filter:brightness(1.1);height:45px;object-fit:contain;width:45px}.footer-fox__logo-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.footer-fox__social{display:flex;gap:.75rem}.footer-fox__social-link{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;color:#ffffffb3;display:flex;font-size:1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-fox__social-link:hover{background:#667eea26;border-color:#667eea4d;color:#fff;transform:translateY(-2px)}.footer-fox__copyright{color:#fff6;font-size:.85rem;line-height:1.6;margin:0}.footer-fox__column{display:flex;flex-direction:column;gap:1.5rem}.footer-fox__column-title{color:#fff;font-size:1rem;font-weight:600;letter-spacing:.02em;margin:0}.footer-fox__links{display:flex;flex-direction:column;gap:.85rem;list-style:none;margin:0;padding:0}.footer-fox__link{color:#ffffff8c;display:inline-block;font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-fox__link:hover{color:#fff;transform:translateX(3px)}.footer-fox__bottom{padding-top:2rem;text-align:center}.footer-fox__bottom-text{color:#ffffff4d;font-size:.8rem;letter-spacing:.05em;margin:0}@media (max-width:1024px){.footer-fox__content{gap:3rem;grid-template-columns:1.2fr 1fr 1fr}.footer-fox__column:last-child{grid-column:1/-1}}@media (max-width:768px){.footer-fox{padding:4rem 1.5rem 2rem}.footer-fox__content{gap:2.5rem;grid-template-columns:1fr 1fr}.footer-fox__brand{border-bottom:1px solid #ffffff0f;grid-column:1/-1;margin-bottom:.5rem;padding-bottom:2rem}.footer-fox__glow--1{height:300px;right:-5%;width:300px}.footer-fox__glow--2{height:250px;right:20%;width:250px}.footer-fox__logo-text{font-size:1.3rem}}@media (max-width:640px){.footer-fox{padding:3rem 1rem 1.5rem}.footer-fox__content{gap:2rem;grid-template-columns:1fr}.footer-fox__column{border-bottom:1px solid #ffffff0a;padding-bottom:1.5rem}.footer-fox__column:last-child{border-bottom:none;padding-bottom:0}.footer-fox__social{justify-content:flex-start}.footer-fox__column-title{font-size:.95rem}.footer-fox__link{font-size:.9rem}}.hero-fox{align-items:center;background:linear-gradient(180deg,#0f0f12,#121215 50%,#0f0f12);display:flex;justify-content:center;min-height:calc(100vh - 200px);overflow:hidden;padding:0 1rem 4rem;position:relative;width:100%}.hero-fox__background{height:100%;left:0;object-fit:cover;opacity:.3;position:absolute;top:0;width:100%;z-index:0}.hero-fox__container{gap:3rem;max-width:1200px;position:relative;z-index:1}.hero-fox__container,.hero-fox__content{align-items:center;display:flex;flex-direction:column;width:100%}.hero-fox__content{gap:1.5rem;margin-top:6rem;text-align:center}.hero-fox__tagline{border:1px solid #ffffff26;border-radius:100px;color:#888;display:inline-block;font-size:.8rem;font-weight:500;letter-spacing:.03em;margin-bottom:.5rem;margin-top:6rem;padding:.5rem 1.25rem}.hero-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin:0 0 1.5rem;max-width:1000px;text-shadow:0 2px 4px #0003}.hero-fox__title-gradient{-webkit-text-fill-color:#0000;animation:gradient-shift 12s ease-in-out infinite;background:linear-gradient(90deg,#667eea,#764ba2 25%,#f093fb 50%,#764ba2 75%,#667eea);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-weight:700;text-shadow:0 0 40px #764ba226}.hero-fox__subtitle{color:#ddd;font-size:1.25rem;line-height:1.6;margin-top:-1rem;max-width:800px}.hero-fox__subtitle-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f093fb,#764ba2);background-clip:text;-webkit-background-clip:text;color:#f093fb;font-weight:600}.hero-fox__cta-border-wrap{animation:cta-border-gradient 6s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 25%,#f093fb 50%,#764ba2 75%,#667eea);background-size:300% 300%;border-radius:100px;box-shadow:0 0 25px #764ba24d,0 0 50px #667eea26;margin-bottom:0;margin-top:0;max-width:450px;padding:2px;position:relative;transition:all .25s ease}.hero-fox__cta-border-wrap:hover{box-shadow:0 0 30px #764ba273,0 0 60px #667eea33}@keyframes cta-border-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-fox__cta-button{align-items:center;background:#0a0a0ef2;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.6rem;justify-content:center;letter-spacing:.01em;padding:1rem 3rem;text-decoration:none;transition:all .25s ease;width:100%}.hero-fox__cta-button:hover{background:#0f0f14e6}.hero-fox__cta-button:active{transform:scale(.98)}.hero-fox__cta-icon{align-items:center;display:flex;justify-content:center;transition:transform .25s ease}.hero-fox__cta-icon i{color:#ffffffb3;font-size:.9rem}.hero-fox__cta-button:hover .hero-fox__cta-icon{transform:translateX(3px)}.hero-fox__cta-button:hover .hero-fox__cta-icon i{color:#fff}.hero-fox__trust-badges{flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem}.hero-fox__partner-badge,.hero-fox__trust-badges{align-items:center;display:flex}.hero-fox__partner-image{height:auto;max-height:90px;width:auto}.hero-fox__rating{align-items:center;display:flex;gap:.5rem}.hero-fox__rating-score{color:#fff;font-size:1.5rem;font-weight:700}.hero-fox__stars{display:flex;gap:2px}.hero-fox__star{color:#ffc107;font-size:1.5rem;line-height:1}.hero-fox__google-logo{align-items:center;display:flex}.hero-fox__google-image{height:30px;width:auto}.hero-fox__video-wrapper{--video-scale:1;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 60px #0006,0 0 40px #96a0b414,inset 0 1px 0 #ffffff0f;max-width:1000px;overflow:hidden;position:-webkit-sticky;position:sticky;top:100px;transform:scale(var(--video-scale));transition:transform .1s ease-out;width:100%;will-change:transform;z-index:1}.hero-fox__video-wrapper:before{background:linear-gradient(90deg,#0000,#ffffff26 20%,#c8d2dc4d 50%,#ffffff26 80%,#0000);content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.hero-fox__video-wrapper:hover{border-color:#ffffff26;box-shadow:0 25px 70px #00000080,0 0 50px #96a0b41f,inset 0 1px 0 #ffffff14}.hero-fox__video{background-color:#000;border-radius:16px;box-shadow:none;display:block;height:auto;width:100%}.hero-fox__play-btn{align-items:center;border:none;border-radius:50%;box-shadow:0 10px 40px #764ba280,0 0 0 0 #764ba266,inset 0 1px 0 #fff3;cursor:pointer;display:flex;height:90px;justify-content:center;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:90px;z-index:10}.hero-fox__play-btn,.hero-fox__play-btn:before{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);position:absolute}.hero-fox__play-btn:before{border-radius:50%;content:"";filter:blur(12px);inset:-4px;opacity:.4;transition:opacity .4s ease;z-index:-1}.hero-fox__play-btn:hover{box-shadow:0 15px 50px #764ba299,0 0 0 8px #764ba226,inset 0 1px 0 #ffffff4d;transform:translate(-50%,-50%) scale(1.1)}.hero-fox__play-btn:hover:before{opacity:.7}.hero-fox__play-btn--hidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.8)}.hero-fox__play-icon{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2rem;line-height:1;margin-left:6px}.hero-fox__video-caption{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:2rem 0 -1.5rem}.hero-fox__video-caption-label{color:#888;font-size:.8rem;letter-spacing:.03em}.hero-fox__video-caption-info{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-fox__video-caption-name{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:-.01em}.hero-fox__video-caption-pill{align-items:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:100px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:600;gap:.35rem;padding:.35rem .85rem;text-decoration:none;transition:all .25s ease}.hero-fox__video-caption-pill:hover{background:#ffffff1f;border-color:#ffffff40}.hero-fox__video-caption-pill-arrow{font-size:.7rem;opacity:.6;transition:opacity .2s ease}.hero-fox__video-caption-pill:hover .hero-fox__video-caption-pill-arrow{opacity:1}.hero-fox__cta-button-content{align-items:center;display:flex;flex-direction:column;gap:.3rem}.hero-fox__cta-button-title{font-size:inherit;font-weight:600}.hero-fox__cta-button-sub{color:#ffffff80;font-size:.7rem;font-weight:400;line-height:1.4;max-width:400px;text-align:center}.hero-fox__secondary-button{border:1px solid #666;border-radius:50px;color:#bbb;display:inline-block;font-size:1rem;font-weight:400;margin-top:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .2s}.hero-fox__secondary-button:hover{border-color:#888;color:#fff}.hero-fox__floating-cta-wrapper{bottom:2.5rem;cursor:pointer;position:fixed;right:0;z-index:1000}.hero-fox__floating-cta-wrapper--bouncing{animation:cta-bounce .5s ease 2}@keyframes cta-bounce{0%,to{transform:translateX(0)}50%{transform:translateX(-15px)}}.hero-fox__floating-cta-mini{align-items:center;background:linear-gradient(165deg,#161618,#0f0f12);border:1px solid #764ba24d;border-radius:50% 0 0 50%;border-right:none;box-shadow:-8px 8px 30px #00000080,0 0 30px #764ba233,inset 0 1px 0 #ffffff0d;display:flex;justify-content:center;padding:.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-fox__floating-cta-mini:before{background:linear-gradient(135deg,#667eea1a,#f093fb1a);border-radius:50% 0 0 50%;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.hero-fox__floating-cta-mini:hover:before{opacity:1}.hero-fox__floating-cta-mini:hover{box-shadow:-12px 12px 40px #0009,0 0 40px #764ba24d,inset 0 1px 0 #ffffff14;transform:none}.hero-fox__floating-cta-mini--hidden{opacity:0;pointer-events:none;transform:translateX(100px)}.hero-fox__floating-cta-mini-image{height:55px;position:relative;width:55px}.hero-fox__floating-cta-mini-image img{border:2px solid #764ba280;border-radius:50%;box-shadow:0 0 20px #764ba24d,0 0 0 3px #667eea33,0 0 0 6px #f093fb1a;height:100%;object-fit:cover;width:100%}.hero-fox__floating-cta-mini-status{animation:pulse-status 2s ease-in-out infinite;background:#22c55e;border:2px solid #0f0f12;border-radius:50%;bottom:2px;height:14px;position:absolute;right:2px;width:14px}.hero-fox__floating-cta-mini-pulse{animation:mini-pulse 2s ease-out infinite;border:2px solid #764ba266;border-radius:50%;height:70px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:70px}@keyframes mini-pulse{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.5)}}.hero-fox__floating-cta-expanded{bottom:0;opacity:0;pointer-events:none;position:absolute;right:0;transform:translateX(100px);transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-fox__floating-cta-expanded--visible{opacity:1;pointer-events:auto;transform:translateX(0)}.hero-fox__floating-cta-close{align-items:center;aspect-ratio:1;background:#0f0f12;border:1px solid #ffffff1a;border-radius:50%;color:#ffffff80;cursor:pointer;display:flex;font-size:12px;height:22px;justify-content:center;left:-8px;line-height:1;min-height:22px;min-width:22px;padding:0;position:absolute;top:-8px;transition:all .2s ease;width:22px;z-index:10}.hero-fox__floating-cta-close:hover{background:#1a1a1d;border-color:#fff3;color:#fffc}.hero-fox__floating-cta{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(165deg,#161618,#0f0f12);border:1px solid #764ba24d;border-radius:20px 0 0 20px;border-right:none;box-shadow:-10px 10px 40px #0009,0 0 30px #764ba226,inset 0 1px 0 #ffffff0a;display:flex;flex-direction:column;gap:.6rem;padding:1.25rem 1.4rem 1rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-fox__floating-cta:before{background:linear-gradient(90deg,#667eea80,#f093fb80,#0000);border-radius:20px 0 0 0;content:"";height:1px;left:0;position:absolute;right:0;top:0}.hero-fox__floating-cta:hover{border-color:#764ba280;box-shadow:-15px 15px 50px #000000b3,0 0 40px #764ba233,inset 0 1px 0 #ffffff0f;transform:translateX(-8px)}.hero-fox__floating-cta-image-wrapper{position:relative}.hero-fox__floating-cta-image{border:2px solid #764ba280;border-radius:50%;box-shadow:0 0 20px #764ba24d,0 0 0 3px #667eea33,0 0 0 6px #f093fb1a;height:60px;object-fit:cover;width:60px}.hero-fox__floating-cta-status{animation:pulse-status 2s ease-in-out infinite;background:#22c55e;border:2px solid #0f0f12;border-radius:50%;bottom:-2px;height:12px;left:0;margin:0 auto;position:absolute;right:0;width:12px}@keyframes pulse-status{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.hero-fox__floating-cta-badge{animation:badge-glow 2.5s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);border-radius:50px;box-shadow:0 4px 15px #764ba280,0 0 25px #764ba24d;color:#fff;font-size:.58rem;font-weight:700;left:50%;letter-spacing:.08em;padding:.2rem .5rem;position:absolute;text-transform:uppercase;top:-8px;transform:translateX(-50%)}@keyframes badge-glow{0%,to{box-shadow:0 4px 15px #764ba280,0 0 25px #764ba24d}50%{box-shadow:0 4px 20px #764ba2b3,0 0 35px #764ba266}}.hero-fox__floating-cta-text{color:#ffffffd9;font-size:.72rem;font-weight:500;letter-spacing:.02em;line-height:1.4;max-width:100px;text-align:center;text-decoration:underline;-webkit-text-decoration-color:#ffffff4d;text-decoration-color:#ffffff4d;text-underline-offset:3px}@media (max-width:768px){.hero-fox{min-height:auto;padding:2rem 1rem}.hero-fox__content{margin-top:4rem}.hero-fox__tagline{font-size:.75rem;margin-top:4rem;padding:.4rem 1rem}.hero-fox__title{font-size:3.5rem}.hero-fox__subtitle{font-size:1.05rem;padding:0 .5rem}.hero-fox__container{gap:2rem}.hero-fox__cta-button{font-size:1rem;padding:.9rem 1.75rem}.hero-fox__trust-badges{gap:1.5rem}.hero-fox__partner-image{max-height:50px}.hero-fox__rating-score,.hero-fox__star{font-size:1.25rem}.hero-fox__google-image{height:24px}.hero-fox__video-wrapper{border-radius:12px;max-width:100%}.hero-fox__video{border-radius:12px}.hero-fox__play-btn{height:75px;width:75px}.hero-fox__play-icon{font-size:1.6rem;margin-left:5px}.hero-fox__video-caption{gap:.35rem;margin-left:1.5rem;margin-right:1.5rem}.hero-fox__video-caption-label{font-size:.7rem}.hero-fox__video-caption-name{font-size:1rem}.hero-fox__video-caption-pill{font-size:.7rem;padding:.3rem .7rem}.hero-fox__cta-button-sub{font-size:.65rem}.hero-fox__secondary-button{font-size:.9rem;padding:.85rem 1.5rem}.hero-fox__floating-cta-wrapper{bottom:1.5rem}.hero-fox__floating-cta-mini{padding:.4rem}.hero-fox__floating-cta-mini-image{height:45px;width:45px}.hero-fox__floating-cta-mini-pulse{height:55px;width:55px}.hero-fox__floating-cta{border-radius:16px 0 0 16px;padding:1rem 1.1rem .85rem}.hero-fox__floating-cta-image{height:50px;width:50px}.hero-fox__floating-cta-text{font-size:.65rem;max-width:85px}.hero-fox__floating-cta-badge{font-size:.52rem;padding:.15rem .4rem}}@media (max-width:640px){.hero-fox{padding:1.5rem .75rem}.hero-fox__content{gap:1rem;margin-top:3rem}.hero-fox__tagline{font-size:.7rem;margin-top:3rem;padding:.35rem .9rem}.hero-fox__title{font-size:3rem;margin-bottom:1rem}.hero-fox__subtitle{font-size:.95rem;line-height:1.5;margin-top:-.5rem}.hero-fox__cta-border-wrap{animation:none;background:none;border-radius:0;box-shadow:none;margin:-1.9rem -1rem -25px;max-width:none;padding:0;width:calc(100% + 2rem)}.hero-fox__cta-border-wrap:hover{box-shadow:none}.hero-fox__cta-button{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-left:none;border-radius:0;border-right:none;box-shadow:none;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;height:auto;justify-content:center;padding:2rem 1.5rem;transition:none;width:100%}.hero-fox__cta-button:hover{background:#ffffff0d;border-color:#ffffff1a;box-shadow:none;transform:none}.hero-fox__cta-button:active,.hero-fox__cta-button:hover .hero-fox__cta-icon{transform:none}.hero-fox__cta-button-content{align-items:center;text-align:center}.hero-fox__cta-button-sub{font-size:.65rem;max-width:none}.hero-fox__trust-badges{gap:2rem;margin-top:.5rem}.hero-fox__partner-image{max-height:40px}.hero-fox__rating{gap:.4rem}.hero-fox__rating-score,.hero-fox__star{font-size:1.1rem}.hero-fox__google-image{height:20px}.hero-fox__video,.hero-fox__video-wrapper{border-radius:0}.hero-fox__play-btn{height:52px;width:52px}.hero-fox__play-btn:before{filter:blur(8px);inset:-3px}.hero-fox__play-icon{font-size:1.1rem;margin-left:3px}.hero-fox__video-caption{gap:.25rem;margin-left:1rem;margin-right:1rem;margin-top:.5rem}.hero-fox__video-caption-label{font-size:.6rem}.hero-fox__video-caption-name{font-size:.85rem}.hero-fox__video-caption-pill{background:#ffffff0a;border-color:#ffffff1a;font-size:.55rem;font-weight:500;opacity:.75;padding:.1rem .5rem}.hero-fox__secondary-button{font-size:.85rem;padding:.75rem 1.25rem}.hero-fox__floating-cta-wrapper{bottom:1rem}.hero-fox__floating-cta-mini{padding:.35rem}.hero-fox__floating-cta-mini-image{height:40px;width:40px}.hero-fox__floating-cta-mini-status{bottom:0;height:10px;right:0;width:10px}.hero-fox__floating-cta-mini-pulse{height:48px;width:48px}.hero-fox__floating-cta{border-radius:14px 0 0 14px;gap:.4rem;padding:.85rem .9rem .75rem}.hero-fox__floating-cta-image{height:42px;width:42px}.hero-fox__floating-cta-text{font-size:.6rem;max-width:75px}.hero-fox__floating-cta-badge{font-size:.48rem;padding:.12rem .35rem;top:-6px}.hero-fox__floating-cta-close{aspect-ratio:1;font-size:11px;height:20px;left:-6px;min-height:20px;min-width:20px;top:-6px;width:20px}}.references-banner-fox{background:linear-gradient(180deg,#0f0f12,#121215 50%,#0f0f12);border-top:1px solid #0085ff26;box-shadow:0 -20px 60px #0085ff14,0 20px 60px #0085ff14,inset 0 1px 0 #ffffff08,inset 0 -1px 0 #ffffff08;overflow:hidden;padding:3rem 0;position:relative;width:100%}.references-banner-fox__title{color:#888;display:block;font-size:.8rem;font-weight:500;letter-spacing:.05em;margin-bottom:2.5rem;position:relative;text-align:center;text-transform:uppercase;z-index:3}.references-banner-fox:before{top:0}.references-banner-fox:after,.references-banner-fox:before{background:linear-gradient(90deg,#0000,#0085ff80 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;z-index:1}.references-banner-fox:after{bottom:0}.references-banner-fox__glow{background:radial-gradient(ellipse at center,#0085ff1f 0,#0000 70%);filter:blur(40px);height:200px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px}.references-banner-fox__fade{bottom:0;pointer-events:none;position:absolute;top:0;width:150px;z-index:2}.references-banner-fox__fade--left{background:linear-gradient(90deg,#0f0f12,#0000);left:0}.references-banner-fox__fade--right{background:linear-gradient(270deg,#0f0f12,#0000);right:0}.references-banner-fox__container{overflow:hidden;position:relative;width:100%}.references-banner-fox__track{animation:scroll-left 30s linear infinite;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;gap:4rem;transform:translateZ(0);width:-webkit-fit-content;width:fit-content;will-change:transform}.references-banner-fox__item{align-items:center;display:flex;flex-shrink:0;height:80px;justify-content:center;padding:0 2rem}.references-banner-fox__logo{filter:brightness(0) invert(1);height:auto;max-height:80px;max-width:150px;object-fit:contain;opacity:.6;transition:opacity .4s ease;width:auto}.references-banner-fox__logo:hover{opacity:1}@keyframes scroll-left{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (max-width:768px){.references-banner-fox{padding:2rem 0}.references-banner-fox__title{font-size:.7rem;margin-bottom:1.25rem}.references-banner-fox__item{height:60px;padding:0 1.5rem}.references-banner-fox__logo{max-height:60px;max-width:120px}.references-banner-fox__track{gap:3rem}.references-banner-fox__fade{width:80px}.references-banner-fox__glow{height:150px;width:300px}}@media (max-width:640px){.references-banner-fox{padding:1.5rem 0}.references-banner-fox__title{font-size:.65rem;margin-bottom:1rem}.references-banner-fox__item{height:50px;padding:0 1rem}.references-banner-fox__logo{max-height:45px;max-width:100px}.references-banner-fox__track{animation-duration:20s;gap:2rem}.references-banner-fox__fade{width:50px}.references-banner-fox__glow{height:100px;width:200px}}.services-banner-fox{background:linear-gradient(180deg,#0f0f12,#121215 50%,#0f0f12);overflow:hidden;padding:7rem 2rem;position:relative;width:100%}.services-banner-fox:before{background:linear-gradient(90deg,#0000,#667eea80 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.services-banner-fox:after{background:linear-gradient(90deg,#0000,#f093fb80 50%,#0000);bottom:0;content:"";height:1px;left:0;position:absolute;right:0}.services-banner-fox__bg-grid{background-image:linear-gradient(#667eea08 1px,#0000 0),linear-gradient(90deg,#667eea08 1px,#0000 0);background-size:60px 60px;bottom:0;left:0;mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);pointer-events:none;position:absolute;right:0;top:0}.services-banner-fox__bg-orb{border-radius:50%;filter:blur(80px);pointer-events:none;position:absolute}.services-banner-fox__bg-orb--1{animation:services-orb-float 12s ease-in-out infinite;background:#667eea1f;height:600px;right:-100px;top:-200px;width:600px}.services-banner-fox__bg-orb--2{animation:services-orb-float 15s ease-in-out infinite reverse;background:#f093fb14;bottom:-150px;height:500px;left:-100px;width:500px}.services-banner-fox__bg-orb--3{animation:services-orb-pulse 8s ease-in-out infinite;background:#764ba20f;height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}@keyframes services-orb-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}@keyframes services-orb-pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}.services-banner-fox__container{margin:0 auto;max-width:1400px;position:relative;z-index:1}.services-banner-fox__header{margin-bottom:4.5rem;text-align:center}.services-banner-fox__label{align-items:center;border-bottom:1px solid #667eea4d;color:#667eea;display:inline-flex;font-size:.95rem;font-weight:700;gap:.6rem;letter-spacing:.2em;margin-bottom:1.5rem;padding:0 0 .5rem;text-transform:uppercase}.services-banner-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;margin:0 auto 1.5rem;max-width:700px}.services-banner-fox__subtitle{color:#ffffff8c;font-size:1.15rem;font-weight:400;line-height:1.75;margin:0 auto;max-width:750px}.services-banner-fox__subtitle-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#667eea,#f093fb);background-clip:text;-webkit-background-clip:text;color:#667eea;font-weight:600}.services-banner-fox__title-gradient{-webkit-text-fill-color:#0000;animation:gradient-shift 12s ease-in-out infinite;animation:services-gradient-shift 3s ease infinite;background:linear-gradient(90deg,#667eea,#764ba2 25%,#f093fb 50%,#764ba2 75%,#667eea);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-weight:700;text-shadow:0 0 40px #764ba226}@keyframes services-gradient-shift{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.services-banner-fox__grid{grid-gap:0;background:#0f0f1280;border:1px solid #ffffff1a;border-radius:20px;display:grid;gap:0;grid-template-columns:repeat(3,1fr);overflow:hidden}.services-banner-fox__card{background:#0000;border:none;border-right:1px solid #ffffff1a;display:flex;flex-direction:column;min-height:620px;overflow:hidden;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.services-banner-fox__card:last-child{border-right:none}.services-banner-fox__card:before{background:#0000;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;transition:all .4s ease}.services-banner-fox__card:hover,.services-banner-fox__card:hover:before{background:#ffffff05}.services-banner-fox__card-content{display:flex;flex-direction:column;gap:1.25rem;padding:3rem 3rem 2rem;position:relative;z-index:2}.services-banner-fox__pill{background:#0000;border:1px solid #ffffff26;border-radius:50px;color:#ffffffb3;display:inline-block;font-size:.7rem;font-weight:500;letter-spacing:.02em;margin-bottom:.5rem;padding:.4rem .9rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.services-banner-fox__card:hover .services-banner-fox__pill{border-color:#ffffff40;color:#ffffffd9}.services-banner-fox__card-title{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;margin:0}.services-banner-fox__title-light{font-weight:300}.services-banner-fox__card-description{color:#ffffff8c;font-size:.9rem;font-weight:400;line-height:1.7;margin:0}.services-banner-fox__card-description strong{color:#fffffff2;font-weight:600}.services-banner-fox__card-highlights{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:.5rem 0 0;padding:0}.services-banner-fox__card-highlights li{align-items:center;color:#ffffffb3;display:flex;font-size:.9rem;font-weight:500;gap:.75rem}.services-banner-fox__card-highlights li:before{align-items:center;background:#667eea26;border-radius:50%;color:#667eea;content:"✓";display:flex;flex-shrink:0;font-size:.65rem;height:18px;justify-content:center;width:18px}.services-banner-fox__card:hover .services-banner-fox__card-highlights li{color:#ffffffd9}.services-banner-fox__card:hover .services-banner-fox__card-highlights li:before{background:#667eea40}.services-banner-fox__card-image-wrapper{align-items:flex-end;display:flex;flex:1 1;justify-content:center;min-height:0;overflow:hidden;padding:0;position:relative;width:100%}.services-banner-fox__divider{align-items:center;background:#0f0f12;border:1px solid #ffffff26;border-radius:50%;display:flex;height:40px;justify-content:center;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:10}.services-banner-fox__divider span{color:#fff6;font-size:1.25rem;font-weight:300;line-height:1}.services-banner-fox__divider--1{left:calc(33.333% - 20px)}.services-banner-fox__divider--2{left:calc(66.666% - 20px)}.services-banner-fox__card-image{align-self:flex-end;aspect-ratio:1/1;border-radius:0;display:block;height:auto;object-fit:contain;object-position:center bottom;opacity:.6;transition:opacity .4s cubic-bezier(.4,0,.2,1);width:100%}.services-banner-fox__card:hover .services-banner-fox__card-image{opacity:1}.services-banner-fox__cta-wrapper{display:flex;justify-content:center;margin-top:4rem}@media (max-width:1200px){.services-banner-fox__container{max-width:1100px}.services-banner-fox__card{min-height:560px}.services-banner-fox__card-title{font-size:1.75rem}}@media (max-width:1024px){.services-banner-fox{padding:5rem 1.5rem}.services-banner-fox__divider{display:none}.services-banner-fox__header{margin-bottom:3.5rem}.services-banner-fox__title{font-size:2.5rem}.services-banner-fox__grid{grid-template-columns:1fr 1fr}.services-banner-fox__card{border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;min-height:500px}.services-banner-fox__card:nth-child(2){border-right:none}.services-banner-fox__card:last-child{border-bottom:none;border-right:none;grid-column:span 2}.services-banner-fox__card:last-child .services-banner-fox__card-image{aspect-ratio:1/1;height:auto;object-fit:contain;object-position:center bottom;width:100%}.services-banner-fox__card-content{padding:2.25rem 2.25rem 1.5rem}}@media (max-width:768px){.services-banner-fox{padding:4rem 1rem}.services-banner-fox__header{margin-bottom:3rem}.services-banner-fox__label{font-size:.7rem;letter-spacing:.2em}.services-banner-fox__title{font-size:2.5rem;margin-left:1.5rem;margin-right:1.5rem}.services-banner-fox__subtitle{font-size:1.05rem;line-height:1.65;margin-left:1.5rem;margin-right:1.5rem}.services-banner-fox__grid{border-radius:16px;grid-template-columns:1fr}.services-banner-fox__card{border-bottom:1px solid #ffffff1a;border-right:none;min-height:auto}.services-banner-fox__card:last-child{border-bottom:none;grid-column:span 1}.services-banner-fox__card-content{align-items:center;padding:1.5rem 1.5rem 1rem;text-align:center}.services-banner-fox__card-title{font-size:1.75rem;text-align:center}.services-banner-fox__card-description{font-size:.85rem;line-height:1.6;text-align:center}.services-banner-fox__card-highlights li{font-size:.8rem;gap:.6rem}.services-banner-fox__card-highlights li:before{font-size:.6rem;height:16px;width:16px}.services-banner-fox__pill{display:table;font-size:.6rem;margin:0 auto;padding:.3rem .7rem}.services-banner-fox__card-image{height:100%;object-fit:cover;object-position:center bottom;width:100%}.services-banner-fox__cta-wrapper{margin-top:2.5rem}}@media (max-width:640px){.services-banner-fox{padding:3rem 0 0}.services-banner-fox__container{padding:0}.services-banner-fox__header{margin-bottom:2rem;padding:0 .75rem}.services-banner-fox__label{font-size:.65rem;margin:0 auto 2rem}.services-banner-fox__title{font-size:3rem;margin-left:1.5rem;margin-right:1.5rem;text-align:center}.services-banner-fox__subtitle{font-size:.95rem;margin-left:1.5rem;margin-right:1.5rem;text-align:center}.services-banner-fox__grid{border-radius:12px;margin:0 1rem}.services-banner-fox__card-content{align-items:center;gap:.75rem;padding:1.5rem 1.25rem 1rem;text-align:center}.services-banner-fox__card-title{font-size:2.1rem;margin-top:30px;text-align:center}.services-banner-fox__card-description{font-size:1rem;line-height:1.7;margin-bottom:30px;text-align:center}.services-banner-fox__card-highlights{display:none;gap:.75rem;margin-top:1.5rem;width:100%}.services-banner-fox__card-highlights li{font-size:1rem;gap:.7rem;margin:10px 0;text-align:left}.services-banner-fox__card-highlights li:before{font-size:.6rem;height:18px;width:18px}.services-banner-fox__pill{display:table;font-size:.7rem;margin:30px 0 0;padding:.25rem .6rem}.services-banner-fox__card-image-wrapper{overflow:hidden;padding:0}.services-banner-fox__card-image{aspect-ratio:1/1;height:auto;object-fit:contain;object-position:center bottom;width:100%}.services-banner-fox__cta-wrapper{margin-top:2rem;padding:0}.services-banner-fox__cta-wrapper .btn-fox{background:#ffffff0d;border:1px solid #ffffff1a;border-left:none;border-radius:0;border-right:none;font-size:.95rem;justify-content:center;padding:2.6rem 1.5rem;width:100%}}.btn-fox{align-items:center;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:600;gap:1rem;text-align:center;text-decoration:none;transition:all .4s ease;width:-webkit-fit-content;width:fit-content}.btn-fox__icon{align-items:center;background:#667eea26;border:1px solid #667eea33;border-radius:100px;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.btn-fox__icon svg{color:#667eea}.btn-fox:hover .btn-fox__icon{background:#667eea4d;transform:translateX(5px)}.btn-fox--outline{background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid #667eea4d;box-shadow:0 8px 30px #667eea26}.btn-fox--outline:hover{background:linear-gradient(135deg,#667eea40,#764ba240);border-color:#667eea80;box-shadow:0 15px 40px #667eea40;transform:translateY(-3px)}.btn-fox--solid{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);border:none;box-shadow:0 4px 20px #8b5cf64d}.btn-fox--solid:hover{box-shadow:0 8px 30px #8b5cf666;transform:translateY(-2px)}.btn-fox--ghost{background:#0000;border:none}.btn-fox--ghost:hover{background:#ffffff0d}.btn-fox--small{font-size:.875rem;gap:.75rem;padding:.7rem 1.5rem}.btn-fox--small .btn-fox__icon{height:32px;width:32px}.btn-fox--medium{font-size:1rem;padding:1rem 2rem}.btn-fox--large{font-size:1.1rem;padding:1.25rem 2.75rem}.btn-fox--large .btn-fox__icon{height:44px;width:44px}@media (max-width:768px){.btn-fox--small{font-size:.8rem;padding:.6rem 1.25rem}.btn-fox--medium{font-size:1rem;padding:.9rem 2rem}.btn-fox--large{font-size:1rem;padding:1.1rem 2.25rem}}@media (max-width:640px){.btn-fox--small{font-size:.75rem;padding:.55rem 1rem}.btn-fox--medium{padding:0 1.5rem}.btn-fox--large,.btn-fox--medium{font-size:.95rem;height:52px;justify-content:center;width:100%}.btn-fox--large{padding:0 2rem}.btn-fox__icon{border:none;height:36px;width:36px}}.ppc-section-fox{background:linear-gradient(180deg,#0f0f12,#121215 50%,#0f0f12);overflow:hidden;padding:7rem 1.5rem;position:relative;width:100%}.ppc-section-fox:before{top:0}.ppc-section-fox:after,.ppc-section-fox:before{background:linear-gradient(90deg,#0000,#667eea4d,#0000);content:"";height:1px;left:0;position:absolute;right:0}.ppc-section-fox:after{bottom:0}.ppc-section-fox__bg-orb{border-radius:50%;opacity:.4;pointer-events:none;position:absolute}.ppc-section-fox__bg-orb--1{animation:ppc-orb-float 8s ease-in-out infinite;background:radial-gradient(circle,#667eea14 0,#0000 70%);height:350px;left:-80px;top:-80px;width:350px}.ppc-section-fox__bg-orb--2{animation:ppc-orb-float 10s ease-in-out infinite reverse;background:radial-gradient(circle,#764ba20f 0,#0000 70%);bottom:-60px;height:280px;right:-60px;width:280px}.ppc-section-fox__bg-orb--3{animation:ppc-orb-float 6s ease-in-out infinite;background:radial-gradient(circle,#667eea1a 0,#0000 70%);height:120px;right:35%;top:50%;width:120px}@keyframes ppc-orb-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,-15px) scale(1.05)}}.ppc-section-fox__bg-grid{background-image:linear-gradient(rgba(102,126,234,.025) 1px,#0000 0),linear-gradient(90deg,rgba(102,126,234,.025) 1px,#0000 0);background-size:50px 50px;bottom:0;left:0;mask-image:radial-gradient(ellipse at center,#000 0,#0000 70%);-webkit-mask-image:radial-gradient(ellipse at center,#000 0,#0000 70%);pointer-events:none;position:absolute;right:0;top:0}.ppc-section-fox__container{margin:0 auto;max-width:1100px;position:relative;z-index:1}.ppc-section-fox__content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.ppc-section-fox__text-content{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem}.ppc-section-fox__label{align-items:center;border-bottom:1px solid #667eea4d;color:#667eea;display:inline-flex;font-size:.95rem;font-weight:600;gap:.6rem;letter-spacing:.15em;padding:0 0 .5rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.ppc-section-fox__label i{color:#667eea;font-size:.75rem}.ppc-section-fox__label svg{flex-shrink:0}.ppc-section-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;margin:0}.ppc-section-fox__title-gradient{-webkit-text-fill-color:#0000;animation:gradient-shift 12s ease-in-out infinite;animation:gradient-shift 3s ease infinite;background:linear-gradient(90deg,#667eea,#764ba2 25%,#f093fb 50%,#764ba2 75%,#667eea);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-weight:700;text-shadow:0 0 40px #764ba226}.ppc-section-fox__tagline{background:linear-gradient(90deg,#fff,#aaa);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:1.2rem;font-weight:500;letter-spacing:.03em;margin:0}.ppc-section-fox__description{color:#aaa;font-size:.9rem;line-height:1.7;margin:0}.ppc-section-fox__features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:.75rem 0 1.5rem}.ppc-section-fox__feature{align-items:flex-start;background:none;border-radius:14px;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.25rem 1.25rem 0;transition:all .3s ease}.ppc-section-fox__feature:hover{background:none;border-color:#0000;transform:none}.ppc-section-fox__feature:hover .ppc-section-fox__feature-icon{box-shadow:none}.ppc-section-fox__feature-icon{align-items:center;background:none;border:none;border-radius:0;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:all .3s ease;width:38px}.ppc-section-fox__feature-icon i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#a78bfa);background-clip:text;-webkit-background-clip:text;font-size:.9rem}.ppc-section-fox__feature-content{display:flex;flex-direction:column;gap:.2rem}.ppc-section-fox__feature-title{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.01em}.ppc-section-fox__feature-text{color:#888;font-size:.8rem;font-weight:400}.ppc-section-fox__cta-button{align-items:center;background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid #667eea4d;border-radius:100px;box-shadow:0 8px 30px #667eea26;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:1rem;margin-top:1rem;padding:1rem 2rem;text-decoration:none;transition:all .4s ease;width:-webkit-fit-content;width:fit-content}.ppc-section-fox__cta-button:hover{background:linear-gradient(135deg,#667eea40,#764ba240);border-color:#667eea80;box-shadow:0 15px 40px #667eea40;transform:translateY(-3px)}.ppc-section-fox__cta-button:hover .ppc-section-fox__cta-icon{background:#667eea4d;transform:translateX(5px)}.ppc-section-fox__cta-icon{align-items:center;background:#667eea26;border:1px solid #667eea33;border-radius:100px;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.ppc-section-fox__cta-icon svg{color:#667eea}.ppc-section-fox__visual{align-items:center;display:flex;justify-content:center;min-height:480px;position:relative}.ppc-section-fox__card-stack{height:420px;max-width:420px;position:relative;width:100%}.ppc-section-fox__stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(165deg,#1a1a1d,#141416);border:1px solid #ffffff0f;border-radius:18px;box-shadow:0 10px 40px #00000080,0 0 0 1px #667eea0d,inset 0 1px 0 #ffffff0a;display:flex;gap:1.25rem;min-width:240px;padding:1.5rem 2rem;position:absolute;transition:all .4s cubic-bezier(.4,0,.2,1)}.ppc-section-fox__stat-card:hover{border-color:#667eea33;box-shadow:0 20px 60px #0009,0 0 30px #667eea1a,inset 0 1px 0 #ffffff14;transform:translateY(-8px) scale(1.03)}.ppc-section-fox__stat-card:hover .ppc-section-fox__stat-icon{box-shadow:0 0 25px #667eea4d}.ppc-section-fox__stat-card--1{animation:float-1 6s ease-in-out infinite;left:0;top:0;z-index:3}.ppc-section-fox__stat-card--2{animation:float-2 6s ease-in-out infinite;right:0;top:150px;z-index:2}.ppc-section-fox__stat-card--3{animation:float-3 6s ease-in-out infinite;bottom:0;left:30px;z-index:1}@keyframes float-1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-2{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float-3{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ppc-section-fox__stat-icon{align-items:center;background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid #667eea40;border-radius:14px;display:flex;flex-shrink:0;height:56px;justify-content:center;transition:all .3s ease;width:56px}.ppc-section-fox__stat-icon i{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-clip:text;-webkit-background-clip:text;font-size:1.4rem}.ppc-section-fox__stat-content{display:flex;flex-direction:column;gap:.3rem}.ppc-section-fox__stat-label{color:#888;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.ppc-section-fox__stat-value{color:#fff;font-size:1.4rem;font-weight:700}.ppc-section-fox__glow{animation:glow-pulse 4s ease-in-out infinite;background:radial-gradient(circle,#667eea2e 0,#764ba21f 40%,#0000 70%);border-radius:50%;height:550px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:550px;z-index:0}@keyframes glow-pulse{0%,to{opacity:.9;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.05)}}@media (max-width:968px){.ppc-section-fox__content{gap:3rem;grid-template-columns:1fr}.ppc-section-fox__text-content{align-items:center}.ppc-section-fox__title{font-size:2.5rem;text-align:center}.ppc-section-fox__description,.ppc-section-fox__tagline{text-align:center}.ppc-section-fox__visual{display:none}.ppc-section-fox__card-stack{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);height:auto;max-width:100%}.ppc-section-fox__stat-card{align-items:center;animation:none;flex-direction:column;gap:.75rem;min-width:auto;padding:1.25rem .75rem;position:relative;text-align:center;width:100%}.ppc-section-fox__stat-card,.ppc-section-fox__stat-card--1,.ppc-section-fox__stat-card--2,.ppc-section-fox__stat-card--3{bottom:auto;left:auto;right:auto;top:auto}.ppc-section-fox__stat-content{align-items:center}}@media (max-width:600px){.ppc-section-fox{padding:4rem 1rem}.ppc-section-fox__title{font-size:2.5rem;text-align:center}.ppc-section-fox__tagline{font-size:1.1rem;text-align:center}.ppc-section-fox__description{font-size:.95rem;text-align:center}.ppc-section-fox__features{gap:.75rem;grid-template-columns:1fr}.ppc-section-fox__feature{background:linear-gradient(135deg,#667eea14,#764ba20d);border:1px solid #667eea33;border-radius:14px;box-shadow:0 4px 12px #0003,inset 0 0 0 1px #667eea1a;gap:.75rem;padding:1rem 1.25rem;transition:all .3s ease}.ppc-section-fox__feature:hover{background:linear-gradient(135deg,#667eea1f,#764ba214);border-color:#667eea59;box-shadow:0 6px 20px #667eea26,inset 0 0 0 1px #667eea26;transform:translateY(-2px)}.ppc-section-fox__feature-icon{display:none}.ppc-section-fox__feature:before{align-items:center;background:#667eea33;border-radius:50%;box-shadow:0 2px 8px #667eea33;color:#667eea;content:"✓";display:flex;flex-shrink:0;font-size:.7rem;height:20px;justify-content:center;width:20px}.ppc-section-fox__feature:hover:before{background:#667eea4d;box-shadow:0 3px 12px #667eea4d}.ppc-section-fox__feature-content{display:flex;flex-direction:column;gap:.4rem}.ppc-section-fox__feature-title{color:#ffffffe6;font-size:.9rem;font-weight:600}.ppc-section-fox__feature-text{color:#ffffffa6;display:block;font-size:.8rem;font-weight:400;line-height:1.5}.ppc-section-fox__card-stack{gap:.625rem}.ppc-section-fox__stat-card{align-items:center;border-radius:16px;flex-direction:column;gap:.625rem;padding:1.25rem .5rem;text-align:center}.ppc-section-fox__stat-icon{border-radius:12px;height:44px;width:44px}.ppc-section-fox__stat-icon i,.ppc-section-fox__stat-value{font-size:1.1rem}.ppc-section-fox__stat-label{font-size:.7rem}.ppc-section-fox__stat-content{align-items:center}}@media (max-width:640px){.ppc-section-fox{padding:3rem 0 0}.ppc-section-fox__text-content{padding:0 .75rem}.ppc-section-fox__label{font-size:.7rem;letter-spacing:.1em;margin:0 auto}.ppc-section-fox__title{font-size:3rem;text-align:center}.ppc-section-fox__tagline{font-size:1rem;text-align:center}.ppc-section-fox__description{font-size:.95rem;text-align:center}.ppc-section-fox__features{align-self:stretch;gap:0;margin:1.5rem 0;max-width:none;padding:0;width:100%}.ppc-section-fox__feature{align-items:center;background:linear-gradient(135deg,#667eea0a,#764ba205);border:none;border-bottom:1px solid #667eea1a;border-radius:0;box-shadow:none;flex-direction:row;font-size:.85rem;gap:.875rem;padding:2.4rem 1.25rem;transition:none}.ppc-section-fox__feature:first-child{border-top:1px solid #667eea1a}.ppc-section-fox__feature:hover{background:linear-gradient(135deg,#667eea0a,#764ba205);border-color:#667eea1a;box-shadow:none;transform:none}.ppc-section-fox__feature:before{font-size:.7rem;height:20px;width:20px}.ppc-section-fox__feature:before,.ppc-section-fox__feature:hover:before{background:#667eea33;box-shadow:none}.ppc-section-fox__feature-content{display:flex;flex-direction:column;gap:.15rem}.ppc-section-fox__feature-title{color:#ffffffe6;font-size:.9rem;font-weight:600}.ppc-section-fox__feature-text{color:#ffffff80;display:block;font-size:.8rem;font-weight:400;line-height:1.4}.ppc-section-fox .btn-fox{align-items:center;border:1px solid #667eea26;border-left:none;border-radius:0;border-right:none;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;height:auto;justify-content:center;margin-left:-.75rem;margin-right:-.75rem;margin-top:-3rem;padding:2rem 1.5rem;transition:none;width:calc(100% + 1.5rem)}.ppc-section-fox .btn-fox,.ppc-section-fox .btn-fox:hover{background:linear-gradient(135deg,#667eea14,#764ba214);box-shadow:none}.ppc-section-fox .btn-fox:hover{border-color:#667eea26;transform:none}.ppc-section-fox .btn-fox__icon{background:none;border:none;border-radius:0;box-shadow:none;height:auto;width:auto}.ppc-section-fox .btn-fox:hover .btn-fox__icon{background:none;transform:none}.ppc-section-fox__visual{min-height:auto;padding:0 .75rem}.ppc-section-fox__card-stack{gap:.5rem}.ppc-section-fox__stat-card{align-items:center;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem .5rem;text-align:center}.ppc-section-fox__stat-icon{border-radius:8px;height:36px;width:36px}.ppc-section-fox__stat-icon i{font-size:.85rem}.ppc-section-fox__stat-label{font-size:.65rem}.ppc-section-fox__stat-value{font-size:.95rem}.ppc-section-fox__stat-content{align-items:center;gap:.15rem}.ppc-section-fox__glow{height:350px;width:350px}}.product-images-fox{background:linear-gradient(180deg,#0f0f12,#121215 50%,#0f0f12);padding:7rem 1.5rem}.ba-slider,.product-images-fox{overflow:hidden;position:relative;width:100%}.ba-slider{aspect-ratio:1/1;background:#0f0f12;cursor:ew-resize;touch-action:pan-y;user-select:none;-webkit-user-select:none}.ba-slider__img{display:block;height:100%;object-fit:cover;pointer-events:none;width:100%}.ba-slider__img--after,.ba-slider__img--before{inset:0;position:absolute}.ba-slider__img--before{z-index:1}.ba-slider__label{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;border-radius:50px;bottom:16px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.06em;padding:4px 14px;pointer-events:none;position:absolute;text-transform:uppercase;z-index:3}.ba-slider__label--before{left:16px}.ba-slider__label--after{right:16px}.ba-slider__divider{background:#fff;bottom:0;box-shadow:0 0 8px #00000080;position:absolute;top:0;transform:translateX(-50%);width:3px;z-index:2}.ba-slider__handle{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 12px #0006;color:#333;display:flex;gap:0;height:44px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:44px}.ba-slider__handle svg{margin:-3px}.product-images-fox:after,.product-images-fox:before{background:linear-gradient(90deg,#0000,#f093fb80 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0}.product-images-fox:before{top:0}.product-images-fox:after{bottom:0}.product-images-fox__bg-orb{border-radius:50%;filter:blur(80px);pointer-events:none;position:absolute}.product-images-fox__bg-orb--1{background:#f093fb1f;height:500px;right:-100px;top:-150px;width:500px}.product-images-fox__bg-orb--2{background:#a855f714;bottom:-100px;height:400px;left:-100px;width:400px}.product-images-fox__bg-orb--3{background:#8b5cf60f;height:250px;left:50%;top:50%;transform:translate(-50%,-50%);width:250px}.product-images-fox__bg-grid{background-image:linear-gradient(#f093fb05 1px,#0000 0),linear-gradient(90deg,#f093fb05 1px,#0000 0);background-size:60px 60px;inset:0;-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 50%,#000,#0000);mask-image:radial-gradient(ellipse 70% 50% at 50% 50%,#000,#0000);pointer-events:none;position:absolute}.product-images-fox__container{margin:0 auto;max-width:1100px;position:relative;z-index:1}.product-images-fox__content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.product-images-fox__visual{position:relative}.product-images-fox__image-wrapper{max-width:550px;position:relative;width:100%}.product-images-fox__slider-hint{align-items:center;color:#888;display:flex;font-size:.8rem;gap:.5rem;justify-content:center;margin-bottom:.75rem}.product-images-fox__slider-hint svg{color:#f093fb}.product-images-fox__slider-container{border:1px solid #f093fb26;border-radius:16px;box-shadow:0 20px 50px #0006,0 0 30px #f093fb14;overflow:hidden;position:relative;width:100%}.product-images-fox__slider-buttons{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.75rem;padding:1rem}.product-images-fox__slider-btn{background:#0000004d;border:1px solid #ffffff14;border-radius:50px;color:#888;cursor:pointer;font-size:.8rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.product-images-fox__slider-btn:hover:not(.product-images-fox__slider-btn--active){background:#f093fb1a;border-color:#f093fb4d;color:#fff}.product-images-fox__slider-btn--active{background:linear-gradient(135deg,#f093fb,#764ba2);border-color:#0000;box-shadow:0 4px 15px #f093fb59;color:#fff}.product-images-fox__image-glow{background:radial-gradient(circle,#f093fb1f 0,#0000 70%);border-radius:50%;height:70%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:70%;z-index:-1}.product-images-fox__text-content{display:flex;flex-direction:column;gap:1.25rem}.product-images-fox__label{align-items:center;border-bottom:1px solid #f093fb4d;color:#f093fb;display:inline-flex;font-size:.95rem;font-weight:600;gap:.6rem;letter-spacing:.12em;padding:0 0 .5rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.product-images-fox__label svg{flex-shrink:0}.product-images-fox__title{color:#fff;font-size:3.5rem;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin:0}.product-images-fox__title-gradient{-webkit-text-fill-color:#0000;animation:gradient-shift 4s ease infinite;background:linear-gradient(90deg,#f093fb,#764ba2,#667eea);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-weight:700}.product-images-fox__tagline{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#aaa);background-clip:text;-webkit-background-clip:text;font-size:1.15rem;font-weight:500;margin:0}.product-images-fox__description{color:#aaa;font-size:1rem;line-height:1.7;margin:0}.product-images-fox__highlights{background:none;border:none;border-radius:16px;margin:.5rem 0;padding:1.25rem}.product-images-fox__highlights-label{color:#f093fb;display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.product-images-fox__highlights-grid{display:flex;flex-wrap:wrap;gap:.5rem}.product-images-fox__highlight{align-items:center;background:none;border:none;border-radius:50px;color:#ddd;display:inline-flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.5rem .9rem;transition:all .3s ease}.product-images-fox__highlight:hover{background:none;border:none;color:#fff}.product-images-fox__highlight svg{color:#f093fb;flex-shrink:0}.product-images-fox__cta-button{align-items:center;background:linear-gradient(135deg,#f093fb26,#a855f726);border:1px solid #f093fb4d;border-radius:100px;box-shadow:0 8px 25px #f093fb26;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:1rem;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.product-images-fox__cta-button:hover{background:linear-gradient(135deg,#f093fb40,#a855f740);border-color:#f093fb80;box-shadow:0 12px 35px #f093fb40;transform:translateY(-2px)}.product-images-fox__cta-icon{align-items:center;background:#f093fb26;border:1px solid #f093fb33;border-radius:50%;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.product-images-fox__cta-button:hover .product-images-fox__cta-icon{background:#f093fb4d;transform:translateX(4px)}.product-images-fox__cta-icon svg{color:#f093fb}@media (max-width:968px){.product-images-fox__content{gap:3rem;grid-template-columns:1fr}.product-images-fox__visual{order:1}.product-images-fox__text-content{align-items:center;padding:0 1.5rem;text-align:center}.product-images-fox__title{font-size:2.75rem}.product-images-fox__image-wrapper{margin:0 auto;max-width:450px}}@media (max-width:600px){.product-images-fox{padding:4rem 1rem}.product-images-fox__text-content{padding:0 1.25rem}.product-images-fox__title{font-size:1.75rem}.product-images-fox__tagline{font-size:.9rem}.product-images-fox__description{font-size:.95rem}.ba-slider{aspect-ratio:1/1}.product-images-fox__highlights{background:#0000;border:none;padding:0}.product-images-fox__highlights-label{display:none}.product-images-fox__highlights-grid{flex-direction:column;gap:.75rem}.product-images-fox__highlight{background:linear-gradient(135deg,#f093fb14,#a855f70d);border:1px solid #f093fb33;border-radius:14px;box-shadow:0 4px 12px #0003,inset 0 0 0 1px #f093fb1a;color:#ffffffe6;font-size:.85rem;gap:.75rem;padding:1rem 1.25rem;transition:all .3s ease}.product-images-fox__highlight:hover{background:linear-gradient(135deg,#f093fb1f,#a855f714);border-color:#f093fb59;box-shadow:0 6px 20px #f093fb26,inset 0 0 0 1px #f093fb26;color:#fff;transform:translateY(-2px)}.product-images-fox__highlight svg{display:none}.product-images-fox__highlight:before{align-items:center;background:#f093fb33;border-radius:50%;box-shadow:0 2px 8px #f093fb33;color:#f093fb;content:"✓";display:flex;flex-shrink:0;font-size:.7rem;height:20px;justify-content:center;width:20px}.product-images-fox__highlight:hover:before{background:#f093fb4d;box-shadow:0 3px 12px #f093fb4d}}@media (max-width:640px){.product-images-fox{padding:3rem 0 0}.product-images-fox__container{padding:0 1.25rem}.product-images-fox__text-content{padding:0}.product-images-fox__visual{order:1;padding:0}.product-images-fox__label{margin:0 auto}.product-images-fox__title{font-size:3rem}.ba-slider{aspect-ratio:1/1}.product-images-fox__slider-container{border-radius:12px}.product-images-fox__slider-buttons{gap:.4rem;padding:.75rem}.product-images-fox__slider-btn{font-size:.7rem;padding:.4rem .75rem}.product-images-fox__highlights{align-self:stretch;background:#0000;border:none;padding:0;width:100%}.product-images-fox__highlights-label{display:none}.product-images-fox__highlights-grid{flex-direction:column;gap:.75rem}.product-images-fox__highlight{background:linear-gradient(135deg,#f093fb14,#a855f70d);border:1px solid #f093fb33;border-radius:14px;box-shadow:0 4px 12px #0003,inset 0 0 0 1px #f093fb1a;color:#ffffffe6;font-size:.85rem;gap:.75rem;padding:1rem 1.25rem;transition:all .3s ease}.product-images-fox__highlight:hover{background:linear-gradient(135deg,#f093fb1f,#a855f714);border-color:#f093fb59;box-shadow:0 6px 20px #f093fb26,inset 0 0 0 1px #f093fb26;color:#fff;transform:translateY(-2px)}.product-images-fox__highlight svg{display:none}.product-images-fox__highlight:before{align-items:center;background:#f093fb33;border-radius:50%;box-shadow:0 2px 8px #f093fb33;color:#f093fb;content:"✓";display:flex;flex-shrink:0;font-size:.7rem;height:20px;justify-content:center;width:20px}.product-images-fox__highlight:hover:before{background:#f093fb4d;box-shadow:0 3px 12px #f093fb4d}.product-images-fox__cta-button{align-items:center;background:linear-gradient(135deg,#f093fb14,#a855f714);border:1px solid #f093fb26;border-left:none;border-radius:0;border-right:none;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;justify-content:center;margin-left:-1.25rem;margin-right:-1.25rem;margin-top:2rem;padding:2rem 1.5rem;transition:none;width:calc(100% + 2.5rem)}.product-images-fox__title-gradient{-webkit-text-fill-color:#0000;animation:gradient-shift 4s ease infinite;background:linear-gradient(90deg,#f093fb,#764ba2,#667eea);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-size:2.2rem;font-weight:700}.product-images-fox__cta-button:hover{background:linear-gradient(135deg,#f093fb14,#a855f714);border-color:#f093fb26;box-shadow:none;transform:none}.product-images-fox__cta-icon{background:none;border:none;border-radius:0;box-shadow:none;height:auto;width:auto}.product-images-fox__cta-button:hover .product-images-fox__cta-icon{background:none;transform:none}}.seo-section-fox{background:linear-gradient(180deg,#0f0f12,#121215 50%,#0f0f12);overflow:hidden;padding:7rem 1.5rem;position:relative;width:100%}.seo-section-fox:before{background:linear-gradient(90deg,#0000,#22c55e80 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.seo-section-fox__bg-orb{border-radius:50%;filter:blur(80px);pointer-events:none;position:absolute}.seo-section-fox__bg-orb--1{animation:seo-orb-float 12s ease-in-out infinite;background:#22c55e1f;height:600px;left:-100px;top:-200px;width:600px}.seo-section-fox__bg-orb--2{animation:seo-orb-float 15s ease-in-out infinite reverse;background:#10b98114;bottom:-150px;height:500px;right:-100px;width:500px}@keyframes seo-orb-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.seo-section-fox__bg-grid{background-image:linear-gradient(#22c55e08 1px,#0000 0),linear-gradient(90deg,#22c55e08 1px,#0000 0);background-size:60px 60px;bottom:0;left:0;mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);pointer-events:none;position:absolute;right:0;top:0}.seo-section-fox__container{margin:0 auto;max-width:900px;position:relative;z-index:1}.seo-section-fox__text-content{align-items:center;display:flex;flex-direction:column;gap:1.25rem;text-align:center}.seo-section-fox__label{align-items:center;border-bottom:1px solid #22c55e4d;color:#22c55e;display:inline-flex;font-size:.95rem;font-weight:600;gap:.6rem;letter-spacing:.15em;padding:0 0 .5rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.seo-section-fox__label i{font-size:.75rem}.seo-section-fox__label svg{flex-shrink:0}.seo-section-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;margin:0}.seo-section-fox__title-gradient{-webkit-text-fill-color:#0000;animation:seo-gradient-shift 3s ease infinite;background:linear-gradient(90deg,#22c55e,#10b981 25%,#34d399 50%,#10b981 75%,#22c55e);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-weight:700}@keyframes seo-gradient-shift{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.seo-section-fox__tagline{background:linear-gradient(90deg,#fff,#aaa);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:1.2rem;font-weight:500;letter-spacing:.03em;margin:0}.seo-section-fox__description{color:#aaa;font-size:1rem;line-height:1.7;margin:0;max-width:700px}.seo-section-fox__features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:1.5rem;max-width:700px;width:100%}.seo-section-fox__feature{align-items:flex-start;background:linear-gradient(135deg,#22c55e0d,#10b98105);border:1px solid #22c55e1a;border-radius:16px;display:flex;gap:1rem;padding:1.5rem;text-align:left;transition:all .3s ease}.seo-section-fox__feature:hover{background:linear-gradient(135deg,#22c55e1a,#10b9810d);border-color:#22c55e40;transform:translateY(-3px)}.seo-section-fox__feature-icon{align-items:center;background:linear-gradient(135deg,#22c55e26,#10b98126);border:1px solid #22c55e33;border-radius:12px;display:flex;height:40px;justify-content:center;min-width:40px;transition:all .3s ease;width:40px}.seo-section-fox__feature:hover .seo-section-fox__feature-icon{box-shadow:0 0 20px #22c55e4d}.seo-section-fox__feature-icon i{color:#22c55e;font-size:1rem}.seo-section-fox__feature-content{display:flex;flex-direction:column;gap:.25rem}.seo-section-fox__feature-title{color:#fff;font-size:.95rem;font-weight:600}.seo-section-fox__feature-text{color:#888;font-size:.8rem;line-height:1.5}.seo-section-fox__cta-button{align-items:center;background:linear-gradient(135deg,#22c55e26,#10b98126);border:1px solid #22c55e4d;border-radius:100px;box-shadow:0 8px 30px #22c55e26;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:1rem;margin-top:1rem;padding:1rem 2rem;text-decoration:none;transition:all .4s ease;width:-webkit-fit-content;width:fit-content}.seo-section-fox__cta-button:hover{background:linear-gradient(135deg,#22c55e40,#10b98140);border-color:#22c55e80;box-shadow:0 15px 40px #22c55e40;transform:translateY(-3px)}.seo-section-fox__cta-icon{align-items:center;background:#22c55e26;border:1px solid #22c55e33;border-radius:100px;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.seo-section-fox__cta-button:hover .seo-section-fox__cta-icon{background:#22c55e4d;transform:translateX(5px)}.seo-section-fox__cta-icon svg{color:#22c55e}@media (max-width:968px){.seo-section-fox__title{font-size:2.5rem;text-align:center}.seo-section-fox__description,.seo-section-fox__tagline{text-align:center}.seo-section-fox__features{gap:.6rem;grid-template-columns:1fr}.seo-section-fox__feature{font-size:.85rem;gap:.65rem}.seo-section-fox__feature:before{font-size:.6rem;height:16px;width:16px}}@media (max-width:600px){.seo-section-fox{padding:4rem 1rem}.seo-section-fox__title{font-size:2.5rem;text-align:center}.seo-section-fox__tagline{font-size:1.1rem;text-align:center}.seo-section-fox__description{text-align:center}.seo-section-fox__features{gap:.75rem;grid-template-columns:1fr;margin-top:2rem}.seo-section-fox__feature{background:linear-gradient(135deg,#22c55e14,#10b9810d);border:1px solid #22c55e33;border-radius:14px;box-shadow:0 4px 12px #0003,inset 0 0 0 1px #22c55e1a;gap:.75rem;padding:1rem 1.25rem;transition:all .3s ease}.seo-section-fox__feature:hover{background:linear-gradient(135deg,#22c55e1f,#10b98114);border-color:#22c55e59;box-shadow:0 6px 20px #22c55e26,inset 0 0 0 1px #22c55e26;transform:translateY(-2px)}.seo-section-fox__feature-icon{display:none}.seo-section-fox__feature:before{align-items:center;background:#22c55e33;border-radius:50%;box-shadow:0 2px 8px #22c55e33;color:#22c55e;content:"✓";display:flex;flex-shrink:0;font-size:.7rem;height:20px;justify-content:center;width:20px}.seo-section-fox__feature:hover:before{background:#22c55e4d;box-shadow:0 3px 12px #22c55e4d}.seo-section-fox__feature-content{display:flex;flex-direction:column;gap:.4rem}.seo-section-fox__feature-title{color:#ffffffe6;font-size:.9rem;font-weight:600}.seo-section-fox__feature-text{color:#ffffffa6;display:block;font-size:.8rem;font-weight:400;line-height:1.5}}@media (max-width:640px){.seo-section-fox{padding:3rem 0 0}.seo-section-fox__label{font-size:.7rem;margin-left:.75rem;margin-right:.75rem}.seo-section-fox__title{font-size:3rem}.seo-section-fox__description,.seo-section-fox__tagline,.seo-section-fox__title{margin-left:.75rem;margin-right:.75rem;text-align:center}.seo-section-fox__features{align-self:stretch;gap:0;grid-template-columns:1fr;margin-top:1.5rem;max-width:none;padding:0;width:100%}.seo-section-fox__feature{background:linear-gradient(135deg,#22c55e0a,#10b98105);border:none;border-bottom:1px solid #22c55e1a;border-radius:0;box-shadow:none;font-size:.85rem;gap:.75rem;padding:1.25rem;transition:none}.seo-section-fox__feature:first-child{border-top:1px solid #22c55e1a}.seo-section-fox__feature:hover{background:linear-gradient(135deg,#22c55e0a,#10b98105);border-color:#22c55e1a;box-shadow:none;transform:none}.seo-section-fox__feature-icon{display:none}.seo-section-fox__feature:before{align-items:center;background:#22c55e33;border-radius:50%;box-shadow:0 2px 8px #22c55e33;color:#22c55e;content:"✓";display:flex;flex-shrink:0;font-size:.7rem;height:20px;justify-content:center;width:20px}.seo-section-fox__feature:hover:before{background:#22c55e4d;box-shadow:0 3px 12px #22c55e4d}.seo-section-fox__feature-content{display:flex;flex-direction:column;gap:.4rem}.seo-section-fox__feature-title{color:#ffffffe6;font-size:.9rem;font-weight:600}.seo-section-fox__feature-text{color:#ffffffa6;display:block;font-size:.8rem;font-weight:400;line-height:1.5}.seo-section-fox__cta-button{align-items:center;border:1px solid #22c55e26;border-left:none;border-radius:0;border-right:none;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;justify-content:center;margin-left:0;margin-right:0;margin-top:-1.3rem;padding:2.4rem 1.5rem;transition:none;width:100%}.seo-section-fox__cta-button,.seo-section-fox__cta-button:hover{background:linear-gradient(135deg,#22c55e14,#10b98114);box-shadow:none}.seo-section-fox__cta-button:hover{transform:none}.seo-section-fox__cta-icon{background:none;border:none;height:auto;width:auto}.seo-section-fox__benefits-card{padding:1.5rem}.seo-section-fox__ranking-bars{height:100px}.seo-section-fox__ranking-bar{width:50px}}.portfolio-teaser-fox{background:linear-gradient(180deg,#0a0a0c,#0f0f12);overflow:hidden;padding:6rem 2rem;position:relative}.portfolio-teaser-fox__bg-glow{background:radial-gradient(ellipse at center,#8b5cf614 0,#0000 70%);height:600px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:800px}.portfolio-teaser-fox__container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.portfolio-teaser-fox__content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.portfolio-teaser-fox__text{display:flex;flex-direction:column;gap:1.5rem}.portfolio-teaser-fox__label{align-items:center;border-bottom:1px solid #ffffff26;color:#fff9;display:inline-flex;font-size:.95rem;font-weight:500;gap:.6rem;letter-spacing:.2em;padding:0 0 .5rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.portfolio-teaser-fox__label i{color:#8b5cf6cc}.portfolio-teaser-fox__label svg{flex-shrink:0}.portfolio-teaser-fox__title{color:#fff;font-size:3rem;font-weight:400;line-height:1.15;margin:0}.portfolio-teaser-fox__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#667eea 50%,#764ba2);background-clip:text;-webkit-background-clip:text;font-weight:700}.portfolio-teaser-fox__subtitle{color:#fff9;font-size:1.1rem;line-height:1.7;margin:0;max-width:400px}.portfolio-teaser-fox__cta{align-items:center;background:linear-gradient(135deg,#8b5cf626,#a855f726);border:1px solid #8b5cf64d;border-radius:100px;box-shadow:0 8px 30px #8b5cf626;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:1rem;margin-top:1rem;padding:1rem 2rem;text-decoration:none;transition:all .4s ease;width:-webkit-fit-content;width:fit-content}.portfolio-teaser-fox__cta:hover{background:linear-gradient(135deg,#8b5cf640,#a855f740);border-color:#8b5cf680;box-shadow:0 15px 40px #8b5cf640;transform:translateY(-3px)}.portfolio-teaser-fox__cta-icon{align-items:center;background:#8b5cf626;border:1px solid #8b5cf633;border-radius:100px;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.portfolio-teaser-fox__cta:hover .portfolio-teaser-fox__cta-icon{background:#8b5cf64d;transform:translateX(5px)}.portfolio-teaser-fox__cta-icon svg{color:#8b5cf6}.portfolio-teaser-fox__preview{position:relative}.portfolio-teaser-fox__preview-grid{grid-gap:.75rem;border-radius:20px;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);overflow:hidden}.portfolio-teaser-fox__preview-item{aspect-ratio:1;background:#ffffff08;border-radius:12px;overflow:hidden}.portfolio-teaser-fox__preview-item img{height:100%;object-fit:cover;opacity:.7;transition:all .4s ease;width:100%}.portfolio-teaser-fox__preview:hover .portfolio-teaser-fox__preview-item img{filter:blur(2px);opacity:.4}.portfolio-teaser-fox__preview-overlay{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .4s ease}.portfolio-teaser-fox__preview:hover .portfolio-teaser-fox__preview-overlay{opacity:1}.portfolio-teaser-fox__preview-link{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f14e6;border:1px solid #ffffff1a;border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 2.5rem;text-decoration:none;transition:all .3s ease}.portfolio-teaser-fox__preview-link:hover{background:#8b5cf633;border-color:#8b5cf64d;transform:scale(1.05)}.portfolio-teaser-fox__preview-link i{color:#f093fbe6;font-size:1.5rem}.portfolio-teaser-fox__preview-link span{font-size:.9rem;font-weight:600;letter-spacing:.02em}@media (max-width:968px){.portfolio-teaser-fox{padding:4rem 1.5rem}.portfolio-teaser-fox__content{gap:3rem;grid-template-columns:1fr}.portfolio-teaser-fox__text{align-items:center;text-align:center}.portfolio-teaser-fox__title{font-size:2.5rem}.portfolio-teaser-fox__subtitle{max-width:100%}.portfolio-teaser-fox__preview-grid{grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:400px}}@media (max-width:640px){.portfolio-teaser-fox{padding:3rem 0 0}.portfolio-teaser-fox__container{padding:0 1.25rem}.portfolio-teaser-fox__text{padding:0}.portfolio-teaser-fox__label{margin:0 auto}.portfolio-teaser-fox__title{font-size:3rem;text-align:center}.portfolio-teaser-fox__subtitle{font-size:1rem;text-align:center}.portfolio-teaser-fox__preview{padding:0}.portfolio-teaser-fox__preview-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.portfolio-teaser-fox__preview-item:nth-child(5),.portfolio-teaser-fox__preview-item:nth-child(6){display:none}.portfolio-teaser-fox__cta{align-items:center;background:linear-gradient(135deg,#8b5cf614,#a855f714);border:1px solid #8b5cf626;border-left:none;border-radius:0;border-right:none;box-shadow:none;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;justify-content:center;margin-left:-1.25rem;margin-right:-1.25rem;margin-top:2rem;padding:2rem 1.5rem;transition:none;width:calc(100% + 2.5rem)}.portfolio-teaser-fox__cta:hover{box-shadow:none;transform:none}.portfolio-teaser-fox__cta-icon{background:none;border:none;height:auto;width:auto}}.linkedin-preview-fox{background:linear-gradient(180deg,#0f0f12,#121215 50%,#0f0f12);overflow:hidden;padding:7rem 1.5rem;position:relative;width:100%}.linkedin-preview-fox:before{top:0}.linkedin-preview-fox:after,.linkedin-preview-fox:before{background:linear-gradient(90deg,#0000,#0a66c280 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0}.linkedin-preview-fox:after{bottom:0}.linkedin-preview-fox__bg-grid{background-image:linear-gradient(#0a66c208 1px,#0000 0),linear-gradient(90deg,#0a66c208 1px,#0000 0);background-size:60px 60px;bottom:0;left:0;mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);pointer-events:none;position:absolute;right:0;top:0}.linkedin-preview-fox__bg-orb{border-radius:50%;filter:blur(80px);pointer-events:none;position:absolute}.linkedin-preview-fox__bg-orb--1{animation:linkedin-orb-float 12s ease-in-out infinite;background:#0a66c21f;height:600px;right:-100px;top:-200px;width:600px}.linkedin-preview-fox__bg-orb--2{animation:linkedin-orb-float 15s ease-in-out infinite reverse;background:#0077b514;bottom:-150px;height:500px;left:-100px;width:500px}.linkedin-preview-fox__bg-orb--3{animation:linkedin-orb-pulse 8s ease-in-out infinite;background:#0a66c20f;height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}@keyframes linkedin-orb-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}@keyframes linkedin-orb-pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}.linkedin-preview-fox__container{margin:0 auto;max-width:1100px;position:relative;z-index:1}.linkedin-preview-fox__header{margin-bottom:3.5rem;position:relative;text-align:center}.linkedin-preview-fox__label{align-items:center;border-bottom:1px solid #0a66c24d;color:#0a66c2;display:inline-flex;font-size:.95rem;font-weight:700;gap:.6rem;letter-spacing:.2em;margin-bottom:1.5rem;padding:0 0 .5rem;text-transform:uppercase}.linkedin-preview-fox__label i{font-size:1rem}.linkedin-preview-fox__label svg{flex-shrink:0}.linkedin-preview-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.1;margin:0 auto 1.25rem;max-width:700px}.linkedin-preview-fox__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0a66c2,#0077b5 50%,#00a0dc);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-weight:700}.linkedin-preview-fox__subtitle{color:#bdbdbd;font-size:1.15rem;font-weight:400;margin:0}.linkedin-preview-fox__content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:340px 1fr}.linkedin-preview-fox__profile-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(165deg,#141419e6,#0c0c0ff2);border:1px solid #0a66c21a;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .4s ease}.linkedin-preview-fox__profile-card:hover{border-color:#0a66c24d;box-shadow:0 20px 60px #0006,0 0 40px #0a66c21a}.linkedin-preview-fox__profile-banner{background:linear-gradient(135deg,#0a66c2,#0077b5);height:80px}.linkedin-preview-fox__profile-header{align-items:center;display:flex;flex-direction:column;margin-top:-40px;padding:0 1.5rem}.linkedin-preview-fox__profile-image-wrapper{flex-shrink:0;position:relative}.linkedin-preview-fox__profile-image{border:4px solid #121215;border-radius:50%;box-shadow:0 4px 20px #0000004d;height:80px;object-fit:cover;width:80px}.linkedin-preview-fox__profile-info{align-items:center;display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem;padding-bottom:1rem;text-align:center}.linkedin-preview-fox__profile-name{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0}.linkedin-preview-fox__profile-name-company{color:#ffffff80;font-weight:400}.linkedin-preview-fox__profile-role{color:#888;font-size:.8rem;line-height:1.4;margin:0}.linkedin-preview-fox__location{align-items:center;color:#666;display:flex;font-size:.75rem;gap:.4rem;margin-top:.25rem}.linkedin-preview-fox__location i{font-size:.7rem}.linkedin-preview-fox__profile-stats{border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;display:flex;gap:2rem;justify-content:center;padding:1rem 1.5rem}.linkedin-preview-fox__stat{align-items:center;display:flex;flex-direction:column;gap:.15rem}.linkedin-preview-fox__stat-value{color:#0a66c2;font-size:1.1rem;font-weight:700}.linkedin-preview-fox__stat-label{color:#888;font-size:.75rem}.linkedin-preview-fox__follow-btn{align-items:center;background:#0a66c2;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin:1rem 1.5rem .75rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.linkedin-preview-fox__follow-btn:hover{background:#004182;box-shadow:0 4px 20px #0a66c266}.linkedin-preview-fox__follow-btn i{font-size:1rem}.linkedin-preview-fox__message-btn{align-items:center;background:#0000;border:1px solid #ffffff26;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;margin:0 1.5rem 1.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.linkedin-preview-fox__message-btn:hover{background:#ffffff0d;border-color:#ffffff40}.linkedin-preview-fox__message-btn i{font-size:.85rem}.linkedin-preview-fox__feed{display:flex;flex-direction:column;gap:1rem}.linkedin-preview-fox__feed-title{color:#fff;font-size:1rem;font-weight:600;margin:0 0 .5rem}.linkedin-preview-fox__post,a.linkedin-preview-fox__post{background:linear-gradient(165deg,#141419e6,#0c0c0ff2);border:1px solid #ffffff0d;border-radius:10px;cursor:pointer;display:block;padding:1rem;position:relative;text-decoration:none;transition:all .3s ease}.linkedin-preview-fox__post:hover{background:linear-gradient(165deg,#18181ee6,#0e0e12f2);border-color:#0a66c233}.linkedin-preview-fox__post-header{align-items:center;display:flex;gap:.6rem;margin-bottom:.6rem}.linkedin-preview-fox__post-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.linkedin-preview-fox__post-meta{display:flex;flex-direction:column;gap:.1rem}.linkedin-preview-fox__post-author{color:#fff;font-size:.85rem;font-weight:600}.linkedin-preview-fox__post-date{color:#666;font-size:.75rem}.linkedin-preview-fox__post-content{color:#b0b0b0;filter:blur(4px);font-size:.8rem;line-height:1.5;margin:0 0 .75rem;transition:filter .4s ease;-webkit-user-select:none;user-select:none}.linkedin-preview-fox__post:hover .linkedin-preview-fox__post-content{filter:blur(2px)}.linkedin-preview-fox__post-blur-overlay{align-items:center;background:linear-gradient(180deg,#0000,#0c0c0f4d);bottom:0;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .3s ease}.linkedin-preview-fox__post:hover .linkedin-preview-fox__post-blur-overlay{opacity:1}.linkedin-preview-fox__post-actions{border-top:1px solid #ffffff0d;display:flex;gap:1rem;padding-top:.5rem}.linkedin-preview-fox__post-action{align-items:center;color:#888;display:flex;font-size:.8rem;gap:.4rem}.linkedin-preview-fox__post-action i{font-size:.85rem}.linkedin-preview-fox__see-all{align-items:center;color:#3f98f1;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-top:.5rem;text-decoration:none;transition:all .3s ease}.linkedin-preview-fox__see-all:hover{color:#00a0dc}.linkedin-preview-fox__see-all i{font-size:.8rem;transition:transform .3s ease}.linkedin-preview-fox__see-all:hover i{transform:translateX(4px)}@media (max-width:900px){.linkedin-preview-fox__content{gap:1.5rem;grid-template-columns:1fr}.linkedin-preview-fox__profile-card{margin:0 auto;max-width:400px}}@media (max-width:600px){.linkedin-preview-fox{padding:4rem 1rem}.linkedin-preview-fox__title{font-size:2.2rem}.linkedin-preview-fox__profile-card{max-width:100%}.linkedin-preview-fox__post{padding:1rem}.linkedin-preview-fox__post-content{font-size:.85rem}}@media (max-width:640px){.linkedin-preview-fox{padding:3rem .75rem 1.5rem}.linkedin-preview-fox__header{margin-bottom:2.5rem}.linkedin-preview-fox__label{font-size:.65rem}.linkedin-preview-fox__title{font-size:3rem;margin-bottom:1rem}.linkedin-preview-fox__subtitle{font-size:.95rem}.linkedin-preview-fox__profile-banner{height:60px}.linkedin-preview-fox__profile-header{margin-top:-30px;padding:0 1rem}.linkedin-preview-fox__profile-image{height:60px;width:60px}.linkedin-preview-fox__profile-name{font-size:1rem}.linkedin-preview-fox__profile-role{font-size:.75rem}.linkedin-preview-fox__profile-stats{gap:1.5rem;padding:.85rem 1rem}.linkedin-preview-fox__stat-value{font-size:1rem}.linkedin-preview-fox__follow-btn,.linkedin-preview-fox__message-btn{font-size:.85rem;margin-left:1rem;margin-right:1rem;padding:.65rem 1.25rem}.linkedin-preview-fox__feed-title{font-size:.9rem}.linkedin-preview-fox__post{border-radius:10px;padding:.85rem}.linkedin-preview-fox__post-avatar{height:36px;width:36px}.linkedin-preview-fox__post-author{font-size:.8rem}.linkedin-preview-fox__post-date{font-size:.7rem}.linkedin-preview-fox__post-content{font-size:.8rem;margin-bottom:.75rem}.linkedin-preview-fox__post-actions{gap:1rem;padding-top:.6rem}.linkedin-preview-fox__post-action{font-size:.75rem}.linkedin-preview-fox__see-all{display:flex;font-size:.85rem;justify-content:center;width:100%}}.stats-section-fox{background:#0f0f12;padding:6rem 2rem;position:relative;width:100%}.stats-section-fox__container{margin:0 auto;max-width:1100px}.stats-section-fox__header{margin-bottom:4rem;text-align:center}.stats-section-fox__label{color:#fff6;display:inline-block;font-size:.95rem;font-weight:500;letter-spacing:.2em;margin-bottom:1rem;text-transform:uppercase}.stats-section-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;margin:0}.stats-section-fox__grid{background:#ffffff05;border:1px solid #ffffff0a;border-radius:20px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.stats-section-fox__card{display:flex;flex-direction:column;justify-content:space-between;min-height:220px;padding:2.5rem;position:relative;transition:all .4s ease}.stats-section-fox__card:not(:last-child):after{background:linear-gradient(180deg,#0000,#ffffff0f,#0000);content:"";height:70%;position:absolute;right:0;top:15%;width:1px}.stats-section-fox__card:hover{background:#ffffff05}.stats-section-fox__card-content{display:flex;flex-direction:column;gap:.5rem}.stats-section-fox__value{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#667eea,#764ba2 25%,#f093fb 50%,#764ba2 75%,#667eea);-webkit-background-clip:text;background-clip:text;background-size:200% auto;font-size:3rem;font-weight:600;letter-spacing:-.02em;line-height:1;margin-bottom:.5rem}.stats-section-fox__card-label{color:#ffffffe6;font-size:1rem;font-weight:500;letter-spacing:-.01em}.stats-section-fox__card-description{color:#fff6;font-size:.85rem;font-weight:400;line-height:1.5;max-width:200px}.stats-section-fox__arrow{align-items:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;display:flex;height:28px;justify-content:center;position:absolute;right:2rem;top:2rem;transition:all .3s ease;width:28px}.stats-section-fox__arrow i{color:#ffffff4d;font-size:.7rem;transition:all .3s ease}.stats-section-fox__card:hover .stats-section-fox__arrow{background:#ffffff14;border-color:#ffffff1a;transform:translate(2px,-2px)}.stats-section-fox__card:hover .stats-section-fox__arrow i{color:#fff9}@media (max-width:968px){.stats-section-fox{padding:5rem 1.5rem}.stats-section-fox__title{font-size:2.5rem}.stats-section-fox__grid{border-radius:16px;grid-template-columns:1fr}.stats-section-fox__card{min-height:auto;padding:2rem}.stats-section-fox__card:not(:last-child):after{background:linear-gradient(90deg,#0000,#ffffff0f,#0000);bottom:0;height:1px;left:15%;right:15%;top:auto;width:70%}.stats-section-fox__value{font-size:2.5rem}.stats-section-fox__arrow{height:24px;right:1.5rem;top:1.5rem;width:24px}.stats-section-fox__arrow i{font-size:.6rem}}@media (max-width:640px){.stats-section-fox{padding:4rem 1rem}.stats-section-fox__header{margin-bottom:3rem}.stats-section-fox__title{font-size:3rem}.stats-section-fox__card{padding:1.75rem}.stats-section-fox__value{font-size:2.25rem}.stats-section-fox__card-label{font-size:.95rem}.stats-section-fox__card-description{font-size:.8rem}}.comparison-fox{background:#0f0f12;padding:3rem 2rem 6rem;position:relative;width:100%}.comparison-fox__container{margin:0 auto;max-width:1100px}.comparison-fox__header{margin-bottom:4rem;text-align:center}.comparison-fox__label{color:#fff6;display:inline-block;font-size:.95rem;font-weight:500;letter-spacing:.2em;margin-bottom:1rem;text-transform:uppercase}.comparison-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;margin:0}.comparison-fox__title-gradient{-webkit-text-fill-color:#0000;animation:comparison-gradient 6s ease-in-out infinite;background:linear-gradient(120deg,silver,#fff 25%,#a0a0a0 50%,#e0e0e0 75%,#c8c8c8);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;font-weight:700}@keyframes comparison-gradient{0%{background-position:200% 50%}to{background-position:-200% 50%}}.comparison-fox__grid{grid-gap:0;background:#ffffff05;border:1px solid #ffffff0a;border-radius:20px;display:grid;gap:0;grid-template-columns:1fr auto 1fr;overflow:hidden}.comparison-fox__column{padding:2.5rem}.comparison-fox__column--others{background:#0003;padding:3rem;transition:all .4s ease}.comparison-fox__column--others:hover{background:#ffffff08}.comparison-fox__column--others .comparison-fox__list{gap:1.5rem}.comparison-fox__column--others .comparison-fox__item{gap:1.25rem}.comparison-fox__column--others .comparison-fox__column-header{margin-bottom:2.5rem;padding-bottom:1.25rem}.comparison-fox__item--negative .comparison-fox__text{font-size:1.05rem;line-height:1.6}.comparison-fox__column--us{background:linear-gradient(165deg,#667eea1a,#667eea08);padding:3rem;position:relative}.comparison-fox__column--us:before{background:radial-gradient(ellipse at 50% 0,#667eea1f 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.comparison-fox__column--us:after{background:linear-gradient(90deg,#0000,#667eea80,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0}.comparison-fox__column-header{border-bottom:1px solid #ffffff0f;margin-bottom:2rem;padding-bottom:1rem}.comparison-fox__column--us .comparison-fox__column-header{border-bottom:1px solid #667eea33;margin-bottom:2.5rem;padding-bottom:1.25rem}.comparison-fox__column-title{color:#ffffffb3;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;transition:all .4s ease}.comparison-fox__column--others:hover .comparison-fox__column-title{color:#ffffffe6}.comparison-fox__column--us .comparison-fox__column-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#8296ff,#b4beffe6);background-clip:text;-webkit-background-clip:text;color:#fff;font-size:1.35rem}.comparison-fox__divider{align-items:center;background:linear-gradient(180deg,#0000,#ffffff14,#0000);display:flex;justify-content:center;position:relative;width:1px}.comparison-fox__divider-text{background:#0f0f12;color:#ffffff4d;font-size:.7rem;font-weight:600;letter-spacing:.1em;padding:.75rem .5rem;position:absolute;text-transform:uppercase}.comparison-fox__list{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:0;padding:0}.comparison-fox__item{align-items:flex-start;display:flex;gap:1rem}.comparison-fox__icon{align-items:center;border-radius:6px;display:flex;height:22px;justify-content:center;margin-top:1px;min-width:22px;width:22px}.comparison-fox__item--negative .comparison-fox__icon{background:#ff646414;border:1px solid #ff646426;border-radius:8px;height:28px;min-width:28px;transition:all .4s ease;width:28px}.comparison-fox__item--negative .comparison-fox__icon i{color:#ff787899;font-size:.7rem;transition:all .4s ease}.comparison-fox__column--others:hover .comparison-fox__item--negative .comparison-fox__icon{background:#ff646426;border-color:#ff64644d}.comparison-fox__column--others:hover .comparison-fox__item--negative .comparison-fox__icon i{color:#ff7878e6}.comparison-fox__item--positive .comparison-fox__icon{background:linear-gradient(135deg,#667eea40,#667eea26);border:1px solid #667eea66;border-radius:50%;box-shadow:0 0 20px #667eea40,inset 0 1px 0 #ffffff1a;height:28px;min-width:28px;width:28px}.comparison-fox__item--positive .comparison-fox__icon i{color:#a0b4ff;font-size:.7rem}.comparison-fox__text{color:#ffffff80;font-size:.95rem;line-height:1.5;transition:all .4s ease}.comparison-fox__column--others:hover .comparison-fox__text{color:#ffffffbf}.comparison-fox__item--positive .comparison-fox__text{color:#ffffffe6;font-size:1.05rem;line-height:1.6}.comparison-fox__item--positive .comparison-fox__text strong{color:#fff;font-weight:700}.comparison-fox__column--us .comparison-fox__list{gap:1.5rem}.comparison-fox__column--us .comparison-fox__item{gap:1.25rem}@media (max-width:768px){.comparison-fox{padding:5rem 1.5rem}.comparison-fox__title{font-size:2.25rem}.comparison-fox__grid{border-radius:16px;grid-template-columns:1fr}.comparison-fox__column{padding:2rem}.comparison-fox__column--us{order:-1}.comparison-fox__column--others{order:1}.comparison-fox__divider{display:none}}@media (max-width:640px){.comparison-fox{padding:4rem 1rem}.comparison-fox__header{margin-bottom:3rem}.comparison-fox__title{font-size:3rem}.comparison-fox__column{padding:2rem 1.5rem}.comparison-fox__column-header{margin-bottom:1.75rem}.comparison-fox__column-title{font-size:1.35rem;text-align:left}.comparison-fox__list{gap:1.25rem}.comparison-fox__item{align-items:flex-start;text-align:left}.comparison-fox__icon{height:24px;min-width:24px;width:24px}.comparison-fox__text{font-size:1rem;line-height:1.6;text-align:left}.comparison-fox__item--positive .comparison-fox__text{font-size:1.05rem}.comparison-fox__item--negative .comparison-fox__icon,.comparison-fox__item--positive .comparison-fox__icon{height:26px;min-width:26px;width:26px}}.case-studies-fox{background:#0f0f12;padding:6rem 2rem;position:relative;width:100%}.case-studies-fox__container{margin:0 auto;max-width:1100px}.case-studies-fox__header{margin-bottom:4rem;text-align:center}.case-studies-fox__label{color:#fff6;display:inline-block;font-size:.95rem;font-weight:500;letter-spacing:.2em;margin-bottom:1rem;text-transform:uppercase}.case-studies-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.2;margin:0 0 1rem}.case-studies-fox__title-gradient{-webkit-text-fill-color:#0000;animation:case-gradient 6s ease-in-out infinite;background:linear-gradient(120deg,silver,#fff 25%,#a0a0a0 50%,#e0e0e0 75%,#c8c8c8);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;font-weight:700}@keyframes case-gradient{0%{background-position:200% 50%}to{background-position:-200% 50%}}.case-studies-fox__subtitle{color:#ffffff80;font-size:1.1rem;margin:0}.case-studies-fox__list{display:flex;flex-direction:column;gap:1.5rem}.case-studies-fox__card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2rem;transition:all .4s ease}.case-studies-fox__card:hover{background:#ffffff08;border-color:#667eea26}.case-studies-fox__card-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 336px}.case-studies-fox__text-content{display:flex;flex-direction:column;gap:.75rem}.case-studies-fox__card-top{align-items:center;display:flex;gap:.75rem}.case-studies-fox__badge{background:#667eea26;border:1px solid #667eea40;border-radius:20px;color:#8ca0ff;font-size:.65rem;font-weight:600;letter-spacing:.1em;padding:.35rem .65rem;text-transform:uppercase}.case-studies-fox__client{color:#fff;font-size:1.35rem;font-weight:600;letter-spacing:-.01em;margin:.5rem 0 0}.case-studies-fox__subtitle-text{color:#fff6;font-size:.85rem}.case-studies-fox__highlight{color:#667eea;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;margin:.5rem 0}.case-studies-fox__description{color:#fff9;font-size:.9rem;line-height:1.6;margin:0}.case-studies-fox__changes{border-top:1px solid #ffffff0d;margin-top:1rem;padding-top:1rem}.case-studies-fox__changes-title{color:#ffffff80;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.case-studies-fox__changes-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:.75rem 0 0;padding:0}.case-studies-fox__change-item{align-items:center;background:#ffffff08;border:1px solid #ffffff0a;border-radius:6px;color:#ffffff8c;display:flex;font-size:.8rem;gap:.4rem;padding:.35rem .65rem}.case-studies-fox__change-icon{align-items:center;background:#667eea33;border-radius:50%;display:flex;height:14px;justify-content:center;min-width:14px;width:14px}.case-studies-fox__change-icon i{color:#8ca0ffe6;font-size:.45rem}.case-studies-fox__change-item--more{background:#0000;border:none;color:#fff6;font-style:italic;padding-left:0}.case-studies-fox__image-container{border:1px solid #ffffff0d;border-radius:12px;cursor:pointer;opacity:.9;overflow:hidden;position:relative;transition:all .4s ease}.case-studies-fox__card:hover .case-studies-fox__image-container{border-color:#ffffff1a;opacity:.85}.case-studies-fox__image-container:hover{opacity:1!important}.case-studies-fox__image{display:block;filter:saturate(.8);height:auto;transition:all .4s ease;width:100%}.case-studies-fox__image-container:hover .case-studies-fox__image{filter:saturate(1)}.case-studies-fox__image-overlay{align-items:center;background:#00000080;display:flex;flex-direction:column;gap:.5rem;inset:0;justify-content:center;opacity:0;position:absolute;transition:all .3s ease}.case-studies-fox__image-hint{color:#ffffffb3;font-size:.75rem;font-weight:500;letter-spacing:.02em}.case-studies-fox__image-container:hover .case-studies-fox__image-overlay{opacity:1}.case-studies-fox__image-overlay i{color:#fffc;font-size:1rem}.case-studies-fox__lightbox{align-items:center;animation:lightbox-fade-in .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;cursor:pointer;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:9999}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.case-studies-fox__lightbox img{animation:lightbox-scale-in .3s ease;border-radius:12px;box-shadow:0 25px 80px #00000080;cursor:default;max-height:90vh;max-width:90%}@keyframes lightbox-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.case-studies-fox__lightbox-close{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fffc;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:48px}.case-studies-fox__lightbox-close:hover{background:#fff3;color:#fff}.case-studies-fox__lightbox-close i{font-size:1.2rem}@media (max-width:768px){.case-studies-fox{padding:5rem 1.5rem}.case-studies-fox__title{font-size:2.5rem}.case-studies-fox__card{padding:1.5rem}.case-studies-fox__card-content{gap:1.5rem;grid-template-columns:1fr}.case-studies-fox__image-container{max-width:100%;opacity:.7}.case-studies-fox__client{font-size:1.2rem}.case-studies-fox__highlight{font-size:1rem}}@media (max-width:640px){.case-studies-fox{padding:4rem 1rem}.case-studies-fox__header{margin-bottom:3rem}.case-studies-fox__title{font-size:3rem}.case-studies-fox__card{padding:1.25rem}.case-studies-fox__client{font-size:1.1rem}.case-studies-fox__changes-list{flex-direction:column}.case-studies-fox__change-item{width:-webkit-fit-content;width:fit-content}.case-studies-fox__image-container{max-width:100%}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.testimonials-fox{background:linear-gradient(180deg,#0f0f12,#0c0c0c);max-width:100%;overflow:hidden;overflow-x:clip;padding:0;position:relative;width:100%}.testimonials-fox__bg-grid{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:60px 60px;bottom:0;left:0;mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,#000 0,#0000 100%);pointer-events:none;position:absolute;right:0;top:0}.testimonials-fox__bg-orb{border-radius:50%;filter:blur(120px);pointer-events:none;position:absolute}.testimonials-fox__bg-orb--1{background:#6478c80d;height:700px;left:50%;top:50%;transform:translate(-50%,-50%);width:700px}.testimonials-fox__bg-orb--2{background:#8c64b408;bottom:10%;height:500px;right:10%;width:500px}.testimonials-fox__container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.testimonials-fox__header{margin-bottom:4rem;margin-top:0;text-align:center}.testimonials-fox__avatar-stack{display:flex;justify-content:center;margin-bottom:1.5rem}.testimonials-fox__avatar-stack-img{border:3px solid #0f0f12;border-radius:50%;filter:grayscale(20%);height:52px;margin-left:-12px;object-fit:cover;transition:all .3s ease;width:52px}.testimonials-fox__avatar-stack-img:first-child{margin-left:0}.testimonials-fox__avatar-stack-img:hover{filter:grayscale(0);transform:translateY(-4px) scale(1.1);z-index:10}.testimonials-fox__label{align-items:center;border-bottom:1px solid #ffffff26;color:#ffffff80;display:inline-flex;font-size:.95rem;font-weight:500;gap:.6rem;letter-spacing:.2em;margin-bottom:1.5rem;padding:0 0 .5rem;text-transform:uppercase}.testimonials-fox__label i{font-size:.65rem;opacity:.6}.testimonials-fox__label svg{flex-shrink:0}.testimonials-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin:0 0 1.25rem}.testimonials-fox__title-gradient{-webkit-text-fill-color:#0000;animation:testimonials-gradient 6s ease-in-out infinite;background:linear-gradient(120deg,silver,#fff 25%,#a0a0a0 50%,#e0e0e0 75%,#c8c8c8);background-clip:text;-webkit-background-clip:text;background-size:200% 100%;font-weight:700}@keyframes testimonials-gradient{0%{background-position:200% 50%}to{background-position:-200% 50%}}.testimonials-fox__subtitle{color:#ffffff8c;font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:650px}.testimonials-fox__slider-wrapper{margin-left:calc(-50vw + 50%);overflow:visible;padding:3rem 0;position:relative;width:100vw}.testimonials-fox__swiper{padding:3rem 0 2rem}.testimonials-fox__swiper .swiper-wrapper{transition-timing-function:ease-out!important}.testimonials-fox__swiper .swiper-slide{transition:transform .8s ease-out,opacity .6s ease-out}.testimonials-fox__slide{padding:0 1rem;width:900px}.testimonials-fox__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(165deg,#141419e6,#0c0c0ff2);border:1px solid #667eea1a;border-radius:24px;opacity:.4;overflow:hidden;padding:3.5rem;position:relative;transform:scale(.92);transition:all .4s ease}.testimonials-fox__card:before{background:linear-gradient(90deg,#0000,#667eea80,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0;transition:all .4s ease}.swiper-slide-active .testimonials-fox__card,.testimonials-fox__card--active{border-color:#667eea1f;box-shadow:0 25px 80px -20px #0006;opacity:1;transform:scale(1)}.swiper-slide-active .testimonials-fox__card:hover{border-color:#667eea33;box-shadow:0 35px 100px -25px #00000073;transform:translateY(-3px)}.swiper-slide-next .testimonials-fox__card,.swiper-slide-prev .testimonials-fox__card{cursor:pointer;opacity:.25;transform:scale(.9)}.swiper-slide-next .testimonials-fox__card:hover,.swiper-slide-prev .testimonials-fox__card:hover{border-color:#ffffff14;opacity:.4}.testimonials-fox__card-inner{display:flex;flex-direction:column;min-height:320px;position:relative;z-index:1}.testimonials-fox__quote-icon{align-items:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:50%;display:flex;height:48px;justify-content:center;position:absolute;right:-20px;top:-20px;transition:all .5s ease;width:48px}.swiper-slide-active .testimonials-fox__quote-icon{background:#ffffff0d;border-color:#ffffff1a}.testimonials-fox__quote-icon i{color:#ffffff4d;font-size:1.1rem;transition:all .5s ease}.swiper-slide-active .testimonials-fox__quote-icon i{color:#ffffff80}.testimonials-fox__stars{display:flex;gap:4px;margin-bottom:1.75rem}.testimonials-fox__star{color:#d4af37;font-size:.95rem;transition:all .3s ease}.swiper-slide-active .testimonials-fox__star{color:#d4af37}.testimonials-fox__text-wrapper{margin-bottom:2.5rem}.testimonials-fox__text{color:#ffffffb3;font-size:1.15rem;font-style:italic;font-weight:400;letter-spacing:.01em;line-height:1.85;margin:0;min-height:140px;transition:color .5s ease}.testimonials-fox__text-wrapper .testimonials-fox__text{margin-bottom:1rem;min-height:auto}.swiper-slide-active .testimonials-fox__text{color:#ffffffd9}.testimonials-fox__expand-btn{align-items:center;background:#0000;border:none;color:#fff6;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem 0;transition:all .3s ease}.testimonials-fox__expand-btn:hover{color:#ffffffb3}.testimonials-fox__expand-btn i{font-size:.65rem;transition:transform .3s ease}.testimonials-fox__author{align-items:center;border-top:1px solid #ffffff0d;display:flex;gap:1.25rem;justify-content:center;margin-top:auto;padding-top:2rem;position:relative}.testimonials-fox__author:before{background:linear-gradient(90deg,#0000,#ffffff26,#0000);content:"";height:1px;left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:opacity .5s ease;width:60px}.swiper-slide-active .testimonials-fox__author:before{opacity:1}.testimonials-fox__avatar-wrapper{align-items:center;display:flex;flex-shrink:0;justify-content:center;position:relative}.testimonials-fox__avatar{border:3px solid #ffffff1a;border-radius:50%;filter:grayscale(30%);height:120px;object-fit:cover;transition:all .4s ease;width:120px}.swiper-slide-active .testimonials-fox__avatar{border-color:#fff3;filter:grayscale(0)}.testimonials-fox__avatar-ring{border:1px solid #ffffff1a;border-radius:50%;inset:-6px;opacity:0;position:absolute;transition:opacity .4s ease}.swiper-slide-active .testimonials-fox__avatar-ring{opacity:1}.testimonials-fox__author-info{align-items:flex-start;display:flex;flex-direction:column;gap:.35rem}.testimonials-fox__name{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.01em;margin:0}.testimonials-fox__role{color:#ffffff80;font-size:.9rem;margin:0}.testimonials-fox__role span{color:#ffffff4d;margin:0 .5rem}.testimonials-fox__navigation{display:flex;justify-content:space-between;left:0;margin:0 auto;max-width:1500px;padding:0 2rem;pointer-events:none;position:absolute;right:0;top:45%;transform:translateY(-50%);z-index:10}.testimonials-fox__nav{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;color:#ffffff80;cursor:pointer;display:flex;height:48px;justify-content:center;overflow:hidden;pointer-events:auto;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:48px}.testimonials-fox__nav:hover{background:#ffffff0f;border-color:#ffffff26;color:#fff}.testimonials-fox__nav:active{transform:scale(.95)}.testimonials-fox__nav i{font-size:.9rem;position:relative;transition:all .3s ease;z-index:1}.testimonials-fox .swiper-pagination{margin-top:1.5rem;position:relative}.testimonials-fox .swiper-pagination-bullet{background:#ffffff26;border:none;height:6px;opacity:1;transition:all .4s cubic-bezier(.4,0,.2,1);width:6px}.testimonials-fox .swiper-pagination-bullet:hover{background:#ffffff4d}.testimonials-fox .swiper-pagination-bullet-active{background:#fffc;border-radius:3px;width:24px}.testimonials-fox__trust{align-items:stretch;background:linear-gradient(165deg,#0f0f1499,#0a0a0fcc);border:1px solid #ffffff0f;border-radius:20px;display:flex;gap:0;justify-content:center;margin-left:auto;margin-right:auto;margin-top:0;max-width:900px;overflow:hidden;padding:0;position:relative;width:100%}.testimonials-fox__trust:before{background:linear-gradient(90deg,#0000,#667eea66,#f093fb4d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.testimonials-fox__trust-item{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem;justify-content:center;max-width:350px;padding:2.5rem 3rem;transition:background .3s ease}.testimonials-fox__trust-item:hover{background:#ffffff05}.testimonials-fox__trust-avatars{display:flex;margin-bottom:.35rem}.testimonials-fox__trust-avatar{border:2px solid #0a0a0c;border-radius:50%;height:36px;object-fit:cover;width:36px}.testimonials-fox__trust-avatar:not(:first-child){margin-left:-10px}.testimonials-fox__trust-check{align-items:center;background:linear-gradient(135deg,#667eea33,#f093fb26);border:1px solid #667eea4d;border-radius:50%;color:#a78bfa;display:flex;height:40px;justify-content:center;margin-bottom:.25rem;width:40px}.testimonials-fox__trust-stars{color:#d4af37;display:flex;gap:.2rem;margin-bottom:.25rem}.testimonials-fox__trust-number{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff 30%,#fff9);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.75rem;font-weight:700;letter-spacing:-.03em}.testimonials-fox__trust-label{color:#ffffff73;font-size:.85rem;font-weight:500;text-align:center}.testimonials-fox__trust-divider{align-self:stretch;background:#ffffff14;flex-shrink:0;width:1px}@media (max-width:992px){.testimonials-fox__title{font-size:2.5rem}.testimonials-fox__slide{padding:0 .75rem;width:550px}.testimonials-fox__card{padding:2.5rem}.testimonials-fox__trust{gap:0;padding:2rem 0}.testimonials-fox__trust-number{font-size:2rem}}@media (max-width:768px){.testimonials-fox{padding:4rem 0}.testimonials-fox__container{padding:0 1rem}.testimonials-fox__header{margin-bottom:2rem;margin-top:0}.testimonials-fox__title{font-size:2.5rem}.testimonials-fox__subtitle{font-size:1.05rem}.testimonials-fox__slider-wrapper{padding:2rem 0}.testimonials-fox__swiper{padding:2rem 0 3.5rem}.testimonials-fox__slide{max-width:550px;padding:0 .5rem;width:85%}.testimonials-fox__card{opacity:.6!important;padding:1.75rem;transform:scale(.95)!important}.swiper-slide-active .testimonials-fox__card,.testimonials-fox__card--active{opacity:1!important;transform:scale(1)!important}.swiper-slide-next .testimonials-fox__card,.swiper-slide-prev .testimonials-fox__card{opacity:.6!important;transform:scale(.95)!important}.testimonials-fox__text{font-size:1rem}.testimonials-fox__navigation{bottom:auto;gap:1rem;justify-content:center;margin-top:1rem;padding:0;pointer-events:auto;position:relative;top:auto;transform:none}.testimonials-fox__nav{height:44px;position:static;width:44px}.testimonials-fox__nav i{font-size:.85rem}.testimonials-fox__trust{border-radius:0;flex-direction:row;gap:0;padding:0}.testimonials-fox__trust-item{padding:1.75rem 1.5rem}.testimonials-fox__trust-divider{align-self:stretch;background:#ffffff14;height:auto;width:1px}}@media (max-width:640px){.testimonials-fox{padding:3rem 0 0}.testimonials-fox__container{padding:0 .75rem}.testimonials-fox__header{margin-bottom:1.5rem;margin-top:0}.testimonials-fox__label{font-size:.65rem;letter-spacing:.15em}.testimonials-fox__title{font-size:3rem;margin-bottom:.75rem}.testimonials-fox__subtitle{font-size:.95rem;line-height:1.6}.testimonials-fox__slider-wrapper{padding:1rem 0}.testimonials-fox__swiper{padding:1rem 0 0}.testimonials-fox__slide{padding:0;width:100%}.testimonials-fox__card{background:linear-gradient(165deg,#19191ef2,#0f0f12fa);border:1px solid #667eea26;border-left:none;border-radius:0;border-right:none;box-shadow:none;opacity:1!important;padding:1.75rem;transform:none!important}.swiper-slide-active .testimonials-fox__card{border-color:#667eea33;box-shadow:none;opacity:1!important;transform:none!important}.testimonials-fox__card-inner{gap:.75rem;min-height:auto}.testimonials-fox__quote-icon{display:none}.testimonials-fox__stars{gap:4px;margin-bottom:.75rem}.testimonials-fox__star{font-size:1rem}.testimonials-fox__text-wrapper{margin-bottom:1rem}.testimonials-fox__text{font-size:1rem;line-height:1.7;min-height:auto}.testimonials-fox__expand-btn{font-size:.85rem;padding:.5rem 0}.testimonials-fox__author{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:1rem}.testimonials-fox__navigation{bottom:auto;gap:1rem;justify-content:center;margin-bottom:1.5rem;margin-top:0;padding:0;pointer-events:auto;position:relative;top:auto;transform:none}.testimonials-fox__nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#667eea1a;border:1px solid #667eea33;height:44px;position:static;width:44px}.testimonials-fox__nav i{font-size:.85rem}.testimonials-fox__author{flex-direction:row;gap:.85rem;padding-top:1.25rem;text-align:left}.testimonials-fox__avatar-wrapper{margin:0}.testimonials-fox__avatar{border-width:2px;height:90px;width:90px}.testimonials-fox__avatar-ring{inset:-5px}.testimonials-fox__author-info{align-items:flex-start;text-align:left}.testimonials-fox__name{font-size:.9rem}.testimonials-fox__role{font-size:.75rem}.testimonials-fox__role span{margin:0 .35rem}.testimonials-fox .swiper-pagination{margin-top:1.5rem;position:relative}.testimonials-fox .swiper-pagination-bullet{height:7px;width:7px}.testimonials-fox .swiper-pagination-bullet-active{width:24px}.testimonials-fox__trust{border-radius:0;flex-direction:column;gap:0;margin-top:0;padding:0}.testimonials-fox__trust-item{gap:.4rem;max-width:none;padding:1.75rem 1.5rem}.testimonials-fox__trust-number{font-size:2.25rem}.testimonials-fox__trust-label{font-size:.9rem}.testimonials-fox__trust-divider{align-self:stretch;background:#ffffff14;height:1px;width:auto}}.customer-logos-fox{background:linear-gradient(180deg,#0a0a0d,#0f0f12 50%,#0a0a0d);border-top:none;overflow:hidden;padding:8rem 2rem;position:relative;width:100%}.customer-logos-fox:before{background:radial-gradient(ellipse,#667eea0a 0,#0000 70%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:800px}.customer-logos-fox__container{margin:0 auto;max-width:1300px;position:relative;width:100%;z-index:1}.customer-logos-fox__header{margin-bottom:5rem;text-align:center}.customer-logos-fox__label{align-items:center;color:#667eea;display:inline-flex;font-size:.95rem;font-weight:600;gap:.6rem;letter-spacing:.2em;margin-bottom:1.5rem;text-transform:uppercase}.customer-logos-fox__label i{font-size:.7rem}.customer-logos-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.025em;line-height:1.15;margin:0 auto 1.25rem;max-width:900px}.customer-logos-fox__title span{-webkit-text-fill-color:#0000;animation:gradient-shift 8s ease-in-out infinite;background:linear-gradient(90deg,#667eea,#a78bfa 50%,#f093fb);background-clip:text;-webkit-background-clip:text;background-size:200% auto;font-weight:700}@keyframes gradient-shift{0%,to{background-position:0}50%{background-position:100%}}.customer-logos-fox__subtitle{color:#ffffff73;font-size:1.15rem;letter-spacing:.01em;line-height:1.7;margin:0}.customer-logos-fox__grid{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);justify-items:center}.customer-logos-fox__item{align-items:center;background:#0000;border-radius:24px;display:flex;justify-content:center;min-height:130px;padding:2rem 1.5rem;position:relative;transition:all .5s cubic-bezier(.16,1,.3,1);width:100%}.customer-logos-fox__logo{filter:grayscale(1) invert(1) brightness(1);height:auto;max-height:60px;max-width:100%;object-fit:contain;opacity:.6;width:auto}@media (max-width:900px){.customer-logos-fox__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.customer-logos-fox{padding:5rem 1.5rem}.customer-logos-fox__header{margin-bottom:3.5rem}.customer-logos-fox__title{font-size:2.5rem}.customer-logos-fox__subtitle{font-size:1.05rem}.customer-logos-fox__grid{gap:.5rem;grid-template-columns:repeat(3,1fr)}.customer-logos-fox__item{min-height:100px;padding:1.5rem 1rem}.customer-logos-fox__logo{max-height:55px}}@media (max-width:640px){.customer-logos-fox__title{font-size:2rem}.customer-logos-fox__grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.customer-logos-fox__item{min-height:100px;padding:1.5rem 1rem}.customer-logos-fox__logo{max-height:55px}}.featured-testimonials-fox{background:#0a0a0f;overflow:hidden;padding:8rem 2rem;position:relative}.featured-testimonials-fox:before{background:radial-gradient(circle,#667eea08 0,#0000 70%);content:"";height:800px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:800px}.featured-testimonials-fox__container{display:flex;flex-direction:column;gap:6rem;margin:0 auto;max-width:1100px;position:relative;z-index:1}.featured-testimonials-fox__item{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:.9fr 1.1fr}.featured-testimonials-fox__image-wrapper{aspect-ratio:1/1;background:linear-gradient(135deg,#ffffff08,#ffffff03);border-radius:12px;overflow:hidden;position:relative}.featured-testimonials-fox__image{filter:grayscale(10%);height:100%;object-fit:cover;transition:all .8s cubic-bezier(.16,1,.3,1);width:100%}.featured-testimonials-fox__item:hover .featured-testimonials-fox__image{filter:grayscale(0);transform:scale(1.02)}.featured-testimonials-fox__content{padding:1rem 0}.featured-testimonials-fox__stars{display:flex;gap:.4rem;margin-bottom:2rem}.featured-testimonials-fox__stars svg{color:#d4af37;font-size:1rem;opacity:.9}.featured-testimonials-fox__text{color:#ffffffbf;font-size:1.4rem;font-weight:300;letter-spacing:.01em;line-height:1.8;margin:0 0 2.5rem}.featured-testimonials-fox__author{align-items:center;border-top:1px solid #ffffff14;display:flex;gap:1rem;padding-top:2rem}.featured-testimonials-fox__author-info{display:flex;flex-direction:column;gap:.25rem}.featured-testimonials-fox__name{color:#fff;font-size:1rem;font-weight:500;letter-spacing:.02em;margin:0}.featured-testimonials-fox__role{color:#fff6;font-size:.85rem;font-weight:400;margin:0}.featured-testimonials-fox__website-link{color:#ffffff59;display:block;font-size:.8rem;font-weight:400;margin-top:.25rem;text-decoration:none;transition:all .3s ease}.featured-testimonials-fox__website-link:hover{color:#667eea}.featured-testimonials-fox__logo-wrapper{border-left:1px solid #ffffff1a;margin-left:auto;padding-left:2rem}.featured-testimonials-fox__logo{filter:brightness(0) invert(1);height:30px;opacity:.7;width:auto}.featured-testimonials-fox__item:not(:last-child){border-bottom:1px solid #ffffff0a;padding-bottom:6rem}@media (max-width:1024px){.featured-testimonials-fox{padding:6rem 2rem}.featured-testimonials-fox__item{gap:3rem;grid-template-columns:1fr 1fr}.featured-testimonials-fox__text{font-size:1.25rem}}@media (max-width:768px){.featured-testimonials-fox{padding:5rem 1.5rem}.featured-testimonials-fox__container{gap:4rem}.featured-testimonials-fox__item{gap:2rem;grid-template-columns:1fr;justify-items:center;text-align:center}.featured-testimonials-fox__image-wrapper{aspect-ratio:4/3;max-width:400px}.featured-testimonials-fox__content{align-items:center;display:flex;flex-direction:column}.featured-testimonials-fox__stars{justify-content:center}.featured-testimonials-fox__author{align-items:center;justify-content:center}.featured-testimonials-fox__author-info{align-items:center}.featured-testimonials-fox__text{font-size:1.15rem;line-height:1.7;text-align:center}.featured-testimonials-fox__stars i{font-size:.9rem}.featured-testimonials-fox__item:not(:last-child){padding-bottom:4rem}}@media (max-width:640px){.featured-testimonials-fox{padding:0 1rem}.featured-testimonials-fox__container{gap:3rem}.featured-testimonials-fox__text{font-size:1.05rem}.featured-testimonials-fox__author{align-items:center;flex-direction:column;gap:1.5rem}.featured-testimonials-fox__logo-wrapper{border-left:none;margin-left:0;padding-left:0}.featured-testimonials-fox__item:not(:last-child){padding-bottom:3rem}}.team-section-fox{background:#0a0a0f;overflow:hidden;padding:8rem 2rem;position:relative;width:100%}.team-section-fox__bg-glow{border-radius:50%;filter:blur(100px);pointer-events:none;position:absolute}.team-section-fox__bg-glow--1{background:radial-gradient(circle,#667eea14 0,#0000 70%);height:500px;left:-10%;top:10%;width:500px}.team-section-fox__bg-glow--2{background:radial-gradient(circle,#f093fb0f 0,#0000 70%);bottom:10%;height:400px;right:-5%;width:400px}.team-section-fox__container{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:1}.team-section-fox__header{margin-bottom:5rem;text-align:center}.team-section-fox__label{align-items:center;border-bottom:1px solid #667eea4d;color:#667eea;display:inline-flex;font-size:.95rem;font-weight:600;gap:.6rem;letter-spacing:.2em;margin-bottom:1.5rem;padding:0 0 .5rem;text-transform:uppercase}.team-section-fox__label i{font-size:.8rem}.team-section-fox__label svg{flex-shrink:0}.team-section-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.03em;line-height:1.2;margin:0 auto 1.25rem;max-width:900px}.team-section-fox__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#f093fb);background-clip:text;-webkit-background-clip:text;font-weight:700}.team-section-fox__subtitle{color:#ffffff80;font-size:1.2rem;font-weight:400;margin:0}.team-section-fox__content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1.15fr .85fr}.team-section-fox__team{position:-webkit-sticky;position:sticky;top:2rem}.team-section-fox__team-wrapper{max-width:100%;padding-left:30px;padding-top:40px;position:relative}.team-section-fox__team-image{border-radius:20px;display:block;height:auto;max-width:100%;object-fit:contain;position:relative;transition:all .6s cubic-bezier(.16,1,.3,1);width:100%;z-index:2}.team-section-fox__team-wrapper:hover .team-section-fox__team-image{transform:translateY(-5px)}.team-section-fox__team-wrapper:before{background:linear-gradient(90deg,#667eea80,#0000) 0 0 /100% 2px no-repeat,linear-gradient(180deg,#667eea80,#0000) 0 0 /2px 100% no-repeat;border-top-left-radius:20px;height:120px;left:0;top:0;width:200px}.team-section-fox__team-wrapper:after,.team-section-fox__team-wrapper:before{content:"";pointer-events:none;position:absolute;transition:all .5s ease;z-index:1}.team-section-fox__team-wrapper:after{background:linear-gradient(270deg,#f093fb66,#0000) 100% 100% /100% 2px no-repeat,linear-gradient(0deg,#f093fb66,#0000) 100% 100% /2px 100% no-repeat;border-bottom-right-radius:20px;bottom:-30px;height:100px;right:-30px;width:180px}.team-section-fox__team-wrapper:hover:before{background:linear-gradient(90deg,#667eeab3,#0000) 0 0 /100% 2px no-repeat,linear-gradient(180deg,#667eeab3,#0000) 0 0 /2px 100% no-repeat;height:140px;width:220px}.team-section-fox__team-wrapper:hover:after{background:linear-gradient(270deg,#f093fb99,#0000) 100% 100% /100% 2px no-repeat,linear-gradient(0deg,#f093fb99,#0000) 100% 100% /2px 100% no-repeat;height:120px;width:200px}.team-section-fox__team-badge{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f14f2;border:1px solid #ffffff1a;border-radius:16px;bottom:-20px;box-shadow:0 15px 40px #0006,inset 0 0 0 1px #667eea1a;display:flex;gap:1rem;left:50%;padding:1rem 1.75rem;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:10}.team-section-fox__team-badge-icon{align-items:center;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.team-section-fox__team-badge-icon img{height:100%;object-fit:contain;width:100%}.team-section-fox__team-badge-text{display:flex;flex-direction:column;gap:.15rem}.team-section-fox__team-badge-title{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.01em}.team-section-fox__team-badge-year{color:#ffffff80;font-size:.75rem;font-weight:400}.team-section-fox__features-wrapper{display:flex;flex-direction:column;gap:2rem}.team-section-fox__features{display:flex;flex-direction:column;gap:.75rem}.team-section-fox__feature{background:#0000;border:none;border-bottom:1px solid #ffffff0f;border-radius:0;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.team-section-fox__feature:last-child{border-bottom:none}.team-section-fox__feature--expanded,.team-section-fox__feature:hover{background:#0000}.team-section-fox__feature-header{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:1rem;padding:1rem .5rem;text-align:left;transition:all .3s ease;width:100%}.team-section-fox__feature-icon{align-items:center;background:#667eea1a;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .3s ease;width:40px}.team-section-fox__feature-icon svg{color:#667eea;transition:all .3s ease}.team-section-fox__feature--expanded .team-section-fox__feature-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.team-section-fox__feature--expanded .team-section-fox__feature-icon svg{color:#fff}.team-section-fox__feature:hover .team-section-fox__feature-icon{transform:scale(1.05)}.team-section-fox__feature-text{flex:1 1;min-width:0}.team-section-fox__feature-title{color:#ffffffe6;font-size:.95rem;font-weight:500;margin:0 0 .15rem;transition:color .3s ease}.team-section-fox__feature-subtitle{color:#fff6;font-size:.8rem;font-weight:400;margin:0}.team-section-fox__feature-toggle{align-items:center;background:#ffffff0a;border-radius:6px;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .3s ease;width:28px}.team-section-fox__feature-toggle i,.team-section-fox__feature-toggle svg{color:#fff6;font-size:.65rem;transition:all .3s ease}.team-section-fox__feature--expanded .team-section-fox__feature-toggle{background:#667eea26}.team-section-fox__feature--expanded .team-section-fox__feature-toggle i,.team-section-fox__feature--expanded .team-section-fox__feature-toggle svg{color:#667eeacc}.team-section-fox__feature:hover .team-section-fox__feature-toggle{background:#ffffff0f}.team-section-fox__feature-content{animation:featureSlideDown .3s ease-out;padding:0 1.5rem 1.5rem calc(2.75rem + 48px)}.team-section-fox__feature-content p{color:#fff9;font-size:.95rem;line-height:1.7;margin:0}@keyframes featureSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.team-section-fox__cta-button{align-items:center;background:#667eea14;border:1px solid #667eea26;border-radius:10px;box-shadow:none;color:#ffffffe6;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.75rem;justify-content:center;margin-top:.5rem;padding:1.4rem 1.5rem;text-decoration:none;transition:all .4s ease;width:100%}.team-section-fox__cta-button:hover{background:#667eea1f;border-color:#667eea40}.team-section-fox__cta-button:hover .team-section-fox__cta-icon{transform:translateX(3px)}.team-section-fox__cta-icon{align-items:center;background:#0000;border:none;border-radius:0;display:flex;height:20px;justify-content:center;transition:all .3s ease;width:20px}.team-section-fox__cta-icon svg{color:#667eeab3;height:16px;width:16px}@media (max-width:1024px){.team-section-fox{padding:6rem 2rem}.team-section-fox__content{gap:4rem;grid-template-columns:1fr}.team-section-fox__team{display:flex;justify-content:center;order:-1;position:relative;top:0}.team-section-fox__team-wrapper{padding-left:20px;padding-top:30px}.team-section-fox__team-wrapper:after,.team-section-fox__team-wrapper:before{display:none}.team-section-fox__title{font-size:2.5rem}.team-section-fox__header{margin-bottom:4rem}}@media (max-width:768px){.team-section-fox{padding:5rem 1.5rem}.team-section-fox__title{font-size:2.5rem}.team-section-fox__subtitle{font-size:1.05rem}.team-section-fox__feature-header{gap:1rem;padding:1rem 1.25rem}.team-section-fox__feature-icon{height:42px;width:42px}.team-section-fox__feature-icon svg{height:18px;width:18px}.team-section-fox__feature-title{font-size:.95rem}.team-section-fox__feature-subtitle{font-size:.8rem}.team-section-fox__feature-content{padding-left:calc(2.25rem + 42px)}.team-section-fox__feature-content p{font-size:.9rem}.team-section-fox__cta-button{width:100%}.team-section-fox__cta-icon{height:18px;width:18px}.team-section-fox__team-badge{gap:.75rem;padding:.15rem 1rem}.team-section-fox__team-badge-icon{height:75px;width:75px}.team-section-fox__team-badge-title{font-size:.8rem}.team-section-fox__team-badge-year{font-size:.7rem}}@media (max-width:640px){.team-section-fox{padding:4rem 0 0}.team-section-fox__header{margin-left:.75rem;margin-right:.75rem}.team-section-fox__title{font-size:3rem}.team-section-fox__label{font-size:.7rem}.team-section-fox__feature-toggle{display:none}.team-section-fox__team-image{max-width:100%}.team-section-fox__team-wrapper{padding-left:.75rem;padding-right:.75rem}.team-section-fox__features-wrapper{padding:0 .75rem}.team-section-fox__cta-button{align-items:center;border:1px solid #667eea26;border-left:none;border-radius:0;border-right:none;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;justify-content:center;margin-left:-.75rem;margin-right:-.75rem;margin-top:2rem;padding:2rem 1.5rem;transition:none;width:calc(100% + 1.5rem)}.team-section-fox__cta-button,.team-section-fox__cta-button:hover{background:linear-gradient(135deg,#667eea14,#764ba214);box-shadow:none}.team-section-fox__cta-button:hover{transform:none}.team-section-fox__cta-icon{background:none;border:none;height:auto;width:auto}.team-section-fox__feature-header{gap:.875rem;padding:.875rem .25rem}.team-section-fox__feature-icon{border-radius:8px;height:36px;width:36px}.team-section-fox__feature-title{font-size:.875rem}.team-section-fox__feature-subtitle{font-size:.75rem}}.faq-fox{background:#0a0a0f;overflow:hidden;padding:8rem 2rem;position:relative;width:100%}.faq-fox:before{background:radial-gradient(ellipse,#667eea0d 0,#0000 60%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:20%;transform:translateX(-50%);width:800px}.faq-fox__container{margin:0 auto;max-width:900px;position:relative;width:100%;z-index:1}.faq-fox__header{margin-bottom:4rem;text-align:center}.faq-fox__label{align-items:center;color:#ffffff80;display:inline-flex;font-size:.95rem;font-weight:500;gap:.6rem;letter-spacing:.2em;margin-bottom:1.5rem;text-transform:uppercase}.faq-fox__label i{color:#667eea;font-size:.85rem}.faq-fox__label svg{flex-shrink:0}.faq-fox__title{color:#fff;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin:0}.faq-fox__title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#f093fb);background-clip:text;-webkit-background-clip:text;font-weight:700}.faq-fox__list{display:flex;flex-direction:column;gap:1rem}.faq-fox__item{background:#0000;border:none;border-bottom:1px solid #ffffff0f;border-radius:0;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.faq-fox__item:last-child{border-bottom:none}.faq-fox__item:hover{background:hsla(0,0%,100%,.015)}.faq-fox__item--open{background:#ffffff05}.faq-fox__question{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.25rem;text-align:left;transition:all .3s ease;width:100%}.faq-fox__question:hover{background:#ffffff03}.faq-fox__icon{align-items:center;background:#0000;border-radius:4px;color:#fff6;display:flex;flex-shrink:0;font-size:.7rem;height:20px;justify-content:center;margin-top:2px;transition:all .4s cubic-bezier(.16,1,.3,1);width:20px}.faq-fox__item--open .faq-fox__icon{color:#667eeacc;transform:rotate(0deg)}.faq-fox__item:hover .faq-fox__icon{color:#667eeab3}.faq-fox__question-text{color:#ffffffe6;flex:1 1;font-size:1.1rem;font-weight:500;line-height:1.5;transition:color .3s ease}.faq-fox__item--open .faq-fox__question-text,.faq-fox__item:hover .faq-fox__question-text{color:#fff}.faq-fox__answer{animation:faqFadeIn .4s cubic-bezier(.16,1,.3,1);padding:0 1.75rem 1.75rem calc(3rem + 28px)}.faq-fox__answer p{color:#fff9;font-size:1rem;font-weight:400;line-height:1.8;margin:0}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.faq-fox{padding:5rem 1.5rem}.faq-fox__title{font-size:2.5rem}.faq-fox__header{margin-bottom:3rem}.faq-fox__question{gap:1rem;padding:1.25rem}.faq-fox__icon{font-size:.7rem;height:22px;width:22px}.faq-fox__question-text{font-size:1rem}.faq-fox__answer{padding:0 1.25rem 1.25rem calc(2.25rem + 26px)}.faq-fox__answer p{font-size:.95rem;line-height:1.7}.faq-fox__list{gap:.75rem}}@media (max-width:640px){.faq-fox{padding:4rem 1rem}.faq-fox__title{font-size:3rem}.faq-fox__question{padding:1rem}.faq-fox__answer{padding:0 1rem 1rem calc(1.85rem + 26px)}}.main-page-fox{flex:1 1;min-height:calc(100vh - 200px)}.app-fox,.main-page-fox{max-width:100vw;overflow-x:hidden;width:100%}.app-fox{display:flex;flex-direction:column;min-height:100vh;position:relative}
/*# sourceMappingURL=main.1852b161.css.map*/