::-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;
}

.tiny-page .in-box {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #172A34;
}

/* shared cta button */
.tiny-page .the-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    width: 320px;
    height: 68px;
    background: linear-gradient(90deg, #A5FF20 0%, #A5FF20 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    gap: 12px;
    cursor: pointer;
    padding: 2px;
    border: none;
}

.tiny-page .the-btn .t {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121a15;
    color: #fff;
    flex: 1;
    height: 64px;
    border-radius: 100px;
}

.tiny-page .the-btn .icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tiny-page .the-btn .icon svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: #12291f;
}

.tiny-page h2 {
    font-size: 47px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #195D2F;
    line-height: 1.2;
}

.tiny-page .eyebrow {
    font-size: 36px;
    font-weight: 100;
}

/* ============ Section 1: Hero ============ */
.tc-s1 {
    background: #0b0b0b;
    padding: 80px 0 60px;
}

.tc-s1 .hero-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #1a1a1a;
    margin-bottom: 40px;
}

.tc-s1 .hero-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-s1 .hero-media.is-playing .hero-play {
    display: none;
}

.tc-s1 .hero-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #a8ff53;
    background: #ffffff26;
    color: #fff;
    cursor: pointer;
}

.tc-s1 .hero-play svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    margin-left: 4px;
}

.tc-s1 .hero-text {
    text-align: center;
    color: #fff;
}

.tc-s1 .hero-text .eyebrow {
    color: #a8ff53;
    margin-bottom: 8px;
}

.tc-s1 h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.tc-s1 .hero-text p {
    max-width: 760px;
    margin: 0 auto 40px;
    color: #ffffffcc;
    font-size: 15px;
}

.tc-s1 .the-btn {
    margin: 0 auto;
}

/* ============ Section 2: What Happened to Tinychat ============ */
.tc-s2 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #F4FFE9 url(/images/tiny-chat/s2-bg.png) right top no-repeat;
    background-size: contain;
}

.tc-s2 .s2-text {
    padding: 80px 0;
    box-sizing: border-box;
    max-width: 540px;
}

.tc-s2 .s2-text p {
    font-size: 15px;
}

/* ============ Section 3: Pick Who You Video Chat With ============ */
.tc-s3 {
    background: #0b0b0b;
    padding: 90px 0;
}

.tc-s3>.in-box {
    font-size: 15px;
    color: #D5FFE3;

}

.tc-s3 h2 {
    color: #D5FFE3;

}

.tc-s3 .profile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
    margin-top: 70px;
}

.tc-s3 .profile-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 23px;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.tc-s3 .profile-card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.tc-s3 .profile-card .name {
    font-size: 18px;
    font-weight: 700;
}

.tc-s3 .profile-card .age,
.tc-s3 .profile-card .country {
    font-size: 13px;
}
.tc-s3 .profile-card .country {
    opacity: 0.4;
}

.tc-s3 .discover-btn {
    display: block;
    margin: 0 auto;
}

/* ============ Section 4: Why Millions Choose ============ */
.tc-s4 {
    padding: 40px 0;
    overflow: hidden;
    background: #F4FFE9 url(/images/tiny-chat/s4-bg.png) left top no-repeat;

}

.tc-s4 .in-box {
    display: flex;
    align-items: center;
}

.tc-s4 .s4-img {
    flex: 0 0 500px;
}

.tc-s4 .s4-img img {
    display: block;
    width: 100%;
}

.tc-s4 .s4-text {
    flex: 1;

}


.tc-s4 .s4-text>p {
    font-size: 15px;
    margin-bottom: 28px;
}

.tc-s4 .s4-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.tc-s4 .s4-text .feature+.feature {
    margin-top: 20px;
}

.tc-s4 .s4-text .feature p {
    font-size: 14px;
}

/* ============ Section 5: From Tinychat's Chat Rooms to 1on1 ============ */
.tc-s5 {
    color: #fff;
    padding: 90px 0;
    background: #0b0b0b url(/images/tiny-chat/s4-bg.jpg) center/cover no-repeat;

}

