/* RESET I PODSTAWOWE USTAWIENIA */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: #2b2b2b;
    background-color: #ffffff;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.text-center { text-align: center; }
.text-cyan { color: #00e5bc; } /* Kolor turkusowy/cyan z projektu */
.bg-light { background-color: #f8f9fa; }
.section-padding { padding: 80px 0; }

/* PRZYCISKI */
.btn-main {
    display: inline-block;
    background-color: #00e5bc;
    color: #0e1622;
    text-decoration: none;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}

.btn-main:hover {
    background-color: #00c4a0;
}

/* HEADER & TOP BAR */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent; /* Brak tła na starcie */
    transition: background-color 0.3s ease; /* Płynne przejście koloru tła */
}

.top-bar {
    background-color: #070c14 !important; /* Sztywna czerń z Twojej stopki/projektu */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 14px 0;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
}

.flex-bar {
    display: flex;
    justify-content: flex-start; /* Wyrównanie do lewej kontenera */
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 30px; /* Elegancki odstęp między telefonem a mailem */
    color: #ffffff;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px; /* Odstęp między ikonką a tekstem */
}

.contact-item img {
    width: 14px; /* Rozmiar mini-ikonek na górnym pasku */
    height: auto;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

.main-nav-bar {
    padding: 20px 0;
}

.flex-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 40px; /* Dostosuj do wielkości swojego logo */
}

.navigation ul {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 0; /* Zerujemy gap, bo separatory zrobimy borderem */
}

.navigation ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.navigation ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease; /* Płynne przejście koloru czcionki */
}

/* Kreski separatorów na starcie są białe/półprzezroczyste */
.navigation ul li:nth-child(1) a,
.navigation ul li:nth-child(2) a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}


/* ==========================================
   NOWE STYLE: NAVBAR PO PRZEWINIĘCIU (Na jasne sekcje)
   ========================================== */

/* Białe tło paska po zjechaniu w dół */
.site-header.scrolled {
    background-color: transparent !important; /* Usunięte białe tło - teraz jest 100% przezroczystości! */
    box-shadow: none; /* Usuwamy cień, skoro nie ma tła */
}

/* Zmiana koloru linków na czarny/ciemny grafit, gdy lecą nad jasnym tłem strony */
.site-header.scrolled .navigation ul li a {
    color: #0e1622; 
}

/* Przycisk kontakt w trybie scrolled – tekst zostaje ciemny, tło przycisku bez zmian */
.site-header.scrolled .navigation ul li a.btn-kontakt {
    color: #ffffff !important;
}

/* Zmiana koloru pionowych kresek separatorów na subtelny ciemny */
.site-header.scrolled .navigation ul li:nth-child(1) a,
.site-header.scrolled .navigation ul li:nth-child(2) a {
    border-right: 1px solid rgba(14, 22, 34, 0.2);
}

/* Dodajemy pionowe linie dla pierwszych trzech elementów menu */
.navigation ul li:nth-child(1) a,
.navigation ul li:nth-child(2) a {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3); /* Pionowa kreska separatora */
}

/* Element przed przyciskiem Kontakt (INSERT) potrzebuje tylko marginesu */
.navigation ul li:nth-child(3) a {
    margin-right: 40px;
}

.navigation ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s;
}

/* Przycisk KONTAKT – dokładny lifting pod projekt */
.navigation ul li a.btn-kontakt {
    background-color: #00e5bc;
    color: #ffffff !important; /* Wymuszenie białego tekstu z projektu */
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* HERO SECTION Z KARUZELĄ */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

.hero-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Tworzymy pseudo-element, który narzuci delikatniejszy filtr na KAŻDY slajd Swipera */
.swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Rozjaśniony gradient: mniejsze wartości alfa (0.55 i 0.70) w rgba */
    background: linear-gradient(135deg, rgba(8, 15, 26, 0.55) 0%, rgba(5, 9, 16, 0.70) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    margin-top: 140px; /* Obniżamy treść względem wysokiego menu */
    text-align: left; /* Wymuszenie wyrównania do lewej */
}

.hero-content .subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    color: #ffffff;
}

.hero-content h1 {
    font-size: 72px; /* Zdecydowanie większy font zgodnie z projektem */
    font-weight: 800;
    line-height: 1.05; /* Bardzo ciasny, nowoczesny interlinia */
    margin-bottom: 35px;
    letter-spacing: -1.5px;
    color: #ffffff;
}

.hero-desc {
    max-width: 460px; /* Ograniczamy szerokość opisu, żeby ładnie łamał się na 3 linijki */
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 45px;
    color: #e0e2e5;
    font-weight: 400;
}

/* Hero cechy na dole */
.hero-features {
    position: absolute;
    bottom: 60px; /* Podnosimy lekko do góry od krawędzi ekranu */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: flex-end; /* Przesuwamy cały zestaw trzech cech do prawej strony */
    gap: 60px; /* Większy odstęp między kolumnami */
    width: 90%;
    max-width: 1200px;
}

.h-feature {
    display: flex;
    align-items: center;
    gap: 18px; /* Większy odstęp między ikoną turkusową a tekstem */
}

.h-feature img {
    width: 38px; /* Powiększamy ikony (tarcza, słuchawki, chmurki dialogowe) */
    height: 38px;
}

.h-feature h3 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 2px;
}

.h-feature p {
    font-size: 13px;
    color: #a0a5b0;
    font-weight: 400;
}

/* SEKCJE NAGŁÓWKI */
.section-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #a0a0a0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #0e1622;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/* OFERTA GRID */
/* SEKCJA NASZA OFERTA */
.section-oferta {
    min-height: 100vh; /* Wymuszenie wysokości całego ekranu */
    display: flex;
    align-items: center; /* Wyśrodkowanie zawartości w pionie */
    justify-content: center;
    background-color: #f7f9fc; /* Jasny odcień tła z projektu Figmy */
    padding: 100px 0; /* Bezpieczny margines od góry i dołu */
}

