@font-face {
  font-family: 'HelveticaNeueUltraLight';
  src: url('https://www.superpharm.pl/media/richcontent/pl/221768/fonts/HelveticaNeueUltraLight.ttf') format('truetype');
  font-weight: 200;

}



@font-face {
  font-family: 'Aestetico';
  src: url('https://www.superpharm.pl/media/richcontent/pl/221768/fonts/Aestetico-ExtraBold.ttf') format('truetype');
  font-weight: 800;

}

@font-face {
  font-family: 'Aestetico';
  src: url('https://www.superpharm.pl/media/richcontent/pl/221768/fonts/Aestetico-Medium.ttf') format('truetype');
  font-weight: 500;

}

@font-face {
  font-family: 'Aestetico';
  src: url('https://www.superpharm.pl/media/richcontent/pl/221768/fonts/Aestetico-Light.ttf') format('truetype');
  font-weight: 200;

}

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

section {
  font-family: "Aestetico", system-ui, -apple-system, sans-serif;
  margin: 0px 35px;
  -webkit-font-smoothing: antialiased;
}

section.hero {
  margin: 0px;
}


.content_body {
  background: #f6f6f6;
}

.content {
  max-width: 1180px;
  margin: 0 auto;
}

.topbar {
  padding-top: 70px;
  /*padding-bottom: 125px;*/
}

.topbar img {
  width: 100%;
}


/* ===== HERO (górny baner) ===== */

.hero {
  background: url("https://www.superpharm.pl/media/richcontent/pl/221768/img/baner_tlo_turkus_gradient.jpg") repeat-x;
  position: relative;
  border-radius: 30px 30px 0px 0px;
  max-width: 1180px;
  padding: 50px 60px 120px
}

.hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  /* zostaw miejsce na produkt, żeby tekst nie wpadał pod obrazek */
  padding-right: clamp(240px, 36vw, 520px);
}

/* tekst */
.hero__text {
  color: #941c80;
  max-width: 600px;
  z-index: 2;
  position: relative;
}

.hero__title {
  font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;
  font-size: 84px;
  font-weight: 200;
  letter-spacing: 2px;
}

.hero__subtitle {
  font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 3px;
}

.hero__subtitle_2 {
  font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 4px;
}

/* produkt (najważniejsze) */
.hero__product {
  position: absolute;
  right: 0px;
  top: 0;
  /* skaluje się z szerokością ekranu, ale nie przekracza oryginału */
  width: clamp(220px, 32vw, 350px);
  transform: translateY(22%);
  z-index: 3;
}

/* ===== DOLNA SEKCJA ===== */

.hero-bottom {

  background-color: #fff;
  position: relative;
  margin-bottom: -40px;
}

.hero-bottom__box {

  top: -90px;
  position: relative;
}

.hero-bottom .symptoms__top {
  max-width: 970px;
  position: absolute;
  margin-top: -30px;
  z-index: 2;
}

.hero-bottom__image {
  position: relative;
  z-index: 1;
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: auto;
  display: block;

}


.hero-bottom__caption {
  position: absolute;
  bottom: 16px;
  left: 0px;
  height: 58px;
  background: #941c80;
  color: #fff;
  padding: 4px 32px;
  border-radius: 0px 30px 30px 0px;
  font-size: 24px;
  max-width: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0 12px 30px rgba(15, 27, 53, 0.12);
  z-index: 2;
}


.hero-bottom__caption span {
  font-weight: 800;
  font-size: 36px;
}



.features {

  background-color: #fff;

}





.features__wrapper {
  padding-top: 30px;
  position: relative;
  margin: 0px auto;
  width: 900px;
}


.features__image img {
  max-width: 380px;
  display: block;

}

/* kontener na teksty */
.features__texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* tekst */
.features__text {
  position: absolute;
  color: #1d2aa6;
  width: 370px;
  font-size: 25px;
  font-weight: 300;
}

.features__text strong {
  font-weight: 900;
}

.features__mobile {
  display: none;
}

