/* ==========================================================================
   1. HERO BEREICH - MIT DEINEM BILD & ZENTRIERTEM KASTEN
   ========================================================================== */
.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Das Hero-Bild als absoluter Hintergrund */
.hero img.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 40px;
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    color: white;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.hero h1 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #f5f6fa;
}

/* ==========================================================================
   2. HIGHLIGHT FEATURES BAR
   ========================================================================== */
.features {
    background-color: white;
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: -50px auto 0 auto;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

.feature-item {
    text-align: center;
    padding: 0 20px;
    flex: 1;
}

.feature-item:not(:last-child) {
    border-right: 1px solid #e1b12c33; /* Dezenter Trenner */
}

.feature-icon {
    font-size: 32px;
    margin-bottom: 12px;
    display: inline-block;
}

.feature-item h3 {
    font-size: 18px;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 700;
}

.feature-item p {
    font-size: 14px;
    color: var(--text-muted);
}

/* ==========================================================================
   3. SERVICES SECTION (DIE BOXEN VIA GRID)
   ========================================================================== */
.services-section {
    padding: 100px 5% 80px 5%;
    background-color: var(--bg-light);
    text-align: center;
}

.section-badge {
    color: var(--accent-green);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.services-section h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.service-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.img-garten { background-image: url('https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?auto=format&fit=crop&w=400&q=80'); }
.img-pflaster { background-image: url('https://images.unsplash.com/photo-1590012314607-cda9d9b6a9a9?auto=format&fit=crop&w=400&q=80'); }
.img-dach { background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=400&q=80'); }
.img-wege { background-image: url('https://images.unsplash.com/photo-1542013936693-8848e57423e3?auto=format&fit=crop&w=400&q=80'); }

.service-info {
    padding: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-info h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
}

.service-info p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link {
    color: var(--accent-green);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: auto;
    display: inline-block;
    transition: var(--transition);
}

.service-link:hover {
    color: #111;
}

/* ==========================================================================
   4. NEW SECTION: WHY CHOOSE US (ÜBER UNS)
   ========================================================================== */
.about-section {
    padding: 90px 5%;
    background-color: white;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-text {
    text-align: left;
}

.about-text h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.about-text p {
    color: var(--text-muted);
    margin-bottom: 25px;
}

.about-features {
    list-style: none;
}

.about-features li {
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-features li span {
    color: var(--accent-green);
    font-size: 18px;
}

.about-image {
    width: 100%;
    height: 400px;
    background: url('https://images.unsplash.com/photo-1592417817098-8f3d6eb18865?auto=format&fit=crop&w=600&q=80') no-repeat center center/cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Styling für das Logo in der About-Section */
.about-logo {
    max-width: 400px;        /* Maximalbreite - nach Bedarf anpassen */
    width: 100%;             /* Damit es auf kleinen Bildschirmen schrumpft */
    height: auto;            /* Seitenverhältnis beibehalten */
    margin: 0 auto;          /* Zentriert das Bild, falls nötig */
    display: block;
    object-fit: contain;     /* Verhindert Verzerrungen */
}

/* ==========================================================================
   5. NEW SECTION: TESTIMONIALS (REZENSIONEN)
   ========================================================================== */
.testimonials {
    padding: 90px 5%;
    background-color: var(--bg-light);
    text-align: center;
}

.testimonials h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
    text-align: left;
}

.stars {
    color: #f1c40f;
    margin-bottom: 15px;
    font-size: 18px;
}

.testimonial-card p {
    font-style: italic;
    color: var(--text-dark);
    font-size: 15px;
    margin-bottom: 20px;
}

.client-name {
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-color);
}

/* ==========================================================================
   RESPONSIVE DESIGN FOR HOME CONTENT
   ========================================================================== */
@media (max-width: 768px) {
    .hero-content { padding: 30px 20px; }
    .hero h1 { font-size: 28px; }
    .hero p { font-size: 16px; }
    
    .features {
        flex-direction: column;
        margin-top: -30px;
        gap: 25px;
    }
    
    .feature-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    
    .about-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .about-image {
        height: 250px;
    }
}