/* public/css/landing-style.css */
body {
    font-family: 'Roboto', sans-serif; /* Google Font */
    color: #4A4A4A; /* Ciemnoszary dla tekstu */
    line-height: 1.7;
    background-color: #f9fbfc; /* Bardzo jasny, prawie biały */
    padding-top: 80px; /* Zwiększony padding dla fixed-top navbar */
}

/* Navbar */
.navbar {
    background-color: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.navbar-brand img {
    max-height: 65px; /* Zwiększone logo */
    width: auto;
    transition: transform 0.3s ease;
}
.navbar-brand img:hover {
    transform: scale(1.03);
}
.navbar-nav .nav-link { /* Usunięto .navbar-light */
    color: #2c3e50;
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
    text-transform: uppercase; /* Wielkie litery dla linków */
    font-size: 0.9rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #007bff; /* Główny kolor akcentu */
}
.phone-number-nav {
    font-size: 1.2rem;
    font-weight: 600;
    color: #007bff; /* Kolor akcentu dla numeru */
}
.phone-number-nav i {
    margin-right: 5px;
}
.btn-portal {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px; /* Zaokrąglone rogi */
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.btn-portal:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 123, 255, 0.7), rgba(0, 86, 179, 0.8)), url('/images/hero-background.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 140px 0; /* Większy padding */
    text-align: center;
}
.hero-section h1 {
    font-size: 3.8rem; /* Większy nagłówek */
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.hero-section .lead {
    font-size: 1.6rem; /* Większy lead */
    margin-bottom: 40px;
    font-weight: 300;
    opacity: 0.95;
    max-width: 700px; /* Ograniczenie szerokości dla lepszej czytelności */
    margin-left: auto;
    margin-right: auto;
}
.hero-section .btn-primary { /* Zmieniono na styl "ghost button" */
    font-size: 1.2rem;
    padding: 14px 35px;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.hero-section .btn-primary:hover {
    background-color: #ffffff;
    color: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Sekcje */
.section-padding {
    padding: 100px 0; /* Większy padding */
}
.section-title {
    text-align: center;
    margin-bottom: 70px; /* Większy margines */
    font-size: 2.8rem; /* Większy tytuł */
    font-weight: 700; /* Grubszy font */
    color: #2c3e50;
    position: relative;
}
.section-title::after {
    content: ''; display: block; width: 80px; height: 4px; background-color: #007bff; margin: 15px auto 0; border-radius: 2px;
}
.section-title .span_color { 
    color: #007bff;
}
/* Sekcja Korzyści */
.benefit-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.benefit-item .icon {
    font-size: 3rem; /* PRZYWRÓCONY/ZWIĘKSZONY ROZMIAR IKONY */
    color: #3498db; /* Kolor ikony (możesz dostosować) */
    margin-bottom: 20px;
    display: inline-block;
    background-color: #eaf6ff; /* Jaśniejszy niebieski dla tła ikony */
    width: 80px;  /* ZWIĘKSZONA SZEROKOŚĆ KÓŁKA */
    height: 80px; /* ZWIĘKSZONA WYSOKOŚĆ KÓŁKA */
    line-height: 80px; /* WYRÓWNANIE IKONY W KÓŁKU */
    border-radius: 50%; /* Zachowujemy okrągły kształt */
    transition: background-color 0.3s ease, color 0.3s ease;
}
.benefit-item:hover .icon { /* Opcjonalny efekt hover dla ikony */
    background-color: #3498db;
    color: #ffffff;
}
.benefit-item h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}
/* Sekcja Partnerów (Karuzela Logotypów) */
.partner-logos-section {
    padding: 60px 0; /* Mniejszy padding dla tej sekcji */
    background-color: #ffffff;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}
.partner-logos-section .section-title {
    margin-bottom: 40px;
    font-size: 1.8rem;
}
.logo-carousel .splide__slide {
    display: flex; align-items: center; justify-content: center; height: 80px; padding: 5px; box-sizing: border-box;
}
.logo-carousel .splide__slide img {
    max-height: 55px; /* Lekko zwiększone logo partnerów */
    max-width: 140px; width: auto; height: auto; opacity: 0.7; transition: opacity 0.3s ease, filter 0.3s ease; filter: grayscale(60%);
}
.logo-carousel .splide__slide img:hover {
    opacity: 1; filter: grayscale(0%);
}

/* Sekcja O Nas - drobne poprawki dla spójności */
.about-us-section {
    background-color: #f9fbfc; 
}
.about-us-section .section-title.text-start::after { /* Wyrównanie podkreślenia */
    margin-left: 0;
    margin-right: auto;
}
.about-us-section img.image-4 {
    max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.about-us-section .text-block-4 {
    color: #555; margin-bottom: 30px; font-size: 1.05rem;
}
.about-us-section .link-block {
    display: inline-flex; align-items: center; color: #007bff; text-decoration: none; font-weight: 600; transition: color 0.3s ease; font-size: 1.1rem;
}
.about-us-section .link-block:hover { color: #0056b3; }
.about-us-section .link-block img { margin-left: 8px; transition: transform 0.3s ease; }
.about-us-section .link-block:hover img { transform: translateX(5px); }


/* NOWA SEKcja Formularza Kontaktowego - inspiracja konkurencją */
.contact-form-main-section { /* Nowa klasa dla całej sekcji */
    background-color: #f0f4f7; /* Lekko inne tło niż O Nas */
    padding: 100px 0;
}
.contact-form-container-flex { /* Flex kontener dla dwóch kolumn */
    display: flex;
    flex-wrap: wrap; /* Zawijanie na mniejszych ekranach */
    gap: 30px; /* Odstęp między kolumnami */
    align-items: flex-start; /* Wyrównanie do góry */
}
.contact-info-column {
    flex: 1; /* Zajmuje dostępną przestrzeń */
    min-width: 300px; /* Minimalna szerokość */
}
.contact-form-column {
    flex: 1.5; /* Formularz nieco szerszy */
    min-width: 320px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}
.contact-form-main-section .section-title.text-start::after {
    margin-left: 0;
    margin-right: auto;
}
.contact-info-column h2 .span_color, .contact-form-column h2 .span_color { /* Upewnij się, że to jest dla tytułów w tej sekcji */
     color: #007bff;
}
.contact-info-column .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px; /* Większy odstęp */
    font-size: 1.1rem;
}
.contact-info-column .list-item i {
    font-size: 1.8rem; /* Większe ikony */
    color: #007bff;
    margin-right: 18px;
    width: 35px; 
    text-align: center;
}
.contact-info-column .list-item a,
.contact-info-column .list-item div {
    color: #333;
    text-decoration: none;
}
.contact-info-column .list-item a:hover {
    color: #007bff;
}

.contact-form-column .text-field { /* Użyjemy klas Bootstrap .form-control */
    /* Bootstrap już to stylował, ale można nadpisać */
    margin-bottom: 1rem; /* Zgodnie z Bootstrap */
}
.contact-form-column .field-label {
    display: block;
    margin-bottom: 0.5rem; /* Zgodnie z Bootstrap */
    font-weight: 500;
    color: #495057;
}
.contact-form-column .checkbox-field { /* Użyjemy klas Bootstrap .form-check */
    font-size: 0.9rem;
    color: #495057;
}
.contact-form-column .submit-button { /* Klasa Bootstrap .btn .btn-success .btn-lg */
    width: 100%;
}
/* Ukryj tytuł formularza na desktopie, jeśli jest już po lewej */
.contact-form-column .ukryj_desktop_txt_form_title {
    display: none;
}

@media (min-width: 992px) { /* Tylko na desktopie */
    .contact-form-main-section .section-title.text-start {
        font-size: 3rem; /* Większy tytuł po lewej */
        line-height: 1.2;
    }
}
@media (max-width: 991px) { /* Na tabletach i mobilnych */
    .contact-form-container-flex {
        flex-direction: column;
    }
    .contact-form-column .ukryj_desktop_txt_form_title { /* Pokaż tytuł nad formularzem na mobilnych */
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
     .contact-info-column .section-title.text-start { /* Wyśrodkuj tytuł po lewej na mobilnych */
        text-align: center !important;
    }
    .contact-info-column .section-title.text-start::after {
        margin-left: auto;
    }
}


/* Stopka (bez zmian) */
.footer { background-color: #212529; color: #adb5bd; padding: 20px 0; font-size: 0.9rem; }

@media (max-width: 768px) {
    body { padding-top: 70px; } /* Dostosuj do wysokości navbara */
    .hero-section h1 { font-size: 2.2rem; }
    .hero-section .lead { font-size: 1.1rem; }
    .section-title { font-size: 1.8rem; }
    .navbar-nav { text-align: center; }
    .phone-number-nav { display: block; text-align: center; margin-top: 10px; font-size: 1rem;}
    .btn-portal { width: 100%; margin-top: 10px; }
    .logo-carousel .splide__slide img { max-height: 35px; }
    .about-us-section .row { flex-direction: column-reverse; } /* Obrazek pod tekstem na mobilnych */
    .about-us-section img.image-4 { margin-top: 30px; }
}