<style>
    /* Reset & Global Styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
	/* Poprawka przesunięcia kotwic (anchor offset) dla sekcji */
section[id] {
  /* ustaw wartość na wysokość Twojego nagłówka */
  scroll-margin-top: 80px;
}
#home {
margin-top: 0px;
padding-top: 0px;
}



    html {
      scroll-behavior: smooth;
	scroll-margin-top: 0px;

    }
    body {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      line-height: 1.5;
      color: #333;
      background-color: #fff;
      overflow-x: hidden;
      padding-bottom: 0rem;
    }
    img {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover; /* Lepsze dopasowanie obrazów */
    }
    a {
      color: #004A7F;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    a:hover {
      color: #007ACC;
      text-decoration: underline;
    }
    ul, li {
      list-style: none;
    }

    /* Typography & Layout Containers */
    .section-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 2rem;
    }
    h1, h2, h3 {
      font-weight: 600;
      color: #004A7F;
      margin-bottom: 0.75em;
      line-height: 1.3;
    }
    h1 { font-size: 2.2em; letter-spacing: 0.5px; font-weight: 700; }
    h2 { font-size: 1.8em; margin-top: 0em; }
    h3 { font-size: 1.2em; margin-top: 1.2em; }
    p { margin-bottom: 1.3rem; font-size: 1.05em; }
