/* Farb-Variablen, extrahiert aus dem Flyer-Design */
:root {
    --color-bg-dark: #121212;
    --color-gold: #c69f62; /* Der Haupt-Goldton */
    --color-gold-bg: #c69f621a; /* Ein transparenter Goldton für Hintergründe */
    --color-text-light: #f5f5f5;
    --color-text-white: #ffffff;
    --color-dark-surface: #202020; /* Für dunkle Card-Hintergründe */
    --color-header-overlay: rgba(18, 18, 18, 0.9); /* Dunkleres Overlay für bessere Lesbarkeit */
}

/* Basis-Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    line-height: 1.6;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Header */
.main-header {
    background-color: var(--color-bg-dark);
    padding: 40px 0;
}

.header-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 20; /* Stellt sicher, dass das Logo über dem Hero-Bild liegt */
}

.logo-wrapper {
    display: flex;
    justify-content: center;
}

.logo-img {
    width: 200px; /* Leicht verkleinert für bessere Proportionen */
    height: 200px;
    object-fit: contain;
    background-color: #ffffff; /* Stellt sicher, dass das Weiß einheitlich ist */
    padding: 15px;
    border-radius: 12px; /* Sanfte Ecken für einen modernen Look */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6); /* Tiefer Schatten */
    border: 3px solid var(--color-gold); /* Ein goldener Rahmen, um es in das Design zu integrieren */
    filter: contrast(1.05); /* Optionaler Profi-Trick für sauberes Weiß */
}

/* Hero Section */
.hero-section {
    background-color: var(--color-bg-dark);
    /* Platzhalter für das moderne Foto-Element, z.B. als Hintergrundbild */
    background-image: linear-gradient(var(--color-header-overlay), var(--color-header-overlay)), url('placeholder-interior.jpg');
    background-size: cover;
    background-position: center top;
    padding: 40px 0 80px; /* Reduzierter oberer Padding, da der Header schon hoch ist */
}

.hero-container {
    display: flex;
    justify-content: center;
}

.hero-content {
    text-align: center;
    max-width: 900px;
}

.hero-content h1 {
    color: var(--color-text-white);
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 20px; /* Abstand zur Logo-Kachel */
}

/* Services Section */
.services-section {
    padding: 80px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.service-card {
    background-color: var(--color-dark-surface);
    border: 1px solid rgba(198, 159, 98, 0.2);
    border-radius: 8px;
    padding: 35px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.gold-header {
    color: var(--color-gold);
    font-size: 1.35rem;
    letter-spacing: 0.1rem;
    margin: 0;
}

.service-list {
    list-style: none;
}

.service-list li {
    display: flex;
    align-items: start;
    gap: 10px;
    color: var(--color-text-white);
    margin-bottom: 14px;
    font-size: 1.05rem;
}

.checkmark {
    color: var(--color-gold);
    font-weight: bold;
}

/* Footer & Kontakt */
.main-footer {
    background-color: var(--color-bg-dark);
    margin-top: auto;
}

.contact-banner {
    background: linear-gradient(to right, var(--color-gold) 0%, #a67f4c 100%);
    color: #1a1a1a; /* Dunkler Text auf Gold-Hintergrund */
    padding: 30px 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.contact-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-text {
    font-size: 1.25rem;
    font-weight: bold;
}

.contact-icons-wrapper {
    display: flex;
    gap: 25px;
}

.contact-icon-link {
    transition: color 0.3s ease;
}

.contact-icon {
    width: 26px;
    height: 26px;
}

.contact-icon-link:hover .contact-icon {
    color: #444; /* Etwas dunkler beim Hover */
}

.address-banner {
    padding: 50px 0;
    text-align: left;
}

.address-flex {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 40px;
}

.company-name {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--color-gold);
}

.address-details p {
    margin-bottom: 12px;
}

.legal-banner {
    padding: 25px 0;
    text-align: center;
    font-size: 0.85rem;
    color: #888;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gold-text {
    color: #1a1a1a; /* Auf goldfarbenem Grund */
    font-weight: normal;
}

/* Media Queries für Responsivität */

/* Ab Tablet */
@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
    .hero-content h1 {
        font-size: 2.8rem;
    }
    .main-header {
        position: relative; /* Nicht mehr absolut */
        background-color: var(--color-bg-dark);
        padding: 50px 0 0; /* Mehr Padding oben, kein Padding unten */
    }
    .hero-section {
        padding: 60px 0 100px;
        position: relative;
    }
    .logo-img {
        max-width: 250px;
        width: 220px;
        height: 220px;
    }
    .contact-icons-wrapper {
        gap: 35px;
    }
    .contact-icon {
        width: 32px;
        height: 32px;
    }
    .company-name {
        flex: 0 0 280px;
    }
}

/* Ab Desktop */
@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .hero-content {
        margin: 0 auto;
    }
    .hero-content h1 {
        font-size: 3rem;
    }
    .address-flex {
        gap: 80px;
    }
}