:root{--bg-primary: #050505;--bg-secondary: #0a0a0a;--bg-elevated: #0f0f0f;--bg-card: rgba(15, 15, 15, .6);--bg-card-solid: #111111;--text-primary: #f0f4f8;--text-secondary: #94a3b8;--text-muted: #64748b;--text-dim: rgba(255, 255, 255, .3);--accent: #38bdf8;--accent-dim: rgba(56, 189, 248, .15);--accent-border: rgba(56, 189, 248, .3);--border-color: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .12);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .4);--glass-border: 1px solid rgba(255, 255, 255, .06);--glass-backdrop: blur(20px);--section-padding: 7rem 4rem;--max-width: 1200px;--card-radius: 16px;--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Outfit,sans-serif;letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4rem;border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0;width:100%;z-index:1000;background:#050505d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-logo{display:flex;gap:.75rem;font-weight:800;font-size:1.35rem;letter-spacing:-.03em;align-items:center}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;color:var(--text-secondary);font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.nav-actions button{background:var(--text-primary);color:var(--bg-primary);border:none;padding:.7rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s}.nav-actions button:hover{transform:translateY(-1px)}.hero-slideshow{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1;animation:kenBurns 8s ease-in-out forwards}.hero-overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#05050540,#05050599,#050505f7);z-index:1}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:0 2rem}@keyframes kenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-1%,-.5%)}}.hero-badge{display:inline-block;padding:.5rem 1.25rem;border:1px solid rgba(255,255,255,.2);border-radius:24px;font-size:.8rem;font-weight:700;color:#fff;background:#0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:2rem;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 12px #0000004d}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;max-width:900px}.hero-subtitle{font-size:1.15rem;color:var(--text-secondary);line-height:1.7;max-width:700px;margin:0 auto 2.5rem}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta-primary{background:var(--text-primary);color:var(--bg-primary);padding:.9rem 2rem;border-radius:8px;font-weight:700;font-size:.95rem;border:none;cursor:pointer;transition:all .2s}.hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px #ffffff26}.hero-cta-secondary{background:transparent;color:var(--text-primary);padding:.9rem 2rem;border-radius:8px;font-weight:600;font-size:.95rem;border:1px solid var(--border-strong);cursor:pointer;transition:all .2s}.hero-cta-secondary:hover{background:#ffffff0d}.stats-bar{display:flex;justify-content:center;gap:4rem;padding:3rem 2rem;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin-top:3rem;background:#05050580;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-item{text-align:center}.stat-number{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;color:var(--text-primary)}.stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}.section{padding:var(--section-padding)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-dark{background:var(--bg-secondary)}.section-badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-size:2.75rem;font-weight:800;line-height:1.15;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;max-width:680px;margin-bottom:3rem}.section-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-card{background:var(--bg-card-solid);border:1px solid var(--border-color);border-radius:var(--card-radius);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0;height:100%}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.feature-card-image{width:100%;height:220px;object-fit:cover;border-bottom:1px solid var(--border-color)}.feature-card-body{padding:1.75rem}.feature-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-card-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.65}.carousel-container{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;padding:1rem 0;align-items:stretch}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start;flex-shrink:0;padding:0 12px;display:flex}.carousel-container.show-1 .carousel-item{width:100%}.carousel-container.show-2 .carousel-item{width:50%}.carousel-container.show-3 .carousel-item{width:calc(100% / 3)}.carousel-item>*{width:100%}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .2s}.carousel-arrow:hover{background:#ffffff26}.carousel-arrow-left{left:8px}.carousel-arrow-right{right:8px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:1.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#fff3;border:none;cursor:pointer;transition:background .3s}.carousel-dot.active{background:var(--accent)}.pipeline-flow{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;padding:2rem 0}.pipeline-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:140px}.pipeline-icon{width:64px;height:64px;border-radius:16px;background:var(--bg-card-solid);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.pipeline-arrow{color:var(--text-muted);font-size:1.5rem;margin:0 .5rem;flex-shrink:0}.pipeline-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.code-block{background:#0d1117;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem 2rem;font-family:JetBrains Mono,monospace;font-size:.8rem;color:#c9d1d9;line-height:1.7;overflow-x:auto;max-width:600px}.code-key{color:#79c0ff}.code-string{color:#a5d6ff}.code-bool{color:#7ee787}.pricing-card{background:var(--bg-card-solid);border:1px solid var(--border-color);border-radius:var(--card-radius);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0;text-align:left;height:100%}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.pricing-card.recommended{border-color:var(--accent-border);box-shadow:0 0 0 1px var(--accent-border);position:relative}.tier-badge{position:absolute;top:1rem;right:1rem;background:var(--accent);color:var(--bg-primary);font-size:.7rem;font-weight:800;padding:.25rem .75rem;border-radius:12px;letter-spacing:.05em}.tier-name{font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.tier-price{font-size:2.75rem;font-weight:800;margin-bottom:.25rem}.tier-period{font-size:.9rem;color:var(--text-muted);font-weight:400}.tier-features{list-style:none;margin:1.5rem 0 2rem}.tier-features li{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem;color:var(--text-secondary);font-size:.9rem}.tier-button{width:100%;padding:.85rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;border:1px solid var(--border-strong);background:transparent;color:var(--text-primary)}.tier-button:hover{background:#ffffff0f}.tier-button.primary{background:var(--text-primary);color:var(--bg-primary);border-color:transparent}.tier-button.primary:hover{background:#e2e8f0}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.integration-icon-container{display:flex;align-items:center;justify-content:center;width:100%;height:220px;background:var(--bg-elevated);border-bottom:1px solid var(--border-color)}.integration-icon-bg{width:96px;height:96px;border-radius:24px;background:var(--accent-dim);display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.section-split{grid-template-columns:1fr}.stats-bar{gap:2rem;flex-wrap:wrap}.hero-title{font-size:3rem}.carousel-container.show-3 .carousel-item{width:50%}}@media (max-width: 768px){.nav-header{padding:1rem 1.5rem}.nav-links{display:none}.section{padding:4rem 1.5rem}.hero-title{font-size:2.5rem}.hero-slideshow{min-height:600px}.section-title{font-size:2rem}.stats-bar{flex-direction:column;gap:1.5rem}.carousel-container.show-2 .carousel-item,.carousel-container.show-3 .carousel-item{width:100%}}
