::-webkit-scrollbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fx-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background: #fff;
    color: #000;
    font-family: HelveticaNeue, "Raleway", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.cs-page .in-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.cs-page h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cs-page .sub-txt {
    font-size: 15px;
    margin-bottom: 32px;
    max-width: 760px;
}

.cs-page blockquote {
    padding: 24px 28px;
    border-left: 4px solid #a5ff20;
    background: #202C1B;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 50px;
}

/* shared cta button */
.cs-page .the-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 60px;
    padding: 0 32px;
    background: linear-gradient(90deg, #A5FF20 0%, #A5FF20 100%);
    color: #000;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    border: none;
}

.cs-page .the-btn .t {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-page .the-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 32px;
    border-radius: 100px;
    border: 1px solid #12291f;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

/* ============ Section 1: Hero ============ */
.cs-s1 {
    position: relative;
    background: #0b0b0b;
    color: #fff;
    padding: 130px 0 70px;
    overflow: hidden;
}

.cs-s1 picture,
.cs-s1 .s1-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cs-s1 .in-box {
    position: relative;
    z-index: 1;
}

.cs-s1 .cs-s1-con {
    font-size: 14px;
    max-width: 430px;
}

.cs-s1 .s1-online {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cs-s1 .s1-online .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a5ff20;
    box-shadow: 0 0 8px #a5ff20;
}

.cs-s1 h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
}

.cs-s1 h1 .vs {
    color: #a5ff20;
    font-style: italic;
}

.cs-s1 p {
    max-width: 760px;
    margin: 0 auto 36px;
    color: #ffffff99;
}

.cs-s1 .the-btn {
    margin: 0 auto 24px;
}

.cs-s1 .s1-badges {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    color: #ffffff99;
}

.cs-s1 .s1-badges li img {
    vertical-align: sub;
    margin-right: 2px;
}

.cs-s1 .s1-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #ffffffcc;
}

.cs-s1 .stars-icon-small {
    height: 21px;
    display: block;
}

/* ============ Section 2: What Changed ============ */
.cs-s2 {
    padding: 90px 0;
    background: url(/images/chat-spin/s2-bg.jpg) top center no-repeat;
    background-size: cover;
}

.cs-s2 .eyebrow {
    color: #A5FF20;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cs-s2 h2 {
    color: #fff;
}

.cs-s2 p {
    color: #ffffffcc;
    font-size: 14px;
    margin-bottom: 20px;
}


.cs-s2 blockquote {}

/* ============ Section 3: What Makes 1v1Chat Better ============ */
.cs-s3 {
    background: #F4FFE9;
    padding: 90px 0;
}

.cs-s3 .media-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.cs-s3 .media-row-img {
    flex: 0 0 470px;
}

.cs-s3 .media-row-img img {
    width: 100%;
    display: block;
}

.cs-s3 .media-row-text {
    flex: 1;
    min-width: 0;
}

.cs-s3 .media-row-text p {
    font-size: 14px;
    margin-bottom: 18px;
}

.cs-s3 .media-row-text p.highlight {
    font-weight: 600;
    color: #FF007F;
}

/* ============ Section 4: Other alternatives ============ */
.cs-s4 {
    background: #F4FFE9;
    padding: 0 0 90px 0;
}

.cs-s4 .compare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.cs-s4 .compare-card {
    position: relative;
    padding: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.cs-s4 .compare-card::before {}

.cs-s4 .compare-card h3,
.cs-s4 .compare-card .compare-card-title,
.cs-s4 .compare-card .divider,
.cs-s4 .compare-card p {
    position: relative;
    z-index: 1;
}

.cs-s4 .compare-card h3,
.cs-s4 .compare-card .compare-card-title {
    display: block;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
    color: inherit;
    text-decoration: none;
}

.cs-s4 .compare-card .divider {
    width: 290px;
    height: 2px;
    background: linear-gradient(246deg, rgba(255, 255, 255, 0) 0%, #22FF00 100%);
    margin-bottom: 16px;
}

.cs-s4 .compare-card p {
    font-size: 14px;
    color: #ffffffe0;
}

/* ============ Section 5: Most reliable + How people meet + Testimonials ============ */
.cs-s5 {
    color: #fff;
    padding: 90px 0;
    background: #000 url(/images/chat-spin/s5-bg.jpg) top center no-repeat;
    background-size: cover;
}

.cs-s5 h2 {
    color: #fff;
}

.cs-s5 .sub-txt {
    color: #ffffffcc;
}


.cs-s5 .feature-showcase {
    display: grid;
    grid-template-columns: 1fr 370px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
}

.cs-s5 .fs-center img {
    width: 100%;
    display: block;
    transform: scale(1.9);
}

.cs-s5 .fs-item {
    margin-bottom: 32px;
}

.cs-s5 .fs-item:last-child {
    margin-bottom: 0;
}

.cs-s5 .fs-item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #D5FFE3;
    margin-bottom: 8px;
}

.cs-s5 .fs-item .ico {
    flex-shrink: 0;
}

.cs-s5 .fs-item p {
    font-size: 14px;
    color: #ffffffb3;
}

.cs-s5 .fs-item .divider {
    margin-top: 30px;
    width: 100%;
    height: 8px;
    background: linear-gradient(246deg, rgba(255, 255, 255, 0) 0%, #22FF00 100%);
    border-radius: 5px;
}

.cs-s5 .s5-meeting {
    padding-top: 90px;
}

.cs-s5 .s5-meeting h2 {
    max-width: 820px;
}

.cs-s5 .s5-meeting p {
    color: #ffffffcc;
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 900px;
}


.cs-s5 .s5-testimonials {
    padding-top: 70px;
}

.cs-s5 .s5-testimonials .sub-txt {
    color: #ffffffcc;
}

.cs-s5 .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 20px;
    margin-top: 100px;
}

.cs-s5 .testimonial-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 21px;
    padding: 20px;
    position: relative;
}

