:root {
    --primary-dark: #1a1a2e;
    --primary-medium: #16213e;
    --accent-gold: #c9a227;
    --accent-light: #e8d5a3;
    --text-light: #f5f5f5;
    --text-muted: #b8b8b8;
    --bg-cream: #faf8f3;
    --bg-warm: #f4efe4;
    --border-subtle: rgba(201, 162, 39, 0.3);
    --shadow-elegant: 0 4px 20px rgba(26, 26, 46, 0.15);
    --shadow-hover: 0 8px 30px rgba(26, 26, 46, 0.25);
    --transition-smooth: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: var(--primary-dark);
    background-color: var(--bg-cream);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary-dark);
}

p {
    font-family: 'Libre Baskerville', serif;
    font-size: 1rem;
    line-height: 1.8;
}

a {
    color: var(--accent-gold);
    text-decoration: none;
    transition: var(--transition-smooth);
}

a:hover {
    color: var(--primary-dark);
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(201, 162, 39, 0.2);
    border-top-color: var(--accent-gold);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loader-text {
    color: var(--accent-light);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    box-shadow: var(--shadow-elegant);
    transition: var(--transition-smooth);
}

.site-header.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.site-header .navbar {
    padding: 1rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-icon {
    height: 40px;
    width: auto;
    color: white;
}

.brand-icon img {
    filter: brightness(0) invert(1);
}

.brand-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-light);
    letter-spacing: 1px;
}

.brand-accent {
    color: var(--accent-gold);
}

.navbar-toggler {
    border: none;
    padding: 8px;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.toggler-line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--accent-gold);
    transition: var(--transition-smooth);
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-nav .nav-link {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--text-light);
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--accent-gold);
    transition: var(--transition-smooth);
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 60%;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--accent-gold);
}

.dropdown-menu {
    background: var(--primary-dark);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    margin-top: 10px;
    padding: 0.5rem 0;
}

.dropdown-item {
    color: var(--text-light);
    padding: 0.6rem 1.2rem;
    font-family: 'Source Sans 3', sans-serif;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(201, 162, 39, 0.15);
    color: var(--accent-gold);
}

main {
    padding-top: 80px;
}

.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 50%, #0f1629 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Goldener_Saal_des_Wiener_Musikvereins.jpg/1280px-Goldener_Saal_des_Wiener_Musikvereins.jpg') center/cover no-repeat;
    opacity: 0.2;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 2rem;
}

.hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    color: var(--accent-gold);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-title span {
    color: var(--accent-gold);
    font-style: italic;
}

.hero-description {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.9;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-custom {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #b8941f 100%);
    color: var(--primary-dark);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.4);
    color: var(--primary-dark);
}

.btn-secondary-custom {
    display: inline-block;
    padding: 14px 36px;
    background: transparent;
    color: var(--text-light);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border: 2px solid var(--accent-gold);
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.btn-secondary-custom:hover {
    background: var(--accent-gold);
    color: var(--primary-dark);
    transform: translateY(-3px);
}

.section-padding {
    padding: 100px 0;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--accent-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 1.25rem;
}

.section-subtitle {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
}

.bg-warm {
    background-color: var(--bg-warm);
}

.bg-dark-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
}

.bg-dark-section .section-title,
.bg-dark-section .section-subtitle,
.bg-dark-section p {
    color: var(--text-light);
}

.bg-dark-section .section-subtitle {
    color: var(--text-muted);
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: var(--shadow-elegant);
    transition: var(--transition-smooth);
    height: 100%;
    border: 1px solid transparent;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--border-subtle);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #b8941f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.feature-icon svg {
    width: 35px;
    height: 35px;
    color: white;
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #666;
    font-size: 0.95rem;
}

.venue-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-elegant);
    transition: var(--transition-smooth);
    background: white;
}

.venue-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.venue-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.venue-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.venue-card:hover .venue-image img {
    transform: scale(1.08);
}

.venue-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(26, 26, 46, 0.9) 0%, transparent 100%);
    padding: 2rem 1.5rem 1rem;
}

.venue-tag {
    display: inline-block;
    background: var(--accent-gold);
    color: var(--primary-dark);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.venue-content {
    padding: 1.5rem;
}

.venue-content h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.venue-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.venue-link {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--accent-gold);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.venue-link:hover {
    color: var(--primary-dark);
}

.composer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.composer-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-elegant);
    transition: var(--transition-smooth);
}

.composer-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.composer-image {
    height: 300px;
    overflow: hidden;
}

.composer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.composer-card:hover .composer-image img {
    transform: scale(1.05);
}

.composer-info {
    padding: 1.5rem;
}

.composer-info h3 {
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
}

.composer-years {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.95rem;
    color: var(--accent-gold);
    margin-bottom: 0.75rem;
}

.composer-info p {
    font-size: 0.9rem;
    color: #666;
}

.quote-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    padding: 80px 0;
    position: relative;
}

