.services-page{color:#e6f1ff;background:#0a192f;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-hero{background:#0a192f;align-items:center;min-height:50vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.gradient-overlay{background:radial-gradient(circle at 30%,#64ffda1a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;opacity:0;max-width:800px;animation:.8s forwards fadeInUp;position:relative;transform:translateY(30px)}.hero-subtitle{color:#64ffda;letter-spacing:3px;text-transform:uppercase;margin-bottom:1.5rem;font-size:1rem;font-weight:500;display:inline-block}.hero-title{color:#e6f1ff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#64ffda 0%,#00b4d8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-description{color:#8892b0;font-size:1.2rem;line-height:1.6}.services-grid-section{background:#0f2744;padding:6rem 0}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.service-card{opacity:0;background:#0a192fb3;border:1px solid #64ffda1a;border-radius:15px;padding:2rem;transition:all .3s;animation:.5s forwards fadeInUp;position:relative;overflow:hidden}.service-card.popular{z-index:2;border-color:#64ffda;transform:scale(1.05);box-shadow:0 10px 30px -15px #64ffda4d}.popular-badge{color:#0a192f;background:linear-gradient(135deg,#64ffda 0%,#00b4d8 100%);border-radius:20px;padding:.25rem 1rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.service-card:hover{border-color:#64ffda;transform:translateY(-5px);box-shadow:0 10px 30px -15px #64ffda4d}.service-card.popular:hover{transform:scale(1.05)translateY(-5px)}.service-icon{margin-bottom:1.5rem;font-size:3rem}.service-title{color:#e6f1ff;margin-bottom:1rem;font-size:1.5rem}.service-description{color:#8892b0;margin-bottom:1.5rem;line-height:1.6}.service-features{margin-bottom:2rem;padding:0;list-style:none}.service-feature{color:#8892b0;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.feature-check{color:#64ffda;font-weight:700}.service-footer{border-top:1px solid #64ffda1a;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.service-price{color:#64ffda;font-weight:500}.service-link{color:#64ffda;font-weight:500;text-decoration:none;transition:all .3s}.service-link:hover{letter-spacing:2px}.process-section{background:#0a192f;padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:#64ffda;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:500;display:inline-block;position:relative}.section-subtitle:before,.section-subtitle:after{content:"";background:#64ffda;width:30px;height:1px;position:absolute;top:50%}.section-subtitle:before{margin-right:10px;right:100%}.section-subtitle:after{margin-left:10px;left:100%}.section-title{background:linear-gradient(135deg,#e6f1ff 0%,#64ffda 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.section-description{color:#8892b0;max-width:600px;margin:0 auto;font-size:1.1rem}.process-steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.process-step{text-align:center;background:#0a192f80;border:1px solid #64ffda1a;border-radius:10px;padding:2rem;transition:all .3s}.process-step:hover{border-color:#64ffda;transform:translateY(-5px);box-shadow:0 10px 30px -15px #64ffda4d}.step-number{color:#64ffda33;margin-bottom:1rem;font-size:3rem;font-weight:700}.process-step h3{color:#e6f1ff;margin-bottom:1rem;font-size:1.3rem}.process-step p{color:#8892b0;line-height:1.6}.faq-section{background:#0f2744;padding:6rem 0}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.faq-item{background:#0a192f80;border:1px solid #64ffda1a;border-radius:10px;padding:2rem;transition:all .3s}.faq-item:hover{border-color:#64ffda;transform:translate(5px)}.faq-item h3{color:#e6f1ff;margin-bottom:1rem;font-size:1.2rem}.faq-item p{color:#8892b0;line-height:1.6}.services-cta{background:linear-gradient(135deg,#0a192f 0%,#0f2744 100%);padding:6rem 0;position:relative;overflow:hidden}.services-cta:before{content:"";background:radial-gradient(circle at 70%,#64ffda1a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-content{z-index:1;text-align:center;max-width:600px;margin:0 auto;position:relative}.cta-title{color:#e6f1ff;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.cta-description{color:#8892b0;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.btn{cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-primary{color:#0a192f;z-index:1;background:linear-gradient(135deg,#64ffda 0%,#00b4d8 100%);position:relative;overflow:hidden}.btn-primary:before{content:"";z-index:-1;background:linear-gradient(135deg,#00b4d8 0%,#64ffda 100%);width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #64ffda4d}.btn-primary:hover:before{left:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.hero-title{font-size:3rem}.section-title{font-size:2rem}.service-card.popular{transform:scale(1)}.service-card.popular:hover{transform:translateY(-5px)}}@media screen and (max-width:768px){.hero-title{font-size:2.5rem}.services-grid,.faq-grid{grid-template-columns:1fr}.section-subtitle:before,.section-subtitle:after{display:none}.process-steps{grid-template-columns:1fr}}@media screen and (max-width:480px){.hero-title{font-size:2rem}.service-footer{text-align:center;flex-direction:column;gap:1rem}}
