.service-card {background: rgba(20, 20, 20, 0.8);backdrop-filter: blur(10px);border: 1px solid rgba(201, 160, 61, 0.2);border-radius: 24px;padding: 25px 20px;text-align: center;cursor: pointer;transition: all 0.3s ease;} .service-card:hover {border-color: rgba(201, 160, 61, 0.6);transform: translateY(-5px);} .service-icon {width: 70px;height: 70px;background: linear-gradient(135deg, #1a1a1a, #0a0a0a);border: 1px solid rgba(201, 160, 61, 0.3);border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 15px auto;} .service-icon i {font-size: 1.8rem;color: #c9a03d;} .ornament {display: flex;justify-content: center;align-items: center;gap: 12px;margin: 25px 0;} .ornament-diamond {width: 8px;height: 8px;background: #c9a03d;transform: rotate(45deg);} .ornament-star {color: #c9a03d;font-size: 1.2rem;} .footer-links {display: flex;justify-content: center;gap: 20px;margin-top: 15px;flex-wrap: wrap;} .footer-links a {color: #c9a03d;text-decoration: none;font-size: 12px;} .footer-links a:hover {text-decoration: underline;}
