.foi-f8723ee9-container {
    width: 100%;
}
.foi-f8723ee9-header {
    text-align: center;
    margin-bottom: 40px;
}
.foi-f8723ee9-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}
.foi-f8723ee9-subtitle {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin: 0;
}
.foi-f8723ee9-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.foi-f8723ee9-card {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}
.foi-f8723ee9-icon-wrap {
    width: 48px;
    height: 48px;
    background: #f0f7ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #0073e6;
    font-size: 20px;
}
.foi-f8723ee9-icon-wrap svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.foi-f8723ee9-card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
}
.foi-f8723ee9-card-title-link {
    text-decoration: none;
}
.foi-f8723ee9-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0;
    transition: color 0.3s ease;
}
.foi-f8723ee9-card-title-link:hover .foi-f8723ee9-card-title {
    color: #0073e6;
}
.foi-f8723ee9-card-num {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
.foi-f8723ee9-card-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 28px;
    flex-grow: 1;
}
.foi-f8723ee9-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.foi-f8723ee9-tag {
    border: 1px solid #e0e5ea;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    color: #444;
    background: #fff;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s ease;
}
.foi-f8723ee9-tag-link:hover {
    background: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

@media (max-width: 1024px) {
    .foi-f8723ee9-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .foi-f8723ee9-grid {
        grid-template-columns: 1fr;
    }
    .foi-f8723ee9-title {
        font-size: 28px;
    }
}
