.fcg-cb7b2f1c-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.fcg-cb7b2f1c-card {
    perspective: 1000px;
    height: 280px;
}

.fcg-cb7b2f1c-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.fcg-cb7b2f1c-card:hover .fcg-cb7b2f1c-inner {
    transform: rotateY(180deg);
}

.fcg-cb7b2f1c-front,
.fcg-cb7b2f1c-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.fcg-cb7b2f1c-front {
    z-index: 2;
}

.fcg-cb7b2f1c-back {
    transform: rotateY(180deg);
    padding: 20px;
    text-align: center;
}

.fcg-cb7b2f1c-front-title {
    margin: 0;
    padding: 15px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.fcg-cb7b2f1c-back-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}
