/* Sekcja produktów PMR-70 */
.pmr70-products-section {
    width: 100%;
    padding: 40px 0 40px 0;
    background: #181c22;
    background-image: linear-gradient(rgba(24,28,34,0.97), rgba(24,28,34,0.97)), url("../../../images/background/background.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.pmr70-products-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
}
.pmr70-products-left {
    flex: 1 1 25%;
    max-width: 300px;
    min-width: 220px;
    color: #e6e6e6;
}
.pmr70-products-left h2 {
    color: #4a90a4;
    font-size: 2rem;
    margin-bottom: 18px;
}
.pmr70-products-left ul {
    margin: 18px 0 0 0;
    padding-left: 22px;
    color: #e6e6e6;
}
.pmr70-products-left li {
    margin-bottom: 8px;
    font-size: 1.08rem;
    color: #e6e6e6;
}
.pmr70-products-right {
    flex: 1 1 75%;
    width: 100%;
}
.pmr70-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.product-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 18px 12px 16px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
}
.product-card:hover {
    box-shadow: 0 4px 24px rgba(49,152,158,0.13);
}
.product-card img {
    width: 100%;
    max-width: 140px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 12px;
    border-radius: 6px;
    background: #f2f2f2;
}
.product-card h3 {
    font-size: 1.08rem;
    color: #222;
    margin: 0;
    font-weight: 500;
}
.service-card-img-wrapper img {
    max-width: 240px !important;
    height: 250px !important;
    min-height: 180px;
    object-fit: contain;
    margin-bottom: 1rem;
}
.service-card-desc {
    color: #e6e6e6;
    font-size: 1rem;
    margin: 0 0 1rem 0;
    min-height: 0;
    line-height: 1.4;
    padding: 0;
    text-align: center;
}
.service-card ul {
    margin: 1rem 0 0 0;
    padding-left: 1rem;
    text-align: left;
    color: #e6e6e6;
    font-size: 1rem;
    list-style: disc inside;
}
.service-card ul li {
    margin-bottom: 0.3rem;
}
@media (max-width: 900px) {
    .pmr70-products-container {
        flex-direction: column;
        gap: 24px;
    }
    .pmr70-products-left, .pmr70-products-right {
        max-width: 100%;
        min-width: 0;
    }
    .pmr70-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .pmr70-products-grid {
        grid-template-columns: 1fr;
    }
}
/* Baner hero na PMR-70 */
.header-banner {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181c22;
}
.header-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}
.header-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,28,34, 0.55);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-banner-overlay h1 {
    color: #fff;
    font-size: 3.8rem;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
    margin: 0;
}
@media (max-width: 700px) {
    .header-banner {
        height: 180px;
    }
    .header-banner-overlay h1 {
        font-size: 1.3rem;
    }
}
/* PMR-70 custom styles */
.pmr70-hero {
    width: 100%;
    background: linear-gradient(rgba(24,28,34,0.92), rgba(24,28,34,0.92)), url('../../images/o-nas/baner.jpg') center/cover no-repeat;
    color: #e6e6e6;
    text-align: center;
    padding: 60px 5vw 40px 5vw;
    position: relative;
    box-sizing: border-box;
}
.pmr70-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
    width: 100%;
    box-sizing: border-box;
}
.pmr70-hero p {
    font-size: 1.3rem;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 2px 12px rgba(0,0,0,0.28);
    width: 100%;
    box-sizing: border-box;
}
.pmr70-info {
    background: #232a33;
    color: #e6e6e6;
    padding: 40px 20px 30px 20px;
    max-width: 900px;
    margin: 0 auto 30px auto;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.12);
}
.pmr70-info h2 {
    font-size: 2rem;
    margin-bottom: 18px;
    color: #4a90a4;
}
.pmr70-info ul {
    margin: 18px 0 0 0;
    padding-left: 22px;
    color: #e6e6e6;
}
.pmr70-info li {
    margin-bottom: 8px;
    font-size: 1.08rem;
    color: #e6e6e6;
}
@media (max-width: 900px) {
    .pmr70-products-container {
        flex-direction: column;
        gap: 24px;
        padding: 0 15px; 
    }
    .pmr70-products-left, .pmr70-products-right {
        max-width: 100%;
        min-width: 0;
    }
    .pmr70-products-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        justify-items: center; 
    }
    
    .service-card {
        width: 100%;
        max-width: 280px; 
        margin: 0 auto; 
    }
}
