/* ===== Modern Gold Design System ===== */

:root {
    --primary: #C9A227;
    --primary-dark: #A8841E;
    --text-dark: #111827;
    --text-light: #6b7280;
    --bg-soft: #f9fafb;
    --radius: 14px;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(201, 162, 39, 0.35);
}
.btn-modern:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(201, 162, 39, 0.4);
}

.card-modern {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.card-modern img {
    width: 100%;
    height: auto;
    display: block;
}
.card-modern .card-body {
    padding: 16px 20px;
}
.card-modern h3 {
    font-size: 17px;
    color: var(--text-dark);
    margin-bottom: 6px;
}
.card-modern p {
    font-size: 14px;
    color: var(--text-light);
}

.header-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 100;
}

.hero-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 20px;
    background: linear-gradient(135deg, #fdf6e3, #fffaf0);
    border-radius: var(--radius);
}
.hero-modern h1 {
    font-size: 42px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 16px;
}
.hero-modern p {
    font-size: 18px;
    color: var(--text-light);
    max-width: 600px;
    margin-bottom: 28px;
}

}
}
}
}
}
}
}
}
}
}
}
}
}