@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--background:#0b0b0f;--foreground:#f5f5f7;--brand-magenta:#ff1f8f;--brand-purple:#7c3aed;--brand-magenta-600:#db1b7a;--brand-purple-600:#6d28d9;--muted:#0f0f14;--card:#121218;--border:#23232b;--accent:#b517ff;--accent-strong:#7a00ff;--accent-grad-start:#f0c;--accent-grad-end:#7a00ff}@media (prefers-color-scheme:light){:root{--background:#0b0b0f;--foreground:#f5f5f7}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;height:100%}body{background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bg-brand-gradient{background-image:linear-gradient(135deg,var(--brand-magenta)0%,var(--brand-purple)100%)}.text-brand-gradient{background-image:linear-gradient(135deg,var(--brand-magenta)0%,var(--brand-purple)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:saturate(160%)blur(12px);backdrop-filter:saturate(160%)blur(12px);background:rgba(18,18,24,.86);border:1px solid rgba(124,58,237,.25);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass:hover{border-color:rgba(124,58,237,.5);transform:translateY(-2px);box-shadow:0 8px 30px rgba(124,58,237,.2)}.elevated{background:radial-gradient(120% 120% at 0% 0%,rgba(124,58,237,.12),transparent 50%),var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.03)}.elevated:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(124,58,237,.3),inset 0 1px rgba(255,255,255,.05)}.bg-grid{background-image:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:32px 32px;position:relative}.bg-grid:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(124,58,237,.1) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}.animated-gradient{background:linear-gradient(-45deg,var(--brand-magenta),var(--brand-purple),var(--brand-magenta),var(--brand-purple));background-size:400% 400%;animation:15s infinite gradient-shift}.glow-purple{box-shadow:0 0 20px rgba(124,58,237,.4)}.glow-magenta{box-shadow:0 0 20px rgba(255,31,143,.4)}.transition-smooth{transition:all .3s cubic-bezier(.4,0,.2,1)}.hover-scale{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.05)}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.pulse-glow{animation:2s ease-in-out infinite pulse-glow}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.slide-in-left{animation:.6s ease-out slide-in-left}@keyframes slide-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:.6s ease-out slide-in-right}.btn-primary{background:linear-gradient(135deg,var(--brand-magenta),var(--brand-purple));color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 20px rgba(124,58,237,.4)}.btn-secondary{-webkit-backdrop-filter:saturate(160%)blur(12px);backdrop-filter:saturate(160%)blur(12px);color:var(--foreground);cursor:pointer;background:rgba(18,18,24,.86);border:1px solid rgba(124,58,237,.25);border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-secondary:hover{background:rgba(18,18,24,.95);border-color:rgba(124,58,237,.5);transform:translateY(-2px)}.btn-outline{color:var(--foreground);cursor:pointer;background:0 0;border:2px solid rgba(124,58,237,.5);border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-outline:hover{border-color:var(--brand-purple);background:rgba(124,58,237,.1);transform:translateY(-2px)}.text-shadow{text-shadow:0 2px 10px rgba(0,0,0,.3)}.text-glow{text-shadow:0 0 20px rgba(124,58,237,.5)}.section-padding{padding:6rem 0}.card-hover{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(124,58,237,.3)}.gradient-border{background:var(--card);border-radius:12px;position:relative}.gradient-border:before{content:"";background:linear-gradient(135deg,var(--brand-magenta),var(--brand-purple));-webkit-mask-composite:xor;pointer-events:none;border-radius:12px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--brand-magenta),var(--brand-purple));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--brand-magenta-600),var(--brand-purple-600))}.site-header{z-index:50;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:rgba(0,0,0,.6);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s;position:-webkit-sticky;position:sticky;top:0}.hero{flex-direction:column;justify-content:center;min-height:auto;padding:2rem 0 0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 30% 20%,rgba(255,31,143,.15) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(124,58,237,.15) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.hero>*{z-index:1;position:relative}.section{padding:3.5rem 6vw;position:relative}.section.alt{background:var(--muted)}.container{max-width:1200px;margin:0 auto}.grid{gap:1.5rem;display:grid}.grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:rgba(124,58,237,.3);transform:translateY(-4px);box-shadow:0 12px 40px rgba(124,58,237,.2)}.stack{flex-direction:column;gap:1rem;display:flex}h1,h2,h3,h4,h5,h6{color:var(--foreground);font-weight:700;line-height:1.2}h1{font-size:max(2.5rem,min(5vw,4rem))}h2{font-size:max(2rem,min(4vw,3rem))}h3{font-size:max(1.5rem,min(3vw,2rem))}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-magenta);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.hero-stats{flex-wrap:wrap;gap:2rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.hero-stats li{flex-direction:column;display:flex}.hero-stats li strong{background:linear-gradient(135deg,var(--brand-magenta),var(--brand-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.hero-stats li span{color:rgba(245,245,247,.7);margin-top:.25rem;font-size:.9rem}.trust-band{text-align:center;background:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 6vw}.trust-band .logos{color:rgba(245,245,247,.7);flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem;font-weight:600;display:flex}.how-steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.how-steps li{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.how-steps li:hover{border-color:rgba(124,58,237,.3);transform:translateY(-4px);box-shadow:0 12px 40px rgba(124,58,237,.2)}.how-steps li strong{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;display:block}.how-steps li p{color:rgba(245,245,247,.7);margin:0}.cta-panel{background:linear-gradient(135deg,var(--brand-magenta),var(--brand-purple));color:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex;box-shadow:0 20px 60px rgba(124,58,237,.3)}.cta-panel h2{color:#fff;margin-bottom:.5rem}.cta-panel p{color:rgba(255,255,255,.9);margin:0}@media (max-width:1024px){.mega-menu-card,.product-grid,.features-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.features-grid{gap:1.5rem!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s ease-out fadeIn}.dropdown-content{will-change:transform,opacity;animation-duration:.2s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.dropdown-content[data-state=open]{animation-name:slideDownAndFade}.dropdown-content[data-state=closed]{animation-name:slideUpAndFade}@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpAndFade{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.mobile-menu-btn{display:flex!important}.desktop-nav{border-top:1px solid var(--border);flex-direction:column;order:3;gap:.75rem;width:100%;margin-top:1rem;padding-top:1rem}.header-cta{border-top:1px solid var(--border);flex-direction:column;order:4;gap:.75rem;width:100%;margin-top:1rem;padding-top:1rem}.header-cta>*{width:100%}.site-header{flex-wrap:wrap}.site-header>a:first-child{order:1}.mobile-menu-btn{order:2}}@media (max-width:768px){.site-header{padding:.75rem 4vw!important}.site-header nav{flex-wrap:wrap}}@media (min-width:769px) and (max-width:1024px){.site-header{padding:1rem 5vw}}.site-footer{color:var(--foreground);border-top:1px solid var(--border);background:#0a0a0e;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding:4rem 6vw;display:flex}.site-footer strong{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;display:block}.site-footer p{color:rgba(245,245,247,.7);margin:.5rem 0}.sticky-cta{z-index:20;position:fixed;bottom:1.5rem;right:1.5rem}.sticky-cta .btn{white-space:nowrap;animation:2s ease-in-out infinite pulse-glow;box-shadow:0 8px 30px rgba(124,58,237,.4)}@media (max-width:768px){.sticky-cta{bottom:1rem;right:1rem}.sticky-cta .btn{padding:.75rem 1.25rem;font-size:.875rem;box-shadow:0 4px 20px rgba(124,58,237,.4)}}@media (max-width:480px){.sticky-cta{bottom:.75rem;right:.75rem}.sticky-cta .btn{padding:.625rem 1rem;font-size:.8125rem}}.video-placeholder{background:var(--card);border:1px solid var(--border);color:var(--foreground);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;display:flex;position:relative;overflow:hidden}.video-placeholder:before{content:"";background:radial-gradient(circle,rgba(124,58,237,.1),transparent);position:absolute;top:0;bottom:0;left:0;right:0}.play-btn{background:linear-gradient(135deg,var(--brand-magenta),var(--brand-purple));color:#fff;cursor:pointer;z-index:1;border:none;border-radius:50%;width:72px;height:72px;font-size:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 8px 30px rgba(124,58,237,.4)}.play-btn:hover{transform:scale(1.1);box-shadow:0 12px 40px rgba(124,58,237,.6)}.header-cta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}@media (min-width:1025px){.desktop-image{display:block!important}.hero-container{flex-direction:column!important;align-items:center!important;display:flex!important}}@media (max-width:1024px){.desktop-image{display:none!important}.hero-container{grid-template-columns:1fr!important;gap:3rem!important}.footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:3rem!important}}@media (min-width:769px) and (max-width:1024px){.hero-container{grid-template-columns:1fr!important}.desktop-image{max-width:400px!important;margin:0 auto!important;display:block!important}}@media (max-width:900px){.site-header{flex-direction:column;gap:1rem;padding:1rem 4vw}.hero{padding:1.5rem 0 0}.section{padding:2.5rem 4vw}.hero-container{padding:2rem 4vw!important}.footer-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.hero-stats{flex-direction:column;gap:1rem}.hero-stats li{text-align:center}.cta-panel{text-align:center;flex-direction:column;gap:1.5rem}.cta-panel .header-cta{flex-direction:column;width:100%}.cta-panel .header-cta>*{width:100%}.site-footer{text-align:center;flex-direction:column}.trust-band{padding:2rem 4vw}.trust-band .logos{flex-direction:column;align-items:center;gap:1rem}}@media (max-width:1024px){.contact-form-grid{grid-template-columns:1fr!important;gap:2rem!important}.contact-info-cards{grid-template-columns:1fr!important}.contact-form-grid>div:first-child{aspect-ratio:16/9!important;max-height:400px!important}}@media (max-width:768px){.contact-form-grid>div:first-child{aspect-ratio:16/9!important;max-height:300px!important}.contact-info-cards{gap:1.5rem!important}}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.footer-grid>div:first-child{max-width:100%!important}}@media (min-width:1025px) and (max-width:1200px){.footer-grid{grid-template-columns:240px repeat(4,1fr)!important;gap:2rem 1.5rem!important}}.resource-card:hover{border-color:var(--brand-purple)!important;transform:translateY(-4px)!important;box-shadow:0 12px 40px rgba(124,58,237,.2)!important}.resource-card:hover h3{color:var(--brand-purple)!important}.resource-card:hover>div:first-child>div:first-child{transform:scale(1.1)!important}.bg-brand{background-color:var(--brand-magenta)}.bg-brand-2{background-color:var(--brand-purple)}.text-brand{color:var(--brand-magenta)}.text-brand-2{color:var(--brand-purple)}.border-brand-2{border-color:var(--brand-purple)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-float{animation:3s ease-in-out infinite float}@keyframes pulse-overlay{0%,to{opacity:.3}50%{opacity:.6}}@keyframes glow-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}.animate-bounce{animation:1s infinite bounce}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;bottom:0;left:0;right:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.-top-4{top:-1rem}.-right-4{right:-1rem}.-bottom-4{bottom:-1rem}.-left-4{left:-1rem}.z-10{z-index:10}.-z-10{z-index:-10}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.max-w-4xl{max-width:56rem}.max-w-2xl{max-width:42rem}.max-w-xl{max-width:36rem}.mx-auto{margin-left:auto;margin-right:auto}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.p-6{padding:1.5rem}.p-4{padding:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.w-96{width:24rem}.h-96{height:24rem}.w-64{width:16rem}.h-64{height:16rem}.w-80{width:20rem}.h-80{height:20rem}.w-16{width:4rem}.h-16{height:4rem}.w-12{width:3rem}.h-12{height:3rem}.w-8{width:2rem}.h-8{height:2rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-3{width:.75rem}.h-3{height:.75rem}.h-2{height:.5rem}.h-14{height:3.5rem}.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.rounded-xl{border-radius:.75rem}.rounded{border-radius:.25rem}.border-2{border-width:2px}.opacity-20{opacity:.2}.opacity-10{opacity:.1}.opacity-50{opacity:.5}.text-9xl{font-size:8rem;line-height:1}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.leading-none{line-height:1}.text-white{color:#fff}.block{display:block}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-y-2>*+*{margin-top:.5rem}.w-3\/4{width:75%}.w-1\/2{width:50%}.w-2\/3{width:66.6667%}.bg-white\/10{background-color:rgba(255,255,255,.1)}.bg-red-500\/50{background-color:rgba(239,68,68,.5)}.bg-yellow-500\/50{background-color:rgba(234,179,8,.5)}.bg-green-500\/50{background-color:rgba(34,197,94,.5)}.text-white\/80{color:rgba(255,255,255,.8)}.text-white\/70{color:rgba(255,255,255,.7)}.text-white\/60{color:rgba(255,255,255,.6)}.text-white\/90{color:rgba(255,255,255,.9)}.text-black{color:#000}.border-brand-2\/50{border-color:rgba(124,58,237,.5)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,-webkit-text-decoration-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.hover\:translate-x-1:hover{transform:translate(.25rem)}.hover\:border-brand-2:hover{border-color:var(--brand-purple)}.hover\:text-brand-2:hover{color:var(--brand-purple)}.hover\:underline:hover{text-decoration:underline}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:text-brand-2{color:var(--brand-purple)}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.blur-3xl{filter:blur(64px)}.blur-xl{filter:blur(24px)}.mix-blend-multiply{mix-blend-mode:multiply}.filter{filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}button,a,input,select,textarea{min-width:44px;min-height:44px}@media (max-width:479px){.section{padding:2rem 4vw!important}.hero{padding:1rem 0 0!important}.container{padding:0 4vw}h1{font-size:max(1.75rem,min(8vw,2.5rem))!important}h2{font-size:max(1.5rem,min(7vw,2rem))!important}h3{font-size:max(1.25rem,min(6vw,1.75rem))!important}.btn-primary,.btn-secondary,.btn-outline{width:100%;padding:.875rem 1.5rem;font-size:1rem}.cta-panel{padding:2rem 1.5rem!important}.card{padding:1.25rem!important}.sticky-cta{bottom:1rem!important;right:1rem!important}.sticky-cta .btn{padding:.75rem 1.25rem!important;font-size:.875rem!important}}@media (min-width:480px) and (max-width:767px){.section{padding:2.5rem 5vw!important}.grid.two,.grid.three{grid-template-columns:1fr!important}.hero-stats{flex-flow:wrap;gap:1.5rem}.how-steps{grid-template-columns:1fr!important}}@media (min-width:768px) and (max-width:1023px){.section{padding:3rem 5vw!important}.grid.two,.grid.three{grid-template-columns:repeat(2,1fr)!important}.hero-container{grid-template-columns:1fr!important;gap:2.5rem!important}.footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:2.5rem!important}.cta-panel{flex-direction:row;padding:2.5rem!important}}@media (min-width:1024px) and (max-width:1279px){.section{padding:3.5rem 5vw!important}.container{max-width:1100px}.grid.two{grid-template-columns:repeat(2,1fr)!important}.grid.three{grid-template-columns:repeat(3,1fr)!important}.footer-grid{grid-template-columns:240px repeat(3,1fr)!important;gap:2rem 1.5rem!important}}@media (min-width:1280px) and (max-width:1919px){.container{max-width:1200px}.section{padding:4rem 6vw!important}}@media (min-width:1920px){.container{max-width:1400px}.section{padding:5rem 8vw!important}}@media (min-width:640px){.sm\:text-\[12rem\]{font-size:12rem;line-height:1}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:w-80{width:20rem}.sm\:h-80{height:20rem}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:block{display:block!important}.sm\:hidden{display:none!important}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:block{display:block!important}.md\:hidden{display:none!important}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.lg\:flex-row{flex-direction:row!important}.lg\:block{display:block!important}.lg\:hidden{display:none!important}}@media (orientation:landscape) and (max-height:500px){.hero{min-height:auto;padding:1rem 0!important}.section{padding:2rem 4vw!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.bg-grid{background-size:16px 16px}}@media print{.site-header,.sticky-cta,.header-cta,.site-footer{display:none!important}.section{page-break-inside:avoid}body{color:#000;background:#fff}}@media (max-width:768px){.platform-icons-grid{grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important}.platform-icons-grid>div{padding:.375rem!important}.platform-icons-grid span:first-child{font-size:1rem!important}.platform-icons-grid span:last-child{font-size:.75rem!important}.flow-diagram-desktop{display:none!important}.flow-diagram-mobile{display:flex!important}.header-cta{flex-direction:column!important;width:100%!important}.header-cta>*{width:100%!important}h1,h2,h3{word-wrap:break-word;overflow-wrap:break-word}.section{padding-left:4vw!important;padding-right:4vw!important}}@media (max-width:1024px) and (min-width:769px){.flow-diagram-desktop{grid-template-columns:1fr auto 1fr!important;gap:1rem!important}.flow-diagram-desktop>div:nth-child(3),.flow-diagram-desktop>div:nth-child(5){grid-column:span 2}.flow-diagram-desktop>div:nth-child(4),.flow-diagram-mobile{display:none!important}}@media (min-width:769px){.flow-diagram-mobile{display:none!important}}@media (max-width:480px){.platform-icons-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.suite-breakdown-grid{grid-template-columns:1fr!important;gap:2rem!important}.suite-breakdown-grid>div{padding:1.5rem!important}}@media (min-width:601px) and (max-width:1024px){.suite-breakdown-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.suite-breakdown-grid>div{padding:2rem!important}}@media (max-width:768px){.product-suite-grid{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (min-width:769px) and (max-width:1024px){.product-suite-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.how-it-works-grid,.product-pillars-grid{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (min-width:769px) and (max-width:1024px){.product-pillars-grid{grid-template-columns:1fr!important}}@media (max-width:600px){.solution-grid{grid-template-columns:1fr!important;gap:2rem!important}.solution-grid>div{padding:1.5rem!important}}@media (min-width:601px) and (max-width:1024px){.solution-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.solution-grid>div{padding:2rem!important}}img{max-width:100%;height:auto;display:block}.container{width:100%;margin:0 auto;padding:0 4vw}@media (min-width:640px){.container{padding:0 5vw}}@media (min-width:1024px){.container{max-width:1200px;padding:0 6vw}}@media (min-width:1280px){.container{max-width:1400px}}h1{font-size:max(2rem,min(5vw,4rem));line-height:1.1}h2{font-size:max(1.75rem,min(4vw,3rem));line-height:1.2}h3{font-size:max(1.5rem,min(3vw,2rem));line-height:1.3}h4{font-size:max(1.25rem,min(2.5vw,1.5rem));line-height:1.4}p{font-size:max(1rem,min(2vw,1.125rem));line-height:1.6}@media (max-width:767px){.features-grid{grid-template-columns:1fr!important;gap:1rem!important}.feature-card{padding:1.25rem!important}.category-tabs{flex-wrap:wrap;gap:.5rem!important}.category-tab{padding:.5rem 1rem!important;font-size:.875rem!important}}@media (min-width:768px) and (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (max-width:767px){.feature-detail-content{padding:1.5rem!important}.feature-detail-content h1{font-size:max(1.75rem,min(6vw,2.5rem))!important}.feature-detail-content h2{font-size:max(1.5rem,min(5vw,2rem))!important}.feature-detail-content .key-features-list,.feature-detail-content .benefits-list,.feature-detail-content .use-cases-list{grid-template-columns:1fr!important;gap:1rem!important}.feature-detail-content .how-it-works-steps{grid-template-columns:1fr!important}}@media (min-width:768px) and (max-width:1024px){.feature-detail-content .key-features-list,.feature-detail-content .benefits-list{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){.pricing-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.pricing-card{padding:1.5rem!important}.currency-selector{flex-direction:column;gap:.75rem!important}}@media (min-width:768px) and (max-width:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}.pricing-grid .pricing-card:last-child{grid-column:1/-1;max-width:500px;margin:0 auto}}@media (max-width:767px){.resources-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.resource-card{padding:1.5rem!important}}@media (min-width:768px) and (max-width:1024px){.resources-grid{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}@media (max-width:767px){.faq-item{padding:1.25rem!important}.faq-question{font-size:1rem!important}.faq-answer{font-size:.9375rem!important}.solutions-hero{padding:2rem 1.5rem!important}.solutions-hero h1{font-size:max(2rem,min(6vw,3rem))!important}.capabilities-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.capability-card{padding:1.5rem!important}}@media (min-width:768px) and (max-width:1024px){.capabilities-grid{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}@media (max-width:767px){.landing-hero{padding:2rem 1.5rem!important}.landing-hero h1{font-size:max(2rem,min(6vw,3.5rem))!important}.landing-features{grid-template-columns:1fr!important;gap:1.5rem!important}.landing-cta{flex-direction:column;gap:1rem!important}.landing-cta .btn{width:100%}}@media (min-width:768px) and (max-width:1024px){.landing-features{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){.blog-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.blog-card,.blog-content{padding:1.5rem!important}}@media (min-width:768px) and (max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){.about-team-grid{grid-template-columns:1fr!important;gap:2rem!important}.about-stats{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (min-width:768px) and (max-width:1024px){.about-team-grid{grid-template-columns:repeat(2,1fr)!important}.about-stats{grid-template-columns:repeat(4,1fr)!important}}@media (max-width:767px){.download-platforms{grid-template-columns:1fr!important;gap:1.5rem!important}.platform-card{padding:1.5rem!important}.download-steps{grid-template-columns:1fr!important}}@media (min-width:768px) and (max-width:1024px){.download-platforms{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:767px){table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}thead{display:none}tr{border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:1rem;display:block}td{text-align:right;border:none;padding:.5rem 0;display:block}td:before{content:attr(data-label);float:left;color:var(--brand-purple);font-weight:600}.form-grid,.contact-form-grid{grid-template-columns:1fr!important;gap:1rem!important}input,textarea,select{font-size:16px!important}.form-actions{flex-direction:column;gap:1rem!important}.form-actions .btn{width:100%}.contact-form-grid>div:first-child{aspect-ratio:16/9!important;max-width:100%!important;max-height:300px!important}.card{margin-bottom:1rem;padding:1.25rem!important}}@media (min-width:768px) and (max-width:1024px){.card{padding:1.5rem!important}}@media (max-width:767px){.btn-primary,.btn-secondary,.btn-outline{width:100%;min-height:44px;padding:.875rem 1.5rem;font-size:1rem}.btn-group{flex-direction:column;gap:1rem}}@media (min-width:768px) and (max-width:1024px){.btn-primary,.btn-secondary,.btn-outline{padding:.75rem 1.75rem}}@media (max-width:767px){nav{flex-direction:column;gap:.75rem!important}nav a,nav button{text-align:left;width:100%;padding:.75rem 1rem!important}.footer-grid{text-align:center;grid-template-columns:1fr!important;gap:2rem!important}.footer-links{flex-direction:column;gap:1rem}}@media (min-width:768px) and (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:767px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}.hide-tablet{display:block}.show-tablet{display:none}@media (min-width:768px) and (max-width:1024px){.hide-tablet{display:none!important}.show-tablet{display:block!important}}figure img,img[src*="/images/"]{object-fit:contain;width:100%;height:auto}html,body{max-width:100vw;overflow-x:hidden}@media (max-width:767px){a,button,input,select,textarea{min-width:44px;min-height:44px}.clickable{cursor:pointer;-webkit-tap-highlight-color:rgba(124,58,237,.2)}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media print{.site-header,.site-footer,.sticky-cta,.mobile-menu-btn{display:none!important}body{color:#000;background:#fff}a{text-decoration:underline}}.feature-back-link:hover{opacity:.8;transform:translate(-4px)}.feature-pricing-link:hover{transform:translateY(-2px);background:rgba(124,58,237,.15)!important}.feature-platform-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(124,58,237,.3)!important}.feature-image-container:hover{transform:perspective(1000px)rotateY(0)rotateX(0)scale(1.02)!important}@media (max-width:1024px){.feature-image-container{transform:perspective(1000px)rotateY(0)rotateX(0)!important}.step-connector{display:none!important}}@media (min-width:1025px){.step-connector{display:block!important}}.feature-step-card:hover,.feature-benefit-card:hover,.feature-usecase-card:hover{transform:translateY(-4px);border-color:rgba(124,58,237,.4)!important;box-shadow:0 12px 40px rgba(124,58,237,.15)!important}.feature-cta-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.25)!important;box-shadow:0 8px 24px rgba(0,0,0,.2)!important}@media (min-width:1024px){.feature-hero-grid{grid-template-columns:1fr 1fr}.feature-hero-grid>div:first-child{order:1}.feature-hero-grid>div:last-child{order:2}}.feature-highlight-premium{position:relative}.feature-highlight-premium:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3),inset 0 0 0 1px rgba(124,58,237,.3);background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.15)!important}.feature-highlight-premium:hover .feature-highlight-glow{opacity:1}.feature-image-container-premium:hover .feature-image-wrapper{transform:perspective(1200px)rotateY(-1deg)rotateX(0)scale(1.02);box-shadow:0 32px 100px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.15),0 12px 48px rgba(124,58,237,.5)!important}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.feature-hero-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.feature-hero-grid{grid-template-columns:1fr 1fr}}.feature-stats-grid{grid-template-columns:repeat(4,1fr)!important}@media (max-width:768px){.feature-stats-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:480px){.feature-stats-grid{grid-template-columns:1fr!important}}.feature-badge-premium:hover{transform:translateY(-2px);border-color:rgba(124,58,237,.5)!important;box-shadow:0 12px 40px rgba(124,58,237,.3),inset 0 0 0 1px rgba(124,58,237,.2)!important}.feature-highlight-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15);background:rgba(255,255,255,.04)!important;border-color:rgba(124,58,237,.2)!important}.feature-card-hover:hover{transform:translateY(-8px)scale(1.02);border-color:rgba(124,58,237,.4)!important;box-shadow:0 20px 60px rgba(124,58,237,.25),inset 0 0 0 1px rgba(255,255,255,.1)!important}.feature-card-hover:hover .feature-card-glow{opacity:1}.feature-card-hover:hover .feature-icon-box{transform:scale(1.1)rotate(5deg);box-shadow:0 12px 32px rgba(124,58,237,.4),inset 0 1px rgba(255,255,255,.2)!important}.feature-pricing-link-premium:hover{transform:translateY(-2px);background:linear-gradient(135deg,rgba(124,58,237,.25),rgba(255,31,143,.15))!important;border-color:rgba(124,58,237,.6)!important;box-shadow:0 8px 24px rgba(124,58,237,.3)!important}.feature-platform-badge-premium:hover{transform:translateY(-2px)scale(1.05);background:linear-gradient(135deg,rgba(124,58,237,.25),rgba(255,31,143,.12))!important;border-color:rgba(124,58,237,.5)!important;box-shadow:0 8px 20px rgba(124,58,237,.3),inset 0 1px rgba(255,255,255,.15)!important}