/* Dostosowanie nagłówków w sekcji */
.section-oferta .section-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #a3a8b5;
    margin-bottom: 8px;
}

.section-oferta .section-title {
    font-size: 38px;
    font-weight: 800;
    color: #0e1622;
    margin-bottom: 60px; /* Większy odstęp pod tytułem przed kafelkami */
}

/* Siatka kafelków – idealne 4 kolumny */
.oferta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Dokładnie 4 równe kolumny */
    gap: 25px; /* Odstępy między kafelkami */
    width: 100%;
}

/* Pojedynczy kafelek usługi */
.oferta-card {
    background: #ffffff;
    padding: 45px 30px; /* Większy, przestrzenny padding wewnątrz kafelka */
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); /* Subtelny, miękki cień, który widać na screenie */
    border: 1px solid rgba(0, 0, 0, 0.01); /* Prawie niewidoczna ramka dla domknięcia kształtu */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efekt uniesienia po najechaniu myszką */
.oferta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Ikony w kafelkach */
.oferta-icon {
    width: 48px; /* Odpowiednio duże ikony z projektu */
    height: 48px;
    margin-bottom: 25px;
}

/* Tytuł usługi w kafelku */
.oferta-card h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #0e1622;
}

/* Opis usługi w kafelku */
.oferta-card p {
    font-size: 14px;
    color: #606775;
    line-height: 1.5;
}

/* SEKCJA O NAS - PEŁNY EKRAN */
#o-firmie {
    min-height: 100vh; /* Zapewnia wysokość na cały ekran */
    display: flex;
    align-items: center; /* Centrowanie zawartości w pionie */
    justify-content: center;
    background-color: #f7f9fc; /* Jasne, czyste tło z projektu */
    padding: 80px 0;
    width: 100%;
}

/* Główne pudełko trzymające zawartość w ryzach siatki (Szerokość dopasowana do projektu) */
.o-nas-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px; /* Blokada szerokości, żeby sekcja nie rozjeżdżała się na boki monitora */
    margin: 0 auto;
    gap: 80px; /* Duży, przestrzenny odstęp między tekstem a zdjęciem */
}

.o-nas-content {
    flex: 1;
    max-width: 540px; /* Optymalna szerokość bloku tekstu */
}

.o-nas-content .section-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #a3a8b5;
    margin-bottom: 8px;
}

.o-nas-content .section-title {
    font-size: 42px; /* Większy, wyraźny tytuł */
    font-weight: 800;
    color: #0e1622;
    margin-bottom: 30px;
}

.o-nas-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a515e; /* Głęboki, czytelny szary zamiast czystej czerni */
    margin-bottom: 20px;
}

.o-nas-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.o-nas-image img {
    width: 100%;
    max-width: 560px; /* Blokada maksymalnego wymiaru zdjęcia */
    height: auto;
    border-radius: 12px; /* Eleganckie zaokrąglenie rogów widoczne na projekcie */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); /* Miękki, nowoczesny cień pod grafiką */
    object-fit: cover;
}

.o-nas-stats {
    display: flex;
    gap: 60px; /* Odpowiednia przestrzeń między dwoma kolumnami statystyk */
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Nowy kontener łączący ikonę z obrazka i tekst */
.stat-value-box {
    display: flex;
    align-items: center; /* Wyrównanie ikony i tekstu w jednej linii (pion) */
    gap: 12px; /* Odstęp między ikoną a liczbą/procentem */
}

/* Stylizacja samej ikony wyciągniętej z folderu */
.stat-icon {
    width: 24px; /* Rozmiar dopasowany do proporcji z projektu */
    height: 24px;
    object-fit: contain;
}

/* Sama liczba/procent */
.stat-number {
    font-size: 28px; /* Wyrazisty, duży font z projektu */
    font-weight: 800;
    color: #00e5bc; /* Turkusowy kolor główny */
    line-height: 1;
}

/* Podpis pod spodem */
.stat-label {
    font-size: 11px;
    font-weight: 700;
    color: #0e1622;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ==========================================================================
   SEKCJA PARTNERZY - KOMPLETNY UKŁAD (FULL SCREEN)
   ========================================================================== */

/* Główny kontener całej sekcji - bezwzględny pełny ekran */
.section-partner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* Centrowanie kafelków w pionie */
    align-items: center !important;    /* Centrowanie w poziomie */
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    background-color: #f7f9fc; /* Czyste białe tło z projektu */
    box-sizing: border-box !important;
    padding: 40px 0 !important;
}

/* Nadtytuł sekcji */
.section-partner .section-tag {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: #a3a8b5 !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    text-align: center !important;
}

/* Główny tytuł sekcji */
.section-partner .section-title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #0e1622 !important;
    margin-bottom: 60px !important;
    text-align: center !important;
}

/* Kontener trzymający oba kafelki obok siebie */
.partner-flex {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: stretch !important; /* Wymusza identyczną wysokość obu kafelków */
    width: 90% !important;
    max-width: 1200px !important; /* Równanie do głównej siatki strony */
    margin: 0 auto !important;
    gap: 30px !important; /* Odstęp między kafelkami */
}

/* Wspólna baza dla obu kafelków (wymiary, zaokrąglenia, marginesy wewnętrzne) */
.partner-card {
    flex: 1 !important; /* Dokładnie po 50% szerokości dla każdego */
    border-radius: 12px !important; /* Zaokrąglone rogi z projektu */
    padding: 60px 50px !important; /* Przestrzenny padding wewnątrz */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important; /* Wyśrodkowanie zawartości wewnątrz kafelka */
    box-sizing: border-box !important;
}

/* Wspólny dedykowany kontener na logo, żeby nic ich nie blokowało i nie zniekształcało */
.partner-logo-container {
    width: 100% !important;
    height: 90px !important; /* Stałe bezpieczne okienko na wysokość */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 30px !important;
}