.cs-s5 .testimonial-card .avatar {
    width: 110px;
    height: 110px;
    margin-bottom: 12px;
    display: block;
    position: absolute;
    right: 30px;
    top: -50px;
}

.cs-s5 .testimonial-card .stars-icon {
    height: 32px;
    display: block;
    margin-bottom: 12px;
}

.cs-s5 .testimonial-card .quote {
    font-style: italic;
    font-size: 14px;
    color: #ffffffcc;
    margin-bottom: 12px;
}

.cs-s5 .testimonial-card .author {
    font-size: 13px;
    color: #a5ff20;
    font-weight: 700;
}

/* ============ Section 8: FAQ ============ */
.cs-s8 {
    background: #F4FFE9;
    padding: 90px 0 40px;
}

.cs-s8 .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cs-s8 details {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.cs-s8 details[open] {
    background: #DEFFDF;
}

.cs-s8 summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 50px 20px 26px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.cs-s8 summary::-webkit-details-marker {
    display: none;
}

.cs-s8 summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}

.cs-s8 details[open] summary::after {
    content: "\2013";
}

.cs-s8 .ans {
    padding: 0 26px 22px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
}

.cs-s8 details:not([open]) .ans {
    display: none;
}

/* ============ Section 9: Final CTA ============ */
.cs-s9 {
    background: #F4FFE9;
    padding: 40px 0 0;
}

.cs-s9 .in-box {
    display: flex;
    align-items: center;
    gap: 60px;
}

.cs-s9 .s9-text {
    flex: 1;
}

.cs-s9 .s9-text p {
    font-size: 15px;
    color: #1c2b22;
    margin-bottom: 32px;
}

.cs-s9 .s9-btns {
    display: flex;
    gap: 16px;
}

.cs-s9 .s9-img {
    flex: 0 0 460px;
}

.cs-s9 .s9-img img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 767px) {

    .cs-page .in-box {
        padding: 0 15px;
    }



    .cs-page h2 {
        font-size: 24px;
    }

    .cs-page .sub-txt {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .cs-page blockquote {
        padding: 18px 20px;
        font-size: 14px;
    }

    .cs-page .the-btn,
    .cs-page .the-btn-outline {
        height: 52px;
        padding: 0 24px;
        font-size: 15px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

    /* Section 1 */
    .cs-s1 {
        padding: 9.6rem 0 50px;
    }

    .cs-s1 .cs-s1-con {
        max-width: 100%;
        width: 100%;
    }

    .cs-s1 h1 {
        font-size: 42px;
    }


    .cs-s1 picture,
    .cs-s1 .s1-bg {
        height: auto;
    }

    .cs-s1 .s1-badges {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .cs-s1 .s1-rate {
        justify-content: center;
    }

    /* Section 2 */
    .cs-s2 {
        padding: 60px 0;
        background-size: 100% 100%;
    }

    /* Section 3 */
    .cs-s3 {
        padding: 50px 0 0;
    }

    .cs-s3 .media-row {
        flex-direction: column;
        gap: 24px;
    }

    .cs-s3 .media-row-img {
        flex: 0 0 auto;
    }

    /* Section 4 */
    .cs-s4 {
        padding: 50px 0 0;
    }

    .cs-s4 .compare-grid {
        grid-template-columns: 1fr;
        margin: 0 -15px;
        gap: 0;
    }

    .cs-s4 .compare-card {
        padding: 20px;
    }

    /* Section 5 */
    .cs-s5 {
        padding: 60px 0;
    }

    .cs-s5 .feature-showcase {
        grid-template-columns: 1fr;
    }

    .cs-s5 .fs-center {
        margin-bottom: 20px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-s5 .fs-center img {
        transform: none;
    }

    .cs-s5 .s5-meeting {
        padding-top: 50px;
    }

    .cs-s5 .s5-testimonials {
        padding-top: 30px;
    }

    .cs-s5 .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 60px 20px;
    }

    /* Section 8 */
    .cs-s8 {
        padding: 50px 0;
    }

    .cs-s8 summary {
        font-size: 14px;
        padding: 16px 44px 16px 18px;
    }

    .cs-s8 .ans {
        font-size: 12px;
        padding: 0 18px 18px;
    }

    /* Section 9 */
    .cs-s9 {
        padding: 50px 0;
    }

    .cs-s9 .in-box {
        flex-direction: column-reverse;
        gap: 24px;
        text-align: center;
    }

    .cs-s9 .s9-img {
        flex: 0 0 auto;
        width: 70%;
    }

    .cs-s9 .s9-btns {
        flex-direction: column;
        align-items: center;
    }

    .cs-s9 .s9-btns .the-btn,
    .cs-s9 .s9-btns .the-btn-outline {
        width: 7.48rem;
    }
}