/* pozycje względem CAŁEGO WRAPPERA */

/* dopasuj pod swoje kropki */
.text--1 {
  top: 32px;
  left: 300px;
}

.text--2 {
  top: 153px;
  left: 360px;
}

.text--3 {
  top: 255px;
  left: 360px;
}

.text--4 {
  top: 358px;
  left: 300px;
}

.video {
  background-color: #fff;

  padding-bottom: 40px;
}

.video__nawie {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;

  background-color: #941c80;
}

.video__nawie__h2 {
  font-weight: 800;
  margin: 0px;
  font-size: 37px;
}

.video__nawie__h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: 300;
}

.video__box {
  width: 100%;
  max-width: 960px;
  margin: -30px auto 0;
  aspect-ratio: 16 / 9;
  padding: 0 20px;
}

.video__box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(15, 27, 53, 0.12);
}


.symptoms {
  padding-top: 40px;
  background-color: #fff;


}


.symptoms__top {
  background: #941c80;
  color: #fff;
  padding: 8px 30px;
  max-width: 940px;
  font-size: 22px;
  border-radius: 0px 30px 30px 0px;
  align-items: center;
}

.symptoms__top-strong {

  margin-right: 10px;
  font-weight: 800;
  font-size: 36px;
}


.symptoms__heading {
  margin-top: 30px;
  margin-left: 30px;
  color: #1d2aa6;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* grid */
.symptoms__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;

  max-width: 1100px;
  margin: 0px 50px;
}

/* box */
.symptom {
  text-align: center;
  position: relative;


}

.symptom img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.symptom__text {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
}



.stomach {
  padding-top: 30px;
  background-color: #fff;

}


/* wrapper */
.stomach__wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;

  display: flex;
  justify-content: flex-end;

}


.stomach__img {
  display: block;
  max-width: 100%;
  /*margin-right: 70px;*/

}

.stomach__img--mobile {
  display: none;
}

/* teksty */
.stomach__item {

  margin-left: 30px;
  position: absolute;
  left: 0;

}

.stomach__star {
  font-size: 12px;
  margin-left: 30px;
  color: #183ec7;
  font-weight: 200;
  margin-top: 10px;
}

.stomach__ryc {
  font-size: 12px;
  margin-right: 40px;
  color: #000;
  text-align: right;
  font-weight: 200;
}


/* nagłówki */
.stomach__title {
  color: #941c80;
  font-weight: 800;
  font-size: 42px;
}

/* opis */
.stomach__desc {
  color: #1d2aa6;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 200;
}

.stomach__desc ul {
  margin: 0px;
  padding-left: 28px;
}

/* 🔥 dopasowanie do kropek */

/* góra */
.item--1 {
  top: 238px;
}

/* środek */
.item--2 {
  top: 512px;
}




/* sekcja */
.usage {
  background-color: #fff;

  padding-top: 40px;
  padding-bottom: 30px;
}

/* grid */
.usage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 30px auto;
}


.usage__title {
  color: #1d2aa6;
  font-weight: 800;
  font-size: 32px;
}

.usage__desc {
  color: #1d2aa6;
  font-size: 22px;
  font-weight: 100;
  line-height: 1;
}




.legal {
  background-color: #fff;
}

.legal__content {
  margin: 0px 30px;
  font-size: 13px;
  line-height: 1.4;
  color: #243784;
  padding-bottom: 20px;
}

.legal__content p {
  margin: 0px;
}

.legal__content strong {
  font-weight: 700;
}

.footer-info {
  background: #d8d8d8;
  padding: 40px 20px;
}

.footer-info__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/* górny tekst */
.footer-info__top {
  font-size: 22px;
  margin-bottom: 30px;
  color: #000;
  margin-left: 325px;
  font-weight: 200;
}

/* 3 bloki */
.footer-info__blocks {
  display: grid;
  grid-template-columns: var(--footer-col-1, 1fr) var(--footer-col-2, 1.05fr) var(--footer-col-3, 1.4fr);
  gap: 20px;
  align-items: stretch;
}