/* ==========================================================================
   LEWY KAFELEK - InsERT (Jasny)
   ========================================================================== */

.partner-card.insert-box {
    background-color: #ffffff !important;
    border: 1px solid #eef1f6 !important; /* Jasna ramka z projektu */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03) !important; /* Delikatny, miękki cień */
}

/* Precyzyjne, duże skalowanie logo InsERT */
.partner-card.insert-box .partner-logo-container img {
    width: auto !important;
    height: auto !important;
    max-width: 260px !important; /* Wyraźne, duże logo */
    max-height: 100px !important;
    object-fit: contain !important;
}

/* Opis w kafelku InsERT */
.partner-card.insert-box p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #4a515e !important;
    margin-bottom: 35px !important;
    max-width: 420px !important;
}


/* ==========================================================================
   PRAWY KAFELEK - e-RFD (Ciemny z tłem)
   ========================================================================== */

/* ==========================================================================
   PRAWY KAFELEK - e-RFD (Ciemny ze zdjęciem w tle)
   ========================================================================== */

   .partner-card.erfd-box {
    /* DODAJEMY ZDJĘCIE W TLE: 
       Kluczowe: Najpierw definiujemy ciemny, półprzezroczysty gradient (alfa 0.88), 
       a za nim podajemy ścieżkę do pliku tła, np. 'img/partner-bg.jpg'.
    */
    background: linear-gradient(rgba(7, 12, 20, 0.88), rgba(7, 12, 20, 0.88)), 
                url('img/partnerzy.jpg') center/cover no-repeat !important; 
    
    border: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
    
    /* Upewniamy się, że tło nie przysłoni tekstu (z-index) */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Opcjonalnie: upewnij się, że zawartość kafelka (logo, h3, przycisk)
   jest zawsze NAD zdjęciem tła.
*/
.partner-card.erfd-box > * {
    position: relative;
    z-index: 2;
}

/* Precyzyjne skalowanie białego logo e-RFD */
.partner-card.erfd-box .partner-logo-container img {
    width: auto !important;
    height: auto !important;
    max-width: 210px !important; /* Dopasowane duże logo */
    max-height: 55px !important;
    object-fit: contain !important;
}

/* Nagłówek wewnątrz ciemnego kafelka */
.partner-card.erfd-box h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
    margin-bottom: 35px !important;
    max-width: 360px !important;
}


/* ==========================================================================
   PRZYCISKI W KAFELKACH (Biały tekst)
   ========================================================================== */

.partner-card .btn-partner {
    background-color: #00e5bc !important; /* Turkusowy główny */
    color: #ffffff !important; /* Wymuszona czytelna biel tekstu */
    padding: 15px 35px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    transition: background-color 0.3s ease !important;
    display: inline-block !important;
}

.partner-card .btn-partner:hover {
    background-color: #00c29f !important; /* Reakcja na najechanie myszką */
}

/* ==========================================================================
   SEKCJA ARTYKUŁY - PEŁNY EKRAN (FULL SCREEN)
   ========================================================================== */

   .section-articles {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; /* Centruje cały pionowy układ */
    align-items: center !important;
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    background-color: #f7f9fc;
    box-sizing: border-box !important;
    padding: 60px 0 !important;
}

/* Nadtytuł i tytuł sekcji artykułów */
.section-articles .section-tag {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: #a3a8b5 !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    text-align: center !important;
}

.section-articles .section-title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #00e5bc !important; /* Charakterystyczny turkusowy kolor z projektu */
    margin-bottom: 50px !important;
    text-align: center !important;
}

/* Siatka dla 3 kolumn */
.articles-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 15fr) !important; /* Równe trzy kolumny */
    gap: 30px !important;
    width: 90% !important;
    max-width: 1200px !important; /* Spójność z szerokością pozostałych sekcji */
    margin: 0 auto !important;
}

/* Pojedyncza karta artykułu */
.article-card {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important; /* Obcina obrazek do zaokrąglonych rogów */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04) !important; /* Miękki, nowoczesny cień */
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.article-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08) !important;
}

/* Kontener na obrazek */
.article-image {
    width: 100% !important;
    height: 220px !important; /* Sztywna wysokość dla proporcji obrazka */
    overflow: hidden !important;
    background-color: #f4f6f9 !important; /* Tło zastępcze w razie braku pliku */
}

.article-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Wypełnia i kadruje obrazek automatycznie */
}

/* Wnętrze karty (teksty) */
.article-content {
    padding: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.article-content h3 {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #0e1622 !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
}

.article-content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #646d7c !important;
    margin-bottom: 25px !important;
}

/* Link "CZYTAJ WIĘCEJ" */
.btn-read-more {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #00e5bc !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: auto !important; /* Spycha link na sam dół karty */
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s ease !important;
}

.btn-read-more:hover {
    color: #00c29f !important;
}

.btn-read-more .arrow {
    font-size: 14px !important;
}

/* Dolna sekcja z głównym przyciskiem */
.articles-action {
    margin-top: 50px !important;
    text-align: center !important;
    width: 100% !important;
}

/* Główny przycisk na dole sekcji (Wymuszony BIAŁY tekst) */
.btn-all-articles {
    background-color: #00e5bc !important;
    color: #ffffff !important; /* Prawidłowa biel z projektu */
    padding: 16px 40px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
    transition: background-color 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 229, 188, 0.2) !important;
}

.btn-all-articles:hover {
    background-color: #00c29f !important;
}

/* ==========================================================================
   STYLIZACJA SEKCHJI KONTAKTU I STOPKI - BRAK KONFLIKTÓW
   ========================================================================== */

/* Główna otoczka - kontroluje wysokość ekranu i pozycję stopki na samym dole */
.footer-screen-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 100vh !important;
    width: 100% !important;
    background-color: #f7f9fc;
    box-sizing: border-box !important;
}

