    .info-title2 {
        font-family: AlimamaShuHeiTi;
        font-size: 62px;
        font-weight: bold;
        color: #4DE9FF;
        margin: 0;
        letter-spacing: 4px;
        text-shadow: 0px 0px 20px #92babf;
        line-height: 74px;
        margin-bottom: 10px;
    }

    .info-subtitle2 {
        font-size: 52px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
        margin: 0 0 20px 0;
        font-family: AlimamaShuHeiTi;
    }

    .info-subtitle3{
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
        margin: 0 0 20px 0;
        font-family: AlimamaShuHeiTi;
        text-shadow: 0px 0px 20px #92babf;
    }
    
    .info-que {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-top: 10px;
        font-size: 28px;
    }

    .info-que img {
        width: 20px;
    }

    .info-que-tit {
        margin: 0px 50px;
        font-size: 32px;
    }

    .info-list-box {
        margin-top: 40px;
        border: 1px solid #424242;
        background: linear-gradient(180deg, #04051F 0%, #111585 100%);
        padding: 30px 40px;
        border-radius: 20px;
        display: inline-block;
        text-align: left;
        font-size: 24px;
    }

    .info-list-box ul li {
        margin: 15px 0px;
    }

    .info-best-time {
        margin-top: 50px;
        font-size: 32px;
        font-family: Alimama ShuHeiTi;
        font-weight: 700;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        text-shadow: 0px 0px 10px #85f1ff;

    }

    .minfo-best-time{
        -webkit-text-stroke: 1px #000;
    }

    .info-section {
        margin-top: 100px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info-card {
        margin-top: 50px;
        border: 1.5px solid #4BF3FF;
        border-radius: 100px;
        padding: 35px 90px;
        background: rgba(0, 0, 0, 0.4);
        display: inline-block;
        line-height: 1.8;
        font-size: 26px;
        color: #fff;
        line-height: normal;
    }

    .info-card .highlight {
        color: #4BF3FF;
        font-weight: 900;
    }

    .info-desc {
        margin-top: 60px;
        font-size: 30px;
        color: #fff;
        font-weight: 400;
    }

    .info-focus {
        margin-top: 70px;
        font-size: 48px;
        color: #fff;
        font-family: Alimama ShuHeiTi;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        text-shadow: 0px 0px 25px rgba(75, 243, 255, 0.9);
        font-weight: 700;
    }

    .info-focus .diamond {
        color: #4BF3FF;
        font-size: 24px;
    }

    .info-status-group {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        gap: 80px;
        margin-bottom: 40px;
    }

    .status-btn {
        border-radius: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 900;
        color: #04051F;
        font-family: Alimama ShuHeiTi;
        padding: 15px 80px;
    }

    .status-btn.green {
        background: #22FF66;
        box-shadow: 0px 0px 30px rgba(34, 255, 102, 0.5);
    }

    .status-btn.red {
        background: #FF4444;
        box-shadow: 0px 0px 30px rgba(255, 68, 68, 0.5);
    }

    /* 痛点解决部分样式 */
    .pain-point-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .pain-point-title {
        font-size: 42px;
        color: #4BF3FF;
        font-family: Alimama ShuHeiTi;
        font-weight: 900;
        margin-bottom: 60px;
        text-shadow: 0px 0px 20px rgba(75, 243, 255, 0.6);
    }

    .pain-point-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin-bottom: 30px;
        width: 95%;
    }

    .pain-point-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pain-point-tit {
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }

    .chevron-icon {
        font-size: 0;
        transform: translateY(50%);
    }

    .chevron-icon img {
        width: 60px;
        border: 1px solid #4bf3ff;
    }

    .patreon-chevron-icon {
        width: 40px;
        height: 30px;
        color: #fff;
        transform: translateY(50%);

    }

    .patreon-chevron-icon-arrow {
        text-align: center;
    }

    .pain-point-box {
        background: #04051F;
        border: 1px solid #4BF3FF;
        min-height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 20px;
        line-height: 1.6;
        color: #fff;
        box-shadow: 0px 0px 15px rgba(75, 243, 255, 0.1);
        transition: all 0.3s ease;
        width: 100%;
    }

    .pain-point-box-padding {
        padding: 25px 20px;
    }

    .bottom-banner-box {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .bottom-banner-pill {
        width: 95%;
        border: 1.5px solid #D0B4FF;
        border-radius: 100px;
        padding: 25px 2.5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 50px 0;
        box-shadow: 0px 0px 30px rgba(75, 243, 255, 0.2);
    }

    .banner-dot {
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 10px #fff;
    }

    .banner-text {
        font-size: 28px;
        color: #fff;
        text-align: center;
        flex: 1;
    }

    .booking-form-container {
        margin-top: 0;
    }

    /* 当前定义部分样式 */
    .definition-section {
        color: #fff;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.8;
        width: 1200px;
    }

    .def-header {
        font-size: 24px;
        margin-bottom: 30px;
        opacity: 0.9;
    }

    .def-hr {
        border: none;
        border-top: 2px solid rgba(208, 180, 255, 1);
        margin: 40px 0;
    }

    .def-row {
        font-size: 28px;
        font-weight: 700;
        margin: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    .def-row.positive {
        color: #4BF3FF;
    }

    .def-row.negative {
        color: #4BF3FF;
        /* 图片中这两行看起来都是青色调，或者略有不同 */
    }

    .def-row span {
        color: #fff;
        font-weight: 400;
    }

    .def-description {
        font-size: 20px;
        margin: 30px 30px 0px 30px;
        text-align: left;
        color: #4BF3FF;
    }


    .def-example {
        text-align: left;
        padding: 30px;
        border-radius: 15px;

    }

    .def-example-tit {
        font-size: 22px;
    }

    .def-example-item {
        margin: 10px 0;
        font-size: 18px;

    }

    .def-summary {
        text-align: left;
        font-size: 22px;
        margin: 0 30px;
    }

    /* 回测数据表格样式 */
    .backtest-section {
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .backtest-title-box {
        background: #D0B4FF;
        padding: 15px 40px;
        text-align: center;
        color: #000;
    }

    .backtest-title-box h3 {
        font-size: 32px;
        margin: 0;
        font-weight: 900;
    }

    .backtest-title-box p {
        font-size: 18px;
        margin: 5px 0 0 0;
        font-weight: 400;
    }

    .backtest-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: #04051F;
        border: 1px solid #4BF3FF;
        border-radius: 12px;
        overflow: hidden;
    }

    .backtest-table td {
        border-bottom: 1px solid #4BF3FF;
        border-right: 1px solid #4BF3FF;
        padding: 25px;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    /* 去除最后一行和最后一列的多余边框，避免与外边框冲突 */
    .backtest-table tr:last-child td {
        border-bottom: none;
    }

    .backtest-table td:last-child {
        border-right: none;
        font-size: 24px;
        font-weight: 400;
    }

    .backtest-table td:first-child {
        font-weight: 700;
        background: rgba(75, 243, 255, 0.05);
    }

    .backtest-footer {
        margin-top: 20px;
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

    /* 免费领取部分样式 */
    .free-get-section {
        color: #fff;
        text-align: center;
        width: 100%;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .underlined-title {
        font-size: 38px;
        font-weight: 700;
        display: inline-block;
        border-bottom: 3px solid #D0B4FF;
        padding-bottom: 5px;
        margin-bottom: 30px;
        font-family: Alimama ShuHeiTi;
    }

    .free-get-text {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 40px;
        opacity: 0.9;
    }

    .patreon-highlight {
        color: #4BF3FF;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .patreon-card {
        border: 2px solid #D0B4FF;
        border-radius: 30px;
        padding: 30px 50px 50px 50px;
        margin: 40px 0;
        position: relative;
        display: inline-block;
    }

    .patreon-card p {
        font-size: 24px;
        margin: 15px 0;
        font-weight: 500;
    }

    .patreon-btn {
        background: #000;
        color: #fff;
        border: 2px solid #4BF3FF;
        border-radius: 50px;
        padding: 15px 60px;
        font-size: 22px;
        font-weight: 700;
        gap: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%);
        display: inline-block;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .patreon-btn:hover {
        box-shadow: 0px 0px 20px rgba(75, 243, 255, 0.4);
        background: #260079;
    }

    a.patreon-btn:hover {
        color: #fff;
    }

    .free-footer-text {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .get-title {
        margin-top: 30px;
    }

    .how-to-get-list {
        text-align: left;
    }

    .how-to-get-item {
        font-size: 22px;
        margin: 15px 0;
        line-height: 1.6;
    }

    .submit-btn-new {
        background: #04051F;
        border: none;
        padding: 18px 80px;
        border-radius: 50px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
        border: 2px solid #fff;
    }


    .submit-btn-new:hover:not(:disabled) {
        transform: translateY(-3px);
        background: #260079;
    }

    .submit-btn-new:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .disclaimer-title-smail {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
        color: #4BF3FF;
    }

    .disclaimer-entry2 {
        color: #fff;
        margin-top: 30px;
    }

    .disclaimer-entry-bottom {
        margin-top: 30px;
        font-size: 24px;
        text-align: center;
        color: #4BF3FF;
    }

    .disclaimer-title-large2 {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
    }

    .info-focus img {
        width: 20px;
    }

    .minfo-subtitle2 {
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    .minfo-subtitle2 span,
    .info-best-time span {
        font-weight: bold;
        color: #4BF3FF;
    }

    .member-best-time2 {
        margin-top: 5px;
    }

    .info-best-dsc {
        color: #4BF3FF;
        font-size: 28px;
        margin-top: 5px;
    }

    .info-que-strong {
        font-weight: bold;
        font-size: 42px;
        gap: 60px;
        margin-top: 40px;
    }

    .top-banner-box {
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

    .tbb-title {
        transform: translateY(50%);
        font-size: 24px;
        color: #280671;
        font-weight: bold;
        background-color: #D0B4FF;
        padding: 10px 20px;
        border-radius: 5px;
        display: inline-block;
    }

    .tbb-content {
        border: 1px solid #4BF3FF;
        border-radius: 20px;
        padding: 50px 0 40px 0;
        width: 90%;
        font-size: 20px;
        display: inline-block;
        background-color: #04051F;
    }

    .tbb-content p {
        margin: 10px 0;
    }

    .tbb-content span{
        color: #4BF3FF;
    }

    .section2-d-box{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .section2-d-box img{
        width: 20px;
    }

    .section2-d-box{
        margin: 60px 0 10px 0;
    }

    .section2-d-title {
        font-size: 42px;
        color: #4BF3FF;
        font-family: Alimama ShuHeiTi;
        font-weight: 900;
        margin: 0;
        text-shadow: 0px 0px 20px rgba(75, 243, 255, 0.6);
    }

    .section2-d-dcs{
        font-weight: 300;
        font-size: 20px;
        margin: 10px 0;
    }

    .section2-d-dcs1{
        font-size: 32px;
        font-weight: bold;
        text-shadow: 0px 0px 20px #85f1ff;
    }

    .section2-d-dcs1 span{
        color:#4BF3FF;
    }

    .section2-d-dcs2{
        font-size: 38px;
        font-weight: bold;
        text-shadow: 0px 0px 20px #85f1ff;
        margin: 20px 0;
    }

    .section2-d-dcs3{
        font-size: 24px;
    }

    .section2-d-but{
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        background-color: #280671;
        border-radius: 50px;
        display: inline-block;
        padding: 15px 60px;
        margin-top: 30px;
        border: 1px solid #D0B4FF;
    }

    .section2-d-dcs4{
        margin-top: 30px;
        font-size: 18px;
    }

    .section2-d-dcs5-box{
        margin-top: 40px;
        border: 1px solid #4BF3FF;
        border-radius: 20px;
        padding: 30px 60px;
         display: inline-block;
    }

    .sd2-dcs5-box-title{
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
    }

    .sd2-dcs5-box-dcs{
        font-size: 20px;
    }

    .plan-box{
        margin: 0 30px;
    }

    .plan-title{
        font-size: 24px;
        font-weight: bold;
    }

    .plan-title span{
        color: #4BF3FF;
    }

    .plan-dsc{
        font-size: 20px;
        font-weight: lighter;
    }

    .plan-box ul{
        display: inline-block;
    }

    .plan-box ul li{
        text-align: left;
        font-size: 20px;
        margin: 10px 0;
    }

    .plan-text p{
        margin: 10px 0;
        font-size: 20px;;
    }

    .font-lighter{
        font-weight: 300;
        line-height: normal;
    }

    .ud-title{
        border-bottom:none;
        margin-bottom: 0;
    }

    .ud-title span,.ud-dcs span{
        color: #4BF3FF;
    }

    .ud-dcs{
        font-size: 20px;
        margin: 0 0 40px 0;
        font-weight: 300;
    }

    .ud-ptit{
        margin-bottom: 20px;
    }

    .patreon-detail p{
        margin: 10px 0;
        font-size: 18px;
        font-weight: normal;
    }

    .ud-card{
        padding: 20px 80px 20px 80px;
        margin-bottom: 20px;
    }

    .ud-ftext{
        font-size: 16px;
    }

    .pay-section .section2-d-title{
        font-size: 32px;
        text-shadow: none;
    }

    .pay-section .section2-d-box{
        gap: 60px;
    }

    .ps-dsc{
        font-size: 24px;
        font-family: Alimama ShuHeiTi;
        font-weight: bold;
        margin-top: -10px;
        margin-bottom: 30px;
    }

    .process-t-flex{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .ps-dsc-text1 p{
        font-size: 20px;
        margin: 8px 0;
    }

    .ps-dsc-text2 p{
        margin: 5px 0;
        font-size: 18px;
    }

    .ps-higtligh-text{
        color: #4BF3FF;
        font-size: 20px;
        margin: 20px 0px;
    }

    .process-box{
        border: 1px solid #fff;
        background: linear-gradient(270deg, #050620 0%, #280671 100%);
        padding: 40px 30px 20px 30px;
        position: relative;
        border-radius: 20px;
    }

    .process-title{
        background-color: #04051F;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 50px;
        padding: 10px 30px;
        font-size: 24px;
        font-weight: bold;
        transform: translateY(50%);
        z-index: 111111;
        position: relative;
    }
    .process-list ul li{
        list-style-type: auto;
        text-align: left;
        font-size: 18px;
        margin: 10px 10px 10px 20px;
        line-height: 28px;
    }

    .table-title{
        font-weight: bold;
        font-size: 32px;
        color: #4BF3FF;
        font-family: Alimama ShuHeiTi;
        margin: 20px 0 5px 0;
    }

    .table-dsc{
        font-size: 28px;
        font-weight: bold;
        margin: 5px 0 20px 0;
    }


    .table-section{
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .table-section .booking-table{
        box-shadow: none;
        margin-bottom: 20px;
        width: 95%;
    }

    .table-section .booking-table input{
        font-weight: bold;
        font-size: 20px;
        color: #280671;
    }

    .table-title2{
        margin-top: 30px;
    }

    .table-text{
        margin-top: 20px;
    }
    
    .table-text p{
        font-size: 20px;
        margin: 5px 0;
    }

    .table-btext{
        margin-top: 20px;
        font-size: 18px;
        color: #4BF3FF;
    }

    .faq-action-text{
        font-size: 24px;
        font-weight: bold;
    }

    .faq-action-instructions{
        font-size: 20px;
        color: #4BF3FF;
        margin: 10px 0 20px 0;
    }

    .ques-button a{
        display: inline-block;
        border: 1px solid #D0B4FF;
        border-radius: 30px;
        background-color: #280671;
        color: #D0B4FF;
        font-size: 24px;
        font-weight: bold;
        padding: 15px 40px;
        width: 300px;
        margin: 10px 0;
        transition: all 0.3s ease;
    }

    .ques-button a:hover{
        opacity: 0.9;
        box-shadow: 0px 0px 20px rgba(208, 180, 255, 0.5);
        transform: translateY(-2px);
    }

    .ques-button a span{
        font-size: 18px;
        color: #fff;
    }

    .prc-title{
        margin-top: 0;
        font-weight: normal;
    }

    .prc-title .section2-d-title{
        text-shadow: none;
    }

    .at-margin p{
        margin: 0;
    }
    
    .at-box .disclaimer-entry2{
        margin-top: 0;
    }

    .at-box .disclaimer-entry2:first-child p{
        margin-top: 0;
    }

    @media (max-width: 1440px) {

        .info-subtitle3{
            font-size: 32px;
        }
        .info-que {
            font-size: 24px;
            margin-top: 10px;
        }

        .info-list-box {
            font-size: 18px;
            line-height: normal;
        }

        .info-best-time {
            font-size: 24px;
        }

        .info-card .highlight {
            font-size: 24px;
        }

        .info-card {
            padding: 15px 30px;
            font-size: 20px;
        }

        .info-desc {
            margin-top: 40px;
            font-size: 24px;
        }

        .info-focus {
            font-size: 32px;
        }

        .status-btn {
            font-size: 20px;
        }

        .pain-point-title {
            font-size: 24px;
        }

        .pain-point-tit {
            font-size: 20px;
        }

        .pain-point-box-padding {
            font-size: 16px;
        }

        .pain-point-box {
            min-height: 200px;
        }

        .banner-text {
            font-size: 24px;
        }

        .def-header {
            font-size: 20px;
        }

        .def-row {
            font-size: 18px;
            margin: 10px 20px;
        }

        .def-description {
            font-size: 18px;
            margin: 20px 20px 0px 20px;
        }

        .definition-section,
        .backtest-section {
            width: 100%;
        }

        .def-hr {
            margin: 20px 0;
        }

        .def-example-tit {
            font-size: 20px;
        }

        .def-example {
            padding: 15px 20px;
        }

        .def-summary {
            font-size: 18px;
            margin: 0 20px;
        }

        .backtest-title-box h3 {
            font-size: 24px;
        }

        .backtest-table td {
            font-size: 20px;
        }

        .backtest-table td:last-child {
            font-size: 18px;
        }

        .underlined-title {
            font-size: 32px;
        }

        .patreon-card p,
        .how-to-get-item {
            font-size: 18px;
            margin: 10px 0;
            font-weight: 500;
        }

        .patreon-btn,
        .submit-btn-new {
            font-size: 20px;
        }

        .patreon-highlight {
            margin-bottom: 30px;
        }

        .patreon-chevron-icon-arrow img {
            width: 30px;
        }

        .info-title2 {
            font-size: 42px;
            line-height: normal;
        }

        .info-subtitle {
            font-size: 38px;
        }

        .disclaimer-title-large2 {
            font-size: 24px;
            margin-bottom: 30px;
        }

        .disclaimer-entry-bottom {
            font-size: 20px;
        }

        .chevron-icon img {
            width: 45px;
        }
        .ud-ptit{
            margin-bottom: 20px;
        }
        .section2-d-title{
            font-size: 32px;
        }
        .section2-d-dcs1{
            font-size: 24px;
        }
        .section2-d-dcs2{
            font-size: 26px;
        }
        .tbb-content{
            font-size: 18px;
        }

        .table-section .booking-table input{
            font-size: 16px;
        }

        .ud-dcs{
            margin-bottom: 20px;
        }

        .patreon-card{
            margin: 20px 0;
        }
        .table-dsc{
            font-size: 20px;
        }

        .plan-text p ,.plan-box ul li{
            margin: 5px 0;
        }

        .section2-d-dcs3{
            font-size: 20px;
        }

        .info-que-strong{
            margin-top: 40px;
        }

        .info-best-dsc{
            font-size: 23px;
        }
    }

    @media (max-width: 1024px) {
        .info-subtitle3{
            font-size: 24px;
        }
        .pain-point-tit {
            margin-bottom: 10px;
            font-size: 18px;
        }

        .info-list-box {
            margin-top: 30px;
        }

        .backtest-table td {
            padding: 20px;
            font-size: 18px;
        }

        .banner-text {
            font-size: 20px;
        }

        .pain-point-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .pain-point-title {
            margin-bottom: 40px;
        }

        .pain-point-grid {
            gap: 30px;
        }

        .info-title2 {
            font-size: 32px;
        }

        .info-subtitle {
            font-size: 28px;
        }

        .info-desc {
            font-size: 18px;
        }

        .definition-section,
        .backtest-section {
            width: 95%;
        }

        .free-get-text,
        .patreon-highlight {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .patreon-card {
            padding: 20px 0 40px 0px;
        }

        .patreon-btn,
        .submit-btn-new {
            font-size: 18px;
        }

        .underlined-title {
            font-size: 24px;
        }

        .backtest-section {
            margin-top: 40px;
        }

        .tbb-content{
            width: 100%;
            padding: 30px 0 20px 0;
            border-radius: 10px;
        }

        .tbb-title{
            font-size: 18px;
        }
        .tbb-content p{
            margin: 10px;
            font-size: 16px;
            text-align: left;
        }

        .minfo-subtitle2{
            margin: 20px 0;
            font-size: 18px;
        }

        .info-best-dsc{
            font-size: 20px;
        }
        .info-que-strong{
            gap: 30px;
        }
        .top-banner-box{
            margin-top: 20px;
        }
    }

    @media (max-width: 768px) {

        .tbb-title{
            font-size: 15px;
            padding: 5px;
        }
        .pain-point-tit {
            margin-bottom: 2px;
        }

        .underlined-title {
            font-size: 20px;
        }

        .patreon-card {
            border-radius: 10px;
            padding: 10px 10px 30px 0px;
            margin-top: 0px;
        }

        .def-description {
            font-size: 15px;
            margin: 20px 0 10px 0;
        }

        .how-to-get-item {
            margin: 5px 0;
        }

        .underlined-title {
            margin-bottom: 30px;
        }

        .how-to-get-list {
            margin-bottom: 20px;
        }

        .patreon-card p,
        .how-to-get-item {
            font-size: 15px;
        }

        .free-footer-text {
            font-size: 15px;
            line-height: 1.5;
            margin-top: 20px;
        }

        .patreon-btn,
        .submit-btn-new {
            padding: 8px 30px;
        }

        .submit-msg {
            font-size: 15px;
        }

        .patreon-chevron-icon-arrow {
            margin: 20px 0;
        }

        .free-get-text
        {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .patreon-highlight{
            font-size: 18px;
            margin-bottom: 10px;
        }

        .backtest-title-box {
            padding: 10px 10px;
        }

        .def-summary {
            font-size: 15px;
            margin: 0;
        }

        .backtest-section {
            margin-bottom: 0;
        }

        .backtest-table td:last-child {
            padding: 10px;
            font-size: 15px;
        }

        .backtest-footer {
            font-size: 15px;
        }

        .backtest-table td {
            padding: 10px;
            font-size: 16px;
        }

        .backtest-title-box h3 {
            font-size: 18px;
        }

        .backtest-title-box p {
            font-size: 15px;
            margin: 0;
            font-weight: 400;
        }

        .def-example {
            padding: 0 0 10px 0;
        }

        .def-example-tit {
            font-size: 16px;
        }

        .def-example-item {
            font-size: 15px;
            margin: 5px 0;
        }

        .def-row {
            margin: 0;
            font-size: 15px;
            gap: 5px;
        }

        .bottom-banner-pill {
            width: 95%;
            border-radius: 50px;
            padding: 8px 20px;
            margin: 30px 0;
        }

        .bottom-banner-pill .banner-dot {
            display: none;
        }

        .banner-text {
            font-size: 18px;
        }

        .definition-section,
        .backtest-section {
            width: 100%;
        }

        .info-status-group {
            gap: 40px;
        }

        .status-btn {
            font-size: 18px;
            padding: 8px 30px;
        }

        .pain-point-grid {
            grid-template-columns: 1fr;
        }

        .pain-point-title {
            font-size: 32px;
        }

        .info-focus {
            margin-top: 50px;
            margin-bottom: 40px;
        }


        .info-que {
            font-size: 20px;
            margin-top: 0px;
        }



        .info-list-box{
            margin-top: 20px;
        }

        .info-list-box {
            font-size: 15px;
        }

        .info-list-box ul li {
            margin: 10px 0px;
            line-height: 24px;
        }

        .info-list-box {
            padding: 10px 20px;
        }

        .info-best-time {
            line-height: normal;
        }

        .info-card {
            padding: 15px 30px;
            border-radius: 10px;
            margin-top: 30px;
            font-size: 16px;

        }

        .info-card .highlight {
            font-size: 18px;
        }

        .info-desc {
            font-size: 15px;
            margin-top: 20px;
        }

        .info-que img {
            width: 15px;
        }

        .info-best-dsc{
            font-size: 16px;
        }
        .info-best-time {
            font-size: 18px;
            -webkit-text-stroke: unset;
        }

        .info-subtitle,
        .info-focus {
            font-size: 24px;
        }

        .pain-point-title {
            font-size: 20px;
        }

        .info-status-group {
            margin: 20px 0;
        }

        .pain-point-title {
            margin-bottom: 20px;
            margin-top: 0;
        }

        .pain-point-box {
            min-height: 150px;
        }

        .pain-point-box-padding {
            font-size: 15px;
        }

        .def-header {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .disclaimer-entry-bottom {
            font-size: 15px;
            margin-bottom: 20px;
        }

        .disclaimer-title-large2 {
            font-size: 20px;
        }

        .disclaimer-entry2 p{
            font-size: 15px;
                line-height: 1.6;
        }

        .disclaimer-title-smail{
            font-size: 20px;
            margin-bottom: 0px;
        }

        .disclaimer-entry2{
            margin-top: 20px;
        }

        .section2-d-title {
            font-size: 20px;
        }

        .section2-d-dcs,.section2-d-dcs1,.section2-d-dcs2{
            font-size: 16px;
        }

        .section2-d-dcs2{
            margin: 10px 0;
        }
        .section2-d-dcs3{
            font-size: 15px;
        }
        
        .section2-d-but{
            font-size: 18px;
        }

        .section2-d-dcs4{
            margin-top: 20px;
            font-size: 15px;
        }

        .section2-d-dcs5-box{
            padding: 20px;
            margin-top: 20px;
            border-radius: 10px;
        }

        .sd2-dcs5-box-title{
            font-size: 18px;
        }
        
        .sd2-dcs5-box-dcs{
            font-size: 15px;
        }

        .section2-d-box{
            margin-top: 40px;
        }

        .plan-title{
            font-size: 18px;
        }

        .plan-dsc{
            font-size: 16px;
        }

        .plan-box{
            margin: 0 10px;
        }

        .plan-box ul li,.plan-text p{
            font-size: 15px;
            line-height: 1.6;
        }

        .ud-title{
            font-size: 18px;
            margin-bottom: 10px;
        }

        .ud-dcs {
            font-size: 16px;
        }

        .ud-card{
            border-radius: 10px;
            margin: 0 0 20px 0;
            padding: 20px 20px 10px 20px;
        }

        .pay-section .section2-d-title{
            font-size: 20px;
        }

        .pay-section .section2-d-box{
            gap: 30px;
        }

        .ps-dsc{
            font-size: 18px;
        }

        .ps-dsc-text1 p,.ps-dsc-text2 p{
            font-size: 15px;
            line-height: 1.6;
        }
        
        .ps-higtligh-text{
            font-size: 16px;
        }

        .tbb-content p {
            margin: 5px 20px;
            line-height: 1.6;
        }

        .process-t-flex{
            font-size: 20px;
        }

        .process-box{
            border-radius: 10px;
        }

        .process-list ul li,.table-text p,.table-btext{
            font-size: 15px;
            line-height: 1.6;
            text-align: left;
        }

        .table-title{
            font-size: 20px;
        }

        .table-dsc{
            font-size: 16px;
        }

        .question-section .section2-d-box{
            margin-bottom: 30px;
        } 

        .table-title{
            margin-top: 20px;
        }

        .table-btext,.table-text{
            margin-top: 10px;
        }

        .faq-action-text{
            font-size: 18px;
        }

        .faq-action-instructions{
            font-size: 16px;
        }

        .question-section{
            padding:0 0 30px 0;
        }

        .ques-button a {
            border-radius: 50px;
            font-size: 18px;
            padding: 10px 0px;
            width: 100%;
        }

        .ques-button a span{
            font-size: 16px;
        }

        .prc-title{
            margin-top: 0;
        }

        .info-section{
            margin-top: 50px;
        }

        .info-subtitle3 {
            font-size: 20px;
        }

        .minfo-subtitle2{
            margin-top: 10px;
        }
        .minfo-subtitle2 {
            font-size: 16px;
        }
        .info-title2 {
            font-size: 20px;
        }

        .booking-table td,.table-section .booking-table input {
            font-size: 14px;
        }

    }

    @media (max-width: 400px) {
        .process-t-flex,.section2-d-title {
            font-size: 16px;
        }
    }