.glass-cards-wrapper-48f864e4 {
display: flex;
flex-wrap: wrap; gap: 24px;
width: 100%;
} .glass-card-48f864e4 {
border-radius: 10px; transition: all 0.3s ease;
flex-grow: 1; flex-basis: 300px; text-decoration: none; display: flex; flex-direction: column;
position: relative; z-index: 1;
} .glass-card-48f864e4::before {
content: '';
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
z-index: -2;
transition: all 0.3s ease;
border-radius: inherit;
overflow: hidden;
} .glass-card-overlay-48f864e4 {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
z-index: -1;
border-radius: inherit;
pointer-events: none;
transition: background-color 0.3s ease;
}
.glass-card-inner-48f864e4 {
width: 100%;
height: 100%;
display: flex;
flex-direction: column; border-radius: inherit;
flex: 1; } .glass-card-content-wrap-48f864e4 {
display: flex;
flex-direction: column; align-items: center; justify-content: center;  gap: 16px;
width: 100%;
height: 100%;
flex: 1; }
.glass-card-48f864e4:hover {
box-shadow: 0 0 20px rgba(0, 153, 255, 0.2);
}
.gc-icon-48f864e4 {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 24px;
flex-shrink: 0; }
.gc-icon-48f864e4 svg {
width: 24px;
height: 24px;
fill: currentColor;
}
.gc-content-48f864e4 {
display: flex;
flex-direction: column; min-width: 0;
align-items: inherit;
justify-content: center;
width: 100%; 
}
.gc-title-48f864e4 {
font-size: 20px;
font-weight: 600;
color: #333333;
margin-bottom: 8px;
width: 100%;
}
.gc-desc-48f864e4 {
font-size: 14px;
color: #555555;
line-height: 1.5;
width: 100%;
}
.gc-button-48f864e4 {
display: inline-flex;
justify-content: center;
align-items: center;
margin-top: 15px;
padding: 10px 20px;
border-radius: 5px;
background-color: #333;
color: #fff;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
border: none;
cursor: pointer;
align-self: inherit; }
.gc-button-48f864e4:hover {
background-color: #555;
color: #fff;
}