/**
 * Planung Screen - Premium Design mit Magic UI
 * Fokus: Whitespace, Luftigkeit, Professionalität
 */

.planung-wrapper {
    width: 100%;
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 50%, #fafbfc 100%);
}

.planung-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
}

.planung-hero {
    padding: 100px 0;
    background: white;
    text-align: center;
}

.planung-badge {
    display: inline-block;
    padding: 12px 32px;
    background: rgba(31, 137, 222, 0.08);
    border: 1px solid rgba(31, 137, 222, 0.2);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #1f89de;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.planung-hero-title {
    font-size: 56px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.planung-hero-subtitle {
    font-size: 22px;
    color: #4a4a4a;
    margin: 0 auto 60px auto;
    line-height: 1.6;
    font-weight: 400;
    max-width: 750px;
}

.planung-hero-meta {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.planung-meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.planung-meta-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 137, 222, 0.12);
    border-color: rgba(31, 137, 222, 0.15);
}

.planung-meta-icon {
    font-size: 28px;
}

.planung-meta-text {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
}

.planung-tiles-section {
    padding: 80px 0;
    background: #fafbfc;
}

.planung-tiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.planung-tile {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.planung-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(31, 137, 222, 0.12);
    border-color: rgba(31, 137, 222, 0.12);
}

.planung-tile-icon {
    font-size: 56px;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.3s ease;
}

.planung-tile:hover .planung-tile-icon {
    transform: scale(1.05);
}

.planung-tile-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 16px;
}

.planung-tile-value {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: -0.8px;
    line-height: 1.1;
}

.planung-tile-sub {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.planung-faq-section {
    padding: 80px 0;
    background: white;
}

.planung-section-title {
    font-size: 48px;
    font-weight: 900;
    color: #000000;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.planung-section-subtitle {
    font-size: 20px;
    color: #5a5a5a;
    text-align: center;
    margin: 0 auto 60px auto;
    line-height: 1.6;
    font-weight: 400;
    max-width: 750px;
}

.planung-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.planung-faq-card {
    background: #fafbfc;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 28px 36px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.planung-faq-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(31, 137, 222, 0.1);
    border-color: rgba(31, 137, 222, 0.12);
    background: white;
}

.planung-faq-question {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.5;
}

.planung-faq-answer {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    font-weight: 400;
}

.planung-faq-answer a {
    color: #1f89de;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid rgba(31, 137, 222, 0.3);
    transition: all 0.2s ease;
}

.planung-faq-answer a:hover {
    color: #1a6fb8;
    border-bottom-color: #1f89de;
}

.planung-location-section {
    padding: 80px 0;
    background: #fafbfc;
}

.planung-parking-section {
    padding: 80px 0;
    background: white;
}

.planung-image-wrapper {
    margin-top: 60px;
}

.planung-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.planung-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 72px rgba(31, 137, 222, 0.15);
}

.planung-parking-note {
    text-align: center;
    font-size: 19px;
    color: #666;
    font-style: italic;
    margin-top: 40px;
    font-weight: 400;
}

@media (max-width: 1440px) {
    .planung-container {
        max-width: 1100px;
        padding: 0 60px;
    }
}

@media (max-width: 1199px) {
    .planung-container {
        padding: 0 50px;
    }
    
    .planung-hero {
        padding: 140px 0;
    }
    
    .planung-tiles-section,
    .planung-faq-section,
    .planung-location-section,
    .planung-parking-section {
        padding: 140px 0;
    }
    
    .planung-tiles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    
    .planung-hero-title {
        font-size: 60px;
    }
    
    .planung-section-title {
        font-size: 52px;
    }
}

@media (max-width: 768px) {
    .planung-container {
        padding: 0 32px;
    }
    
    .planung-hero {
        padding: 100px 0;
    }
    
    .planung-tiles-section,
    .planung-faq-section,
    .planung-location-section,
    .planung-parking-section {
        padding: 100px 0;
    }
    
    .planung-tiles-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .planung-hero-meta {
        flex-direction: column;
        gap: 16px;
    }
    
    .planung-hero-title {
        font-size: 44px;
        letter-spacing: -1px;
    }
    
    .planung-section-title {
        font-size: 40px;
    }
    
    .planung-hero-subtitle {
        font-size: 22px;
    }
    
    .planung-section-subtitle {
        font-size: 20px;
        margin-bottom: 72px;
    }
    
    .planung-tile {
        padding: 48px 32px;
    }
    
    .planung-faq-card {
        padding: 40px 32px;
        border-radius: 24px;
    }
    
    .planung-faq-question {
        font-size: 19px;
    }
    
    .planung-faq-answer {
        font-size: 17px;
    }
    
    .planung-image {
        border-radius: 24px;
    }
}

@media (max-width: 576px) {
    .planung-container {
        padding: 0 24px;
    }
    
    .planung-hero {
        padding: 80px 0;
    }
    
    .planung-tiles-section,
    .planung-faq-section,
    .planung-location-section,
    .planung-parking-section {
        padding: 80px 0;
    }
    
    .planung-hero-title {
        font-size: 36px;
    }
    
    .planung-section-title {
        font-size: 34px;
    }
    
    .planung-hero-subtitle {
        font-size: 19px;
    }
    
    .planung-section-subtitle {
        font-size: 18px;
    }
    
    .planung-tile-icon {
        font-size: 64px;
    }
    
    .planung-tile-value {
        font-size: 32px;
    }
    
    .planung-faq-card {
        padding: 32px 24px;
    }
    
    .planung-faq-question {
        font-size: 18px;
    }
    
    .planung-faq-answer {
        font-size: 16px;
    }
}

