.es-grid-ee71a4b2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.es-grid-ee71a4b2-header {
    text-align: center;
    margin-bottom: 3rem;
}

.es-grid-ee71a4b2-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.es-grid-ee71a4b2-subtitle {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.85;
}

.es-grid-ee71a4b2-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.75rem;
}

.es-grid-ee71a4b2-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.es-grid-ee71a4b2-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.es-grid-ee71a4b2-card-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.es-grid-ee71a4b2-card-icon {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.es-grid-ee71a4b2-card-icon i,
.es-grid-ee71a4b2-card-icon svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
    fill: currentColor;
}

.es-grid-ee71a4b2-card-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.es-grid-ee71a4b2-card-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    flex-grow: 1;
}

.es-grid-ee71a4b2-card-link {
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.2s ease;
}

.es-grid-ee71a4b2-card-link:hover {
    text-decoration: underline;
}

.es-grid-ee71a4b2-card-link:hover .arrow {
    transform: translateX(3px);
}

.es-grid-ee71a4b2-card-link .arrow {
    transition: transform 0.2s ease;
}
