/* nav */
.nav {
  height: 85px;
  background: var(--grad-nav);
}
.nav__inner {
  height: 100%;
  position: relative;
}
.nav__list {
  position: absolute;
  left: 0px;
  top: 21px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav__tab {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: -0.15px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.nav__tab--active {
  color: var(--c-yellow);
  
  border-bottom: 2px solid var(--c-yellow);
  padding-bottom: 4px;
  line-height: 38px;
}
.nav__tab[aria-disabled='true'] {
  cursor: default;
}
.nav__tab:not(.nav__tab--active):hover {
  color: var(--c-yellow);
}

/* hero */
.hero {
  height: 576px;
  position: relative;
  overflow: hidden;
	background: linear-gradient(
    to bottom,
    #054e55 0%,
	#14625f 30%,	
	#027a71 70%,	
    #028c7d 100%
  );
//  background: var(--c-teal-darker);
}
.hero__inner {
  height: 100%;
  position: relative;
}
.hero__right {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__icons {
 // width: 1440px;
//  height: 604px;
  display: block;
  position: absolute;
  top: 0; left: 0;
}
.hero__left {
  position: absolute;
  z-index: 1;
//  left: 60px;
  top: 0;
  width: 800px;
}
.hero__title {
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  font-size: 71.76px;
  line-height: 67.49px;
  letter-spacing: 0.77px;
  color: #FFFFFF;
  margin-top: 46px;
  width: 712px;
}
.hero__subtitle {
  font-family: 'Livvic', sans-serif;
  font-weight: 500;
  font-size: 40.36px;
  line-height: 42.95px;
  letter-spacing: 0.77px;
  color: var(--c-yellow-bright);

  position: absolute;
  left: 0; top: 122px;
  width: 819px;
}
.hero__desc {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #FFFFFF;

  position: absolute;
  left: 0; top: 300px;
  width: 781px;
}

.hero__desc_nefro {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32.4px;
  color: #FFFFFF;

  position: absolute;
  left: 0; top: 250px;
  width: 540px;
}

.hero__desc span { color: var(--c-yellow); }
.hero__desc_nefro span { color: var(--c-yellow); }

/* sekcja "z cyklu 3 pytania */
.questions {
  height: 1616px;
  background: #FFFFFF;
  position: relative;
}
.questions__inner {
  height: 100%;
  position: relative;
}
.questions__title {
  position: absolute;

  top: 66px;
  left: 60px;
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 68.82px;
  letter-spacing: 0.78px;
  color: var(--c-text-dark, var(--c-teal-dark));
  width: 700px;
}
.questions__desc {
  position: absolute;

  top: 172px;
  left: 60px;
  width: 1117px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: var(--c-text-muted);
}

/* Grupa eksperta (label + paginator + slider) */
.expert-group {
  position: absolute;
  left: 60px;
  width: 1320px;
}
.expert-group--bou-matar { top: 277px; height: 770px; }
.expert-group--franek    { top: 933px; height: 770px; }

.expert-group__head {
  position: relative;
  height: 48px;
  width: 100%;
}
.expert-group__label {
  position: absolute;
  left: 0; top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 68.82px;
  letter-spacing: 0.78px;
  color: var(--c-teal-dark);
  width: 1153px;
}
.expert-group__label strong {
  font-weight: 600;
}

.paginator {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 48px;
  border: 1px solid var(--c-teal);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  background: transparent;
  user-select: none;
}
/* Strzałki — 10×20 wektor żółty wewnątrz */
.paginator__arrow {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background: transparent;
}
.paginator__arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--c-yellow);
  -webkit-mask: center/14px no-repeat;
          mask: center/14px no-repeat;
}
.paginator__arrow--prev::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M15 6l-6 6 6 6V6z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M15 6l-6 6 6 6V6z'/></svg>");
}
.paginator__arrow--next::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 6l6 6-6 6V6z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 6l6 6-6 6V6z'/></svg>");
}
/* Dots — pierwsza pigułka 22×10 #FFC800, pozostałe 10×10 #008C7D */
.paginator__dots {
  display: flex;
  align-items: center;
  gap: 4px;
}
.paginator__dot {
  width: 10px; height: 10px;
  border-radius: 5px;
  background: var(--c-teal);
  display: inline-block;
  transition: width 200ms ease, background 200ms ease;
}
.paginator__dot--active {
  width: 22px;
  background: var(--c-yellow);
}