/* Wewnętrzna sekcja kontaktu */
.section-contact {
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    padding: 60px 0 !important;
    box-sizing: border-box !important;
}

/* Kontener wyrównujący treść do środka w poziomie */
.contact-container {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 90% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    gap: 80px !important; /* Odpowiednia przestrzeń między kolumnami */
}

/* --- LEWA KOLUMNA (DANE) --- */
.contact-info-block {
    flex: 1 !important;
    min-width: 320px !important;
    display: block !important;
}

.contact-info-block .section-tag {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: #a3a8b5 !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.contact-info-block .section-title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #00e5bc !important;
    margin: 0 0 25px 0 !important;
    display: block !important;
}

.contact-description {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #1e2633 !important;
    margin: 0 0 40px 0 !important;
}

/* Lista teleadresowa */
.contact-details-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.contact-details-list li {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    font-size: 15px !important;
    color: #1e2633 !important;
}

.contact-details-list li a {
    color: #1e2633 !important;
    text-decoration: none !important;
}

.contact-svg-icon, .contact-icon-geo {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
}

/* --- PRAWA KOLUMNA (FORMULARZ) --- */
.contact-form-block {
    flex: 1.3 !important;
    width: 100% !important;
}

.contact-pure-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
}

.form-grid-row {
    display: flex !important;
    gap: 16px !important;
    width: 100% !important;
}

.form-grid-row input {
    flex: 1 !important;
    width: 50% !important;
}

/* Style pól wejściowych */
.contact-pure-form input,
.contact-pure-form textarea {
    background-color: #ffffff !important;
    border: 1px solid #e1e5ee !important;
    border-radius: 6px !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    color: #1e2633 !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease !important;
}

.contact-pure-form input:focus,
.contact-pure-form textarea:focus {
    border-color: #00e5bc !important;
}

.form-input-full {
    width: 100% !important;
}

/* Opcje prywatności */
.form-privacy-row {
    margin: 5px 0 10px 0 !important;
}

.custom-checkbox-label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 13px !important;
    color: #8c94a5 !important;
    cursor: pointer !important;
}

.custom-checkbox-label a {
    color: #00e5bc !important;
    text-decoration: none !important;
}

.custom-checkbox-label input {
    width: 18px !important;
    height: 18px !important;
    accent-color: #00e5bc !important;
}

/* Przycisk wysyłki */
.btn-submit-form {
    background-color: #00e5bc !important;
    color: #ffffff !important;
    border: none !important;
    padding: 16px 40px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    align-self: flex-start !important; /* Wyrównanie do lewej krawędzi */
    transition: background-color 0.2s ease !important;
}

.btn-submit-form:hover {
    background-color: #00c29f !important;
}

