body{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #003E7E;
  background-color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
.header-title h2{
  border-bottom: 1px solid #ED1878;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: auto;
}
.header-title{
  margin-top: 30px;
  margin-bottom: 30px;
  width: auto;
}
@media (max-width: 575px) {
  .header-title{
    padding-left: 22px;
    padding-right: 22px;
  }
}
.header-title h2{
  
  padding-right: 30px;
}
.hero-header h2{
  border-bottom: none;
}
/* Elementor wrzucić do dostosuj */
.flex-wrap .elementor-column-gap-default{
  flex-wrap: wrap;
}
.flex-wrap .elementor-column-gap-default .logo{
  width: 20%;
  
}
@media (max-width: 1200px) {
  .flex-wrap .elementor-column-gap-default .logo{
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .flex-wrap .elementor-column-gap-default .logo{
    width: 50%;
  }
}
.team .elementor-column-gap-default{
  flex-wrap: wrap;
}
.team .elementor-column-gap-default .elementor-column{
  width: 33.333%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .team .elementor-column-gap-default .elementor-column{
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .team .elementor-column-gap-default .elementor-column{
    width: 50%;
  }
}

@media (max-width: 575px) {
  .team .elementor-column-gap-default .elementor-column{
    width: 100%;
  }
}
.elementor .galeria .gallery{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.elementor .galeria br {
  display: none;
}
.elementor .galeria img{
  width: 100%;
  aspect-ratio: 3 / 2;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
  border: none!important;
  &:hover{
    transform: scale(1.05);
  }
}
.elementor .gallery-columns-3 .gallery-item{
  margin: 0!important;
  width: calc(33.3333% - 10px)!important;
}

.elementor .gallery-columns-4 .gallery-item{
  margin: 0!important;
  width: calc(25% - 20px)!important;
  max-width: calc(25% - 20px)!important;
}

@media (max-width: 1199px) {
  .elementor  .galeria .gallery-item{
    width: 50%!important;
    max-width: 50%!important;
    width: calc(50% - 10px)!important;
  }
}
@media (max-width: 767px) {
  .elementor  .galeria .gallery-item{
    width: 100%!important;
    max-width: 100%!important;
  }
}
.konferencja .elementor-container{
  flex-wrap: wrap;
  gap: 55px;
}
.elementor .konferencja .elementor-column{
  width: calc(33.333% - 40px);
}

@media (max-width: 1199px) {
  .elementor .konferencja .elementor-column{
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .elementor .konferencja .elementor-column{
    width: 100%;
  }
}

/* end elementor dostosuj */
footer {
  background: #051221;
  color: #fff;
  padding: 0;
}
footer a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
footer a:hover {
    /* color: #fff; */
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ED1878;
    opacity: 0.85;
}
footer .footer-address {
  font-size: 18px;

  margin-bottom: 20px;
}

footer .footer-links-list {
    list-style: none;
  margin: 0;
  padding: 0;
}
footer .email-stopka {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
footer .telefon-stopka {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.footer-menu-list{
  padding-left: 1rem;
}

.footer-links-list a img {
  transition: all 0.3s ease;
}

.footer-links-list a:hover img {
  transform: scale(1.1);
  outline: 2px solid #ED1878;
}

.footer-links-list{
    display: flex;
}
.footer-links-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.image-header {
  position: relative;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}

.hero-header--front .image-header {
  max-height: 480px;
}

.hero-header--sub .image-header {
  max-height: 260px;
}

.hero-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      135deg,
      rgba(5, 14, 32, 0.85) 0%,
      rgba(8, 32, 68, 0.75) 40%,
      rgba(0, 102, 204, 0.65) 100%
    ),

    radial-gradient(
      circle at 80% 20%,
      rgba(0, 140, 255, 0.35),
      transparent 60%
    ),

    radial-gradient(
      circle at 20% 80%,
      rgba(0, 50, 120, 0.45),
      transparent 70%
    );

  backdrop-filter: blur(2px) contrast(1.2) saturate(1.1);
  pointer-events: none; /* overlay nie blokuje kliknięć */
}
.hero-header .naglowek{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.hero-header .opis{
  color: #fff;
}
.hero-header .ue-logo{
  width: 300px;
}
@media (max-width: 768px) {
  .hero-header{
    min-height: 400px;
    padding: 20px;
  }
  .hero-header--front {
    min-height: 360px;
  }
  .hero-header--sub {
    min-height: 180px;
    padding: 12px;
  }
  .hero-header .title {
    font-size: 24px;
  }
  .hero-header .subtitle {
    font-size: 18px;
  }
  .image-header {
    min-height: 400px;
  }
  .hero-header--front .image-header {
    min-height: 360px;
    max-height: 360px;
  }
  .hero-header--sub .image-header {
    min-height: 180px;
    max-height: 180px;
  }
}

.slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* padding-bottom: 80px; */
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 2;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-header {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: flex-end;
  align-content: flex-end;
  padding: 0;
}

.hero-header--front {
  min-height: 440px;
}

.hero-header--sub {
  min-height: 220px;
}

.hero-header--sub .slider-text {
  justify-content: center;
  padding-bottom: 0;
}

.hero-header--sub .title {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-header--sub .subtitle {
  margin-top: 8px;
}

.hero-header .title {
  font-size: 48px;
  font-weight: 700;
  color: #03AEEF;
  text-align: center;
  margin-top: 20px;
}

.hero-header .subtitle {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  
}

@media (max-width: 1199px) {
  .slider-text {
    padding-bottom: 30px;
  }
  .hero-header .ue-logo{
    width: 200px;
  }
}

@media (max-width: 991px) {
  .hero-header .title {
    font-size: 24px;
  }
  .hero-header .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .slider-text {
    padding-bottom: 30px;
  }
    .hero-header .title {
      font-size: 24px;
    }
    .hero-header .subtitle {
      font-size: 18px;
    }
  }
.box-info-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 768px) {
  .box-info-container{
    flex-direction: column;
  }
}
  .box-info {
    max-height: 100%;
    color: #fff;
    padding: 60px 30px;
    transition: all .3s ease;
  }
  .box-info:hover {
    /* transform: translateY(-8px) scale(1.02); */
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: all .3s ease;
  }
  /* 1 */
  .box-info:nth-child(1) {
    background: linear-gradient(135deg, #003E7E 0%, #002a58 100%);
  }
  
  /* 2 */
  .box-info:nth-child(2) {
    background: linear-gradient(135deg, #03AEEF 0%, #027fb0 100%);
  }
  
  /* 3 */
  .box-info:nth-child(3) {
    background: linear-gradient(135deg, #ED1878 0%, #b9135c 100%);
  }

  /* 4 */
  .box-info:nth-child(4) {
    background: linear-gradient(135deg, #002f66 0%, #001f44 100%);
  }
  
.box-info-number.with-suffix:hover {
  color: #fff;
  transition: all .3s ease;
  .box-info-number-suffix {
    color: #fff;
    transition: all .3s ease;
  }
}


.box-info-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box-info:hover {
  transform: translateY(-6px);
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .box-info {
    padding: 30px 15px;
  }

  .box-info-text {
    font-size: 0.8rem;
  }
}

.box-info-section .box-info:not(:last-child) {
  border-right: 4px solid #ED1878;
  transition: all .3s ease;
}
.box-info-section .box-info{
  @media (max-width: 1199px) {
    aspect-ratio: 1 / 1;
  }
  @media (max-width: 768px) {
    padding-right: 0;
    width: 100%;
    border-right: none;
    aspect-ratio: initial;
  }
}
@media (max-width: 768px) {
  .box-info-section .box-info:not(:last-child) {
    border-right: none;
  }
}
.box-info-section .box-info-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
}
.box-info-number::after {
  background: rgba(255,255,255,0.6);
}
.box-info-section .box-info-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 24px;
}
.box-info-text {
  color: rgba(255,255,255,0.9);
}
.box-info-number-suffix {
  color: rgba(255,255,255,0.8);
}
@media (max-width: 768px) {
  .box-info-section .box-info-text {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px;
  }
}

.under-columns-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  padding-top: 80px;
}

.under-columns-text h2 {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #003E7E;
  line-height: 1.4;
}

/* mocny akcent liczbowy */
.under-columns-text strong {
  display: inline-block;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800;
  color: #ED1878;
  line-height: 1;
  margin-right: 14px;
  position: relative;
}

/* podkreślenie akcentu */
.under-columns-text strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  background: #003E7E;
}

.under-columns-text {
  opacity: 0;
  transform: translateY(40px); /* start z dołu */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.under-columns-text.is-visible {
  opacity: 1;
  transform: translateY(0); /* docelowa pozycja */
}

/* Tablety / średnie ekrany */
@media (max-width: 991px) {
  .under-columns-text {
    margin-top: 60px;
  }

  .under-columns-text h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    line-height: 1.3;
  }

  .under-columns-text strong {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-right: 10px;
  }

  .under-columns-text strong::after {
    height: 3px;
    bottom: -8px;
  }
}

/* Telefony / małe ekrany */
@media (max-width: 575px) {
  .under-columns-text {
    margin-top: 40px;
    padding: 0 15px;
  }

  .under-columns-text h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .under-columns-text strong {
    display: block; /* liczba nad tekstem */
    font-size: 2.8rem;
    margin: 0 0 10px 0;
  }

  .under-columns-text strong::after {
    width: 60%;
    height: 3px;
    bottom: -6px;
    left: 20%;
  }
}


@media (max-width: 768px) {
  .box-info-section .under-columns-text h2{
    font-size: 18px;
  }
}
.box-info-section .under-columns-text strong{
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.box-info-number {
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  color: #111;
  display: inline-block;
}

.tiles-section {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    gap: 30px;
}
.box-info-number-suffix {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #003E7E;
  margin-left: 8px;
  opacity: 0.75;
}

.box-info:nth-child(3), .box-info:hover:nth-child(3) {
  color: #fff;
  transition: all .3s ease;
}
.box-info-number::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #ED1878;
  margin: 18px auto 0;
}

.tiles-section .tiles-container-inner {
    background: #003E7E;
    margin: 0;
    padding: 0;
}

.tiles-container a{
  text-decoration: none;
}
@media (max-width: 1199px) {
  .tiles-section .tiles-container-inner {
    background: none;
  }
}
.tiles-section .tile {
  overflow: hidden;
  color: #fff;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.tiles-section .tile:not(:last-child) {
    border-right: 1px solid #fff;
}
.tiles-section .tile-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 30px 20px;
}
.tiles-section .tile-icon {
  margin-bottom: 20px;
  z-index: 2;
  color: #fff;
  
}
.tiles-section .tile-image {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  border: 3px solid #fff;
}
.tile:hover .tile-image {
  transform: scale(1.05);
}

.tiles-section .first-tile .tile-title {
  padding: 30px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tiles-section .tile-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
  max-width: 280px;
}
.tiles-section .second-tile .tile-title {
    color:  #fff;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 120px;
}
@media (max-width: 767px) {
  .tiles-section .second-tile .tile-title {
    margin-top: 0;
  }
}

.tiles-section .third-tile .tile-title {
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.first-tile .tile-title {
  color: #003E7E;
}

.second-tile .tile-title {
  color: #ED1878;
}

.third-tile .tile-title {
  color: #03AEEF;
}

.first-tile {
  background: linear-gradient(135deg, #003E7E 0%, #002a58 100%);
  color: #fff;
}

.second-tile {
  background: linear-gradient(135deg, #ED1878 0%, #b9135c 100%);
  color: #fff;
}

.third-tile {
  background: linear-gradient(135deg, #03AEEF 0%, #027fb0 100%);
  color: #fff;
}

.cta-section {
    padding-bottom: 80px;
    padding-top: 40px;
    box-sizing: border-box;
    background-color: #03AEEF;
}
.cta-section .cta-inner{
  display: flex;
  min-width: 100%;
}
.cta-section .left-image{ 
  height: auto;
  max-width: 300px;
  object-fit: contain;

}
.cta-section .right-image{ 
  height: auto;
  max-width: 300px;
  object-fit: contain;

}
@media (max-width: 768px) {
  .second-tile .tile-image {
    order: -1;
  }
}
/* średnie ekrany */
@media (max-width: 1199px) {
  .tile {
      flex: 0 0 48%;
  }
}

/* małe ekrany */
@media (max-width: 767px) {
  .tile {
      flex: 0 0 100%;
  }

  .tile-content {
      padding: 20px 15px;
  }

  .tile-description {
      max-width: 100%;
  }
}
.tile {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.tile.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tile-icon svg *{
  fill: #fff!important;
  stroke: #fff!important;
  width: 80px;
  
}

.tile-icon svg{
  width: 100%;
  height: 100%;
}

.cta-section .cta-container {
    text-align: center;
    z-index: 1;
    display: flex;
    margin: auto;
    justify-content: center;
}

@media (max-width: 991px) {
  .cta-section .cta-container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
}
.cta-section .cta-button {
    display: inline-block;
    padding: 20px 48px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #ED1878; /* zmień na kolor firmowy */
    text-decoration: none;
    transition: all 0.3s ease;
}
.cta-section .cta-title{
  color: #003E7E;
}
.cta-section .cta-description{
  color: #003E7E
}
.cta-section .cta-button:hover {
    background-color: #003E7E;
    transform: scale(1.05);
}

/* menu górne */
.navbar.top-bar-header{
  position: fixed;
  z-index: 3;
  background: #fff;
  width: 100%;
}
.primary-menu-ul{
  width: 100%;
  justify-content: flex-end;
  gap: 4px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav.primary-menu-ul > .nav-item > .nav-link {
    padding: 0 22px;
  }
}
/* Tymczasowo ukryte: wyszukiwarka i przełącznik języka w menu */
.primary-menu-ul .nav-item:has(.search-toggle),
.primary-menu-ul .nav-item:has(.nav-link img),
.primary-menu-ul .nav-item.lang-item,
.primary-menu-ul .nav-item.pll-parent-menu-item {
  display: none !important;
}
.navbar-toggler, .navbar-toggler-icon{
  border-color: #003E7E;
  color: #003E7E;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  min-width: 12rem;
  text-align: left;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover{
  text-align: left;
}
.navbar .nav-link:hover{
  color: #ED1878;
}
#modals .modal-content{
  border-radius: 0;
}

.nav-link, .nav-link:hover{
  color: #003E7E;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.dropdown-menu.show{
  margin-top: 15px;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  color: #ED1878;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 10rem;
  &li a:hover{
    background-color: #fff;
    color: #ED1878;
    text-decoration: none;
    transition: all 0.3s ease;
  }
}
.dropdown-menu .dropdown-item:hover{
  color: #ED1878;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px){
  .navbar-expand-lg .navbar-nav.primary-menu-ul > .nav-item > .nav-link{
    padding: 0 14px;
  }
}
/* Pokaż dropdown przy hover na desktopie */
@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
      display: block;
      opacity: 1;
      visibility: visible;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      min-width: 12rem;
      transition: opacity 0.3s ease;
  }

  /* Animacja dropdown */
  .navbar-nav .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase;
      transition: opacity 0.3s ease;
      margin-top: 0;
      border: none;
      border-radius: 0;
      padding: 0;
      background-color: #fff;
      color: #ED1878;
      font-size: 14px;
      font-weight: 500;
      min-width: 10rem;
      text-transform: uppercase;
      text-align: center;
  }

  /* Zapobieganie kliknięciom dropdown-toggle na hover */
  .navbar-nav .dropdown-toggle::after {
      transition: transform 0.3s ease;
  }
}

.nav-link.dropdown-toggle::after{
  display: none;
  content: none;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu.show{
    margin-top: 0;
    padding-left: 15px;
    display: block;
    text-align: left;
    .nav-item{
      text-align: left;
    }
  }
}

.menu-item-search {
  position: relative;
}

.search-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}

.menu-item-search.active .search-dropdown {
  display: block;
}
.form-szukaj {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.szukaj-modal {
  width: 100%;
  height: 35px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #808080;
}
.szukaj-przycisk:hover {
  background: #ED1878;
  cursor: pointer;
}

.szukaj-przycisk {
  width: 160px;
  height: 35px;
  background: #003E7E;
  text-align: center;
  border: 0;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

.lupa.search-toggle{
  padding: 0;
}

a .opis-wydarzenia{
  color: #7a7a7a;
}
a .data-wydarzenia{
  color: #7a7a7a;
}
/* aktualnosci */
.wcwi-loop{
  margin-left: -22px;
  margin-right: -22px;
}
@media (max-width: 767px) {
  .wcwi-loop{
    margin-left: 0;
    margin-right: 0;
  }
}

/* single post */
.tytul-wydarzenia{
  margin-top: 30px;
  margin-bottom: 20px;
  width: auto;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  color: #003e7e;
}
.tytul-wydarzenia:hover{
  color: #ED1878;
  text-decoration: none;
  transition: all 0.3s ease;
}
.wydarzenie .button3{
  color: #003e7e;
}
.wydarzenie .button3:hover{
  color: #ED1878;
}


.opis-wydarzenia1, .elementor{
  word-wrap: break-word;
  max-width: 100%;
}
.show-all-posts{
  border:none;
  background-color: #003E7E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  
  &:hover{
    border:none;
    background-color: #ED1878;
    color: #fff;
    transform: scale(1.1);
  }
  &:focus{
    background-color: #003E7E;
    color: #fff;
  }
  &:active{
    background-color: #003E7E;
    color: #fff;
  }
}

/* Kontener paginacji */
.paginacja {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;         
  gap: 6px;                
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

/* Wspólne style dla linków i aktualnej strony */
.paginacja a.page-numbers,
.paginacja span.current {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #003e7e;
  color: #003e7e;
  transition: all 0.3s ease;
  min-width: 36px;
  text-align: center;
  box-sizing: border-box;
}

/* Aktualna strona */
.paginacja span.current {
  background-color: #003e7e;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

/* Hover efekt dla linków */
.paginacja a.page-numbers:hover {
  background-color: #003e7e;
  color: #fff;
}

/* "Następne »" i "« Poprzednie" */
.paginacja a.next,
.paginacja a.prev {
  font-weight: bold;
}

/* Responsywność na telefony */
@media (max-width: 480px) {
  .paginacja {
      flex-wrap: nowrap;       /* w jednym rzędzie, przewijalne w poziomie */
      overflow-x: auto;        /* włącz przewijanie poziome */
      -webkit-overflow-scrolling: touch; /* płynne przewijanie na iOS */
      padding: 5px 0;
  }
  .paginacja a.page-numbers,
  .paginacja span.current {
      flex: 0 0 auto;          /* nie rozciągać przy przewijaniu */
      font-size: 14px;
      padding: 6px 2px;
  }
}

/* contact-new */
/* Kontener formularza */
#wpcf7-f2925-o1 form, #wpcf7-f3016-o1 form {  
  max-width: 800px;
  margin: 0 auto;
  font-family: Lato, sans-serif;
  /* padding: 0 20px; */
}

/* Każde pole w wrapperze relative dla label */
#wpcf7-f2925-o1 .wpcf7-form-control-wrap, #wpcf7-f3016-o1 .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 20px;
}

/* Inputy i textarea */
#wpcf7-f2925-o1 input[type="text"],
#wpcf7-f2925-o1 input[type="email"],
#wpcf7-f2925-o1 input[type="tel"],
#wpcf7-f2925-o1 textarea,
#wpcf7-f3016-o1 input[type="text"],
#wpcf7-f3016-o1 input[type="email"],
#wpcf7-f3016-o1 input[type="tel"],
#wpcf7-f3016-o1 textarea
 {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #003E7E;
  font-size: 14px;
  box-sizing: border-box;
  background: transparent;
}

/* Label floating */
#wpcf7-f2925-o1 label, #wpcf7-f3016-o1 label {
  width: 100%;
  color: #003E7E;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease all;
}

/* Kiedy input ma wartość lub focus – label unosi się */
#wpcf7-f2925-o1 input:focus + label,
#wpcf7-f2925-o1 input:not(:placeholder-shown) + label,
#wpcf7-f2925-o1 textarea:focus + label,
#wpcf7-f2925-o1 textarea:not(:placeholder-shown) + label,
#wpcf7-f3016-o1 input:focus + label,
#wpcf7-f3016-o1 input:not(:placeholder-shown) + label,
#wpcf7-f3016-o1 textarea:focus + label,
#wpcf7-f3016-o1 textarea:not(:placeholder-shown) + label
{
  top: -8px;
  left: 10px;
  font-size: 12px;
  color: #003E7E;
  background-color: #fff;
  padding: 0 4px;
}

/* Focus efekt */
#wpcf7-f2925-o1 input:focus,
#wpcf7-f2925-o1 textarea:focus,
#wpcf7-f3016-o1 input:focus,
#wpcf7-f3016-o1 textarea:focus
{
  border-color: #003E7E;
  outline: none;
}

/* Checkbox RODO */
#wpcf7-f2925-o1 .custom-checkbox, 
#wpcf7-f3016-o1 .custom-checkbox
{
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

#wpcf7-f2925-o1 .custom-checkbox input[type="checkbox"], 
#wpcf7-f3016-o1 .custom-checkbox input[type="checkbox"]
{
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* Opis RODO */
#wpcf7-f2925-o1 .opis-rodo,
#wpcf7-f3016-o1 .opis-rodo
{
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

#wpcf7-f2925-o1 .opis-rodo a,
#wpcf7-f3016-o1 .opis-rodo a
{
  color: #007bff;
  text-decoration: none;
}

#wpcf7-f2925-o1 .opis-rodo a:hover,
#wpcf7-f3019-o1 .opis-rodo a:hover
{
  text-decoration: underline;
}

/* Przycisk submit */
#wpcf7-f2925-o1 input[type="submit"],
#wpcf7-f3016-o1 input[type="submit"]
{
  background-color: #003E7E;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

#wpcf7-f2925-o1 input[type="submit"]:hover,
#wpcf7-f3016-o1 input[type="submit"]:hover
{
  background-color: #0056b3;
}
#wpcf7-f2925-o1 input[type="submit"]:disabled,
#wpcf7-f3016-o1 input[type="submit"]:disabled
{
  background-color: #003E7E;
  color: #fff;  
  opacity: 0.5;
  cursor: not-allowed;
}
/* Responsywność mobile */
@media (max-width: 480px) {
  #wpcf7-f2925-o1 form, #wpcf7-f3016-o1 form {

      padding: 15px;
  }
}
#wpcf7-f2925-o1 .custom-checkbox .wpcf7-form-control-wrap,
#wpcf7-f3016-o1 .custom-checkbox .wpcf7-form-control-wrap
{
  margin-bottom: 0;
}
#wpcf7-f2925-o1 .custom-checkbox .wpcf7-list-item,
#wpcf7-f3016-o1 .custom-checkbox .wpcf7-list-item
{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* timeline */
/*
.timeline-container {
  padding: 20px 0;
}


.timeline-swiper .swiper-wrapper {
  display: flex;
  gap: 15px;
}

.history-timeline h2{
  padding-left: 30px;
}

.timeline-swiper .swiper-slide {
  flex: 0 0 auto;
  min-width: 120px;
  padding: 12px 18px;
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(135deg, #f0f0f0, #ffffff);
  color: #333;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  user-select: none;
}


.timeline-swiper .swiper-slide:hover {
  background: linear-gradient(135deg, #003E7E, #0051A2);
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


.timeline-swiper .swiper-slide.swiper-slide-active {
  background: linear-gradient(135deg, #003E7E, #0051A2);
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.timeline-content img { max-width: 100%; height: auto; border-radius: 0px; margin-bottom: 15px; aspect-ratio: 16/9; object-fit: cover; }
.timeline-card {
  background: #003E7E;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.timeline-img-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}

.timeline-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.timeline-card:hover .timeline-img-wrapper img {
  transform: scale(1.1);
}

.timeline-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.timeline-content p {
  font-size: 1rem;
  line-height: 1.4;
}

.timeline-content {
  background: #f5f5f5; 
  padding: 20px 25px;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 15px auto;
  margin-top: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 180px;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.timeline-content h3#timeline-title {
  font-size: 1.5rem;
  color: #003e7e; 
  margin-bottom: 10px;
  
}

.timeline-content #timeline-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;        
  -webkit-line-clamp: 3;       
  -webkit-box-orient: vertical;
  overflow: hidden;            
  text-overflow: ellipsis;     
}

.timeline-swiper .swiper-slide {
  position: relative;
  background: #ED1878;
  color: #fff;
  border-radius: 0;
  padding: 10px 35px 10px 20px; 
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all .25s ease;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}


.timeline-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .25s ease;
}

.timeline-swiper .swiper-slide:hover {
  background: #0051A2;
  color: #fff;
}


.timeline-swiper .swiper-slide-active::after {
  transform: translateY(-50%) rotate(-45deg) scale(1.2);
}
@media(max-width: 767px){
  .timeline-card{
    background: none;
  }
}
.timeline-container {
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 50%;          
  left: 0;
  width: calc(100vw - 30px);      
  height: 10px;
  background: #ED1878;
  z-index: 1;
  transform: translateY(-50%);
}

.timeline-btn {
  position: relative;
  z-index: 2;        
  background: #fff;
}
  */
/* end old timeline */
.breadcrumbs-wrap{
  font-size: 16px;
  a{
    text-decoration: none;
    color: #003E7E;
  }
  a:hover{
    color: #ED1878;
  }
}

@media(max-width: 767px){
  .breadcrumbs-wrap{
    padding: 0 12px;
  }
}
.faq-section .accordion-button:not(.collapsed){
  background: #003E7E;
  color: #fff;
}
/* accessibility */
a:focus, a:focus-visible, button:focus, input:focus, textarea:focus {
  outline: 3px solid #ED1878!important;
  /* outline-offset: 2px!important;        odstęp od elementu */
  /* background-color: #fff8e1;  opcjonalny efekt tła */
}

.nav-link:focus-visible{
  /* box-shadow: none!important; */
}

html {
  scroll-behavior: smooth;
}

/* Domyślnie poza ekranem */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #003E7E; /* kontrastowe tło */
  color: #ffffff;            /* kontrastowy tekst */
  padding: 8px 16px;
  z-index: 100;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.3s ease, background-color 0.3s ease;
  display: block;
  margin-bottom: 4px; /* oddzielenie kilku linków */
}

/* Widoczne przy focusie */
.skip-link:focus {
  top: 10px;
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

/* Opcjonalny efekt hover */
.skip-link:hover {
  background-color: #003E7E;
}

/* Smooth scroll do sekcji */
html {
  scroll-behavior: smooth;
}

/* end accessibility */

/* timeline new start */

.timeline-section {
  width: 80%;
  max-width: 600px;
  margin: 50px auto;
  position: relative;
  padding-left: 50px;
}

.timeline-line {
  position: absolute;
  left: 20px;
  top: 100px;
  width: 4px;
  height: calc(100% - 100px);
  background: #ccc;
  overflow: hidden;
}

.timeline-line-progress {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 0;
  background: #003e7e;
  transform-origin: top center;
}

.timeline-item {
  position: relative;
  margin: 50px 0;
  opacity: 0;
  transform: translateX(-50px);
}

.timeline-item .marker {
  position: absolute;
  left: -36px;
  top: 100px;
  width: 16px;
  height: 16px;
  background: #003e7e;
  border-radius: 50%;
}

.timeline-item .content {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.timeline-item .content h3 {
  margin: 0 0 0px;
}

.timeline-item .content p {
  margin: 0 0 10px;
}

/* Swiper slider w kafelkach */
.timeline-item .swiper {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.timeline-item .swiper-slide img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-item .swiper-button-next,.timeline-item .swiper-button-prev{
  color: #003E7E;
}

/* timeline new end */
/* Hover tylko na desktopie */
@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown.show > .dropdown-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
}

/* ============================================================
   NAVBAR LOGO BRAND TEXT
   ============================================================ */
.navbar-logo-img {
  width: 52px;
  height: auto;
}
.navbar-brand-text {
  font-size: 11px;
  font-weight: 700;
  color: #003E7E;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
/* reset footer generic rule - new footer overrides */
footer.footer-new {
  height: auto !important;
  min-height: 0 !important;
  background: #051221 !important;
  background-image: none !important;
  display: block !important;
  align-items: stretch !important;
}
footer.footer-new a:hover {
  opacity: 1;
}

/* ============================================================
   NAV CTA BUTTON
   ============================================================ */
.nav-cta-btn {
  display: inline-block;
  padding: 10px 22px;
  background-color: #003E7E;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #003E7E;
}
.nav-cta-btn:hover {
  background-color: #ED1878;
  border-color: #ED1878;
  color: #fff !important;
  transform: translateY(-1px);
}

/* ============================================================
   HERO SPLIT – STRONA GŁÓWNA
   ============================================================ */
:root {
  --site-content-width: 1380px;
  --site-nav-width: var(--site-content-width);
  --site-content-gutter: 48px;
  --site-radius: 9px;
  --site-header-height: 81px;
  --hero-content-width: var(--site-content-width);
  --hero-content-gutter: var(--site-content-gutter);
  --hero-content-padding-x: 28px;
}

.site-shell {
  width: min(var(--site-content-width), calc(100% - var(--site-content-gutter)));
  max-width: var(--site-content-width);
  margin-inline: auto;
}

.site-nav-shell {
  width: min(var(--site-nav-width), calc(100% - var(--site-content-gutter)));
  max-width: var(--site-nav-width);
  margin-inline: auto;
}

.navbar.top-bar-header {
  position: relative;
  z-index: 20;
  top: auto;
  height: auto;
  padding: 8px 0;
}

.navbar.top-bar-header > .site-nav-shell {
  height: auto;
  padding-inline: 12px;
}

@media (max-width: 767px) {
  :root {
    --site-content-gutter: 30px;
  }
}

@media (max-width: 480px) {
  :root {
    --site-content-gutter: 24px;
  }
}
.hero-split {
  margin-top: 0;
  display: flex;
  min-height: calc(100vh - var(--site-header-height));
  position: relative;
  overflow: hidden;
}
.hero-split__body {
  flex: 0 0 52%;
  display: flex;
  align-items: center;
  padding: 72px 0 60px;
  background: #fff;
}
.hero-split__visual {
  flex: 0 0 48%;
  overflow: hidden;
  position: relative;
}
/* Miękkie białe przejście na lewej krawędzi zdjęcia */
.hero-split__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 12%);
}
.hero-split__inner {
  padding: 0 24px 0 calc((100vw - min(var(--hero-content-width), 100vw - var(--hero-content-gutter))) / 2 + var(--hero-content-padding-x));
  max-width: 1180px;
  width: 100%;
}
.hero-split__heading {
  font-size: clamp(32px, 4.8vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  color: #003E7E;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  word-break: keep-all;
  max-width: 780px;
}
.hero-split__heading em {
  font-style: normal;
  color: #03AEEF;
}
.hero-split__sub {
  font-size: 17px;
  line-height: 1.65;
  color: #404041;
  margin-bottom: 32px;
  max-width: 620px;
}
.hero-split__sub strong {
  color: #003E7E;
}
.hero-split__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 620px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.hero-btn--primary {
  background: #003E7E;
  color: #fff;
  border: 2px solid #003E7E;
}
.hero-btn--primary:hover {
  background: #ED1878;
  border-color: #ED1878;
  color: #fff;
}
.hero-btn--outline {
  background: transparent;
  color: #003E7E;
  border: 2px solid #003E7E;
}
.hero-btn--outline:hover {
  background: #003E7E;
  color: #fff;
}
.hero-split__stats {
  display: flex;
  width: 100%;
  gap: 0;
  border-top: 1px solid #e5e9f0;
  padding-top: 32px;
}
.hero-stat {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0 22px;
}
.hero-stat:first-child {
  padding-left: 0;
}
.hero-stat:last-child {
  padding-right: 0;
}
.hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 4px;
  width: 2px;
  background: #ED1878;
  border-radius: 2px;
}
.hero-stat svg {
  width: 42px;
  height: 42px;
  padding: 9px;
  margin-bottom: 12px;
  background: #eef4fb;
  border-radius: 12px;
  box-sizing: border-box;
}
.hero-stat strong {
  font-size: 26px;
  font-weight: 800;
  color: #003E7E;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.hero-stat--stack strong {
  font-size: 22px;
}
.hero-stat span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
}
/* .hero-split__visual defined above in split section */
.hero-split__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Info bar */
.hero-infobar {
  background: #003E7E;
  color: #fff;
  padding: 30px 0;
}
.hero-infobar .container {
  max-width: none;
  width: min(var(--hero-content-width), 100% - var(--hero-content-gutter));
  margin: 0 auto;
  padding: 0 var(--hero-content-padding-x);
}
.hero-infobar__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.hero-infobar__item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 240px;
  padding: 0 16px;
}
.hero-infobar__item svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.hero-infobar__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}
.hero-infobar__text strong {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.hero-infobar__text em {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.88);
}

/* Hero responsive */
@media (max-width: 1399px) {
  .hero-split__heading { font-size: clamp(30px, 4.6vw, 54px); }
}
@media (max-width: 1199px) {
  .hero-split__heading { font-size: clamp(28px, 4.6vw, 48px); }
}
@media (max-width: 991px) {
  .hero-split { flex-direction: column; min-height: auto; margin-top: 0; }
  .hero-split__body { flex: none; width: 100%; padding: 48px 0 36px; }
  .hero-split__inner { padding: 0 20px; max-width: 100%; }
  .hero-split__visual { flex: none; width: 100%; height: 380px; }
  .hero-split__visual::before { background: none; }
  .hero-split__heading { font-size: clamp(26px, 5vw, 40px); }
  .hero-split__stats { flex-wrap: wrap; gap: 24px 0; }
  .hero-stat { flex: 0 0 50%; padding: 0 16px; }
  .hero-stat:nth-child(odd) { padding-left: 0; }
  .hero-stat:not(:last-child)::after { display: none; }
  .hero-stat:nth-child(odd):not(:last-child)::after { display: block; right: 8px; }
  .hero-infobar { padding: 24px 0; }
  .hero-infobar .container { width: 100%; padding: 0 20px; }
  .hero-infobar__items { flex-direction: column; gap: 20px; }
  .hero-infobar__item { flex: none; width: 100%; min-width: 0; justify-content: center; padding: 0; }
  .hero-infobar__text strong { font-size: 16px; }
  .hero-infobar__text em { font-size: 13px; }
}
@media (max-width: 575px) {
  .hero-split__heading { font-size: 26px; }
  .hero-btn { padding: 12px 20px; font-size: 13px; }
  .hero-split__stats { gap: 12px; }
  .hero-stat strong { font-size: 18px; }
}

/* ============================================================
   SEKCJA "DLACZEGO PPTP?"
   ============================================================ */
.why-section {
  padding: 88px 0 96px;
  background: #fff;
}
.why-section__container {
  width: min(var(--hero-content-width), 100% - var(--hero-content-gutter));
  margin: 0 auto;
  padding: 0 var(--hero-content-padding-x);
}
.why-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ED1878;
  margin-bottom: 18px;
}
.why-heading {
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 700;
  color: #003E7E;
  line-height: 1.15;
  margin-bottom: 22px;
}
.why-lead {
  font-size: 17px;
  line-height: 1.75;
  color: #505050;
  max-width: 480px;
  margin: 0;
}
.why-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 56px;
}
.why-intro__visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
.why-intro__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.why-intro__badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 320px;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(0, 62, 126, 0.92);
  border-radius: 16px;
  color: #fff;
}
.why-intro__badge svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.why-intro__badge p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}
.why-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 30px 26px;
  background: #f4f6f9;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.why-card:hover {
  box-shadow: 0 12px 36px rgba(0, 62, 126, 0.1);
  transform: translateY(-2px);
}
.why-card__icon {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3edf7;
  border-radius: 50%;
}
.why-card__body {
  flex: 1;
  min-width: 0;
}
.why-card__accent {
  width: 40px;
  height: 3px;
  background: #ED1878;
  border-radius: 2px;
  margin-bottom: 14px;
}
.why-card__title {
  font-size: 19px;
  font-weight: 700;
  color: #003E7E;
  margin-bottom: 10px;
  line-height: 1.25;
}
.why-card__desc {
  font-size: 15px;
  line-height: 1.65;
  color: #606060;
  margin: 0;
}
.why-banner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 34px 40px;
  background: #eef3f8;
  border: 1px solid #e2e9f2;
  border-radius: 24px;
}
.why-banner__icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003E7E;
  border-radius: 50%;
}
.why-banner__text {
  flex: 1;
  min-width: 0;
}
.why-banner__title {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  color: #003E7E;
  margin-bottom: 8px;
  line-height: 1.2;
}
.why-banner__sub {
  font-size: 16px;
  line-height: 1.55;
  color: #505050;
  margin: 0;
}
.why-banner__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.why-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  background: #ED1878;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 2px solid #ED1878;
  border-radius: 10px;
  transition: background 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}
