/* ================= RESET & BASE ================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #f3e6c9;
    color: #3b2a1a;
    line-height: 1.7;
    overflow-x: hidden;
}

/* ================= NAVBAR ================= */
.navbar {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    padding: 18px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(60, 40, 20, 0.85);
    backdrop-filter: blur(12px);
    z-index: 1000;
    transition: all 0.4s ease;
}

.navbar.scrolled {
    padding: 12px 5%;
    background: rgba(60, 40, 20, 0.95);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #f5d28c;
    font-weight: 700;
    font-size: 1.35rem;
}

.logo img {
    width: 48px;
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: rotate(8deg) scale(1.05);
}

.menu {
    display: flex;
    gap: 28px;
    align-items: center;
}

.menu a {
    color: #f5d28c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: color 0.3s;
}

.menu a.active {
    color: #fff;
}

.menu a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f5d28c;
    transition: width 0.3s ease;
}

.menu a:hover::after,
.menu a.active::after {
    width: 100%;
}

/* ================= BUTTON ================= */
.btn-primary {
    background: linear-gradient(135deg, #c58b2b, #e2a33b);
    color: white;
    padding: 12px 26px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(197, 139, 43, 0.4);
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
    transition: 0.7s;
}

.btn-primary:hover::before {
    left: 100%;
}

/* ================= BUTTON ================= */
.btn-primary {
    background: linear-gradient(135deg, #c58b2b, #e2a33b);
    color: white;
    padding: 12px 26px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(197, 139, 43, 0.4);
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
    transition: 0.7s;
}

.btn-primary:hover::before {
    left: 100%;
}

/* ================= ABOUT HERO ================= */
.about-hero {
    height: 60vh;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
                url("../background.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.about-hero h1 {
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-shadow: 0 5px 30px rgba(0,0,0,0.7);
}

.about-hero p {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

/* ================= CREATOR SECTION ================= */
.about-creator {
    background: #efe2c5;
    padding: 130px 5%;
}

.about-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    transition: transform 0.5s ease;
}

.about-image img:hover {
    transform: scale(1.04);
}

.about-content h2 {
    font-size: 3.4rem;
    margin-bottom: 28px;
    color: #3b2a1a;
}

.about-content p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: #4b3a24;
}

/* ================= MISSION ================= */
.mission {
    background: #fff8e6;
    padding: 110px 5%;
    text-align: center;
}

.mission-wrapper {
    max-width: 850px;
    margin: auto;
}

.mission h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: #3b2a1a;
}

.mission p {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #4b3a24;
}

/* ================= FEATURES ================= */
.features {
    background: #efe2c5;
    padding: 120px 5%;
    text-align: center;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 70px;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background: linear-gradient(to right, #c58b2b, #e2a33b);
    margin: 20px auto 0;
    border-radius: 3px;
}

.features-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: #fff8e6;
    width: 300px;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: all 0.4s ease;
}

.feature-card i {
    font-size: 3rem;
    color: #c58b2b;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.45rem;
    margin-bottom: 15px;
    color: #3b2a1a;
}

.feature-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(197,139,43,0.25);
}

/* ================= FOOTER ================= */
.footer {
    background: #3c2a14;
    color: white;
    padding: 80px 5% 30px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-left, .footer-center, .footer-right {
    flex: 1;
    min-width: 250px;
}

.footer-left img {
    width: 85px;
    margin-bottom: 15px;
}

.footer-left p {
    color: #ccc;
    font-size: 0.95rem;
}

.footer-center h3, .footer-right h3 {
    margin-bottom: 20px;
    color: #f5d28c;
}

.footer-center ul {
    list-style: none;
}

.footer-center ul li {
    margin-bottom: 10px;
}

.footer-center ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-center ul li a:hover {
    color: #f5d28c;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding: 20px 0;
    font-size: 0.9rem;
    color: #aaa;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .about-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }
    .about-image img {
        height: 420px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 15px 5%;
    }
    .about-hero {
        height: 50vh;
    }
}

@media (max-width: 600px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}
/* ================= MOBILE MENU BUTTON ================= */
.mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: #f5d28c;
    font-size: 1.8rem;
    cursor: pointer;
}

/* ================= RESPONSIVE NAVBAR ================= */
@media (max-width: 768px) {
    .menu {
        position: absolute;
        top: 70px;
        right: 5%;
        background: #3c2a14;
        flex-direction: column;
        width: 220px;
        padding: 20px;
        border-radius: 12px;
        display: none;
    }

    .menu.active {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }
}