@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh}.header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 8px #0000001a;position:relative;overflow:hidden}.header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#667eea);background-size:200% auto;animation:headerGradient 3s linear infinite}@keyframes headerGradient{0%{background-position:0% 50%}to{background-position:200% 50%}}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;background-size:200% auto;animation:shimmer 3s linear infinite;letter-spacing:1px}@keyframes shimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}.search-container{flex:1;max-width:600px;position:relative}.search-input{width:100%;padding:.75rem 1.25rem .75rem 2.75rem;border:2px solid #e0e0e0;border-radius:50px;font-size:.95rem;outline:none;transition:all .3s ease}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 4px 20px #667eea33;transform:translateY(-2px)}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#667eea;font-size:1.1rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.filters{background:#fff;padding:1.25rem 2rem;box-shadow:0 1px 3px #00000014;position:relative;border-bottom:1px solid rgba(0,0,0,.05)}.filters-content{max-width:1400px;margin:0 auto;display:flex;gap:.5rem;overflow-x:auto;overflow-y:visible;white-space:nowrap;scroll-behavior:smooth;padding:0 45px}.filters-content::-webkit-scrollbar{display:none}.filters-content{-ms-overflow-style:none;scrollbar-width:none}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:8px;background:#fff;border:1.5px solid #e5e5e5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;box-shadow:0 2px 4px #0000000f}.scroll-arrow:hover{background:#fafafa;border-color:#d0d0d0;box-shadow:0 3px 8px #0000001a;transform:translateY(-50%) scale(1.05)}.scroll-arrow:active{transform:translateY(-50%) scale(.98)}.scroll-arrow svg{width:18px;height:18px;color:#525252;transition:all .2s ease}.scroll-arrow:hover svg{color:#1a1a1a}.scroll-arrow-left{left:8px}.scroll-arrow-right{right:8px}.filter-btn{padding:.65rem 1.75rem;border:1.5px solid #e5e5e5;border-radius:8px;background:#fff;color:#1a1a1a;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;box-shadow:0 1px 2px #0000000a}.filter-btn:hover{border-color:#d0d0d0;background:#fafafa;transform:translateY(-1px);box-shadow:0 2px 4px #0000000f}.filter-btn.active{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-color:#7c3aed;box-shadow:0 2px 8px #7c3aed4d;transform:translateY(-1px)}.content-wrapper{max-width:1400px;margin:0 auto;padding:3rem 2rem}.main-content{min-width:0}.section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.2),0 0 30px rgba(255,255,255,.3);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:2px 2px 8px rgba(0,0,0,.2),0 0 20px rgba(255,255,255,.3)}to{text-shadow:2px 2px 8px rgba(0,0,0,.2),0 0 40px rgba(255,255,255,.5),0 0 60px rgba(255,255,255,.3)}}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;perspective:1000px}.service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;position:relative}.service-card:hover{transform:translateY(-8px);box-shadow:-8px 0 24px #667eea40,0 8px 20px #00000026}.service-image{position:relative;height:180px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-rating{position:absolute;top:12px;left:12px;background:#fffffff2;padding:.35rem .75rem;border-radius:20px;display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.service-card:hover .service-rating{transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}.service-rating .star{color:gold;animation:starPulse 1.5s ease-in-out infinite}@keyframes starPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.service-content{padding:1.5rem}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.service-name{font-size:1.25rem;font-weight:700;color:#222}.service-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.35rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #667eea4d;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #667eea4d}50%{transform:scale(1.05);box-shadow:0 4px 12px #667eea80}}.service-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.service-stats{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#667eea;font-size:.9rem;font-weight:600;transition:all .3s ease}.service-stats .icon{font-size:1rem}.verified-badge{color:#4caf50;margin-left:.35rem}@keyframes sway{0%,to{transform:translate(-5px)}50%{transform:translate(5px)}}.service-button{width:100%;padding:.85rem;border:none;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #667eea66;animation:sway 4s ease-in-out infinite}.service-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80;animation:none}.service-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0;font-size:.85rem}.expiration{color:#666;display:flex;align-items:center;gap:.35rem;font-weight:600;font-size:.9rem}.usage-today{color:#ff6b35;display:flex;align-items:center;gap:.35rem;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:20px;max-width:420px;width:100%;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;text-align:center;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.modal-close:hover{background:#ffffff4d}.modal-service-image{width:100px;height:100px;background:#fff;border-radius:12px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.modal-service-image img{width:100%;height:100%;object-fit:cover}.modal-service-name{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.modal-availability{background:#fff3;color:#fff;padding:.5rem 1.25rem;border-radius:30px;display:inline-block;font-size:.95rem;font-weight:600}.modal-body{padding:2rem}.modal-info{background:#e3f2fd;padding:1rem;border-radius:10px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.modal-info .icon{color:#2196f3;font-size:1.25rem;margin-top:.15rem}.modal-info-text{color:#1976d2;font-size:.9rem;line-height:1.5}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.95rem}.form-input{width:100%;padding:.85rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;outline:none;transition:all .3s ease}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.submit-button{width:100%;padding:1.2rem;border:none;border-radius:12px;background:linear-gradient(135deg,#00bcd4,#00acc1);color:#fff;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;letter-spacing:.5px;direction:ltr;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-transform:uppercase}.submit-button:hover{background:linear-gradient(135deg,#00acc1,#0097a7);transform:scale(1.02)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 1024px){.content-wrapper{padding:2rem 1.5rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.header{padding:1rem}.header-content{flex-direction:column;gap:1rem}.logo{font-size:1.5rem;text-align:center;width:100%}.search-container{max-width:100%;width:100%}.search-input{font-size:.9rem;padding:.65rem 1rem .65rem 2.5rem}.search-icon{left:.75rem;font-size:1rem}.filters{padding:1rem}.filters-content{padding:0 35px}.scroll-arrow{width:28px;height:28px}.scroll-arrow svg{width:16px;height:16px}.scroll-arrow-left{left:4px}.scroll-arrow-right{right:4px}.filter-btn{padding:.6rem 1.5rem;font-size:.85rem}.content-wrapper{padding:2rem 1rem}.section-title{font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{max-width:100%}.service-image{height:200px}.service-name{font-size:1.15rem}.service-description{font-size:.85rem}.service-button{padding:.75rem;font-size:.95rem}.modal{max-width:95%;margin:0 1rem}.modal-overlay{padding:.5rem}.modal-header{padding:1.5rem}.modal-service-image{width:80px;height:80px}.modal-service-name{font-size:1.5rem}.modal-body{padding:1.5rem}.submit-button{padding:1rem;font-size:1rem}}@media (max-width: 480px){.logo{font-size:1.25rem}.search-input{font-size:.85rem;padding:.6rem .9rem .6rem 2.25rem}.filter-btn{padding:.55rem 1.25rem;font-size:.8rem}.section-title{font-size:1.5rem}.service-image{height:180px}.service-content{padding:1.25rem}.service-name{font-size:1.05rem}.service-badge{font-size:.75rem;padding:.3rem .75rem}.service-description,.service-stats{font-size:.8rem}.service-button{padding:.7rem;font-size:.9rem}.service-footer{font-size:.8rem;flex-direction:column;gap:.5rem;align-items:flex-start}.expiration,.usage-today{font-size:.8rem}.modal-service-image{width:70px;height:70px}.modal-service-name{font-size:1.35rem}.modal-availability{font-size:.85rem;padding:.45rem 1rem}.modal-info{padding:.85rem;font-size:.85rem}.form-input{padding:.75rem .9rem;font-size:.9rem}.submit-button{padding:.95rem;font-size:.95rem}}@media (max-width: 360px){.logo{font-size:1.1rem}.section-title{font-size:1.35rem}.service-image{height:160px}.modal-service-name{font-size:1.2rem}}.testimonials-section{max-width:1400px;margin:4rem auto 2rem;padding:0 2rem}.testimonials-title{font-size:2.5rem;font-weight:800;color:#fff;text-align:center;margin-bottom:3rem;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:.5px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.stars{color:#fbbf24;font-size:1.5rem;letter-spacing:2px}.testimonial-text{color:#4b5563;font-size:1rem;line-height:1.7;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:2px solid #f3f4f6}.author-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #667eea;box-shadow:0 4px 12px #0000001a;flex-shrink:0}.author-info{display:flex;flex-direction:column;gap:.5rem}.author-name{font-weight:700;color:#1f2937;font-size:1.1rem}.author-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:600;padding:.4rem 1rem;border-radius:20px;width:fit-content;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 1024px){.testimonials-section{padding:0 1.5rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media (max-width: 768px){.testimonials-section{margin:3rem auto 2rem;padding:0 1rem}.testimonials-title{font-size:2rem;margin-bottom:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}}@media (max-width: 480px){.testimonials-title{font-size:1.75rem;margin-bottom:1.5rem}.testimonial-card{padding:1.25rem}.stars{font-size:1.25rem}.testimonial-text{font-size:.95rem}.author-name{font-size:1rem}}.footer{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:2px solid rgba(255,255,255,.2);padding:2rem 0;margin-top:4rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmerFooter 3s infinite}@keyframes shimmerFooter{0%{left:-100%}to{left:100%}}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.footer-text{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:1px;text-shadow:0 0 10px rgba(255,255,255,.5),0 0 20px rgba(255,255,255,.3),0 0 30px rgba(102,126,234,.5),2px 2px 4px rgba(0,0,0,.3);animation:footerGlow 2s ease-in-out infinite alternate;position:relative;z-index:1}@keyframes footerGlow{0%{text-shadow:0 0 10px rgba(255,255,255,.5),0 0 20px rgba(255,255,255,.3),0 0 30px rgba(102,126,234,.5),2px 2px 4px rgba(0,0,0,.3)}to{text-shadow:0 0 20px rgba(255,255,255,.8),0 0 30px rgba(255,255,255,.5),0 0 40px rgba(102,126,234,.8),0 0 50px rgba(118,75,162,.6),2px 2px 4px rgba(0,0,0,.3)}}@media (max-width: 768px){.footer{padding:1.5rem 0;margin-top:3rem}.footer-content{padding:0 1rem}.footer-text{font-size:1rem}}@media (max-width: 480px){.footer{padding:1.25rem 0;margin-top:2rem}.footer-text{font-size:.9rem;letter-spacing:.5px}}
