/* Common styles used across all pages */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f7f9fc;
}

.gold-gradient {
    background-image: linear-gradient(90deg, #B8941F, #D9A74E);
}

.text-gold-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.navbar-brand {
    color: #000000 !important;
    font-size: 2.5rem !important;
    font-weight: 1000 !important;
}

.navbar-brand-container {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.navbar-brand-main {
    color: #000000 !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
}

.navbar-brand-sub {
    color: #000000 !important;
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em;
    margin-top: 0.125rem;
    margin-left: 2px;
}

.hero-banner {
    background-size: cover;
    background-position: center;
}

.gold-border {
    border: 2px solid #D9A74E;
    box-shadow: 0 4px 15px rgba(217, 167, 78, 0.4);
}

.footer-logo {
    background-color: white;
    padding: 0.25rem;
    border-radius: 0.5rem;
}

.footer-brand-container {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.footer-brand-main {
    color: transparent !important;
    background-image: linear-gradient(90deg, #B8941F, #D9A74E);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.footer-brand-sub {
    color: #ffffff !important;
    font-size: 0.625rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    margin-top: 0.125rem;
}

.user-icon {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}