body {
    margin: 0 auto;
}
.stars {
    display: flex;
    flex-direction: row;
}
.star {
    font-size: 2rem;
    color: gold;
      }
.star-u {
    font-size: 2rem;
    color: gray;
}
.rev-desc {
    font-size: .95rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
    text-align: left;
}
.rev-title {
    font-size: .95rem;
    font-weight: 700;
    margin: 15px 0;
    color: #333;
    text-align: left;
}
.tiktok-navbar {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand img {
    height: 36px;
}

.navbar-menu {
    display: flex;
    gap: 20px;
}

.navbar-menu a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease;
}

.navbar-menu a:hover {
    color: #fe2c55;
}

.navbar-action-btn {
    padding: 8px 16px;
    margin-left: 38px;
    border-radius: 6px;
    background-color: #fe2c55;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: background-color .2s ease;
}

.navbar-action-btn:hover {
    background-color: #e0284c;
}

@media (max-width: 1000px) {
    .navbar-action-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .platform-section .row {
        gap: 40px;
    }
}

.platform-section {
    padding: 60px 20px;
}

.platform-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.platform-text p {
    font-size: 1.1rem;
    color: #666;
    margin: 20px 0;
    line-height: 1.6;
}

.platform-btn {
    padding: 12px 20px;
    background-color: #fe2c55;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: background-color .3s ease;
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

.platform-btn:hover {
    background-color: #e0284c;
}

.phone-image img {
    width: 100%;
    max-width: 500px;
}

@media (max-width: 768px) {
    .platform-text h1 {
        font-size: 2rem;
    }
    .platform-text p {
        font-size: 1rem;
    }
}

.features-section {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    padding: 40px 20px;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

.feature-box {
    background: #f9f9f9;
    border-radius: 15px;
    transition: transform .3s ease;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon img {
    width: 64px;
    height: 64px;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 15px 0;
    color: #333;
}

.feature-desc {
    font-size: .95rem;
    color: #666;
    line-height: 1.6;
}

.how-it-works-section {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 40px 20px;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

.step-box {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: transform .3s ease;
    height: 100%;
}

.step-box:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #fe2c55;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 15px 0;
    color: #333;
}

.step-desc {
    font-size: .95rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .step-number {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.25rem;
    }
    .step-title {
        font-size: 1.1rem;
    }
    .step-desc {
        font-size: .9rem;
    }
}

.testimonials-section {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    padding: 60px 20px;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

.testimonial-box {
    background: #f8f8f8;
    border-radius: 15px;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

.testimonial-role {
    font-size: 1rem;
    color: #999;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #fe2c55;
}

@media (max-width: 768px) {
    .testimonial-text {
        font-size: .95rem;
    }
}

.exclusive-benefits {
    padding: 60px 20px;
    border-top: 2px solid #e6e6e6;
}

.benRow {
    justify-content: center;
    align-items: center;
}

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

.exclusive-benefits #benefitsImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .exclusive-benefits #benefitsImg {
        height: 400px;
    }
}

.section-heading {
    font-size: 2rem;
    color: #333;
    font-weight: 700;
}

.section-description {
    font-size: 1rem;
    color: #5f5f5f;
    margin-top: 15px;
    line-height: 1.6;
}

.btn {
    background-color: #fe2c55;
    color: white;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 15px 30px;
    border: none;
}

.btn:hover {
    background-color: #e0284c;
}

.external-link {
    color: #fe2c55;
}

.action-link {
    display: flex;
}

.action-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    color: #fe2c55;
    gap: 6px;
}

.action-link a svg {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.trademark-disclaimer-section {
    padding: 40px 20px;
    border-top: 1px solid #e6e6e6;
}

.disclaimer-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

.disclaimer-text {
    font-size: 1.1rem;
    color: #666;
    margin-top: 10px;
    line-height: 1.5;
}

.disclaimer-small-text {
    font-size: 1rem;
    color: #999;
    margin-top: 15px;
}

.disclaimer-small-text a {
    color: #fe2c55;
    text-decoration: none;
}

.disclaimer-small-text a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .disclaimer-title {
        font-size: 1.6rem;
    }
    .disclaimer-text {
        font-size: 1rem;
    }
}

.faq-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    border-top: 2px solid #e6e6e6;
}

.faq-item {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: all .3s ease;
}

.faq-item:hover {
    transform: translateY(-5px);
}

.faq-question {
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-answer {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
    }
    .section-description {
        font-size: 1rem;
    }
    .faq-question {
        font-size: 1rem;
    }
    .faq-answer {
        font-size: .95rem;
    }
}

.footer-section {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    font-size: 1rem;
}

.footer-logo-img {
    width: 150px;
    margin-bottom: 15px;
}

.footer-description {
    font-size: 1rem;
    color: #ccc;
    line-height: 1.5;
}

.footer-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style-type: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-title-link {
    color: #f5f5f5;
    text-decoration: none;
    transition: all .6s ease;
    font-size: 1.3rem;
}

.footer-title-link:hover {
    color: #fe2c55;
    text-decoration: underline;
}

.footer-links a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 1rem;
    transition: all .6s ease;
}

.footer-links a:hover {
    color: #fe2c55;
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #f5f5f5;
    transition: all .6s ease;
}

.social-icons a:hover {
    color: #fe2c55;
}

.footer-copyright {
    font-size: 1rem;
    color: #ccc;
}

@media (max-width: 768px) {
    .footer-description {
        font-size: .9rem;
    }
}

.about-section {
    background-color: #fff;
    padding: 60px 20px;
}

.about-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.about-subheading {
    font-size: 1rem;
    color: #666;
}

.about-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
}

.about-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.about-text a {
    color: #e23350;
    text-decoration: none;
    transition: color .3s ease;
}

.about-text a:hover {
    color: #e0284c;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.terms-section {
    background-color: #fff;
    padding: 60px 20px;
}

.terms-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.terms-subheading {
    font-size: 1rem;
    color: #666;
}

.terms-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
}

.terms-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.terms-text a {
    color: #e23350;
    text-decoration: none;
    transition: color .3s ease;
}

.terms-text a:hover {
    color: #e0284c;
}

.terms-list {
    list-style: none;
    padding: 0;
}

.terms-list li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.privacy-section {
    background-color: #fff;
    padding: 60px 20px;
}

.privacy-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.privacy-subheading {
    font-size: 1rem;
    color: #666;
}

.privacy-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
}

.privacy-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.privacy-text a {
    color: #e23350;
    text-decoration: none;
    transition: color .3s ease;
}

.privacy-text a:hover {
    color: #e0284c;
}

.privacy-list {
    list-style: none;
    padding: 0;
}

.privacy-list li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-section {
    background-color: #fff;
    padding: 60px 20px;
}

.contact-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.contact-subheading {
    font-size: 1rem;
    color: #666;
}

.contact-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
}

.contact-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list a {
    color: #e23350;
    text-decoration: none;
    transition: color .3s ease;
}

.contact-list a:hover {
    color: #e0284c;
}

.contact-list li {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
}

.contact-btn {
    background-color: #ff3b5c;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    transition: .3s;
    width: 100%;
}

.contact-btn:hover {
    background-color: #e02d4a;
}
