.hero{position:relative;min-height:100vh;justify-content:center;padding-top:var(--nav-height);overflow:hidden}.hero,.hero-container{display:flex;align-items:center}.hero-container{flex-direction:column;text-align:center;z-index:1}.hero-title{font-size:5rem;font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:24px}.text-blue{color:var(--accent-blue);text-shadow:0 0 40px rgba(6,182,212,.3)}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin-bottom:40px;line-height:1.6}.btn-primary{background:var(--accent-blue);color:#ffffff;padding:16px 32px;font-size:1rem;font-weight:600;border-radius:9999px;transition:all .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,255,255,.1)}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.3);padding:8px 16px;border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--accent-blue);margin-bottom:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-dot{width:8px;height:8px;background:var(--accent-blue);border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 8px var(--accent-blue)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-subtitle strong{color:var(--accent-blue);font-weight:600}.mission{padding:160px 0;background-color:var(--bg-secondary)}.mission-text{font-size:3rem;font-weight:500;line-height:1.3;color:var(--text-secondary);max-width:900px;margin:0 auto;text-align:center}.text-white{color:var(--text-primary)}@media (max-width:768px){.mission-text{font-size:2rem}}.services{padding:100px 0;background-color:var(--bg-primary)}.section-title{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:16px}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-bottom:60px}.services-list{display:flex;flex-direction:column}.service-item{border-top:1px solid var(--border-color);cursor:pointer;transition:background-color .3s}.service-item:last-child{border-bottom:1px solid var(--border-color)}.service-item:hover .service-title{color:var(--accent-blue)}.service-header{display:flex;align-items:center;padding:40px 0;position:relative;gap:16px}.service-number{font-family:monospace;color:var(--text-secondary);width:40px;font-size:.9rem;flex-shrink:0}.service-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(6,182,212,.1);color:var(--accent-blue);flex-shrink:0}.service-title{font-size:2rem;font-weight:500;flex-grow:1;transition:color .3s}.service-icon{color:var(--text-primary)}.service-content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1)}.service-content.open{max-height:300px}.service-content-inner{padding-bottom:40px;padding-left:96px;max-width:700px}.service-content-inner p{color:var(--text-secondary);margin-bottom:24px;font-size:1.1rem;line-height:1.6}.service-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.btn-demo{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--accent-blue);color:#000;font-weight:600;font-size:.95rem;border-radius:9999px;transition:all .2s ease;box-shadow:0 0 20px rgba(6,182,212,.3)}.btn-demo:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(6,182,212,.5)}.service-cta{display:flex;align-items:center;gap:8px;color:var(--text-primary);font-weight:500;font-size:.95rem;transition:gap .2s}.service-cta:hover{gap:12px;color:var(--accent-blue)}@media (max-width:768px){.service-header{gap:12px}.service-number{width:30px}.service-icon-wrapper{width:36px;height:36px}.service-title{font-size:1.25rem}.service-content-inner{padding-left:0}.service-actions{flex-direction:column;align-items:flex-start;gap:16px}}