body {
padding-top: 4.5rem;
}

#home-page-new {
  --home-new-hero-text: #ffffff;
  --home-new-hero-overlay-left: rgba(17, 27, 52, 0.88);
  --home-new-hero-overlay-mid: rgba(31, 45, 82, 0.64);
  --home-new-hero-overlay-right: rgba(24, 29, 44, 0.42);
  --home-new-hero-card-text: #111111;
  --home-new-hero-card-bg: rgba(255, 255, 255, 0.96);
  --home-new-hero-card-border: rgba(255, 255, 255, 0.45);
  --home-new-hero-shadow: 0 24px 50px rgba(6, 12, 28, 0.22);
  overflow: hidden;
}

#home-page-new .home-new-hero {
  position: relative;
  min-height: 55rem;
  overflow: hidden;
  background: #182443;
  color: var(--home-new-hero-text);
  font-family: "Stolzl", sans-serif;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}

#home-page-new .home-new-hero__media,
#home-page-new .home-new-hero__shell {
  position: absolute;
  inset: 0;
}

#home-page-new .home-new-hero__media {
  z-index: 0;
}

#home-page-new .home-new-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#home-page-new .home-new-hero__overlay {
  /*
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--home-new-hero-overlay-left) 0%, var(--home-new-hero-overlay-mid) 39%, rgba(35, 47, 80, 0.32) 63%, var(--home-new-hero-overlay-right) 100%),
    linear-gradient(180deg, rgba(9, 15, 31, 0.14) 0%, rgba(9, 15, 31, 0.22) 100%);
    */
}

#home-page-new .home-new-hero__shell {
  position: relative;
  z-index: 1;
}

#home-page-new .home-new-hero .container {
  height: 100%;
}

#home-page-new .home-new-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.45fr);
  grid-template-areas:
    "heading visual"
    "copy visual";
  align-items: center;
  column-gap: 3rem;
  row-gap: 1rem;
  padding: 12rem 0 4rem;
}

#home-page-new .home-new-hero__heading {
  grid-area: heading;
  max-width: 65rem;
}

#home-page-new .home-new-hero__title {
  margin: 0;
  color: var(--home-new-hero-text);
  font-size: 1.825rem;
  line-height: 1.2307692308;
  font-weight: 500;
  text-wrap: balance;
}
@media (min-width: 1200px) {
  #home-page-new .home-new-hero__title {
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media (min-width: 1500px) {
  #home-page-new .home-new-hero__title {
    font-size: 2.825rem;
    line-height: 1.2142857143;
  }
}

#home-page-new .home-new-hero__copy {
  grid-area: copy;
  max-width: 46rem;
}

#home-page-new .home-new-hero__lead {
  margin: 0;
  color: var(--home-new-hero-text);
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 400;
}

#home-page-new .home-new-hero__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

#home-page-new .home-new-hero__contact-card {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: min(100%, 14.5rem);
  min-height: 4.25rem;
  padding: 0.5rem 1.45rem;
  border: 1px solid var(--home-new-hero-card-border);
  background: var(--home-new-hero-card-bg);
  color: var(--home-new-hero-card-text);
  box-shadow: var(--home-new-hero-shadow);
  text-decoration: none;
}

#home-page-new .home-new-hero__contact-card:hover {
  color: var(--home-new-hero-card-text);
  transform: translateY(-1px);
}

#home-page-new .home-new-hero__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
}
#home-page-new .home-new-hero__contact-icon svg {
  width: 100%;
  height: 100%;
}

#home-page-new .home-new-hero__contact-text {
  font-size: 1.375rem;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.02em;
}

#home-page-new .home-new-hero__visual {
  grid-area: visual;
  position: relative;
  justify-self: end;
  align-self: center;
  width: min(100%, 40rem);
  aspect-ratio: 1 / 1;
  margin-right: 0rem;
}

#home-page-new .home-new-hero__hex {
  position: absolute;
  margin: 0;
  filter: drop-shadow(0 18px 32px rgba(10, 18, 39, 0.25));
  width: 85%;
}

