.landing-page{color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}.hero-section{box-sizing:border-box;align-items:center;width:100%;max-width:100vw;min-height:100vh;padding:2rem 0;display:flex;position:relative;overflow:hidden}.hero-background{position:absolute;inset:0;overflow:hidden}.hero-gradient-1{background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:200%;height:200%;animation:20s ease-in-out infinite float;position:absolute;top:-50%;left:-50%}.hero-gradient-2{background:radial-gradient(circle,#9333ea1a 0%,#0000 70%);width:200%;height:200%;animation:25s ease-in-out infinite reverse float;position:absolute;bottom:-50%;right:-50%}.hero-gradient-3{background:conic-gradient(#0000 0deg,#22c55e0d 90deg,#0000 180deg);width:300%;height:300%;animation:60s linear infinite rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-particles{position:absolute;inset:0}.particle{background:#ffffff4d;border-radius:50%;width:4px;height:4px;animation:8s ease-in-out infinite particleFloat;position:absolute}.particle-1{animation-delay:0s;top:20%;left:10%}.particle-2{animation-delay:2s;top:60%;left:80%}.particle-3{animation-delay:4s;top:40%;left:20%}.particle-4{animation-delay:6s;top:80%;left:60%}.hero-content{z-index:10;box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-text{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.hero-text.visible{opacity:1;transform:translateY(0)}.hero-title{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.1;display:flex}.hero-title-line{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#e5e7eb 100%);-webkit-background-clip:text;background-clip:text}.hero-title-highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#10b981 100%);-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite alternate titleGlow}.hero-description{color:#fffc;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-cta-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #3b82f64d}.hero-cta-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.hero-cta-primary:hover:before{opacity:1}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f666}.hero-cta-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero-cta-secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.hero-powered-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe6;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero-stats{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{text-align:center}.stat-number{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.hero-visual{opacity:0;align-items:center;gap:2rem;transition:all .8s ease-out .2s;display:flex;transform:translateY(30px)}.hero-visual.visible{opacity:1;transform:translateY(0)}.code-preview{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0006;border:1px solid #ffffff1a;border-radius:12px;flex:1;overflow:hidden}.code-preview-header{background:#0000004d;border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;padding:1rem;display:flex}.window-controls{gap:.5rem;display:flex}.control{border-radius:50%;width:12px;height:12px}.control-close{background:#ef4444}.control-minimize{background:#f59e0b}.control-maximize{background:#10b981}.file-name{color:#fffc;font-family:Monaco,Consolas,monospace;font-size:.875rem}.code-preview-content{text-align:left;padding:1.5rem}.code-block{color:#e5e7eb;text-align:left;white-space:pre;margin:0;font-family:Monaco,Consolas,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.preview-connection{flex-direction:column;justify-content:center;align-items:center;min-width:120px;padding:2rem 1rem;display:flex}.connection-logo-section{text-align:center;margin-bottom:1.5rem}.connection-logo{object-fit:contain;filter:drop-shadow(0 4px 16px #3b82f699);width:auto;height:auto;max-height:50px;transition:all .4s;animation:3s ease-in-out infinite alternate connectionLogoGlow}.connection-logo:hover{filter:drop-shadow(0 6px 20px #3b82f6cc);transform:scale(1.05)}@keyframes connectionLogoGlow{0%{filter:drop-shadow(0 4px 16px #3b82f699)}to{filter:drop-shadow(0 8px 24px #9333eacc)}}.connection-line{background:linear-gradient(90deg,#3b82f633 0%,#8b5cf666 50%,#3b82f633 100%);border-radius:2px;width:100px;height:4px;margin-bottom:1rem;position:relative;overflow:hidden}.connection-dot{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite dotPulse;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 20px #3b82f699}.connection-dot-start{animation-delay:0s;left:-6px}.connection-dot-end{animation-delay:1s;right:-6px}.connection-flow{position:absolute;inset:0;overflow:hidden}.flow-particle{background:#ffffffe6;border-radius:50%;width:6px;height:6px;animation:3s linear infinite flowMove;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 10px #fffc}.flow-particle:first-child{animation-delay:0s}.flow-particle:nth-child(2){animation-delay:1s}.flow-particle:nth-child(3){animation-delay:2s}.connection-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#3b82f6;white-space:nowrap;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.connection-label svg{animation:2s ease-in-out infinite sparkle}@keyframes dotPulse{0%,to{transform:translateY(-50%)scale(1);box-shadow:0 0 20px #3b82f699}50%{transform:translateY(-50%)scale(1.2);box-shadow:0 0 30px #3b82f6cc}}@keyframes flowMove{0%{opacity:0;left:-6px}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100px}}@keyframes sparkle{0%,to{transform:rotate(0)scale(1)}25%{transform:rotate(90deg)scale(1.1)}50%{transform:rotate(180deg)scale(1)}75%{transform:rotate(270deg)scale(1.1)}}.app-preview{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:1;overflow:hidden}.app-preview-header{background:#0003;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem;display:flex}.app-title{color:#fff;font-weight:600}.app-status{color:#fffc;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.app-preview-content{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.form-field label{color:#ffffffe6;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-field input{color:#fff;background:#0000004d;border:1px solid #fff3;border-radius:8px;width:100%;padding:.75rem;font-size:.875rem}.items-list{flex-direction:column;gap:.5rem;display:flex}.item{color:#fffc;background:#0003;border-radius:6px;padding:.5rem;font-size:.875rem}.toggle{cursor:pointer;background:#fff3;border-radius:12px;width:44px;height:24px;transition:background .3s;position:relative}.toggle.active{background:#3b82f6}.toggle-switch{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:2px;left:2px}.toggle.active .toggle-switch{transform:translate(20px)}.run-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.run-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700}.highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text}.section-description{color:#fffc;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.features-section{padding:8rem 0;position:relative}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f61a 0%,#8b5cf60d 100%);transition:opacity .3s;position:absolute;inset:0}.feature-card:hover:before,.feature-card.active:before{opacity:1}.feature-card:hover,.feature-card.active{border-color:#3b82f64d;transform:translateY(-4px);box-shadow:0 10px 40px #0000004d}.feature-icon{color:#3b82f6;z-index:1;margin-bottom:1.5rem;position:relative}.feature-title{color:#fff;z-index:1;margin-bottom:1rem;font-size:1.5rem;font-weight:600;position:relative}.feature-description{color:#fffc;z-index:1;line-height:1.6;position:relative}.vision-section{background:linear-gradient(135deg,#0000004d 0%,#1e1e3c4d 100%);padding:8rem 0;position:relative}.vision-background{position:absolute;inset:0;overflow:hidden}.vision-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite gridMove;position:absolute;inset:0}.vision-glow{background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vision-content{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.vision-badge{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.vision-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.vision-highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text}.vision-description{color:#fffc;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.vision-points{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.vision-point{color:#ffffffe6;align-items:center;gap:.75rem;display:flex}.vision-point svg{color:#10b981;flex-shrink:0}.vision-button{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #8b5cf64d}.vision-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #8b5cf666}.vision-visual{position:relative}.floating-cards{height:400px;position:relative}.floating-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;width:250px;padding:1.5rem;animation:6s ease-in-out infinite cardFloat;position:absolute}.card-1{animation-delay:0s;top:0;left:0}.card-2{animation-delay:2s;top:50px;right:0}.card-3{animation-delay:4s;bottom:0;left:50px}.card-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.card-icon{font-size:1.5rem}.card-header span{color:#fff;font-weight:600}.card-content{color:#fffc;font-size:.875rem;line-height:1.5}.cta-section{padding:8rem 0;position:relative}.cta-background{position:absolute;inset:0}.cta-gradient{background:linear-gradient(135deg,#3b82f61a 0%,#8b5cf61a 100%);position:absolute;inset:0}.cta-content{text-align:center;z-index:10;position:relative}.cta-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.cta-highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text}.cta-description{color:#fffc;max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.cta-actions{flex-direction:column;align-items:center;gap:2rem;display:flex}.cta-primary-button{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:16px;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #3b82f64d}.button-glow{opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.cta-primary-button:hover .button-glow{opacity:1}.cta-primary-button:hover{transform:translateY(-4px);box-shadow:0 12px 48px #3b82f666}.cta-features{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.cta-feature{color:#fffc;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.cta-feature svg{color:#10b981}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@keyframes rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes particleFloat{0%,to{opacity:.3;transform:translateY(0)scale(1)}50%{opacity:.8;transform:translateY(-30px)scale(1.2)}}@keyframes titleGlow{0%,to{filter:brightness()}50%{filter:brightness(1.2)drop-shadow(0 0 20px #3b82f680)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@keyframes cardFloat{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-10px)rotate(1deg)}66%{transform:translateY(5px)rotate(-1deg)}}@media (min-width:1600px){.connection-logo{filter:drop-shadow(0 6px 24px #3b82f6b3);max-height:80px}.connection-logo:hover{filter:drop-shadow(0 8px 32px #3b82f6e6);transform:scale(1.08)}.connection-logo-section{margin-bottom:2rem}}@media (min-width:1400px) and (max-width:1599px){.connection-logo{filter:drop-shadow(0 5px 20px #3b82f6a6);max-height:70px}.connection-logo:hover{filter:drop-shadow(0 7px 28px #3b82f6d9);transform:scale(1.06)}.connection-logo-section{margin-bottom:1.75rem}}@media (min-width:1201px) and (max-width:1399px){.connection-logo{max-height:60px}.connection-logo-section{margin-bottom:1.5rem}}@media (max-width:1200px){.hero-content{gap:3rem;padding:0 1.5rem}.hero-visual{gap:1.5rem}.preview-connection{min-width:100px;padding:1.5rem .75rem}.connection-line{width:80px}}@media (max-width:1024px){.hero-content{text-align:center;box-sizing:border-box;grid-template-columns:1fr;gap:2rem;width:100%;max-width:100%;padding:0 1.5rem}.hero-text{box-sizing:border-box;width:100%;max-width:100%}.hero-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;font-size:clamp(2.25rem,8vw,3.5rem)}.hero-title-line,.hero-title-highlight,.hero-description{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.hero-visual{display:none}.hero-background,.hero-gradient-1,.hero-gradient-2,.hero-gradient-3,.hero-particles,.particle{animation:none;transform:none}.hero-text{opacity:1;transition:none;transform:none}.hero-title-highlight{animation:none}.preview-connection{flex-direction:column;gap:1rem;width:100%;min-width:auto;max-width:300px;padding:1.5rem 2rem}.connection-logo-section{margin-bottom:1rem}.connection-logo{max-height:40px}.connection-line{width:120px;margin-bottom:1rem;margin-right:0}.connection-label{margin-left:0;padding:.5rem 1rem;font-size:.875rem}.vision-content{text-align:center;grid-template-columns:1fr;gap:3rem}.floating-cards{height:300px;transform:scale(.8)}.features-section,.vision-section,.cta-section{padding:6rem 0}}@media (max-width:768px){.hero-section{box-sizing:border-box;width:100%;max-width:100vw;padding:3rem 0;overflow-x:hidden}.hero-content{box-sizing:border-box;gap:2.5rem;width:100%;max-width:100%;margin:0;padding:0 1rem}.hero-text{box-sizing:border-box;width:100%;max-width:100%}.hero-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;margin-bottom:2rem;font-size:clamp(1.75rem,7vw,2.5rem);line-height:1.2}.hero-title-line,.hero-title-highlight{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;display:block}.hero-description{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;margin-bottom:2.5rem;font-size:1rem;line-height:1.5}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.hero-actions,.cta-features{flex-direction:column;align-items:center;gap:1rem}.section-container{padding:0 1rem}.hero-visual{display:none}.connection-logo-section{margin-bottom:.75rem}.connection-logo{max-height:55px}.connection-line{width:100px;margin-bottom:.75rem}.connection-label{padding:.4rem .8rem;font-size:.8rem}.features-section,.vision-section,.cta-section{padding:4rem 0}.floating-cards{display:none}}@media (max-width:640px){.hero-section{box-sizing:border-box;width:100%;max-width:100vw;min-height:auto;padding:2rem 0;overflow-x:hidden}.hero-content{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0 .75rem}.hero-text{box-sizing:border-box;width:100%;max-width:100%}.hero-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;width:100%;max-width:100%;font-size:clamp(1.5rem,8vw,2rem);line-height:1.15}.hero-title-line,.hero-title-highlight{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;display:block}.connection-logo{max-height:50px}.connection-logo-section{margin-bottom:1rem}.hero-description{word-wrap:break-word;overflow-wrap:break-word;max-width:100%;font-size:1rem;line-height:1.5}.hero-cta-primary,.hero-cta-secondary,.hero-powered-badge{box-sizing:border-box;justify-content:center;width:100%;max-width:100%;padding:.875rem 1.5rem;font-size:1rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.hero-visual{display:none}.section-title{font-size:2rem}.section-description{font-size:1rem}.feature-card{padding:1.5rem}.feature-title{font-size:1.25rem}.feature-description{font-size:.9rem}.vision-title{font-size:2rem}.vision-description{font-size:1rem}.vision-points{gap:.75rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-primary-button{padding:1rem 2rem;font-size:1rem}}@media (max-width:480px){.hero-section{box-sizing:border-box;width:100%;max-width:100vw;padding:1.5rem 0;overflow-x:hidden}.hero-content{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0 .5rem}.hero-text{box-sizing:border-box;width:100%;max-width:100%}.hero-title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;width:100%;max-width:100%;font-size:clamp(1.25rem,9vw,1.75rem);line-height:1.2}.hero-title-line,.hero-title-highlight{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;display:block}.hero-description{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%;font-size:.9rem;line-height:1.4}.hero-visual{display:none}.section-container{padding:0 .75rem}.hero-stats{grid-template-columns:1fr;gap:1rem;max-width:200px;margin:0 auto}.features-grid{gap:1rem}.feature-card{padding:1.25rem}.hero-section{padding:2rem 0}.features-section,.vision-section,.cta-section{padding:3rem 0}}
