.co-939391ef-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    padding: 40px 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.co-939391ef-header {
    text-align: center;
    margin-bottom: 40px;
}

.co-939391ef-header h2 {
    font-size: 2.25rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #111827;
}

.co-939391ef-header p {
    font-size: 1.1rem;
    color: #4b5563;
    max-width: 600px;
    margin: 0 auto;
}

.co-939391ef-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.co-939391ef-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.co-939391ef-card:hover {
    transform: translateY(-5px);
    border-color: #3b82f6;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
}

.co-939391ef-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.co-939391ef-card:hover .co-939391ef-icon-box {
    transform: scale(1.1);
}

.co-939391ef-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 10px 0;
}

.co-939391ef-card p {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.5;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.co-939391ef-btn {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    background-color: #3b82f6;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}

.co-939391ef-btn:hover {
    filter: brightness(0.9);
}