/* ─── Slider + karty wideo ───────────────────────────── */
.video-slider {
  position: relative;
  margin-top: 34px;
  width: 1320px;
  overflow: hidden;
}
.video-slider .swiper-wrapper {
  display: flex;
}
.video-slider .swiper-slide {
  flex: 0 0 auto;
  width: 427px;
  margin-right: 19px;
}
.video-slider .swiper-slide:last-child { margin-right: 0; }

.vcard {
  position: relative;
  width: 427px;
  height: 520px;
  overflow: hidden;
  background: var(--c-teal-darker);
  cursor: pointer;
}
.vcard--upcoming { cursor: default; }

.vcard__cover {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.vcard__cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.vcard__cover--placeholder {
  background: linear-gradient(180deg, #1a4f55 0%, #07313a 100%);
}
/* "Zobacz wkrótce" — to samo zdjęcie co w karcie dostępnej, ale wyblurowane */
.vcard__cover--blurred img {
  filter: blur(8px);
  transform: scale(1.08);   /* przykrywa krawędzie po blurze */
}
.vcard__lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: var(--c-yellow);
  pointer-events: none;
}
.vcard__lock svg {
  width: 32px;
  height: 32px;
}
.vcard__overlay {
  position: absolute;
  inset: 0;
  background: var(--grad-cover-overlay);
}

.vcard__body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px 22px 28px 22px;
  z-index: 1;
}
.vcard__title {
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
  margin: 0 0 14px 0;
  min-height: 108px;
}
.vcard__title span { color: var(--c-yellow); }
.vcard__title--soft {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.vcard__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

/* Play button (square 70×70 + label) */
.vplay {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: transparent;
}
.vplay__square {
  width: 70px; height: 70px;
  background: var(--c-yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 150ms ease;
}
.vplay:hover .vplay__square { background: var(--c-yellow-bright); }
/* Wariant na żółtym tle (sekcja debat): hover -> dark teal,
   trójkąt przechodzi na żółty dla zachowania kontrastu. */
.vplay--debate:hover .vplay__square { background: var(--c-teal-dark); }
.vplay--debate:hover .vplay__triangle { border-left-color: var(--c-yellow); }
.vplay__square--inverse {
  background: var(--c-teal);
}
.vplay__square--inverse .vplay__triangle {
  border-left-color: var(--c-yellow);
}
.vplay__triangle {
  width: 0; height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--c-teal-dark);
  margin-left: 4px;
}
.vplay__label {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
}
.vplay__label--debate {
  color: var(--c-text-muted);
}

.vsoon {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
}

.vduration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px; height: 35px;
  border-radius: 30px;
  background: var(--grad-duration);
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
  display: none;
}

/* Blur sekcji 3 pytania w trybie "video open" */
.questions.is-video-open .questions__title,
.questions.is-video-open .questions__desc { /* zostaw nieblurnięte */ }
.questions.is-video-open .expert-group {
  filter: blur(6px);
  pointer-events: none;
  transition: filter 250ms ease;
}

/* dialog ekspercki */
.dialog {
  height: 1588px;
  background: var(--grad-dialog);
  position: relative;
}
.dialog_nefro {
  height: 1180px;
  background: var(--grad-dialog);
  position: relative;
}
.dialog__inner {
  height: 100%;
  position: relative;
}
.dialog__title {
  position: absolute;

  top: 54px;
  left: 59px;
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 68.82px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
  width: 617px;
}
.dialog__title-yellow { color: var(--c-yellow); }
.dialog__desc {
  position: absolute;

  top: 156px;
  left: 60px;
  width: 1320px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
  color: #FFFFFF;
}

.experts {
  position: absolute;
  top: 382px;
  left: 60px;
  width: 1320px;
  height: 306px;
  display: flex;
  gap: 20px;
}
.expert-card {
  position: relative;
  width: 650px;
  height: 306px;
  background: var(--grad-expert-card);
  display: flex;
  align-items: center;
  padding-left: 263px;
  color: #FFFFFF;
}
.expert-card--bou-matar {
  /* spec ma radial gradient na lewej; uproszczamy do linear */
  background: radial-gradient(circle at 0% 100%, var(--c-teal) 0%, var(--c-teal-darker) 80%);
}

.expert-card__photo {
  position: absolute;
  left: 37px; top: 0;
  width: 224px; height: 306px;
}
.expert-card--franek .expert-card__photo {
  left: 14px;
  width: 260px;
}
.expert-card__photo img {
  width: 100%; height: 100%;
  object-fit: contain;
}

.hero__mobile-bg { display: none; }

