@keyframes hero-swiper-scroll-kf {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.meetvideochat-container .phone {
    background: #1c1c22;
    overflow: hidden;
    position: relative;
}

/* ---------- shared ---------- */
.meetvideochat-container .tag {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #A4A4B1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.meetvideochat-container .tag--dark {
    background: rgba(0, 0, 0, 0.05);
}

.meetvideochat-container .h-title {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #fff;
    margin-top: 20px;
}

.meetvideochat-container .h-title .muted {
    color: rgba(255, 255, 255, 0.65);
}

.meetvideochat-container .h-title .accent {
    color: #f12e6f;
}

.meetvideochat-container .body {
    font-size: 17px;
    line-height: 24px;
    color: #a4a4b1;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
}

.meetvideochat-container .btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 354px;
    height: 56px;
    margin: 0 auto;
    border: none;
    border-radius: 100px;
    background: linear-gradient(89.9deg, #ea335a 0%, #eb4692 99.91%);
    box-shadow: 0 4px 10px rgba(235, 70, 146, 0.3);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-decoration: none;
    font-family: Inter;
}

.meetvideochat-container .btn svg {
    width: 21px;
    height: 14px;
}

.meetvideochat-container .ico {
    width: 48px;
    height: 48px;
}

.meetvideochat-container .glass {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 24px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.meetvideochat-container .glass1 {
    background: #141418;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 24px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.meetvideochat-container .glass h3 {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 22.5px;
}

.meetvideochat-container .glass1 h3 {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 22.5px;
}

.meetvideochat-container .glass p {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.45);
    font-family: Inter;
    font-style: normal;
}

.meetvideochat-container .glass1 p {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.45);
}

/* ---------- hero ---------- */
.meetvideochat-container .hero {
    position: relative;
    overflow: hidden;
}

.meetvideochat-container .hero__bg {
    position: absolute;
    inset: 0;
    background: #000;
}

.meetvideochat-container .hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.meetvideochat-container .hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 35%) 0%, rgba(149, 46, 111, 0) 50%, rgba(0, 0, 0, .75) 100%), rgba(0, 0, 0, .2);
}

.meetvideochat-container .hero__nav {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 16px 0 24px;
}

.meetvideochat-container .hero__logo {
    /* height: 30px; */
}

.meetvideochat-container .hero__logo img {
    height: 100%;
    width: auto;
}

.meetvideochat-container .hero__signin {
    background: #f12e6f;
    border: none;
    border-radius: 20px;
    height: 32px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin-top: -4px;
}

.meetvideochat-container .hero__body {
    position: relative;
    z-index: 2;
    padding: 35px 22px 0;
    overflow: hidden;
}

.meetvideochat-container .hero__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    transform: translateY(110%);
    transition: transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .hero__title.is-revealed {
    transform: translateY(0);
}

.meetvideochat-container .hero__title .accent {
    color: #f12e6f;
}

.meetvideochat-container .hero__desc {
    font-size: 13px;
    line-height: 16px;
    color: #a4a4b1;
    margin-bottom: 28px;
    transform: translateY(110%);
    transition: transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .hero__desc.is-revealed {
    transform: translateY(0);
}

.meetvideochat-container .hero__desc a {
    color: #a4a4b1;
    text-decoration: underline;
    display: inline-block;
    margin-top: 2px;
}

.meetvideochat-container .hero_footerbox {
    position: absolute;
    bottom: 48px;
    left: 22px;
    right: 22px;
}

/* ---------- generic dark section ---------- */
.meetvideochat-container .sec {
    position: relative;
    z-index: 1;
    background: #16161A;
    padding: 0 20px 48px;
    border-radius: 24px;
    box-shadow: 0px -23px 36px rgba(0, 0, 0, 0.5);
}

.meetvideochat-container .stability {
    padding-top: 60px;
}

.meetvideochat-container .sec1 {
    padding: 50px 20px 48px;
}

.meetvideochat-container .sec1,
.meetvideochat-container .sec1 .tag,
.meetvideochat-container .sec1 .h-title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0), transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .sec1.is-revealed, 
.meetvideochat-container .sec1 .tag.is-revealed, 
.meetvideochat-container .sec1 .h-title.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.meetvideochat-container .wrapper {
    padding-top: 60px;
}

