.tester-page {
    display: block !important;
    overflow: visible !important;
    min-height: auto !important;
    background: #ffffff;
    width: 100% !important;
    line-height: 1.6;
    font-size: 14px;
    font-family: 'PingFang SC', 'PingFang SC-Regular', sans-serif;
    font-weight: 400;
}

.tester-page section {
    display: block;
    width: 100%;
}

.tester-page a {
    text-decoration: none;
}

/* Hero Section */
.tester-hero {
    position: relative;
    /* background: linear-gradient(106deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%); */
    padding: 120px 0 100px;
    text-align: center;
    overflow: hidden;
    background: url('./../img/other/banner_bg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
}

.tester-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(255, 105, 51, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.tester-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 50%;
    height: 180%;
    background: radial-gradient(ellipse at center, rgba(64, 158, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.tester-hero-inner {
    position: relative;
    z-index: 2;
    width: 1120px;
    margin: 0 auto;
    text-align: left;
}

.tester-badge {
    display: inline-block;
    width: 171px;
    line-height: 39px;
    background: rgba(255, 105, 51, 0.15);
    border-radius: 30px;
    border: 1px solid rgba(255, 105, 51, 0.4);
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 13px;
    color: #FF6933;
    text-align: center;
}

.tester-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FF6933;
    border-radius: 4px;
    display: inline-block;
    margin-right: 7px;
}

.tester-hero h1 {
    font-family: 'PingFang SC-Bold';
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tester-hero h1 .highlight {
    background: linear-gradient(96deg, #FF6933 0%, #FEB425 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "PingFang SC";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -0.5px;
    font-family: 'PingFang SC-Bold';
    font-weight: bold;
}

.tester-hero-desc {
    font-family: 'PingFang SC-Regular';
    font-weight: 400;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 29px;
}

.tester-hero-btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
}

.tester-hero-btns a {
    color: #fff;
}

.tester-btn {
    padding: 15px 32px;
    text-align: center;
}

.tester-btn-primary {
    display: inline-block;
    color: #fff;
    font-family: 'PingFang SC-Bold';
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    background: #FF6933;
    box-shadow: 0px 4px 20px 0px rgba(255, 105, 51, 0.4);
    border-radius: 6px;
}

.tester-btn.tester-btn-primary:hover {
    transform: translateY(-2px);
    color: #fff;
    background: #FF6600;
    box-shadow: 0px 6px 24px 0px rgba(255, 105, 51, 0.5);
}

.tester-btn-secondary {
    display: inline-block;
    color: #fff;
    font-family: 'PingFang SC-Bold';
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    border-radius: 6px;
    margin-left: 16px;
}

.tester-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    transform: translateY(-2px);
}

/* Common Section Styles */
.tester-section {
    padding: 70px 0;
}

.tester-container {
    width: 1120px;
    margin: 0 auto;
}

.tester-subtitle {
    font-weight: bold;
    font-size: 13px;
    color: #FF6933;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: left;
}

.tester-subtitle::before {
    content: '';
    width: 24px;
    height: 2px;
    background: #FF6933;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.tester-title {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 32px;
    color: #181818;
    line-height: 51px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 4px;
}

.tester-text {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 29px;
    text-align: left;
}

/* Why Section - Cards */
.tester-why {
    background: #fafbfc;
}

.tester-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.tester-card {
    width: 548px;
    height: 256px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    padding: 29px;
    box-sizing: border-box;
}

.tester-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.tester-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #FFF4EF 0%, #FFE8DC 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;

}

.tester-card-icon-2 {
    background: #FFF8E8;
}

.tester-card-icon svg {
    width: 28px;
    height: 28px;
    fill: #FF6933;
}

.tester-card h3 {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.tester-card p {
    font-family: 'PingFang SC-Regular';
    font-size: 14px;
    line-height: 1.7;
    color: #5a6a7a;
}

/* Looking For Section - Two Column */
.tester-eligibility {
    background: #fff;
}

.tester-two-col,
.tester-three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}

.tester-two-col-2 {
    margin-top: 15px;
}

.tester-eligibility .tester-col {
    display: flex;
    align-items: center;
    width: 552px;
    height: 87px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    padding: 21px;
    box-sizing: border-box;
}

.tester-eligibility .tester-col .num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    background: #FFF0EB;
    font-weight: bold;
    font-size: 14px;
    color: #FF6933;
    margin-right: 12px;
}

.tester-eligibility .tester-col p {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 22px;
    display: inline-block;
}

.tester-eligibility .tester-col p .strong {
    font-family: 'PingFang SC-Bold';
    font-weight: bold;
}

.tester-three-col {
    width: 360px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    padding: 25px;
}

.tester-three-col:hover {
    border: 1px solid rgba(255, 105, 51, 0.3);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.tester-three-col h4 {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    line-height: 26px;
    margin-bottom: 26px;
    vertical-align: middle;
}

.tester-three-col h4 img,
.tester-two-col h4 img {
    vertical-align: middle;
    padding-right: 4px;
}

.tester-tech-list-img {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #FFF0EB;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
}

.tester-checklist li {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 22px;
    text-align: left;
    margin-bottom: 12px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.tester-checklist {
    height: 212px;
    margin-bottom: 12px;
}

/* .tester-optional{
font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 13px;
color: #8A8A8A;
line-height: 21px;
padding-top: 13px;
border-top: 1px solid #F0F0F0;
}
.tester-optional span{
    font-family: 'PingFang SC-Bold';
} */
.tester-review-note {
    width: 1120px;
    height: 55px;
    line-height: 55px;
    background: #FFF0EB;
    border-radius: 8px;
    border: 1px solid #FF6933;
    border-left-width: 4px;
    padding-left: 24px;
    margin-top: 24px;
}

.tester-review-note span {
    color: rgba(255, 105, 51, 1);
}

/* .circle  */
.tester-checklist li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #FF6933;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

/* Journey Section - Steps */
.tester-journey {
    background: #fafbfc;
}

.tester-steps {
    display: flex;
}

.tester-journey .tester-container::after {
    content: '';
    width: 1120px;
    height: 3px;
    background: linear-gradient(90deg, #FF6933 0%, #FEB425 50%, #FF6933 100%);
    opacity: 0.25;
    display: inline-block;
    z-index: 1;
    margin-top: -148px;
    position: absolute;
}

.tester-step {
    width: 176px;
    height: 179px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    text-align: center;
    margin-right: 13px;
    padding: 25px 17px 0 17px;
    box-sizing: border-box;
    margin-top: 40px;
    z-index: 4;
}

.tester-step-last {
    margin-right: 0;
}

.tester-step:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 105, 51, 0.3);
}

.tester-step-num {
    width: 36px;
    height: 36px;
    background: linear-gradient(153deg, #FF6933 0%, #FF6600 100%);
    box-shadow: 0px 4px 12px 0px rgba(255, 105, 51, 0.3);
    border-radius: 18px;
    font-family: 'PingFang SC-Bold';
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0 auto;

}

.tester-step-title {
    font-family: 'PingFang SC-Medium';
    font-size: 16px;
    color: #333333;
    margin-top: 16px;
}

.tester-step h4 {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    line-height: 22px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 4px;
}

.tester-step p {
    font-family: 'PingFang SC-Regular';
    font-size: 13px;
    line-height: 1.6;
    color: #5a6a7a;
}

/* Review Criteria Section */
.tester-review {
    background: #fff;
}

/* Tech Requirements Section */
.tester-tech {
    background: #fafbfc;
}

.tester-tech .tester-col {
    width: 545px;
    height: 361px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    padding: 28px 31px;
    box-sizing: border-box;
}

.tester-tech .tester-col h4 {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 17px;
    color: #181818;
    line-height: 28px;
    text-align: left;
    margin-bottom: 16px;
}

.tester-tech .tester-note {
    width: 483px;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #FF6933;
    border-left-width: 3px;
    background: #FFF0EB;
    padding: 12px 16px 12px 19px;
    margin-top: 16px;
}

.tester-col-right .tester-note {
    background: #FFF8E8;
    border-color: #FEB425;
}

.tester-tech .tester-note span {
    color: rgba(255, 105, 51, 1)
}

.tester-tech .tester-col span {
    font-family: 'PingFang SC-Bold';
    font-weight: bold;
}

.tester-tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tester-tech-list li {
    padding: 10px 0;
    font-family: 'PingFang SC-Regular';
    font-size: 14px;
    line-height: 1.6;
    color: #3a4a5a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tester-tech-list li:last-child {
    border-bottom: none;
}

.tester-tech-list li strong {
    color: #1a1a1a;
    font-weight: 500;
}

/* Reward Section */
.tester-reward {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
}

/* .tester-reward::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(255, 105, 51, 0.15) 0%, transparent 60%);
    pointer-events: none;
} */

.tester-reward-inner {
    background: url('./../img/other/Background.png') no-repeat center center;
    background-size: cover;
    width: 1120px;
    height: 231px;
    margin-top: 12px;
    padding: 0 48px 0 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tester-reward-label {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.tester-reward-amount {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 72px;
    color: #FF6933;
    margin-bottom: 12px;
    line-height: 1;
}

.tester-reward-desc {
    font-family: 'PingFang SC-Regular';
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.tester-reward-features {
    display: flex;
    justify-content: space-between;
    /* gap: 40px; */
    flex-wrap: wrap;

    /* margin-bottom: 36px; */
}

.tester-reward-feature {
    text-align: center;
}

.tester-reward-feature .reward-feature-count {
    font-family: 'PingFang SC-Semibold';
    font-weight: bold;
    font-size: 56px;
    line-height: 62px;
    text-align: left;
    background: linear-gradient(103deg, #FF6933 0%, #FEB425 100%);
    -webkit-background-clip: text;
    /* 兼容 Safari/旧版 Chrome */
    background-clip: text;
    /* 标准属性：裁剪至文字 */
    color: transparent;
    margin-bottom: 8px;
    /* 关键：隐藏原生文字颜色 */
}

.reward-feature-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
}

.tester-reward-feature-2 {
    text-align: right;
}

.tester-reward-feature-2 .reward-feature-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 21px;
}

.tester-reward-feature-2 .reward-feature-btn {
    width: 102px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 44px;
    text-align: center;
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 15px;
    cursor: default;
}

.tester-reward-feature-2 .reward-feature-btn img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

/* .tester-reward-feature-2 .reward-feature-btn:hover{
    background: rgba(255,255,255,0.2);
} */
.tester-reward-feature strong {
    display: block;
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}

.tester-reward-feature span {
    font-family: 'PingFang SC-Regular';
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

/* How to Apply Section */
.tester-apply {
    background: #F4F5F7;
}

.tester-apply-steps {
    width: 1120px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    padding: 61px 41px 41px 41px;
    box-sizing: border-box;
    margin-top: 12px;
}

.tester-apply-email {
    width: 264px;
    height: 50px;
    background: #FFF0EB;
    border-radius: 8px;
    display: block;
    line-height: 50px;
    font-family: 'PingFang SC-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #FF6933;
    text-align: center;
    cursor: pointer;
    margin-bottom: 28px;
}

.tester-apply-email img {
    vertical-align: middle;
    margin-right: 8px;
}

.tester-apply-steps-title {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.tester-apply-steps-content {
    font-family: 'PingFang SC-Regular';
    font-size: 14px;
    color: #000000;
    margin-bottom: 16px;
}

.tester-apply-steps-content span {
    color: #FF6933;
}

.tester-apply-card {
    width: 1038px;
    height: 66px;
    background: #FAFAFA;
    border-radius: 8px;
    border-left: 3px solid #FF6933;
    padding: 18px 23px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.tester-apply-card-4 {
    width: 1038px;
    height: 66px;
    background: #FFF0EB;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FF6933;
    border-left-width: 3px;
}

.tester-apply-card-4 span {
    color: rgba(255, 105, 51, 1);
    font-weight: bold;
}

/* .tester-apply-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
} */

.tester-apply-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    background: #FF6933;
    color: #fff;
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-right: 14px;
}

.tester-apply-card h4 {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 17px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.tester-apply-card p {
    font-family: 'PingFang SC-Regular';
    font-size: 14px;
    line-height: 1.6;
    color: #5a6a7a;
}

.tester-apply-card p strong {
    font-family: 'PingFang SC-Semibold';
    font-weight: bold;
    color: rgba(24, 24, 24, 1);
}

/* Important Notes Section */
.tester-notes {
    background: #fafbfc;
}

.tester-notes-list {
    margin-top: 32px;
}

.tester-notes-list .tester-note {
    width: 1120px;
    height: 90px;
    background: #FFF7E8;
    border-radius: 8px;
    border: 1px solid #FEB425;
    border-left-width: 4px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding: 21px 25px;
    box-sizing: border-box;
}

.tester-notes-list .tester-note-icon {
    display: inline-block;
    margin-right: 15px;
}

/*
.tester-note {
    display: flex;
    gap: 16px;
    padding: 20px 24px;
    background: #FFF0EB;
    border-radius: 12px;
    margin-bottom: 16px;
    border-left: 4px solid #FF6933;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
} */

.tester-note-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #FFF4EF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.tester-note-icon svg {
    width: 14px;
    height: 14px;
    fill: #FF6933;
}

.tester-note-content {
    font-family: 'PingFang SC-Regular';
    font-size: 14px;
    line-height: 1.7;
    color: #3a4a5a;
}

.tester-note-content strong {
    color: rgba(74, 61, 24, 1);
    font-weight: bold;
    font-family: 'PingFang SC-Bold';
}

/* CTA Section */
.tester-cta {
    /*  */
    width: 100%;
    background: #fff;
    padding-top: 69px;
    padding-bottom: 63px;
}

.tester-cta .tester-container {
    /* background: linear-gradient(106deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%); */
    background: url('./../img/other/Background1.png') no-repeat center center;
    background-size: cover;
    text-align: center;
    width: 1120px;
    height: 295px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 12px;
    padding-top: 47px;
    padding-bottom: 48px;
}

.tester-cta h2 {
    font-family: 'PingFang SC-Semibold';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
}

.tester-cta p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 28px;
}

.tester-cta .tester-hero-btns {
    margin: 0 auto;
    display: inline-block;
}

.tester-cta .tester-hero-btns .tester-btn-primary {
    box-shadow: 0px 4px 20px 0px rgba(255, 105, 51, 0.4);
}

.tester-cta .lastP {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
    text-align: center;
}
