﻿.services-modern-section{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.services-header{text-align:center;max-width:800px;margin:0 auto 2.5rem}.services-header h2{font-size:2.2rem;font-weight:700;color:var(--color-text-dark);margin-bottom:0.5rem}.services-subtitle{font-size:1.1rem;color:#666;font-weight:300}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.8rem;max-width:1300px;margin:0 auto}.service-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,0.08);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 35px rgba(0,0,0,0.12)}.service-card-image{position:relative;width:100%;height:220px;overflow:hidden}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.service-card:hover .service-card-image img{transform:scale(1.06)}.service-card-image a{display:block;width:100%;height:100%}.service-card-badge{position:absolute;top:15px;right:15px;background:rgba(255,107,0,0.95);color:white;padding:0.4rem 1rem;border-radius:50px;font-size:0.75rem;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;backdrop-filter:blur(10px);box-shadow:0 3px 12px rgba(255,107,0,0.3)}.service-card-badge-secondary{bottom:15px!important;left:15px!important;top:auto!important;right:auto!important;background:rgba(34,139,34,0.95)!important;box-shadow:0 3px 12px rgba(34,139,34,0.3)!important;max-width:max-content;white-space:nowrap}.service-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.service-card-content h3{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin-bottom:0.7rem;line-height:1.3}.service-card-content>p{font-size:0.9rem;color:#555;line-height:1.6;margin-bottom:1rem}.service-card-list{list-style:none;padding:0;margin:0 0 1.2rem 0;flex-grow:1}.service-card-list li{position:relative;padding-left:1.8rem;margin-bottom:0.6rem;font-size:0.85rem;color:#444;line-height:1.5}.service-card-list li::before{content:'';position:absolute;left:0;top:0.35rem;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z' stroke='%23ff6b00' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.service-card-btn{display:inline-block;padding:0.8rem 1.5rem;background:#ff6b00;color:white;text-decoration:none;border-radius:50px;font-weight:600;font-size:0.9rem;text-align:center;transition:all 0.3s ease;border:2px solid #ff6b00;margin-top:auto}.service-card-btn:hover{background:white;color:#ff6b00;transform:translateY(-2px);box-shadow:0 5px 18px rgba(255,107,0,0.3)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.services-header h2{font-size:2rem}.service-card-content h3{font-size:1.3rem}}@media (max-width:768px){.services-modern-section{padding:3rem 1.5rem}.services-header{margin-bottom:2rem}.services-header h2{font-size:1.8rem}.services-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card-image{height:200px}.service-card-badge{top:12px;right:12px;padding:0.35rem 0.9rem;font-size:0.7rem}.service-card-badge-secondary{bottom:12px!important;left:12px!important;top:auto!important;right:auto!important;padding:0.35rem 0.9rem!important;font-size:0.7rem!important;max-width:max-content!important}.service-card-content{padding:1.3rem}.service-card-content h3{font-size:1.25rem;margin-bottom:0.6rem}.service-card-content>p{font-size:0.88rem;margin-bottom:0.9rem}.service-card-list{margin-bottom:1rem}.service-card-list li{font-size:0.82rem;padding-left:1.6rem;margin-bottom:0.5rem}.service-card-list li::before{width:14px;height:14px;top:0.3rem}.service-card-btn{padding:0.75rem 1.5rem;font-size:0.88rem}}@media (max-width:480px){.services-modern-section{padding:2.5rem 1rem}.services-header h2{font-size:1.6rem}.services-subtitle{font-size:0.95rem}.service-card-image{height:180px}.service-card-badge{top:10px;right:10px;padding:0.3rem 0.8rem;font-size:0.65rem}.service-card-badge-secondary{bottom:10px!important;left:10px!important;top:auto!important;right:auto!important;padding:0.3rem 0.8rem!important;font-size:0.65rem!important;max-width:max-content!important}.service-card-content{padding:1.2rem}.service-card-content h3{font-size:1.2rem}.service-card-list li{font-size:0.8rem}}