.expert-card__info {
  width: 343px;
}
.expert-card__deg {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 0 0 0;
}
.expert-card__name {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #FFFFFF;
  margin: 0;
}
.expert-card__spec {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--c-yellow);
  margin: 0;
}

/* Przycisk "Obejrzyj zaproszenie" — na razie ukryty */
.expert-card__cta {
//  display: none;
}

.display { display: none;}
.expert-card__cta--legacy {
  position: absolute;
  right: 22px;
  bottom: 18px;
  align-items: center;
  gap: 25px;
  background: transparent;
  color: var(--c-yellow-bright);
  text-align: right;
}
.expert-card__cta-text {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--c-yellow-bright);
  text-align: right;
}

.debate {
  position: absolute;
  left: 60px;
  width: 1320px;
  height: 380px;
  background: var(--c-yellow);
  display: flex;
  overflow: hidden;
  cursor: default;
  pointer-events: none;
}
.debate:nth-of-type(1) { top: 728px; }
.debate:nth-of-type(2) { top: 1148px; }

.debate__cover {
  /* image @ 2623 -> 762; size 538×340 */
  position: absolute;
  right: 19px;
  top: 20px;
  width: 538px;
  height: 340px;
}
.debate__cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(8px);
  transform: scale(1.08);
}
.debate--available {
  cursor: pointer;
  pointer-events: auto;
}

.debate--available .debate__cover img {
  filter: none;
  transform: none;
}

.debate--upcoming {
  cursor: default;
  pointer-events: none;
}

.debate--upcoming .debate__cover img {
  filter: blur(8px);
  transform: scale(1.08);
}

.debate__lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: var(--c-teal-darker);
//  pointer-events: none;
}

.debate--upcoming {
  pointer-events: none;
}

.debate__lock svg {
  width: 36px;
  height: 36px;
}
/* na razie ukryty przycisk "Zobacz teraz" w debacie 
.vplay--debate {
  display: none;
} */

.debate__body {
  position: relative;
  padding: 20px 0 0 20px;
  width: 760px;
  z-index: 1;
}
.debate__badge {
  display: inline-block;
  width: 154px; height: 50px;
  background: var(--c-teal);
  color: #FFFFFF;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.78px;
}
.debate__title {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 45.83px;
  letter-spacing: 0.78px;
  color: var(--c-teal-dark);
  margin: 28px 0 0 0;
  width: 717px;
}
.debate__cta {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% + 1100px); /* allow duration to far right inside .debate */
}
.debate__soon {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--c-teal);
  margin: 0 0 4px 16px;
}
.vplay--debate .vplay__label--debate {
  color: var(--c-text-muted);
  font-weight: 600;
}
.debate .vduration {
  position: absolute;
  right: 19px;
  bottom: 10px;
}

/* sprawdź kryteria refundacyjne */
.refund {
  height: 770px;
  margin-top: 25px;            /* 55px white gap między dialog a refund */
  background:
    url('../images/phone-hand.png') no-repeat,
    var(--grad-refund);
  background-position: right 100px top 13px, 0 0;
  background-size: contain, auto;
  position: relative;
  overflow: hidden;
}
.refund__inner {
  height: 100%;
  position: relative;
}
.refund__copy {
  position: absolute;
  top: 53px;
  left: 60px;
  width: 853px;
}
.refund__title {
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 76.8px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
}
.refund__hl { color: var(--c-yellow); }
.refund__title sup {
  font-size: 0.5em;
  vertical-align: super;
}
.refund__subtitle {
  position: absolute;

  top: 263px;
  left: 5px;
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
  margin: 0;
}
.refund__cta {
  position: absolute;

  top: 378px;
  left: 0;
  width: 272px;
  height: 66px;
  background: var(--c-yellow);
  color: var(--c-text-muted);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 66px;
  text-align: left;
  padding-left: 50px;
  text-decoration: none;
  transition: background 150ms ease;
}
.refund__cta:hover { background: var(--c-yellow-bright); }
.refund__subtitle_lead {
  position: absolute;

  top: 476px;
  left: 5px;
  font-family: 'Livvic', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
  margin: 0;
}
.refund__legal {
  position: absolute;

  top: 590px;
  left: 0;
  width: 535px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: #FFFFFF;
}
.refund__legal p { margin: 0 0 6px 0; }
.refund__legal p:last-child { margin: 0; }

/* Phone image — zrenderowany jako background na .refund (patrz wyżej).
   Element <div class="refund__phone"> w HTML zostaje (klient ma asset) ale jest ukryty wizualnie. */
