@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');

.tlyc-5c605da2-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1120px;
    margin: 16px auto 64px;
    padding: 0 28px;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.tlyc-5c605da2-card {
    border-radius: 6px;
    padding: 40px 30px 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2A2520;
    box-shadow: 0 1px 2px rgba(70, 55, 30, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tlyc-5c605da2-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(70, 55, 30, 0.1);
}

.tlyc-5c605da2-icon-wrap {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 36px;
}

.tlyc-5c605da2-icon-wrap svg {
    width: 36px;
    height: 36px;
}

.tlyc-5c605da2-icon-wrap i {
    font-size: inherit;
}

.tlyc-5c605da2-card-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 14px;
    letter-spacing: 0.2px;
    color: inherit;
}

.tlyc-5c605da2-card-desc {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 26px;
    flex-grow: 1;
    max-width: 280px;
    color: inherit;
}

.tlyc-5c605da2-btn {
    display: inline-block;
    padding: 9px 26px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tlyc-5c605da2-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 860px) {
    .tlyc-5c605da2-cards {
        grid-template-columns: 1fr;
    }
}
