.unlimited_header {
    background-color: #ff751f14;
    padding: 20px;
    border-radius: 10px;
}

.unlimited_header .titleNow {
    color: #ff751f;
}

:root {
    --accent-gradient: linear-gradient(135deg, #e2a22b, #ff5900);
    --accent-glow: rgba(255, 106, 0, 0.4);
}

header h1 span {
    background: var(--accent-gradient);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.unlimited-lite {
    background: #000;
    background: linear-gradient(90deg,#7dffb715 0%, #08591652 100%);
    padding: 10px;
}
.unlimited-lite .title {
    background: linear-gradient(135deg, #9affb8, #00ff2a);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
}

.unlimited-plus {
    background: #000;
    background: linear-gradient(90deg,#9b7dff15 0%, #13085952 100%);
    padding: 10px;
}
.unlimited-plus .title {
    background: linear-gradient(135deg, #9a9aff, #3c00ff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
}

.unlimited-pro {
    background: #000;
    background: linear-gradient(90deg,#ff7de325 0%, #58001e6a 100%);
    padding: 10px;
}
.unlimited-pro .title {
    background: linear-gradient(135deg, #fd9aff, #ff00b3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
}

.unlimited-liked {
    background: #000;
    background: linear-gradient(90deg,#ffc27d25 0%, #5817006a 100%);
    padding: 10px;
}
.unlimited-liked .title {
    background: linear-gradient(135deg, #ffce9a, #ff5900);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-weight: 600;
}

.p-benefits {
    margin-top: 10px;
    font-size: 14px;
}
.p-benefits p {
    color: #ffffff89;
}
.p-benefits p.not {
    color: #ffffff52;
}

.p-duration {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff5b;
}

.p-price {
    margin-top: 10px;
    font-weight: 700;
    font-size: 21px;
}

.s-subscribe {
    margin-top: 10px;
    padding: 12px;
    text-align: center;
    background-color: #ffffff0d;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 17px;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}
.s-subscribe:hover {
    background-color: #ffffff;
    color: #000000;
}

.sa-subscribe {
    margin-top: 10px;
    padding: 17px;
    text-align: center;
    background-color: #ffffff0d;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 23px;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}
.sa-subscribe:hover {
    background-color: #ffffff;
    color: #000000;
}