.why-banner__btn:hover {
  background: #003E7E;
  border-color: #003E7E;
  color: #fff;
}
.why-banner__link {
  font-size: 16px;
  font-weight: 600;
  color: #003E7E;
  text-decoration: none;
  border-bottom: 2px solid #ED1878;
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.why-banner__link:hover {
  color: #ED1878;
}
@media (max-width: 1199px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-banner { flex-wrap: wrap; }
  .why-banner__actions { width: 100%; }
}
@media (max-width: 991px) {
  .why-section { padding: 64px 0 72px; }
  .why-section__container { width: 100%; padding: 0 20px; }
  .why-intro { grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; }
  .why-intro__badge { max-width: none; }
  .why-banner { padding: 28px 24px; gap: 20px; }
}
@media (max-width: 575px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-banner__actions { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ============================================================
   SEKCJA "CO OFERUJEMY"
   ============================================================ */
.offer-section {
  padding: 88px 0 96px;
  background: #fff;
}
.offer-section__container {
  width: min(var(--hero-content-width), 100% - var(--hero-content-gutter));
  margin: 0 auto;
  padding: 0 var(--hero-content-padding-x);
}
.offer-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 56px;
}
.offer-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ED1878;
  margin-bottom: 16px;
}
.offer-heading {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  color: #003E7E;
  margin-bottom: 24px;
  line-height: 1.2;
}
.offer-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #003E7E;
  margin: 0 auto 28px;
  max-width: 760px;
}
.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.offer-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #003E7E;
}
.offer-list li:last-child {
  margin-bottom: 0;
}
.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: #03AEEF;
  border-radius: 50%;
}
.offer-list strong {
  font-weight: 700;
}
.offer-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.offer-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 24px rgba(0, 62, 126, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.offer-card:hover {
  box-shadow: 0 14px 40px rgba(0, 62, 126, 0.12);
  transform: translateY(-4px);
}
.offer-card__img-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}
.offer-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
  transition: transform 0.4s ease;
}
.offer-card:hover .offer-card__img {
  transform: scale(1.04);
}
.offer-card__icon {
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(0, 62, 126, 0.1);
  z-index: 2;
}
.offer-card__icon svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.offer-card__icon svg *,
.offer-card__icon svg path,
.offer-card__icon svg circle,
.offer-card__icon svg rect {
  fill: #003E7E !important;
  stroke: #003E7E !important;
}
.offer-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 48px 28px 32px;
}
.offer-card__accent {
  width: 40px;
  height: 3px;
  background: #ED1878;
  border-radius: 2px;
  margin-bottom: 16px;
}
.offer-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #003E7E;
  line-height: 1.3;
  margin: 0 0 12px;
}
.offer-card__desc {
  font-size: 15px;
  line-height: 1.65;
  color: #505050;
  flex: 1;
  margin-bottom: 22px;
}
.offer-card__desc p {
  margin: 0;
}
.offer-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #003E7E;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.offer-card__cta svg {
  color: #ED1878;
}
.offer-card__cta:hover {
  color: #ED1878;
  gap: 12px;
}
@media (max-width: 991px) {
  .offer-section { padding: 64px 0 72px; }
  .offer-section__container { width: 100%; padding: 0 20px; }
  .offer-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .offer-cards { grid-template-columns: 1fr; }
  .offer-list li { font-size: 15px; }
  .offer-intro { font-size: 16px; }
}