#home-page-new .home-new-hero__hex--secondary {
  top: 10%;
  right: 10%;
  z-index: 1;
}

#home-page-new .home-new-hero__hex--primary {
  top: 25%;
  right: 40%;
  z-index: 2;
}

#home-page-new .home-new-hero__hex-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1360px) {


    #home-page-new .home-new-hero__hex {

    width: 75%;
    }
    #home-page-new .home-new-hero__copy {
        max-width: 40rem;
    }

}

@media (max-width: 1199px) {
  #home-page-new .home-new-hero {
    min-height: 40rem;
  }

  #home-page-new .home-new-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.45fr);
    min-height: 30rem;
    padding-top: 9rem;
    padding-bottom: 2rem;
  }

  #home-page-new .home-new-hero__lead {
    font-size: 1rem;
  }

  #home-page-new .home-new-hero__contact-text {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  #home-page-new .home-new-hero {
    min-height: auto;
  }

  #home-page-new .home-new-hero__media,
  #home-page-new .home-new-hero__shell {
    position: absolute;
    inset: 0;
  }

  #home-page-new .home-new-hero__image {
    object-position: center top;
  }

  #home-page-new .home-new-hero__overlay {
    /*
    background:
      linear-gradient(180deg, rgba(17, 27, 52, 0.8) 0%, rgba(24, 34, 63, 0.5) 34%, rgba(18, 26, 51, 0.84) 100%),
      linear-gradient(90deg, rgba(17, 27, 52, 0.4) 0%, rgba(17, 27, 52, 0.2) 100%);
      */
  }

  #home-page-new .home-new-hero__shell {
    position: relative;
  }

  #home-page-new .home-new-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "heading"
      "visual"
      "copy";
    min-height: 0;
    padding: 5rem 0 4rem;
    row-gap: 1rem;
  }

  #home-page-new .home-new-hero__heading,
  #home-page-new .home-new-hero__copy {
    max-width: none;
  }

  #home-page-new .home-new-hero__title {
    text-wrap: unset;
  }

  #home-page-new .home-new-hero__visual {
    justify-self: center;
    width: min(100%, 17rem);
    margin-right: 0;
  }

  #home-page-new .home-new-hero__hex--primary {

  }

  #home-page-new .home-new-hero__hex--secondary {

  }

  #home-page-new .home-new-hero__lead {
    font-size: 1rem;
    line-height: 1.35;
  }

  #home-page-new .home-new-hero__contact {
    flex-direction: column;
    gap: 0.875rem;
    margin-top: 1.5rem;
  }

  #home-page-new .home-new-hero__contact-card {

    width: 100%;
    min-width: 0;
    min-height: 3.75rem;
    padding: 0.95rem 1.2rem;
    justify-content: center;
  }

  #home-page-new .home-new-hero__contact-text {
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  #home-page-new .home-new-hero__inner {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  #home-page-new .home-new-hero__visual {
    width: min(100%, 15.5rem);
  }

  #home-page-new .home-new-hero__contact-card {
    gap: 0.85rem;
  }

  #home-page-new .home-new-hero__contact-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}


#home-page-new .home-s2 {
  font-family: "Stolzl", sans-serif;
  background: #fff;
}

#home-page-new .home-s2__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

#home-page-new .home-s2__card {
  display: flex;
  flex-direction: column;
}

#home-page-new .home-s2__card {
  background: #f3f3f3;
  border: 1px solid #9a9a9a;
  border-top: none;
}

/* Text areas */
#home-page-new .home-s2__card-top,
#home-page-new .home-s2__card-bottom {
  display: block;
  max-width: calc(1400px / 2);
  width: 100%;
  text-decoration: none;
  color: inherit;
}

#home-page-new .home-s2__card--1 .home-s2__card-top {
  padding: 3.5rem 2rem 2rem 1rem;
  margin-left: auto;
}

#home-page-new .home-s2__card--1 .home-s2__card-bottom {
  padding: 2rem 2rem 2rem 1rem;
  margin-left: auto;
}

