.services-page{color:#f8fafc;min-height:100vh;padding-top:80px}.services-hero{position:relative;padding:4rem 1.5rem 3rem;text-align:center;overflow:hidden}.services-hero-bg{position:absolute;inset:0;z-index:0}.services-hero-bg .hero-orb-1{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.2) 0,transparent 70%);top:-100px;left:-100px;filter:blur(60px)}.services-hero-bg .hero-orb-2{position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(20,184,166,.15) 0,transparent 70%);bottom:-100px;right:-100px;filter:blur(60px)}.services-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;animation:fadeInUp .6s ease-out}.services-title{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem}@media (min-width:768px){.services-title{font-size:3.5rem}}.services-description{font-size:1.125rem;color:#94a3b8;line-height:1.7;margin-bottom:2rem}.services-tabs{display:flex;justify-content:center;gap:.5rem;background:rgba(30,41,59,.5);padding:.5rem;border-radius:100px;width:-moz-fit-content;width:fit-content;margin:0 auto;border:1px solid hsla(0,0%,100%,.05)}.services-tab{padding:.75rem 1.5rem;border:none;background:transparent;color:#94a3b8;font-size:.95rem;font-weight:500;border-radius:100px;cursor:pointer;transition:all .3s ease}.services-tab:hover{color:#f8fafc}.services-tab.active{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.services-section{padding:4rem 1.5rem}.services-container{max-width:1200px;margin:0 auto}.services-section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:.75rem}@media (min-width:768px){.services-section-title{font-size:2.5rem}}.title-accent{color:#f97316}.services-section-desc{text-align:center;color:#94a3b8;font-size:1rem;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}.services-card{background:linear-gradient(180deg,rgba(30,41,59,.6),rgba(15,23,42,.8));border:1px solid hsla(0,0%,100%,.05);border-radius:1.5rem;overflow:hidden;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.services-card:hover{transform:translateY(-8px);border-color:rgba(249,115,22,.3);box-shadow:0 20px 60px -10px rgba(0,0,0,.5)}.service-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 0}.service-icon{display:flex;justify-content:center;align-items:center;width:56px;height:56px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:14px;color:#fff}.service-icon svg{width:28px;height:28px}.service-badge{background:rgba(20,184,166,.15);color:#14b8a6;padding:.375rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.service-image-container{position:relative;height:180px;margin:1rem 1.5rem;border-radius:1rem;overflow:hidden}.service-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.services-card:hover .service-image{transform:scale(1.05)}.service-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(15,23,42,.6))}.service-content{padding:0 1.5rem 1.5rem}.service-content h2{font-size:1.5rem;font-weight:700;color:#f8fafc;margin-bottom:.5rem}.service-price{font-size:1.25rem;font-weight:600;color:#f97316;margin-bottom:1rem}.service-description{color:#94a3b8;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.service-highlights{list-style:none;padding:0;margin:0 0 1.5rem}.service-highlights li{display:flex;align-items:center;gap:.75rem;color:#cbd5e1;font-size:.9rem;padding:.5rem 0}.check-icon{width:18px;height:18px;color:#14b8a6;flex-shrink:0}.service-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;text-decoration:none;font-weight:600;border-radius:12px;transition:all .3s ease}.service-cta:hover{transform:translateY(-2px);box-shadow:0 4px 14px 0 rgba(249,115,22,.39)}.service-cta svg{width:18px;height:18px;transition:transform .3s ease}.service-cta:hover svg{transform:translateX(4px)}.services-guarantee{padding:4rem 1.5rem;background:rgba(15,23,42,.5);border-top:1px solid hsla(0,0%,100%,.05)}.guarantee-content{max-width:600px;margin:0 auto;text-align:center;background:linear-gradient(180deg,rgba(30,41,59,.5),rgba(15,23,42,.6));border:1px solid rgba(20,184,166,.2);border-radius:1.5rem;padding:2.5rem}.guarantee-icon{width:60px;height:60px;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#fff;margin:0 auto 1.5rem}.guarantee-content h3{font-size:1.5rem;font-weight:700;color:#f8fafc;margin-bottom:.75rem}.guarantee-content p{color:#94a3b8;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.services-hero{padding:3rem 1rem 2rem}.services-title{font-size:2rem}.services-description{font-size:1rem}.services-grid{grid-template-columns:1fr}.service-card-header{padding:1rem 1rem 0}.service-content{padding:0 1rem 1rem}.service-image-container{margin:1rem}}