/* ============================================================
   SEKCJA "20 LAT"
   ============================================================ */
.years-banner {
  padding: 52px 0;
  background: #fff;
  border-top: 1px solid #e8ecf2;
}
.years-banner__container {
  width: min(var(--hero-content-width), 100% - var(--hero-content-gutter));
  margin: 0 auto;
  padding: 0 var(--hero-content-padding-x);
}
.years-banner__text {
  margin: 0;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #003E7E;
  line-height: 1.3;
}

/* ============================================================
   NOWA SEKCJA CTA
   ============================================================ */
.cta-wrap {
  padding: 0 0 32px;
  background: #fff;
}
.cta-wrap__container {
  width: min(var(--hero-content-width), 100% - var(--hero-content-gutter));
  margin: 0 auto;
  padding: 0 var(--hero-content-padding-x);
}
.cta-new-section {
  display: flex;
  min-height: 440px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e6ebf2;
  box-shadow: 0 10px 44px rgba(0, 62, 126, 0.1);
}
.cta-new__body {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 56px 48px;
  background: #fff;
}
.cta-new__inner {
  padding: 0;
  max-width: 520px;
  width: 100%;
}
.cta-new__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ED1878;
  margin-bottom: 16px;
}
.cta-new__heading {
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  color: #003E7E;
  line-height: 1.15;
  margin-bottom: 14px;
}
.cta-new__accent {
  width: 48px;
  height: 3px;
  background: #ED1878;
  border-radius: 2px;
  margin-bottom: 22px;
}
.cta-new__sub {
  font-size: 17px;
  line-height: 1.65;
  color: #505050;
  margin-bottom: 32px;
}
.cta-new__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-new__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.cta-new__btn--primary {
  background: #ED1878;
  color: #fff;
  border: 2px solid #ED1878;
}
.cta-new__btn--primary:hover {
  background: #003E7E;
  border-color: #003E7E;
  color: #fff;
}
.cta-new__btn--outline {
  background: #fff;
  color: #003E7E;
  border: 2px solid #003E7E;
}
.cta-new__btn--outline:hover {
  background: #003E7E;
  color: #fff;
}
.cta-new__visual {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
.cta-new__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  display: block;
}
@media (max-width: 991px) {
  .years-banner { padding: 40px 0; }
  .years-banner__container,
  .cta-wrap__container { width: 100%; padding: 0 20px; }
  .cta-wrap { padding-bottom: 24px; }
  .cta-new-section { flex-direction: column; min-height: auto; border-radius: 20px; }
  .cta-new__body { flex: none; width: 100%; padding: 40px 28px; }
  .cta-new__inner { max-width: 100%; }
  .cta-new__visual { flex: none; width: 100%; height: 280px; }
  .cta-new__actions { flex-direction: column; align-items: stretch; }
  .cta-new__btn { justify-content: center; }
}

/* ============================================================
   NOWA STOPKA
   ============================================================ */
.footer-new {
  --footer-navy: #051221;
  --footer-navy-dark: #003e7e;
  --footer-navy-input: #0c1829;
  --footer-social-bg: rgba(255, 255, 255, 0.06);
  --footer-pink: #ED1878;
  --footer-text: #ffffff;
  --footer-muted: rgba(255, 255, 255, 0.75);
  --footer-dim: rgba(255, 255, 255, 0.42);
  background: var(--footer-navy);
  color: var(--footer-text);
  padding: 72px 0 0;
  border-radius: 32px 32px 0 0;
  overflow: visible;
  margin-top: 0;
}
.footer-new__container {
  width: min(var(--site-content-width), 100% - var(--site-content-gutter));
  margin: 0 auto;
  padding: 0 var(--hero-content-padding-x);
}
.footer-new > .footer-new__container:first-of-type {
  padding-top: 8px;
}
.footer-new a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-new a:hover {
  color: var(--footer-pink);
  opacity: 1;
}
.footer-new__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 36px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-new__col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--footer-text);
  margin: 0 0 22px;
}
.footer-new__brand-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.footer-new__logo-link {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.footer-new__logo {
  width: 52px;
  height: auto;
  display: block;
}
.footer-new__brand-name {
  margin: 0;
  max-width: 200px;
}
.footer-new__brand-name-main {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--footer-text);
  line-height: 1.25;
}
.footer-new__brand-name-sub {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: var(--footer-text);
  line-height: 1.25;
}
.footer-new__brand-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--footer-muted);
  margin: 0 0 22px;
  max-width: 290px;
}
.footer-new__social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-new__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--footer-social-bg);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: var(--footer-text);
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.footer-new__social-link svg {
  width: 15px;
  height: 15px;
}
.footer-new__social-link:hover {
  background: transparent;
  border-color: var(--footer-pink);
  color: var(--footer-pink);
}
.footer-new__contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.footer-new__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--footer-muted);
  margin-bottom: 15px;
}
.footer-new__contact-list li:last-child {
  margin-bottom: 0;
}
.footer-new__contact-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--footer-pink);
  stroke: var(--footer-pink);
}
.footer-new__address {
  display: block;
}
.footer-new__contact-list a {
  color: inherit;
}
.footer-new__contact-list a:hover {
  color: var(--footer-pink);
}
.footer-new__map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--footer-pink) !important;
}
.footer-new__map-link::after {
  content: "→";
  font-size: 13px;
  line-height: 1;
}
.footer-new__map-link:hover {
  color: var(--footer-text) !important;
}
.footer-new__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-new__nav > li {
  margin-bottom: 11px;
}
.footer-new__nav > li:last-child {
  margin-bottom: 0;
}
.footer-new__nav a {
  font-size: 14px;
  font-weight: 400;
  color: var(--footer-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}
.footer-new__nav > li > a::after {
  content: "›";
  color: var(--footer-pink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.footer-new__nav a:hover {
  color: var(--footer-pink);
}
.footer-new__newsletter-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--footer-muted);
  margin: 0 0 18px;
}
.footer-new__newsletter-row {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-new__newsletter-input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  background: var(--footer-navy-input);
  border: none;
  border-radius: 0;
  color: var(--footer-text);
  font-size: 14px;
  outline: none;
}
.footer-new__newsletter-input::placeholder {
  color: var(--footer-dim);
}
.footer-new__newsletter-input:focus {
  outline: none;
}
.footer-new__newsletter-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--footer-pink);
  border: none;
  color: var(--footer-text);
  cursor: pointer;
  transition: background 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-new__newsletter-btn:hover {
  background: #c91362;
}
.footer-new__newsletter-btn svg {
  width: 17px;
  height: 17px;
}
.footer-new__copy {
  background: var(--footer-navy-dark);
  padding: 16px 0 20px;
  border-top: none;
}
.footer-new__copy .footer-new__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--footer-dim);
}
.footer-new__copy-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-new__copy-sep {
  color: rgba(255, 255, 255, 0.24);
  user-select: none;
}
.footer-new__copy-links a {
  color: var(--footer-dim);
  font-size: 12px;
}
.footer-new__copy-links a:hover {
  color: var(--footer-text);
}
@media (max-width: 1199px) {
  .footer-new__container {
    width: 100%;
    padding: 0 24px;
  }
  .footer-new__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
  }
}
@media (max-width: 767px) {
  .footer-new {
    padding: 44px 0 0;
    border-radius: 24px 24px 0 0;
  }
  .footer-new__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }
  .footer-new__brand-name,
  .footer-new__brand-desc {
    max-width: none;
  }
  .footer-new__copy .footer-new__container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .footer-new__copy-links {
    justify-content: center;
  }
}

/* ==========================================================================
   Aktualności 2026 — archive and single article
   ========================================================================== */

:root {
  --news-navy: #003e7e;
  --news-navy-dark: #002c61;
  --news-blue: #006fe6;
  --news-sky: #16a5f5;
  --news-pink: #ed1878;
  --news-text: #111827;
  --news-muted: #4f5663;
  --news-line: #dde3ec;
  --news-soft: #f3f7fc;
  --news-shell: var(--site-content-width);
  --news-gutter: var(--site-content-gutter);
  --news-radius: var(--site-radius);
}

.news-shell {
  width: min(var(--news-shell), calc(100% - var(--news-gutter)));
  margin-inline: auto;
}

body.blog .navbar.top-bar-header,
body.single-post .navbar.top-bar-header {
  position: relative;
  z-index: 20;
}

.news-archive,
.news-article {
  color: var(--news-text);
  font-family: "Lato", sans-serif;
  overflow: clip;
}

/* Archive hero */
.news-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(230px, 27vw, 325px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--news-navy-dark);
}

.news-hero__image,
.news-article-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 50%;
}

.news-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 37, 82, 0.99) 0%,
      rgba(0, 44, 97, 0.97) 37%,
      rgba(0, 48, 101, 0.68) 55%,
      rgba(0, 48, 101, 0.08) 82%
    );
}

.news-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: 52px;
}

.news-hero__title {
  max-width: 680px;
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 61px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.news-hero__description {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.75vw, 23px);
  font-weight: 400;
  line-height: 1.52;
}

/* Archive controls */
.news-listing {
  padding: 26px 0 52px;
  background: #fff;
}

