.diag-hero {
    background-image: url('img/diagnostyka_samochodu_hero.png');
    background-size: cover;
    background-position: center;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

.diag-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.diag-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.diag-services {
    padding: 60px 20px;
    background: #f4f4f4;
}

.diag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.diag-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.diag-benefits {
    padding: 60px 20px;
    background: #e9eef3;
}

.diag-contact {
    padding: 60px 20px;
    text-align: center;
}

.diag-phone {
    font-size: 1.8rem;
    color: #005bbb;
    text-decoration: none;
    font-weight: bold;
}

.diag-map {
    text-align: center;
    padding: 60px 20px;
    background: #f5f1e8;
}

.diag-map h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #4a321c;
}

.diag-map p {
    margin-bottom: 25px;
    color: #6b4a2a;
}

.map-container {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.diagnostyka-footer {
    background: #e9dfcf;
    padding: 30px 20px;
    text-align: center;
    margin-top: 40px;
    border-top: 3px solid #d4c7b4;
}

.stopka a {
    display: inline-block;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.footer-text {
    font-size: 0.9rem;
    color: #4a321c;
    margin-top: 5px;
}
