body {
    background-color: #ffffff;
    color: #333333;
}

.hero-header {
    position: relative;
    padding: 6rem 0 4rem 0;
    margin-bottom: 3rem;
    background: linear-gradient(180deg, rgba(239, 203, 108, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bg-glass {
    background: #ffffff;
    border: 1px solid rgba(239, 203, 108, 0.4);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    text-decoration: none !important;
}

.bg-glass:hover {
    background: #fafafa;
    border-color: rgba(239, 203, 108, 0.8);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.bg-glass i {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: var(--laef-gold);
    transition: transform 0.4s ease;
}

.bg-glass:hover i {
    transform: scale(1.15);
}

.bg-glass h3 {
    color: #111111;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.bg-glass p {
    color: #666666;
    font-size: 1.05rem;
    font-weight: 300;
    margin-bottom: 0;
}
