@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-main: hsl(240, 10%, 4%);--bg-secondary: hsl(240, 10%, 8%);--accent-primary: hsl(260, 100%, 70%);--accent-secondary: hsl(210, 100%, 60%);--accent-gold: hsl(45, 100%, 58%);--accent-gold-glow: rgba(255, 215, 0, .25);--accent-gradient: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));--gold-gradient: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);--text-main: hsl(0, 0%, 98%);--text-muted: hsl(240, 5%, 75%);--glass-bg: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 20px 40px rgba(0, 0, 0, .5);--glass-glow: 0 0 30px var(--accent-gold-glow);--header-height: 80px;--transition-smooth: all .5s cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;letter-spacing:-.02em}.pillar-type{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);margin-bottom:.5rem}a{text-decoration:none;color:inherit;transition:var(--transition-smooth)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:var(--transition-smooth)}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.gradient-text{background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--glass-border)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo{animation:logo-float 6s ease-in-out infinite}.pillar-card:hover{transform:translateY(-10px);border-color:var(--accent-gold);background:#ffffff0d;box-shadow:0 20px 40px #ffd7000d}.header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);z-index:1000;display:flex;align-items:center;transition:var(--transition-smooth)}.header-scrolled{background:#04040acc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);height:70px}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;flex-direction:column;line-height:1}.logo-main{font-family:Outfit,sans-serif;font-weight:800;font-size:1.5rem;letter-spacing:-.5px;color:var(--text-main);background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 5px rgba(255,215,0,.2))}.logo-sub{font-size:.72rem;font-weight:700;letter-spacing:.35em;color:var(--text-muted);margin-top:-2px}.desktop-nav{display:flex;align-items:center;gap:2.5rem}.nav-list{display:flex;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:var(--text-muted)}.nav-link:hover,.nav-link.active{color:#fff;text-shadow:0 0 10px rgba(255,215,0,.3)}.cta-button{padding:.6rem 1.4rem;border-radius:100px;font-size:.9rem;font-weight:600;color:var(--text-main)}.cta-button:hover{background:var(--accent-gradient);border-color:transparent;transform:translateY(-2px)}.mobile-toggle{display:none;width:30px;height:20px;position:relative;flex-direction:column;justify-content:space-between;z-index:1100}.mobile-toggle span{width:100%;height:2px;background-color:var(--text-main);border-radius:10px;transition:var(--transition-smooth)}@media(max-width:768px){.desktop-nav{display:none}.mobile-toggle{display:flex}.mobile-toggle.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;transition:var(--transition-smooth);z-index:1050}.mobile-nav.glass{background:#04040afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-nav.open{right:0}.mobile-nav-list{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.mobile-nav-link{font-size:1.5rem;font-weight:600;font-family:Outfit,sans-serif}.mobile-cta{padding:1rem 2.5rem;border-radius:100px;font-size:1.1rem;font-weight:700}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:var(--header-height);overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.blob{position:absolute;width:800px;height:800px;border-radius:50%;filter:blur(120px);opacity:.25;animation:float 25s infinite alternate}.blob-1{background:var(--accent-primary);top:-200px;right:-100px}.blob-2{background:var(--accent-secondary);bottom:-200px;left:-100px;animation-delay:-8s}.hero:after{content:"";position:absolute;top:20%;right:15%;width:400px;height:400px;background:var(--accent-gold);border-radius:50%;filter:blur(150px);opacity:.1;pointer-events:none}@keyframes float{0%{transform:translate(0) scale(1) rotate(0)}33%{transform:translate(50px,-80px) scale(1.1) rotate(5deg)}66%{transform:translate(-40px,40px) scale(.9) rotate(-5deg)}to{transform:translate(0) scale(1) rotate(0)}}.hero-container{position:relative;z-index:10}.hero-content{max-width:900px}.hero-title{font-size:5.5rem;font-weight:800;line-height:1.05;letter-spacing:-.05em;margin-bottom:2rem;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1)}.hero-description{font-size:1.4rem;color:var(--text-muted);margin-bottom:3.5rem;max-width:700px;line-height:1.6;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .15s backwards}.hero-actions{display:flex;gap:2rem;animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) .3s backwards}.btn-primary{padding:1.2rem 3.5rem;border-radius:100px;font-size:1.1rem;font-weight:700;color:#000;background:var(--gold-gradient);box-shadow:0 4px 20px #ffd7004d;transition:var(--transition-smooth)}.btn-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 30px #ffd70080}.btn-secondary{padding:1.2rem 3.5rem;border-radius:100px;font-size:1.1rem;font-weight:700;color:var(--text-main);border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff14;border-color:var(--accent-gold)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:3rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{width:100%;text-align:center}}.pillars{padding:100px 0;position:relative}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.pillar-card{padding:3.5rem 2.5rem;border-radius:32px;display:flex;flex-direction:column;align-items:flex-start;transition:var(--transition-smooth);cursor:default;background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.pillar-card:hover{transform:translateY(-12px);border-color:var(--accent-gold);background:#ffffff0f;box-shadow:var(--glass-shadow),var(--glass-glow)}.pillar-icon{font-size:3rem;margin-bottom:2rem;filter:drop-shadow(0 0 10px var(--accent-gold-glow))}.pillar-type{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);margin-bottom:.75rem}.pillar-title{font-size:1.8rem;font-weight:700;letter-spacing:-.03em;margin-bottom:1.25rem;color:#fff}.pillar-description{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.pipeline-section{padding:100px 0;background:var(--bg-secondary)}.pipeline-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center}.pipeline-content p{color:var(--text-muted);font-size:1.15rem;line-height:1.8;margin-top:1.5rem}.pipeline-visual{height:300px;display:flex;justify-content:center;align-items:center;border-radius:32px;position:relative;overflow:hidden}.pipeline-tag{font-family:Inter,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:.2em;color:var(--accent-secondary);text-transform:uppercase}@media(max-width:1024px){.pipeline-grid{grid-template-columns:1fr;gap:2rem;text-align:center}}@media(max-width:768px){.pillars{padding:60px 0}.section-title{font-size:2.25rem}.pillar-card{padding:2rem 1.5rem}}.product-spotlight{padding:100px 0}.spotlight-card{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;border-radius:40px;align-items:center}.product-badge{display:inline-block;padding:.5rem 1.25rem;background:var(--gold-gradient);color:#000;border-radius:100px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;box-shadow:0 4px 15px #ffd70033}.product-title{font-size:3.5rem;margin-bottom:.5rem}.product-tagline{font-size:1.25rem;color:var(--accent-gold);font-weight:700;margin-bottom:1.5rem;letter-spacing:-.01em}.product-description{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.product-features{margin-bottom:2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-features li{font-size:.95rem;display:flex;align-items:center;gap:.5rem}.product-features li:before{content:"✓";color:var(--accent-primary);font-weight:800}.product-actions{display:flex;gap:1rem}.spotlight-visual{position:relative;height:100%;min-height:400px}.visual-placeholder{width:100%;height:100%;border-radius:24px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;position:relative;overflow:hidden}.visual-orb{position:absolute;width:200px;height:200px;background:var(--accent-gradient);filter:blur(60px);opacity:.3;animation:pulse 4s infinite alternate}@keyframes pulse{0%{transform:scale(1);opacity:.2}to{transform:scale(1.5);opacity:.4}}@media(max-width:1024px){.spotlight-card{grid-template-columns:1fr;padding:3rem 2rem;gap:3rem}.product-title{font-size:2.5rem}.product-features{grid-template-columns:1fr}}@media(max-width:768px){.product-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.spotlight-visual{min-height:300px}}.about-page{padding-top:var(--header-height)}.about-hero{padding:100px 0 60px;text-align:center}.about-title{font-size:4rem;margin-bottom:2rem}.about-tagline{font-size:1.25rem;color:var(--text-muted);max-width:800px;margin:0 auto;line-height:1.8}.team-section{padding:100px 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:60px}.team-card{padding:3rem;border-radius:32px;text-align:center}.team-icon{font-size:3.5rem;margin-bottom:1.5rem}.member-name{font-size:1.75rem;margin-bottom:.5rem}.member-role{display:block;font-size:.9rem;font-weight:700;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.member-bio{color:var(--text-muted);font-size:1rem;margin-bottom:2rem;line-height:1.6}.portfolio-link{font-weight:600;color:var(--text-main)}.portfolio-link:hover{color:var(--accent-secondary);text-shadow:0 0 10px var(--accent-secondary)}.expertise-pillars{padding:100px 0;background:var(--bg-secondary)}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:40px}.expertise-card{padding:2.5rem;border-radius:24px}.expertise-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-main)}.expertise-card p{color:var(--text-muted);font-size:.95rem}@media(max-width:768px){.about-title{font-size:2.5rem}}.about-vercher{padding:80px 0}.about-intro-card{padding:4rem;border-radius:40px;max-width:1000px;margin:0 auto 80px;text-align:center}.intro-text{font-size:1.25rem;line-height:1.8;color:var(--text-muted);margin-bottom:2rem}.intro-text:last-child{margin-bottom:0}.why-choose-us{margin-bottom:80px}.text-center{text-align:center;margin-bottom:50px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:3rem 2rem;border-radius:32px;text-align:center;transition:var(--transition-smooth)}.feature-card:hover{transform:translateY(-10px);border-color:var(--accent-primary)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.4rem;margin-bottom:1rem}.feature-card p{color:var(--text-muted);font-size:1rem;line-height:1.6}.about-closing{text-align:center;max-width:800px;margin:0 auto}.about-closing p{font-size:1.4rem;font-weight:600;color:var(--text-main);line-height:1.6}@media(max-width:1024px){.features-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media(max-width:768px){.about-intro-card{padding:2.5rem 1.5rem}.intro-text{font-size:1.1rem}.about-closing p{font-size:1.2rem}}.projects-page{padding-top:var(--header-height)}.projects-hero{padding:100px 0 60px;text-align:center}.projects-title{font-size:4rem;margin-bottom:2rem}.projects-tagline{font-size:1.25rem;color:var(--text-muted);max-width:800px;margin:0 auto;line-height:1.8}.projects-list{padding:100px 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.project-card{padding:3rem;border-radius:32px;display:flex;flex-direction:column;transition:var(--transition-smooth)}.model-explanation{padding:6rem 0;margin-bottom:80px}.model-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.model-text h2{font-size:2.5rem;margin-bottom:1.5rem}.model-text p{font-size:1.15rem;color:var(--text-muted);line-height:1.8}.model-visual{height:200px;border-radius:32px;background:#ffffff08;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:800;letter-spacing:.2em;color:var(--accent-secondary)}.featured-card{border:1px solid var(--accent-primary);background:rgba(var(--accent-primary-rgb),.05)}.featured-card:hover{border-color:var(--accent-secondary)}.project-icon{font-size:3rem;margin-bottom:1.5rem}.project-category{font-size:.75rem;font-weight:700;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.project-title{font-size:1.75rem;margin-bottom:1rem}.project-description{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:2rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tag{font-size:.75rem;padding:.3rem .8rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:100px;color:var(--text-muted)}.btn-case-study{font-weight:600;color:var(--text-main);text-align:left}.btn-case-study:hover{color:var(--accent-secondary);text-shadow:0 0 10px var(--accent-secondary)}.btn-case-study-muted{font-size:.85rem;color:var(--text-muted);text-align:left;cursor:default}@media(max-width:768px){.projects-hero{padding:60px 0 40px}.projects-title{font-size:2.5rem}.model-explanation{padding:4rem 0;margin-bottom:40px}.model-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.model-text h2{font-size:2rem}.model-visual{max-width:400px;margin:0 auto;width:100%}.projects-grid{grid-template-columns:1fr;gap:2rem}.project-card{padding:2rem}}.products-page{padding-top:var(--header-height)}.products-hero{padding:100px 0 60px;text-align:center}.products-title{font-size:4.5rem;margin-bottom:2rem}.products-tagline{font-size:1.25rem;color:var(--text-muted);max-width:900px;margin:0 auto;line-height:1.8}.products-grid-section{padding:80px 0 120px}.products-listing{display:flex;flex-direction:column;gap:3rem;margin-bottom:80px}.product-card{display:grid;grid-template-columns:.4fr 1fr;gap:3rem;padding:4rem;border-radius:40px;align-items:center;transition:var(--transition-smooth)}.product-card:hover{border-color:var(--accent-primary);background:#ffffff0d}.product-header{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.product-icon-large{font-size:6rem}.product-badge-pill{font-size:.75rem;font-weight:800;padding:.5rem 1rem;background:var(--accent-gradient);border-radius:100px;color:var(--text-main);text-transform:uppercase;letter-spacing:.1em}.product-info h3{font-size:2.5rem;margin-bottom:.5rem}.product-cat{display:block;font-size:.85rem;font-weight:700;color:var(--accent-secondary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem}.product-tag{font-size:1.25rem;font-weight:500;color:var(--text-main);margin-bottom:1rem}.product-desc{color:var(--text-muted);font-size:1.1rem;line-height:1.6;margin-bottom:3rem}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--glass-border)}.product-price{font-size:1.5rem;font-weight:800;color:var(--text-main)}.product-links{display:flex;gap:1.5rem}@media(max-width:480px){.product-links{flex-direction:column;width:100%}.product-links .btn-secondary,.product-links .btn-primary{width:100%;text-align:center}}.custom-build-cta{display:flex;justify-content:space-between;align-items:center;padding:5rem;border-radius:40px}.custom-build-cta .cta-content{max-width:60%}.custom-build-cta h2{font-size:2.5rem;margin-bottom:1.5rem}.custom-build-cta p{color:var(--text-muted);font-size:1.1rem;line-height:1.7}@media(max-width:1024px){.product-card,.custom-build-cta{grid-template-columns:1fr;padding:3rem;text-align:center}.product-header{margin-bottom:2rem}.product-footer{flex-direction:column;gap:2rem;width:100%}.product-links{width:100%;flex-direction:column}.product-links a{width:100%;text-align:center;display:block}.custom-build-cta{flex-direction:column;gap:3rem}.custom-build-cta .cta-content{max-width:100%}}@media(max-width:768px){.products-title{font-size:2.5rem}}.contact-page{padding-top:var(--header-height)}.contact-hero{padding:100px 0 60px;text-align:center}.contact-title{font-size:4rem;margin-bottom:2rem}.contact-tagline{font-size:1.25rem;color:var(--text-muted);max-width:800px;margin:0 auto;line-height:1.8}.contact-content-section{padding:100px 0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;padding:4rem;border-radius:40px}.contact-info-panel{display:flex;flex-direction:column;gap:3rem}.info-group h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-main)}.info-group p{color:var(--text-muted);font-size:.95rem;margin-bottom:1rem;line-height:1.6}.info-link{font-weight:700;color:var(--accent-primary);font-size:1rem}.panel-title{font-size:2rem;margin-bottom:2.5rem}.main-contact-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.main-contact-form select{width:100%;padding:1.25rem 1.5rem;background:#ffffff08;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-main);font-size:1rem;outline:none;cursor:pointer}.main-contact-form select option{background:var(--bg-deep);color:var(--text-main)}@media(max-width:1024px){.contact-grid{grid-template-columns:1fr;padding:3rem}}@media(max-width:768px){.contact-title{font-size:2.5rem}.form-row{grid-template-columns:1fr}.contact-grid{padding:2rem 1.5rem}}.product-showcase{padding:2rem 0}.showcase-container{position:relative;max-width:1000px;margin:0 auto}.showcase-track{display:flex;justify-content:center;align-items:center;height:500px;position:relative}.showcase-slide{position:absolute;width:100%;opacity:0;transition:var(--transition-smooth);transform:scale(.9) translate(50px);pointer-events:none}.showcase-slide.active{opacity:1;transform:scale(1) translate(0);pointer-events:auto;z-index:2}.showcase-slide.prev{opacity:.3;transform:scale(.8) translate(-100px);z-index:1}.slide-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;border-radius:24px;align-items:center}.slide-image-container{position:relative;height:300px;background:var(--bg-secondary);border-radius:16px;overflow:hidden;border:1px solid var(--glass-border)}.mockup-fallback{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;padding:1rem;z-index:1}.slide-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;transition:transform .5s ease}.showcase-slide:hover .slide-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 70%);z-index:3}.mockup-ui{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.mockup-nav{height:10px;width:40%;background:var(--glass-border);border-radius:5px}.mockup-chart{flex:1;background:linear-gradient(0deg,var(--accent-primary) 0%,transparent 80%);opacity:.2;border-radius:8px}.mockup-stats{display:flex;gap:.5rem}.mockup-stats div{flex:1;height:40px;background:var(--glass-bg);border-radius:4px}.mockup-list div{height:20px;width:100%;background:var(--glass-bg);border-radius:4px;margin-bottom:.5rem}.mockup-graph{flex:1;background:linear-gradient(90deg,var(--accent-secondary) 0%,transparent 100%);opacity:.2;border-radius:8px}.mockup-form{height:50px;background:var(--glass-bg);border-radius:8px}.slide-info h3{font-size:1.8rem;margin-bottom:.5rem}.slide-info p{color:var(--text-muted);line-height:1.6}.slide-bits{list-style:none;padding:0;margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.slide-bits li{display:flex;align-items:center;gap:.8rem;color:var(--text-main);font-size:.95rem;opacity:.9}.bit-check{color:var(--accent-primary);font-weight:700}.showcase-controls{position:absolute;top:50%;width:110%;left:-5%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:3}.control-btn{width:50px;height:50px;border-radius:50%;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--text-main);font-size:1.5rem;display:flex;align-items:center;justify-content:center}.showcase-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--glass-border);transition:var(--transition-smooth)}.dot.active{width:24px;border-radius:4px;background:var(--accent-primary)}@media(max-width:768px){.slide-content{grid-template-columns:1fr}.showcase-track{height:700px}}.comparison-container{margin:3rem auto;padding:2.5rem;border-radius:24px;max-width:900px}.comparison-header{text-align:center;margin-bottom:2.5rem}.comparison-header h3{font-size:2rem;margin-bottom:.5rem}.comparison-header p{color:var(--text-muted);font-size:1.1rem}.table-wrapper{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;text-align:left}.comparison-table th,.comparison-table td{padding:1.25rem;border-bottom:1px solid var(--glass-border)}.comparison-table th{font-family:Outfit,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;color:var(--text-muted)}.highlight-column{color:var(--accent-primary)!important;font-weight:700!important}.row-label{font-weight:500;color:var(--text-main)}.shepherds-value{color:var(--text-main);font-weight:700;background:#a855f70d}.cloud-value{color:var(--text-muted)}.row-highlight td{background:#ffffff05}.row-highlight .shepherds-value{color:var(--accent-primary);font-weight:800}.comparison-footer{margin-top:2rem;text-align:center}.comparison-footer p{font-size:.85rem;color:var(--text-muted);font-style:italic}@media(max-width:768px){.comparison-container{padding:1.5rem}.comparison-table th,.comparison-table td{padding:.75rem;font-size:.85rem}}.product-detail-page{overflow-x:hidden}.detail-hero{padding:160px 0 100px;position:relative;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(99,102,241,.15) 0%,transparent 50%)}.hero-content{max-width:900px;margin:0 auto}.product-badge{display:inline-block;padding:.6rem 1.4rem;border-radius:100px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-primary);margin-bottom:2.5rem;border:1px solid var(--glass-border)}.detail-title{font-size:5rem;font-weight:800;letter-spacing:-2px;margin-bottom:1.5rem;line-height:1.1}.detail-tagline{font-size:1.5rem;color:var(--text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.6}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:2rem}.scroll-hint{font-size:.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;opacity:.7;transition:var(--transition-smooth)}.scroll-hint:hover{opacity:1;color:var(--text-main);transform:translateY(5px)}.section-label{display:block;font-size:.85rem;font-weight:800;color:var(--accent-secondary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem}.section-title{font-size:3rem;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin-bottom:3rem;line-height:1.6}.section-subtitle.text-center{margin-left:auto;margin-right:auto}.detail-story{padding:100px 0}.story-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;align-items:center}.lead-text{font-size:1.4rem;color:var(--text-main);line-height:1.5;margin-bottom:2rem;font-weight:500}.story-bits{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.story-bit{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#ffffff08;border-radius:16px;border:1px solid var(--glass-border)}.bit-icon{font-size:1.5rem}.story-bit p{font-size:1rem;color:var(--text-muted);line-height:1.6}.story-visual{height:500px;border-radius:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.visual-orb-large{width:300px;height:300px;background:var(--accent-gradient);filter:blur(80px);opacity:.2;border-radius:50%;animation:pulse 8s infinite alternate}@keyframes pulse{0%{transform:scale(1);opacity:.2}to{transform:scale(1.2);opacity:.4}}.visual-tag{position:absolute;bottom:0;width:100%;padding:1.5rem;text-align:center;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.8rem;font-weight:700;letter-spacing:.2em}.custom-upsell-mini{padding:2rem;border-radius:24px;margin-top:3rem}.upsell-link{display:block;margin-top:1rem;font-weight:700;color:var(--accent-primary);text-decoration:underline}.legacy-trust-section{padding:120px 0;background:radial-gradient(circle at 100% 50%,rgba(99,102,241,.1) 0%,transparent 40%)}.trust-card{padding:5rem 4rem;text-align:center;border-radius:48px;position:relative;max-width:1000px;margin:0 auto}.trust-icon{font-size:3rem;margin-bottom:2.5rem;opacity:.9}.trust-quote{font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:500;line-height:1.3;margin-bottom:3rem;font-style:italic;color:var(--text-main);letter-spacing:-.5px}.trust-footer{display:flex;flex-direction:column;gap:.5rem}.trust-attribution{font-size:1.25rem;color:var(--text-main);font-weight:800;text-transform:uppercase;letter-spacing:.15em}.trust-location{font-size:.9rem;color:var(--text-muted);font-weight:600;letter-spacing:.1em}.detail-showcase{padding:120px 0;text-align:center}.detail-security{padding:120px 0;background:var(--bg-secondary)}.security-header{margin-bottom:5rem}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:4rem}.security-card{padding:4rem;border-radius:40px;transition:var(--transition-smooth)}.security-card:hover{transform:translateY(-10px);border-color:var(--accent-primary)}.card-icon{font-size:3rem;margin-bottom:2rem}.security-card h3{font-size:2rem;margin-bottom:1.5rem;color:var(--text-main)}.security-card p{color:var(--text-muted);margin-bottom:2.5rem;line-height:1.7;font-size:1.1rem}.security-points{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.security-points li{display:flex;align-items:center;gap:1.2rem;font-weight:600;color:var(--text-main)}.security-points .check{color:var(--accent-secondary);font-weight:900}.backup-info{display:flex;align-items:center;gap:3rem;padding:4rem;border-radius:40px;border:1px solid rgba(134,59,255,.2)}.backup-icon{font-size:4rem;opacity:.8}.backup-content h4{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-main)}.backup-content p{color:var(--text-muted);font-size:1.1rem;line-height:1.7}.backup-content code{background:#ffffff12;padding:.3rem .6rem;border-radius:8px;color:var(--accent-secondary);font-weight:700}.detail-comparison{padding:120px 0}.comparison-header{margin-bottom:5rem}.detail-cta{padding:120px 0 160px}.cta-card{padding:6rem;text-align:center;border-radius:60px;background:radial-gradient(circle at bottom right,rgba(99,102,241,.1),transparent)}.cta-card h2{font-size:4rem;margin-bottom:1.5rem;line-height:1.1}.cta-card p{font-size:1.5rem;color:var(--text-muted);margin-bottom:3.5rem}.cta-actions{display:flex;gap:1.5rem;justify-content:center}.cta-actions .btn-primary,.cta-actions .btn-secondary{padding:1.2rem 3rem;font-size:1.1rem}@media(max-width:1200px){.detail-title{font-size:4rem}.story-grid{gap:3rem}}@media(max-width:1024px){.security-grid,.story-grid{grid-template-columns:1fr}.story-visual{height:300px}}@media(max-width:768px){.detail-hero{padding:120px 0 80px}.detail-title{font-size:3rem}.detail-tagline{font-size:1.2rem}.section-title{font-size:2.5rem}.trust-quote{font-size:1.8rem}.backup-info{flex-direction:column;text-align:center;padding:2.5rem}.cta-card{padding:4rem 2rem}.cta-card h2{font-size:2.5rem}.cta-actions{flex-direction:column}}.demo-page{padding-top:var(--header-height)}.demo-hero{padding:100px 0 60px;text-align:center}.demo-title{font-size:4rem;margin-bottom:2rem}.demo-tagline{font-size:1.25rem;color:var(--text-muted);max-width:800px;margin:0 auto;line-height:1.8}.demo-form-section{padding:100px 0}.demo-container{display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;padding:4rem;border-radius:40px}.demo-benefits h3{font-size:1.75rem;margin-bottom:2rem}.benefit-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.benefit-list li{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--text-muted)}.benefit-list li:before{content:"✓";color:var(--accent-primary);font-weight:900}.demo-form{display:flex;flex-direction:column;gap:2rem}.demo-form select{width:100%;padding:1.25rem 1.5rem;background:#ffffff08;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-main);font-size:1rem;outline:none}@media(max-width:1024px){.demo-container{grid-template-columns:1fr;padding:3rem}}@media(max-width:768px){.demo-title{font-size:2.5rem}}.buy-page{padding-top:var(--header-height)}.buy-hero{padding:100px 0 60px;text-align:center}.buy-title{font-size:4.5rem;margin-bottom:2rem}.buy-tagline{font-size:1.25rem;color:var(--text-muted);max-width:800px;margin:0 auto;line-height:1.8}.pricing-section{padding:80px 0 120px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:80px}.pricing-card{padding:4rem;border-radius:40px;text-align:center;position:relative;transition:var(--transition-smooth)}.pricing-card.popular{border:1px solid var(--accent-primary);background:#ffffff0d;transform:scale(1.05)}.popular-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--accent-gradient);padding:.5rem 1.5rem;border-radius:100px;font-size:.8rem;font-weight:800;color:var(--text-main);text-transform:uppercase;letter-spacing:.1em}.pricing-card h3{font-size:1.75rem;margin-bottom:2rem}.price-tag{display:flex;justify-content:center;align-items:baseline;gap:.5rem;margin-bottom:3rem}.price-tag .amount{font-size:4rem;font-weight:800;color:var(--text-main)}.price-tag .period{font-size:1.25rem;color:var(--text-muted)}.price-features{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-bottom:4rem;text-align:left}.price-features li{display:flex;align-items:center;gap:.75rem;color:var(--text-muted)}.price-features li:before{content:"✨";font-size:.9rem}.upsell-container{margin-top:100px}.upsell-card{display:flex;justify-content:space-between;align-items:center;padding:5rem;border-radius:48px;background:linear-gradient(135deg,#ffffff08,#ffffff03)}.upsell-card.highlight-border{border:1px solid rgba(var(--accent-primary-rgb),.3)}.upsell-badge{display:inline-block;font-size:.75rem;font-weight:800;color:var(--accent-secondary);text-transform:uppercase;letter-spacing:.3em;margin-bottom:1.5rem}.upsell-content{max-width:60%}.upsell-content h2{font-size:3rem;margin-bottom:2rem}.upsell-content p{font-size:1.15rem;color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.upsell-features{display:flex;gap:2rem;flex-wrap:wrap}.upsell-features span{font-weight:700;font-size:.9rem;color:var(--text-main)}.upsell-action .btn-secondary{font-size:1.25rem;padding:1.5rem 2.5rem}@media(max-width:1024px){.pricing-card.popular{transform:none}.upsell-card{flex-direction:column;text-align:center;gap:4rem;padding:3rem}.upsell-content{max-width:100%}.upsell-features{justify-content:center}}@media(max-width:768px){.buy-title{font-size:2.5rem}.price-tag .amount{font-size:3rem}}.case-study-page{padding:120px 0 80px}.case-hero{margin-bottom:60px}.back-link{display:inline-block;color:var(--accent-primary);text-decoration:none;font-weight:600;margin-bottom:2rem;font-size:.9rem}.case-label{display:block;font-size:.85rem;font-weight:800;color:var(--accent-secondary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem}.case-title{font-size:4rem;margin-bottom:1rem;line-height:1.1}.case-tagline{font-size:1.4rem;color:var(--text-muted);max-width:700px;line-height:1.5}.case-grid{display:grid;grid-template-columns:300px 1fr;gap:5rem;align-items:start}.case-sidebar{position:sticky;top:100px}.sidebar-block{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--glass-border)}.sidebar-block h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin-bottom:1.5rem}.sidebar-block ul{list-style:none;padding:0}.sidebar-block li{font-size:1rem;margin-bottom:1rem;color:var(--text-main)}.sidebar-block p{font-size:1rem;color:var(--text-muted);line-height:1.6}.content-block{margin-bottom:6rem}.block-label{font-family:Outfit,sans-serif;font-size:.9rem;font-weight:900;color:var(--accent-primary);opacity:.5;display:block;margin-bottom:1rem}.content-block h3{font-size:2.5rem;margin-bottom:2rem}.content-block p{font-size:1.25rem;line-height:1.7;color:var(--text-muted);margin-bottom:2rem}.content-block ol{margin-bottom:2rem;padding-left:1.5rem}.content-block li{font-size:1.2rem;margin-bottom:1rem;line-height:1.5}.tech-box{padding:3rem;border-radius:32px;border:1px solid var(--glass-border)}.tech-box h4{font-size:1.2rem;margin-bottom:2rem;color:var(--text-main)}.tech-box ul{list-style:none;padding:0}.tech-box li{position:relative;padding-left:2rem;font-size:1.1rem;margin-bottom:1.5rem;color:var(--text-muted)}.tech-box li:before{content:"→";position:absolute;left:0;color:var(--accent-primary);font-weight:900}.feedback-block{padding:4rem;border-radius:48px}.result-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.stat{display:flex;flex-direction:column}.stat strong{font-size:3rem;color:var(--accent-primary)}.stat span{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:700}.case-cta{padding:6rem;border-radius:60px;margin-top:4rem}.case-cta h2{font-size:3rem;margin-bottom:1rem}.case-cta p{font-size:1.25rem;color:var(--text-muted);margin-bottom:3rem}.cta-links{display:flex;gap:1.5rem;justify-content:center}@media(max-width:1024px){.case-grid{grid-template-columns:1fr;gap:3rem}.case-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.sidebar-block{margin-bottom:0}}@media(max-width:768px){.case-title{font-size:2.5rem}.case-sidebar{grid-template-columns:1fr}.cta-links{flex-direction:column}}main{flex:1}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(138,43,226,.2) 0%,transparent 60%),radial-gradient(circle at 90% 80%,rgba(0,191,255,.15) 0%,transparent 60%),radial-gradient(circle at 50% 50%,rgba(255,215,0,.04) 0%,transparent 60%);z-index:-1;pointer-events:none;filter:contrast(1.1) saturate(1.2);animation:drift 30s infinite alternate ease-in-out}@keyframes drift{0%{transform:scale(1) translate(0)}to{transform:scale(1.1) translate(20px,-20px)}}.pathway-selection{padding:140px 0 80px}.pathway-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.pathway-card{padding:5rem 4rem;border-radius:48px;text-align:center;transition:var(--transition-smooth);background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.pathway-card:hover{transform:translateY(-15px) scale(1.02);border-color:var(--accent-gold);box-shadow:var(--glass-shadow),var(--glass-glow)}.pathway-card.highlight{border:1px solid rgba(255,215,0,.3);background:#ffd70005}.pathway-icon{font-size:4rem;margin-bottom:2rem;filter:drop-shadow(0 0 10px rgba(255,215,0,.3))}.pathway-card h2{font-size:2.5rem;margin-bottom:1.5rem}.pathway-card p{color:var(--text-muted);font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.about-section{padding:100px 0;background:var(--bg-secondary);position:relative}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.about-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem}.about-stats{padding:3rem;border-radius:32px;display:grid;gap:2.5rem;background:#ffffff05;border:1px solid var(--glass-border)}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}@media(max-width:768px){.pathway-grid{grid-template-columns:1fr;gap:2rem}.pathway-card{padding:3rem 1.5rem;border-radius:32px}.pathway-card h2{font-size:2.25rem}.btn-primary,.btn-secondary{display:block;width:100%;text-align:center;padding:1rem 1.5rem;border-radius:100px!important;font-size:1rem;box-sizing:border-box;overflow:visible}.about-grid,.contact-container{grid-template-columns:1fr;gap:3rem}}.contact-info p{color:var(--text-muted);margin-bottom:2rem}.info-items{display:grid;gap:1.5rem}.info-item{display:flex;align-items:center;gap:1rem}.info-icon{width:40px;height:40px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:var(--accent-gold)}.contact-form{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;padding:1rem;color:var(--text-main);font-family:inherit;transition:var(--transition-smooth)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-gold);background:#ffffff0d}.main-footer{padding:100px 0 40px;background:#0000004d;border-top:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:80px;gap:4rem}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.logo-main{font-family:Outfit,sans-serif;font-weight:800;font-size:1.6rem;letter-spacing:-.02em;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.logo-sub{font-family:Inter,sans-serif;font-weight:400;font-size:1.4rem;letter-spacing:.05em;color:#fff9}.footer-tagline{color:#fff9;font-size:1.1rem;line-height:1.6}.footer-links-container{display:flex;gap:6rem}.footer-col h4{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:2rem}.footer-links{display:flex;flex-direction:column;gap:1.25rem}.footer-links a{color:#ffffff80;font-weight:500;font-size:1rem;transition:all .3s ease}.footer-links a:hover{color:var(--accent-gold);transform:translate(5px)}.footer-bottom{padding-top:40px;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;color:#fff6;font-size:.9rem}.footer-attribution a{color:var(--accent-gold);font-weight:600}@media(max-width:1024px){.pathway-grid{grid-template-columns:1fr}.about-grid,.contact-container{grid-template-columns:1fr;gap:3rem}.footer-content{flex-direction:column;gap:4rem}.footer-links-container{gap:4rem}}@media(max-width:768px){.pathway-card{padding:3rem 1.5rem}.contact-container{padding:3rem 2rem}.footer-links-container{flex-direction:column;gap:3rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}