.tight {
  margin-bottom: 0.3em;
}


 

    /* Flexible Grid & Columns */
    .three-col-container {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .left-col, .right-col {
      flex: 0 0 400px;
    }
    .center-col {
      flex: 1;
      min-width: 300px;
	border-radius: 40px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	 overflow: hidden;   
	    
      

    }
    .left-col img, .right-col img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-bottom: 1rem;
      border-radius: 0px;
      //box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
    .service-item {
      max-width: 400px;
      margin: 0 auto;
    }
	/* styles.css */
.three-col-container .left-col,
.three-col-container .right-col {
  background-color: transparent;
  padding: 1rem;
  border-radius: 0px;
}


    /* Logo & Navigation */
    .logo {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 1.4em;
      font-weight: 600;
      color: #004A7F;
    }
    .logo img {
      max-height: 50px;
      width: auto;
      margin-right: 0.5rem;
    }
    .logo span {
      font-weight: 400;
      color: #007ACC;
    }
    .nav-menu {
      display: flex;
      align-items: center;
    }
    .nav-menu li {
      margin-left: 2rem;
    }
    .nav-menu li a {
      font-weight: 600;
      padding: 0.3em 0;
      position: relative;
      font-size: 0.95em;
      white-space: nowrap;
    }
    .nav-menu li a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 0;
      height: 2px;
      background-color: #007ACC;
      transition: width 0.3s ease;
    }
    .nav-menu li a:hover::after {
      width: 100%;
    }
    .hamburger {
      display: none;
      font-size: 1.5em;
      background: none;
      border: none;
      cursor: pointer;
      color: #004A7F;
    }

    /* Header */
    header {
      background-color: #ffffff;
      border-bottom: 2px solid #f0f0f0;
      position: sticky;
      top: 0;
      z-index: 1000;
      transition: box-shadow 0.3s ease;
    }
    header.scrolled {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Sticky Top Bar */
    .sticky-top-bar {
      position: fixed;
      top: 100px; /* Przesunięty niżej, aby nie zasłaniał headera */
      right: 1.5rem;
      left: auto;
      background: #007ACC;
      color: #fff;
      padding: 0.6rem 1rem;
      border-bottom-left-radius: 8px;
      z-index: 900; /* Niższy priorytet niż header */
      display: flex;
      align-items: center;
      gap: 0.5rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }
    .sticky-top-bar a {
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      font-size: 1.5em;
    }
    .sticky-top-bar a:hover {
      text-decoration: underline;
    }
	@media (max-width: 768px) {
  .sticky-top-bar {
    top: 120px;    /* więcej miejsca pod headerem mobilnym */
    right: 4rem;   /* tak aby nie zasłaniała jej ikona ☰ */
  }
}

/* styles.css - Hero Section Enhancements */
/* styles.css - Hero Section Enhancements */
.hero {
  /* Gradient przechodzący od ciemniejszego, przez jaśniejszy, z powrotem do ciemniejszego */
  background: linear-gradient(135deg, #005A9E 0%, #A1C4FD 50%, #005A9E 100%);
  padding: 1rem 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero {
  /* Existing styles */
  z-index: 1;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
 
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  transform: translateZ(0); /* Force hardware acceleration */
  will-change: transform; /* Optimize for animations */
  pointer-events: none;
  z-index: 0;
}



    .hero-content {
	 z-index: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      width: 100%;
      position: relative;
      z-index: 1;
    }
    .hero-logo {
      flex: 1;
      text-align: left;
    }
    .hero-logo img {
      width: 150px;
      height: auto;
      animation: slideInLeft 1s ease-out;
    }
   /* styles.css */
.hero-logo-container {
  /* zwiększone wymiary */
  width: clamp(200px, 50vw, 300px);
  height: clamp(200px, 50vw, 300px);
    border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.0);
  padding: 35px;
  /* wymuś, żeby obrazek nie wychodził */
  overflow: hidden;
   /*background-color: rgba(255, 255, 255, 0.9); /* półprzezroczyste rozjaśnienie */
   /*backdrop-filter: brightness(1.2);        /* dodatkowe rozjaśnienie */
}




    .hero-text {
      flex: 2;
      text-align: center;
    }
    .hero-text h1 {
      margin-bottom: 1.2rem;
      color: #fff;
      font-weight: 700;
    }
    .hero-text p {
      font-size: 1.2em;
      margin-bottom: 2.2em;
      color: #fff;
      font-weight: 400;
    }
    .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-bottom: 2rem;
    }
    .trust-badges {
      display: flex;
      gap: 1.2rem;
      justify-content: center;
      flex-wrap: wrap;
    }
    .trust-badges div {
      padding: 0.5rem 1rem;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 50px;
      color: #004A7F;
      font-weight: 500;
      transition: background 0.3s ease, color 0.3s ease;
    }
    .trust-badges div:hover {
      background: #007ACC;
      color: #fff;
    }
    @keyframes slideInLeft {
      from {
        transform: translateX(-50px);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }
    @media (max-width: 768px) {
      .hero-content {
        flex-direction: column;
        text-align: center;

      }
      .hero-logo {
        margin-bottom: 2rem;
      }
      .cta-buttons {
        flex-direction: column;
        gap: 1rem;
      }
    }

    /* Stats Section (#stats) */
    #stats {
      background: #fff;
        }

   .stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
  overflow-x: auto; /* Allow horizontal scrolling on very small screens */
}
.stat-box {
  background: #fafafa;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  min-width: 150px; /* Ensure minimum width for readability */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    }
    .stat-box:hover {
      transform: translateY(-5px); /* Wzmocniony efekt uniesienia */
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .stat-box h3 {
      font-size: 2rem;
      color: #007ACC;
      margin-bottom: 0.5rem;
    }
    .stat-box p {
      color: #555;
      font-size: 0.95em;
    }
    .stat-icon {
      font-size: 2.5em;
      margin-bottom: 0.5rem;
    }

    #about { .center-col{
      background: #f9f9f9;
        }}
   #offer { .center-col{
      background: #f9f9f9;
        }}
   #steps { .center-col{
      background: #f9f9f9;

        }}
   #faq { .center-col{
      background: #f9f9f9;

        }}
   #contact { .center-col{
      background: #f0f8ff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

	
        }}

    /* Opinie (Testimonials) */
    .opinions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem; /* Zwiększony odstęp */
      margin-top: 0rem;
	margin-bottom: 0.5rem;
    }
    .opinion-card {
      background: #fafafa;
      border: 1px solid #eee;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      padding: 1.5rem;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      overflow: hidden;
    }
    .opinion-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .opinion-card:before {
      content: "“";
      position: absolute;
      left: 1rem;
      top: 0;
      font-size: 4em;
      color: #007ACC;
      opacity: 0.3;
    }
    .client-name {
      font-weight: 600;
      color: #007ACC;
      margin-top: 1rem;
      display: inline-block;
    }

    /* FAQ Section */
    #faq .left-col img{
      margin-top: 100px;
    }
    #faq .right-col img {
      margin-top: 20px;
    }
    .faq-margin {
      margin-top: 0rem;
    }
    .faq-item h3 {
      cursor: pointer;
      margin-bottom: 1rem;
      background: #fafafa;
      border-radius: 6px;
      overflow: hidden;
      transition: box-shadow 0.3s ease;
    }
    .faq-item:hover {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }
    .faq-item h3 {
      background: #fff;
      border-bottom: 1px solid #eee;
      padding: 0.75rem 1rem;
      cursor: pointer;
      font-size: 1rem;
      color: #004A7F;
      display: flex;
      align-items: center;
      transition: background 0.3s;
    }
    .faq-item h3::before {
      content: "❓";
      margin-right: 0.5rem;
      font-size: 1.2em;
    }
    .faq-item h3:hover {
      background: #f1f9fc;
    }
    .faq-item p {
      display: none;
      padding: 0.75rem 1rem;
      background: #fff;
    }
    .faq-item.open p {
      display: block;
    }

    /* Why Us Section (#why-us) */
    #why-us {
      background: #fff;
      padding: 1rem 0rem;
    }
    .why-container {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .why-container h2 {
      //margin-bottom: 2rem;
    }
    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }
    .why-item {
      background: #fafafa;
      border-radius: 6px;
      padding: 2rem;
      transition: box-shadow 0.3s ease;
    }
    .why-item:hover {
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
    .why-item h3 {
      color: #007ACC;
      margin-bottom: 1rem;
      font-size: 1.1em;
    }
    .why-item p {
      font-size: 0.95em;
      color: #555;
    }

    /* Services Section */
    #offer .left-col img,
    #offer .right-col img {
      margin-top: 50px;
    }
    .services-list {
      display: flex;
      gap: 2rem;
      margin-top: 2rem;
      flex-wrap: wrap;
    }
    .service-item {
      flex: 1;
      background: #fff;
      border: 1px solid #eee;
      padding: 2rem;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
    }
    .service-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .service-item:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #007ACC;
      transform: scaleX(0);
      transition: transform 0.3s ease;
    }
    .service-item:hover:before {
      transform: scaleX(1);
    }

    /* Content Section (General) */
    .content-section {
      line-height: 1.8;
    }
    .content-section ul {
      margin-left: 1.5rem;
      list-style: disc;
    }
    .content-section ol {
      margin-left: 1.5rem;
    }
    .content-section .highlight {
      font-weight: 600;
      color: #007ACC;
    }
    .advantages-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-top: 2.5rem;
    }
    .advantage-box {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 6px;
      padding: 2rem;
      text-align: center;
      transition: box-shadow 0.3s ease;
      position: relative;
    }
    .advantage-box:hover {
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }
    .advantage-icon {
      font-size: 2.4em;
      margin-bottom: 1rem;
      color: #007ACC;
      display: inline-block;
      transform: scale(1);
      transition: transform 0.3s ease;
    }
    .advantage-box:hover .advantage-icon {
      transform: scale(1.1);
    }
    .advantage-box h3 {
      margin-bottom: 0.7rem;
      font-size: 1.15em;
    }
    .advantage-box p {
      color: #555;
      font-size: 0.95em;
      margin-top: 0.5rem;
    }

    /* Steps Section */
    #steps .left-col img,
    #steps .right-col img {
      margin-top: 150px;
    }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      margin-top: 2rem;
    }
    .step-box {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 6px;
      padding: 2rem;
      text-align: center;
      position: relative;
      transition: box-shadow 0.3s ease;
    }
    .step-box:hover {
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }
    .step-box h3 {
      margin-bottom: 1rem;
      font-size: 1.2em;
      color: #007ACC;
    }
    .step-box p {
      color: #555;
      font-size: 0.95em;
      line-height: 1.6;
    }

    /* Info Section ("Co to jest dopłata?") */
    #info .left-col img,
    #info .right-col img {
      margin-top: 180px;
    }
    #about .left-col img,
    #about .right-col img {
      margin-top: 250px;
    }

    /* Contact Section & Form */
    #contact .left-col img,
    #contact .right-col img {
      margin-top: 100px;
    }


    .contact-box {
      position: relative;
      max-width: 600px;
      margin: 3rem auto;
      padding: 2.5rem 2rem;
      background-color: #fff ;
      border-radius: 12px;
      border: none;
      box-shadow: 0 0 15px rgba(0, 122, 204, 0.08),
        0 8px 30px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .contact-box:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 25px rgba(0, 122, 204, 0.15),
        0 12px 40px rgba(0, 0, 0, 0.07);
    }
    .contact-box h2 {
      font-size: 1.8rem;
      color: #004A7F;
      margin-bottom: 0rem;
      text-align: center;
    }
    .contact-box p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
      text-align: center;
      max-width: 500px;
      margin-bottom: 2rem;
    }

    .contact-form {
      width: 100%;
    }
    .contact-form .form-field {
      position: relative;
      margin-bottom: 1.8rem;
      width: 100%;
    }
    .contact-form .form-field input,
    .contact-form .form-field textarea {
      width: 100%;
      background: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 1rem 1.2rem;
      font-size: 1rem;
      color: #333;
      transition: border-color 0.3s;
    }
    .contact-form .form-field input:focus,
    .contact-form .form-field textarea:focus {
      border-color: #007ACC;
      outline: none;
    }
    .contact-form .form-field label {
      position: absolute;
      top: 50%;
      left: 1.2rem;
      transform: translateY(-50%);
      background: transparent;
      padding: 0 5px;
      color: #666;
      pointer-events: none;
      transition: 0.3s;
      font-size: 1rem;
    }
    .contact-form .form-field input:focus + label,
    .contact-form .form-field input:not(:placeholder-shown) + label,
    .contact-form .form-field textarea:focus + label,
    .contact-form .form-field textarea:not(:placeholder-shown) + label {
      top: -0.6rem;
      left: 1rem;
      font-size: 0.85rem;
      color: #007ACC;
      background: #f9f9f9;
      padding: 0 5px;
    }
	/* styles.css */
