.services-container{background-color:#fff;color:#0d1116;margin-left:auto;margin-right:auto;max-width:1200px;padding:40px 5%}.services-container .services-header{margin-bottom:2.5rem;text-align:center}.services-container .services-header h1{color:#0d1116;font-size:2rem;margin-bottom:.75rem}.services-container .services-header p{color:#666;font-size:1rem;margin:0 auto;max-width:500px}.services-container .services-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1200px}.services-container .services-cta-section{background:linear-gradient(135deg,#0d1116,#1a1f2e);padding:80px 5%;position:relative;text-align:center}.services-container .services-cta-section:before{background:radial-gradient(circle at 20% 80%,#5000ca1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#6a00f41a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.services-container .services-cta-section .cta-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.services-container .services-cta-section .cta-content h2{color:#fff;font-size:3rem;font-weight:800;letter-spacing:-.02em;margin:0 0 24px}.services-container .services-cta-section .cta-content p{color:#94a3b8;font-size:1.25rem;line-height:1.6;margin:0 0 40px}.services-container .services-cta-section .cta-content .cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.services-container .service-card{background:#fff;border:2px solid #f0f0f0;border-radius:16px;box-shadow:0 2px 8px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.services-container .service-card:hover{border-color:#5000ca;box-shadow:0 8px 24px #5000ca26}.services-container .service-card.expanded .service-card-main{background:linear-gradient(135deg,#5000ca,#6a00f4)}.services-container .service-card.expanded .service-card-main .service-header .service-icon{background:#fff;color:#5000ca}.services-container .service-card.expanded .service-card-main .service-header h3{color:#fff}.services-container .service-card.expanded .service-card-main .service-description{color:#ffffffe6}.services-container .service-card.expanded .service-card-main .service-expand-hint{color:#fff}.services-container .service-card.expanded .service-details{max-height:400px;opacity:1;padding:1.5rem}.services-container .service-card .service-card-main{padding:1.5rem;transition:all .3s ease}.services-container .service-card .service-card-main .service-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.services-container .service-card .service-card-main .service-header .service-icon{align-items:center;background:linear-gradient(135deg,#5000ca,#6a00f4);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:56px;justify-content:center;transition:transform .35s ease,box-shadow .35s ease;width:56px}.services-container .service-card .service-card-main .service-header h3{color:#fff;font-size:1.3rem;font-weight:700;margin:0;transition:color .3s ease}.services-container .service-card .service-card-main .service-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem;transition:color .3s ease}.services-container .service-card .service-card-main .service-expand-hint{align-items:center;color:#fff;display:flex;font-size:.85rem;font-weight:600;gap:8px;transition:all .3s ease}.services-container .service-card .service-card-main .service-expand-hint .hint-icon{font-size:.9rem;transition:transform .3s ease}.services-container .service-card .service-details{background:#21262d;max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.services-container .service-card .service-details .service-details-content h4{color:#fff;font-size:1rem;font-weight:600;margin:0 0 1rem}.services-container .service-card .service-details .service-details-content .service-features{list-style:none;margin:0 0 1.5rem;padding:0}.services-container .service-card .service-details .service-details-content .service-features li{align-items:flex-start;border-bottom:1px solid #3a3d45;color:#b0b0b0;display:flex;font-size:.9rem;gap:12px;padding:10px 0}.services-container .service-card .service-details .service-details-content .service-features li:last-child{border-bottom:none}.services-container .service-card .service-details .service-details-content .service-features li .feature-check{color:#10b981;flex-shrink:0;font-size:1.1rem;font-weight:700;line-height:1}.services-container .service-card .service-details .service-details-content .cta-button{background:linear-gradient(135deg,#5000ca,#6a00f4);border:none;border-radius:10px;box-shadow:0 4px 12px #5000ca4d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.services-container .service-card .service-details .service-details-content .cta-button:hover{background:linear-gradient(135deg,#3d0099,#5000ca);box-shadow:0 6px 20px #5000ca66;color:#fff;transform:translateY(-2px)}.services-container .service-card:hover .service-icon{box-shadow:0 10px 24px #5000ca4d;transform:translateY(-3px) scale(1.03)}.services-container .testimonials-section{margin:4rem 0;text-align:center}.services-container .testimonials-section h2{color:#0d1116;font-size:2.2rem;margin-bottom:3rem}.services-container .testimonials-section .testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.services-container .testimonials-section .testimonial{background:#fff;border-left:5px solid #5000ca;border-radius:16px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.services-container .testimonials-section .testimonial:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.services-container .testimonials-section .testimonial p{color:#555;font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.services-container .testimonials-section .testimonial .testimonial-author{align-items:flex-start;display:flex;flex-direction:column}.services-container .testimonials-section .testimonial .testimonial-author strong{color:#0d1116;font-weight:600;margin-bottom:.25rem}.services-container .testimonials-section .testimonial .testimonial-author span{color:#666;font-size:.9rem}.services-container .cta-section{background:linear-gradient(135deg,#5000ca,#6a00f4);border-radius:16px;color:#fff;margin-top:2rem;padding:4rem 2rem;text-align:center}.services-container .cta-section h2{font-size:2.2rem;margin-bottom:1rem}.services-container .cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.services-container .cta-section .primary-cta{background:#fff;border-radius:8px;color:#5000ca;display:inline-block;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.services-container .cta-section .primary-cta:hover{box-shadow:0 8px 25px #0003;transform:translateY(-2px)}.dark-mode .services-container .primary-cta{background:#5000ca;color:#fff}.dark-mode .services-container .primary-cta:hover{background:#6a00f4;box-shadow:0 8px 25px #5000ca66}@media(max-width:768px){.services-container{padding:5%}.services-container .services-header{margin-bottom:3rem}.services-container .services-header h1{font-size:2rem}.services-container .services-header p{font-size:1rem}.services-container .services-grid{gap:1.25rem;grid-template-columns:1fr}.services-container .service-card .service-card-main{padding:1.25rem}.services-container .service-card .service-card-main .service-header{gap:.75rem}.services-container .service-card .service-card-main .service-header .service-icon{height:52px;width:52px}.services-container .service-card .service-card-main .service-header h3{font-size:1.2rem}.services-container .service-card .service-card-main .service-description{font-size:.9rem}.services-container .service-card .service-card-main .service-expand-hint{font-size:.8rem}.services-container .service-card.expanded .service-details{max-height:450px;padding:1.25rem}.services-container .service-card .service-details .service-details-content h4{font-size:.95rem}.services-container .service-card .service-details .service-details-content .service-features li{font-size:.85rem;padding:8px 0}.services-container .service-card .service-details .service-details-content .cta-button{font-size:.9rem;padding:10px 20px}.services-container .testimonials-grid{grid-template-columns:1fr}.services-container .testimonial{padding:1.5rem}.services-container .cta-section{padding:3rem 1.5rem}.services-container .cta-section h2{font-size:1.8rem}}.dark-mode .services-container{background-color:#0d1116;color:#fff}.dark-mode .services-container .services-header h1{color:#fff}.dark-mode .services-container .services-header p{color:#ccc}.dark-mode .services-container .service-card .service-features li{border-bottom-color:#30363d;color:#ccc}.dark-mode .services-container .testimonials-section h2{color:#fff}.dark-mode .services-container .testimonials-section .testimonial{background:#21262d;border-left-color:#5000ca}.dark-mode .services-container .testimonials-section .testimonial p{color:#ccc}.dark-mode .services-container .testimonials-section .testimonial .testimonial-author strong{color:#fff}.dark-mode .services-container .testimonials-section .testimonial .testimonial-author span{color:#999}.dark-mode .services-container .service-card{background:#21262d;border-color:#30363d}.dark-mode .services-container .service-card:hover{border-color:#5000ca}.dark-mode .services-container .service-card h3{color:#fff}.dark-mode .services-container .service-card .service-description{color:#ccc}.dark-mode .services-container .service-card .feature-tag{background:linear-gradient(135deg,#6a00f4,#5000ca)}@media(max-width:1024px){.dark-mode .services-grid{gap:1.5rem}}@media(max-width:768px){.dark-mode .services-cta-section{padding:60px 5%}.dark-mode .services-cta-section .cta-content h2{font-size:2.5rem}.dark-mode .services-cta-section .cta-content p{font-size:1.1rem}.dark-mode .services-cta-section .cta-content .cta-buttons{align-items:center;flex-direction:column}}
/*# sourceMappingURL=837.e6a368f8.chunk.css.map*/