.elementor-25 .elementor-element.elementor-element-624920b:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-624920b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25 .elementor-element.elementor-element-624920b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25 .elementor-element.elementor-element-624920b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25 .elementor-element.elementor-element-220597ea:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-220597ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25 .elementor-element.elementor-element-220597ea{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-25 .elementor-element.elementor-element-220597ea > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-5ea1e31a *//* --- Sekcja o-1 (Hero 1:1 wg obrazka) --- */
.o-1 {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background-image: url('https://aparatysluchowegdansk.pl/wp-content/uploads/2026/03/wmremove-transformed-2-scaled.png');
  background-size: cover;
  background-position: center 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Montserrat', sans-serif;
}

/* Przyciemnienie tła */
.o-1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}

.o-1-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 1100px;
  width: 100%;
}

.o-1-subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
  color: #ffffff !important;
}

.o-1-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
  color: #ffffff !important;
}

/* KONTENER NA 3 KAFELKI */
.o-1-boxes {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* POJEDYNCZY KAFELEK */
.o-1-box {
  background-color: #1a88a8; /* Morski niebieski */
  color: #ffffff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  border-radius: 6px;
  width: 31%;
  min-width: 300px;
  text-align: left;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.o-1-box:hover {
  background-color: #146c87;
  transform: translateY(-3px);
  color: #ffffff !important; /* Wymuszenie bieli po najechaniu */
}

/* IKONA I ODSTĘP (Kluczowa poprawka) */
.o-1-icon {
  margin-right: 25px; /* Duży odstęp od tekstu */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px; /* Stała szerokość kontenera ikony dla równego tekstu */
}

.o-1-icon svg, .o-1-icon img {
  width: 35px;
  height: auto;
  fill: #ffffff !important;
}

/* TEKST W KAFELKU */
.o-1-box-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff !important;
  text-transform: uppercase;
}

.o-1-box:hover .o-1-box-text {
  color: #ffffff !important; /* Tekst zostaje biały */
}

/* GŁÓWNY DOLNY PRZYCISK */
.o-1-main-btn {
  display: inline-block;
  background-color: #004b87; /* Ciemny granat */
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 50px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  text-transform: uppercase;
}

.o-1-main-btn:hover {
  background-color: #003663;
  transform: translateY(-2px);
  color: #ffffff !important; /* Tekst zostaje biały */
}

/* --- RESPORSYWNOŚĆ --- */
@media (max-width: 1024px) {
  .o-1-box { width: 45%; }
  .o-1-title { font-size: 42px; }
}

@media (max-width: 768px) {
  .o-1 { padding: 40px 15px; }
  .o-1-title { font-size: 30px; }
  .o-1-subtitle { font-size: 18px; }
  .o-1-boxes { flex-direction: column; align-items: center; }
  .o-1-box { width: 100%; max-width: 380px; }
  .o-1-main-btn { width: 100%; max-width: 380px; padding: 15px 20px; font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e08e2b9 *//* --- Sekcja o2: Global --- */
.o2 {
    padding: 1px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.o2-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* --- NAGŁÓWEK I CENNIK --- */
.o2-hero-header {
    text-align: center;
    margin-bottom: 80px;
}

.o2-main-title {
    font-size: 38px;
    font-weight: 300;
    color: #004b87;
    margin-bottom: 10px;
}

.o2-gradient-text {
    font-weight: 800;
    background: linear-gradient(90deg, #004b87, #00a896);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.o2-modern-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0 45px;
}

.o2-modern-divider .dot {
    width: 8px;
    height: 8px;
    background: #00a896;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 168, 150, 0.4);
}

.o2-modern-divider .line {
    width: 120px;
    height: 2px;
    background: linear-gradient(to right, #00a896, transparent);
}

/* PASTYLKI CENNIKA */
.o2-pricing-cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.o2-price-pill {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 35px;
    border-radius: 100px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.o2-price-pill:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.pill-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    color: #fff;
}

.pill-teal .pill-icon { background: #00a896; }
.pill-blue .pill-icon { background: #004b87; }

.pill-label {
    display: block;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.pill-value {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #1a88a8;
}

.o2-disclaimer {
    font-size: 14px;
    color: #1a88a8;
    font-style: italic;
    opacity: 0.8;
}

/* --- SEPARATOR I TYTUŁ NAD KAFELKAMI --- */
.o2-section-separator {
    text-align: center;
    margin: 100px 0 120px;
}

.o2-sub-title {
    font-size: 48px;
    color: #004b87;
    font-weight: 300;
    margin: 0;
}

.o2-sub-title strong {
    font-weight: 800;
}

/* --- SIATKA I KAFELKI --- */
.o2-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.o2-card {
    position: relative;
    background: #f8fbff;
    padding: 70px 25px 35px;
    border-radius: 30px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.o2-card:hover {
    transform: translateY(-15px);
    background: #ffffff;
    box-shadow: 0 35px 70px rgba(0, 75, 135, 0.08);
}

.o2-card-img {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    z-index: 2;
    transition: 0.4s;
    /* Dodane: wycinanie grafiki do kształtu koła */
    overflow: hidden; 
}

.o2-card-img img { 
    /* Zmienione: obrazek wypełnia całe kółko */
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
}

.o2-card:hover .o2-card-img { 
    transform: translateX(-50%) scale(1.1); 
}

.o2-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #004b87;
    margin-bottom: 15px;
}

.o2-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #636e72;
    margin-bottom: 30px;
    flex-grow: 1;
}

.o2-btn {
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff !important;
    transition: 0.3s;
    width: 100%;
    box-sizing: border-box; /* Zapewnia poprawne wymiary przy width: 100% */
}

.card-teal .o2-btn { background: #00a896; }
.card-blue .o2-btn { background: #3b82f6; }

.o2-btn:hover { filter: brightness(1.1); transform: scale(1.02); }

/* --- RESPORSYWNOŚĆ --- */
@media (max-width: 1200px) {
    .o2-grid { grid-template-columns: repeat(2, 1fr); gap: 110px 30px; }
}

@media (max-width: 650px) {
    .o2-grid { grid-template-columns: 1fr; }
    .o2-main-title { font-size: 28px; }
    .o2-price-pill { width: 100%; }
    .o2-sub-title { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-413b752 *//* --- Sekcja o3: Modern Stack Layout (Kompaktowa wersja + Białe tło) --- */
.o3 {
    padding: 5px 20px 7px 20px; /* Zmniejszone odstępy góra/dół */
    background-color: #ffffff; /* Zmiana na czyste białe tło */
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.o3-container {
    max-width: 1300px;
    margin: 0 auto;
}

/* NAGŁÓWEK SEKCJI */
.o3-header {
    text-align: center;
    margin-bottom: 30px; /* Zmniejszony margines */
}

.o3-title {
    font-size: 42px;
    color: #004b87;
    font-weight: 300;
}

.o3-title span {
    font-weight: 800;
}

.o3-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px; /* Zmniejszony odstęp */
}

.o3-divider .dot { 
    width: 8px; 
    height: 8px; 
    background: #00a896; 
    border-radius: 50%; 
}

.o3-divider .line { 
    width: 100px; 
    height: 3px; 
    background: linear-gradient(to right, #00a896, transparent); 
    border-radius: 10px;
}

/* DUŻY OBRAZ (HERO) */
.o3-hero-image {
    position: relative;
    width: 100%;
    height: 400px; 
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: -60px; /* Zmniejszone nachodzenie kafelków, by było bardziej zwarto */
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.o3-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* TEKST NA ZDJĘCIU (GRADIENT NA CAŁOŚĆ) */
.o3-hero-overlay {
    position: absolute;
    top: 0;      
    left: 0;
    width: 100%;
    height: 100%; 
    
    display: flex;
    align-items: flex-end; 
    
    /* Zmniejszony dolny padding, aby dopasować do mniejszego nachodzenia kafelków */
    padding: 0px 40px 90px 40px; 

    background: linear-gradient(
        to bottom, 
        rgba(0, 75, 135, 0.1) 0%,   
        rgba(0, 75, 135, 0.4) 40%,  
        rgba(0, 75, 135, 0.9) 100%  
    );
    color: #ffffff;
    font-size: 19px;
    line-height: 1.6;
    z-index: 1;
}

.o3-hero-overlay p {
    max-width: 850px;
    margin: 0;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.o3-hero-overlay strong {
    font-weight: 700;
    color: #fff;
}

/* SIATKA KAFELKÓW */
.o3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Zmniejszony odstęp między kafelkami (było 30px) */
    position: relative;
    z-index: 2; 
    padding: 0 15px; /* Mniejszy padding boczny */
}

.o3-card {
    background: #ffffff;
    padding: 30px 20px; /* Zmniejszone odstępy wewnątrz kafelka (było 45x35) */
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); /* Cień pozwoli wyodrębnić kafelek z białego tła */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    border: 1px solid rgba(0,0,0,0.03);
}

.o3-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 75, 135, 0.1);
}

.o3-card-icon {
    width: 55px;
    height: 55px;
    background: #f0f7f6;
    color: #00a896;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px; /* Zmniejszony margines pod ikoną */
}

.o3-card-icon i {
    color: #00a896 !important;
}

.o3-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #004b87;
    margin-bottom: 10px; /* Zmniejszony margines pod tytułem */
}

.o3-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

/* STOPKA SEKCJI */
.o3-footer {
    margin-top: 40px; /* Zmniejszony margines nad stopką (było 70px) */
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.o3-quote-bar {
    width: 60px;
    height: 4px;
    background: #00a896;
    margin: 0 auto 15px; /* Zmniejszony margines */
    border-radius: 10px;
}

.o3-footer p {
    font-size: 15px;
    font-style: italic;
    color: #004b87;
    line-height: 1.7;
}

/* RESPORSYWNOŚĆ (RWD) */
@media (max-width: 1100px) {
    .o3-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0;
    }
    .o3-hero-image {
        height: 400px;
        margin-bottom: 20px;
    }
    .o3-hero-overlay {
        position: relative;
        bottom: 0;
        background: #004b87;
        padding: 25px;
        border-radius: 0 0 40px 40px;
        margin-top: -30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0aec846 */.o92-container {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

.o92-title {
    font-size: 38px;
    color: #004a80;
    font-weight: 700;
    margin-bottom: 10px;
}

.o92-green {
    color: #00a88f; 
}

.o92-divider {
    width: 55px;
    height: 3px;
    background: linear-gradient(to right, #00a88f 75%, transparent 100%);
    margin: 20px auto;
    position: relative;
}

.o92-divider::before {
    content: '';
    position: absolute;
    left: -12px;
    top: -2.5px;
    width: 8px;
    height: 8px;
    background-color: #00a88f;
    border-radius: 50%;
}

.o92-intro {
    font-size: 19px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.o92-main-content {
    text-align: left;
    font-size: 17px;
    color: #444;
    line-height: 1.7;
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-bottom: 30px;
}

/* Stylizacja przycisku */
.o92-button-wrapper {
    margin-top: 20px;
}

.o92-cta-button {
    background-color: #00a88f;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 168, 143, 0.3);
}

.o92-cta-button:hover {
    background-color: #004a80;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 74, 128, 0.4);
    color: #fff;
}

@media (max-width: 768px) {
    .o92-title { font-size: 28px; }
    .o92-cta-button { font-size: 16px; padding: 14px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e755052 *//* --- Sekcja o4: FAQ / Akordeon (Białe tło + Minimalne odstępy) --- */
.o4 {
    padding: 40px 20px; /* Znacznie zmniejszony padding góra/dół (było 80px) */
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.o4-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* NAGŁÓWEK */
.o4-header {
    text-align: center;
    margin-bottom: 25px; /* Zmniejszony margines pod nagłówkiem (było 50px) */
}

.o4-title {
    font-size: 34px; /* Delikatnie mniejszy font dla lepszej spójności z małymi odstępami */
    color: #004b87;
    font-weight: 300;
    margin: 0; /* Usunięty domyślny margines */
}

.o4-title span {
    font-weight: 800;
    color: #00a896;
}

.o4-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px; /* Zmniejszony odstęp */
}

.o4-divider .dot { 
    width: 6px; 
    height: 6px; 
    background: #00a896; 
    border-radius: 50%; 
}

.o4-divider .line { 
    width: 60px; 
    height: 3px; 
    background: linear-gradient(to right, #00a896, transparent); 
    border-radius: 10px;
}

.o4-intro {
    font-size: 15px; /* Delikatnie mniejszy tekst wstępu */
    line-height: 1.6;
    color: #555;
    margin-top: 15px; /* Zmniejszony odstęp (było 25px) */
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* AKORDEON (FAQ) */
.o4-faq-container {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Bardzo mały odstęp między kafelkami (było 15px) */
}

.o4-faq-item {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 12px; /* Mniejsze zaokrąglenie pasujące do małych odstępów */
    box-shadow: 0 2px 8px rgba(0,0,0,0.03); /* Lżejszy cień */
    overflow: hidden; 
    transition: all 0.3s ease;
}

.o4-faq-item:hover {
    box-shadow: 0 5px 15px rgba(0, 75, 135, 0.06);
}

/* Pytanie (belka klikalna) */
.o4-faq-question {
    padding: 16px 20px; /* Zmniejszone paddingi w belce (było 22px 25px) */
    font-size: 16px;
    font-weight: 700;
    color: #004b87;
    cursor: pointer;
    list-style: none; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    margin: 0;
}

.o4-faq-question::-webkit-details-marker {
    display: none; 
}

.o4-faq-question i {
    color: #00a896;
    transition: transform 0.3s ease;
    font-size: 14px; /* Mniejsza ikona strzałki */
}

/* Stan otwarty */
.o4-faq-item[open] .o4-faq-question {
    background-color: rgba(0, 168, 150, 0.04);
}

.o4-faq-item[open] .o4-faq-question i {
    transform: rotate(180deg);
}

/* Odpowiedź (rozwijana treść) */
.o4-faq-answer {
    padding: 0 20px 16px 20px; /* Zmniejszony dolny padding (było 25px) */
    color: #666;
    font-size: 14px; /* Mniejszy tekst odpowiedzi */
    line-height: 1.6;
    animation: fadeInDown 0.3s ease-in-out;
}

.o4-faq-answer p {
    margin: 0;
}

/* Animacja rozwijania */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPORSYWNOŚĆ */
@media (max-width: 768px) {
    .o4 { padding: 30px 15px; }
    .o4-title { font-size: 26px; }
    .o4-faq-question { font-size: 14px; padding: 14px 15px; }
    .o4-faq-answer { padding: 0 15px 15px; font-size: 13px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38c52275 *//* --- 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 */