.main-footer {
    background-color: #070c14 !important; /* Głęboka czerń z projektu */
    padding: 40px 0 30px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.footer-container {
    width: 90% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Wyśrodkowanie wszystkich elementów w poziomie */
    gap: 25px !important; /* Odstęp pionowy między rzędem górnym a dolnym */
}

/* Górny rząd: logo obok linku polityki prywatności */
.footer-row-top {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important; /* Wyśrodkowanie zawartości */
    gap: 40px !important; /* Odstęp między logiem a tekstem */
    width: 100% !important;
}

.footer-logo {
    height: 32px !important; /* Dopasowanie wysokości loga */
    width: auto !important;
}

.footer-link-policy {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important; /* Biały tekst z projektu */
    text-decoration: none !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    transition: color 0.2s ease !important;
}

.footer-link-policy:hover {
    color: #00e5bc !important; /* Efekt najechania w kolorze turkusowym */
}

/* Dolny rząd: prawa autorskie */
.footer-row-bottom {
    width: 100% !important;
    text-align: center !important; /* Wyśrodkowanie tekstu autorskiego */
}

.footer-copyright-text {
    font-size: 11px !important;
    color: #a3a5a9 !important; /* Stonowany, ciemniejszy szary */
    margin: 0 !important;
    letter-spacing: 0.3px !important;
}

/* RESPONSIVENESS (RWD) */
@media (max-width: 992px) {
    .oferta-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .o-nas-flex, .partner-flex, .kontakt-flex { flex-direction: column; }
    .hero-features { grid-template-columns: 1fr; bottom: 20px; }
    .hero-content h1 { font-size: 40px; }
}

@media (max-width: 576px) {
    .oferta-grid, .blog-grid { grid-template-columns: 1fr; }
    .navigation { display: none; } /* Uproszczenie: na telefonie warto dodać hamburger menu */
    .contact-form .form-row { flex-direction: column; gap: 20px; }
}

.btn-primary, .btn-main, .hero-content .btn { 
    color: #ffffff !important;
    font-weight: 700;
}

/* ==========================================================================
   MOBILE LAYOUT - zgodnie z preview 121x2047
   ========================================================================== */
.mobile-menu-toggle { display: none; }

@media (max-width: 767px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
        background: #f7f9fc;
    }

    body {
        font-size: 13px;
        line-height: 1.45;
    }

    .container,
    .contact-container,
    .footer-container {
        width: calc(100% - 28px) !important;
        max-width: 360px !important;
    }

    .site-header {
        position: absolute;
        background: transparent !important;
        box-shadow: none !important;
    }

    .top-bar {
        padding: 5px 0 !important;
        font-size: 6px !important;
        height: 18px;
        background: #070c14 !important;
    }

    .flex-bar {
        justify-content: flex-start !important;
    }

    .contact-info {
        width: 100%;
        gap: 12px !important;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap;
    }

    .contact-item {
        gap: 4px !important;
        line-height: 1;
    }

    .contact-item img {
        width: 7px !important;
        height: 7px !important;
    }

    .main-nav-bar {
        padding: 7px 0 !important;
        background: rgba(7,12,20,0.18);
    }

    .flex-nav {
        align-items: center !important;
    }

    .logo img {
        height: 14px !important;
        display: block;
    }

    .navigation { display: none !important; }

    .mobile-menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        border: 0;
        background: transparent;
        color: #fff;
        font-family: 'Inter', sans-serif;
        font-size: 6px;
        line-height: 1;
        cursor: pointer;
        padding: 0;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 5px;
        height: 1px;
        background: #fff;
        margin-right: -3px;
    }

    .hero-section {
        min-height: 273px !important;
        height: 273px !important;
        justify-content: flex-start !important;
        padding-top: 58px;
    }

    .swiper-slide {
        background-position: center top !important;
    }

    .swiper-slide::before {
        background: linear-gradient(180deg, rgba(7,12,20,.40), rgba(7,12,20,.84)) !important;
    }

    .hero-content {
        margin-top: 16px !important;
        text-align: center !important;
        width: calc(100% - 28px) !important;
        max-width: 340px !important;
    }

    .hero-content .subtitle {
        font-size: 5px !important;
        letter-spacing: .55px !important;
        margin-bottom: 8px !important;
    }

    .hero-content h1 {
        font-size: 18px !important;
        line-height: .98 !important;
        letter-spacing: -.25px !important;
        margin-bottom: 9px !important;
    }

    .hero-desc {
        max-width: 92px !important;
        margin: 0 auto 15px auto !important;
        font-size: 5.2px !important;
        line-height: 1.55 !important;
        color: #f2f5f8 !important;
    }

    .btn-main,
    .btn-partner,
    .btn-all-articles,
    .btn-submit-form {
        border-radius: 3px !important;
        font-size: 4.8px !important;
        padding: 8px 13px !important;
        letter-spacing: .2px !important;
        box-shadow: none !important;
    }

    .hero-features {
        position: absolute !important;
        left: 50% !important;
        bottom: 42px !important;
        width: calc(100% - 36px) !important;
        max-width: 300px !important;
        display: flex !important;
        justify-content: center !important;
        gap: 17px !important;
        transform: translateX(-50%) !important;
    }

    .h-feature {
        flex-direction: column !important;
        gap: 5px !important;
        text-align: center !important;
        min-width: 0;
    }

    .h-feature img {
        width: 16px !important;
        height: 16px !important;
    }

    .h-feature h3 {
        font-size: 4.4px !important;
        letter-spacing: .15px !important;
        margin: 0 !important;
        line-height: 1.1 !important;
    }

    .h-feature p { display: none !important; }

    .section-padding,
    .section-oferta,
    #o-firmie,
    .section-partner,
    .section-articles,
    .section-contact {
        min-height: auto !important;
        height: auto !important;
        padding: 26px 0 !important;
        display: block !important;
    }

    .section-tag,
    .section-oferta .section-tag,
    .o-nas-content .section-tag,
    .section-partner .section-tag,
    .section-articles .section-tag,
    .contact-info-block .section-tag {
        display: block !important;
        font-size: 10px !important;
        letter-spacing: .45px !important;
        line-height: 1.2 !important;
        margin-bottom: 4px !important;
        text-align: center !important;
    }

    .section-title,
    .section-oferta .section-title,
    .o-nas-content .section-title,
    .section-partner .section-title,
    .section-articles .section-title,
    .contact-info-block .section-title {
        font-size: 12px !important;
        line-height: 1.05 !important;
        margin-bottom: 17px !important;
        text-align: center !important;
        letter-spacing: -.15px !important;
    }

    .oferta-grid {
        grid-template-columns: 1fr !important;
        gap: 5px !important;
        width: 96px !important;
        margin: 0 auto !important;
    }

    .oferta-card {
        padding: 13px 10px 12px !important;
        min-height: 70px;
        border-radius: 3px !important;
        box-shadow: 0 3px 10px rgba(0,0,0,.09) !important;
    }

    .oferta-icon {
        width: 16px !important;
        height: 16px !important;
        margin-bottom: 8px !important;
    }

    .oferta-card h3 {
        font-size: 6px !important;
        line-height: 1.15 !important;
        margin-bottom: 5px !important;
    }

    .oferta-card p {
        font-size: 4.9px !important;
        line-height: 1.35 !important;
    }

    #o-firmie { padding-top: 30px !important; }

    .o-nas-flex,
    .partner-flex,
    .contact-container,
    .form-grid-row {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .o-nas-content {
        max-width: 96px !important;
        text-align: left !important;
    }

    .o-nas-content .section-tag,
    .o-nas-content .section-title {
        text-align: left !important;
    }

    .o-nas-content p {
        font-size: 5.2px !important;
        line-height: 1.5 !important;
        margin-bottom: 8px !important;
        color: #3c4652 !important;
    }

    .o-nas-stats {
        gap: 14px !important;
        margin-top: 10px !important;
        padding-top: 0 !important;
        border-top: 0 !important;
        justify-content: flex-start !important;
    }

    .stat-value-box { gap: 4px !important; }
    .stat-icon { width: 8px !important; height: 8px !important; }
    .stat-number { font-size: 9px !important; }
    .stat-label { font-size: 3.7px !important; letter-spacing: .25px !important; }

    .o-nas-image {
        width: 96px !important;
        justify-content: center !important;
    }

    .o-nas-image img {
        width: 96px !important;
        max-width: 96px !important;
        height: 58px !important;
        object-fit: cover !important;
        border-radius: 4px !important;
        box-shadow: none !important;
    }

    .section-partner { padding-top: 26px !important; }
    .section-partner .container { width: 112px !important; }
    .section-partner .section-title { margin-bottom: 10px !important; }

    .partner-flex {
        width: 100% !important;
        max-width: 104px !important;
        gap: 6px !important;
    }

    .partner-card {
        width: 100% !important;
        padding: 14px 9px !important;
        border-radius: 4px !important;
        min-height: 102px;
    }

    .partner-logo-container {
        height: auto !important;
        margin-bottom: 8px !important;
    }

    .partner-card.insert-box .partner-logo-container img {
        max-width: 53px !important;
        max-height: 24px !important;
    }

    .partner-card.insert-box p {
        font-size: 5px !important;
        line-height: 1.45 !important;
        margin-bottom: 10px !important;
        max-width: 74px !important;
    }

    .partner-card.erfd-box {
        min-height: 86px;
        padding: 12px 8px !important;
    }

    .partner-card.erfd-box .partner-logo-container img {
        max-width: 54px !important;
        max-height: 17px !important;
    }

    .partner-card.erfd-box h3 {
        font-size: 5.6px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        max-width: 78px !important;
    }

    .section-articles .section-title { margin-bottom: 9px !important; }

    .articles-grid {
        grid-template-columns: 1fr !important;
        width: 96px !important;
        max-width: 96px !important;
        gap: 0 !important;
    }

    .article-card:nth-child(n+2) { display: none !important; }

    .article-card {
        border-radius: 4px !important;
        box-shadow: 0 3px 10px rgba(0,0,0,.08) !important;
    }

    .article-image { height: 48px !important; }
    .article-content { padding: 9px !important; }
    .article-content h3 { font-size: 5.8px !important; margin-bottom: 5px !important; line-height: 1.25 !important; }
    .article-content p { font-size: 4.7px !important; line-height: 1.45 !important; margin-bottom: 6px !important; }
    .btn-read-more { font-size: 4.4px !important; gap: 2px !important; }
    .btn-read-more .arrow { font-size: 5px !important; }
    .articles-action { margin-top: 10px !important; }

    .footer-screen-wrapper {
        min-height: auto !important;
        background: #f7f9fc !important;
    }

    .section-contact { padding-top: 22px !important; }
    .contact-container {
        width: 96px !important;
        max-width: 96px !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .contact-info-block {
        min-width: 0 !important;
        width: 100% !important;
    }

    .contact-info-block .section-tag,
    .contact-info-block .section-title { text-align: left !important; }
    .contact-info-block .section-title { margin-bottom: 9px !important; }

    .contact-description {
        font-size: 5px !important;
        line-height: 1.45 !important;
        margin-bottom: 9px !important;
    }

    .contact-details-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 6px !important;
        row-gap: 5px !important;
    }

    .contact-details-list li {
        gap: 3px !important;
        margin-bottom: 0 !important;
        font-size: 4.4px !important;
        line-height: 1.25 !important;
        align-items: flex-start !important;
    }

    .contact-details-list li:last-child {
        grid-column: 1 / -1;
    }

    .contact-svg-icon,
    .contact-icon-geo {
        width: 6px !important;
        height: 6px !important;
        flex: 0 0 6px;
    }

    .contact-pure-form { gap: 5px !important; }
    .form-grid-row { width: 100% !important; gap: 5px !important; }
    .form-grid-row input { width: 100% !important; }

    .contact-pure-form input,
    .contact-pure-form textarea {
        width: 100% !important;
        border-radius: 2px !important;
        padding: 7px 8px !important;
        font-size: 4.5px !important;
        border-color: #edf0f5 !important;
    }

    .contact-pure-form textarea {
        min-height: 42px !important;
        resize: vertical;
    }

    .form-privacy-row { margin: 2px 0 3px !important; }
    .custom-checkbox-label { gap: 4px !important; font-size: 4.4px !important; }
    .custom-checkbox-label input { width: 7px !important; height: 7px !important; padding: 0 !important; }
    .btn-submit-form { align-self: center !important; padding: 7px 11px !important; }

    .main-footer {
        padding: 16px 0 14px !important;
        margin-top: 0 !important;
    }

    .footer-container { gap: 6px !important; }
    .footer-row-top {
        flex-direction: column !important;
        gap: 4px !important;
    }
    .footer-logo { height: 10px !important; }
    .footer-link-policy { font-size: 3.8px !important; letter-spacing: .25px !important; }
    .footer-copyright-text { font-size: 3.4px !important; }
}