.refund__phone { display: none; }

/* pre-footer banner */
.prefooter {
  width: 100%;
  background: var(--c-teal-dark);
  line-height: 0;
}
.prefooter img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* footer */
.footer {
  height: 680px;
  background: var(--c-teal-dark);
  position: relative;
  color: #FFFFFF;
}
.footer__inner {
  height: 100%;
  position: relative;
}

.footer__leaflet {
  position: absolute;

  top: 37px;
  left: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.78px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__leaflet:hover { text-decoration: underline; }

.footer__refs {
  position: absolute;

  top: 106px;
  left: 60px;
  width: 1316px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: #FFFFFF;
}
.footer__refs p {
  margin: 0 0 12px 0;
}
.footer__refs p:last-child { margin: 0; }

.footer__rule {
  position: absolute;

  top: 280px;
  left: 60px;
  width: 1323px;
  height: 0;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 0;
}

.footer__bottom {
  position: absolute;
  top: 308px;
  left: 60px;
  right: 60px;
}

.footer__logos {
  position: absolute;
  top: 272px;
  left: 1px;
}
.footer__logo--bi { width: 235px; height: 71px; }
.footer__logo--lf {
  position: absolute;

  /* offset relative to .footer__logos which is at top:169 */
  left: 1097px;
  top: 35px;
  width: 218px; height: 30px;
}

.footer__meta {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  width: 387px;
}
.footer__links {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
  text-decoration: underline;
}
.footer__links a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer__links a:hover { text-decoration: underline; }

.footer__copy_2 {
  position: absolute;
  top: 20px;
  left: 0;
  text-align: left;
  width: 587px;
}
.footer__links_copy {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.footer__code {
  position: absolute;
  top: 79px;
  right: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}

/* video modal */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-modal.is-active {
  display: flex;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 49, 56, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.video-modal__panel {
  position: relative;
  width: 1100px;
  max-width: 90vw;
  background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  border-radius: 4px;
  overflow: hidden;
}
.video-modal__close {
  position: absolute;
  top: 10px; right: 14px;
  width: 36px; height: 36px;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  background: transparent;
  z-index: 2;
}
.video-modal__player {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-modal__player iframe {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* cookie consent */
.cookies {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #07313A;
  color: #FFFFFF;
  z-index: 1100;
  padding: 18px 0;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
}
.cookies__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 60px;
}
.cookies__text {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  flex: 1;
}
.cookies__accept {
  background: var(--c-yellow);
  color: var(--c-text-muted);
  padding: 12px 28px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
/* external service */
.video-modal__panel--confirm {
  max-width: 520px;
  width: calc(100% - 32px);
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.external-confirm {
  padding: 40px 28px 28px;
  font-family: 'Lato', sans-serif;
  color: #07313A;
}

.external-confirm__title {
  margin: 0 0 12px;
  font-family: 'Livvic', sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.15;
}

.external-confirm__text {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #31464d;
}

.external-confirm__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.external-confirm__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: .2s ease;
}

.external-confirm__btn--secondary {
  background: #fff;
  color: #07313A;
  border-color: #07313A;
}

.external-confirm__btn--secondary:hover {
  background: #f5f7f8;
}

.external-confirm__btn--primary {
  background: var(--c-yellow);
  color: var(--c-text-muted);
}

.external-confirm__btn--primary:hover {
  background: var(--c-yellow-bright);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .external-confirm {
    padding: 36px 20px 20px;
  }

  .external-confirm__actions {
    flex-direction: column;
  }

  .external-confirm__btn {
    width: 100%;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__right {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__icons-slider {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__icons {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  opacity: 0;
  transition: opacity .8s ease-in-out;
}

.hero__icons--active {
  opacity: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 28px;
  background: var(--c-yellow);
  display: block;
}

.hero__mobile-bg {
  display: none;
}

.hero__mobile-bg {
  display: none;
}

.hero__mobile-slider {
  display: none;
}

@media (max-width: 1280px) {
  .hero__right {
    display: none;
  }

  .hero__mobile-slider {
    display: block;
    position: relative;
    width: 100%;
    margin: 32px 0 0;
  }

  .hero__mobile-slider::before {
    content: "";
    display: block;
    padding-bottom: 100%; /* dopasuj, np. 90%, 110% */
  }

  .hero__mobile-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity .8s ease-in-out;
  }

  .hero__mobile-bg--active {
    opacity: 1;
  }
}