﻿.tgp-page-offset {
    padding-top: 140px;
}

@media (max-width: 1200px) {
    .tgp-page-offset {
        padding-top: 120px;
    }
}

@media (max-width: 768px) {
    .tgp-page-offset {
        padding-top: 105px;
    }
}

.tgp-membership-wrap {
    padding-top: 30px;
}

.tgp-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}

.tgp-card-soft {
    background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
    border: 1px solid rgba(255, 94, 20, 0.14);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(255, 94, 20, 0.08);
    margin-bottom: 30px;
}

.tgp-card-price {
    background: #1d1d1d;
    color: #fff;
    border-radius: 22px;
    padding: 36px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.18);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .tgp-card-price:before {
        content: "";
        position: absolute;
        top: -40px;
        right: -40px;
        width: 180px;
        height: 180px;
        background: rgba(255, 94, 20, 0.14);
        border-radius: 50%;
    }

    .tgp-card-price .tmp-details-title,
    .tgp-card-price p,
    .tgp-card-price .desc {
        color: #fff;
        position: relative;
        z-index: 2;
    }

.tgp-price {
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    color: #FF5E14;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

    .tgp-price small {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

.tgp-badge {
    display: inline-block;
    background: rgba(255, 94, 20, 0.10);
    color: #FF5E14;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.tgp-membership-wrap .tmp-details-title {
    margin-bottom: 18px;
}

.tgp-membership-wrap .tmp-details-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tgp-membership-wrap .tmp-details-list ul li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }

        .tgp-membership-wrap .tmp-details-list ul li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .tgp-membership-wrap .tmp-details-list ul li:first-child {
            padding-top: 0;
        }

        .tgp-membership-wrap .tmp-details-list ul li span {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            line-height: 1.6;
        }

        .tgp-membership-wrap .tmp-details-list ul li svg {
            flex: 0 0 auto;
            margin-top: 4px;
        }

.tgp-intro-lead {
    font-size: 20px;
    line-height: 1.7;
}

.tgp-side-sticky {
    position: sticky;
    top: 130px;
}

@media (max-width: 991px) {
    .tgp-side-sticky {
        position: static;
        top: auto;
    }

    .tgp-card,
    .tgp-card-soft,
    .tgp-card-price {
        padding: 24px;
    }

    .tgp-price {
        font-size: 42px;
    }
}
