.content {
    background-color: #021824;
}

.hero-section {
    position: relative;
    height: 100vh;
    background: url('../../assets/landing/gym.png') center center / cover no-repeat;
    display: flex;
    align-items: flex-end;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(2, 24, 36, 1),
            rgba(6, 36, 53, 0));
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.title {
    color: #ffffff;
    font-weight: 800;
    font-size: 3.5rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.subtitle {
    color: #ffffff;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 1px;
}

.text-desc {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.gym-section {
    padding: 50px 0;
    border: 1px solid;
}

.custom-card {
    position: relative;
    height: 256px;
    border-radius: 24px;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    transition: transform .4s ease;
}


/* overlay gradasi */
.custom-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 20%,
            rgba(0, 0, 0, 0.35) 50%,
            rgba(0, 0, 0, 0.1) 100%);
    transition: background .4s ease;
    z-index: 1;
}

/* content-card */
.custom-card .content-card {
    position: absolute;
    inset: 0;
    padding: 24px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* title */
.custom-card .content-card .card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #fff;
}

/* text */
.custom-card .content-card .card-text {
    font-size: 16px;
    color: rgba(255, 255, 255, .85);
}

/* hover effect */
.custom-card:hover {
    transform: translateY(-6px);
    border: #fff 1px solid;
}

.custom-card:hover .overlay {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 20%,
            rgba(0, 0, 0, 0.45) 50%,
            rgba(0, 0, 0, 0.2) 100%);
}

.pricing .col-md-5,
.pricing .col-lg-4 {
    display: flex;
}

.pricing {
    width: 100%;
    padding: 50px 70px;
}

.pricing .pricing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    background: rgba(6, 36, 53, 1);
    border-radius: 16px;
    padding: 24px;
    text-align: start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 300px;
    margin: auto;
}


.pricing .pricing-card .title-card {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 16px;
}

.pricing .pricing-card .subtitle-card {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}

.pricing .pricing-list {
    flex-grow: 1;
    background: rgba(3, 25, 36, 1);
    list-style: none;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.pricing .list-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    color: #6A6F7C;
    line-height: 1.4;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.pricing .list-card svg {
    margin-top: 3px;
    line-height: 1;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.pricing .list-card span {
    color: #F1F5F9;
}

.pricing .list-card:last-child {
    border-bottom: none;
}

.pricing .button-card {
    margin-top: auto;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    background-color: rgba(3, 25, 36, 1);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.pricing .button-card:hover {
    background-color: rgba(3, 25, 36, 0.559);
}

.pricing .hover-scale:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.modal-login-custom {
    border-radius: 24px;
}

.login-modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

/* LEFT */
.login-left {
    background: #031824;
    align-items: center;
    justify-content: center;
}

.brand-wrapper {
    text-align: center;
    color: #fff;
}

.brand-logo {
    width: 320px;
    margin-bottom: 10px;
}

.brand-text {
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.8;
}

/* RIGHT */
.login-right {
    background: #D2D2D2;
}

.login-right-inner {
    padding: 40px;
}

.login-title {
    font-weight: 700;
    color: #0b2a3c;
}

.login-desc {
    font-size: 14px;
    color: #6A6F7C;
    margin-bottom: 24px;
}

.login-input {
    border-radius: 16px;
    background: #CBD5E1;
    border: none;
    padding: 12px;
}

.btn-login {
    width: 100%;
    background: #041c2c;
    color: #fff;
    border-radius: 30px;
    padding: 8px;
    margin-top: 10px;
}

.btn-login:hover {
    background: #062435;
}

.signup-text {
    text-align: right;
    font-size: 13px;
    margin: 14px 0;
    color: #6A6F7C;
}

.signup-text a {
    color: #0b2a3c;
    font-weight: 600;
}

.btn-google {
    width: 100%;
    background: #041c2c;
    color: #fff;
    border-radius: 30px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination {
    gap: 8px;
}

.pagination .page-item .page-link {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    min-width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;
    transition: all 0.2s ease;
}

.pagination .page-item .page-link:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.pagination .page-item.active .page-link {
    background: #0d6efd; 
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

.pagination .page-item.disabled .page-link {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .pricing {
        padding: 16px;
    }

    .login-right {
        border-radius: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pricing {
        padding: 24px;
    }

    .brand-logo {
        width: 256px;
    }
}