.contact-form .form-field input,
.contact-form .form-field textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

    .contact-form .error-msg {
      display: none;
      color: red;
      font-size: 0.85em;
      margin-top: 0.3rem;
    }
    .cta-button {
      display: inline-block;
      padding: 1.2em 2.5em;
      font-size: 1.2em;
      font-weight: 700;
      color: #fff;
      background: linear-gradient(135deg, #005b99, #00aaff);
      border: none;
      border-radius: 50px;
      box-shadow: 0 8px 20px rgba(0, 90, 150, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .cta-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 25px rgba(0, 90, 150, 0.4);
    }
    .cta-button:active {
      transform: translateY(1px);
      box-shadow: 0 4px 10px rgba(0, 90, 150, 0.2);
    }
    .contact-form .form-field.checkbox-field {
      display: flex;
      align-items: center;
    }
    .contact-form .form-field.checkbox-field input[type="checkbox"] {
      width: auto;
      margin-right: 0.5rem;
      transform: scale(1.2);
      cursor: pointer;
    }
    .contact-form .form-field.checkbox-field label {
      position: static;
      transform: none;
      font-size: 0.95rem;
      color: #333;
      background: none;
      padding: 0;
      cursor: pointer;
    }

    /* Contact Info Section */
    .contact-info {
	
      padding: 0rem 0;
background: #f9f9f9 
 !important;
    }

    .contact-info .contact-row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;

      gap: 1rem;
      
    }
    .contact-info .contact-left,
    .contact-info .contact-center,
    .contact-info .contact-right {
	 
      flex: 1;
      min-width: 280px;
      text-align: center;
      padding: 0 1rem;
    }
    .contact-info .contact-left img {
      display: block;
      margin: 0 auto;
      width: 70%;
      max-width: 100%;
    }
    .contact-info .contact-right img {
      margin: 0 auto;
      max-width: 50%;
      margin-bottom: 1rem;
    }
    .contact-info h2,
    .contact-info h3 {
      color: #004A7F;
    }
    .contact-info .call-text {
      font-weight: bold;
      font-size: 1.2em;
      margin-top: 0.5rem;
    }
.contact-left img[src*="../image/siedziba.png"] {
  max-width: 250px;
  max-height: 200px;
  margin: 0 auto;
  object-fit: contain;
}

    /* Footer */
    footer {
      background-color: #004A7F;
      color: #fff;
      text-align: center;
      padding: 1.5rem;
      margin-top: 0rem;
    }
    footer p {
      font-size: 0.9em;
      margin-bottom: 0.0rem;
    }
    footer a {
      color: #FFD700;
      text-decoration: none;
      margin: 0 5px;
      transition: color 0.3s ease;
    }
    footer a:hover {
      text-decoration: underline;
      color: #fff200;
    }

    /* Animations */
    .animate-fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    .in-view {
      opacity: 1 !important;
      transform: translateY(0) !important;
    }

    /* Media Queries & Responsiveness */
    @media (max-width: 768px) {
      .three-col-container {
        flex-direction: column;
      }

    }
    @media (max-width: 1024px) {
      .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background: #ffffff;
        padding: 1rem 2rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }
      .nav-menu li {
        margin: 1rem 0;
      }
      .hamburger {
        display: block;
      }
      .navbar.open .nav-menu {
        display: flex;
      }
      .opinions {
        grid-template-columns: 1fr;
      }
      .services-list {
        flex-direction: column;
      }
    }

    /* Cookie Banner */
    #cookieBanner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #f1f1f1;
      padding: 1rem;
      box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      z-index: 9999;
    }
    #cookieBanner p {
      max-width: 700px;
      font-size: 0.9em;
      color: #333;
    }
    #cookieBanner a {
      text-decoration: underline;
      color: #007ACC;
    }
    #cookieBanner button {
      background-color: #007ACC;
      color: #fff;
      border: none;
      padding: 0.5em 1em;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 600;
    }
    #cookieBanner button:hover {
      background-color: #005fa3;
    }

    /* Live Chat Widget */
    #liveChatWidget {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 10000;
      transition: all 0.3s ease-in-out;
    }
    #liveChatWidget.collapsed {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #007ACC;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    #collapsedBubble {
      font-size: 2em;
      color: #fff;
    }
    #liveChatWidget.expanded {
      width: 320px;
      height: 420px;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
    #liveChatWidget.expanded #collapsedBubble {
      display: none;
    }
    #chatWindow {
      display: none;
      flex-direction: column;
      height: 100%;
    }
    #liveChatWidget.expanded #chatWindow {
      display: flex;
    }
    #chatHeader {
      background: linear-gradient(90deg, #007ACC, #00A8E8);
      color: #fff;
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      position: relative;
      height: 50px;
    }
    #chatTitle {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 1em;
    }
    #chatClose {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      cursor: pointer;
      font-size: 1.2em;
    }
    #chatBody {
      flex: 1;
      overflow-y: auto;
      padding: 10px;
      background-color: #f9f9f9;
    }
    .chat-message {
      margin-bottom: 10px;
      font-size: 0.9em;
      background: #f1f1f1;
      padding: 8px 10px;
      border-radius: 4px;
    }
    #chatInput {
      display: flex;
      border-top: 1px solid #ccc;
      background-color: #e0ebf9;
      padding: 8px;
    }
    #chatInput input {
      flex: 1;
      padding: 10px;
      border: none;
      outline: none;
      background-color: #e0ebf9;
    }
    #chatInput button {
      background-color: #007ACC;
      border: none;
      padding: 10px 15px;
      color: #fff;
      cursor: pointer;
      border-radius: 4px;
      margin-left: 5px;
    }

    /* Phone Widget */
    #phoneWidget {
      position: fixed;
      right: 20px;
      bottom: 90px;
      z-index: 10001;
      transition: all 0.3s ease-in-out;
    }
    #phoneCollapsedBubble {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #00a86b;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    #phoneCollapsedBubble span {
      font-size: 1.8em;
      color: #fff;
    }
    #phonePopup {
      position: absolute;
      bottom: 70px;
      right: 0;
      width: 220px;
      background: #fff;
      border: 1px solid #ccc;
      padding: 1rem;
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: none;
    }
    #phonePopup p {
      margin-bottom: 0.5rem;
      text-align: center;
      color: #333;
      font-size: 0.95em;
    }
    #phonePopup a {
      color: #007ACC;
      text-decoration: none;
    }
    .phone-hidden {
      display: none !important;
    }
    .phone-open #phonePopup {
      display: block !important;
    }