#home-page-new .home-s2__card--2 .home-s2__card-top {
  padding: 3.5rem 1rem 2rem 2rem;
  margin-right: auto;
}

#home-page-new .home-s2__card--2 .home-s2__card-bottom {
  padding: 2rem 1rem 2rem 2rem;
  margin-right: auto;
}

/* Image */
#home-page-new .home-s2__card-img {
  position: relative;
  flex-shrink: 0;
}

#home-page-new .home-s2__card-img-link {
  display: block;
}

#home-page-new .home-s2__card-img-link img {
  display: block;
  width: 100%;
  height: 22rem;
  object-fit: cover;
}

/* Link hex — centered within image area */
#home-page-new .home-s2__link-hex {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 101px;
  pointer-events: none;
}

#home-page-new .home-s2__card--1 .home-s2__link-hex {
  left: auto;
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}


#home-page-new .home-s2__link-hex img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 200ms ease;
}

#home-page-new img.home-s2__link-hex--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#home-page-new .home-s2__card:hover img.home-s2__link-hex--default {
  opacity: 0;
}

#home-page-new .home-s2__card:hover img.home-s2__link-hex--hover {
  opacity: 1;
}

/* Title */
#home-page-new .home-s2__card-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  max-width: 500px;
}

/* List */
#home-page-new .home-s2__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

#home-page-new .home-s2__list-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  cursor: default;
}

#home-page-new .home-s2__list-icon {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
}

#home-page-new .home-s2__list-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 200ms ease;
}

#home-page-new .home-s2__icon--hover {
  opacity: 0;
}

#home-page-new .home-s2__card:hover .home-s2__icon--default {
  opacity: 0;
}

#home-page-new .home-s2__card:hover .home-s2__icon--hover {
  opacity: 1;
}

/* Button */
#home-page-new .home-s2__btn {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border: 1px solid #2874bb;
  color: #2874bb;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
  transition: background 200ms ease, color 200ms ease;
}

#home-page-new .home-s2__btn:hover,
#home-page-new .home-s2__card:hover .home-s2__btn {
  background: #2874bb;
  color: #fff;
}

@media (max-width: 1499px) {
  #home-page-new .home-s2__card-top,
  #home-page-new .home-s2__card-bottom {
    max-width: calc(1260px / 2);
  }
}

@media (max-width: 1359px) {
  #home-page-new .home-s2__card-top,
  #home-page-new .home-s2__card-bottom {
    max-width: calc(1100px / 2);
  }
}

@media (max-width: 1199px) {
  #home-page-new .home-s2__card-top,
  #home-page-new .home-s2__card-bottom {
    max-width: calc(900px / 2);
  }
}

@media (max-width: 991px) {
  #home-page-new .home-s2__inner {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }


    #home-page-new .home-s2__card-img-link img {
    height: 15rem;
    }

  

  #home-page-new .home-s2__card {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }

#home-page-new .home-s2__card-img-link {
    margin: 0 0.5rem;
}


  #home-page-new .home-s2__card-img > img {
    height: auto;
  }

  #home-page-new .home-s2__link-hex {
    display: none;
  }

  #home-page-new .home-s2__card--1 .home-s2__card-top,
  #home-page-new .home-s2__card--2 .home-s2__card-top {
    max-width: 100%;
    padding: 2rem 0.375rem;
  }

  #home-page-new .home-s2__card-title {
    font-weight: 300;
    font-size: 1.5rem;
  }

  #home-page-new .home-s2__card--1 .home-s2__card-bottom,
  #home-page-new .home-s2__card--2 .home-s2__card-bottom {
    max-width: 100%;
    padding: 1.5rem 0.75rem;
  }
}

@media (max-width: 767px) {
  #home-page-new .home-s2__card {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  #home-page-new .home-s2__card {
    max-width: 100%;
  }
}

#home-page-new .home-s3 {
  padding: 5rem 0 0;
  font-family: "Stolzl", sans-serif;
}

#home-page-new .home-s3__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 3rem;
  max-width: 800px;
}

#home-page-new .home-s3__layout {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  grid-template-rows: repeat(3, auto);
  column-gap: 4rem;
}

