.main-content{padding-top:80px}.text-gradient{background:linear-gradient(135deg,var(--accent) 0,#00d2ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-accent{color:var(--accent)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.glow-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:float 10s ease-in-out infinite alternate}.primary-orb{width:500px;height:500px;background:var(--accent);top:-100px;right:-100px}.secondary-orb{width:400px;height:400px;background:#7000ff;bottom:-50px;left:-200px;animation-delay:-5s}@keyframes float{0%{transform:translate(0) scale(1)}to{transform:translate(-30px,50px) scale(1.1)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);line-height:1.6;margin-bottom:2.5rem;max-width:90%}.hero-actions{display:flex;gap:1.5rem}.btn-primary-large{background:linear-gradient(135deg,#0070f3,#00a6ff);color:white;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px 0 rgba(0,118,255,.39)}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,118,255,.5)}.btn-outline-large{background:transparent;color:var(--text-main);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;border:1px solid var(--glass-border);transition:all .2s ease;position:relative;overflow:hidden}.btn-outline-large:hover{background:var(--glass-bg);border-color:var(--accent)}.hero-visual{perspective:1000px}.glass-card-3d{width:100%;height:400px;background:rgba(255,255,255,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.2);transform:rotateY(-15deg) rotateX(5deg);transition:transform .5s ease;overflow:hidden}.glass-card-3d:hover{transform:rotateY(-5deg) rotateX(2deg)}.mockup-header{height:40px;background:rgba(0,0,0,.5);display:flex;align-items:center;padding:0 1.5rem;gap:8px;border-bottom:1px solid rgba(255,255,255,.05)}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.mockup-body{padding:2rem}.code-line{height:12px;background:rgba(255,255,255,.1);border-radius:6px;margin-bottom:1rem}.w-80{width:80%}.w-60{width:60%}.w-90{width:90%}.w-40{width:40%}.w-70{width:70%}.w-50{width:50%}.mt-2{margin-top:2rem}.services-section{padding:8rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem}.section-header p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.service-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:2.5rem 2rem;transition:transform .3s ease,background .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,112,243,.1),transparent);opacity:0;transition:opacity .3s ease;z-index:0}.service-card:hover{transform:translateY(-10px);border-color:rgba(0,112,243,.3)}.service-card:hover:before{opacity:1}.service-card>*{position:relative;z-index:1}.service-icon{font-size:2.5rem;margin-bottom:1.5rem}.service-card h3{font-size:1.3rem;margin-bottom:1rem}.service-card p{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.learn-more{color:var(--accent);font-weight:500;font-size:.95rem;display:inline-flex;align-items:center}.learn-more:hover{text-decoration:underline}.why-us{background:linear-gradient(to bottom,var(--primary) 0,var(--secondary) 100%);padding:8rem 0;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}.why-us-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.why-us-content h2{font-size:2.5rem;margin-bottom:2rem;line-height:1.2}.features-list{display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-check{background:rgba(0,112,243,.1);color:var(--accent);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.feature-item h4{font-size:1.1rem;margin-bottom:.5rem}.feature-item p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.why-us-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.stat-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center}.stat-card.accent-bg{background:linear-gradient(135deg,#0070f3,#00a6ff);border:none}.stat-card h3{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-card p{font-size:1rem;opacity:.8}.faq-section{padding:8rem 2rem;max-width:1200px;margin:0 auto}.faq-container{max-width:900px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.faq-item{background:var(--glass-bg);border:1px solid var(--glass-border);padding:2rem;border-radius:16px;transition:transform .2s ease,border-color .2s ease}.faq-item:hover{transform:translateY(-5px);border-color:var(--accent)}.faq-item h4{font-size:1.2rem;margin-bottom:1rem;color:#fff}.faq-item p{color:var(--text-muted);line-height:1.6}.cta-section{padding:8rem 2rem;max-width:1000px;margin:0 auto}.cta-card{background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.01));border:1px solid var(--glass-border);border-radius:24px;padding:4rem 2rem;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.2)}.cta-card h2{font-size:2.5rem;margin-bottom:1rem}.cta-card p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width:968px){.hero-container,.why-us-container{grid-template-columns:1fr;text-align:center}.hero-actions{justify-content:center}.services-grid{grid-template-columns:repeat(2,1fr)}.why-us-stats{order:-1;margin-bottom:2rem}.feature-item{text-align:left}}@media (max-width:768px){.hero-text h1{font-size:2.5rem}.services-grid{grid-template-columns:1fr}.cta-card h2{font-size:2rem}.btn-outline-large,.btn-primary-large{padding:.8rem 1.2rem;font-size:1rem}}