/* pojedynczy blok */
.footer-info__block {
  font-weight: 200;
  padding: 0 10px;
  font-size: 22px;
  color: #000;
  border-left: 2px solid #fff;
}

/* pierwszy blok bez bordera */
.footer-info__block:first-child {
  border-left: none;
}

.footer-info__block--logo {
  text-align: right;
}

.footer-info__block--logo img {
  width: 120px;
}

.final-notice {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #1d2aa6;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 940px) {


  .symptoms__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 30px;
    justify-items: center;
  }

  .hero__title {
    margin-top: 10px;
    font-size: 52px;
  }

  .hero__subtitle {

    font-size: 22px;
  }

  .hero__subtitle_2 {
    font-size: 28px;
  }

  .hero {
    padding-top: 2px;
    padding-left: 40px;
  }

  .hero__product {
    width: clamp(200px, 35vw, 320px);
    max-height: none;
    height: auto;

  }

  .symptoms__top-strong {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%;
    font-size: 24px;
  }

  .symptoms__top {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
  }

  .features__wrapper {
    display: none;
  }



  .features__mobile {
    display: block;
    text-align: center;
  }

  .features__mobile-img {

    height: 400px;
    margin: 0 auto 16px;
    display: block;
  }

  .features__mobile-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    padding: 0px 20px 20px;
    width: 50%;
    margin: auto;
  }

  .features__mobile-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    text-align: left;
    color: #1d2aa6;
    font-size: 18px;
    font-weight: 300;
  }

  .features__mobile-item .features__mobile-dot {
    width: 20px;
    height: 20px;
    background: url("./static/img/kolko_ikonka.png") no-repeat center center / contain;
    flex: 0 0 20px;
    margin-top: 4px;
  }

  .features__mobile-item p {
    margin: 0;
  }

  .features__mobile-item strong {
    display: block;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;

  }

  .symptoms__heading {
    font-size: 20px;
  }

  .stomach__wrapper {
    display: block;
    position: relative;
  }

  .stomach__img--desktop {
    display: none;
  }

  .stomach__img--mobile {
    display: block;

    max-width: 100%;
  }

  .symptom__text {
    bottom: 19px;
  }

  .stomach__item {
    position: relative;
    margin-left: 25px;
    position: static;
  }
}

@media (max-width: 720px) {
  .footer-info {
    padding: 30px 16px;
  }

  .footer-info__top {
    margin-left: 0;
    text-align: center;
    font-size: 18px;
  }

  .footer-info__blocks {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .footer-info__block {
    border-left: none;
    border-top: 2px solid #fff;
    padding-top: 12px;
    text-align: center;
  }

  .footer-info__block:first-child {
    border-top: none;
  }

  .footer-info__block--logo {
    text-align: center;
  }

  .footer-info__block--logo img {
    width: 100px;
  }

  /* usage grid – 3 boksy jeden pod drugim */
  .usage__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 24px 16px;
  }

  /* symptoms grid – 3 boksy jeden pod drugim */
  .symptoms__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px 20px;
  }



  .topbar {
    padding: 16px 10px;
    padding-bottom: 60px;
  }

  .video__nawie__h2 {
    font-size: 24px;
  }

  .video__nawie__h3 {
    font-size: 16px;
  }




  .features__mobile-list {
    width: 100%;
  }


  .stomach__desc {
    font-size: 18px;
  }

  .stomach__item.item--1 {
    margin-top: 20px;
  }

  .stomach__item.item--2 {
    margin-bottom: 20px;
  }


  .hero__title {
    margin-top: 10px;
    font-size: 42px;
  }

  .hero__subtitle {

    font-size: 18px;
  }

  .hero__subtitle_2 {
    font-size: 20px;
  }

  .hero {
    padding-top: 2px;
    padding-left: 20px;
  }

  .hero__product {
    width: 137px;
    right: -24px;
    max-height: none;
    height: auto;
  }

  section {
    margin: 0px 15px;
  }
}