.gaya-hosty-plans {
    display: flex;
    gap: 22px;
    justify-content: center;
    max-width: 1150px;
    margin: 40px auto;
    flex-wrap: wrap;
}

.gaya-plan {
    position: relative;
    width: 250px;
    min-height: 390px;
    background: #fff;
    border-top: 5px solid #7fbe16;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0,0,0,.12);
    text-align: center;
    overflow: hidden;
}

.gaya-featured {
    border-top-color: #f71920;
}

.gaya-plan-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #7fbe16;
    color: #fff;
    border-radius: 50%;
    margin: -1px auto 18px;
    font-size: 20px;
}

.gaya-featured .gaya-plan-icon {
    background: #f71920;
}

.gaya-plan h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
    color: #202b38;
}

.plan-subtitle {
    color: #777;
    font-size: 15px;
    margin-bottom: 30px;
}

.plan-offer {
    color: #7fbe16;
    font-size: 14px;
    margin-bottom: 8px;
}

.plan-price {
    font-size: 38px;
    font-weight: 700;
    color: #202b38;
    margin: 5px 0 20px;
}

.plan-price span {
    font-size: 14px;
    font-weight: 600;
}

.gaya-buy {
    display: inline-block;
    background: #7fbe16;
    color: #fff !important;
    padding: 12px 34px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none !important;
    margin-bottom: 22px;
}

.gaya-featured .gaya-buy {
    background: #f71920;
}

.plan-feature {
    border-top: 1px solid #eee;
    padding: 18px 10px;
    text-align: left;
    color: #666;
    font-size: 14px;
}

.plan-feature i {
    color: #7fbe16;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .gaya-plan {
        width: 100%;
        max-width: 330px;
    }

    .gaya-hosty-plans {
        padding: 0 15px;
    }
}