.meetvideochat-container .sec .wrapper .h-title {
    margin-top: 20px;
}

.meetvideochat-container .sec1 .wrapper .h-title {
    margin-top: 20px;
}

.meetvideochat-container .sec .body {
    position: relative;
    margin-top: 16px;
    padding-left: 20px;
    color: #A4A4B1;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.meetvideochat-container .sec .body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(241, 46, 111, 0.30);
}

.meetvideochat-container .sec .btn {
    margin-top: 32px;
}

/* text entrance for .sec children */
.meetvideochat-container .sec .perks-cta {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .sec .perks-cta.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* sec wrapper h-title --- individual entrance like .perk */
.meetvideochat-container .sec .wrapper>.h-title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .sec .wrapper>.h-title.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* sec wrapper tag --- individual entrance like .perk */
.meetvideochat-container .sec .wrapper>.tag {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .sec .wrapper>.tag.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* sec body --- individual entrance like .perk */
.meetvideochat-container .sec .wrapper>.body {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .sec .wrapper>.body.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* perks */
.meetvideochat-container .perks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
}

.meetvideochat-container .perk {
    background: linear-gradient(180deg, #1c1c22 0%, #3c3c46 100%);
    border-radius: 24px;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: 200px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .perk.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.meetvideochat-container .perk:nth-child {
    transition-delay: 0.3s;
}

.meetvideochat-container .perk h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 22.5px;
    max-width: 142px;
}

.meetvideochat-container .perk p {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    line-height: 24px;
    max-width: 142px;
}

.meetvideochat-container .perks-cta {
    text-align: center;
    margin-top: 40px;
}

.meetvideochat-container .perks-cta>p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

/* safety (glass over photo) */
.meetvideochat-container .safety {
    position: relative;
    margin-top: -24px;
    z-index: 0;
    padding: 0 20px;
}

.meetvideochat-container .safety,
.meetvideochat-container .safety .tag,
.meetvideochat-container .safety .h-title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0), transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .safety.is-revealed, 
.meetvideochat-container .safety .tag.is-revealed, 
.meetvideochat-container .safety .h-title.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.meetvideochat-container .safety__bg {
    position: absolute;
    inset: 0;
}

.meetvideochat-container .safety__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meetvideochat-container .safety__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 12, .62);
}

.meetvideochat-container .safety .glass {
    margin-top: 24px;
}

.meetvideochat-container .safety .tag {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    margin-top: 85px;
}

/* text entrance for .safety children */
.meetvideochat-container .safety>.tag,
.meetvideochat-container .safety>.h-title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .safety.is-visible>.tag,
.meetvideochat-container .safety.is-visible>.h-title {
    opacity: 1;
    transform: translateY(0);
}

