/* ==========================================================================
   HERO SECTION (Spezifisch für die Lösungs-Seite)
   ========================================================================== */
.solutions-hero {
    position: relative;
    min-height: 520px;
    background: url('../img/solutions-hero-bg.jpg') center/cover no-repeat #071018;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.5));
}

.hero-content {
    position: relative;
    z-index: 2;
}

.solutions-hero h1 {
    font-size: 56px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.solutions-hero .subtitle {
    color: #b6d61d;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.solutions-hero p {
    color: #c7c7c7;
    font-size: 18px;
    line-height: 1.6;
    max-width: 620px;
    margin-bottom: 35px;
}

.breadcrumbs {
    color: #888;
    font-size: 14px;
}

.breadcrumbs span {
    color: #b6d61d;
}

/* ==========================================================================
   SEKTIONS-TITEL & BLOCK-TAGS
   ========================================================================== */
.section-tag {
    color: #b6d61d;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-main-title {
    text-align: center;
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    color: #111;
    margin-bottom: 50px;
}

/* ==========================================================================
   SEKTION 1: UNSERE LÖSUNGEN (6er-Grid)
   ========================================================================== */
.our-solutions {
    padding: 80px 0;
    background: #fff;
}

.solutions-features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.sol-feature-card {
    text-align: center;
    padding: 10px;
}

.sol-icon {
    font-size: 44px;
    margin-bottom: 15px;
}

.sol-feature-card h3 {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    color: #111;
    letter-spacing: 0.5px;
}

.sol-feature-card p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

/* ==========================================================================
   SEKTION 2: UNSERE MODELLE (4er-Grid)
   ========================================================================== */
.solutions-models {
    padding: 80px 0;
    background: #fcfcfc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.models-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.model-spec-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.model-spec-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
}

.model-spec-img {
    height: 180px;
    background-color: #1a1a1a;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* Render-Hintergründe */
.img-10ft { background-image: url('../img/10ft-render.png'); }
.img-20ft { background-image: url('../img/20ft-render.png'); }
.img-30ft { background-image: url('../img/30ft-render.png'); }
.img-40ft { background-image: url('../img/40ft-render.png'); }

.spec-list {
    list-style: none;
    text-align: left;
    margin-bottom: 25px;
}

.spec-list li {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.4;
}

.btn-outline {
    display: block;
    border: 1px solid #ccc;
    padding: 12px 0;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* ==========================================================================
   SEKTION 3: INNENRAUM & AUSSTATTUNG
   ========================================================================== */
.interior-section {
    padding: 90px 0;
    background: #fff;
}

.interior-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.interior-left {
    flex: 1;
}

.section-tag-left {
    color: #b6d61d;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.interior-left h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.interior-left p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.interior-features-list {
    list-style: none;
}

.interior-features-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 500;
}

.interior-right {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallery-main {
    height: 320px;
    background: url('../img/interior-main.jpg') center/cover no-repeat #222;
    border-radius: 6px;
}

.gallery-sub-grid {
    display: flex;
    gap: 15px;
}

.gallery-sub-grid div {
    flex: 1;
    height: 150px;
    border-radius: 6px;
}

.sub-img-1 { background: url('../img/interior-sub1.jpg') center/cover no-repeat #333; }
.sub-img-2 { background: url('../img/interior-sub2.jpg') center/cover no-repeat #443; }

/* ==========================================================================
   SEKTION 4: CALL TO ACTION (Schwarz/Grünes Banner)
   ========================================================================== */
.cta-banner {
    background: #071018; /* Passend zur navbar Farbe aus global.css */
    padding: 40px 0;
    border-top: 2px solid rgba(182, 214, 29, 0.4);
}

.cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-icon {
    font-size: 36px;
}

.cta-text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cta-text p {
    color: #a0aec0;
    font-size: 14px;
}

/* ==========================================================================
   RESPONSIVE DESIGN (Nur für Lösungs-Inhalte)
   ========================================================================== */
@media (max-width: 1200px) {
    .solutions-features-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .models-overview-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .interior-wrapper {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .solutions-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .models-overview-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-wrapper {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
    
    .cta-left {
        flex-direction: column;
        gap: 10px;
    }
    
    .solutions-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 480px) {
    .solutions-features-grid {
        grid-template-columns: 1fr;
    }
}