 /* --- HERO WRAPPER --- */
 .hero-wrapper {
     position: relative;
     z-index: 1;
     margin-top: -46px;
     padding-top: 46px;
     overflow: hidden;
 }

 .hero-wrapper::before {
     content: '';
     position: absolute;
     inset: 0 0 auto;
     height: 64px;
     background: linear-gradient(rgba(5, 35, 90, 0.32), rgba(5, 35, 90, 0));
     pointer-events: none;
     z-index: 2;
 }

 .hero-wrapper .ls-slide,
 .hero-wrapper .ls-bg {
     border-radius: 0 0 26px 26px;
     overflow: hidden;
 }

 /* --- CAPTION --- */
 #hero-slider .hero-caption {
     position: absolute !important;
     left: 50% !important;
     top: calc(20% + 1px) !important;
     /* reguluj w górę/dół według potrzeby */
     transform: translate(-50%, -50%) !important;
     width: min(92vw, 860px) !important;
     padding: 36px 60px 20px !important;
     background: rgba(30, 58, 115, 0.28) !important;
     /* trochę jaśniejsze tło */
     color: #fff !important;
     border-radius: 20px !important;
     backdrop-filter: blur(4px) !important;
     box-shadow: 0 28px 65px rgba(0, 0, 0, 0.26) !important;
     text-align: center !important;
     white-space: normal !important;
     display: flex !important;
     flex-direction: column !important;
     gap: 18px !important;
     align-items: center !important;
 }

 #hero-slider .hero-caption h2 {
     font-size: clamp(20px, 2.2vw + 18px, 33px) !important;
     margin: 0 !important;
     color: #051a3a;
     line-height: 1.15 !important;
     font-weight: 700 !important;
     letter-spacing: 1.2px !important;
     text-wrap: balance;
 }

 #hero-slider .hero-caption p {
     font-size: clamp(16px, 0.7vw + 11px, 19px) !important;
     margin: 0 !important;
     line-height: 1.55 !important;
     color: rgba(255, 255, 255, 0.92) !important;
 }

 @media (max-width: 1199.98px) {
     #hero-slider .hero-caption {
         display: none !important;
     }
 }

 /* --- STRZAŁKI --- */
 #hero-slider .ls-bottom-nav-wrapper {
     top: 50% !important;
     bottom: auto !important;
     transform: translateY(-50%);
     width: 100%;
     height: 0 !important;
     pointer-events: none;
 }

 #hero-slider .ls-nav-prev,
 #hero-slider .ls-nav-next {
     position: absolute !important;
     top: 50% !important;
     bottom: auto !important;
     transform: translateY(-50%);
     opacity: 1 !important;
     visibility: visible !important;
     pointer-events: auto !important;
     z-index: 30;
     width: 64px;
     height: 64px;
     border-radius: 50%;
     background: rgba(5, 35, 90, 0.68);
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 30px;
     font-weight: 600;
     transition: background 0.25s ease, transform 0.25s ease;
     box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
 }

 #hero-slider .ls-nav-prev::before,
 #hero-slider .ls-nav-next::before {
     content: '';
 }

 #hero-slider .ls-nav-prev::after {
     content: '‹';
 }

 #hero-slider .ls-nav-next::after {
     content: '›';
 }

 #hero-slider .ls-nav-prev:hover,
 #hero-slider .ls-nav-next:hover {
     background: rgba(5, 35, 90, 0.88);
     transform: translateY(-50%) scale(1.06);
 }

 #hero-slider .ls-nav-prev {
     left: 42px;
 }

 #hero-slider .ls-nav-next {
     right: 42px;
 }

 /* --- RESPONSYWNOŚĆ --- */
 @media (max-width: 1200px) {
     .hero-wrapper .hero-caption {
         top: 58% !important;
     }
 }

 @media (max-width: 991px) {
     .hero-wrapper {
         margin-top: -34px;
         padding-top: 34px;
     }

     .hero-wrapper .hero-caption {
         width: 84vw !important;
         padding: 22px 28px 26px !important;
     }

     #hero-slider .ls-nav-prev,
     #hero-slider .ls-nav-next {
         width: 52px;
         height: 52px;
         font-size: 24px;
     }

     #hero-slider .ls-nav-prev {
         left: 20px;
     }

     #hero-slider .ls-nav-next {
         right: 20px;
     }
 }

 @media (max-width: 575px) {
     .hero-wrapper {
         margin-top: -24px;
         padding-top: 24px;
     }

     .hero-wrapper .hero-caption {
         top: 55% !important;
         padding: 18px 22px 22px !important;
     }

     #hero-slider .ls-nav-prev {
         left: 14px;
     }

     #hero-slider .ls-nav-next {
         right: 14px;
     }
 }

 .title-area {
     margin-bottom: 2.5rem;
 }

 .sec-icon {
     display: block;
     margin: 0 auto 0.6rem;
     fill: #d49b3b;
 }

 .sec-subtitle {
     display: block;
     text-transform: uppercase;
     color: #9aa0a6;
     letter-spacing: 1px;
     font-weight: 700;
     font-size: 0.9rem;
     margin-bottom: 0.6rem;
 }

 .sec-title.h1 {
     font-weight: 800;
     color: #0b0b0b;
     line-height: 1.02;
     margin: 0 0 2.4rem;
     font-size: 2rem !important;
 }

 /* większy rozmiar tytułu na większych ekranach (jak na zrzucie) */
 @media (min-width: 992px) {
     .sec-title.h1 {
         font-size: 3.2rem;
     }
 }

 /* Tekst kolumny (lewa) */
 .content-col h3 {
     font-size: 1.2rem;
     font-weight: 800;
     margin-bottom: 1rem;
     color: #07141a;
 }

 .content-col p {
     color: #6c767a;
     font-size: 1rem;
     line-height: 1.8;
     margin-bottom: 1rem;
 }

 @media (min-width: 768px) {
     .content-col h3 {
         font-size: 1.2rem;
     }

     .content-col p {
         font-size: 1.02rem;
     }
 }

 /* Obrazek: stała wysokość na md+ i object-fit: cover */
 .about-img {
     width: 100%;
     height: 320px;
     /* domyślnie dla md */
     object-fit: cover;
     border-radius: 8px;
     display: block;
 }

 @media (min-width: 1200px) {
     .about-img {
         height: 420px;
         /* większy ekran: większa wysokość jak na zrzucie */
     }
 }

 /* Dodatkowe wyrównanie i spacing */
 .space {
     padding-top: 4rem;
     padding-bottom: 4rem;
 }

 .title-area .sec-subtitle+.sec-title {
     margin-top: 0.2rem;
 }



 .site-footer {
     font-family: inherit;
 }

 .footer-widget .widget_title {
     font-size: 1.05rem;
     font-weight: 700;
     color: #fff;
     margin-bottom: 1rem;
 }

 /* Ikona w złotym kółku (layout jak na zrzucie) */
 .icon-circle {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 44px;
     height: 44px;
     border-radius: 50%;
     background: #d49b3b;
     /* złoty kolor */
     color: #fff;
     margin-right: 0.75rem;
     flex-shrink: 0;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
     font-size: 16px;
 }

 .footer-contact .contact-row {
     display: flex;
     align-items: center;
     margin-bottom: 0.85rem;
 }

 .footer-contact p,
 .footer-contact a {
     color: #cfd6d8;
     margin: 0;
 }

 .footer-contact .label {
     color: #cfd6d8;
     font-weight: 600;
     margin-bottom: .35rem;
     display: block;
 }

 .footer-menu,
 .footer-services {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .footer-menu li,
 .footer-services li {
     margin-bottom: .6rem;
 }

 .footer-menu a,
 .footer-services a {
     color: #cfd6d8;
     text-decoration: none;
 }

 .footer-menu a:hover,
 .footer-services a:hover,
 .footer-contact a:hover {
     color: #ffffff;
     text-decoration: underline;
 }

 .footer-bottom {
     border-top: 1px solid rgba(255, 255, 255, .06);
     margin-top: 1.5rem;
     padding-top: 1rem;
     color: #9aa0a6;
     font-size: .9rem;
 }

 /* Drobne responsywne ustawienia */
 @media (max-width: 767.98px) {
     .icon-circle {
         margin-right: .6rem;
     }

     .footer-contact .contact-row {
         align-items: flex-start;
     }
 }