.quote-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Vienna_State_Opera_interior.JPG/1280px-Vienna_State_Opera_interior.JPG') center/cover no-repeat;
    opacity: 0.1;
}

.quote-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    color: var(--accent-gold);
    line-height: 1;
    opacity: 0.5;
}

.quote-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-style: italic;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.quote-author {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    color: var(--accent-gold);
    letter-spacing: 2px;
}

.page-hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    padding: 140px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Goldener_Saal_des_Wiener_Musikvereins.jpg/1280px-Goldener_Saal_des_Wiener_Musikvereins.jpg') center/cover no-repeat;
    opacity: 0.15;
}

.page-hero-content {
    position: relative;
    z-index: 2;
}

.page-hero h1 {
    font-size: 3rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.page-hero p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.breadcrumb-nav {
    margin-top: 1.5rem;
}

.breadcrumb-nav a {
    color: var(--accent-gold);
}

.breadcrumb-nav span {
    color: var(--text-muted);
}

.content-section {
    padding: 80px 0;
}

.content-block {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: var(--shadow-elegant);
    margin-bottom: 2rem;
}

.content-block h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--border-subtle);
}

.content-block h3 {
    font-size: 1.4rem;
    margin: 1.5rem 0 1rem;
}

.content-block ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.content-block li {
    margin-bottom: 0.5rem;
    font-family: 'Libre Baskerville', serif;
    font-size: 0.95rem;
    color: #555;
}

.info-box {
    background: var(--bg-warm);
    border-left: 4px solid var(--accent-gold);
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}

.info-box h4 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: var(--primary-dark);
}

.info-box p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

.contact-hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-medium) 100%);
    padding: 140px 0 80px;
    position: relative;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/Konzerthaus_Wien_Sept_2006_001.jpg/1280px-Konzerthaus_Wien_Sept_2006_001.jpg') center/cover no-repeat;
    opacity: 0.15;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-hero h1 {
    font-size: 2.8rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.contact-hero p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto;
}

.contact-section {
    padding: 80px 0;
}

.contact-cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.contact-card {
    background: white;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-elegant);
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    transition: var(--transition-smooth);
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #b8941f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.contact-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.contact-icon svg {
    width: 28px;
    height: 28px;
    color: white;
}

.contact-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.contact-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.contact-card a.contact-link {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--accent-gold);
}

.contact-card a.contact-link:hover {
    color: var(--primary-dark);
}

.faq-section {
    padding: 60px 0 80px;
    background: var(--bg-warm);
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-item {
    background: white;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-item h4 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: var(--primary-dark);
}

.faq-item p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.site-footer {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #0d0d1a 100%);
}

.footer-top {
    padding: 60px 0 40px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.25rem;
}

.footer-logo {
    height: 35px;
    color: white;
}

.footer-logo img {
    filter: brightness(0) invert(1);
}

.footer-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--text-light);
}

.footer-title .accent {
    color: var(--accent-gold);
}

.footer-description {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.footer-heading {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: var(--transition-smooth);
}

.footer-links a:hover {
    color: var(--accent-gold);
    padding-left: 5px;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright, .update-info {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-dark);
    padding: 1.5rem 2rem;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    z-index: 9998;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.cookie-text h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.cookie-text p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

.cookie-text a {
    color: var(--accent-gold);
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.btn-cookie-reject {
    padding: 10px 24px;
    background: transparent;
    color: var(--text-light);
    border: 1px solid var(--text-muted);
    border-radius: 25px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.btn-cookie-reject:hover {
    border-color: var(--text-light);
}

.btn-cookie-accept {
    padding: 10px 24px;
    background: var(--accent-gold);
    color: var(--primary-dark);
    border: none;
    border-radius: 25px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.btn-cookie-accept:hover {
    background: #dab82e;
}

.article-content {
    max-width: 900px;
    margin: 0 auto;
}

.article-content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.article-meta {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
}

.related-articles {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-subtle);
}

.related-articles h3 {
    margin-bottom: 1.5rem;
}

.policy-content {
    max-width: 800px;
    margin: 0 auto;
}

.policy-content h2 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
    padding-top: 1rem;
}

.policy-content h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.75rem;
}

.policy-content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1rem;
}

.policy-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.policy-content li {
    margin-bottom: 0.5rem;
    color: #555;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .navbar-collapse {
        background: var(--primary-dark);
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 8px;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
    }
    
    .dropdown-menu {
        background: rgba(0,0,0,0.2);
        border: none;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 80vh;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 1.9rem;
    }
    
    .page-hero h1 {
        font-size: 2.2rem;
    }
    
    .contact-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-card {
        max-width: 100%;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
    
    .content-block {
        padding: 2rem 1.5rem;
    }
    
    .quote-text {
        font-size: 1.4rem;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
        text-align: center;
    }
    
    .feature-card {
        padding: 1.75rem;
    }
}
