@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: 'FuturaCyrillicLight';
  src: url('https://www.superpharm.pl/media/richcontent/pl/221768/fonts/FuturaCyrillicLight.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 {
  margin: 0px 35px;
  font-family: "Aestetico", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

section.hero {
  margin: 0px;
}

.content_body {
  background: #f6f6f6;
}

.content {
  background: #f6f6f6;
  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_niebieski_gradient_haslo_pas.jpg") repeat-x;
  position: relative;
  border-radius: 30px 30px 0px 0px;
  max-width: 1180px;
  padding: 30px 60px 100px
}

.hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-right: clamp(240px, 35vw, 520px);
}

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

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

.hero__subtitle {
  font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;

  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3px;
}

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

/* produkt (najważniejsze) */
.hero__product {
  position: absolute;
  right: 0px;
  top: 0;
  width: clamp(220px, 36vw, 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: #e30613;
  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 {
  position: relative;
 /* margin: 0px auto;*/
  width: 380px;
}

/* obraz */
.features__image img {

  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: #e30613;
}

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

.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: #e30613;
  color: #fff;
  padding: 8px 30px;
  max-width: 940px;
  font-size: 24px;
  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(3, minmax(0, 1fr));
  gap: 30px;
  justify-items: center;

  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

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

  width: 100%;


}

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

.symptom__text_first {
  bottom: 30px;

}

.symptom img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  object-fit: cover;
}

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

}


/* wrapper */
.stomach__wrapper {
  position: relative;

  margin: 0 auto;

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

}


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

}

.stomach__img--mobile {
  display: none;
}

/* teksty */
.stomach__item {

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

}

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

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

/* 🔥 dopasowanie do kropek */

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

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

/* dół */
.item--3 {
  top: 400px;
}


.triple {

  background-color: #fff;

}

.triple__box {
  padding: 30px 20px;
  border: 3px solid #1d2aa6;
  border-radius: 40px;
  margin: 0px 40px;
}

/* nagłówek */
.triple__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  color: #e30613;
  font-weight: 800;
}

.triple__title span {
  font-weight: 300;
}


/* wrapper */
.triple__wrapper {
  position: relative;

  margin: 0 auto;
  text-align: center;

  /* nowe: układ w siatce i tło z grafiki */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
  justify-items: center;
  padding: 80px 0px;
  min-height: 360px;

  background: url('https://www.superpharm.pl/media/richcontent/pl/221768/img/niebieskie_kolka_dzialanie.png') center/contain no-repeat;
}

/* obraz */
.triple__img {
  display: none;
}

.triple__mobile {
  display: none;
}

/* item */
.triple__item {
  position: static;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}



/* tekst */
.triple__text {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 200;
}

.triple__text strong {
  line-height: 0.8;
  font-size: 34px;
  font-weight: 800;
}


.triple__item--1 {}

.triple__item--2 {}

.triple__item--3 {}

/* 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;
}


.usage__note {
  margin: 50px 30px 0px;
  font-size: 22px;
  color: #1d2aa6;
  font-weight: 200;
}

.legal {

  background-color: #fff;

}

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

.legal__content p {
  margin: 0px;
}

.legal__content strong {
  font-weight: 700;
}

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

.footer-info__wrapper {

  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) {
  .hero__inner {
    padding-right: 220px;
  }

  .symptoms__grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  /* hide desktop features; show mobile version */
  .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;
  }

  .symptoms__heading {
    font-size: 26px;
  }

  .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({{base_url}}221768/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;
  }

  .stomach__wrapper {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 320px;
    height: 775px;
  }

  .stomach__img--desktop {
    display: none;
  }

  .stomach__img--mobile {
    display: block;
    margin: 0px;
    padding-top: 48px;
    padding-bottom: 50px;
    max-width: 100%;
  }

  .stomach__item {
    position: absolute;
    margin-left: 10px;
  }

  .stomach__title {
    font-size: 24px;
  }

  .stomach__desc {
    font-size: 14px;
  }

  /* mobilne pozycje top dla kropek, łatwe do korekty zmiennymi */
  .item--1 {
    top: var(--stomach-item1-top-mobile, 0px);
  }

  .item--2 {
    top: var(--stomach-item2-top-mobile, 100px);
  }

  .item--3 {
    top: var(--stomach-item3-top-mobile, 630px);
  }

  /* === TRIPLE mobile layout === */
  .triple__wrapper {
    display: none;
  }

  /* ukryj cały desktopowy box z obramowaniem */
  .triple__box {
    display: none;
  }

  .triple__box {
    margin: 0 12px;
    padding: 24px 16px;
  }

  .triple__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

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

  .triple__mobile-title {
    position: absolute;
    top: 28px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    font-size: 26px;
    font-weight: 800;
    color: #e30613;
    width: 100%;
    text-align: center;
  }

  .triple__mobile-title span {
    font-weight: 300;
  }

  .triple__mobile-graphic {
    position: relative;
    max-width: 330px;
    margin: 0 auto;
  }

  .triple__mobile-graphic img {
    width: 100%;
    display: block;
  }

  .triple__mobile-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* text-align: left; */
    color: #fff;
    /* width: 85%; */
    font-size: 18px;
    font-weight: 200;
  }

  .triple__mobile-item strong {
    font-size: 17px;
    line-height: 1.1;
  }

  .triple__mobile-item--1 {
    top: 120px;
  }

  .triple__mobile-item--2 {
    top: 220px;
  }

  .triple__mobile-item--3 {

    top: 368px;
  }

  /* łamanie linii po wyróżnionym słowie w nagłówku sekcji */
  .symptoms__top-strong {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%;
    font-size: 24px;
  }

  .symptoms__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px 20px;
  }

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

  .hero__product {
    width: 287px;
    right: -10px;
    max-height: none;
    height: auto;
  }
}


@media (max-width: 720px) {
  .hero__inner {
    padding-right: 110px;
  }

  .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 */




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

  .video__nawie__h2 {
    font-size: 24px;
  }

  .video__nawie__h3 {
    font-size: 16px;
  }






  .hero__title {
    font-size: 34px;
  }

  .hero__subtitle {

    font-size: 12px;
  }

  .hero__subtitle_2 {
    font-size: 20px;
  }

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

  .hero__product {
    width: 164px;
    right: -42px;
    max-height: none;
    height: auto;
  }

  section {
    margin: 0px 15px;
  }
}