/* safety glass cards --- individual entrance like .perk */
.meetvideochat-container .safety .glass {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .safety .glass.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.meetvideochat-container .stability .photo {
    position: relative;
    margin-top: 24px;
    border-radius: 24px;
    overflow: hidden;
    height: 269px;
}

.meetvideochat-container .stability .photo img {
    width: 100%;
    height: 150%;
    /* 必须大于容器，留出位移空间（这里高出50%） */
    position: absolute;
    top: -25%;
    /* 让图片居中于容器（配合计算） */
    left: 0;
    right: 0;
    will-change: transform;
    /* 强制开启GPU加速 */
    object-fit: cover
}

.meetvideochat-container .stability .tag.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* text entrance for .stability children */
.meetvideochat-container .stability>.tag,
.meetvideochat-container .stability>.h-title,
.meetvideochat-container .stability>.body,
.meetvideochat-container .stability .photo {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .stability .is-revealed.tag,
.meetvideochat-container .stability .is-revealed.h-title,
.meetvideochat-container .stability .is-revealed.body,
.meetvideochat-container .stability .is-revealed.photo {
    opacity: 1;
    transform: translateY(0);
}

/* features */
.meetvideochat-container .features .glass1 {
    margin-top: 24px;
}

.meetvideochat-container .features .h-title {
    margin-bottom: 50px;
}

.meetvideochat-container .features .tag {
    color: rgba(255, 255, 255, 0.75);
}

.meetvideochat-container .features__outro {
    margin-top: 84px;
    padding: 0 20px;
}

.meetvideochat-container .features__outro .welcome {
    font-size: 17px;
    font-weight: 500;
    color: #f12e6f;
    letter-spacing: -.5px;
    margin-bottom: 8px;
}

/* text entrance for .features children */
.meetvideochat-container .features>.tag,
.meetvideochat-container .features>.h-title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .features.is-visible>.tag,
.meetvideochat-container .features.is-visible>.h-title {
    opacity: 1;
    transform: translateY(0);
}

/* features__outro children --- individual entrance like .perk */
.meetvideochat-container .features__outro .welcome,
.meetvideochat-container .features__outro .body {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .features__outro .welcome.is-revealed,
.meetvideochat-container .features__outro .body.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* features glass1 cards --- individual entrance like .perk */
.meetvideochat-container .features .glass1 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .features .glass1.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* stats */
.meetvideochat-container .stats {
    background: #1c1c22;
    padding-bottom: 84px;
}

.meetvideochat-container .stats,
.meetvideochat-container .stats .stats__img,
.meetvideochat-container .stats .stats__row .stats__item
.meetvideochat-container .stats .stats__note {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0), transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .stats.is-revealed, 
.meetvideochat-container .stats .stats__img.is-revealed, 
.meetvideochat-container .stats .stats__row .stats__item.is-revealed,
.meetvideochat-container .stats .stats__note.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.meetvideochat-container .stats__img {
    width: 100%;
}

.meetvideochat-container .stats__img img {
    width: 100%;
    height: 458px;
    object-fit: cover;
    object-position: bottom;
}

.meetvideochat-container .stats__row {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 17px 20px;
    border-top: 1px solid rgba(255, 255, 255, .04);
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.meetvideochat-container .stats__item .ico-line {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}

.meetvideochat-container .stats__item .ico-line svg {
    width: 30px;
    height: 30px;
    fill: #f12e6f;
}

.meetvideochat-container .stats__item .num {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.5px;
    line-height: 33px;
}

.meetvideochat-container .stats__item .label {
    font-size: 12px;
    color: #a4a4b1;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 15px;
}

.meetvideochat-container .stats__note {
    text-align: center;
    font-size: 12px;
    color: #545459;
    padding: 9px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
}

/* testimonials */
.meetvideochat-container .testimonials {
    border-radius: 24px;
    padding: 60px 20px;
    margin-top: -24px;
    background: #16161A;
    position: relative;
    z-index: 2;
}

.meetvideochat-container .testimonials .label {
    display: flex;
    width: fit-content;
    height: 36px;
    padding: 11px 12px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    color: #a4a4b1;
}

.meetvideochat-container .testimonials .title {
    color: #FFF;
    width: fit-content;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.4px;
    /* 120% */
    letter-spacing: -0.64px;
    margin-top: 20px;
}

.meetvideochat-container .testimonials .comment {
    flex-direction: column;
    margin-top: 32px;
    padding: 28px 24px;
    display: flex;
    text-align: left;
    background: linear-gradient(180deg, #23232b 0%, #3C3C46 100%);
    border-radius: 24px;
}

.meetvideochat-container .testimonials .comment .comment_icon .quote {
    width: 40px;
    height: 36px;
    fill: rgba(255, 255, 255, 0.20);
}

.meetvideochat-container .testimonials .comment .comment_text {
    color: rgba(255, 255, 255, 0.65);
    font-family: Inter;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}

.meetvideochat-container .testimonials .comment .comment_author {
    margin-top: 24px;
}

.meetvideochat-container .testimonials .destip {
    padding: 0 20px;
    margin-top: 40px;
    color: #535356;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.meetvideochat-container .testimonials .destip i {
    color: #F12E6F;
    ;
}

/* text entrance for .testimonials children */
.meetvideochat-container .testimonials,
.meetvideochat-container .testimonials .label,
.meetvideochat-container .testimonials .title,
.meetvideochat-container .testimonials .comment,
.meetvideochat-container .testimonials .destip {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
    will-change: transform;
}
.meetvideochat-container .testimonials.is-revealed,
.meetvideochat-container .testimonials .label.is-revealed,
.meetvideochat-container .testimonials .title.is-revealed,
.meetvideochat-container .testimonials .comment.is-revealed,
.meetvideochat-container .testimonials .destip.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.meetvideochat-container .download {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.meetvideochat-container .download>* {
    position: relative;
}

.meetvideochat-container .download .downloadbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ad3547;
}

.meetvideochat-container .download .downloadbg img {
    width: 100%;
    height: 100%;
}

.meetvideochat-container .download .download_label {
    display: flex;
    height: 36px;
    padding: 11px 12px;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.75);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 85px;
}

.meetvideochat-container .download .download__title {
    margin-top: 20px;
    text-align: right;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    /* 104.167% */
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.65) 33.43%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.meetvideochat-container .download .download__text {
    color: rgba(255, 255, 255, 0.75);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.meetvideochat-container .download .download__btn {
    margin-top: 320px;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(90deg, #EA335A 0.02%, #EB4692 99.91%);
    color: white;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

/* text entrance for .download children */
.meetvideochat-container .download,
.meetvideochat-container .download .download_label,
.meetvideochat-container .download .download__title,
.meetvideochat-container .download .download__text {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .download.is-revealed,
.meetvideochat-container .download .download_label.is-revealed,
.meetvideochat-container .download .download__title.is-revealed,
.meetvideochat-container .download .download__text.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* stop paying */
.meetvideochat-container .stop {
    background: #eaeaea;
    text-align: center;
    padding: 40px 12px 16px;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -2.24px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .1));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}


/* cta banner */
.meetvideochat-container .cta-wrap {
    background: #eaeaea;
    padding: 0 8px 40px;
}

.meetvideochat-container .cta {
    background: #1c1c22;
    border-radius: 24px;
    padding: 28px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.meetvideochat-container .cta p.lead {
    font-size: 17px;
    line-height: 24px;
    color: #a4a4b1;
    max-width: 330px;
}

.meetvideochat-container .cta .btn {
    max-width: 272px;
    height: 48px;
    font-size: 15px;
}

.meetvideochat-container .cta .note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

/* faq + accordion */
.meetvideochat-container .light-sec {
    background: #eaeaea;
    padding: 70px 20px 60px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.meetvideochat-container .light-sec,
.meetvideochat-container .light-sec .tag,
.meetvideochat-container .light-sec .h-title,
.meetvideochat-container .light-sec .qa {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0), transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .light-sec.is-revealed, 
.meetvideochat-container .light-sec .tag.is-revealed, 
.meetvideochat-container .light-sec .h-title.is-revealed,
.meetvideochat-container .light-sec .qa.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.meetvideochat-container .light-sec .h-title {
    color: #f12e6f;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -.64px;
    margin: 24px 0 32px;
}

.meetvideochat-container .light-sec .h-title span {
    color: rgba(0, 0, 0, 0.9);
}

.meetvideochat-container .qa {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    margin-bottom: 16px;
}

.meetvideochat-container .qa__head {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.meetvideochat-container .qa__head h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    flex: 1;
}

.meetvideochat-container .qa__toggle {
    width: 32px;
    height: 22px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.meetvideochat-container .qa__toggle svg {
    width: 14px;
    height: 14px;
    fill: rgba(0, 0, 0, .55);
    transition: transform .2s;
    transform: rotate(180deg);
}

.meetvideochat-container .qa--open .qa__toggle svg {
    transform: rotate(0);
}

.meetvideochat-container .qa__body {
    display: grid;
    padding: 0 20px;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.8s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.meetvideochat-container .qa__body .text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.45);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.meetvideochat-container .qa--open .qa__body {
    grid-template-rows: 1fr;
    padding-bottom: 20px;
}

.meetvideochat-container .accordion {
    background: #eaeaea;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.meetvideochat-container .accordion .accordion_box {
    padding: 60px 20px 0;
}

.meetvideochat-container .accordion .accordion_tag {
    display: inline-flex;
    height: 36px;
    padding: 11px 12px;
    align-items: center;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
    color: #A4A4B1;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.meetvideochat-container .accordion .accordion_title {
    color: #F12E6F;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: -0.64px;
    margin: 23px 0;
}

.meetvideochat-container .accordion .accordion_title span {
    color: #171717;
}

.meetvideochat-container .accordion .accordion_text {
    position: relative;
    color: rgba(0, 0, 0, 0.45);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 20px;
    margin: 0 0 50px;
}

.meetvideochat-container .accordion .accordion_text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(241, 46, 111, 0.30);
}

.meetvideochat-container .qaopen {
    display: inline-flex;
    flex-direction: column;
    column-gap: 24px;
    background-color: #dedede;
    border-radius: 24px;
    margin-top: 10px;
}

.meetvideochat-container .qaopen .qaopen_head {
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

.meetvideochat-container .qaopen .qaopen_head h3 {
    color: rgba(0, 0, 0, 0.90);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.36px;
}

.meetvideochat-container .qaopen .qaopen_head .qaopen_toggle {
    display: flex;
    width: 32px;
    height: 22px;
    padding: 4px 9px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transform: rotate(180eg);
}

.meetvideochat-container .qaopen .qaopen_toggle svg {
    transition: transform .2s;
    transform: rotate(180deg);
}

.meetvideochat-container .qaopen--open .qaopen_toggle svg {
    transform: rotate(0);
}

.meetvideochat-container .qaopen_body1 {
    display: grid;
    padding: 0 20px;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.8s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.meetvideochat-container .qaopen_body1 .text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.45);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.meetvideochat-container .qaopen--open .qaopen_body1 {
    grid-template-rows: 1fr;
    padding-bottom: 20px;
}

/* text entrance for .accordion children */
.meetvideochat-container .accordion,
.meetvideochat-container .accordion .accordion_tag,
.meetvideochat-container .accordion .accordion_title,
.meetvideochat-container .accordion .accordion_text, 
.meetvideochat-container .accordion .qaopen,
.meetvideochat-container .accordion .footer {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0),
        transform 1.2s cubic-bezier(0.22, 1.0, 0.36, 1.0);
}

.meetvideochat-container .accordion.is-revealed,
.meetvideochat-container .accordion .accordion_tag.is-revealed,
.meetvideochat-container .accordion .accordion_title.is-revealed,
.meetvideochat-container .accordion .accordion_text.is-revealed,
.meetvideochat-container .accordion .qaopen.is-revealed,
.meetvideochat-container .accordion .footer.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

/* reviews */
.meetvideochat-container .reviews {
    background: #16161a;
    padding: 60px 20px;
}

.meetvideochat-container .reviews .h-title {
    margin-top: 16px;
}

.meetvideochat-container .review {
    background: linear-gradient(180deg, #1c1c22 0%, #3c3c46 100%);
    border-radius: 24px;
    padding: 28px 24px;
    margin-top: 24px;
}

.meetvideochat-container .review .quote {
    width: 40px;
    height: 36px;
    fill: #f12e6f;
    margin-bottom: 20px;
}

.meetvideochat-container .review blockquote {
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 24px;
}

.meetvideochat-container .review__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meetvideochat-container .review__user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.meetvideochat-container .review__user img {
    width: 42px;
    height: 43px;
    border-radius: 50%;
    object-fit: cover;
    background: #3c3c46;
}

.meetvideochat-container .review__name {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 4px;
}

.meetvideochat-container .review__name svg {
    width: 14px;
    height: 14px;
    fill: #2B9B03;
}

.meetvideochat-container .review__stars {
    color: #f1ba40;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 2px;
}

.meetvideochat-container .review__meta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-align: right;
    line-height: 16.5px;
}

.meetvideochat-container .reviews__note {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 24px;
}

.meetvideochat-container .reviews__note .accent {
    color: #f12e6f;
}

.meetvideochat-container .hero-swiper-layer {
    position: absolute;
    padding: 0 14px;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.meetvideochat-container .hero-swiper-track {
    line-height: 0;
}

.meetvideochat-container .hero-swiper-track picture {
    display: block;
}

.meetvideochat-container .hero-swiper-img {
    display: block;
    width: 100vw;
    height: auto;
    object-fit: cover;
    object-position: center top;
}

.meetvideochat-container .footer {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 87px;
    background-color: #1c1c22;
    border-radius: 24px;
    margin: 106px 8px 8px;
}

.meetvideochat-container .footer .footer_title {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.16px;
    /* 84% */
    letter-spacing: -0.96px;
    margin-top: 50px;
}

.meetvideochat-container .footer .footer_text {
    color: rgba(255, 255, 255, 0.45);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: -0.64px;
    margin-top: 20px;

}

.meetvideochat-container .footer .footer_label {
    color: rgba(255, 255, 255, 0.40);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.2px;
    letter-spacing: -0.32px;
    margin-top: 60px;

}

.meetvideochat-container .footer .footer_email {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.2px;
    letter-spacing: -0.32px;
    margin-top: 10px;

}

.meetvideochat-container .footer .footer_pingpai {
    margin-top: 40px;
    display: flex;
    column-gap: 30px;
    color: rgba(255, 255, 255, 0.40);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.2px;
    letter-spacing: -0.32px;
    margin-top: 30px;
}

.meetvideochat-container .footer .footer_pingpai a {
    text-decoration: underline;
}

.meetvideochat-container .footer .footer_info {
    color: rgba(255, 255, 255, 0.40);
    font-family: "Switzer Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.2px;
    letter-spacing: -0.32px;
    margin-top: 20px;
}

.meetvideochat-container .hero-swiper-scroll {
    animation: hero-swiper-scroll-kf 20s linear infinite;
}

.meetvideochat-container .opt-hero-screen {
    position: relative;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}

.meetvideochat-container .hero-swiper-track {
    line-height: 0;
}

.meetvideochat-container .hero-swiper-track picture {
    display: block;
}

.meetvideochat-container .btnActive {
    transition: transform .2s ease;
    transform: scale(1);
}

.meetvideochat-container .btnActive:active {
    transform: scale(0.9);
}

.meetvideochat-container #changeLanageBtn {
    width: 180px;
    background-color: rgba(24, 24, 27, 0.9);
    border: none;
}

.meetvideochat-container #changelangebox #changelangeboxicon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: white;
}

.meetvideochat-container #changelangebox #changelangeboxicon.changeicon-open  {
    transform: rotate(180deg);
}

.meetvideochat-container .changelangepopclass {
    position: absolute;
    background: #29262a;
    width: 200px;
    height: 300px;
    bottom: 41px;
    overflow: auto;
    border-radius: 12px;
    left: -10px;
}

.meetvideochat-container .changelangepopclass div {
    color: white;
    padding: 10px 12px;
}


.text-left {
    text-align: left;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}

.w-5 {
    width: 16px;
}
.h-5 {
    height: 16px;
}

.duration-200 {
    transition-duration: .2s;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.font-semibold {
    font-weight: 600;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.py-3 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.px-5 {
    padding-left: 16px;
    padding-right: 16px;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
.mb-6 {
    margin-bottom: 20px;
}