/* Items in left column */
#home-page-new .home-s3__item--1 { grid-column: 1; grid-row: 1; }
#home-page-new .home-s3__item--2 { grid-column: 1; grid-row: 2; }
#home-page-new .home-s3__item--3 { grid-column: 1; grid-row: 3; }

#home-page-new .home-s3__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2rem 0;
  cursor: default;
}

#home-page-new .home-s3__item--1,
#home-page-new .home-s3__item--3 {
  padding-left: 4rem;
  width: calc(100% + 4rem);
}

#home-page-new .home-s3__item-icon {
  flex-shrink: 0;
  position: relative;
  top: -6%;
}

#home-page-new .home-s3__item-icon img {
  display: block;
}

#home-page-new .home-s3__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#home-page-new .home-s3__item-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
  color: #000;
  transition: color 200ms ease;
}

#home-page-new .home-s3__item:hover .home-s3__item-title {
  color: #2874bb;
}

#home-page-new .home-s3__item-text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.35;
  color: #444;
}

#home-page-new .home-s3__item-text strong {
  font-weight: 500;
  color: #000;
  transition: color 200ms ease;
}

#home-page-new .home-s3__item:hover .home-s3__item-text strong {
  color: #2874bb;
}

/* Visual — right column spanning all rows */
#home-page-new .home-s3__visual {
  grid-column: 2;
  grid-row: 1 / 4;
  position: relative;
  align-self: stretch;
}

#home-page-new .home-s3__poly {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: opacity 250ms ease;
}

#home-page-new .home-s3__poly--2,
#home-page-new .home-s3__poly--3 {
  opacity: 0;
}

/* Poly swap on item hover via sibling selector */
#home-page-new .home-s3__item--2:hover ~ .home-s3__visual .home-s3__poly--1 { opacity: 0; }
#home-page-new .home-s3__item--2:hover ~ .home-s3__visual .home-s3__poly--2 { opacity: 1; }

#home-page-new .home-s3__item--3:hover ~ .home-s3__visual .home-s3__poly--1 { opacity: 0; }
#home-page-new .home-s3__item--3:hover ~ .home-s3__visual .home-s3__poly--3 { opacity: 1; }

#home-page-new .home-s3__item-poly {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #home-page-new .home-s3__item-text {
    font-size: 1rem;
    line-height: 1.25;
  }
}

/* Mobile */
@media (max-width: 991px) {
  #home-page-new .home-s3 {
    padding: 3rem 0 6rem;
  }

  #home-page-new .home-s3__title {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 3rem;
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #home-page-new .home-s3__layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #home-page-new .home-s3__visual {
    display: none;
  }

  #home-page-new .home-s3__item {
    flex-direction: column;
    border: none;
    padding: calc(1.5rem + 15px) 1.5rem;
    position: relative;
    margin-top: 5rem;
  }

  #home-page-new .home-s3__item-icon {
    top: 0;
  }

  #home-page-new .home-s3__item-title {
    font-size: 1.2rem;
  }

  #home-page-new .home-s3__item-text {
    font-size: 1.05rem;
  }

  #home-page-new .home-s3__item-poly {
    display: block;
    position: absolute;
    top: -4rem;
    right: -4.5rem;
    height: 8rem;
    width: auto;
  }

  #home-page-new .home-s3__item--1,
  #home-page-new .home-s3__item--2,
  #home-page-new .home-s3__item--3 {
    border: 1px solid #e0e0e0;
  }

  #home-page-new .home-s3__item--1,
  #home-page-new .home-s3__item--3 {
    background: #f3f3f3;
    padding-left: calc(1.5rem + 15px) 1.5rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #home-page-new .home-s3__item-poly {
    right: -2.5rem;
  }
}

@media (max-width: 575px) {
  #home-page-new .home-s3__item-poly {
    right: 0;
  }
}

#home-page-new .home-s4 {
  font-family: "Stolzl", sans-serif;
  background: url('img/pagehome/s4_bg.png') no-repeat;
  display: flex;
  align-items: center;
  height: 600px;
}