.section-gap-6rem {
  height: 9rem;
  background : white;
}
.section-gap-2rem {
  height: 3.5rem;
  background : white;
}

#tips ul li {
  font-size: 1.2em;    /* większy tekst w li */
  margin-bottom: 0.8em;/* oddech pomiędzy wierszami */
}
/* WhatsApp Chat Button Styles */
.whatsapp-chat-widget {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 10001;
  transition: all 0.3s ease-in-out;
}

.whatsapp-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366; /* WhatsApp green */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-bubble:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-bubble img {
  width: 35px;
  height: 35px;
}

.whatsapp-popup {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 250px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.whatsapp-popup-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.whatsapp-popup-header img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whatsapp-popup-header h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.whatsapp-popup p {
  margin: 10px 0;
  font-size: 14px;
  color: #555;
}

.whatsapp-popup-button {
  display: block;
  background-color: #25D366;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.whatsapp-popup-button:hover {
  background-color: #128C7E;
  text-decoration: none;
}

.whatsapp-open .whatsapp-popup {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hide old chat widget */
#chatWidget {
  display: none !important;
}



/* Mobile responsiveness */
@media (max-width: 768px) {
  .whatsapp-chat-widget {
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-bubble {
    width: 55px;
    height: 55px;
  }
  
  .whatsapp-bubble img {
    width: 28px;
    height: 28px;
  }
  
  .whatsapp-popup {
    width: 280px;
    bottom: 75px;
  }
}

/* Accessibility improvements */
.whatsapp-bubble:focus {
  outline: 2px solid #25D366;
  outline-offset: 2px;
}

.whatsapp-popup-button:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}

/* ============================================= */
/* ========== STYLE DLA URZĄDZEŃ MOBILNYCH ========== */
/* ============================================= */

@media (max-width: 768px) {

  /* 1. Zmieniamy układ trójkolumnowy na jednokolumnowy */
  .three-col-container {
    flex-direction: column;
  }

  /* 2. Ukrywamy lewą i prawą kolumnę (wraz z obrazkami) */
  .three-col-container .left-col,
  .three-col-container .right-col {
    display: none; /* Całkowicie ukrywa elementy */
  }
 /* NOWOŚĆ: Ukrywamy sekcję ze statystykami */
  #stats {
    display: none;
  }

  /* 3. Usuwamy cienie i zaokrąglenia ze środkowej kolumny, aby wypełniła ekran */
  .center-col {
    border-radius: 0;
    box-shadow: none;
    overflow: visible; /* Zapobiega ucinaniu treści */
  }

  /* 4. Zapewniamy, że sekcje mają odpowiedni padding na urządzeniach mobilnych */
  .section-container {
    padding: 2rem 1rem; /* Mniejszy padding po bokach */
  }

  /* 5. Poprawiamy wygląd siatki z opiniami na jedną kolumnę */
  .opinions {
    grid-template-columns: 1fr;
  }

  /* 6. Poprawiamy układ sekcji kontaktowej na bardziej pionowy */
  .contact-info .contact-row {
    flex-direction: column;
    text-align: center;
  }

  .contact-info .contact-left,
  .contact-info .contact-center,
  .contact-info .contact-right {
    min-width: 100%;
    padding: 1rem 0;
  }
  
  /* 7. Zmniejszamy trochę czcionki nagłówków dla lepszej czytelności */
  h1 { font-size: 1.8em; }
  h2 { font-size: 1.5em; }

  /* 8. Poprawka dla przycisku telefonu, aby nie nachodził na menu */
  .sticky-top-bar {
    top: 85px; /* Więcej miejsca pod nagłówkiem mobilnym */
    right: 1rem;
    left: 1rem;
    justify-content: center;
    border-radius: 8px;
  }
}


@media (max-width: 768px) {
  .sticky-top-bar {
    /* Główne zmiany: */
    padding: 0.4rem 0.8rem; 
    font-size: 0.9em;       
    white-space: nowrap;    
    
    /* Istniejące i poprawione pozycjonowanie: */
    top: 85px;              
    right: 1rem;            
    left: 1rem;             
    width: auto;            
    justify-content: center;
    border-radius: 8px;     
  }

  .sticky-top-bar a {
    font-size: 1.1em;       
  }
}


@media (max-width: 768px) {

  /* DODAJ NOWĄ REGUŁĘ TUTAJ */
  .hero .hero-logo-container {
    display: none; 
  }


  </style>