/* Baner kontaktowy jak w o-nas.html */
.header-banner {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232a33;
    margin-bottom: 0;
}

.header-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.7) grayscale(0.1);
}

.header-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(24,30,36,0.7) 0%, rgba(127,209,230,0.18) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-banner h1 {
    color: #fff;
    font-size: 3.8em;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.25);
    z-index: 2;
}

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Roboto', Arial, sans-serif;
            background: #181e24;
            color: #e6eaf0;
            line-height: 1.6;
        }

        /* Kontakt - ciemny motyw POL-MET */
        .contact-section {
            background: #181e24;
            color: #e6eaf0;
            padding: 56px 0 32px 0;
        }

        .contact-container {
            max-width: 800px;
            margin: 0 auto;
            background: #232a33;
            border-radius: 16px;
            box-shadow: 0 4px 24px 0 rgba(30,40,60,0.18);
            padding: 48px 40px 40px 40px;
            display: flex;
            flex-direction: column;
            gap: 36px;
        }

        .contact-section h1 {
            color: #7fd1e6;
            font-size: 2.3em;
            margin-bottom: 12px;
            font-weight: 700;
            letter-spacing: -1px;
        }

        .contact-section p {
            color: #c7dbe2;
            font-size: 1.13em;
            margin-bottom: 0.5em;
        }

        .contact-details {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            margin-top: 28px;
        }

        .contact-info-block, .contact-form-block {
            flex: 1 1 340px;
            background: #232a33;
            border-radius: 12px;
            padding: 32px 28px 28px 28px;
            box-shadow: 0 2px 12px 0 rgba(30,40,60,0.10);
        }

        .contact-info-block h2, .contact-form-block h2 {
            color: #7fd1e6;
            font-size: 1.28em;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .contact-info-block p {
            margin: 10px 0;
            font-size: 1.08em;
            color: #e6eaf0;
        }

        .contact-info-block a {
            color: #7fd1e6;
            text-decoration: underline;
            font-weight: 500;
        }

        .form-group {
            margin-bottom: 18px;
        }

        .form-group label {
            display: block;
            margin-bottom: 7px;
            color: #7fd1e6;
            font-weight: 500;
            letter-spacing: 0.01em;
        }

        .form-input, .form-textarea {
            width: 100%;
            padding: 12px 14px;
            border: 1.2px solid #38404a;
            border-radius: 7px;
            font-size: 1.05em;
            background: #181e24;
            color: #e6eaf0;
            transition: border 0.2s;
            font-family: 'Roboto', Arial, sans-serif;
        }

        .form-input:focus, .form-textarea:focus {
            border: 1.5px solid #7fd1e6;
            outline: none;
        }

        .form-textarea {
            min-height: 100px;
            resize: vertical;
        }

        .submit-btn {
            background: #7fd1e6;
            color: #181e24;
            border: none;
            border-radius: 7px;
            padding: 13px 36px;
            font-size: 1.13em;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            letter-spacing: 0.01em;
        }

        .submit-btn:hover {
            background: #4a90a4;
            color: #fff;
        }

        .arrow-icon {
            margin-left: 10px;
            font-size: 1.13em;
        }

        /* NOWA SEKCJA - Informacje kontaktowe z dużym zdjęciem */
        .contact-image-section {
            background: #181e24;
            padding: 80px 0;
        }

        .contact-image-container {
            max-width: 1200px;
            margin: 0 auto;
            background: #232a33;
            border-radius: 2px;
            box-shadow: 0 4px 24px 0 rgba(30,40,60,0.18);
            overflow: hidden;
        }

        .contact-image-grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            min-height: 500px;
        }

        /* Kolumna z informacjami kontaktowymi */
        .contact-info-column {
            background: #232a33;
            padding: 50px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .contact-info-column h2 {
            color: #7fd1e6;
            font-size: 2.5em;
            font-weight: 700;
            margin-bottom: 30px;
            letter-spacing: -1px;
        }

        .contact-info-column .subtitle {
            color: #c7dbe2;
            font-size: 1.2em;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .contact-info-item {
            margin-bottom: 24px;
            padding: 16px 0;
            border-bottom: 1px solid #38404a;
        }
        .contact-info-item .contact-info-label {
   color: #7fd1e6;
   font-weight: 600;
   font-size: 0.9em;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 8px;
   display: block;
}

/* Style dla osób w zespole sprzedaży */
.contact-info-item .contact-info-label:not(.contact-info-label + .contact-info-label) {
   color: #e6eaf0;
   font-weight: 500;
   font-size: 1.1em;
   text-transform: none;
   letter-spacing: normal;
   margin-bottom: 4px;
}

.person-role {
   color: #c7dbe2;
   font-size: 0.95em;
   font-style: italic;
   margin-bottom: 8px;
}

.person-contacts {
   display: flex;
   flex-direction: column;
   gap: 4px;
}

.person-contacts a {
   color: #7fd1e6;
   text-decoration: none;
   font-size: 0.95em;
   transition: color 0.2s;
}

.person-contacts a:hover {
   color: #4a90a4;
   text-decoration: underline;
}
        .contact-info-item:last-child {
            border-bottom: none;
        }

        .contact-info-label {
            color: #7fd1e6;
            font-weight: 600;
            font-size: 0.9em;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
            display: block;
        }

        .contact-info-value {
            color: #e6eaf0;
            font-size: 1.1em;
            font-weight: 500;
        }

        .contact-info-value a {
            color: #7fd1e6;
            text-decoration: none;
            transition: color 0.2s;
        }

        .contact-info-value a:hover {
            color: #4a90a4;
            text-decoration: underline;
        }


        .contact-vat-info {
            margin-top: 20px;
        }

        .contact-vat-info p {
            margin: 8px 0;
            color: #c7dbe2;
            font-size: 0.95em;
        }

        .contact-vat-info strong {
            color: #7fd1e6;
        }

        /* Kolumna ze zdjęciem */
        .contact-image-column {
            position: relative;
            overflow: hidden;
        }

        .contact-image-column img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


        .contact-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(127, 209, 230, 0.1) 0%, rgba(24, 30, 36, 0.3) 100%);
            display: flex;
            align-items: flex-end;
            padding: 40px;
        }

        .contact-image-text {
            color: #fff;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }

        .contact-image-text h3 {
            font-size: 1.8em;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .contact-image-text p {
            font-size: 1.1em;
            opacity: 0.9;
        }

        /* Responsywność */
        @media (max-width: 900px) {
            .contact-details {
                flex-direction: column;
                gap: 28px;
            }
            
            .contact-container {
                padding: 20px 4vw 12px 4vw;
            }

            .contact-image-grid {
                grid-template-columns: 1fr;
                min-height: auto;
            }

            .contact-info-column {
                padding: 40px 30px;
            }

            .contact-info-column h2 {
                font-size: 2em;
            }

            .contact-image-column {
                min-height: 400px;
            }

            .contact-image-overlay {
                padding: 30px;
            }
        }

        @media (max-width: 600px) {
            .contact-info-column {
                padding: 30px 20px;
            }

            .contact-info-column h2 {
                font-size: 1.8em;
            }

            .contact-image-overlay {
                padding: 20px;
            }

            .contact-image-text h3 {
                font-size: 1.5em;
            }
        }
        .map-section {
   width: 100%;
   height: 400px;
   position: relative;
   overflow: hidden;
   margin-top: 0;
}

.map-container {
   width: 100%;
   height: 100%;
   position: relative;
}

.map-container iframe {
   width: 100%;
   height: 100%;
   border: none;
   filter: grayscale(20%) contrast(1.1) brightness(0.9);
}
.map-section h2 {
            color: #7fd1e6;
            font-size: 2.5em;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
            letter-spacing: -1px;
        }

/* Opcjonalne overlay z informacjami */
.map-overlay {
   position: absolute;
   top: 30px;
   left: 30px;
   background: rgba(35, 42, 51, 0.95);
   color: #e6eaf0;
   padding: 24px 28px;
   border-radius: 12px;
   box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
   max-width: 300px;
   backdrop-filter: blur(10px);
}

.map-overlay h3 {
   color: #7fd1e6;
   font-size: 1.3em;
   font-weight: 600;
   margin-bottom: 12px;
}

.map-overlay p {
   font-size: 0.95em;
   line-height: 1.5;
   margin-bottom: 8px;
}

.map-overlay .address {
   color: #c7dbe2;
}

/* Responsywność */
@media (max-width: 768px) {
   .map-section {
       height: 300px;
   }
   
   .map-overlay {
       top: 20px;
       left: 20px;
       right: 20px;
       max-width: none;
       padding: 20px;
   }
   
   .map-overlay h3 {
       font-size: 1.2em;
   }
}

@media (max-width: 480px) {
   .map-section {
       height: 250px;
   }
   
   .map-overlay {
       padding: 16px;
   }
}
.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    margin-top: 0.7rem;
    margin-bottom: 0.2rem;
    gap: 0.3em;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.breadcrumbs a {
    color: #fff;
    text-decoration: underline;
    opacity: 0.85;
    transition: color 0.2s;
}
.breadcrumbs a:hover {
    color: #4fb3b3;
    text-decoration: underline;
    opacity: 1;
}
.breadcrumbs span {
    opacity: 0.5;
    margin: 0 6px;
    font-size: 1.1em;
}
 /* Kolumna z formularzem kontaktowym */
    .contact-form-column {
            background: #232a33;
            padding: 50px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }

        .contact-form-column h2 {
            color: #7fd1e6;
            font-size: 2.2em;
            margin-bottom: 30px;
            font-weight: 700;
            text-align: center;
        }

        /* Dodanie opisu pod tytułem */
        .form-description {
            color: #c7dbe2;
            font-size: 1.1em;
            text-align: center;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #7fd1e6;
            font-weight: 500;
            letter-spacing: 0.01em;
            font-size: 1.1em;
        }

        .form-input, .form-textarea {
            width: 100%;
            padding: 18px 16px;
            border: 1.2px solid #38404a;
            border-radius: 8px;
            font-size: 1.1em;
            background: #181e24;
            color: #e6eaf0;
            transition: border 0.2s;
            font-family: 'Roboto', Arial, sans-serif;
            box-sizing: border-box;
        }

        .form-input:focus, .form-textarea:focus {
            border: 1.5px solid #7fd1e6;
            outline: none;
        }

        .form-textarea {
            min-height: 140px;
            resize: vertical;
        }

        .submit-btn {
            background: #7fd1e6;
            color: #181e24;
            border: none;
            border-radius: 8px;
            padding: 18px 50px;
            font-size: 1.2em;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            letter-spacing: 0.01em;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin: 20px auto 0;
            justify-self: center;
        }

        /* Dodanie sekcji z dodatkowymi informacjami pod formularzem */
        .form-additional-info {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #38404a;
            text-align: center;
        }

        .form-additional-info h3 {
            color: #7fd1e6;
            font-size: 1.3em;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .form-additional-info p {
            color: #c7dbe2;
            font-size: 1.05em;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .response-time {
            background: #181e24;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #7fd1e6;
            margin-top: 25px;
        }

        .response-time h4 {
            color: #7fd1e6;
            font-size: 1.1em;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .response-time p {
            color: #e6eaf0;
            font-size: 0.95em;
            margin: 0;
        }

        .submit-btn:hover {
            background: #4a90a4;
            color: #fff;
        }

        .arrow-icon {
            margin-left: 10px;
            font-size: 1.13em;
        }