.news-controls {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

.news-controls__categories {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.news-controls__label,
.news-sort label {
  color: #252b35;
  font-size: 15px;
  font-weight: 400;
}

.news-controls__label {
  margin-right: 2px;
}

.news-filter {
  min-height: 42px;
  padding: 10px 24px;
  border: 1px solid #d9dee7;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 39, 86, 0.04);
  color: #222733;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-filter:hover,
.news-filter:focus-visible {
  border-color: var(--news-navy);
  color: var(--news-navy);
  transform: translateY(-1px);
}

.news-filter.is-active {
  border-color: var(--news-navy);
  background: linear-gradient(135deg, #073f86 0%, #00336f 100%);
  box-shadow: 0 7px 15px rgba(0, 62, 126, 0.16);
  color: #fff;
}

.news-sort {
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-sort select {
  min-width: 145px;
  padding: 8px 34px 8px 3px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--news-navy);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.news-sort select:focus-visible {
  outline: 2px solid var(--news-pink);
  outline-offset: 3px;
}

/* Cards */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 20px;
}

.news-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--news-line);
  border-radius: var(--news-radius);
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 43, 92, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-card:hover {
  border-color: #c9d5e4;
  box-shadow: 0 15px 34px rgba(0, 43, 92, 0.12);
  transform: translateY(-4px);
}

.news-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.38 / 1;
  background: #e9eef5;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.news-card:hover .news-card__media img {
  transform: scale(1.025);
}

.news-card__badge {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 13px;
  border-radius: 4px;
  background: var(--news-pink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.news-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 19px 18px 20px;
}

.news-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 16px;
  color: #111827;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.018em;
  line-height: 1.35;
  text-transform: uppercase;
}

.news-card__meta span {
  color: #0080ef;
  text-align: right;
}

.news-card__title {
  margin: 0 0 12px;
  color: var(--news-navy);
  font-size: clamp(20px, 1.72vw, 26px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.news-card__title a {
  color: inherit;
  text-decoration: none;
}

.news-card__title a:hover,
.news-card__title a:focus-visible {
  color: #006bd5;
}

.news-card__excerpt {
  margin: 0 0 24px;
  color: #262b33;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.58;
}

.news-card__link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #0068cf;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.news-card__link svg {
  transition: transform 0.2s ease;
}

.news-card__link:hover,
.news-card__link:focus-visible {
  color: var(--news-pink);
}

.news-card__link:hover svg,
.news-card__link:focus-visible svg {
  transform: translateX(4px);
}

/* Pagination and empty state */
.news-pagination {
  margin: 32px 0 6px;
}

.news-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-pagination a,
.news-pagination span.current {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #d8e0ea;
  border-radius: 5px;
  color: var(--news-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.news-pagination span.current,
.news-pagination a:hover {
  border-color: var(--news-navy);
  background: var(--news-navy);
  color: #fff;
}

.news-empty {
  padding: 70px 30px;
  border: 1px solid var(--news-line);
  border-radius: var(--news-radius);
  background: var(--news-soft);
  text-align: center;
}

.news-empty p {
  margin: 0 0 17px;
  color: var(--news-navy);
  font-size: 20px;
  font-weight: 700;
}

.news-empty a {
  color: #0068cf;
  font-weight: 700;
}

/* Newsletter */
.news-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 1.08fr);
  align-items: center;
  gap: 34px;
  margin-top: 38px;
  padding: 24px 30px;
  border: 1px solid #e4ebf4;
  border-radius: var(--news-radius);
  background: linear-gradient(115deg, #f2f7fd 0%, #f9fbfe 51%, #edf4fb 100%);
}

.news-newsletter__intro {
  display: flex;
  align-items: center;
  gap: 21px;
}

.news-newsletter__icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--news-navy);
  color: #fff;
}

.news-newsletter h2 {
  margin: 0 0 4px;
  color: var(--news-navy);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.news-newsletter p {
  max-width: 440px;
  margin: 0;
  color: #26364a;
  font-size: 14px;
  line-height: 1.5;
}

.news-newsletter__form form,
.news-newsletter__form .wpcf7-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 9px;
  align-items: stretch;
}

.news-newsletter__form p {
  display: contents;
}

.news-newsletter__form input[type="email"] {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #d7dde7;
  border-radius: 5px;
  background: #fff;
  color: #172033;
  font-size: 15px;
}

.news-newsletter__form input[type="email"]::placeholder {
  color: #9ca3af;
}

.news-newsletter__form button,
.news-newsletter__form input[type="submit"] {
  min-height: 50px;
  margin: 0;
  padding: 0 26px;
  border: 0;
  border-radius: 5px;
  background: var(--news-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.news-newsletter__form button:hover,
.news-newsletter__form input[type="submit"]:hover {
  background: #005bb8;
  transform: translateY(-1px);
}

/* Archive CTA */
.news-cta {
  min-height: 105px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 20px 34px;
  border-radius: var(--news-radius);
  background: linear-gradient(110deg, #043d82 0%, #00326d 54%, #001d4b 100%);
  box-shadow: 0 12px 28px rgba(0, 43, 92, 0.14);
  color: #fff;
}

.news-cta__icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #6fa5de;
}

.news-cta__copy h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.2;
}

.news-cta__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.news-cta__button {
  min-width: 225px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 5px;
  background: #fff;
  color: var(--news-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-cta__button:hover,
.news-cta__button:focus-visible {
  background: var(--news-pink);
  color: #fff;
  transform: translateY(-2px);
}

/* Single article hero */
.news-article-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(310px, 35vw, 455px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--news-navy-dark);
}

.news-article-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 43, 91, 0.99) 0%,
      rgba(0, 48, 101, 0.95) 35%,
      rgba(0, 48, 101, 0.45) 58%,
      rgba(0, 48, 101, 0.08) 84%
    );
}

.news-article-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: 30px 46px;
}

.news-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.4;
}

.news-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.news-breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

.news-breadcrumbs span[aria-current="page"] {
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-article-hero__meta {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 15px;
}

.news-article-hero__meta a {
  color: #18a8f4;
  font-weight: 500;
  text-decoration: none;
}

.news-article-hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 63px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.news-article-hero p {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.5;
}

/* Single article content */
.news-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  align-items: start;
  gap: 54px;
  padding-block: 38px 66px;
}

.news-article__content {
  min-width: 0;
  color: #3d424a;
  font-size: 17px;
  line-height: 1.68;
}

.news-article__content > :first-child,
.news-article__content > .elementor:first-child {
  margin-top: 0;
}

.news-article__content h2,
.news-article__content h3,
.news-article__content h4,
.news-article__content .elementor-heading-title {
  color: var(--news-navy);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.22;
}

.news-article__content h2,
.news-article__content .elementor-widget-heading h2 {
  margin: 38px 0 16px;
  font-size: clamp(26px, 2.1vw, 35px);
}

.news-article__content h2::after {
  width: 36px;
  height: 3px;
  display: block;
  margin-top: 11px;
  background: var(--news-pink);
  content: "";
}

.news-article__content h3,
.news-article__content .elementor-widget-heading h3 {
  margin: 32px 0 11px;
  font-size: clamp(21px, 1.55vw, 26px);
}

.news-article__content p {
  margin: 0 0 15px;
}

.news-article__content p:empty,
.news-article__content p:has(> br:only-child) {
  display: none;
}

.news-article__content ul,
.news-article__content ol {
  margin: 14px 0 26px;
  padding-left: 28px;
}

.news-article__content li {
  margin-bottom: 10px;
  padding-left: 2px;
}

.news-article__content li::marker {
  color: #777b82;
  font-size: .8em;
}

.news-article__content li > p {
  display: inline;
  margin: 0;
}

.news-article__content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--news-radius);
}

.news-article__content a {
  color: #006bd5;
}

.news-article__content .elementor {
  max-width: 100%;
}

.news-article__content .elementor-section,
.news-article__content .elementor-container,
.news-article__content .elementor-column,
.news-article__content .elementor-widget-wrap {
  max-width: 100%;
}

.news-article__content .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

.news-article__content .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding-inline: 0;
}

.news-article__content .elementor-widget-text-editor,
.news-article__content .elementor-widget-heading,
.news-article__content .elementor-widget-image {
  margin-bottom: 0;
}

.news-article__content .elementor-widget-image {
  margin-block: 28px 36px;
}

.news-article__content figure,
.news-article__content .wp-caption {
  max-width: 100%;
  margin: 28px 0 36px;
}

.news-article__content figcaption,
.news-article__content .wp-caption-text {
  margin-top: 9px;
  color: #777b82;
  font-size: 13px;
  line-height: 1.5;
}

.news-article__content blockquote {
  margin: 30px 0;
  padding: 4px 0 4px 24px;
  border-left: 3px solid var(--news-pink);
  color: var(--news-navy);
  font-size: 1.12em;
  font-weight: 600;
}

.news-article__content blockquote p:last-child {
  margin-bottom: 0;
}

/* Article sidebar */
.news-article__sidebar {
  display: grid;
  gap: 22px;
}

.news-info-card,
.news-related {
  padding: 24px 22px;
  border: 1px solid var(--news-line);
  border-radius: var(--news-radius);
  background: #fff;
}