.tc-s5 h2 {
    color: #D5FFE3;
}

.tc-s5>.in-box>p {
    max-width: 820px;
    color: #D5FFE3;
    font-size: 15px;
    margin-bottom: 40px;
}

.tc-s5 .step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tc-s5 .step-card {
    position: relative;
    padding: 50px 32px 32px;
    text-align: center;

    background: rgba(255, 255, 255, 0.12);
    border-radius: 44px;
    backdrop-filter: blur(8px);
}

.tc-s5 .step-num {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff3fd8 0%, #a8156b 100%);
    box-shadow: 0 0 20px #ff3fd8aa;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}

.tc-s5 .step-card h3 {
    font-size: 19px;
    color: #D5FFE3;
    margin-bottom: 12px;
}

.tc-s5 .step-card .divider {
    width: 190px;
    height: 1px;
    background: #a8ff53;
    margin: 0 auto 20px;
}

.tc-s5 .step-card p {
    font-size: 13px;
    color: #ffffffb3;
}

/* ============ Section 6: Everything You Get ============ */
.tc-s6 {
    display: flex;
    flex-wrap: wrap;
    background: #F4FFE9 url(/images/tiny-chat/s6-bg.png) right top no-repeat;

}

.tc-s6 .s6-text {
    max-width: 540px;
    padding: 30px 0;
    box-sizing: border-box;
}


.tc-s6 .s6-text>p {
    font-size: 15px;
    margin-bottom: 24px;
}

.tc-s6 .perk-list {
    list-style: none;
}

.tc-s6 .perk-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.tc-s6 .perk-list .dot {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    background: #a8ff53;
    border-radius: 3px;
}

.tc-s6 .perk-list strong {
    color: #195D2F;
}

.tc-s6 .perk-list span {
    color: #1c2b22;
    display: block;
    font-size: 14px;
}


/* ============ Section 7: Testimonials ============ */
.tc-s7 {
    background: #000;
    padding: 60px 0;
}

.tc-s7 h2 {
    color: #D5FFE3;

}

.tc-s7>.in-box>p {
    color: #D5FFE3;
    font-size: 15px;
    margin-bottom: 40px;
}

.tc-s7 .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.tc-s7 .testimonial-card {
    padding: 0 32px;
    text-align: center;
}

.tc-s7 .testimonial-card img {
    width: 416px;
    margin: 0 auto -60px;
    display: block;
}

.tc-s7 .testimonial-card .name {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.tc-s7 .testimonial-card .stars {
    color: #4ee44e;
    letter-spacing: 4px;
    margin-bottom: 16px;
}

.tc-s7 .testimonial-card p.quote {
    font-style: italic;
    font-size: 14px;
    color: #ffffffcc;
}

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

.tc-s8 h2 {

}

.tc-s8>.in-box>p {
    color: #1c2b22;
    font-size: 15px;
    margin-bottom: 40px;
}

.tc-s8 .faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: start;
}

.tc-s8 .faq-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.tc-s8 .faq-item[open] {
    background: #DEFFDF;
}

.tc-s8 .faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    list-style: none;
}

.tc-s8 .faq-item summary::-webkit-details-marker {
    display: none;
}

.tc-s8 .faq-item summary::after {
    content: '';
    flex-shrink: 0;
    width: 12px;
    height: 8px;
    background: currentColor;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: transform .2s;
}

.tc-s8 .faq-item[open] summary::after {
    transform: rotate(180deg);
}

.tc-s8 .faq-item .faq-answer {
    padding: 0 24px 20px;
    font-size: 14px;
    color: #1c2b22;
}

/* ============ Section 9: Final CTA ============ */
.tc-s9 {
    background: #F4FFE9;
}

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

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


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

.tc-s9 .s9-img {
    position: relative;
    flex: 0 0 540px;
}

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

