/* ============== HERO with split bg + centered text ============== */
.wyst-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1060;
  max-height: 100vh;
  overflow: hidden;
  color: var(--c-white);
  background: #12325a;
}

.wyst-hero__bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 1;
}

.wyst-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.wyst-hero__dark-band {
  position: absolute;
  left: 0;
  top: 48.77%;
  right: 0;
  height: 51.23%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 95%);
  z-index: 2;
  pointer-events: none;
}

.wyst-hero__frame {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.wyst-hero__brand,
.wyst-hero__title,
.wyst-hero__cta,
.wyst-hero__sig,
.wyst-hero__copy,
.wyst-hero__menu {
  position: absolute;
}

.wyst-hero__brand {
  left: 8.333%;
  top: 6.6%;
  font-size: clamp(16px, 1.354vw, 26px);
  line-height: 0.92;
  color: var(--c-white);
  text-decoration: none;
}

.wyst-hero__title {
  left: 50%;
  top: 71.7%;
  transform: translateX(-50%);
  width: 41.25%;
  text-align: center;
  font-size: clamp(22px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  white-space: pre-line;
  margin: 0;
}

.wyst-hero__cta {
  left: 50%;
  top: 87.92%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  height: clamp(38px, 2.5vw, 48px);
  background: var(--c-accent);
  color: #12325a;
  border-radius: 40px;
  font-size: clamp(12px, 0.78vw, 15px);
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
}

.wyst-hero__cta:hover {
  transform: translate(-50%, -1px);
  opacity: 0.94;
}

.wyst-hero__cta svg {
  width: 12px;
  height: 9px;
}

.wyst-hero__menu {
  right: 8.333%;
  top: 5.28%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: clamp(38px, 2.5vw, 48px);
}

/* ============== SECTION: Big image with text overlay on right ============== */
.wyst-manifest {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1060;
  max-height: 90vh;
  overflow: hidden;
  background: #000;
  color: var(--c-white);
}

.wyst-manifest__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.wyst-manifest__overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 70%);
  z-index: 2;
  pointer-events: none;
}

.wyst-manifest__content {
  position: absolute;
  right: 8.333%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 657px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.67vw, 32px);
}

.wyst-manifest__heading {
  font-size: clamp(22px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  margin: 0;
  padding-top: clamp(24px, 2vw, 38px);
  border-top: 2px solid var(--c-white);
  color: var(--c-white);
  white-space: pre-line;
}

.wyst-manifest__desc {
  font-size: clamp(14px, 0.938vw, 18px);
  line-height: 1.44;
  color: var(--c-white);
  margin: 0;
  white-space: pre-line;
  max-width: 511px;
}

/* ============== GALLERY STRIP ============== */
.wyst-gallery {
  background: #a7b7ca;
  padding: clamp(30px, 3.125vw, 60px) 8.333%;
}

.wyst-gallery__grid {
  display: grid;
  grid-template-columns: 1.8fr 1.8fr 0.85fr 1.8fr 1.8fr;
  gap: clamp(8px, 0.83vw, 16px);
  max-width: var(--frame-w);
  margin: 0 auto;
}

.wyst-gallery__item {
  aspect-ratio: 604 / 424;
  overflow: hidden;
  border-radius: clamp(8px, 0.833vw, 16px);
  background: rgba(255, 255, 255, 0.2);
}

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

/* ============== VIDEO LOOP PLACEHOLDER ============== */
.wyst-video {
  background: #f7f7f7;
  color: #12335b;
  padding: clamp(40px, 4.58vw, 88px) 8.333%;
  display: flex;
  justify-content: center;
}

.wyst-video__box {
  width: clamp(300px, 27.2vw, 522px);
  aspect-ratio: 522 / 774;
  background: #c6c6c6;
  border-radius: clamp(12px, 1.25vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  text-align: center;
  color: #12335b;
  white-space: pre-line;
}

.wyst-video__player {
  width: clamp(300px, 27.2vw, 522px);
  aspect-ratio: 522 / 774;
  border-radius: clamp(12px, 1.25vw, 24px);
  object-fit: cover;
  background: #c6c6c6;
  display: block;
}

@media (max-width: 900px) {
  .wyst-video {
    padding: 32px 24px;
  }
  .wyst-video__player {
    width: 100%;
    max-width: 360px;
  }
}

/* ============== SECTION: Dla kogo (image left + list right on dark bg) ============== */
.wyst-target {
  background: #12335b;
  color: var(--c-white);
  padding: clamp(60px, 5.42vw, 104px) 8.333% clamp(30px, 2.86vw, 55px);
}

.wyst-target__inner {
  display: grid;
  grid-template-columns: 41.1% 1fr;
  gap: clamp(30px, 2.6vw, 50px);
  align-items: start;
  max-width: var(--frame-w);
  margin: 0 auto;
}

.wyst-target__image {
  width: 100%;
  aspect-ratio: 789 / 785;
  object-fit: cover;
  border-radius: clamp(12px, 0.833vw, 16px);
}

.wyst-target__right {
  padding-top: clamp(30px, 2.4vw, 46px);
}

.wyst-target__line {
  width: 56px;
  height: 2px;
  background: var(--c-white);
  border: none;
  margin: 0 0 clamp(30px, 2.4vw, 46px);
}

.wyst-target__heading {
  font-size: clamp(20px, 1.94vw, 37px);
  line-height: 1.19;
  font-weight: 400;
  margin: 0 0 clamp(16px, 1.56vw, 30px);
}

.wyst-target__label {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.17;
  margin: 0 0 clamp(18px, 1.46vw, 28px);
}

.wyst-target__list {
  list-style: none;
  margin: 0 0 clamp(24px, 1.98vw, 38px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 20px);
}

.wyst-target__list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1vw, 20px);
  font-size: clamp(13px, 1.198vw, 23px);
  line-height: 1.17;
}