.news-info-card h2,
.news-related > h2 {
  margin: 0 0 22px;
  color: var(--news-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.news-info-card ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-info-card li {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.news-info-card__icon {
  color: #0079e8;
}

.news-info-card strong,
.news-info-card small {
  display: block;
}

.news-info-card strong {
  margin-bottom: 3px;
  color: #006bd5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.news-info-card small {
  color: #1d2735;
  font-size: 13px;
  line-height: 1.4;
}

.news-contact-card {
  padding: 25px 22px 22px;
  border-radius: var(--news-radius);
  background: linear-gradient(145deg, #073f86 0%, #002d68 100%);
  box-shadow: 0 13px 26px rgba(0, 46, 98, 0.18);
  color: #fff;
}

.news-contact-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.news-contact-card p {
  margin: 0 0 19px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.news-contact-card > a:not(.news-contact-card__button) {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 9px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.news-contact-card__button {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 0 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #13aaf6, #0789eb);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.news-contact-card__button:hover {
  background: var(--news-pink);
  color: #fff;
}

.news-related {
  padding-bottom: 18px;
}

.news-related__list {
  display: grid;
}

.news-related__item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #e8edf3;
}

.news-related__image {
  width: 78px;
  aspect-ratio: 1.22 / 1;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #edf2f7;
}

.news-related__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news-related h3 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.28;
}

.news-related h3 a {
  color: var(--news-navy);
  text-decoration: none;
}

.news-related time {
  color: #4e5866;
  font-size: 11px;
}

.news-related__arrow {
  color: #006bd5;
  font-size: 20px;
  text-decoration: none;
}

.news-related__all {
  display: block;
  margin-top: 8px;
  color: #006bd5;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

/* Article bottom CTA */
.news-article-cta {
  margin-bottom: clamp(36px, 4vw, 64px);
  border-top: 3px solid var(--news-pink);
  background: linear-gradient(110deg, #06438c 0%, #003271 52%, #001b4a 100%);
  color: #fff;
}

.news-article-cta__inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-block: 25px;
}

.news-article-cta__icon {
  color: #b8d8fb;
}

.news-article-cta h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.news-article-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.45;
}

.news-article-cta__inner > a {
  min-width: 235px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 5px;
  background: #fff;
  color: var(--news-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.news-article-cta__inner > a:hover {
  background: var(--news-pink);
  color: #fff;
}

/* News responsive */
@media (max-width: 1199px) {
  :root {
    --news-gutter: 40px;
  }

  .news-filter {
    padding-inline: 18px;
  }

  .news-card__body {
    padding-inline: 16px;
  }

  .news-article__layout {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 34px;
  }
}

@media (max-width: 991px) {
  .news-hero__image,
  .news-article-hero__image {
    object-position: 61% 50%;
  }

  .news-hero__overlay,
  .news-article-hero__overlay {
    background: linear-gradient(90deg, rgba(0, 40, 86, 0.97) 0%, rgba(0, 45, 96, 0.86) 58%, rgba(0, 45, 96, 0.34) 100%);
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-newsletter {
    grid-template-columns: 1fr;
  }

  .news-article__layout {
    grid-template-columns: 1fr;
  }

  .news-article__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .news-related {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  :root {
    --news-gutter: 30px;
  }

  body.single-post .email-button {
    display: none !important;
  }

  .news-hero {
    min-height: 290px;
  }

  .news-hero__image,
  .news-article-hero__image {
    object-position: 67% 50%;
  }

  .news-hero__overlay,
  .news-article-hero__overlay {
    background: linear-gradient(90deg, rgba(0, 39, 84, 0.97) 0%, rgba(0, 45, 96, 0.82) 100%);
  }

  .news-hero__inner {
    padding-block: 45px;
  }

  .news-hero__title {
    font-size: clamp(35px, 10.5vw, 48px);
  }

  .news-hero__description {
    font-size: 17px;
  }

  .news-listing {
    padding-top: 22px;
  }

  .news-controls__categories {
    gap: 9px;
  }

  .news-controls__label {
    width: 100%;
  }

  .news-filter {
    min-height: 39px;
    padding: 8px 13px;
    font-size: 13px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card__title {
    font-size: 23px;
  }

  .news-card__media {
    aspect-ratio: 1.5 / 1;
  }

  .news-newsletter {
    gap: 22px;
    padding: 24px 20px;
  }

  .news-newsletter__form form,
  .news-newsletter__form .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .news-cta {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 15px;
    padding: 24px 20px;
  }

  .news-cta__icon {
    width: 58px;
    height: 58px;
  }

  .news-cta__button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .news-article-hero {
    min-height: 410px;
    align-items: flex-end;
  }

  .news-article-hero__inner {
    padding-block: 28px 38px;
  }

  .news-breadcrumbs {
    margin-bottom: 23px;
  }

  .news-breadcrumbs span[aria-current="page"] {
    display: none;
  }

  .news-article-hero h1 {
    font-size: clamp(34px, 10.3vw, 48px);
  }

  .news-article-hero p {
    font-size: 17px;
  }

  .news-article__layout {
    padding-block: 30px 48px;
  }

  .news-article__content {
    font-size: 15px;
  }

  .news-article__sidebar {
    grid-template-columns: 1fr;
  }

  .news-related {
    grid-column: auto;
  }

  .news-article-cta__inner {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding-block: 28px;
  }

  .news-article-cta__icon svg {
    width: 64px;
    height: 64px;
  }

  .news-article-cta__inner > a {
    width: 100%;
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  :root {
    --news-gutter: 24px;
  }

  .news-hero {
    min-height: 310px;
  }

  .news-controls {
    margin-bottom: 24px;
  }

  .news-sort {
    justify-content: space-between;
  }

  .news-card__meta {
    font-size: 10px;
  }

  .news-newsletter__intro {
    align-items: flex-start;
  }

  .news-newsletter__icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .news-newsletter h2 {
    font-size: 20px;
  }

  .news-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .news-cta__icon {
    margin-inline: auto;
  }

  .news-article-hero__meta {
    font-size: 13px;
  }

  .news-article-hero h1 {
    font-size: 36px;
  }

  .news-info-card,
  .news-related,
  .news-contact-card {
    padding-inline: 18px;
  }

  .news-related__item {
    grid-template-columns: 70px minmax(0, 1fr) 14px;
    gap: 9px;
  }

  .news-related__image {
    width: 70px;
  }

  .news-article-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .news-article-cta__icon {
    margin-inline: auto;
  }
}

/* ============================================================
   SALE KONFERENCYJNE — projekt 2026
   Wszystkie reguły są ograniczone do dedykowanego szablonu.
   ============================================================ */

.sale-page {
  --sale-navy: #003e7e;
  --sale-navy-dark: #002f66;
  --sale-blue: #078cf5;
  --sale-pink: #ed1878;
  --sale-text: #152538;
  --sale-muted: #526174;
  --sale-line: #dce3ea;
  --sale-surface: #f8f9fb;
  color: var(--sale-text);
  overflow: hidden;
}

.sale-page *,
.sale-page *::before,
.sale-page *::after {
  box-sizing: border-box;
}

.sale-page h1,
.sale-page h2,
.sale-page h3,
.sale-page p {
  margin-top: 0;
}

.sale-page a {
  text-decoration: none;
}

.sale-inner {
  padding-inline: 30px;
}

/* Hero */
.sale-hero {
  display: flex;
  height: 348px;
  min-height: 348px;
  background: #fff;
  overflow: hidden;
}

.sale-hero__copy {
  position: relative;
  z-index: 2;
  flex: 0 0 41%;
  display: flex;
  align-items: center;
  background: #fff;
}

.sale-hero__copy-inner {
  width: 100%;
  max-width: 590px;
  padding: 45px 38px 43px max(60px, calc((100vw - var(--site-content-width)) / 2 + 30px));
}

.sale-hero h1 {
  max-width: 520px;
  margin-bottom: 20px;
  color: var(--sale-navy);
  font-size: clamp(46px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-transform: none;
}

.sale-hero__title-line {
  display: block;
}

.sale-hero__title--fixed .sale-hero__title-line {
  white-space: nowrap;
}

.sale-hero p {
  max-width: 490px;
  margin-bottom: 30px;
  color: var(--sale-text);
  font-size: 20px;
  line-height: 1.55;
}

.sale-hero__actions,
.sale-final-cta__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sale-hero .hero-btn {
  min-height: 50px;
  justify-content: center;
  padding: 13px 27px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2;
}

.sale-hero .hero-btn--primary {
  min-width: 205px;
  border-color: var(--sale-blue);
  background: linear-gradient(100deg, #0067d8, #078cf5);
}

.sale-hero .hero-btn--outline {
  min-width: 255px;
  border-color: var(--sale-blue);
  color: #0067d8;
}

.sale-hero .hero-btn--outline:hover,
.sale-hero .hero-btn--outline:focus-visible {
  border-color: var(--sale-blue);
  background: var(--sale-blue);
  color: #fff;
}

.sale-hero__visual {
  position: relative;
  flex: 1 1 59%;
  min-width: 0;
}

.sale-hero__visual::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 13%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}

.sale-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 348px;
  object-fit: cover;
  object-position: center 48%;
}

/* Zastosowania */
.sale-uses {
  display: flex;
  min-height: 165px;
  align-items: center;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 38, 84, 0.035);
}

.sale-uses__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.sale-use {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--sale-navy);
}

.sale-use__icon {
  flex: 0 0 50px;
}

.sale-use__icon svg {
  display: block;
  width: 50px;
  height: 50px;
}

.sale-use__label {
  max-width: 120px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

/* Wspólne nagłówki sekcji */
.sale-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.sale-section-heading h2 {
  margin-bottom: 11px;
  color: var(--sale-navy-dark);
  font-size: clamp(28px, 2.25vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.sale-section-heading > span {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--sale-blue);
}

/* Karty sal */
.sale-rooms {
  padding: 31px 0 47px;
  background: linear-gradient(90deg, #f9fafc 0%, #fff 50%, #f9fafc 100%);
}

.sale-rooms__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.sale-room-card {
  display: flex;
  min-width: 0;
  min-height: 468px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 62, 126, 0.07);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 51, 83, 0.09);
  scroll-margin-top: 100px;
}

.sale-room-card__media {
  position: relative;
  height: 211px;
  flex: 0 0 211px;
  overflow: hidden;
  background: #e8edf3;
}

.sale-room-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.sale-room-card:hover .sale-room-card__media img {
  transform: scale(1.025);
}

.sale-room-card__location {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 38px;
  padding: 11px 16px 9px;
  background: #052f66;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.sale-room-card__body {
  display: flex;
  min-height: 257px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: 16px 23px 20px;
  text-align: center;
}

.sale-room-card h3 {
  margin-bottom: 10px;
  color: var(--sale-navy-dark);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}

.sale-room-card__facts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--sale-text);
  font-size: 15px;
  line-height: 1.2;
}

.sale-room-card__facts span {
  padding: 0 13px;
}

.sale-room-card__facts span + span {
  border-left: 1px solid #a8b3bf;
}

.sale-room-card__body p {
  margin-bottom: 18px;
  color: #29394a;
  font-size: 15px;
  line-height: 1.55;
}

.sale-room-card__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: #0053ad;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.sale-room-card__link span:last-child {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.sale-room-card__link:hover,
.sale-room-card__link:focus-visible {
  color: var(--sale-pink);
}

.sale-room-card__link:hover span:last-child,
.sale-room-card__link:focus-visible span:last-child {
  transform: translateX(4px);
}

/* Tabela */
.sale-compare {
  padding: 17px 0 36px;
  background: #fff;
}

.sale-compare .sale-section-heading {
  margin-bottom: 18px;
}

.sale-compare__scroll {
  width: 100%;
  overflow-x: auto;
  border-radius: 2px;
  outline-offset: 3px;
}

.sale-compare__table {
  width: 100%;
  min-width: 940px;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--sale-text);
  font-size: 15px;
  text-align: center;
}

.sale-compare__table th,
.sale-compare__table td {
  height: 45px;
  padding: 9px 14px;
  border: 1px solid #cfd7e0;
  vertical-align: middle;
}

.sale-compare__table thead th {
  height: 48px;
  border-top: 0;
  color: var(--sale-navy-dark);
  font-weight: 700;
}

.sale-compare__table thead th:first-child,
.sale-compare__table tbody th {
  width: 13.6%;
}

.sale-compare__table thead th:nth-child(2) {
  width: 14.4%;
}

.sale-compare__table thead th:nth-child(3) {
  width: 16.2%;
}

.sale-compare__table thead th:nth-child(4) {
  width: 34.8%;
}

.sale-compare__table thead th:nth-child(5) {
  width: 21%;
}

.sale-compare__table tbody th {
  color: var(--sale-navy-dark);
  font-weight: 700;
}

.sale-table-icon {
  display: inline-flex;
  margin-right: 10px;
  color: #006ee8;
  vertical-align: middle;
}

.sale-table-icon svg {
  width: 25px;
  height: 25px;
}

/* Pasek korzyści */
.sale-benefits {
  display: grid;
  min-height: 142px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 45px;
  padding: 24px 10px;
  border-radius: 6px;
  background: var(--sale-surface);
}

.sale-benefit {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
  padding: 10px 24px;
  color: var(--sale-text);
  font-size: 14px;
  line-height: 1.55;
}

.sale-benefit + .sale-benefit::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 1px;
  background: #e1e6ec;
  content: "";
}

.sale-benefit__icon {
  flex: 0 0 52px;
  color: var(--sale-navy);
}

.sale-benefit__icon svg {
  display: block;
  width: 52px;
  height: 52px;
}

/* CTA */
.sale-final-cta {
  position: relative;
  display: flex;
  min-height: 340px;
  margin-bottom: 52px;
  align-items: center;
  overflow: hidden;
  background-color: var(--sale-navy-dark);
  background-image:
    linear-gradient(90deg, rgba(0, 42, 91, 1) 0%, rgba(0, 53, 108, 0.98) 37%, rgba(0, 59, 116, 0.74) 58%, rgba(0, 53, 108, 0.05) 82%),
    var(--sale-cta-image);
  background-position: center, center;
  background-size: cover;
  color: #fff;
}

.sale-final-cta::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 27, 64, 0.02), rgba(0, 27, 64, 0.18));
  content: "";
  pointer-events: none;
}

.sale-final-cta__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.sale-final-cta__content {
  max-width: 585px;
}

.sale-final-cta h2 {
  max-width: 570px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 2.65vw, 40px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.sale-final-cta p {
  max-width: 570px;
  margin-bottom: 27px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.sale-final-cta .hero-btn {
  min-height: 50px;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 2px;
  font-size: 14px;
}

.sale-final-cta__primary {
  min-width: 260px;
  border: 2px solid var(--sale-blue);
  background: linear-gradient(100deg, #0067d8, #078cf5);
  color: #fff;
}

.sale-final-cta__secondary {
  min-width: 215px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  color: #fff;
}

.sale-final-cta__primary:hover,
.sale-final-cta__primary:focus-visible {
  border-color: var(--sale-pink);
  background: var(--sale-pink);
  color: #fff;
}

.sale-final-cta__secondary:hover,
.sale-final-cta__secondary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--sale-navy);
}

@media (max-width: 1399px) {
  .sale-use {
    gap: 12px;
  }

  .sale-use__icon {
    flex-basis: 42px;
  }

  .sale-use__icon svg {
    width: 42px;
    height: 42px;
  }

  .sale-use__label {
    font-size: 14px;
  }

  .sale-room-card__body {
    padding-inline: 16px;
  }

  .sale-room-card__facts span {
    padding-inline: 9px;
  }

  .sale-benefit {
    gap: 12px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .sale-benefit__icon {
    flex-basis: 42px;
  }

  .sale-benefit__icon svg {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1199px) {
  .sale-hero__copy {
    flex-basis: 48%;
  }

  .sale-hero__visual {
    flex-basis: 52%;
  }

  .sale-hero__copy-inner {
    padding-left: max(36px, calc((100vw - var(--site-content-width)) / 2 + 30px));
  }

  .sale-hero h1 {
    font-size: clamp(40px, 4.7vw, 52px);
  }

  .sale-hero p {
    font-size: 18px;
  }

  .sale-uses__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .sale-uses {
    padding: 34px 0;
  }

  .sale-use {
    justify-content: flex-start;
  }

  .sale-rooms__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sale-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sale-benefit:nth-child(4)::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .sale-inner {
    padding-inline: 20px;
  }

  .sale-hero {
    height: auto;
    min-height: 460px;
  }

  .sale-hero__visual img {
    min-height: 460px;
  }

  .sale-hero__copy-inner {
    padding: 40px 24px 40px max(28px, calc((100vw - var(--site-content-width)) / 2 + 20px));
  }

  .sale-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sale-hero .hero-btn {
    width: 100%;
    min-width: 0;
  }

  .sale-final-cta {
    background-position: center, 62% center;
  }
}

@media (max-width: 767px) {
  .sale-inner {
    padding-inline: 6px;
  }

  .sale-hero {
    position: relative;
    height: auto;
    min-height: 560px;
    background-image:
      linear-gradient(90deg, rgba(0, 38, 82, 0.93), rgba(0, 47, 102, 0.62)),
      var(--sale-hero-image);
    background-position: center;
    background-size: cover;
  }

  .sale-hero__copy {
    flex-basis: 100%;
    align-items: flex-end;
    background: transparent;
  }

  .sale-hero__copy-inner {
    max-width: none;
    padding: 64px max(24px, calc((100vw - var(--site-content-width)) / 2 + 18px)) 54px;
  }

  .sale-hero h1 {
    max-width: 540px;
    color: #fff;
    font-size: clamp(39px, 11.6vw, 58px);
  }

  .sale-hero__title--fixed .sale-hero__title-line {
    white-space: normal;
  }

  .sale-hero p {
    color: #fff;
    font-size: 17px;
  }

  .sale-hero__actions {
    max-width: 440px;
  }

  .sale-hero .hero-btn--primary {
    border-color: var(--sale-blue);
  }

  .sale-hero .hero-btn--outline {
    border-color: #fff;
    color: #fff;
  }

  .sale-hero__visual {
    display: none;
  }

  .sale-uses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .sale-use {
    align-items: flex-start;
  }

  .sale-use__label {
    max-width: none;
  }

  .sale-section-heading {
    margin-bottom: 26px;
  }

  .sale-section-heading h2 {
    font-size: 29px;
  }

  .sale-rooms {
    padding: 45px 0;
  }

  .sale-rooms__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sale-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sale-benefit:nth-child(4)::before {
    display: block;
  }

  .sale-benefit:nth-child(odd)::before {
    display: none;
  }

  .sale-final-cta {
    min-height: 430px;
    margin-bottom: 38px;
    background-image:
      linear-gradient(90deg, rgba(0, 39, 86, 0.96), rgba(0, 50, 105, 0.76)),
      var(--sale-cta-image);
    background-position: center;
  }
}

@media (max-width: 575px) {
  .sale-hero {
    min-height: 530px;
  }

  .sale-hero__copy-inner {
    padding-inline: 24px;
  }

  .sale-hero h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .sale-uses {
    padding: 36px 0;
  }

  .sale-uses__grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-inline: 24px;
  }

  .sale-use {
    justify-content: flex-start;
  }

  .sale-use__icon {
    flex-basis: 46px;
  }

  .sale-use__icon svg {
    width: 46px;
    height: 46px;
  }

  .sale-use__label {
    font-size: 16px;
  }

  .sale-rooms__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sale-room-card {
    min-height: 0;
  }

  .sale-room-card__media {
    height: 245px;
    flex-basis: 245px;
  }

  .sale-room-card__body {
    min-height: 250px;
    padding: 21px 24px 24px;
  }

  .sale-compare {
    padding-top: 30px;
  }

  .sale-benefits {
    grid-template-columns: 1fr;
    margin-top: 34px;
    padding: 16px;
  }

  .sale-benefit {
    min-height: 86px;
    padding: 14px 8px;
  }

  .sale-benefit + .sale-benefit::before {
    display: block;
    inset: 0 0 auto;
    width: auto;
    height: 1px;
  }

  .sale-final-cta {
    min-height: 490px;
  }

  .sale-final-cta__content {
    padding: 48px 18px;
  }

  .sale-final-cta h2 {
    font-size: 34px;
  }

  .sale-final-cta p {
    font-size: 17px;
  }

  .sale-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sale-final-cta .hero-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .sale-final-cta__inner {
    width: 100%;
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sale-page *,
  .sale-page *::before,
  .sale-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   SALE KONFERENCYJNE — proporcje makiety 1024–1439 px

   Elementy właściwe dla strony sal skalują się tylko do 1439 px.
   Globalny header, szerokość serwisu i jego typografia nie są tutaj
   nadpisywane i pozostają wspólne ze stroną kontaktową.
   ============================================================ */

@media (min-width: 992px) and (max-width: 1439.98px) {
  .sale-page {
    font-family: "Lato", sans-serif;
  }

  .sale-inner {
    padding-inline: 2.083333vw;
  }

  .sale-hero {
    height: 24.166667vw;
    min-height: 24.166667vw;
  }

  .sale-hero__copy {
    flex-basis: 41%;
  }

  .sale-hero__visual {
    flex-basis: 59%;
  }

  .sale-hero__copy-inner {
    max-width: none;
    padding: 3.125vw 2.638889vw 2.986111vw 4.166667vw;
  }

  .sale-hero h1 {
    max-width: 36.111111vw;
    margin-bottom: 1.388889vw;
    font-size: clamp(43px, 4.305556vw, 83px);
  }

  .sale-hero p {
    max-width: 34.027778vw;
    margin-bottom: 2.083333vw;
    font-size: clamp(14px, 1.458333vw, 28px);
    line-height: 1.38;
  }

  .sale-hero__actions,
  .sale-final-cta__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.388889vw;
  }

  .sale-hero .hero-btn {
    min-height: 3.472222vw;
    padding: 0.902778vw 1.875vw;
    font-size: clamp(11px, 1.111111vw, 21px);
  }

  .sale-hero .hero-btn--primary {
    min-width: 14.236111vw;
  }

  .sale-hero .hero-btn--outline {
    min-width: 17.777778vw;
  }

  .sale-hero__visual::before {
    width: 17%;
  }

  .sale-hero__visual img {
    min-height: 24.166667vw;
    object-position: 50% 42%;
  }

  .sale-uses {
    min-height: 11.597222vw;
    padding: 0;
  }

  .sale-uses__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.666667vw;
  }

  .sale-use {
    align-items: center;
    justify-content: center;
    gap: 1.388889vw;
  }

  .sale-use__icon {
    flex-basis: 3.888889vw;
  }

  .sale-use__icon svg {
    width: 3.888889vw;
    height: 3.888889vw;
  }

  .sale-use__label {
    max-width: 8.333333vw;
    font-size: clamp(12px, 1.180556vw, 23px);
  }

  .sale-section-heading {
    margin-bottom: 1.805556vw;
  }

  .sale-section-heading h2 {
    margin-bottom: 0.763889vw;
    font-size: clamp(23px, 2.361111vw, 45px);
  }

  .sale-section-heading > span {
    width: 2.777778vw;
    height: max(2px, 0.138889vw);
  }

  .sale-rooms {
    padding: 2.152778vw 0 2.986111vw;
  }

  .sale-rooms__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.388889vw;
  }

  .sale-room-card {
    min-height: 32.638889vw;
    border-radius: 0.416667vw;
    box-shadow: 0 0.555556vw 1.666667vw rgba(17, 51, 83, 0.09);
  }

  .sale-room-card__media {
    height: 14.652778vw;
    flex-basis: 14.652778vw;
  }

  .sale-room-card:nth-child(1) .sale-room-card__media img {
    object-position: 52% 50%;
  }

  .sale-room-card:nth-child(2) .sale-room-card__media img,
  .sale-room-card:nth-child(3) .sale-room-card__media img {
    object-position: 50% 50%;
  }

  .sale-room-card:nth-child(4) .sale-room-card__media img {
    object-position: 50% 48%;
  }

  .sale-room-card:nth-child(5) .sale-room-card__media img {
    object-position: 45% 50%;
  }

  .sale-room-card__location {
    min-height: 2.638889vw;
    padding: 0.763889vw 1.111111vw 0.625vw;
    font-size: clamp(9px, 0.902778vw, 17px);
  }

  .sale-room-card__body {
    min-height: 17.847222vw;
    padding: 1.111111vw 1.597222vw 1.388889vw;
  }

  .sale-room-card h3 {
    margin-bottom: 0.694444vw;
    font-size: clamp(18px, 1.736111vw, 33px);
  }

  .sale-room-card__facts {
    margin-bottom: 1.388889vw;
    font-size: clamp(12px, 1.180556vw, 23px);
  }

  .sale-room-card__facts span {
    padding-inline: 0.902778vw;
  }

  .sale-room-card__body p {
    margin-bottom: 1.25vw;
    font-size: clamp(12px, 1.180556vw, 23px);
  }

  .sale-room-card__link {
    gap: 0.833333vw;
    font-size: clamp(11px, 1.041667vw, 20px);
  }

  .sale-room-card__link span:last-child {
    font-size: clamp(18px, 1.527778vw, 29px);
  }

  .sale-compare {
    padding: 1.180556vw 0 2.5vw;
  }

  .sale-compare .sale-section-heading {
    margin-bottom: 1.25vw;
  }

  .sale-compare__table {
    min-width: 65.277778vw;
    font-size: clamp(12px, 1.111111vw, 21px);
  }

  .sale-compare__table th,
  .sale-compare__table td {
    height: 3.125vw;
    padding: 0.625vw 0.972222vw;
  }

  .sale-compare__table thead th {
    height: 3.333333vw;
  }

  .sale-table-icon {
    margin-right: 0.694444vw;
  }

  .sale-table-icon svg {
    width: 1.736111vw;
    height: 1.736111vw;
  }

  .sale-benefits {
    height: 9.652778vw;
    min-height: 9.652778vw;
    grid-template-columns: 17.5fr 16.3fr 17fr 15.7fr 14.5fr 19fr;
    margin-top: 3.125vw;
    padding: 1.25vw 0.694444vw;
    border-radius: 0.416667vw;
  }

  .sale-benefit {
    gap: 1.111111vw;
    padding: 0.416667vw 1.111111vw;
    font-size: clamp(10px, 1.041667vw, 20px);
  }

  .sale-benefit:nth-child(4)::before,
  .sale-benefit + .sale-benefit::before {
    display: block;
  }

  .sale-benefit__icon {
    flex-basis: 3.333333vw;
  }

  .sale-benefit__icon svg {
    width: 3.333333vw;
    height: 3.333333vw;
  }

  .sale-final-cta {
    min-height: 23.611111vw;
    background-position: center, 50% 56%;
  }

  .sale-final-cta__inner {
    width: min(var(--site-content-width), calc(100% - var(--site-content-gutter)));
    max-width: var(--site-content-width);
    margin-inline: auto;
  }

  .sale-final-cta__content {
    max-width: 40.625vw;
    margin-left: 1.666667vw;
  }

  .sale-final-cta h2 {
    max-width: 39.583333vw;
    margin-bottom: 1.111111vw;
    font-size: clamp(29px, 2.777778vw, 53px);
  }

  .sale-final-cta p {
    max-width: 39.583333vw;
    margin-bottom: 1.875vw;
    font-size: clamp(14px, 1.388889vw, 27px);
  }

  .sale-final-cta .hero-btn {
    min-height: 3.472222vw;
    padding: 0.902778vw 1.944444vw;
    font-size: clamp(11px, 1.111111vw, 21px);
  }

  .sale-final-cta__primary {
    min-width: 18.055556vw;
  }

  .sale-final-cta__secondary {
    min-width: 14.930556vw;
  }
}

/* ============================================================
   SALE KONFERENCYJNE — wspólna skala serwisu od 1440 px
   ============================================================ */

@media (min-width: 1440px) {
  .sale-final-cta {
    background-position: center, right center;
    background-size: 100% 100%, auto 100%;
    background-repeat: no-repeat;
  }

  .sale-final-cta__inner {
    width: min(var(--site-content-width), calc(100% - var(--site-content-gutter)));
    max-width: var(--site-content-width);
    margin-inline: auto;
  }

  .sale-hero__copy {
    flex-basis: calc((100% - var(--site-content-width)) / 2 + 570px);
  }

  .sale-hero__visual {
    flex-basis: auto;
  }

  .sale-hero__copy-inner {
    max-width: none;
  }
}

/* ============================================================
   POJEDYNCZA SALA KONFERENCYJNA — wspólny szablon ACF Free
   ============================================================ */

.room-page {
  --room-shadow: 0 12px 34px rgba(18, 50, 88, 0.08);
  --room-soft-shadow: 0 7px 22px rgba(18, 50, 88, 0.07);
  background: #fff;
  color: var(--sale-text);
}

.room-breadcrumbs {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  color: var(--sale-navy);
  font-size: 14px;
  white-space: nowrap;
}

.room-breadcrumbs a,
.room-breadcrumbs span {
  flex: 0 0 auto;
}

.room-breadcrumbs a {
  color: var(--sale-navy);
  text-decoration: none;
}

.room-breadcrumbs a:hover {
  color: var(--sale-pink);
}

.room-breadcrumbs > span:not([aria-current]) {
  color: #7b93ab;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.room-breadcrumbs [aria-current="page"] {
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
}

.room-breadcrumbs__home {
  display: inline-flex;
  align-items: center;
}

.room-breadcrumbs__home::after {
  margin-left: 9px;
  content: attr(aria-label);
}

.room-breadcrumbs__home svg {
  width: 18px;
  height: 18px;
}

.room-hero {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 4.7vw, 78px);
  padding-block: 20px 62px;
}

.room-hero__content {
  min-width: 0;
  padding-top: 58px;
}

.room-hero__eyebrow {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  margin-bottom: 28px;
  padding: 8px 18px;
  border: 1.5px solid var(--sale-pink);
  border-radius: 6px;
  color: var(--sale-pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1;
  text-transform: uppercase;
}

.room-hero h1 {
  margin: 0 0 24px;
  color: var(--sale-navy);
  font-size: clamp(50px, 4.1vw, 66px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.room-hero__facts {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
  color: var(--sale-navy);
}

.room-hero__facts > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}

.room-hero__facts svg {
  width: 30px;
  height: 30px;
  color: #0874f9;
}

.room-hero__facts i {
  width: 1px;
  height: 30px;
  background: var(--sale-navy);
}

.room-hero__lead {
  max-width: 390px;
  margin-bottom: 28px;
  color: var(--sale-navy);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

.room-hero__description {
  max-width: 430px;
  margin-bottom: 34px;
  color: var(--sale-muted);
  font-size: 16px;
  line-height: 1.65;
}

.room-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.room-page .room-hero__actions .hero-btn {
  min-height: 50px;
  justify-content: center;
  padding: 13px 21px;
  font-size: 12px;
}

.room-hero__links {
  display: grid;
  gap: 17px;
}

.room-hero__links a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  color: var(--sale-navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.room-hero__links a:hover {
  color: var(--sale-pink);
}

.room-hero__links svg {
  width: 24px;
  height: 24px;
  color: #0874f9;
}

.room-gallery {
  min-width: 0;
  outline: none;
}

.room-gallery:focus-visible {
  border-radius: 10px;
  box-shadow: 0 0 0 3px rgba(7, 140, 245, 0.24);
}

.room-gallery__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.19 / 1;
  border-radius: 10px;
  background: #eef3f7;
  box-shadow: var(--room-soft-shadow);
}

.room-gallery__stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.18s ease;
}

.room-gallery__stage-next {
  position: absolute;
  top: 50%;
  right: 22px;
  display: inline-grid;
  width: 52px;
  height: 52px;
  padding: 0 0 4px;
  transform: translateY(-50%);
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 20px rgba(0, 44, 92, 0.14);
  color: var(--sale-navy);
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.room-gallery__stage-prev {
  position: absolute;
  top: 50%;
  left: 22px;
  display: none;
  width: 52px;
  height: 52px;
  padding: 0 0 4px;
  transform: translateY(-50%);
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 20px rgba(0, 44, 92, 0.14);
  color: var(--sale-navy);
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.room-gallery__stage-prev:hover,
.room-gallery__stage-next:hover,
.room-gallery__arrow:hover {
  color: var(--sale-pink);
}

.room-gallery__rail {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}

.room-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.room-gallery__thumb,
.room-gallery__arrow {
  border: 0;
  background: transparent;
}

.room-gallery__thumb {
  position: relative;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 1.38 / 1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 7px;
  box-shadow: 0 4px 12px rgba(14, 49, 86, 0.12);
}

.room-gallery__thumb.is-active {
  border-color: #0874f9;
}

.room-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-gallery__arrow {
  padding: 0;
  color: var(--sale-navy);
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.room-specs {
  display: grid;
  grid-template-columns: minmax(0, 0.41fr) minmax(0, 0.59fr);
  margin-bottom: 44px;
  overflow: hidden;
  border: 1px solid var(--sale-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: var(--room-shadow);
}

.room-specs__equipment,
.room-specs__details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 48px 50px;
}

.room-specs__equipment {
  border-right: 1px solid var(--sale-line);
}

.room-section-title h2 {
  margin: 0;
  color: var(--sale-navy);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.room-section-title > span {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 17px;
  background: var(--sale-pink);
}

.room-equipment {
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.room-equipment li {
  display: grid;
  min-height: 58px;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--sale-line);
  color: var(--sale-text);
  font-size: 15px;
  line-height: 1.35;
}

.room-equipment li:last-child {
  border-bottom: 0;
}

.room-equipment__icon {
  display: inline-grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: #f3f7fd;
  color: #0874f9;
}

.room-equipment__icon svg {
  width: 24px;
  height: 24px;
}

.room-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: auto;
  padding: 17px 20px;
  border-radius: 7px;
  background: #f4f7fb;
  color: var(--sale-navy);
}

.room-note svg {
  width: 29px;
  height: 29px;
  color: #0874f9;
}

.room-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.room-note p::first-line {
  font-weight: 800;
}

.room-detail-list {
  margin: 28px 0 34px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #fafbfd;
  box-shadow: inset 0 0 0 1px rgba(220, 227, 234, 0.55), 0 6px 18px rgba(18, 50, 88, 0.04);
}

.room-detail-list__row {
  display: grid;
  min-height: 65px;
  grid-template-columns: minmax(190px, 0.85fr) minmax(0, 1.15fr);
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--sale-line);
}

.room-detail-list__row:last-child {
  border-bottom: 0;
}

.room-detail-list dt {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin: 0;
  color: var(--sale-navy);
  font-size: 14px;
}

.room-detail-list dt span {
  display: inline-flex;
  color: #0874f9;
}

.room-detail-list dt svg {
  width: 29px;
  height: 29px;
}

.room-detail-list dd {
  margin: 0;
  color: var(--sale-text);
  font-size: 14px;
  line-height: 1.45;
}

.room-adviser {
  display: grid;
  min-height: 158px;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 52px;
  padding: 28px 52px 28px 30px;
  border: 1px solid var(--sale-line);
  border-radius: 9px;
  background: linear-gradient(110deg, #fff 0%, #f8fafe 100%);
  box-shadow: var(--room-shadow);
}

.room-adviser__icon {
  display: inline-grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid #e1e8f0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 50, 88, 0.09);
  color: #0874f9;
}

.room-adviser__icon svg {
  width: 54px;
  height: 54px;
}

.room-adviser__content p {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--sale-muted);
  font-size: 14px;
  line-height: 1.55;
}

.room-adviser > .hero-btn {
  min-width: 260px;
  min-height: 54px;
  justify-content: center;
  font-size: 13px;
}

.sale-final-cta--room {
  min-height: 320px;
}

.room-final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.7fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: center;
}

.sale-final-cta--room .sale-final-cta__content {
  max-width: 590px;
  margin-left: 0;
  padding: 0;
}

.room-final-cta__lead {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 27px;
  align-items: start;
}

.room-final-cta__lead-icon,
.room-final-cta__benefit-icon {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #fff;
}

.room-final-cta__lead-icon {
  width: 76px;
  height: 76px;
  margin-top: 2px;
}

.room-final-cta__lead-icon svg {
  width: 39px;
  height: 39px;
}

.sale-final-cta--room h2 {
  max-width: 590px;
  font-size: clamp(32px, 2.1vw, 40px);
}

.sale-final-cta--room p {
  max-width: 590px;
  font-size: clamp(16px, 1.15vw, 20px);
}

.room-final-cta__benefits {
  display: grid;
  gap: 21px;
  margin: 0;
  padding: 4px 0 4px 62px;
  border-left: 1px solid rgba(255, 255, 255, 0.72);
  list-style: none;
}

.room-final-cta__benefits li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.room-final-cta__benefit-icon {
  width: 40px;
  height: 40px;
}

.room-final-cta__benefit-icon svg {
  width: 23px;
  height: 23px;
}

/* Room B: introductory copy and parameter card above a wide gallery. */
.room-summary-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: start;
  padding-block: 22px 48px;
}

.room-summary-top__intro h1,
.room-hero--compact h1 {
  margin: 0 0 22px;
  color: var(--sale-navy);
  font-size: clamp(48px, 3.8vw, 62px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.room-summary-top__intro .room-hero__lead,
.room-summary-top__intro .room-hero__description {
  max-width: 560px;
}

.room-compact-facts {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  color: var(--sale-navy);
  font-size: 18px;
}

.room-compact-facts i {
  width: 1px;
  height: 24px;
  background: #7f93aa;
}

.room-summary-card {
  overflow: hidden;
  padding: 26px 30px 30px;
  border: 1px solid var(--sale-line);
  border-radius: 9px;
  background: #f7f9fc;
  box-shadow: var(--room-soft-shadow);
}

.room-summary-card dl {
  margin: 0 0 25px;
}

.room-summary-card dl > div {
  display: grid;
  min-height: 67px;
  grid-template-columns: minmax(150px, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--sale-line);
}

.room-summary-card dl > div:last-child {
  border-bottom: 0;
}

.room-summary-card dt {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--sale-navy);
  font-size: 13px;
  font-weight: 800;
}

.room-summary-card dt svg {
  width: 25px;
  height: 25px;
  color: #0874f9;
}

.room-summary-card dd {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--sale-text);
  font-size: 13px;
  line-height: 1.4;
}

.room-summary-card dd strong {
  color: var(--sale-navy);
  font-size: 14px;
}

.room-summary-card dd small {
  color: var(--sale-muted);
  font-size: 12px;
}

.room-summary-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.room-summary-card__actions .hero-btn {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  justify-content: center;
  padding-inline: 15px;
  font-size: 11px;
}

.room-gallery-wide {
  margin-bottom: 50px;
}

.room-gallery--wide .room-gallery__stage {
  aspect-ratio: 1.82 / 1;
  border-radius: 8px;
}

.room-gallery--wide .room-gallery__stage img {
  object-position: center 50%;
}

.room-gallery--wide .room-gallery__thumbs,
.room-gallery--compact .room-gallery__thumbs {
  grid-template-columns: none;
  grid-auto-columns: minmax(84px, 1fr);
  grid-auto-flow: column;
}

.room-summary-lower {
  display: grid;
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: start;
  margin-bottom: 45px;
}

.room-checklist {
  display: grid;
  gap: 14px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.room-checklist li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  color: var(--sale-text);
  font-size: 14px;
  line-height: 1.4;
}

.room-checklist li svg {
  width: 22px;
  height: 22px;
  color: #0874f9;
}

.room-about-card {
  padding: 34px 40px 30px;
  border: 1px solid var(--sale-line);
  border-radius: 9px;
  background: #f7f9fc;
  box-shadow: var(--room-soft-shadow);
}

.room-about-card > p {
  margin: 24px 0 26px;
  color: var(--sale-muted);
  font-size: 14px;
  line-height: 1.62;
}

.room-about-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin: 0;
}

.room-about-card__facts div {
  display: grid;
  gap: 4px;
}

.room-about-card__facts dt {
  color: var(--sale-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.room-about-card__facts dd {
  margin: 0;
  color: var(--sale-navy);
  font-size: 14px;
  font-weight: 800;
}

/* Rooms C and D: compact hero, summary strip and open equipment grid. */
.room-hero--compact {
  grid-template-columns: minmax(310px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(42px, 4.5vw, 72px);
  padding-block: 20px 38px;
}

.room-hero--compact .room-hero__content {
  padding-top: 16px;
}

.room-compact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 19px;
  color: var(--sale-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.room-compact-eyebrow::before {
  width: 34px;
  height: 3px;
  content: "";
  background: var(--sale-pink);
}

.room-hero--compact .room-hero__lead {
  max-width: 430px;
  margin-bottom: 22px;
  font-size: 19px;
}

.room-hero--compact .room-hero__description {
  max-width: 470px;
  margin-bottom: 29px;
  font-size: 14px;
}

.room-hero--compact .room-hero__actions {
  margin-bottom: 0;
}

.room-gallery--compact .room-gallery__stage {
  aspect-ratio: 1.58 / 1;
}

.room-gallery--compact .room-gallery__stage-prev {
  display: inline-grid;
}

.room-stat-strip {
  display: grid;
  min-height: 112px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid var(--sale-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--room-soft-shadow);
}

.room-stat-strip > div {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 24px 32px;
  border-right: 1px solid var(--sale-line);
}

.room-stat-strip > div:last-child {
  border-right: 0;
}

.room-stat-strip svg {
  width: 37px;
  height: 37px;
  color: #0874f9;
}

.room-stat-strip span {
  display: grid;
  gap: 6px;
}

.room-stat-strip small {
  color: var(--sale-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.room-stat-strip strong {
  color: var(--sale-navy);
  font-size: 14px;
  line-height: 1.4;
}

.room-open-equipment {
  margin-bottom: 48px;
}

.room-open-equipment > .room-section-title,
.room-benefit-section > .room-section-title {
  text-align: center;
}

.room-open-equipment > .room-section-title > span,
.room-benefit-section > .room-section-title > span {
  margin-inline: auto;
}

.room-open-equipment ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 62px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.room-open-equipment li {
  display: grid;
  min-height: 70px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--sale-line);
  color: var(--sale-text);
}

.room-open-equipment li > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #f3f7fd;
  color: #0874f9;
}

.room-open-equipment li svg {
  width: 26px;
  height: 26px;
}

.room-open-equipment li strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}

.room-benefit-section {
  margin-bottom: 46px;
}

.room-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.room-benefit-grid article {
  min-height: 190px;
  padding: 27px 24px;
  border: 1px solid var(--sale-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--room-soft-shadow);
  text-align: center;
}

.room-benefit-grid article > span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 50%;
  background: #f3f7fd;
  color: #0874f9;
}

.room-benefit-grid svg {
  width: 31px;
  height: 31px;
}

.room-benefit-grid h3 {
  margin: 0 0 10px;
  color: var(--sale-navy);
  font-size: 16px;
  font-weight: 800;
}

.room-benefit-grid p {
  margin: 0;
  color: var(--sale-muted);
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .room-hero {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 36px;
  }

  .room-hero__content {
    padding-top: 24px;
  }

  .room-specs__equipment,
  .room-specs__details {
    padding: 38px 32px;
  }

  .room-detail-list__row {
    grid-template-columns: minmax(160px, 0.85fr) minmax(0, 1.15fr);
  }

  .room-adviser {
    grid-template-columns: 90px minmax(0, 1fr) auto;
    padding-right: 34px;
  }

  .room-adviser__icon {
    width: 78px;
    height: 78px;
  }

  .room-adviser > .hero-btn {
    min-width: 220px;
  }

  .room-final-cta__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 44px;
  }

  .room-final-cta__benefits {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .room-breadcrumbs {
    min-height: 70px;
    gap: 10px;
    font-size: 12px;
  }

  .room-breadcrumbs a:nth-of-type(2),
  .room-breadcrumbs a:nth-of-type(3),
  .room-breadcrumbs a:nth-of-type(2) + span,
  .room-breadcrumbs a:nth-of-type(3) + span {
    display: none;
  }

  .room-hero {
    grid-template-columns: 1fr;
    padding-block: 12px 48px;
  }

  .room-hero__content {
    padding-top: 0;
  }

  .room-hero__description,
  .room-hero__lead {
    max-width: 720px;
  }

  .room-gallery {
    margin-top: 4px;
  }

  .room-gallery__stage {
    aspect-ratio: 1.42 / 1;
  }

  .room-specs {
    grid-template-columns: 1fr;
  }

  .room-specs__equipment {
    border-right: 0;
    border-bottom: 1px solid var(--sale-line);
  }

  .room-adviser {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .room-adviser > .hero-btn {
    width: 100%;
    grid-column: 1 / -1;
  }

  .sale-final-cta--room {
    min-height: 0;
    padding-block: 58px;
  }

  .room-final-cta__grid {
    grid-template-columns: 1fr;
  }

  .room-final-cta__lead {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 22px;
  }

  .room-final-cta__lead-icon {
    width: 66px;
    height: 66px;
  }

  .room-final-cta__benefits {
    padding: 34px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .room-hero h1 {
    font-size: clamp(40px, 12vw, 50px);
  }

  .room-hero__eyebrow {
    margin-bottom: 22px;
  }

  .room-hero__facts {
    flex-wrap: wrap;
    gap: 13px;
  }

  .room-hero__facts > span {
    gap: 8px;
    font-size: 17px;
  }

  .room-hero__facts svg {
    width: 26px;
    height: 26px;
  }

  .room-hero__lead {
    font-size: 19px;
  }

  .room-gallery__stage {
    aspect-ratio: 1.2 / 1;
  }

  .room-gallery__stage-next {
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .room-gallery__rail {
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    gap: 7px;
  }

  .room-gallery__thumbs {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 3px;
    scroll-snap-type: x mandatory;
  }

  .room-gallery__thumb {
    min-width: 88px;
    flex: 0 0 88px;
    scroll-snap-align: start;
  }

  .room-specs__equipment,
  .room-specs__details {
    padding: 32px 22px;
  }

  .room-section-title h2 {
    font-size: 22px;
  }

  .room-detail-list {
    padding-inline: 16px;
  }

  .room-detail-list__row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-block: 14px;
  }

  .room-detail-list dd {
    padding-left: 47px;
  }

  .room-adviser {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 38px;
    padding: 25px 22px;
  }

  .room-adviser__icon {
    width: 62px;
    height: 62px;
  }

  .room-adviser__icon svg {
    width: 39px;
    height: 39px;
  }

  .room-adviser .room-section-title h2 {
    font-size: 19px;
  }

  .room-final-cta__benefits {
    gap: 17px;
  }
}

@media (max-width: 520px) {
  .room-breadcrumbs {
    min-height: 60px;
  }

  .room-breadcrumbs a:nth-of-type(1),
  .room-breadcrumbs a:nth-of-type(1) + span {
    display: none;
  }

  .room-hero {
    gap: 30px;
  }

  .room-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .room-page .room-hero__actions .hero-btn {
    width: 100%;
  }

  .room-gallery__stage {
    aspect-ratio: 1 / 0.92;
  }

  .room-note {
    padding-inline: 15px;
  }

  .room-adviser {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .room-adviser__icon {
    margin-bottom: 2px;
  }

  .room-adviser > .hero-btn {
    grid-column: auto;
  }

  .sale-final-cta--room .sale-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .room-final-cta__lead {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }

  .room-final-cta__lead-icon {
    width: 54px;
    height: 54px;
  }

  .room-final-cta__lead-icon svg {
    width: 29px;
    height: 29px;
  }

  .sale-final-cta--room .hero-btn {
    width: 100%;
  }

  .room-final-cta__benefits li {
    grid-template-columns: 38px minmax(0, 1fr);
    font-size: 13px;
  }

  .room-final-cta__benefit-icon {
    width: 34px;
    height: 34px;
  }

  .room-final-cta__benefit-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1199px) {
  .room-summary-top {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 38px;
  }

  .room-summary-card {
    padding-inline: 24px;
  }

  .room-summary-card dl > div {
    grid-template-columns: minmax(135px, 0.82fr) minmax(0, 1.18fr);
  }

  .room-stat-strip > div {
    padding-inline: 22px;
  }
}

@media (max-width: 991px) {
  .room-summary-top,
  .room-hero--compact,
  .room-summary-lower {
    grid-template-columns: 1fr;
  }

  .room-summary-top {
    gap: 30px;
    padding-bottom: 38px;
  }

  .room-summary-top__intro .room-hero__description,
  .room-summary-top__intro .room-hero__lead,
  .room-hero--compact .room-hero__description,
  .room-hero--compact .room-hero__lead {
    max-width: 760px;
  }

  .room-gallery--wide .room-gallery__stage,
  .room-gallery--compact .room-gallery__stage {
    aspect-ratio: 1.55 / 1;
  }

  .room-summary-lower {
    gap: 34px;
  }

  .room-stat-strip {
    min-height: 100px;
  }

  .room-stat-strip > div {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 16px;
  }

  .room-stat-strip svg {
    width: 31px;
    height: 31px;
  }

  .room-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .room-summary-top__intro h1,
  .room-hero--compact h1 {
    font-size: clamp(40px, 12vw, 50px);
  }

  .room-summary-card dl > div {
    grid-template-columns: minmax(130px, 0.75fr) minmax(0, 1.25fr);
  }

  .room-gallery-wide {
    margin-bottom: 38px;
  }

  .room-gallery--wide .room-gallery__stage,
  .room-gallery--compact .room-gallery__stage {
    aspect-ratio: 1.22 / 1;
  }

  .room-gallery--compact .room-gallery__stage-prev {
    left: 14px;
    width: 44px;
    height: 44px;
  }

  .room-stat-strip {
    grid-template-columns: 1fr;
    margin-bottom: 38px;
  }

  .room-stat-strip > div {
    min-height: 82px;
    padding-inline: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--sale-line);
  }

  .room-stat-strip > div:last-child {
    border-bottom: 0;
  }

  .room-open-equipment ul {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .room-benefit-grid {
    gap: 14px;
  }

  .room-benefit-grid article {
    min-height: 175px;
    padding-inline: 18px;
  }
}

@media (max-width: 520px) {
  .room-summary-card__actions,
  .room-about-card__facts,
  .room-benefit-grid {
    grid-template-columns: 1fr;
  }

  .room-summary-card,
  .room-about-card {
    padding: 26px 20px;
  }

  .room-summary-card dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-block: 15px;
  }

  .room-summary-card dd {
    padding-left: 38px;
  }

  .room-gallery--wide .room-gallery__stage,
  .room-gallery--compact .room-gallery__stage {
    aspect-ratio: 1 / 0.82;
  }

  .room-gallery--wide .room-gallery__stage-prev,
  .room-gallery--wide .room-gallery__stage-next {
    display: none;
  }

  .room-open-equipment li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .room-open-equipment li > span {
    width: 38px;
    height: 38px;
  }

  .room-benefit-grid article {
    min-height: 0;
  }
}

/* Conference-room fidelity: preserve the three approved B/C/D compositions. */
.room-page--summary_top .room-gallery-wide {
  margin-bottom: 38px;
}

.room-page--summary_top .room-gallery--wide .room-gallery__stage-prev,
.room-page--summary_top .room-gallery--wide .room-gallery__stage-next {
  display: none;
}

.room-page--summary_top .room-gallery--wide .room-gallery__rail {
  margin-top: 12px;
}

.room-page--summary_top .room-gallery--wide .room-gallery__thumb {
  aspect-ratio: 1.7 / 1;
}

.room-page--summary_top .room-summary-top__intro .room-hero__lead::after {
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 17px;
  background: var(--sale-pink);
  content: "";
}

.room-page--summary_top .room-summary-lower {
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(30px, 3.2vw, 52px);
  margin-bottom: 40px;
}

.room-page--summary_top .room-checklist {
  gap: 12px;
  margin-top: 24px;
}

.room-page--summary_top .room-checklist li {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 11px;
}

.room-page--summary_top .room-checklist li svg {
  width: 17px;
  height: 17px;
  color: var(--sale-navy);
}

.room-about-card__heading {
  display: flex;
  align-items: center;
  gap: 13px;
}

.room-about-card__heading h2 {
  margin: 0;
  color: var(--sale-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.room-about-card__icon {
  display: inline-flex;
  color: #0874f9;
}

.room-about-card__icon svg {
  width: 25px;
  height: 25px;
}

.room-page--summary_top .room-about-card > p {
  margin: 17px 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sale-line);
  font-size: 12px;
  line-height: 1.5;
}

.room-page--summary_top .room-about-card__facts {
  grid-template-columns: 1fr;
  gap: 0;
}

.room-page--summary_top .room-about-card__facts > div {
  display: grid;
  min-height: 27px;
  grid-template-columns: 22px minmax(0, 1fr) 120px;
  gap: 8px;
  align-items: center;
}

.room-page--summary_top .room-about-card__facts > div > span {
  display: inline-flex;
  color: #0874f9;
}

.room-page--summary_top .room-about-card__facts > div > span svg {
  width: 18px;
  height: 18px;
}

.room-page--summary_top .room-about-card__facts dt {
  font-size: 11px;
  text-transform: none;
}

.room-page--summary_top .room-about-card__facts dd {
  font-size: 11px;
}

.room-page--feature_grid .room-hero--compact,
.room-page--compact .room-hero--compact {
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
}

.room-page--feature_grid .room-hero__content::before {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--sale-pink);
  content: "";
}

.room-page--feature_grid .room-open-equipment > .room-section-title,
.room-page--feature_grid .room-benefit-section > .room-section-title,
.room-page--compact .room-open-equipment > .room-section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.room-page--feature_grid .room-open-equipment > .room-section-title h2,
.room-page--feature_grid .room-benefit-section > .room-section-title h2,
.room-page--compact .room-open-equipment > .room-section-title h2 {
  order: 2;
}

.room-page--feature_grid .room-open-equipment > .room-section-title > span,
.room-page--feature_grid .room-benefit-section > .room-section-title > span,
.room-page--compact .room-open-equipment > .room-section-title > span {
  order: 1;
  margin: 0 0 18px;
}

.room-page--feature_grid .room-open-equipment ul {
  grid-template-rows: repeat(4, minmax(52px, auto));
  grid-auto-flow: column;
}

.room-page--compact .room-open-equipment ul {
  grid-template-rows: repeat(3, minmax(62px, auto));
  grid-auto-flow: column;
}

.room-page--feature_grid .room-open-equipment li {
  min-height: 52px;
  border-bottom: 0;
}

.room-page--feature_grid .room-open-equipment li > span,
.room-page--compact .room-open-equipment li > span {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: transparent;
}

.room-page--feature_grid .room-open-equipment li svg,
.room-page--compact .room-open-equipment li svg {
  width: 29px;
  height: 29px;
}

.room-page--feature_grid .room-benefit-grid article > span {
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: transparent;
}

.room-page--feature_grid .room-benefit-grid svg {
  width: 43px;
  height: 43px;
}

.room-page--feature_grid .room-stat-strip,
.room-page--compact .room-stat-strip {
  grid-template-columns: 0.28fr 0.29fr 0.43fr;
}

.room-page--summary_top .room-adviser .room-section-title > span,
.room-page--feature_grid .room-adviser .room-section-title > span,
.room-page--compact .room-adviser .room-section-title > span {
  display: none;
}

.room-page--summary_top .room-adviser > .hero-btn::after,
.room-page--feature_grid .room-adviser > .hero-btn::after {
  margin-left: 22px;
  content: "→";
  font-size: 19px;
  font-weight: 400;
}

.room-page--summary_top .sale-final-cta--room,
.room-page--feature_grid .sale-final-cta--room,
.room-page--compact .sale-final-cta--room {
  min-height: 270px;
}

@media (min-width: 992px) {
  .room-page--compact .room-hero--compact {
    grid-template-rows: auto auto;
  }

  .room-page--compact .room-gallery--compact {
    display: contents;
  }

  .room-page--compact .room-gallery--compact .room-gallery__stage {
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: 1.3 / 1;
  }

  .room-page--compact .room-gallery--compact .room-gallery__stage-prev,
  .room-page--compact .room-gallery--compact .room-gallery__stage-next,
  .room-page--compact .room-gallery--compact .room-gallery__rail > .room-gallery__arrow:first-child {
    display: none;
  }

  .room-page--compact .room-gallery--compact .room-gallery__rail {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 27px;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 28px;
  }

  .room-page--compact .room-gallery--compact .room-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: initial;
    gap: 24px;
  }

  .room-page--compact .room-gallery--compact .room-gallery__thumb {
    aspect-ratio: 1.42 / 1;
  }
}

/* The reference frames are 935 px wide and retain their desktop composition. */
@media (min-width: 850px) and (max-width: 991px) {
  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .navbar-toggler,
  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .offcanvas {
    display: none !important;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header #navbarSupportedContent {
    display: flex !important;
    width: auto;
    flex-basis: auto;
    flex-grow: 1;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header > .site-nav-shell {
    flex-wrap: nowrap;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .navbar-nav {
    flex-direction: row;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .navbar-brand-text {
    display: block !important;
    font-size: 9px;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .navbar-logo-img {
    width: 44px;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .navbar-brand {
    margin-right: 12px;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .primary-menu-ul {
    gap: 0;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .primary-menu-ul > .nav-item > .nav-link {
    padding-inline: 8px;
    font-size: 11px;
  }

  body:is(.page-template-sale-php, .parent-pageid-2342) .navbar.top-bar-header .nav-cta-btn {
    margin-left: 8px !important;
    padding: 8px 12px;
    font-size: 10px;
  }

  .room-page--summary_top > .site-shell,
  .room-page--compact > .site-shell {
    width: calc(100% - 80px);
  }

  .room-page--feature_grid > .site-shell {
    width: calc(100% - 64px);
  }

  .room-page--summary_top .room-breadcrumbs a:nth-of-type(2),
  .room-page--summary_top .room-breadcrumbs a:nth-of-type(3),
  .room-page--summary_top .room-breadcrumbs a:nth-of-type(2) + span,
  .room-page--summary_top .room-breadcrumbs a:nth-of-type(3) + span,
  .room-page--feature_grid .room-breadcrumbs a:nth-of-type(2),
  .room-page--feature_grid .room-breadcrumbs a:nth-of-type(2) + span,
  .room-page--compact .room-breadcrumbs a:nth-of-type(2),
  .room-page--compact .room-breadcrumbs a:nth-of-type(2) + span {
    display: inline-flex;
  }

  .room-page--summary_top .room-breadcrumbs,
  .room-page--feature_grid .room-breadcrumbs,
  .room-page--compact .room-breadcrumbs {
    min-height: 54px;
  }

  .room-page--summary_top .room-summary-top {
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 1fr);
    gap: 54px;
    padding-block: 14px 40px;
  }

  .room-page--summary_top .room-gallery--wide .room-gallery__stage {
    aspect-ratio: 1.82 / 1;
  }

  .room-page--summary_top .room-summary-lower {
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
    gap: 30px;
  }

  .room-page--feature_grid .room-hero--compact {
    grid-template-columns: 294px minmax(0, 1fr);
    gap: 29px;
    padding-block: 0 29px;
  }

  .room-page--feature_grid .room-hero__actions {
    display: grid;
    grid-template-columns: 164px 111px;
    gap: 18px;
  }

  .room-page--feature_grid .room-hero__actions .hero-btn {
    width: 100%;
    min-width: 0;
    min-height: 43px;
    padding: 9px 10px;
    font-size: 10px;
  }

  .room-page--compact .room-hero--compact {
    grid-template-columns: 311px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 28px 40px;
    padding-block: 18px 38px;
  }

  .room-page--summary_top .room-summary-top__intro h1,
  .room-page--feature_grid .room-hero--compact h1 {
    font-size: 52px;
  }

  .room-page--compact .room-hero--compact h1 {
    margin-bottom: 14px;
    font-size: 60px;
  }

  .room-page--compact .room-compact-facts {
    margin-bottom: 17px;
    font-size: 24px;
  }

  .room-page--compact .room-hero--compact .room-hero__lead {
    max-width: 320px;
    margin-bottom: 16px;
  }

  .room-page--compact .room-hero--compact .room-hero__description {
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5;
  }

  .room-page--compact .room-hero__actions {
    display: grid;
    grid-template-columns: 170px 130px;
    gap: 10px;
  }

  .room-page--compact .room-hero__actions .hero-btn {
    width: 100%;
    min-width: 0;
    min-height: 43px;
    padding: 9px 10px;
    font-size: 10px;
  }

  .room-page--feature_grid .room-gallery--compact .room-gallery__stage {
    aspect-ratio: 1.6 / 1;
  }

  .room-page--feature_grid .room-gallery--compact .room-gallery__rail > .room-gallery__arrow {
    display: none;
  }

  .room-page--feature_grid .room-gallery--compact .room-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: initial;
    gap: 13px;
  }

  .room-page--feature_grid .room-gallery--compact .room-gallery__thumb {
    aspect-ratio: 1.45 / 1;
  }

  .room-page--feature_grid .room-gallery--compact .room-gallery__rail {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }

  .room-page--feature_grid .room-gallery__stage-prev,
  .room-page--feature_grid .room-gallery__stage-next {
    width: 30px;
    height: 30px;
    font-size: 25px;
  }

  .room-page--compact .room-gallery--compact {
    display: contents;
  }

  .room-page--compact .room-gallery--compact .room-gallery__stage {
    grid-column: 2;
    grid-row: 1;
    width: calc(100% + 20px);
    aspect-ratio: 1.3 / 1;
  }

  .room-page--compact .room-gallery--compact .room-gallery__stage-prev,
  .room-page--compact .room-gallery--compact .room-gallery__stage-next,
  .room-page--compact .room-gallery--compact .room-gallery__rail > .room-gallery__arrow:first-child {
    display: none;
  }

  .room-page--compact .room-gallery--compact .room-gallery__rail {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 27px;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 20px;
  }

  .room-page--compact .room-gallery--compact .room-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: initial;
    gap: 24px;
  }

  .room-page--compact .room-gallery--compact .room-gallery__thumb {
    aspect-ratio: 1.42 / 1;
  }

  .room-page--feature_grid .room-stat-strip,
  .room-page--compact .room-stat-strip {
    min-height: 88px;
    margin-bottom: 50px;
  }

  .room-page--feature_grid .room-stat-strip {
    margin-bottom: 58px;
  }

  .room-page--compact .room-stat-strip {
    min-height: 110px;
    grid-template-columns: 0.31fr 0.29fr 0.4fr;
    margin-bottom: 43px;
  }

  .room-page--feature_grid .room-stat-strip > div,
  .room-page--compact .room-stat-strip > div {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 15px;
    padding: 18px 22px;
  }

  .room-page--feature_grid .room-stat-strip svg,
  .room-page--compact .room-stat-strip svg {
    width: 30px;
    height: 30px;
  }

  .room-page--feature_grid .room-stat-strip small {
    text-transform: none;
  }

  .room-page--feature_grid .room-open-equipment ul {
    grid-template-rows: repeat(4, 44px);
    column-gap: 68px;
    margin-top: 26px;
  }

  .room-page--compact .room-open-equipment ul {
    grid-template-rows: repeat(3, 51px);
    column-gap: 56px;
    margin-top: 15px;
  }

  .room-page--feature_grid .room-open-equipment li,
  .room-page--compact .room-open-equipment li {
    min-height: 44px;
  }

  .room-page--feature_grid .room-open-equipment li strong,
  .room-page--compact .room-open-equipment li strong {
    font-size: 12px;
    font-weight: 500;
  }

  .room-page--feature_grid .room-open-equipment,
  .room-page--compact .room-open-equipment {
    margin-bottom: 42px;
  }

  .room-page--compact .room-open-equipment {
    margin-bottom: 33px;
  }

  .room-page--feature_grid .room-open-equipment > .room-section-title h2,
  .room-page--feature_grid .room-benefit-section > .room-section-title h2,
  .room-page--compact .room-open-equipment > .room-section-title h2 {
    font-size: 20px;
  }

  .room-page--compact .room-open-equipment > .room-section-title {
    flex-direction: row;
    align-items: center;
  }

  .room-page--compact .room-open-equipment > .room-section-title > span {
    width: 22px;
    margin: 0 16px 0 0;
  }

  .room-page--feature_grid .room-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 25px;
  }

  .room-page--feature_grid .room-benefit-grid article {
    height: 150px;
    min-height: 150px;
    padding: 14px 10px;
  }

  .room-page--feature_grid .room-benefit-grid article > span {
    margin-bottom: 10px;
  }

  .room-page--feature_grid .room-benefit-grid h3 {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .room-page--feature_grid .room-benefit-grid p {
    font-size: 11px;
    line-height: 1.4;
  }

  .room-page--feature_grid .room-benefit-section {
    margin-bottom: 33px;
  }

  .room-page--summary_top .room-adviser,
  .room-page--feature_grid .room-adviser,
  .room-page--compact .room-adviser {
    min-height: 106px;
    grid-template-columns: 78px minmax(0, 1fr) 220px;
    gap: 20px;
    margin-bottom: 22px;
    padding: 15px 25px;
  }

  .room-page--feature_grid .room-adviser {
    min-height: 113px;
  }

  .room-page--compact .room-adviser {
    min-height: 116px;
    grid-template-columns: 72px minmax(0, 1fr) 180px;
    margin-bottom: 32px;
    padding-inline: 34px;
  }

  .room-page--summary_top .room-adviser__icon,
  .room-page--feature_grid .room-adviser__icon,
  .room-page--compact .room-adviser__icon {
    width: 70px;
    height: 70px;
  }

  .room-page--summary_top .room-adviser__icon svg,
  .room-page--feature_grid .room-adviser__icon svg,
  .room-page--compact .room-adviser__icon svg {
    width: 39px;
    height: 39px;
  }

  .room-page--summary_top .room-adviser .room-section-title h2,
  .room-page--feature_grid .room-adviser .room-section-title h2,
  .room-page--compact .room-adviser .room-section-title h2 {
    font-size: 20px;
  }

  .room-page--summary_top .room-adviser__content p,
  .room-page--feature_grid .room-adviser__content p,
  .room-page--compact .room-adviser__content p {
    margin-top: 8px;
    font-size: 12px;
  }

  .room-page--summary_top .room-adviser > .hero-btn,
  .room-page--feature_grid .room-adviser > .hero-btn,
  .room-page--compact .room-adviser > .hero-btn {
    width: 220px;
    min-width: 0;
    min-height: 43px;
    grid-column: auto;
    font-size: 11px;
  }

  .room-page--compact .room-adviser > .hero-btn {
    width: 180px;
  }

  .room-page--summary_top .sale-final-cta--room,
  .room-page--compact .sale-final-cta--room {
    height: 198px;
    min-height: 198px;
    padding-block: 0;
  }

  .room-page--feature_grid .sale-final-cta--room {
    height: 162px;
    min-height: 162px;
    padding-block: 0;
  }

  .room-page--summary_top .room-final-cta__grid,
  .room-page--feature_grid .room-final-cta__grid,
  .room-page--compact .room-final-cta__grid {
    grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
    gap: 28px;
  }

  .room-page--summary_top .room-final-cta__lead,
  .room-page--feature_grid .room-final-cta__lead,
  .room-page--compact .room-final-cta__lead {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
  }

  .room-page--summary_top .room-final-cta__lead-icon,
  .room-page--feature_grid .room-final-cta__lead-icon,
  .room-page--compact .room-final-cta__lead-icon {
    width: 60px;
    height: 60px;
  }

  .room-page--summary_top .sale-final-cta--room h2,
  .room-page--feature_grid .sale-final-cta--room h2,
  .room-page--compact .sale-final-cta--room h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .room-page--summary_top .sale-final-cta--room p,
  .room-page--feature_grid .sale-final-cta--room p,
  .room-page--compact .sale-final-cta--room p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.4;
  }

  .room-page--summary_top .room-final-cta__benefits,
  .room-page--feature_grid .room-final-cta__benefits,
  .room-page--compact .room-final-cta__benefits {
    gap: 11px;
    padding: 0 0 0 28px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.72);
  }

  .room-page--summary_top .room-final-cta__benefits li,
  .room-page--feature_grid .room-final-cta__benefits li,
  .room-page--compact .room-final-cta__benefits li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    font-size: 11px;
  }

  .room-page--summary_top .room-final-cta__benefit-icon,
  .room-page--feature_grid .room-final-cta__benefit-icon,
  .room-page--compact .room-final-cta__benefit-icon {
    width: 32px;
    height: 32px;
  }

  .room-page--summary_top .room-compact-facts {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .room-page--summary_top .room-summary-top__intro .room-hero__lead {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.28;
  }

  .room-page--summary_top .room-summary-top__intro .room-hero__description {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.55;
  }

  .room-page--summary_top .room-summary-card {
    padding: 16px 19px 20px;
  }

  .room-page--summary_top .room-summary-card dl {
    margin-bottom: 18px;
  }

  .room-page--summary_top .room-summary-card dl > div {
    min-height: 62px;
    grid-template-columns: minmax(145px, 0.82fr) minmax(0, 1.18fr);
  }

  .room-page--summary_top .room-summary-card dt,
  .room-page--summary_top .room-summary-card dd,
  .room-page--summary_top .room-summary-card dd strong,
  .room-page--summary_top .room-summary-card dd small {
    font-size: 11px;
  }

  .room-page--summary_top .room-summary-card dt svg {
    width: 31px;
    height: 31px;
  }

  .room-page--summary_top .room-summary-card__actions .hero-btn {
    min-height: 38px;
    padding-block: 8px;
    font-size: 10px;
  }

  .room-page--summary_top .room-about-card {
    height: 257px;
    padding: 20px 32px 16px;
  }

  .room-page--summary_top .room-about-card > p {
    font-size: 11px;
    line-height: 1.4;
  }

  .room-page--summary_top .room-about-card__facts > div {
    min-height: 24px;
  }

  .room-page--summary_top .room-about-card__heading h2 {
    font-size: 15px;
  }

  .room-page--summary_top .room-checklist-panel .room-section-title h2 {
    font-size: 22px;
  }

  .room-page--summary_top .room-checklist {
    gap: 8px;
    margin-top: 18px;
  }

  .room-page--summary_top .room-checklist li {
    font-size: 12px;
  }

  .room-page--summary_top .room-adviser {
    grid-template-columns: 54px minmax(0, 1fr) 220px;
    margin-bottom: 16px;
    padding: 17px 34px 17px 22px;
  }

  .room-page--summary_top .room-adviser__icon {
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .room-page--summary_top .room-adviser__icon svg {
    width: 46px;
    height: 46px;
  }

  .room-page--summary_top .room-adviser .room-section-title h2 {
    font-size: 16px;
  }

  .room-page--summary_top .room-adviser > .hero-btn {
    min-height: 38px;
  }

  .room-page--summary_top .room-summary-lower {
    margin-bottom: 32px;
  }

  .room-page--summary_top .sale-final-cta__actions,
  .room-page--feature_grid .sale-final-cta__actions,
  .room-page--compact .sale-final-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .room-page--summary_top .sale-final-cta__actions .hero-btn,
  .room-page--feature_grid .sale-final-cta__actions .hero-btn,
  .room-page--compact .sale-final-cta__actions .hero-btn {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 10px;
  }
}

@media (max-width: 849px) {
  .room-page--summary_top .room-summary-lower,
  .room-page--feature_grid .room-hero--compact,
  .room-page--compact .room-hero--compact {
    grid-template-columns: 1fr;
  }

  .room-page--summary_top .sale-final-cta--room,
  .room-page--feature_grid .sale-final-cta--room,
  .room-page--compact .sale-final-cta--room {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .room-page--feature_grid .room-stat-strip,
  .room-page--compact .room-stat-strip {
    grid-template-columns: 1fr;
  }

  .room-page--feature_grid .room-open-equipment ul,
  .room-page--compact .room-open-equipment ul {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}

/* Conference-room gallery controls: consistent, centred SVG chevrons. */
.room-gallery__control {
  --gallery-control-disc: 42px;
  --gallery-control-icon: 20px;

  z-index: 3;
  isolation: isolate;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--sale-navy);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.room-gallery__control::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: var(--gallery-control-disc);
  height: var(--gallery-control-disc);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 62, 126, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 44, 92, 0.18);
  content: "";
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.room-gallery__control svg {
  position: relative;
  z-index: 1;
  width: var(--gallery-control-icon);
  height: var(--gallery-control-icon);
  pointer-events: none;
  stroke-width: 1.8;
  transition: transform 0.18s ease;
}

.room-gallery__control--stage {
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.room-gallery__control--rail {
  --gallery-control-disc: 36px;
  --gallery-control-icon: 18px;

  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

.room-gallery__rail {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 10px;
}

.room-gallery__control:hover {
  color: #fff;
}

.room-gallery__control:hover::before {
  transform: translate(-50%, -50%) scale(1.06);
  border-color: rgba(255, 255, 255, 0.56);
  background: #0874f9;
  box-shadow: 0 10px 26px rgba(0, 72, 150, 0.28);
}

.room-gallery__control--prev:hover svg {
  transform: translateX(-2px);
}

.room-gallery__control--next:hover svg {
  transform: translateX(2px);
}

.room-gallery__control:focus-visible {
  outline: none;
}

.room-gallery__control:focus-visible::before {
  border-color: var(--sale-pink);
  box-shadow: 0 0 0 3px rgba(237, 24, 120, 0.28), 0 8px 22px rgba(0, 44, 92, 0.18);
}

.room-gallery__control:active::before {
  transform: translate(-50%, -50%) scale(0.94);
}

.room-page--feature_grid .room-gallery__control--rail {
  display: none;
}

.room-page--feature_grid .room-gallery__rail {
  grid-template-columns: minmax(0, 1fr);
}

.room-page--compact .room-gallery__control--stage,
.room-page--compact .room-gallery__control--rail.room-gallery__control--prev {
  display: none;
}

/* Wide screens need room for full-size CTA copy; the 935 px comps stay compact. */
@media (min-width: 992px) {
  .room-page--summary_top .sale-final-cta--room,
  .room-page--feature_grid .sale-final-cta--room,
  .room-page--compact .sale-final-cta--room {
    min-height: clamp(325px, 18vw, 340px);
  }

  .room-page--summary_top .room-about-card__heading h2 {
    font-size: 22px;
  }

  .room-page--summary_top .room-about-card > p {
    margin: 20px 0 18px;
    padding-bottom: 18px;
    font-size: clamp(15px, 0.85vw, 17px);
    line-height: 1.58;
  }

  .room-page--summary_top .room-about-card__facts > div {
    min-height: 38px;
    grid-template-columns: 26px minmax(0, 1fr) minmax(140px, 0.55fr);
    gap: 10px;
  }

  .room-page--summary_top .room-about-card__facts > div > span svg {
    width: 20px;
    height: 20px;
  }

  .room-page--summary_top .room-about-card__facts dt {
    font-size: 14px;
    line-height: 1.35;
  }

  .room-page--summary_top .room-about-card__facts dd {
    font-size: 15px;
    line-height: 1.35;
  }

  .room-page--summary_top .room-checklist {
    gap: 12px;
    margin-top: 24px;
  }

  .room-page--summary_top .room-checklist li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    font-size: clamp(15px, 0.84vw, 16px);
    font-weight: 500;
    line-height: 1.5;
  }

  .room-page--summary_top .room-checklist li svg {
    width: 19px;
    height: 19px;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .room-page--feature_grid .room-gallery__control--stage {
    --gallery-control-disc: 30px;
    --gallery-control-icon: 15px;

    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .room-gallery__control {
    --gallery-control-disc: 36px;
    --gallery-control-icon: 17px;
  }

  .room-gallery__control--stage {
    width: 44px;
    height: 44px;
  }
}

/* Compact rooms hide the previous rail control; keep thumbnails in the fluid track. */
@media (max-width: 849px) {
  .room-page--compact .room-gallery--compact .room-gallery__rail {
    grid-template-columns: minmax(0, 1fr) 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .room-gallery__control::before,
  .room-gallery__control svg {
    transition: none;
  }

  .room-gallery__control:hover svg {
    transform: none;
  }
}
