/* CSS Document */
  #servicios-insac { background: var(--insac-light); }
        .service-card, .custom-card { background: #ffffff; border-radius: 20px; padding: 32px 26px; height: 100%; border: 1px solid #e8eef5; transition: all 0.3s ease; position: relative; overflow: hidden; }
        .service-card:hover, .custom-card:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12); }
        .service-card::after, .custom-card::after { content: ""; width: 110px; height: 110px; background: rgba(var(--insac-primary-rgb), 0.10); border-radius: 50%; position: absolute; top: -35px; right: -35px; }
        .service-card h4, .custom-card h4 { color: var(--insac-dark); font-weight: 900; font-size: 21px; margin-bottom: 12px; }
        .service-card p, .custom-card p { font-size: 15.5px; margin-bottom: 18px; }
        .service-card a, .custom-card a { color: var(--insac-primary); font-weight: 900; text-decoration: none; }