.wyst-target__list li::before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.25vw, 24px);
  height: clamp(16px, 1.25vw, 24px);
  flex-shrink: 0;
  margin-top: 3px;
  background-color: var(--c-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12l5 5L20 7' stroke='black' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/70% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12l5 5L20 7' stroke='black' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/70% no-repeat;
}

.wyst-target__tagline {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.17;
  margin: 0;
  font-weight: 400;
}

/* ============== BIG PITCH ============== */
.wyst-pitch {
  background: #12335b;
  color: var(--c-white);
  padding: clamp(40px, 3.65vw, 70px) 8.333% clamp(40px, 4vw, 76px);
  text-align: center;
}

.wyst-pitch p {
  font-size: clamp(20px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1062px;
}

/* ============== TOPICS (A, B, C) ============== */
.wyst-topics {
  background: #12335b;
  color: var(--c-white);
  padding: clamp(30px, 2.92vw, 56px) 8.333% clamp(40px, 4.17vw, 80px);
}

.wyst-topics__inner {
  max-width: var(--frame-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: clamp(30px, 2.6vw, 50px);
  align-items: start;
}

.wyst-topics__heading {
  font-size: clamp(20px, 1.667vw, 32px);
  line-height: 1.19;
  font-weight: 400;
  margin: 0;
}

.wyst-topics__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wyst-topics__item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.67vw, 32px);
  padding: clamp(18px, 1.77vw, 34px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.wyst-topics__item:last-child {
  border-bottom: none;
}

.wyst-topics__letter {
  width: clamp(36px, 2.6vw, 50px);
  height: clamp(36px, 2.6vw, 50px);
  border-radius: 50%;
  border: 1px solid var(--c-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: clamp(14px, 1.46vw, 28px);
  line-height: 1;
  color: var(--c-white);
}

.wyst-topics__text {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.28;
  flex-grow: 1;
}

/* ============== STRUCTURE CARDS (2x2) ============== */
.wyst-structure {
  background: #97b6d2;
  color: #12335b;
  padding: clamp(50px, 4.17vw, 80px) 8.333% clamp(40px, 4vw, 76px);
}

.wyst-structure__heading {
  font-size: clamp(22px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  margin: 0 0 clamp(30px, 2.6vw, 50px);
  max-width: 1600px;
}

.wyst-structure__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 1.25vw, 24px);
  max-width: 1600px;
  margin: 0 0 clamp(40px, 4vw, 76px);
}

.wyst-structure__card {
  background: var(--c-white);
  border-radius: clamp(10px, 0.833vw, 16px);
  padding: clamp(24px, 2.08vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.25vw, 24px);
}

.wyst-structure__card-head {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.25vw, 24px);
}

.wyst-structure__num {
  width: clamp(40px, 2.71vw, 52px);
  height: clamp(40px, 2.71vw, 52px);
  border-radius: 12px;
  background: #12335b;
  color: var(--c-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.56vw, 30px);
  flex-shrink: 0;
}

.wyst-structure__title {
  font-size: clamp(18px, 1.667vw, 32px);
  line-height: 1.19;
  font-weight: 400;
  margin: 0;
}

.wyst-structure__desc {
  font-size: clamp(13px, 0.938vw, 18px);
  line-height: 1.44;
  margin: 0;
  color: rgba(18, 51, 91, 0.85);
  white-space: pre-line;
}

/* ============== WHY WORTH (3 numbered circles) ============== */
.wyst-why {
  background: #12335b;
  color: var(--c-white);
  padding: clamp(40px, 3.65vw, 70px) 8.333% clamp(50px, 4.58vw, 88px);
  text-align: center;
}

.wyst-why__heading {
  font-size: clamp(22px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  margin: 0 0 clamp(30px, 2.92vw, 56px);
}

.wyst-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.5vw, 48px);
  max-width: 1600px;
  margin: 0 auto;
}

.wyst-why__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(16px, 1.67vw, 32px);
}

.wyst-why__num {
  width: clamp(68px, 5.42vw, 104px);
  height: clamp(68px, 5.42vw, 104px);
  border-radius: 50%;
  background: #314669;
  border: 1px solid #a7b7ca;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(28px, 2.292vw, 44px);
  color: var(--c-accent);
}

.wyst-why__text {
  font-size: clamp(13px, 1.198vw, 23px);
  line-height: 1.19;
  margin: 0;
  max-width: 346px;
  white-space: pre-line;
}

/* ============== WYSTAPIENIA ARE FOR (image bg + list) ============== */
.wyst-for {
  position: relative;
  width: 100%;
  min-height: 800px;
  color: var(--c-white);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wyst-for__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.wyst-for__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 51, 91, 0.9) 0%, rgba(18, 51, 91, 0.5) 100%);
  z-index: 2;
}

.wyst-for__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: clamp(60px, 6.25vw, 120px) 8.333%;
  text-align: center;
}

.wyst-for__heading {
  font-size: clamp(22px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  margin: 0 0 clamp(20px, 2.08vw, 40px);
}

.wyst-for__list {
  font-size: clamp(16px, 1.667vw, 32px);
  line-height: 1.5;
  white-space: pre-line;
  max-width: 1599px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .wyst-manifest__text,
  .wyst-target__inner,
  .wyst-topics__inner,
  .wyst-structure__grid,
  .wyst-why__grid {
    grid-template-columns: 1fr;
  }
  .wyst-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wyst-gallery__item:nth-child(3) {
    display: none;
  }
}
