/* GLOBAL STYLE */

body {
    font-family: system-ui, -apple-system, sans-serif;
}

.section {
    padding: 80px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hero {
    padding: 120px 0;
}

.gallery img {
    width: 100%;
    border-radius: 8px;
}

.video-section iframe {
    width: 100%;
    height: 400px;
}

.testimonial {
    background: #f7f7f7;
    padding: 40px;
    border-radius: 8px;
}

/* ===== SECTIONS ===== */

/* .hero-section */
/* .intro-section */
/* .highlight-section */
/* .gallery-section */
/* .video-section */
/* .testimonial-section */
/* .faq-section */
/* .pricing-section */
/* .related-section */
/* .cta-section */
/* .seo-section */
/* .tiktok-section */
/* .community-section */
/* .custom-section */
/* .floating-wa-section */
/* .footer-section */