#home-page-new .home-s4__content {
  margin-left: 37.5%;
  flex: 1;
  height: 50%;
  max-width: 45rem;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 3rem;
}

#home-page-new .home-s4__title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin: 0 0 0.6rem;
  max-width: 40rem;
}

#home-page-new .home-s4__text strong {
  font-weight: 600;
}

#home-page-new .home-s4__text {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin: 0 0 1.55rem;
  max-width: 35rem;
}

#home-page-new .home-s4__btns {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

#home-page-new .home-s4__btn {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 1.2rem 1.55rem;
  text-decoration: none;
  border: 1px solid #2874bb;
  background: transparent;
  color: #2874bb;
  transition: background 200ms ease, color 200ms ease;
}

#home-page-new .home-s4__btn:hover {
  background: #2874bb;
  color: #fff;
}

#home-page-new .home-s4__btn-icon {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 1920px) {
  #home-page-new .home-s4__content {
    margin-left: 25%;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  #home-page-new .home-s4__content {
    margin-left: 30%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  #home-page-new .home-s4__content {
    margin-left: 33%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #home-page-new .home-s4__content {
    margin-left: 30%;
  }

  #home-page-new .home-s4 {
    height: 400px;
    background-size: cover;
  }

  #home-page-new .home-s4__title {
    font-size: 1.4rem;
    line-height: 1.15;
    margin-bottom: 0.35rem;
    max-width: 25rem;
  }

  #home-page-new .home-s4__text {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 0.85rem;
    max-width: 25rem;
  }

  #home-page-new .home-s4__btn {
    font-size: 0.9rem;
    padding: 0.65rem 1rem;
  }
}

#home-page-new .home-s4__bg-mobile {
  display: none;
}

@media (max-width: 991px) {
  #home-page-new .home-s4 {
    background: none;
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  #home-page-new .home-s4__bg-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  #home-page-new .home-s4__content {
    margin-left: 0;
    margin-top: 3rem;
    height: auto;
    max-width: 100%;
    padding: 2rem 1.5rem;
    background: #f3f3f3;
  }

  #home-page-new .home-s4__title {
    font-weight: 300;
  }


#home-page-new .home-s4__title {
  font-size: 1.5rem !important;

}

  #home-page-new .home-s4__btns {
    flex-direction: column;
    gap: 0.75rem;
    font-size: 1.3rem;
  }

  #home-page-new .home-s4__btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #2874bb;
    color: #fff;
    border-color: #2874bb;
  }

  #home-page-new .home-s4__btn-icon {
    display: none;
  }
}


#home-page-new .home-s5 {
  padding: 6rem 0 3rem;
  font-family: "Stolzl", sans-serif;
}

#home-page-new .home-s5__title {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 2rem;
}

#home-page-new .home-s5__layout {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

/* --- Left image --- */
#home-page-new .home-s5__image-wrap {
  flex: 0 0 55%;
}
#home-page-new .home-s5__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
  transition: opacity 400ms ease;
}

/* --- Right accordion --- */
#home-page-new .home-s5__accordion {
  flex: 1;
  min-width: 0;
  padding-top: 3rem;
}

/* Indicator bar */
#home-page-new .home-s5__indicator {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#home-page-new .home-s5__indicator-seg {
  flex: 1;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: height 500ms ease;
}
#home-page-new .home-s5__indicator-seg--active {
  height: 4px;
}

/* Accordion items */

#home-page-new .home-s5__item-header {
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
}

/* Hexagon number */
#home-page-new .home-s5__num-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
}
#home-page-new .home-s5__num-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#home-page-new .home-s5__num-digit {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

#home-page-new .home-s5__item--active .home-s5__num-svg--inactive,
#home-page-new .home-s5__item:not(.home-s5__item--active) .home-s5__num-svg--active {
  display: none;
}
#home-page-new .home-s5__item--active .home-s5__num-digit {
  color: #fff;
}

#home-page-new .home-s5__item-title {
  font-size: 1.6rem;
  font-weight: 400;
}

