@keyframes float-up{0%{transform:translate3d(0,var(--fu-distance, 12px),0);opacity:var(--fu-from, 0)}to{transform:translateZ(0);opacity:1}}.float-up{opacity:0;transform:translate3d(0,var(--fu-distance, 12px),0)}.float-up.in-view{animation:float-up var(--fu-duration, .6s) var(--fu-ease, cubic-bezier(.22, .75, .25, 1)) var(--fu-delay, 0ms) both}@media (prefers-reduced-motion: reduce){.float-up,.float-up.in-view{animation:none!important;transform:none!important;opacity:1!important}}:root{--primary-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--neutral-02: #ffffff}.hero-section{position:relative;min-height:calc(100vh - 82px);align-items:center;display:flex;justify-content:center;background:#000}.hero-background{position:absolute;inset:0}.hero-image-container{position:relative;width:100%;max-width:500px}.hero-image-main{display:block;width:100%;border-radius:10px;box-shadow:0 0 10px #00000080}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;opacity:.8;cursor:pointer;transition:transform .2s ease,opacity .2s ease;z-index:100}.play-button:hover{transform:translate(-50%,-50%) scale(1.1);opacity:1}@media (min-width: 1280px){.hero-image-container{max-width:600px}}@media (max-width: 1023px){.hero-image-container{max-width:420px}}.hero-image-desktop:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:10px}.hero-content{position:relative;z-index:10;width:100%;margin-top:2rem}.hero-text{display:flex;flex-direction:column;justify-content:space-between}.hero-main-title-container{max-width:80rem;flex:1;min-height:100%}@media (max-width:768px){.hero-main-title-container{margin-top:2rem}}.hero-title-container{margin-bottom:1rem}.hero-main-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:.5rem;display:block;background:linear-gradient(135deg,var(--glow-primary) 10%,var(--glow-secondary) 50%,var(--glow-accent) 90%);-webkit-mask-image:linear-gradient(black,black);-webkit-mask-clip:text;-webkit-text-fill-color:transparent}.hero-title{z-index:1;font-family:var(--primary-font);color:var(--neutral-02);text-align:center;letter-spacing:-2px;margin-top:0;margin-bottom:0;font-size:80px;font-weight:500;line-height:120%;opacity:1;transform:translateZ(0) scaleZ(1) rotateX(0) rotateY(0) rotate(0) skew(0);transform-style:preserve-3d;word-break:keep-all;overflow-wrap:break-word}.hero-title-line-1,.hero-title-line-2{display:block;line-height:1.1}.hero-title-line-1{margin-bottom:.2em}.hero-title-line-2{font-size:.9em}.gradient-text{-webkit-text-fill-color:transparent;background-image:linear-gradient(#af9dff,#6340fc);background:linear-gradient(92deg,#b4c3ff,#e8e8e8 45%,#f29bff);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:.6px rgba(255,255,255,.35);text-shadow:0 0 12px rgba(202,169,255,.25),0 2px 24px rgba(242,155,255,.18);position:relative;-webkit-text-stroke:.6px rgba(255,255,255,.4)}@keyframes gradient-shimmer{0%,to{background-image:linear-gradient(#af9dff,#6340fc);filter:brightness(1)}50%{background-image:linear-gradient(#b8a7ff,#7a5cfc);filter:brightness(1.2)}}.no-break{white-space:nowrap;display:inline-block}@media screen and (max-width: 991px){.hero-title{font-size:50px}}@media screen and (max-width: 768px){.hero-title{font-size:40px;letter-spacing:-1px}}@media screen and (max-width: 480px){.hero-title{font-size:32px;letter-spacing:-.5px}}@media screen and (max-width: 360px){.hero-title{font-size:32px;letter-spacing:-.5px}}@media (max-width: 768px){.hero-title-container{margin-bottom:1.5rem}}.hero-subtitle{font-size:clamp(1.2rem,3vw,2rem);font-weight:600;margin-bottom:1rem;line-height:1;background:linear-gradient(to right,#22d3ee7b,#3b83f67d);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:1rem;line-height:1.5}.hero-title-2,.hero-subtitle,.hero-description{color:transparent}@keyframes wave-sweep{0%{background-position:100% 50%}to{background-position:0% 50%}}.hero-image-mobile{margin:0;display:flex;justify-content:center;position:relative;max-width:500px;width:100%}@media (max-width: 768px){.hero-image-mobile{max-width:420px}}.hero-image-mobile-inner{position:relative;z-index:2;transform:translate(-12px) translateY(-12px);transition:transform .3s ease}.hero-image-shadow-mobile{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;border-radius:.75rem;z-index:1;opacity:.9;transition:transform .3s ease,opacity .3s ease}.hero-image-mobile .hero-image-main{mask:linear-gradient(to right,transparent 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,.8) 70%,black 100%);-webkit-mask:linear-gradient(to right,transparent 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,.8) 70%,black 100%)}.hero-sandbox-image-mobile{width:clamp(300px,80vw,500px);height:auto;border-radius:.75rem;box-shadow:0 0 30px #22d3ee4d}.hero-buttons{display:flex;flex-direction:column;justify-content:center;align-items:end;gap:1rem;-webkit-text-fill-color:initial}@media (min-width: 1024px){.hero-text{width:50%;text-align:left}.hero-buttons{flex-direction:row}}@media (max-width: 768px){.hero-buttons{align-items:center}}@media (max-width: 1023px){.hero-text{width:100%!important;max-width:none}.hero-content{flex-direction:column;align-items:center;text-align:center}}@keyframes wave-sweep{0%{background-position:200% 50%}to{background-position:0% 50%}}.floating-button{position:fixed;bottom:20px;right:20px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid rgba(168,85,247,.5);color:#e879f9;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #a855f74d;transition:all .3s ease;max-width:calc(100% - 40px);width:-moz-fit-content;width:fit-content;z-index:1000}.floating-button:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 12px 40px #a855f780;transform:translateY(-2px)}@media (max-width: 768px){.floating-button-container{bottom:20px;right:20px}}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.video-modal-content{background:#2e2e49;display:inline-block;border-radius:8px;overflow:hidden;box-shadow:0 25px 50px #00000080;border:1px solid rgba(255,255,255,.1)}.video-modal-header{display:flex;justify-content:space-between;align-items:center;padding:4px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.video-modal-title{color:#fff;font-size:18px;font-weight:600;margin:0}.video-modal-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}.video-modal-close:hover{background-color:#ffffff1a}.video-modal-close:active{background-color:#fff3;transform:scale(.95)}.video-modal-body{padding:24px}.video-container{position:relative;width:60rem;max-width:90vw;aspect-ratio:16 / 9;background:#000;border-radius:8px;overflow:hidden}.video-iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.video-modal-content{width:100vw;max-width:100vw;border-radius:0;max-height:none}.video-modal-header{display:none}.video-modal-title{font-size:16px}.video-modal-body{padding:0}.video-container{width:100vw;max-width:100vw;aspect-ratio:16 / 9;height:auto;border-radius:0}}.problem-section{padding:6rem 0;position:relative}.problem-header{text-align:center;margin-bottom:4rem}.problem-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem}@media screen and (max-width: 768px){.problem-title{font-size:2rem}}.problem-subtitle{font-size:1.25rem;color:#d1d5db;max-width:48rem;margin-left:auto;margin-right:auto}.problem-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.problem-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (min-width: 1024px){.problem-grid{grid-template-columns:repeat(3,1fr)}}.problem-card{background:#131528;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;justify-content:between}.problem-card:hover{box-shadow:0 0 20px #4facfe80,0 0 40px #4facfe4d}.problem-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.problem-icon.brain{background:linear-gradient(to bottom right,#f97316,#dc2626)}.problem-icon.code{background:linear-gradient(to bottom right,#6b7280,#475569)}.problem-icon.alert{background:linear-gradient(to bottom right,#eab308,#f56565)}.problem-card-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.problem-description{color:#d1d5db;line-height:1.625;margin-bottom:1.5rem;flex:1}.problem-box{background:#ef444433;border:1px solid rgba(248 113 113 / .3);padding:1rem;border-radius:.5rem;margin-bottom:1rem}.problem-box-text{color:#fca5a5;font-weight:500}.problem-comparison{margin-top:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.comparison-item{text-align:center}.comparison-value{font-weight:700;font-size:clamp(.875rem,2vw,1.125rem);line-height:1.2}.comparison-value.traditional{color:#dc2626}.comparison-value.apo{color:#22c55e}.comparison-label{color:#64748b;font-size:clamp(.75rem,2vw,.875rem)}.comparison-arrow{display:flex;justify-content:center;margin-top:.5rem;color:#94a3b8}.problem-traditional{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(248 113 113 / .3);border-radius:1rem;padding:2rem;background:linear-gradient(to right,#7f1d1d33,#c2410c33)}.problem-traditional-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fff}.problem-traditional-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.problem-traditional-item{text-align:center;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:1rem;padding:2rem 1.5rem;transition:all .3s ease;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.problem-traditional-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px #4facfe4d,0 6px 12px #00000026;border-color:#4facfe66}.problem-traditional-icon{width:3rem;height:3rem;background:#ef4444;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 0 20px #f093fb80,0 0 40px #f093fb4d}.problem-traditional-text{color:#fca5a5;font-weight:500}.outer{border-radius:18px;padding:1px;background:radial-gradient(circle 230px at 0% 0%,#fff,#0c0d0d);position:relative}.dot{width:5px;aspect-ratio:1;position:absolute;background-color:#fff;box-shadow:0 0 10px #fff;border-radius:100px;z-index:2;right:10%;top:10%;animation:moveDot 6s linear infinite}@keyframes moveDot{0%,to{top:10%;right:10%}25%{top:10%;right:calc(100% - 35px)}50%{top:calc(100% - 30px);right:calc(100% - 35px)}75%{top:calc(100% - 30px);right:10%}}.card{z-index:1;width:100%;height:100%;border-radius:18px;border:solid 1px #202222;background-size:20px 20px;background:radial-gradient(circle 280px at 0% 0%,#444,#1e2228);display:flex;justify-content:center;position:relative;flex-direction:column;color:#fff;padding:20px}.ray{width:220px;height:45px;border-radius:100px;position:absolute;background-color:#c7c7c722;opacity:.4;box-shadow:0 0 50px #fff;filter:blur(50px);transform-origin:10%;top:0%;left:0;transform:rotate(40deg)}.card .text{font-weight:bolder;font-size:4rem;background:linear-gradient(45deg,#000 4%,#fff,#000);-webkit-background-clip:text;background-clip:text;color:transparent}.line{width:100%;height:1px;position:absolute;background-color:#2c2c2c}.topl{top:10%;background:linear-gradient(90deg,#888 30%,#1d1f1f 70%)}.bottoml{bottom:10%}.leftl{left:10%;width:1px;height:100%;background:linear-gradient(180deg,#747474 30%,#222424 70%)}.rightl{right:10%;width:1px;height:100%}.syncause-section{padding:6rem 0;position:relative;background:linear-gradient(to bottom right,#1e293b,#0f172a)}.syncause-header{text-align:center;margin-bottom:4rem}.syncause-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:0 0 5px var(--glow-primary),0 0 10px var(--glow-primary),0 0 15px var(--glow-primary),0 0 20px var(--glow-primary)}.syncause-subtitle{font-size:1.25rem;color:#22d3ee;max-width:64rem;margin-left:auto;margin-right:auto;white-space:pre-line}.syncause-conversation{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2.5rem;margin-bottom:4rem;border:1px solid rgba(34 211 238 / .3);box-shadow:0 0 20px #4facfe80,0 0 40px #4facfe4d}.syncause-conversation-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(to right,#22d3ee,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.syncause-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.syncause-step{text-align:center}@media (max-width: 480px){.syncause-conversation{padding:1rem;margin-bottom:2rem}.syncause-step{padding:.5rem}.syncause-dataflow{padding:1rem;margin-bottom:2rem}.syncause-dataflow-item{padding:.5rem;font-size:.9rem}}.syncause-step-icon{width:5rem;height:5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.syncause-step-icon.step1{background:linear-gradient(to bottom right,#22c55e,#3b82f6);box-shadow:0 0 20px #667eea80,0 0 40px #667eea4d}.syncause-step-icon.step2{background:linear-gradient(to bottom right,#a855f7,#ec4899);box-shadow:0 0 20px #f093fb80,0 0 40px #f093fb4d}.syncause-step-icon.step3{background:linear-gradient(to bottom right,#f97316,#ef4444);box-shadow:0 0 20px #4facfe80,0 0 40px #4facfe4d}.syncause-step-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.syncause-step-description{color:#22d3ee}.syncause-features{margin-top:3rem}.syncause-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.syncause-feature{display:flex;align-items:center;gap:.75rem}.syncause-feature-icon{color:#22c55e;flex-shrink:0}.syncause-feature-text{color:#22d3ee}.syncause-dataflow{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2.5rem;margin-bottom:4rem;border:1px solid rgba(34 211 238 / .3);box-shadow:0 0 20px #4facfe80,0 0 40px #4facfe4d}.syncause-dataflow-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(to right,#22d3ee,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.syncause-dataflow-grid{display:grid;gap:2rem;grid-template-columns:1fr;max-width:100%;box-sizing:border-box}@media (min-width: 768px){.syncause-dataflow-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.syncause-dataflow-item{text-align:center}.syncause-dataflow-icon{width:5rem;height:5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.syncause-dataflow-icon.core{background:linear-gradient(to bottom right,#22c55e,#3b82f6);box-shadow:0 0 20px #667eea80,0 0 40px #667eea4d}.syncause-dataflow-icon.fusion{background:linear-gradient(to bottom right,#a855f7,#ec4899);box-shadow:0 0 20px #f093fb80,0 0 40px #f093fb4d}.syncause-dataflow-icon.engine{background:linear-gradient(to bottom right,#f97316,#ef4444);box-shadow:0 0 20px #4facfe80,0 0 40px #4facfe4d}.syncause-dataflow-item h4.syncause-dataflow-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff;text-align:center}.syncause-dataflow-description{color:#22d3ee}@media (min-width: 1024px){.syncause-steps,.syncause-dataflow-grid{grid-template-columns:repeat(3,1fr)}}.dataintegration-section{padding:6rem 0;background:#000}.dataintegration-header{text-align:center;margin-bottom:4rem}.dataintegration-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media screen and (max-width: 768px){.dataintegration-title{font-size:2rem}}.dataintegration-subtitle{font-size:1.25rem;color:#9b9ea8;max-width:64rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.dataintegration-subtitle{font-size:1rem}}.platforms-container{margin-bottom:4rem}.platforms-cards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;max-width:80rem;margin:0 auto 2rem}@media (min-width: 768px){.platforms-cards-grid{grid-template-columns:1fr;gap:2.5rem}}@media (min-width: 1024px){.platforms-cards-grid{grid-template-columns:1fr;max-width:80rem;margin:0 auto 2rem}}.platforms-header{text-align:center;margin-bottom:3rem}.platforms-main-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#fff}.platforms-main-subtitle{font-size:1.1rem;color:#fffc;font-weight:400;max-width:600px;margin:0 auto}.platform-category-card{padding:2rem;margin-bottom:2rem;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:1.5rem;box-shadow:0 8px 32px #0003,0 4px 16px #0000001a,inset 0 1px #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%;max-width:80rem;margin-left:auto;margin-right:auto}.platform-category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.platform-category-card:hover{background:#ffffff1f;border-color:#ffffff40;box-shadow:0 12px 40px #00000040,0 6px 20px #00000026,inset 0 1px #ffffff26,0 0 0 1px #ffffff1a;transform:translateY(-2px)}.category-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.category-icon{font-size:1.5rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}.category-title{font-weight:600;color:#fffffff2;margin:0}.more-coming-wrapper{position:relative;padding:1rem;background:#fffffff2;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;width:92px;height:92px;box-sizing:border-box}.more-coming-item:hover .more-coming-wrapper{background:#fff;box-shadow:0 8px 30px #00000026;border-color:#fff6}.more-coming-icon{font-size:2rem;animation:pulse 2s infinite;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));width:60px;height:60px;display:flex;align-items:center;justify-content:center}.more-coming-item:hover .more-coming-icon{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem;justify-items:center;align-items:center;max-width:80rem;margin:0 auto}.platform-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative}.platform-item:hover{transform:translateY(-3px) scale(1.02)}.platform-logo-wrapper{position:relative;padding:1rem;background:#fffffff2;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,255,255,.2)}.platform-item:hover .platform-logo-wrapper{background:#fff;box-shadow:0 8px 30px #00000026;border-color:#fff6}.platform-logo{width:60px;height:60px;-o-object-fit:contain;object-fit:contain;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.platform-item:hover .platform-logo{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.platform-label{font-size:.875rem;color:#ffffffe6;font-weight:600;text-align:center;line-height:1.2;transition:all .3s ease}.platform-item:hover .platform-label{color:#fff;transform:translateY(-1px)}@media (max-width: 768px){.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:1.25rem}.platform-logo{width:50px;height:50px}.platform-logo-wrapper{padding:.75rem}.more-coming-wrapper{padding:.75rem;width:74px;height:74px}.more-coming-icon{width:50px;height:50px;font-size:1.75rem}.platform-label{font-size:.8rem}.platform-category-card{padding:1.5rem;margin-bottom:1.5rem}}@media (max-width: 480px){.platforms-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem}.platform-logo{width:45px;height:45px}.more-coming-wrapper{padding:.75rem;width:69px;height:69px}.more-coming-icon{width:45px;height:45px;font-size:1.5rem}.platform-category-card{padding:1.25rem}}.dataintegration-advantages{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.dataintegration-advantages{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (min-width: 1024px){.dataintegration-advantages{grid-template-columns:repeat(2,1fr)}}.dataintegration-advantage-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem}.dataintegration-advantage-card.primary{box-shadow:0 0 20px #667eea80,0 0 40px #667eea4d}.dataintegration-advantage-card.secondary{box-shadow:0 0 20px #4facfe80,0 0 40px #4facfe4d}.dataintegration-advantage-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.dataintegration-advantage-list{display:flex;flex-direction:column;gap:.75rem}.dataintegration-advantage-item{display:flex;align-items:flex-start;gap:.75rem}.dataintegration-advantage-icon{color:#22c55e;margin-top:.125rem;flex-shrink:0}.dataintegration-advantage-text{color:#22d3ee}.usecases-section{padding:6rem 0;position:relative;background:linear-gradient(to bottom right,#0f172a,#1e293b)}.usecases-header{text-align:center;margin-bottom:4rem}.usecases-header:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);z-index:-1;animation:backgroundShift 8s ease-in-out infinite}@keyframes headerGlow{0%,to{transform:rotate(0) scale(1);opacity:.3}50%{transform:rotate(180deg) scale(1.1);opacity:.6}}@keyframes backgroundShift{0%,to{opacity:.4;transform:translate(0) translateY(0)}33%{opacity:.6;transform:translate(10px) translateY(-10px)}66%{opacity:.5;transform:translate(-10px) translateY(10px)}}.usecases-enhanced-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s ease-in-out infinite;text-shadow:0 0 20px rgba(102,126,234,.5),0 0 40px rgba(102,126,234,.3),0 0 60px rgba(102,126,234,.1);position:relative;letter-spacing:-.02em;line-height:1.1}.usecases-enhanced-title:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe);background-size:300% 300%;animation:gradientShift 4s ease-in-out infinite;filter:blur(20px);opacity:.3;z-index:-1}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.usecases-enhanced-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#94a3b8e6;max-width:64rem;margin:0 auto;line-height:1.6;font-weight:400;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width: 768px){.usecases-header{padding:2rem 1rem;margin-bottom:2rem;border-radius:1rem}.usecases-enhanced-title{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:1rem;letter-spacing:-.01em}.usecases-enhanced-subtitle{font-size:clamp(1rem,4vw,1.25rem);padding:0 1rem}}@media (max-width: 480px){.usecases-header{padding:1.5rem .75rem;border-radius:.75rem}.usecases-enhanced-title{font-size:clamp(1.75rem,10vw,2rem);line-height:1.2}.usecases-enhanced-subtitle{font-size:clamp(.875rem,5vw,1rem);line-height:1.5}}@media (min-width: 1200px){.usecases-header{padding:5rem 3rem}.usecases-enhanced-title{font-size:clamp(3.5rem,6vw,5rem)}.usecases-enhanced-subtitle{font-size:clamp(1.25rem,2vw,1.75rem)}}.usecases-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:0 0 5px var(--glow-primary),0 0 10px var(--glow-primary),0 0 15px var(--glow-primary),0 0 20px var(--glow-primary)}.usecases-subtitle{font-size:1.25rem;color:#d1d5db;max-width:48rem;margin-left:auto;margin-right:auto}.usecases-scenarios{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.usecases-scenarios{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (min-width: 1024px){.usecases-scenarios{grid-template-columns:repeat(2,1fr)}}.usecases-scenario-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;box-shadow:0 0 20px #667eea80,0 0 40px #667eea4d}.usecases-scenario-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.usecases-problem-box{background:#7f1d1d4d;border:1px solid rgba(239 68 68 / .3);padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;min-height:8rem;display:flex;flex-direction:column}.usecases-problem-label{color:#fca5a5;font-weight:500;margin-bottom:.5rem}.usecases-problem-text{color:#fecaca;flex:1}.usecases-comparison{display:flex;flex-direction:column;gap:1rem}.usecases-comparison-item{background:#1e293b80;border:1px solid rgba(71 85 105 / .3);padding:1rem;border-radius:.5rem;min-height:8rem;display:flex;flex-direction:column}.usecases-comparison-item.traditional{background:#1e293b80;border:1px solid rgba(71 85 105 / .3)}.usecases-comparison-item.apo{background:#15803d4d;border:1px solid rgba(34 197 94 / .3)}.usecases-comparison-label{color:#cbd5e1;font-weight:500;margin-bottom:.5rem}.usecases-comparison-label.traditional{color:#cbd5e1}.usecases-comparison-label.apo{color:#bbf7d0}.usecases-comparison-text{flex:1}.usecases-comparison-text.traditional{color:#94a3b8}.usecases-comparison-text.apo{color:#dcfce7}.usecases-users{padding:2.5rem 0;color:#fff}.usecases-users-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem}.usecases-users-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.usecases-user-group{text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2.5rem 2rem;transition:all .3s ease;box-shadow:0 8px 32px #0000004d}.usecases-user-group:hover{transform:translateY(-8px);box-shadow:0 16px 48px #667eea66;border-color:#667eea80}.usecases-user-icon{width:4rem;height:4rem;background:linear-gradient(to bottom right,#3b82f6,#6366f1);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.usecases-user-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.usecases-user-description{color:#bfdbfe;margin-bottom:1.5rem}.usecases-user-benefits{display:flex;flex-direction:column;gap:.5rem}.usecases-user-benefit{display:flex;align-items:center;gap:.5rem;justify-content:center}.usecases-user-benefit-icon{color:#22c55e;flex-shrink:0}.usecases-user-benefit-text{font-size:.875rem;color:#bfdbfe}@media (min-width: 1024px){.usecases-users-grid{grid-template-columns:repeat(3,1fr)}}.customercases-section{padding:6rem 0;background:linear-gradient(to bottom right,#0f172a,#1e293b)}.customercases-header{text-align:center;margin-bottom:4rem}.customercases-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:0 0 5px var(--glow-primary),0 0 10px var(--glow-primary),0 0 15px var(--glow-primary),0 0 20px var(--glow-primary)}.customercases-subtitle{font-size:1.25rem;color:#22d3ee;max-width:64rem;margin-left:auto;margin-right:auto}.customercases-featured{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.customercases-featured{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (min-width: 1024px){.customercases-featured{grid-template-columns:repeat(3,1fr)}}.customercases-case-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;box-shadow:0 0 20px #667eea80,0 0 40px #667eea4d}.customercases-case-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.customercases-case-avatar{width:3rem;height:3rem;background:linear-gradient(to bottom right,#3b82f6,#6366f1);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.customercases-case-company{font-size:1.125rem;font-weight:700;color:#fff}.customercases-case-industry{font-size:.875rem;color:#22d3ee}.customercases-case-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.customercases-case-description{color:#22d3ee;margin-bottom:1.5rem;line-height:1.625}.customercases-case-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.customercases-case-metric{text-align:center}.customercases-case-metric-value{font-size:1.5rem;font-weight:700;color:#22d3ee;margin-bottom:.25rem}.customercases-case-metric-label{font-size:.875rem;color:#22d3ee}.customercases-customers{background:linear-gradient(to right,#0f172a,#1e3a8a);padding:2.5rem;border-radius:1.5rem}.customercases-customers-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#fff}.customercases-customers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.customercases-customers-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (min-width: 1024px){.customercases-customers-grid{grid-template-columns:repeat(6,1fr)}}.customercases-customer{text-align:center}.customercases-customer-avatar{width:4rem;height:4rem;background:#ffffff1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.customercases-customer-name{color:#fff;font-weight:600;font-size:.875rem}.customercases-customer-industry{color:#bfdbfe;font-size:.75rem}.getstarted-section{padding:6rem 0;background:#000}.getstarted-header{text-align:center;margin-bottom:4rem}.getstarted-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media screen and (max-width: 768px){.getstarted-title{font-size:2rem}}.getstarted-subtitle{font-size:1.25rem;color:#9b9ea8;max-width:64rem;margin-left:auto;margin-right:auto}.getstarted-options{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.getstarted-options{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (min-width: 1024px){.getstarted-options{grid-template-columns:repeat(2,1fr)}}.getstarted-deployment{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;border:2px solid rgba(34 211 238 / .3);position:relative;display:flex;flex-direction:column;box-shadow:0 0 20px #f093fb80,0 0 40px #f093fb4d}.getstarted-sandbox{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;position:relative;display:flex;flex-direction:column;box-shadow:0 0 20px #667eea80,0 0 40px #667eea4d}.getstarted-sandbox-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:linear-gradient(to right,#22c55e,#10b981);color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.getstarted-option-content{text-align:center;flex-grow:1}.getstarted-option-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.getstarted-option-description{color:#22d3ee;margin-bottom:1.5rem}.getstarted-option-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.getstarted-option-feature{display:flex;align-items:center;gap:.75rem;justify-content:center}.getstarted-option-feature-icon{color:#22c55e;flex-shrink:0}.getstarted-option-feature-text{color:#22d3ee}.getstarted-option-button{width:100%;padding:1rem;border-radius:.75rem;font-weight:600;transition:all .3s ease}.getstarted-deployment-button{border:2px solid rgb(34 211 238);color:#22d3ee;background:transparent}.getstarted-deployment-button:hover{background:#22d3ee;color:#0f172a}.getstarted-sandbox-button{background:linear-gradient(to right,#3b82f6,#6366f1);color:#fff;border:none}.getstarted-sandbox-button:hover{background:linear-gradient(to right,#2563eb,#4f46e5);box-shadow:0 0 20px #667eea80,0 0 40px #667eea4d}.getstarted-contact{background:linear-gradient(to right,#0f172a,#1e3a8a);padding:2.5rem;border-radius:1.5rem;text-align:center;color:#fff}.getstarted-contact-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.getstarted-contact-subtitle{font-size:1.25rem;color:#bfdbfe;margin-bottom:2rem}.getstarted-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.getstarted-contact-link{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#ffffff1a;padding:1rem;border-radius:.75rem;transition:all .3s ease;text-decoration:none;color:#fff}.getstarted-contact-link:hover{background:#fff3}
