/* 主容器样式 */
.dataplan-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10rem 0 0rem;
    color: #000;
}

/* Hero部分样式 */
.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.hero-content {
    flex: 2;
    padding-right: 60px;
}

.hero-content h1 {
    font-size: 6rem;
    font-weight: 700;
    /* line-height: 10rem; */
    margin: 0;
    color: #fff;
    font-family: 'PoppinsSemiBold';
}

.hero-content h2 {
    color: black;
    font-size: 6rem;
    font-weight: 700;
    margin: 0;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.hero-image {
    flex: 1;
    text-align: right;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}


/* 套餐选择样式 */
.plan-selection-bg{
    background-image: url(../image/plan/bg_plan2.png);
    background-size: 100%;
    padding: 20rem 0 16rem;
    background-repeat: no-repeat;
}
.plan-selection {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    color: #000;
    text-align: center;

}

.plan-selection h3 {
    font-size: 3.6rem;
    font-weight: 500;
    font-family: 'PoppinsMedium';
    margin-bottom: 1rem;
    margin-top: 0;
    color: #000;

}

.plan-selection p{
    color:  rgba(255, 255, 255, 0.68);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    font-size: 1.6rem;
    margin-bottom: 6rem;
}

.plan-toggle {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    width: 220px;
    border-radius: 12px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(6.000000476837158px);
    padding: 2px;
}

.plan-toggle button {
    padding: 10px 30px;
    border: none;
    background: transparent;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    width: 50%;
}

.plan-toggle button.active {
    background: rgba(2, 198, 165, 1);
    border-radius: 10px;
    color: #fff;
}

.plans-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* align-items: flex-end; */
}

.plan-card {
    min-width: 32rem;
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background:  #f1f1f1;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

/* .plan-card:hover {
    background: rgba(119, 184, 28, 0.1);
} */

.plan_card_box_top{
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .plan_card_box:nth-child(3) .plan_card_box_top{
    background: rgba(31, 31, 31, 1);
} */
.plan_card_box{
    flex: 1;
    max-width: 32rem;
    min-width: 32rem;
    background:  #f1f1f1;
    border: 2px solid rgba(255, 255, 255);
    padding: 2px;
    border-radius: 24px;
}  

.plan-header {
    text-align: left;
    margin-bottom: 10px;
}

.plan-header img {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
}

.plan-header h4 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.price {
    font-size: 32px;
    /* color: rgba(119, 184, 28, 1); */
}
.price span{
    font-size: 18px;
    color: rgba(0, 0, 0);
    font-weight: 100;
}

.plan-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.plan-features li {
    margin-bottom: 15px;
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    color: rgba(0, 0, 0);
}

.plan_Rabatt{
    position: relative;
    text-align: left;
    /* padding-left: 24px; */
    font-size: 14px;
    color: #F4B344;
}

.plan_btn{
    display: flex;
    width: 100%;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid  rgba(0, 0, 0, 0.68);
    /* box-shadow: 0px 5px 15px 0px rgba(119, 184, 28, 0.20); */
    font-size: 18px;
    margin: 3rem auto;
}

/* .plan_Rabatt::before{
    content: "";
    position: absolute;
    left: 0;
    color: rgba(119, 184, 28, 1);
    background-image: url(../image/plan/icon_tag.png);
    width: 20px;
    height: 20px;
    background-position-x: left;
    background-repeat: no-repeat;
    background-position-y: center;
} */

.plan-features li::before {
    content: "";
    position: absolute;
    left: 0;
    color: rgba(0, 0, 0, 0.68);
    background-image: url(../image/plan/Vector.png);
    width: 20px;
    height: 20px;
    background-position-x: left;
    background-repeat: no-repeat;
    background-position-y: center;
}
.plan_Rabatt_free::before{
    content: "";
    background-image:none;
}
.plan_Rabatt_free{
    color: transparent;
}
.plan_btn_free{
    box-shadow: 0px 5px 15px 0px transparent;
    color: transparent;
    border: none;
}

.active_box_shadow{
    /* box-shadow: 0px 5px 15px 0px #9E9E9E; */
    background-color: #fff !important;
    border: 2px solid  rgba(2, 198, 165, 1) !important;
}

/* 订单部分样式 */
.order-section {
    border: 2px solid rgba(255, 255, 255);
    border-radius: 30px;
    padding: 40px;
    display: flex;
    gap: 10rem;
    flex-wrap: wrap;
}

.order-form {
    flex: 1;
    min-width: 30rem;
}

.order-summary {
    flex: 1.4;
    min-width: 40rem;
    /* max-width: 50rem; */
    /* background: rgba(245, 245, 245, 0.02); */
    /* padding: 30px; */
    /* border-radius: 20px; */
}

.order-section h3{
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 4rem;
    font-family: 'PoppinsMedium';
}

.form-group {
    margin-bottom: 20px;
    font-size: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    background: rgba(245, 245, 245, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
}

.payment-methods {
    display: flex;
    margin-bottom: 20px;
}

.payment-methods button {
    flex: 1;
    padding: 12px;
    background: #f1f1f1;
    color: #000;
    cursor: pointer;
}
.paypal{
    border-radius: 10px 0 0 10px;
    border-right: none;
    border-top: 2px solid rgba(255, 255, 255);
    border-left: 2px solid rgba(255, 255, 255);
    border-bottom: 2px solid rgba(255, 255, 255);
}
.stripe {
    border-radius: 0 10px 10px 0;
    border-left: none;
    border-top: 2px solid rgba(255, 255, 255);
    border-right: 2px solid rgba(255, 255, 255);
    border-bottom: 2px solid rgba(255, 255, 255);
}

.terms {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
}
.terms label{
    margin-bottom: 0;
}

input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid #fff;
    background: rgba(255, 255, 255);
    flex-shrink: 0;
} 
input[type="checkbox"]:checked {
    background-color: rgba(2, 198, 165, 1);
    text-align: center;
    line-height: 20px;
}
/* 隐藏原生的复选框样式 */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* 复选框选中状态内部对勾的样式 */
input[type="checkbox"]:checked::after {
    content: "\2713"; /* Unicode字符 \2713 代表白色对勾 */
    color: white; /* 设置对勾的颜色为白色 */
    font-size: 14px; /* 设置对勾的字体大小 */
    line-height: 0; /* 垂直对齐 */
  }  
.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: rgba(0, 0, 0);
    background: #fff; 
    padding: 20px; 
    border-radius: 10px;
    font-size: 16px;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin: 10px 0;
    flex-wrap: wrap;
}

#input-container {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

.minus-sign,.plus-sign {
    cursor: pointer;
    color: gray;
    font-size: 3rem;
    /* border: 2px solid gray; */
    background: #fff;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
  }

.btn_active{
    color: #fff !important;
    background: rgba(2, 198, 165, 1) !important;
    border: 2px solid rgba(2, 198, 165, 1)!important;
}
.active {
    color: rgba(2, 198, 165, 1);
}

#number-input{
    width: 4rem;
    padding: 0;
    border: none;
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
}  
.form-group-flex{
    gap: 2rem;
    align-items: center;
}