.tc-s9 .s9-badge {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    background: #12291f;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 100px;
    white-space: nowrap;
}

.tc-s9 .s9-badge img {
    width: 28px;
    height: 28px;
}


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

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

    .tiny-page .the-btn {
        width: 260px;
        height: 56px;
        font-size: 15px;
    }

    .tiny-page .the-btn .t {
        height: 52px;
    }

    .tiny-page .the-btn .icon {
        width: 52px;
        height: 52px;
    }

    .tiny-page .the-btn .icon svg {
        width: 22px;
        height: 22px;
    }

    .tiny-page h2 {
        font-size: 30px;
    }

    /* Section 1 */
    .tc-s1 {
        padding: 70px 0 40px;
    }

    .tc-s1 .hero-media {
        /* aspect-ratio: 4 / 3; */
        margin-bottom: 28px;
    }

    .tc-s1 .hero-play {
        width: 60px;
        height: 60px;
    }

    .tc-s1 .hero-play svg {
        width: 20px;
        height: 20px;
    }

    .tc-s1 .hero-text .eyebrow {
        font-size: 20px;
    }

    .tc-s1 h1 {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .tc-s1 .hero-text p {
        font-size: 13px;
        margin-bottom: 28px;
    }

    /* Section 2 */
    .tc-s2 {
        background: #F4FFE9 url(/images/tiny-chat/s2-bg-m.png) top center no-repeat;
        background-size: 100% auto;
        padding-bottom: 40px;
    }

    .tc-s2 .s2-text {
        padding: 10.33rem 0 0;
    }

    /* Section 3 */
    .tc-s3 {
        padding: 60px 0;
    }



    .tc-s3 .profile-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-s3 .profile-card {
        padding: 10px;

    }

    .tc-s3 .profile-card img {

    }

    .tc-s3 .profile-card .name {
        font-size: 14px;
    }

.tc-s3 .profile-card .age,
.tc-s3 .profile-card .country {
    font-size: 9px;
}

    /* Section 4 */
    .tc-s4 {
        padding: 60px 0;

        background: #F4FFE9 url(/images/tiny-chat/s4-bg-m.png) top center no-repeat;
        background-size: 100% auto;
    }

    .tc-s4 .in-box {
        flex-direction: column;
        gap: 30px;
    }

    .tc-s4 .s4-img {
        flex: 0 0 auto;
        width: 70%;
        max-width: 280px;
    }

    .tc-s4 .s4-text>p {
    }

    .tc-s4 .s4-text .feature {
        margin-left: 28px;
    }

    /* Section 5 */
    .tc-s5 {
        padding: 60px 0;
        background-size: 100% 100%;
    }

    .tc-s5 .step-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* Section 6 */
    .tc-s6 {
    background: #F4FFE9 url(/images/tiny-chat/s6-bg-m.png) top center no-repeat;

    }

    .tc-s6 .s6-text {
        padding: 11.13rem 0 40px;
    }


    /* Section 7 */
    .tc-s7 {
        padding: 60px 0;
    }


    .tc-s7 .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tc-s7 .testimonial-card {
        padding: 0 16px;
    }

    .tc-s7 .testimonial-card img {
        width: 100%;
        margin-bottom: -50px;
    }

    /* Section 8 */
    .tc-s8 {
        padding: 30px 0;
    }

    .tc-s8 .faq-grid {
        grid-template-columns: 1fr;
    }

    .tc-s8 .faq-item summary {
        padding: 16px 18px;
        font-size: 14px;
    }

    .tc-s8 .faq-item .faq-answer {
        padding: 0 18px 16px;
    }

    /* Section 9 */
    .tc-s9 {
        padding: 0 0 60px;
    }

    .tc-s9 .in-box {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .tc-s9 .s9-text p {
        margin: 0 auto 28px;
    }

    .tc-s9 .s9-img {
        flex: 0 0 auto;
        width: 80%;
        max-width: 300px;
    }

    .tc-s9 .the-btn {
        margin: 0 auto;
    }
}