        :root {
            --black: #000000;
            --pink: #ff99cc;
            --green: #2ecc71;
            --white: #ffffff;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }

        body { background-color: var(--black); color: var(--white); overflow-x: hidden; }

        /* HERO SECTION */
        .hero {
            padding: 80px 20px 40px;
            text-align: center;
            background-color: var(--black);
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: 900;
            line-height: 0.9;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .hero h1 span { color: var(--pink); }

        .hero p {
            font-size: 1.1rem;
            color: #ccc;
            max-width: 600px;
            margin: 0 auto 30px;
        }

        .btn-main {
            background-color: var(--pink);
            color: var(--black);
            padding: 15px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 900;
            display: inline-block;
            transition: 0.3s;
            margin-bottom: 25px;
        }

        /* SUB-MENU DI BAWAH GET STARTED */
        .sub-nav {
            display: flex;
            justify-content: center;
            gap: 25px;
            list-style: none;
        }

        .sub-nav a {
            color: var(--white);
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
            opacity: 0.8;
            transition: 0.3s;
        }

        .sub-nav a:hover { opacity: 1; color: var(--pink); }

        /* ANIMATED MARQUEE */
        .marquee-container {
            background-color: var(--green);
            color: var(--black);
            padding: 20px 0;
            overflow: hidden;
            position: relative;
            display: flex;
            border-top: 4px solid var(--black);
            border-bottom: 4px solid var(--black);
        }

        .marquee-content {
            display: flex;
            white-space: nowrap;
            animation: scroll 20s linear infinite;
        }

        .marquee-content span {
            font-weight: 900;
            font-size: 1.8rem;
            text-transform: uppercase;
            padding: 0 10px;
        }

        @keyframes scroll {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        /* FEATURES SECTION */
        .features {
            background-color: var(--green);
            color: var(--black);
            padding: 80px 20px;
        }

        .feature-card {
            background: var(--pink);
            border: 4px solid var(--black);
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 20px;
            box-shadow: 10px 10px 0px var(--black);
        }

        .feature-card h2 { font-size: 2rem; font-weight: 900; margin-bottom: 10px; }

        /* FOOTER */
        .footer {
            padding: 60px 20px;
            text-align: center;
            background-color: var(--white);
            color: var(--black);
        }

        .footer h2 { font-size: 3rem; font-weight: 900; margin-bottom: 20px; }

        @media (max-width: 600px) {
            .hero h1 { font-size: 2.5rem; }
            .marquee-content span { font-size: 1.2rem; }
        }
        /* --- TEMPLATE SECTION STYLES --- */
.templates {
    padding: 100px 40px;
    background: var(--gray); /* Background sedikit berbeda agar kontras */
}

.templates-filter {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.filter-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #777;
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'DM Sans', sans-serif;
}

.filter-btn:hover, .filter-btn.active {
    background: var(--pink);
    border-color: var(--pink);
    color: var(--black);
    box-shadow: 0 10px 20px rgba(255, 77, 171, 0.2);
}

.templates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

/* Template Card Styling */
.template-card {
    background: var(--black);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.template-card:hover {
    transform: translateY(-12px);
    border-color: rgba(255, 77, 171, 0.3);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

.template-preview {
    height: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-info {
    padding: 25px;
    background: var(--gray);
}

.template-info h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: var(--white);
}

.template-info p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* --- TESTIMONIALS SECTION STYLES --- */
.testimonials {
    padding: 100px 40px;
    background: var(--black);
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 60px;
}

.testi-card {
    background: var(--gray);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testi-card:hover {
    border-color: var(--pink);
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(255, 77, 171, 0.05);
}

.testi-stars {
    color: var(--accent); /* Warna Kuning Jreng */
    font-size: 1.2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.testi-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #bbb;
    font-style: italic;
    margin-bottom: 30px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testi-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gray2);
    border: 2px solid var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.testi-name {
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
}

.testi-handle {
    font-size: 0.8rem;
    color: #555;
    margin-top: 2px;
}

/* Responsive Adjustment */
@media (max-width: 768px) {
    .section-title {
        font-size: 3rem;
    }
    .templates, .testimonials {
        padding: 80px 20px;
    }
}