:root {
    --terracotta: #b05b3b;
    --gold: #d4af37;
    --warm-white: #fffcf9;
    --dark-brown: #3e2723;
}

* {
    margin: 0; padding: 0; box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', sans-serif;
    scroll-behavior: smooth;
}

h1, h2, h3, .logo { font-family: 'Playfair Display', serif; }

body { background-color: var(--warm-white); color: var(--dark-brown); overflow-x: hidden; }
/* --- Mobile Menu Toggle --- */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1002;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: var(--terracotta);
    border-radius: 5px;
    transition: 0.3s;
}

/* --- Responsive Media Queries --- */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100vh;
        width: 50%;
        background: var(--warm-white);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        box-shadow: -10px 0 30px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li {
        margin: 15px 0;
    }

    .nav-links a {
        font-size: 1.1rem;
    }

    /* Animasi Hamburger ke 'X' */
    .menu-toggle.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    .menu-toggle.open span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }
}
/* --- Navbar --- */
nav {
    position: fixed; top: 0; width: 100%; padding: 25px 10%;
    display: flex; justify-content: space-between; align-items: center;
    z-index: 1000; transition: 0.5s;
}
nav.scrolled {
    background: rgba(255, 252, 249, 0.95);
    backdrop-filter: blur(15px);
    padding: 15px 10%;
    box-shadow: 0 5px 20px rgba(176, 91, 59, 0.1);
}
.logo { font-weight: 800; font-size: 1.8rem; color: var(--terracotta); text-decoration: none; }
.nav-links { display: flex; list-style: none; gap: 20px; }
.nav-links a { text-decoration: none; color: var(--dark-brown); font-weight: 600; font-size: 0.85rem; transition: 0.3s; }
.nav-links a:hover { color: var(--terracotta); }

/* --- Hero Section --- */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(62, 39, 35, 0.6), rgba(62, 39, 35, 0.4)), 
                url('../../assets/img/Banner hero Himpunan3.png');
    background-attachment: fixed; background-position: center; background-size: cover;
    display: flex; align-items: center; justify-content: center; text-align: center; color: white;
}
.hero-content h1 { font-size: 4rem; margin-bottom: 25px; }
.hero-btns { display: flex; gap: 20px; justify-content: center; margin-top: 30px; }

/* --- Buttons --- */
.btn-cta { padding: 15px 35px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: 0.3s; font-size: 0.9rem; }
.btn-gold { background: var(--gold); color: var(--dark-brown); }
.btn-outline { border: 2px solid white; color: white; }
.btn-gold:hover { background: var(--terracotta); color: white; transform: translateY(-3px); }
.btn-outline:hover { background: white; color: var(--terracotta); transform: translateY(-3px); }

/* --- Sections --- */
section { 
    padding: 100px 10%; }
.reveal { opacity: 0; transform: translateY(30px); transition: 1s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }
.title-accent { width: 60px; height: 3px; background: var(--gold); margin: 15px auto 40px; }
.title-accent-profile { width: 60px; height: 3px; background: var(--gold); margin: 15px 0px 40px; }

.card-box {
    background: var(--glass); backdrop-filter: blur(10px);
    padding: 40px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.4);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-box:hover {
    transform: translateY(-15px);
    background: white; box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

/* --- Testimoni Slider --- */
/*.testi-container { position: relative; max-width: 800px; margin: 0 auto; overflow: hidden; }*/
/*.testi-wrapper { display: flex; transition: 0.5s ease; }*/
/*.testi-card { */
/*    min-width: 100%; padding: 40px; background: white; border-radius: 20px; */
/*    box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: center; border: 1px solid #f0e0d6;*/
/*}*/
/*.testi-img { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 20px; object-fit: cover; border: 3px solid var(--gold); }*/

/* --- Testimoni Section (Suara Mereka) --- */

.testi-header p {
opacity: 0.9;
margin-bottom: 50px;
text-align: center;
}

/* Grid untuk kartu testimoni */
.testi-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
margin-top: 30px;
}

.testi-card-new {
background-color: var(--dark-brown); /* Latar belakang coklat tua */
color: white;
padding: 40px 30px;
border-radius: 30px; /* Sudut sangat membulat sesuai gambar */
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
transition: 0.3s;
}

.testi-card-new:hover {
/*background: rgba(255, 255, 255, 1);*/
transform: translateY(-5px);
}

.testi-quote {
font-style: italic;
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 30px;
min-height: 80px;
}

.testi-user {
display: flex;
align-items: center;
gap: 15px;
}

.user-img {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
}

.user-info h4 {
margin: 0;
font-size: 1.1rem;
}

.user-info span {
font-size: 0.9rem;
opacity: 0.7;
}

/* --- Pengurus Section --- */
#pengurus {
text-align: center;
padding: 80px 8%;
background-color: var(--warm-white);
}

.pengurus-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
justify-content: center;
}

.pengurus-card {
background: white;
padding: 40px 20px;
border-radius: 25px; /* Sudut membulat lembut sesuai gambar */
box-shadow: 0 10px 30px rgba(0,0,0,0.03);
border: 1px solid rgba(212, 175, 55, 0.1);
transition: transform 0.3s ease;
}

.pengurus-card:hover {
transform: translateY(-10px);
}

.pengurus-img {
width: 130px;
height: 130px;
border-radius: 50%; /* Foto bulat sempurna */
object-fit: cover;
margin-bottom: 25px;
}

.pengurus-card h4 {
font-size: 1.4rem;
color: var(--dark-brown);
margin-bottom: 8px;
font-family: 'Plus Jakarta Sans', sans-serif;
font-weight: 800;
}

.pengurus-card span {
display: block;
color: var(--gold);
font-weight: 600;
font-size: 0.95rem;
}

/* Penyesuaian responsif untuk mobile */
@media (max-width: 768px) {
.testi-grid {
grid-template-columns: 1fr;
}
}

/* --- Floating Buttons --- */
.float-btn {
    position: fixed; right: 30px; z-index: 1001; 
    width: 55px; height: 55px; border-radius: 50%; display: flex; 
    align-items: center; justify-content: center; font-size: 1.5rem; 
    color: white; box-shadow: 0 5px 15px rgba(0,0,0,0.2); transition: 0.3s;
}
.wa-btn { bottom: 30px; background: #25d366; text-decoration: none; }
.up-btn { bottom: 95px; background: var(--terracotta); opacity: 0; pointer-events: none; border: none; cursor: pointer; }
.up-btn.show { opacity: 1; pointer-events: auto; }
.float-btn:hover { transform: scale(1.1); }

/* --- Map & Footer --- */
/*.map-container { width: 100%; height: 300px; border-radius: 15px; overflow: hidden; margin-top: 30px; border: 4px solid white; }*/
.map-container { 
width: 100%; 
height: 300px; 
border-radius: 5px; /* Sudut membulat agar serasi dengan kartu pengurus */
overflow: hidden; 
margin-top: 30px; 
border: 4px solid white;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
footer { background: var(--dark-brown); color: var(--warm-white); padding: 80px 10% 40px; }

/* Grid for Pengurus/Kegiatan */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 20px; text-align: center; }

.style-kegiatan h4{
    color:var(--terracotta);
    padding-top: 8px;
}
.style-kegiatan p{
    padding: 10px 5px 20px 5px;
}
        