.step,.plan_cam{
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    color: #000;
}
.step_title {
    font-size: 8em;
    font-family: 'PoppinsMedium';
    font-weight: 500;
}

.step_title span{
    font-size: 20px;
}
.step_text{
    font-size: 18px;
    line-height: 30px;
}
.step_info{
    font-size: 18px;
    color:  rgba(0, 0, 0, 0.38);
}

/* 相机列表 */

.plan_cam{
    align-items: stretch;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 4rem auto 0rem;
}

.plan_cam_box{
    flex: 1;
    width: 100%;
    max-width: 33rem;
    min-width: 28rem;
    padding: 3rem 2.4rem;
    border-radius: 24px;
    border: 2px solid  rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.plan_cam_name{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.plan_cam_info{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 100;
    color: rgba(0, 0, 0);
    /* margin-bottom: 2rem; */
}
.plan_cam_info span{
    margin-bottom: 1.5rem;
}

.plan_cam_btn,.plan_cam_btn_box{
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 32px;
    color: #000 ;
    background-color: rgba(2, 198, 165, 1);
    margin-top: 2rem;
    padding: 8px;
}
.plan_cam_btn{
    position: absolute;
    left: 50%;
    bottom: 2.4rem;
    width: 86%;
    transform: translateX(-50%);
}
.plan_cam_btn a{
    color: #000;
}
.plan_cam_btn_box{
    height: 24px;
    background: transparent;
}

.plan_cam_Subscribe{
    display: flex;
    /* height: 40px; */
    padding: 1rem 3rem;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    color: rgba(2, 198, 165, 1);
    border-radius:  0 24px 0 24px;
    background-color: #fff;
    position: absolute;
    top: -2px;
    right: -2px;
}
.step_3{
    width: 100%;
    margin-bottom: 4rem;
}

.plan-selection .plan_tip_title{
    margin-top: 6rem;
    margin-bottom: 0;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.68);
}
.plan-selection .plan_tip_text{
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.68);
}

.order-form label{
    color: #000 !important;
}
.order-form label a{
    color: rgba(2, 198, 165, 1);
}

.contrast_plan_bg{
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #1f1f1f;
    display: none;
}
.contrast_plan_box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    width: 100%;
    height: 100%;
    position: relative;
}
.contrast_title{
    text-align: center;
    font-size: 14px;
}
.contrast_plan_bg h4{
    margin-bottom: 10px;
}
.contrast_plan_bg .plan-header img{
    margin-bottom: 10px;
}

.sparkles{
    display: flex;
    /* height: 32px; */
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #8AEE54;
    font-size: 14px;
    color: #000;
}

.contrast_del{
    width: 42px;
    height: 42px;
    position: absolute;
    top: 4%;
    right: 10%;
    cursor: pointer;
}

/* 响应式样式 */
@media screen and (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        padding-right: 0;
        margin-top: 2rem;
        order: 1;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content h2 {
        font-size: 28px;
    }

    .steps-container {
        flex-direction: column;
    }

    .step {
        margin-bottom: 30px;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .plan-card {
        min-width: 100%;
        box-sizing: border-box;
        padding: 2rem;
    }
    .plan_card_box{
        max-width: 40rem;
    }

    .order-form,
    .order-summary {
        min-width: 100%;
        box-sizing: border-box;
        order: 2;
    }
    .plan-selection-bg{
        padding: 0;
    }
    .dataplan-container{
        padding: 6rem 0;
    }
    .order-section{
        padding: 1.5rem;
        gap: 4rem
        ;
    }
    .order-summary{
        order: 1;
    }
    .plan_cam_box{
        max-width: 100%;
    }
    .plan_cam{
        margin: 4rem auto;
    }
    .contrast_plan_bg{
        display: none !important;
    }
}

/* 暗色主题适配 */
@media (prefers-color-scheme: dark) {
    .plan-card,
    .order-summary,
    .form-group input,
    .form-group select,
    .payment-methods button {
        background: rgba(255, 255, 255, 0.05);
    }
} 