@media (min-width: 768px) and (max-width: 992px) {
    .mobile-menu-toggle { display: none; }
}

/* =========================================================
   MOBILE PATCH v2 — dopasowanie do przesłanych screenów
   tylko mobile, desktop bez zmian
   ========================================================= */
@media (max-width: 767px) {
    html, body { width: 100%; overflow-x: hidden; }
    body { background: #f7f9fc; font-size: 16px; }
    body.mobile-nav-open { overflow: hidden; }

    .container,
    .section-partner .container,
    .contact-container,
    .footer-container {
        width: calc(100% - 48px) !important;
        max-width: 430px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .site-header { position: fixed !important; background: transparent !important; box-shadow: none !important; }
    .top-bar { height: 36px !important; padding: 0 !important; background: #020711 !important; }
    .flex-bar { height: 36px !important; justify-content: center !important; }
    .contact-info { width: 100% !important; justify-content: center !important; gap: 24px !important; font-size: 13px !important; color: #fff !important; }
    .contact-item { gap: 8px !important; white-space: nowrap; }
    .contact-item img { width: 12px !important; height: 12px !important; filter: brightness(0) invert(1); }

    .main-nav-bar { padding: 17px 0 !important; background: transparent !important; transition: background .2s ease; }
    .flex-nav { width: calc(100% - 48px) !important; max-width: 430px !important; }
    .logo img { height: 31px !important; width: auto !important; display: block; }

    .mobile-menu-toggle {
        display: block !important;
        width: 31px !important;
        height: 31px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: url('img/icons/mobile_menu.svg') center/31px 31px no-repeat !important;
        font-size: 0 !important;
        cursor: pointer;
        position: relative;
        z-index: 1002;
    }
    .site-header.menu-open .mobile-menu-toggle {
        background-image: url('img/icons/mobile_menu_x.svg') !important;
    }
    .mobile-menu-toggle span { display: none !important; }

    .navigation {
        display: none !important;
        position: fixed !important;
        top: 36px !important;
        left: 0 !important;
        right: 0 !important;
        background: #020711 !important;
        z-index: 1001 !important;
        padding: 72px 25px 0 !important;
        min-height: 340px !important;
        box-shadow: 0 4px 10px rgba(0,0,0,.2) !important;
    }
    .site-header.menu-open .navigation { display: block !important; }
    .site-header.menu-open .main-nav-bar { background: #020711 !important; }
    .site-header.menu-open .logo { position: relative; z-index: 1002; }
    .navigation ul { display: block !important; width: 100% !important; }
    .navigation ul li { display: block !important; border-top: 1px solid rgba(255,255,255,.22) !important; }
    .navigation ul li:last-child { border-bottom: 1px solid rgba(255,255,255,.22) !important; }
    .navigation ul li a,
    .site-header.scrolled .navigation ul li a {
        display: block !important;
        color: #fff !important;
        padding: 19px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        text-align: center !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
    }
    .navigation ul li a.btn-kontakt,
    .site-header.scrolled .navigation ul li a.btn-kontakt {
        background: transparent !important;
        color: #fff !important;
        border-radius: 0 !important;
    }

    .site-header.scrolled:not(.menu-open) .main-nav-bar { background: #f7f9fc !important; box-shadow: 0 1px 6px rgba(0,0,0,.08) !important; }

    .hero-section { min-height: 822px !important; height: 822px !important; padding-top: 0 !important; justify-content: flex-start !important; }
    .swiper-slide { background-position: center top !important; }
    .swiper-slide::before { background: linear-gradient(180deg, rgba(2,7,17,.35) 0%, rgba(2,7,17,.92) 52%, rgba(2,7,17,1) 100%) !important; }
    .hero-content { margin-top: 276px !important; text-align: center !important; width: calc(100% - 48px) !important; }
    .hero-content .subtitle { font-size: 13px !important; line-height: 1.2 !important; margin-bottom: 12px !important; letter-spacing: .2px !important; }
    .hero-content h1 { font-size: 40px !important; line-height: 1.05 !important; letter-spacing: -.7px !important; margin-bottom: 28px !important; }
    .hero-desc { max-width: 330px !important; margin: 0 auto 48px !important; font-size: 16px !important; line-height: 1.42 !important; color: #fff !important; }
    .hero-content .btn-main { position: absolute !important; left: 50% !important; transform: translateX(-50%) !important; top: 428px !important; width: 203px !important; height: 50px !important; display: flex !important; align-items: center !important; justify-content: center !important; padding: 0 !important; border-radius: 8px !important; font-size: 14px !important; }
    .hero-features { top: 572px !important; bottom: auto !important; width: calc(100% - 48px) !important; max-width: 330px !important; left: 50% !important; transform: translateX(-50%) !important; display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 16px !important; justify-content: center !important; }
    .h-feature { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 12px !important; text-align: center !important; }
    .h-feature img { width: 40px !important; height: 40px !important; }
    .h-feature h3 { font-size: 10px !important; line-height: 1.2 !important; color: #fff !important; }
    .h-feature p { display: none !important; }
    .h-feature:nth-child(1) h3 { font-size: 0 !important; }
    .h-feature:nth-child(1) h3::after { content: 'OCHRONA'; font-size: 10px; }
    .h-feature:nth-child(2) { order: 3; }
    .h-feature:nth-child(2) h3 { font-size: 0 !important; }
    .h-feature:nth-child(2) h3::after { content: 'WSPARCIE'; font-size: 10px; }
    .h-feature:nth-child(3) { order: 2; }
    .h-feature:nth-child(3) h3 { font-size: 0 !important; }
    .h-feature:nth-child(3) h3::after { content: 'INDYWIDUALNE\A PODEJŚCIE'; white-space: pre; font-size: 10px; }

    .section-padding, #o-firmie, .section-partner, .section-articles, .section-contact { padding: 56px 0 !important; height: auto !important; min-height: 0 !important; display: block !important; }
    .section-oferta { padding-top: 55px !important; }
    .section-tag { font-size: 13px !important; line-height: 1.2 !important; margin-bottom: 8px !important; color: #b6b8bd !important; letter-spacing: 0 !important; }
    .section-title, .section-oferta .section-title, .o-nas-content .section-title, .section-partner .section-title, .section-articles .section-title, .contact-info-block .section-title { font-size: 30px !important; line-height: 1.12 !important; margin-bottom: 30px !important; letter-spacing: -.4px !important; }

    .oferta-grid { grid-template-columns: 1fr !important; gap: 16px !important; width: 100% !important; max-width: none !important; }
    .oferta-card { padding: 33px 24px 31px !important; min-height: 220px !important; border-radius: 6px !important; box-shadow: 0 4px 16px rgba(0,0,0,.09) !important; }
    .oferta-icon { width: 48px !important; height: 48px !important; margin-bottom: 20px !important; }
    .oferta-card h3 { font-size: 20px !important; line-height: 1.15 !important; margin-bottom: 10px !important; }
    .oferta-card p { font-size: 16px !important; line-height: 1.5 !important; color: #101622 !important; }

    .o-nas-flex, .partner-flex, .contact-container, .form-grid-row { flex-direction: column !important; gap: 16px !important; align-items: stretch !important; }
    .o-nas-content { max-width: none !important; text-align: left !important; }
    .o-nas-content .section-title { color: #00cdb5 !important; margin-bottom: 20px !important; }
    .o-nas-content p { font-size: 16px !important; line-height: 1.42 !important; margin-bottom: 22px !important; color: #101622 !important; }
    .o-nas-stats { display: flex !important; gap: 28px !important; margin: 36px 0 32px !important; padding: 0 !important; border: 0 !important; }
    .stat-value-box { gap: 11px !important; }
    .stat-icon { width: 28px !important; height: 28px !important; }
    .stat-number { font-size: 28px !important; }
    .stat-label { font-size: 14px !important; letter-spacing: 0 !important; color: #050915 !important; }
    .o-nas-image { width: 100% !important; }
    .o-nas-image img { width: 100% !important; max-width: none !important; height: auto !important; border-radius: 8px !important; box-shadow: 0 7px 16px rgba(0,0,0,.14) !important; }

    .section-partner { padding-top: 64px !important; }
    .section-partner .section-title { margin-bottom: 35px !important; }
    .partner-flex { width: 100% !important; max-width: none !important; gap: 16px !important; }
    .partner-card { width: 100% !important; min-height: 0 !important; padding: 38px 26px !important; border-radius: 8px !important; }
    .partner-logo-container { height: auto !important; margin-bottom: 28px !important; }
    .partner-card.insert-box .partner-logo-container img { max-width: 196px !important; max-height: 75px !important; }
    .partner-card.insert-box p { font-size: 16px !important; line-height: 1.45 !important; max-width: 276px !important; margin: 0 auto 30px !important; color: #101622 !important; }
    .partner-card .btn-partner, .btn-all-articles, .btn-submit-form { min-height: 50px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 8px !important; font-size: 14px !important; box-shadow: 0 4px 0 rgba(0,0,0,.25) !important; }
    .partner-card.erfd-box { min-height: 220px !important; padding: 68px 24px !important; }
    .partner-card.erfd-box .partner-logo-container img { max-width: 177px !important; max-height: 55px !important; }
    .partner-card.erfd-box h3 { font-size: 16px !important; line-height: 1.45 !important; max-width: 276px !important; margin: 0 auto 30px !important; !important; }

    .section-articles { overflow: hidden !important; padding-top: 58px !important; }
    .section-articles .section-title { margin-bottom: 28px !important; color: #00cdb5 !important; }
    .articles-grid { display: flex !important; gap: 16px !important; width: calc(100% + 32px) !important; max-width: none !important; margin-left: -16px !important; overflow-x: auto !important; scroll-snap-type: x mandatory !important; -webkit-overflow-scrolling: touch !important; padding: 0 16px 6px !important; scrollbar-width: none; }
    .articles-grid::-webkit-scrollbar { display: none; }
    .article-card:nth-child(n+2) { display: flex !important; }
    .article-card { flex: 0 0 315px !important; scroll-snap-align: center !important; border-radius: 6px !important; box-shadow: 0 4px 16px rgba(0,0,0,.09) !important; }
    .article-image { height: 200px !important; }
    .article-content { padding: 25px 20px !important; }
    .article-content h3 { font-size: 17px !important; line-height: 1.3 !important; margin-bottom: 16px !important; }
    .article-content p { font-size: 14px !important; line-height: 1.45 !important; margin-bottom: 22px !important; color: #101622 !important; }
    .btn-read-more { font-size: 13px !important; gap: 4px !important; }
    .btn-read-more .arrow { font-size: 14px !important; }
    .articles-action { margin-top: 24px !important; }
    .btn-all-articles { width: 280px !important; max-width: 100% !important; padding: 0 18px !important; }

    .footer-screen-wrapper { min-height: auto !important; }
    .section-contact { padding-top: 52px !important; padding-bottom: 0 !important; }
    .contact-info-block { min-width: 0 !important; width: 100% !important; }
    .contact-info-block .section-title { margin-bottom: 22px !important; color: #00cdb5 !important; }
    .contact-description { font-size: 16px !important; line-height: 1.45 !important; margin-bottom: 28px !important; color: #101622 !important; }
    .contact-details-list { display: grid !important; grid-template-columns: 1fr 1fr !important; column-gap: 20px !important; row-gap: 18px !important; margin-bottom: 30px !important; }
    .contact-details-list li { gap: 12px !important; margin: 0 !important; font-size: 13px !important; line-height: 1.3 !important; align-items: center !important; }
    .contact-details-list li:last-child { grid-column: 1 / -1; }
    .contact-svg-icon, .contact-icon-geo { width: 21px !important; height: 21px !important; flex: 0 0 21px !important; }
    .contact-pure-form { gap: 16px !important; }
    .form-grid-row { gap: 16px !important; width: 100% !important; }
    .form-grid-row input { width: 100% !important; }
    .contact-pure-form input, .contact-pure-form textarea { width: 100% !important; padding: 17px 22px !important; border-radius: 6px !important; font-size: 14px !important; border-color: #e9edf4 !important; color: #101622 !important; }
    .contact-pure-form textarea { min-height: 150px !important; resize: vertical; }
    .form-privacy-row { margin: 14px 0 8px !important; }
    .custom-checkbox-label { justify-content: center !important; gap: 18px !important; font-size: 13px !important; }
    .custom-checkbox-label input { width: 25px !important; height: 25px !important; padding: 0 !important; }
    .btn-submit-form { align-self: center !important; width: 205px !important; padding: 0 10px !important; margin-bottom: 66px !important; }

    .main-footer { padding: 34px 0 35px !important; background: #020711 !important; }
    .footer-container { gap: 20px !important; }
    .footer-row-top { flex-direction: column !important; gap: 22px !important; }
    .footer-logo { height: 26px !important; }
    .footer-link-policy { font-size: 11px !important; letter-spacing: 0 !important; }
    .footer-copyright-text { font-size: 11px !important; line-height: 1.35 !important; max-width: 240px; margin: 0 auto !important; }
}
.article-body-content blockquote {
    background-color: #f7f9fc;
    border-left: 4px solid #00e5bc;
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #0e1622;
    border-radius: 0 8px 8px 0;
}