﻿ :root{--primary-red:#d32f2f;--deep-red:#8b0000;--light-bg:#f8f9fa;--white:#fff;--text-dark:#1a1a1a;--text-light:#f5f5f5;--text-muted:#666;--card-shadow:0 10px 30px #00000014;--card-shadow-hover:0 20px 40px #d32f2f26}.services-app-container{background-color:var(--light-bg);min-height:100vh;color:var(--text-dark);padding-bottom:5rem;font-family:Google Sans Flex,sans-serif}.services-hero{background:radial-gradient(circle,#d32f2f 0%,#8b0000 100%);justify-content:center;align-items:center;height:50vh;margin-bottom:-5rem;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.services-hero:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.services-hero-content{text-align:center;z-index:2;padding:0 2rem;position:relative}.services-title{color:var(--white);letter-spacing:-1px;text-shadow:0 4px 20px #0003;margin:0;font-family:momo trust display,sans-serif;font-size:4.5rem;font-weight:800;line-height:1.1}.services-title .text-highlight{color:#fff}.services-subtitle{color:#ffffffe6;max-width:600px;margin-top:1rem;margin-left:auto;margin-right:auto;font-family:Google Sans Flex,sans-serif;font-size:1.25rem;font-weight:400}.services-list-section{z-index:10;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:2rem;display:grid;position:relative}.service-card{background:var(--white);box-shadow:var(--card-shadow);border:1px solid #d32f2f33;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.5rem;font-family:Google Sans Flex,sans-serif;transition:all .4s;display:flex;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-10px)}.card-wide{grid-column:span 2}@media (max-width:900px){.card-wide{grid-column:span 1}}.card-header{align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-family:Google Sans Flex,sans-serif;display:flex}.service-icon{width:70px;height:70px;color:var(--primary-red);background:linear-gradient(135deg,#ffebee 0%,#ffcdd2 100%);border-radius:20px;justify-content:center;align-items:center;font-size:2.5rem;transition:transform .3s;display:flex;box-shadow:0 8px 16px #d32f2f1a}.service-card:hover .service-icon{transform:rotate(5deg)scale(1.1)}.card-header h3{color:#2c3e50;margin:0;font-family:Google Sans Flex,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.2}.service-body{flex-grow:1}.service-body p{color:var(--text-muted);margin-bottom:1.5rem;font-family:Google Sans Flex,sans-serif;font-size:1rem;line-height:1.6}.tags-container{flex-wrap:wrap;gap:.8rem;margin-top:1rem;display:flex}.tag{color:#555;background:#f1f3f5;border:1px solid #0000;border-radius:50px;padding:.4rem 1rem;font-family:Google Sans Flex,sans-serif;font-size:.85rem;font-weight:600;transition:all .3s}.service-card:hover .tag{color:var(--primary-red);background:#ffebee;border-color:#ffcdd2}.grid-features{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.feature-item{flex-direction:column;display:flex}.feature-item strong{color:var(--primary-red);margin-bottom:.2rem;font-size:1rem}.feature-item span{color:#888;font-size:.85rem}.mini-divider{background:#eee;width:100%;height:1px;margin:1.5rem 0}.view-more-btn{color:var(--primary-red);background:0 0;border:2px solid #d32f2f88;border-radius:12px;justify-content:center;align-self:flex-start;align-items:center;margin-top:2rem;padding:.8rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.view-more-btn:hover{color:var(--white);background-color:#d32f2f;border:2px solid #d32f2f;transform:translateY(-2px);box-shadow:0 5px 15px #d32f2f4d}.fade-in-up{animation:.8s ease-out forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.services-title{font-size:3rem}.services-hero{height:auto;padding:6rem 1rem}.services-list-section{grid-template-columns:1fr;margin-top:0;padding:1rem}.card-header{text-align:center;flex-direction:column}.service-card{text-align:center}.view-more-btn{width:100%}.grid-features{text-align:left}}.service-video-container{background:#000;border-radius:16px;width:100%;margin-top:1.5rem;padding-top:56.25%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.service-video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}
