.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('../images/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: auto;
    overflow: visible;
}

header.hero-section {
    padding: 0;
    display: block;
    min-height: auto;
    overflow: visible;
}

footer.hero-section {
    padding: 0;
    display: block;
    min-height: auto;
    overflow: visible;
}

.hero-content {
    padding: 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero-logo {
    width: 500px;
    max-width: 90%;
    height: auto;
    margin-bottom: 2rem;
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.8));
}

.hero-title {
    font-family: 'Cinzel Decorative', serif;
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(120, 150, 180, 0.8), 3px 3px 6px rgba(0, 0, 0, 0.8);
    margin-bottom: 1rem;
    letter-spacing: 3px;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    text-shadow: 0 0 15px rgba(120, 150, 180, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.8);
    line-height: 1.6;
    font-weight: 300;
}

.hero-text-container {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    border-radius: 12px;
    border: 1px solid rgba(120, 150, 180, 0.3);
    max-width: 900px;
    margin: 0 auto;
}

.hero-buttons {
    margin-top: 2rem;
}

.hero-buttons .btn {
    margin: 0 10px;
    font-size: 1.1rem;
}
