.service-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.service-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);backdrop-filter:blur(8px)}.service-modal__content{position:relative;background:linear-gradient(135deg,#111827 0,#1f2937 100%);border:2px solid #ff3b30;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px rgba(255,59,48,.3),0 0 0 1px rgba(255,59,48,.1);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.service-modal__header{padding:28px 32px;border-bottom:2px solid rgba(255,59,48,.2);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,rgba(255,59,48,.1) 0,transparent 100%)}.service-modal__header h2{margin:0;font-size:28px;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.service-modal__close{background:rgba(255,59,48,.1);border:2px solid #ff3b30;font-size:24px;color:#ff3b30;cursor:pointer;padding:8px 12px;line-height:1;border-radius:8px;transition:all .3s ease;font-weight:700}.service-modal__close:hover{background:#ff3b30;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px rgba(255,59,48,.4)}.service-modal__body{padding:32px;background:rgba(0,0,0,.2)}.service-modal__body p{margin:0 0 28px 0;color:#e5e7eb;font-size:18px;text-align:center;font-weight:500}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.service-card{background:linear-gradient(135deg,#1f2937 0,#111827 100%);border:2px solid rgba(255,59,48,.3);border-radius:16px;padding:28px;cursor:pointer;transition:all .4s ease;text-align:center;position:relative;overflow:hidden;backdrop-filter:blur(10px)}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff3b30,#dc2626);transform:scaleX(0);transition:transform .4s ease}.service-card::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,59,48,.1) 0,transparent 70%);transform:translate(-50%,-50%);transition:all .4s ease;border-radius:50%}.service-card:hover{border-color:#ff3b30;transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(255,59,48,.3),0 0 0 1px rgba(255,59,48,.2);background:linear-gradient(135deg,#374151 0,#1f2937 100%)}.service-card:hover::before{transform:scaleX(1)}.service-card:hover::after{width:300px;height:300px}.service-icon{width:64px;height:64px;margin:0 auto 20px auto;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.service-icon svg{width:48px;height:48px;color:#ff3b30;filter:drop-shadow(0 4px 8px rgba(0, 0, 0, .3));transition:all .3s ease}.service-card:hover .service-icon svg{color:#fff;transform:scale(1.1);filter:drop-shadow(0 6px 12px rgba(255, 59, 48, .4))}.service-card h3{margin:0 0 16px 0;font-size:22px;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);position:relative;z-index:2}.service-card p{margin:0 0 20px 0;color:#d1d5db;font-size:15px;line-height:1.6;position:relative;z-index:2}.service-price{font-weight:700;color:#fff;font-size:16px;padding:12px 20px;background:linear-gradient(135deg,#ff3b30 0,#dc2626 100%);border-radius:25px;display:inline-block;border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 12px rgba(255,59,48,.3);position:relative;z-index:2;transition:all .3s ease}.service-card:hover .service-price{transform:scale(1.05);box-shadow:0 6px 20px rgba(255,59,48,.5);border-color:rgba(255,255,255,.4)}@media (max-width:768px){.service-modal{padding:8px;align-items:flex-start;padding-top:20px}.service-modal__content{max-height:90vh;border-radius:16px;width:100%;margin:0}.service-modal__header{padding:20px 20px}.service-modal__header h2{font-size:22px;line-height:1.3}.service-modal__body{padding:20px}.service-modal__body p{font-size:16px;margin-bottom:20px}.service-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:20px;border-radius:12px}.service-icon{width:56px;height:56px;margin-bottom:16px}.service-icon svg{width:40px;height:40px}.service-card h3{font-size:18px;margin-bottom:12px}.service-card p{font-size:14px;line-height:1.5;margin-bottom:16px}.service-price{font-size:14px;padding:10px 16px}}@media (max-width:480px){.service-modal{padding:6px;padding-top:15px}.service-modal__header{padding:16px 18px}.service-modal__header h2{font-size:20px;line-height:1.2}.service-modal__close{font-size:20px;padding:6px 10px;width:36px;height:36px}.service-modal__body{padding:18px}.service-modal__body p{font-size:15px;margin-bottom:18px}.service-grid{gap:14px}.service-card{padding:18px;border-radius:12px}.service-icon{width:52px;height:52px;margin-bottom:14px}.service-icon svg{width:36px;height:36px}.service-card h3{font-size:17px;margin-bottom:10px}.service-card p{font-size:13px;line-height:1.4;margin-bottom:14px}.service-price{font-size:13px;padding:8px 14px;border-radius:20px}}.service-card{animation:fadeInUp .4s ease-out;animation-fill-mode:both}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.15s}.service-card:nth-child(3){animation-delay:.2s}.service-card:nth-child(4){animation-delay:.25s}.service-card:nth-child(5){animation-delay:.3s}.service-card:nth-child(6){animation-delay:.35s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card:focus{outline:2px solid #ff3b30;outline-offset:2px}.service-modal__close:focus{outline:2px solid #ff3b30;outline-offset:2px}