.tarot-pricing-727acd3a-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px 0;
}

.tarot-pricing-727acd3a-card {
    position: relative;
    width: 290px;
    height: 490px;
    background: #fffdf9;
    border: 2px solid #d4af37;
    border-radius: 8px;
    padding: 30px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    cursor: pointer;
}

.tarot-pricing-727acd3a-card::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 4px;
    pointer-events: none;
}

/* Hover dynamic tilt effect */
.tarot-pricing-727acd3a-card:hover {
    transform: translateY(-10px) rotate(-1deg);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.15), 0 5px 15px rgba(0,0,0,0.08);
}

.tarot-pricing-727acd3a-card:nth-child(even):hover {
    transform: translateY(-10px) rotate(1deg);
}

/* Card Elements */
.tarot-card-num-727acd3a {
    font-size: 14px;
    color: #d4af37;
    letter-spacing: 3px;
    font-weight: 600;
}

.tarot-card-title-727acd3a {
    font-size: 21px;
    color: #1a1a1a;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.tarot-card-divider-727acd3a {
    width: 45px;
    height: 1px;
    background: #d4af37;
    margin: 8px 0;
}

.tarot-card-desc-727acd3a {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
    font-style: italic;
    min-height: 40px;
}

.tarot-card-price-727acd3a {
    font-size: 32px;
    color: #d4af37;
    font-weight: bold;
    margin: 15px 0;
    letter-spacing: 0.5px;
}

.tarot-card-features-727acd3a {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.tarot-card-features-727acd3a li {
    margin-bottom: 5px;
}

.tarot-card-btn-727acd3a {
    display: inline-block;
    background: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
    padding: 10px 22px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.tarot-card-btn-727acd3a:hover {
    background: #d4af37;
    color: #fffdf9;
}
