
.container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.caption{
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.caption::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 970px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(249, 244, 255));
}
.caption::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(242, 220, 204, 0), rgb(248, 249, 255));
    top: 0;
    left: 0;
}
.caption .container{
    padding: 150px 0;
}
.jumbotron{
    text-align: center;
    padding: 0 80px;
}
.jumbotron .title{
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 32px;
    background-image: linear-gradient(100deg, rgb(61, 61, 61), rgb(255, 77, 99));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.jumbotron .subtitle{
    max-width: 780px;
    text-align: center;
    font-size: 22px;
    margin: auto auto 32px;
}
.jumbotron .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 32px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #ef5366;
    border: 1px dashed rgba(239,83,102,0.5);
    background-color: transparent;
    border-radius: 12px;
}
.jumbotron .banner{
    max-width: 100%;
    margin-top: 60px;
}
.jumbotron .feature{
    display: flex;
    gap: 32px;
    margin-top: 60px;
}
.jumbotron .feature p{
    position: relative;
    font-size: 16px;
    text-align: left;
    padding: 24px 32px;
    color: #484848;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 8px 32px rgba(111,111,111,0.1);
    border-radius: 12px;
}
.jumbotron .feature p::before{
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 8px;
    background-color: #0084fe;
    border-radius: 4px;
}
.jumbotron .feature p:nth-child(0)::before { background-color: #0084fe; }
.jumbotron .feature p:nth-child(1)::before { background-color: #2abb52; }
.jumbotron .feature p:nth-child(2)::before { background-color: #ff0e9f; }

.section{
    position: relative;
    padding: 100px 0;
    background-image: linear-gradient(rgba(242, 220, 204, 0), rgb(248, 249, 255));
}
.section p{ margin-bottom: 20px; font-size: 18px; color: #484848; font-weight: 400; }
.section-title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.section-subtitle{
    text-align: center;
    color: #666;
    font-size: 16px;
}

.custom-why{ position: relative; }
.custom-why::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url("../image/bg.svg");
    background-repeat: no-repeat;
    background-size: 180% auto;
    background-position: center center;
    filter: blur(40px);
}
.custom-why .banner{
    margin-top: 48px;
    display: block;
    max-width: 100%;
    border-radius: 24px;
}


.group-advant{ margin-bottom: 20px; margin-right: 300px; }
.group-advant li{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: unset;
    padding: 10px 0 12px 48px;
}
.group-advant li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 8px;
    left: 0;
    bottom: 10px;
    background-image: url("../image/check.svg");
}


.custom-mean{ display: flex; align-items: center; }
.custom-mean p{ flex: 1; font-size: 20px; }
.custom-mean .img{ display: block; flex-shrink: 0; margin-right: 72px; height: 400px; }
.custom-mean::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: -150px;
    right: 0;
    background-image: url("../image/bg.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right top;
    filter: blur(50px);
}


.advantage-flex{
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    padding: 40px 48px 24px 48px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 8px 32px rgba(111,111,111,0.1);
    border-radius: 24px;
}
.advantage-flex .img{
    position: absolute;
    right: 0;
    bottom: 24px;
    height: 500px;
}
.advantage-flex::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url("../image/bg.svg");
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-position: center center;
    opacity: 0.8;
    filter: blur(50px);
}

.defect-group{ display: flex; gap: 40px; margin-top: 40px; margin-bottom: 64px; }
.defect-item{ flex: 1; position: relative; }
.defect-item p{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 24px 30px;
    font-size: 16px;
    color: #333;
    margin: 0;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 8px 32px rgba(111,111,111,0.1);
    border-radius: 24px;
    backdrop-filter: blur(30px);
}
.defect-item::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: -16px;
    left: 10px;
    border-radius: 24px;
    transform: rotate(5deg);
    background-color: #fff;
}
.defect-item-1::after { background-color: #0084fe; }
.defect-item-2::after { background-color: #2abb52; }
.defect-item-3::after { background-color: #ff0e9f; }
.defect-item-4::after { background-color: #f54245; }



.custom-right-group{ display: flex; gap: 72px; margin-top: 64px;}
.custom-right{
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 0 32px;
}
.custom-right img{
    display: block;
    height: 240px;
    margin: 24px auto 64px auto;
}
.custom-right p{
    font-size: 20px;
}

.section-custom{
    color: #fff;
    background-color: #314252;
    background-image: linear-gradient(135deg, #d992aa, #335b80);
}
.custom-made{ display: flex; justify-content: space-between; padding-bottom: 24px; }
.custom-made p{ color: #fff; }
.custom-made .left{
    text-align: left;
    flex-shrink: 0;
    width: 40%;
}
.custom-made .left .section-title{
    letter-spacing: -2px;
    font-size: 54px;
    line-height: 65px;
    font-weight: 700;
    text-align: left;
}
.custom-made .left::after {
    bottom: 24px;
    color: #fff;
    content: attr(data-text);
    font-family: Poppins, sans-serif;
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    left: 50%;
    line-height: 0;
    opacity: .05;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
}

.custom-made .right{ width: 50%; }

.expandable{
    position: relative;
    overflow: hidden;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    border-radius: 12px;
    margin-top: 20px;
}
.expandable .question{
    position: relative;
    font-size: 20px;
    cursor: pointer;
    padding: 20px 24px;
    font-weight: 500;
}
.expandable p{
    padding: 0 24px 20px 24px;
    margin: 0;
    color: #484848;
    display: none;
}
.expandable p.expanded{ display: block; }
.expandable .more{
    position: absolute;
    width: 28px;
    height: 28px;
    top: 20px;
    right: 20px;
    overflow: hidden;
    transition: all 0.3s;
}
.expandable .active .more{ transform: rotate(45deg); }
.expandable .more::before,
.expandable .more::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #666;
    border-radius: 6px;
}
.expandable .more::before{ width: 50%; height: 2px; }
.expandable .more::after { width: 2px; height: 50%; }

.footer{
    padding: 40px 0;
    text-align: center;
    font-weight: 400;
    color: #999;
}

@media screen and (max-width: 1000px) {
    .container {  padding: 0 20px; }
    .caption::before{ height: 970px; }
    .caption .container{ padding: 32px 0;  }
    .jumbotron{ padding: 0 20px; }
    .jumbotron .title{ font-size: 24px; line-height: 32px; margin-bottom: 24px; }
    .jumbotron .subtitle{ font-size: 18px; margin: auto auto 24px; }
    .jumbotron .btn{ height: 48px; font-size: 18px; }
    .jumbotron .banner{ margin-top: 32px; }
    .jumbotron .feature{ display: block; margin-top: 32px; }
    .jumbotron .feature p{ font-size: 14px; padding: 16px 20px; margin-top: 20px; }
    .section{ padding: 32px 0;  }
    .section p{ margin-bottom: 16px; font-size: 16px; }
    .section-title{ font-size: 24px; line-height: 32px; margin-bottom: 24px; }
    .section-subtitle{ font-size: 14px; }
    .custom-why .banner{ margin-top: 20px; border-radius: 12px; }
    .custom-mean{ display: block; }
    .custom-mean p{ font-size: 16px; }
    .custom-mean .img{ margin: 0 auto 24px auto; height: auto; width: 400px; max-width: 90%; }


    .advantage-flex{
        margin: 0 0 16px 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    .advantage-flex .img{ display: none; }
    .group-advant{ margin: 0; }
    .group-advant li{
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0 8px 36px;
    }
    .group-advant li::before {
        width: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        background-size: 100% 100%;
    }

    .defect-group{ display: block; margin-top: 0; margin-bottom: 0; }
    .defect-item{ margin-bottom: 40px; }
    .defect-item p{
        padding: 16px 20px;
        font-size: 15px;
        border-radius: 12px;
    }
    .defect-item::after {
        bottom: -12px;
        left: 10px;
        border-radius: 16px;
        transform: rotate(4deg);
    }

    .custom-right-group{ display: block; margin-top: 0;}
    .custom-right{ padding: 0; }
    .custom-right img{
        max-width: 60%;
        height: auto;
        margin: 24px auto;
    }
    .custom-right p{ font-size: 16px; }

    .custom-made{ display: block; padding: 0 8px; }
    .custom-made .left{  width: 100%; }
    .custom-made .left .section-title{ font-size: 36px; line-height: 1.2; }
    .custom-made .left::after { top: 0; bottom: auto; font-size: 44px; }
    .custom-made .right{ width: 100%; }

    .expandable .question{ font-size: 16px; padding: 16px 48px 16px 20px; }
    .expandable p{ padding: 0 20px 20px 20px; }

    .footer{ padding: 20px 0; font-size: 12px; }
}
