 .plan-comparison-table {
        width: 1170px;
        border-collapse: separate;
        border-spacing: 10px 0;
        margin: 40px auto 88px;
        background-color: transparent;
    }
     .plan-comparison-table.locked{
       margin-bottom: 300px;
    }
    .plan-comparison-section h2 {
        text-align: center;
        font-size: 38px;
        color: #002F5E;
        font-family: 'PlayfairDisplay-Medium';
        margin-bottom: 25px;
    }
    .plan-comparison-section p {
        max-width: 935px;
        margin: 0 auto;
        line-height: 30px;
        font-size: 18px;
        color: #002F5E;
        font-family: 'WorkSans-Regular';
        text-align: center;
    }
    .plan-comparison-table-container {
        margin-top: 130px;
        position: relative;
    }
    .plan-comparison-table thead {
        color: white;
        font-family: 'WorkSans-SemiBold';
        font-size: 18px;
    }

    .plan-comparison-table th {
        padding: 0;
        text-align: center;
        position: relative;
        vertical-align: top;
        border: none;
    }

    .plan-comparison-table th:first-child {
        width: 30%;
        background-color: transparent;
        border: none;
        color: #002F5E;
        text-align: left;
        padding-top: 50px;
        border-bottom: 1px solid #DDDDDD;
    }

    .plan-comparison-table th.gold {
        width: 290px;
        background:#FF9F00;
        border-radius: 12px 12px 0 0;
        position: relative;
         padding-top: 15px;
         color:#002F5E;
    }

   .plan-comparison-table th.gold div.price ,.plan-comparison-table th.gold div.original-price {
       color:#002F5E;
   }
    .plan-comparison-table th.silver {
        width: 290px;
        background: #2A5298;
        border-radius: 12px 12px 0 0;
        padding-top: 15px;
    }

    .plan-comparison-table th.bronze {
        width: 290px;
        background: #0D2B5E;
        border-radius: 12px 12px 0 0;
        padding-top: 15px;
    }

    .plan-comparison-table th .hot-label-container {
        position: absolute;
        top: -66px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        z-index: 10;
        width: 290px;
    }

    .plan-comparison-table th .hot-badge {
        display: inline-block;
        background-color: #F9606C;
        color: white;
        font-size: 11px;
        font-weight: bold;
        padding: 5px 16px;
        border-radius: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
        box-shadow: 0 2px 8px rgba(255, 68, 68, 0.3);
    }

    .plan-comparison-table th .hot-subtitle {
        display: block;
        font-size: 16px;
        color: #1B3C69;
        opacity: 0.95;
        font-weight: normal;
    }

    .plan-comparison-table th .plan-name {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        font-family: 'WorkSans-SemiBold';
        font-size: 20px;
        padding: 15px 20px 10px;
    }

    .plan-comparison-table th .plan-nam span {
        font-family: 'WorkSans-SemiBold';
    }
    .plan-comparison-table th .plan-name.best::before,
    .plan-comparison-table th .plan-name.best::after {
        content: none;
    }
    .plan-comparison-table th .plan-badge {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .plan-comparison-table th.gold .plan-badge {
        margin-top:0;
        background-image: url('/static/images/desktop/new_sg_starr/icon_gold.svg');
    }

    .plan-comparison-table th.silver .plan-badge {
        margin-top:0;
        background-image: url('/static/images/desktop/new_sg_starr/icon_silver.svg');
    }

    .plan-comparison-table th.bronze .plan-badge {
        margin-top:0;
        background-image: url('/static/images/desktop/new_sg_starr/icon_bronze.svg');
    }
    .plan-comparison-table th .price-info {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: center;
        padding: 0px 20px 20px;
    }
    .default-price-info {
        margin-bottom: 30px;
    }
    .default-price span{
        font-size: 28px;
        margin-left:12px;
    }
    .plan-comparison-table th .price {
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
        display: inline-flex;
        align-items: baseline;
        gap: 2px;
    }

    .plan-comparison-table th .original-price {
        font-size: 14px;
        text-decoration: line-through;
        color: rgba(255, 255, 255, 0.7);
        margin-top: 0;
    }

    .plan-comparison-table tbody {
        background-color: #FAFBFC;
    }

    .plan-comparison-table tr {
        border-bottom: none;
    }

    .plan-comparison-table tr.level-one-tr {
        border-bottom: none;

    }
    .plan-comparison-table tbody td.column-selected,.plan-comparison-table tfoot td.column-selected {
        background: #EFF3F7;
        border-left: 1px solid #002F5E;
        border-right: 1px solid #002F5E;
    }
    .plan-comparison-table tfoot td.column-selected {
      border-bottom: 1px solid #002F5E;
    }
    .tips-wrapper {
        display: inline-block;
        position: relative;
        margin-left: 4px;
        vertical-align: middle;
    }
    .tips-icon {
        width: 16px;
        height: 16px;
        cursor: help;
        vertical-align: middle;
    }
    .tips-popup {
        display: none;
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        min-width: 250px;
        max-width: 350px;
        background-color: #FFFFFF;
        border: 1px solid #E0E0E0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        padding: 12px 16px;
        z-index: 1000;
        border-radius: 4px;
    }
    .tips-popup p {
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
        color: #333333;
        text-align: left;
    }
    .tips-wrapper:hover .tips-popup {
        display: block;
    }
    .plan-comparison-table td {
        padding: 18px 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 15px;
        color: #002F5E;
        background-color: #F6F6F6;
        position: relative;
    }

    .plan-comparison-table tbody td:not(:first-child)::after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px;
        background-color: #DDDDDD;
    }

    .plan-comparison-table td:first-child {
        color: #002F5E;
        text-align: left;
        width: 30%;
        font-weight: 600;
        background-color: #FFFFFF;
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        padding-left:0 !important;
    }

    .plan-comparison-table td:nth-child(2) {
        width: 290px;
        font-weight: 600;
    }

    .plan-comparison-table td:nth-child(3) {
        width: 290px;
        font-weight: 600;
        border-right: 1px solid #E8ECF1;
    }

    .plan-comparison-table td:nth-child(4) {
        width: 290px;
        font-weight: 600;
    }

    .plan-comparison-table td span {
        font-weight: 600;
        color: #000000;
    }

    .plan-comparison-table .plan-category {
        font-weight: bold;
        color: #002F5E;
        padding: 18px 20px;
        background-color: #F5F7FA;
        font-size: 17px;
        text-align: left;
    }

    .plan-comparison-table tfoot {
        background-color: #FFFFFF;
        border:none !important;
    }

    .plan-comparison-table tfoot tr {
        border-bottom: none;
    }

    .plan-comparison-table tfoot td::after {
        display: none;
    }

    .plan-comparison-table tfoot td {
        padding: 25px 20px;
        vertical-align: middle;
        background-color: #FFFFFF;
        border-top: 1px solid #E8ECF1;
    }

    .plan-comparison-table tfoot td:first-child {
        /* background-color: #F8F9FA; */
        border-right: 1px solid #E8ECF1;
    }

    .plan-comparison-table tfoot td.apply-select-plan {
        text-align: center;
        background: #F6F6F6;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .plan-comparison-table .benefits-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .plan-comparison-table .buy-btn {
        background: linear-gradient(135deg, #FFB81C 0%, #FFA500 100%);
        color: #002F5E;
        border: none;
        padding: 14px 28px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'WorkSans-SemiBold';
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-decoration: none;
    }
    .plan-comparison-table .buy-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 184, 28, 0.4);
    }
    .plan-file {
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .plan-file i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 8px;
        vertical-align: middle;
    }
    .plan-file.policy-wording i {
        background-image: url('/static/images/desktop/new_sg_starr/icon_file1.svg');
    }
    .plan-file.features-list i {
        background-image: url('/static/images/desktop/new_sg_starr/icon_file2.svg');
    }
    .plan-file span.desc {
        font-size: 15px;
        color: #002F5E;
        font-family: 'WorkSans-Medium';
        font-weight: 600;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        text-decoration: underline;
        transition: all 0.2s ease;
    }
    .plan-file span.desc:hover {
        color: #1B3C69;
        text-decoration-color: #FFB81C;
    }
    .plan-file a{
        display: inline-flex;
        align-items: center;
    }
    th .plan-file {
        padding: 0;
        text-align: left;
    }
    .column-highlight {
        background-color: #FFF9E6 !important;
        transition: background-color 0.2s ease;
    }

    /* Lock 样式 - 未报价时显示 */
    .plan-comparison-table.locked tbody tr:nth-child(n+4) {
        display: none;
    }
    
    .plan-comparison-table.locked tbody tr.lock-row {
        display: table-row !important;
    }
    .lock-overlay-wrapper {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        z-index: 1000;
        padding-top: 200px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 1) 100%);
    }
    .plan-comparison-table.locked .lock-overlay,
    .plan-comparison-table-container:has(.plan-comparison-table.locked) .lock-overlay {
        display: flex;
    }
     

    .lock-overlay {
        display: none;
        z-index: 10;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        min-height: 150px;
    }

    .lock-icon {
        font-size: 32px;
        color: #FFB81C;
        margin-bottom: 12px;
        display: block;
    }
    
    .lock-text {
        font-size: 15px;
        color: #666666;
        margin-bottom: 20px;
        line-height: 1.5;
        text-align: center;
    }
    
    .unlock-btn {
        background: linear-gradient(135deg, #FFB81C 0%, #FFA500 100%);
        color: #002F5E;
        border: none;
        padding: 12px 28px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'WorkSans-SemiBold';
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }
    
    .unlock-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 184, 28, 0.4);
    }
    
    .plan-comparison-table.locked tfoot {
        display: none;
    }