/* Start custom CSS for html, class: .elementor-element-4685727 *//* --- Sekcja ReSound Vivia - Styl "Showcase" --- */
.o-vivia {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.o-vivia-container {
    max-width: 1300px;
    margin: 0 auto;
}

.o-vivia-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* GRAFIKA PO LEWEJ */
.o-vivia-image-side {
    position: relative;
}

.o-vivia-card-mockup {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.o-vivia-main-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* TREŚĆ PO PRAWEJ */
.o-vivia-title {
    font-size: 34px;
    color: #004b87;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
}

.o-vivia-title strong {
    font-weight: 800;
}

.o-vivia-lead {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
}

/* LISTA CECH Z IKONAMI */
.o-vivia-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.o-vivia-feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.o-vivia-icon-box {
    width: 55px;
    height: 55px;
    background-color: #e9f7f5; /* Miętowe tło ze zdjęcia */
    color: #00a896;           /* Morski kolor ikony */
    border-radius: 15px;      /* Zaokrąglone rogi */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.o-vivia-text h3 {
    font-size: 18px;
    color: #004b87;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.o-vivia-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* RESPORSYWNOŚĆ */
@media (max-width: 1024px) {
    .o-vivia-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .o-vivia-image-side {
        order: 2; /* Grafika pod tekstem na mobile */
    }
    .o-vivia-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7391b4d *//* --- Sekcja o24: Światowe Innowacje --- */
.o24 {
    padding: 60px 20px;
    background-color: #f9fbfd;
    font-family: 'Montserrat', sans-serif;
}

.o24-container {
    max-width: 1200px;
    margin: 0 auto;
}

.o24-header {
    text-align: center;
    margin-bottom: 40px;
}

.o24-title {
    font-size: 32px;
    color: #004b87;
    font-weight: 300;
}

.o24-title strong {
    font-weight: 800;
}

/* SIATKA KART */
.o24-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.o24-card {
    flex: 1;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #f0f4f8;
    box-shadow: 0 10px 30px rgba(0, 75, 135, 0.04);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.o24-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 75, 135, 0.08);
}

/* IKONY W TWOIM STYLU (MIĘTOWE TŁO) */
.o24-icon-box {
    width: 65px;
    height: 65px;
    background-color: #e9f7f5;
    color: #00a896;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.o24-card-content h3 {
    font-size: 18px;
    color: #004b87;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.o24-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* RESPORSYWNOŚĆ */
@media (max-width: 900px) {
    .o24-grid {
        flex-direction: column;
        align-items: center;
    }
    .o24-card {
        width: 100%;
        max-width: 400px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8537205 *//* --- Sekcja o25: Filozofia Słyszenia Vivia --- */
.o25 {
    padding: 60px 20px;
    background-color: #ffffff; /* Białe tło dla kontrastu z o24 */
    font-family: 'Montserrat', sans-serif;
}

.o25-container {
    max-width: 1200px;
    margin: 0 auto;
}

.o25-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.o25-title {
    font-size: 32px;
    color: #004b87;
    font-weight: 300;
    margin-bottom: 20px;
}

.o25-title strong {
    font-weight: 800;
}

.o25-lead {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
}

/* SIATKA KART */
.o25-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.o25-card {
    flex: 1;
    background: #fcfdfe;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #f0f4f8;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.o25-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 75, 135, 0.06);
    background: #ffffff;
}

/* IKONY W TWOIM STYLU (MIĘTOWE TŁO) */
.o25-icon-box {
    width: 65px;
    height: 65px;
    background-color: #e9f7f5; /* Twój charakterystyczny miętowy */
    color: #00a896;           /* Twój morski turkus */
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
}

.o25-card-content h3 {
    font-size: 19px;
    color: #004b87;
    margin-bottom: 15px;
    font-weight: 700;
}

.o25-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* RESPORSYWNOŚĆ */
@media (max-width: 900px) {
    .o25-grid {
        flex-direction: column;
        align-items: center;
    }
    .o25-card {
        width: 100%;
        max-width: 450px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82aebec *//* --- Sekcja o26: Słyszenie w Hałasie - Vivia --- */
.o26 {
    padding: 60px 20px;
    background-color: #fcfdfe; /* Bardzo delikatny błękit/szary dla odróżnienia od o25 */
    font-family: 'Montserrat', sans-serif;
}

.o26-container {
    max-width: 1200px;
    margin: 0 auto;
}

.o26-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.o26-title {
    font-size: 32px;
    color: #004b87;
    font-weight: 300;
}

.o26-title strong {
    font-weight: 800;
}

.o26-lead {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 15px;
}

/* SIATKA KART */
.o26-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.o26-card {
    flex: 1;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #f0f4f8;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.o26-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 75, 135, 0.07);
}

/* IKONY W TWOIM STYLU (MIĘTOWE TŁO) */
.o26-icon-box {
    width: 65px;
    height: 65px;
    background-color: #e9f7f5; /* Charakterystyczna mięta */
    color: #00a896;           /* Morski turkus */
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
}

.o26-card-content h3 {
    font-size: 19px;
    color: #004b87;
    margin-bottom: 15px;
    font-weight: 700;
}

.o26-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* RESPORSYWNOŚĆ */
@media (max-width: 900px) {
    .o26-grid {
        flex-direction: column;
        align-items: center;
    }
    .o26-card {
        width: 100%;
        max-width: 450px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b82c41 *//* --- Sekcja o27: Design i Trwałość --- */
.o27 {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.o27-container {
    max-width: 1200px;
    margin: 0 auto;
}

.o27-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.o27-title {
    font-size: 32px;
    color: #004b87;
    font-weight: 300;
}

.o27-title strong {
    font-weight: 800;
}

.o27-lead {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 15px;
}

/* SIATKA KART (2x2 na desktopie) */
.o27-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.o27-card {
    background: #fcfdfe;
    padding: 35px;
    border-radius: 25px;
    border: 1px solid #f0f4f8;
    transition: all 0.3s ease;
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
}

.o27-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 75, 135, 0.05);
    background: #ffffff;
}

/* IKONY W TWOIM STYLU */
.o27-icon-box {
    width: 60px;
    height: 60px;
    background-color: #e9f7f5;
    color: #00a896;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.o27-card-content h3 {
    font-size: 18px;
    color: #004b87;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.o27-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* RESPORSYWNOŚĆ */
@media (max-width: 900px) {
    .o27-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .o27-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .o27-card-content {
        margin-top: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8015cb4 *//* --- Sekcja o5: Medical Disclaimer --- */
.o5 {
    padding: 40px 20px; /* Niewielkie odstępy, by nie zaburzać płynności strony */
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.o5-container {
    max-width: 900px; /* Węższy kontener skupiający wzrok na komunikacie */
    margin: 0 auto;
}

.o5-disclaimer-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    background-color: #fffafb; /* Bardzo delikatne, ciepłe tło */
    border: 1px solid #f5e6e8;
    border-left: 5px solid #c0392b; /* Głęboka, elegancka czerwień na krawędzi */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.3s ease;
}

.o5-disclaimer-box:hover {
    box-shadow: 0 6px 20px rgba(192, 57, 43, 0.08); /* Delikatna poświata przy najechaniu */
}

.o5-icon {
    font-size: 28px;
    color: #c0392b; /* Profesjonalna czerwień */
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o5-text {
    margin: 0;
}

.o5-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #444; /* Ciemnoszary tekst dla czytelności */
    margin: 0;
}

.o5-text strong {
    font-weight: 700;
    color: #c0392b; /* Wyróżnienie kluczowej części na czerwono */
}

/* RESPORSYWNOŚĆ */
@media (max-width: 600px) {
    .o5-disclaimer-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        border-left: 1px solid #f5e6e8;
        border-top: 5px solid #c0392b; /* Pasek przenosi się na górę na telefonach */
        gap: 12px;
    }
}/* End custom CSS */