/* Item body */
#home-page-new .home-s5__item-divider {
  height: 1px;
  background: transparent;
  margin-bottom: 1rem;
}
#home-page-new .home-s5__item-content {
  padding-bottom: 1.25rem;
}
#home-page-new .home-s5__item-icon {
  display: inline;
  vertical-align: middle;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.4rem;
}
#home-page-new .home-s5__item-location {
  font-size: 1.35rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 0.4rem;
}
#home-page-new .home-s5__item-text {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5;
  margin: 0 0 0.4rem;
}
#home-page-new .home-s5__item-text:last-child {
  margin-bottom: 0;
}

/* Desktop: hide body when inactive, hide per-item images */
@media (min-width: 992px) {
  #home-page-new .home-s5__item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease 200ms;
  }
  #home-page-new .home-s5__item--active .home-s5__item-body {
    max-height: 300px;
    transition: max-height 500ms ease 200ms;
  }
  #home-page-new .home-s5__item-image-wrap {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {

    #home-page-new .home-s5__accordion {
        padding-top: 0em;
    }

    #home-page-new .home-s5__image-wrap {
        flex: 0 0 55%;
    }


    #home-page-new .home-s5__item-header {
        padding: 1rem 0;
    }
}

/* Mobile: no accordion toggle, all expanded, per-item image shown */
@media (max-width: 991px) {

#home-page-new .home-s5__item-divider {
  margin-bottom: 0rem;
}

#home-page-new .home-s5__accordion {
  padding-top: 0rem;
}

  #home-page-new .home-s5__layout {
    flex-direction: column;
  }
  #home-page-new .home-s5__image-wrap {
    display: none;
  }
  #home-page-new .home-s5__indicator {
    display: none;
  }
  #home-page-new .home-s5__item-header {
    pointer-events: none;
  }
  #home-page-new .home-s5__item-body {
    display: block !important;
  }
  #home-page-new .home-s5__item-image-wrap {
    margin-bottom: 1.5rem;
  }
  #home-page-new .home-s5__item-image-wrap img {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
  }
}

/* ============================================================
   Section 6 – Poznaj Elgo
   ============================================================ */

#home-page-new .home-s6 {
  background-color: #2874bb;
  padding: 3rem 0;
  margin: 3rem 0;
  font-family: "Stolzl", sans-serif;
}

#home-page-new .home-s6__layout {
  display: flex;
  align-items: center;
  gap: 3rem;
}

#home-page-new .home-s6__content {
  flex: 1;
  min-width: 0;
}

#home-page-new .home-s6__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

#home-page-new .home-s6__text {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

#home-page-new .home-s6__list-label {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 1.25rem 0 0.5rem;
}

#home-page-new .home-s6__list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 1rem;
}

#home-page-new .home-s6__list li {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}

#home-page-new .home-s6__list a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#home-page-new .home-s6__list a:hover {
  opacity: 0.8;
}

#home-page-new .home-s6__image {
  flex: 0 0 50%;
}

@media (min-width: 992px) {
  #home-page-new .home-s6__image {
    margin-top: -14rem;
    margin-bottom: -6rem;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1400px) {
  #home-page-new .home-s6__image {
    margin-top: -6rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  #home-page-new .home-s6__text,
  #home-page-new .home-s6__list li {
    font-size: 0.9rem;
  }
}

#home-page-new .home-s6__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  #home-page-new .home-s6 {
    position: relative;
    padding-top: calc(30vw + 2rem);
    margin-top: 30vw;
  }
  #home-page-new .home-s6__layout {
    flex-direction: column;
  }
  #home-page-new .home-s6__image {
    position: absolute;
    top: 0;
    right: 10%;
    transform: translate(0%, -50%);
    width: 65vw;
    flex: none;
    z-index: 2;
  }
  #home-page-new .home-s6__image img {
    width: 100%;
    height: auto;
  }
}

/* ============================================================
   S6 expand toggle
   ============================================================ */

#home-page-new .home-s6__expand-wrap {
  padding-top: 1.5rem;
}

