:root{--primary-color:#26549E;--secondary-color:#FF5C0A;--bg-color:#f4f6f8;--text-color:#111827;--card-shadow:rgba(0,0,0,0.08);--button-hover-shadow:rgba(0,0,0,0.1);}.main-container{display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;}.hero{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease;}.hero h1{margin-top:50px;font-size:2.5rem;margin-bottom:15px;color:var(--primary-color);font-weight:600;}.hero p{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 30px;}.services{display:flex;justify-content:space-between;flex-wrap:nowrap;gap:20px;width:100%;max-width:1200px;margin-top:50px;}.service-card{position:relative;background-color:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 4px 12px var(--card-shadow);flex:1 1 0;min-width:220px;max-width:23%;opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease,background-color 0.3s ease;}.service-card:hover{transform:translateY(-6px);background-color:#f8f8f8;}.service-card::after{content:"";position:absolute;inset:0;border-radius:12px;box-shadow:0 0 0 rgba(255,92,10,0.35);opacity:0;pointer-events:none;}.service-card:hover::after{opacity:1;animation:pulseGlow 0.9s ease-out;}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 rgba(255,92,10,0.35);}100%{box-shadow:0 0 0 14px rgba(255,92,10,0);}}.service-card i{font-size:3rem;color:var(--secondary-color);margin-bottom:15px;transition:transform 0.3s ease;}.service-card:hover i{transform:scale(1.08);}.service-card h3{margin-bottom:10px;font-size:1.3rem;}.service-card p{font-size:0.95rem;color:#555;}@media (max-width:992px){.services{flex-wrap:wrap;gap:20px;}.service-card{flex:1 1 calc(50% - 20px);max-width:none;}}@media (max-width:480px){.hero h1{font-size:2rem;}.hero p{font-size:1rem;}.service-card{flex:1 1 100%;padding:20px 15px;}.service-card i{font-size:2.2rem;}}