#home-page-new .home-s6__expand-btn {
  background: none;
  border: none;
  color: #fff;
  font-family: "Stolzl", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#home-page-new .home-s6__expand-btn:hover { opacity: .8; }
#home-page-new .home-s6__expand-label { color: #fff; }
#home-page-new .home-s6__expand-arrow svg { display: block; transition: transform .2s; transform: scale(.8); }
#home-page-new .home-s6__expand-btn--open .home-s6__expand-arrow svg { transform: scale(.8) rotate(180deg); }

/* ============================================================
   S6 expanded section
   ============================================================ */

#home-page-new .home-s6-expanded {
  background: #fff;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: "Stolzl", sans-serif;
}

#home-page-new .home-s6-expanded__body {
  font-size: 1.1rem;
  line-height: 1.35;
  color: #1f1f1f;
  font-weight: 300;
}

#home-page-new .home-s6-expanded__body p {
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

#home-page-new .home-s6-expanded__body h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 3rem 0 0.5rem;
  color: #1f1f1f;
}

#home-page-new .home-s6-expanded__body h3:first-child { margin-top: 0; }

#home-page-new .home-s6-expanded__body ul {
  padding-left: 1.5rem;
  margin: 0 0 0.75rem;
}

#home-page-new .home-s6-expanded__body ul li {
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}

#home-page-new .home-s6-expanded__body a {
  color: #2874bb;
}

#home-page-new .home-s6-expanded__body a:hover {
  text-decoration: underline;
}

/* ============================================================
   Blog section
   ============================================================ */

#home-page-new .articles.articles-white {
  background: #fff;
  padding: 3rem 0 4rem;
}

#home-page-new .articles__top h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}

#home-page-new .articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

#home-page-new .article-item {
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: opacity 200ms ease;
}

#home-page-new .article-item:hover {
  opacity: 0.9 !important;
  background: #fafafa !important;
  border-color: #e0e0e0 !important;
}

#home-page-new .article-item__title-link:hover {
  color: #000;
}

#home-page-new .article-item__title {
  font-size: 1.35rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 0.75rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#home-page-new .article-item__title-link {
  color: #000;
  text-decoration: none;
}

#home-page-new .article-item__description {
  font-size: 0.95rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  flex: 1;
  margin: 0 0 1.25rem;
}

#home-page-new .blog-item__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #2874bb;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 200ms ease;
}

#home-page-new .blog-item__link:hover {
  opacity: 0.75;
}

#home-page-new .blog-arrow {
  transform: rotate(-90deg);
  flex-shrink: 0;
  display: block;
  margin-left: 1.25rem;
}

#home-page-new .articles__bottom {
  margin-top: 0.5rem;
}

#home-page-new .blog-all__link {
  font-size: 1rem;
}

@media (max-width: 991px) {
  #home-page-new .articles__list {
    grid-template-columns: 1fr;
  }
}

#home-page-new .block-newsletter::before {
  display: none;
}
#home-page-new .newsletter__container {
  display: block;
}
#home-page-new .newsletter__inner {
  background-color: #f2f2f2;
  border-radius: 10px;
  border: 1px solid #2874bb;
  padding: 4.5rem 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
#home-page-new .newsletter__inner .newsletter__content {
  flex: 0 0 55%;
  max-width: none;
}
#home-page-new .newsletter__inner .newsletter__form {
  flex: 1;
  gap: 0;
}
#home-page-new .newsletter__inner .newsletter__form-row {
  gap: 1rem;
}
#home-page-new .block-newsletter .form-checkbox {
  max-width: none;
  margin-top: 1rem;
  font-size: 0.85rem;
}
#home-page-new .block-newsletter .form-checkbox label {
  font-size: 0.85rem;
}
#home-page-new .newsletter__inner .button__link {
  width: 100%;
}
@media (max-width: 991px) {
  #home-page-new .newsletter__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
  }
  #home-page-new .newsletter__inner .newsletter__content {
    flex: none;
  }
}
#home-page-new .block-newsletter {
  margin-top: 0;
}

@media (max-width: 575.98px) {
    .newsletter__container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}