.content-page {
  overflow-x: hidden;
}

.content-page .main-nav a.is-active {
  color: var(--teal);
}

.page-main {
  padding: 0;
}

.page-section {
  padding: 100px 0 0;
}

/* shell unified - base in styles.css; shell--wide for wider content */
.shell--wide {
  width: min(1440px, calc(100% - 40px));
}

.page-hero {
  padding: 0;
}

.page-hero__panel {
  position: relative;
  min-height: 450px;
  padding: 30px 40px 40px;
  border-radius: 25px;
  overflow: hidden;
}

.page-hero__panel--lavender {
  background: var(--lavender);
  color: var(--ink);
}

.page-hero__panel--teal {
  background: var(--teal);
  color: #dbdbff;
}

.page-hero__panel--blush {
  background: var(--blush);
  color: var(--ink);
}

.page-hero__eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
}

.page-hero__title {
  max-width: 760px;
  margin: 0;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

.page-hero__title-accent-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: max-content;
  margin-top: 6px;
}

.page-hero__title-accent {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 9px;
  border-radius: 13px;
  line-height: 1;
}

.page-hero__title-accent--dark {
  background: var(--ink);
  color: #fbddd9;
}

.page-hero__title-accent--blush {
  background: var(--blush);
  color: var(--ink);
}

.page-hero__title-icon {
  display: inline-grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border-radius: 25px;
  flex: 0 0 auto;
}

.page-hero__title-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-hero__title-icon--asset {
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.page-hero__title-icon--blush {
  background: var(--blush);
  color: var(--ink);
}

.page-hero__title-icon--ink {
  background: var(--ink);
  color: #fbddd9;
}

.page-hero__title-icon svg,
.page-hero__title-icon path {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-hero__copy {
  max-width: 631px;
  margin: 50px 0 0;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
}

.page-hero__copy strong {
  font-weight: 700;
}

.page-kto .page-hero__copy strong {
  font-weight: 400;
}

.page-hero__copy-inline-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 6px 0 4px;
  transform: translateY(-2px);
}

/* Squircle orez – rovnaká maska ako hero-photo / cta-panel na homepage */
.page-hero__media {
  position: absolute;
  right: 30px;
  bottom: 22px;
  width: 395px;
  aspect-ratio: 395 / 221;
  overflow: hidden;
  border-radius: 0;
  mask-image: url("./images/kontajnery-mask.svg");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-image: url("./images/kontajnery-mask.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__blob {
  position: absolute;
  right: 38px;
  bottom: 22px;
  width: 176px;
  height: 98px;
  border-radius: 24px;
  overflow: hidden;
  background: #7e4a33;
}

.page-hero__blob img,
.page-hero__decor img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-hero__blob::before,
.page-hero__blob::after {
  content: "";
  position: absolute;
  inset: auto auto 16px 18px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(69, 31, 18, 0.18);
}

.page-hero__blob::after {
  inset: -12px 14px auto auto;
  width: 108px;
  height: 108px;
}

.page-hero__blob-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(45deg, transparent 44%, rgba(69, 31, 18, 0.85) 44%, rgba(69, 31, 18, 0.85) 47%, transparent 47%) 18px 10px / 74px 74px no-repeat,
    linear-gradient(225deg, transparent 46%, rgba(69, 31, 18, 0.85) 46%, rgba(69, 31, 18, 0.85) 49%, transparent 49%) right 10px top 8px / 82px 82px no-repeat;
}

.page-hero__decor {
  position: absolute;
  border-radius: 25px;
}

.page-hero__decor--lavender {
  right: 100px;
  top: 291px;
  width: 98px;
  height: 98px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.35) 0 20%, transparent 21%),
    radial-gradient(circle at 72% 68%, rgba(255, 255, 255, 0.45) 0 18%, transparent 19%),
    var(--lavender);
}

.page-hero__decor--asset {
  background: transparent;
}

.page-section__eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
}

.page-section__heading {
  margin: 0;
  max-width: 780px;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

.page-section__heading--compact {
  max-width: 520px;
}

.page-section__intro {
  margin: 0;
  max-width: 660px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}

.page-section__intro strong {
  font-weight: 700;
}

.page-section__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 20px;
}

.page-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background: var(--line);
}

.story-panel {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.story-panel--dark {
  background: var(--ink);
  color: #dbdbff;
}

.story-panel--lavender {
  background: var(--lavender);
  color: var(--ink);
}

.story-panel--blush {
  background: var(--blush);
  color: var(--ink);
}

.story-panel__inner {
  position: relative;
  padding: 20px 20px 24px;
}

.story-title {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

.story-title__mark {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 10px 9px;
  border-radius: 13px;
  background: var(--lime);
  color: var(--ink);
}

.story-copy {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.story-copy--ink {
  color: var(--ink);
}

.story-copy strong {
  font-weight: 600;
}

.story-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 355px);
  gap: 22px;
  align-items: start;
  margin-top: 12px;
}

.story-list-group--secondary {
  margin-top: 28px;
}

.story-list-group h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}

.story-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.1;
}

.story-list li {
  position: relative;
  padding-left: 18px;
}

.story-list li + li {
  margin-top: 10px;
}

.story-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
}

.story-list--checks li::before {
  width: 12px;
  height: 12px;
  top: 0.12em;
  border-radius: 0;
  background: url("./images/subpages/kto/list-check.svg") center / contain no-repeat;
}

.story-panel__corner-marker {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 24px;
}

.story-panel__corner-marker img {
  display: block;
  width: 100%;
  height: 100%;
}

.story-panel__illustration {
  position: absolute;
  left: 48%;
  bottom: 16px;
  width: 240px;
  height: 220px;
  color: rgba(219, 219, 255, 0.24);
  transform: translateX(-50%);
}

.story-panel__illustration img,
.story-panel__illustration svg,
.story-panel__illustration path,
.story-panel__illustration circle,
.story-panel__illustration rect {
  width: 100%;
  height: 100%;
}

.story-panel__illustration img {
  display: block;
  object-fit: contain;
}

.story-panel__illustration svg,
.story-panel__illustration path,
.story-panel__illustration circle,
.story-panel__illustration rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-panel__dots {
  position: absolute;
  right: 20px;
  top: 20px;
}

.story-panel__dots img {
  display: block;
  width: 130px;
  height: 22px;
}

.page-note {
  display: inline-block;
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 25px;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 400;
}

.page-note--lime {
  background: var(--lime);
  color: var(--ink);
}

.page-note--with-marker {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.page-note__marker {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.page-note__marker img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-note__content {
  display: block;
}

.reason-header {
  margin-bottom: 36px;
}

.reason-slider {
  position: relative;
  margin-bottom: 30px;
}

.reason-slider__viewport {
  position: relative;
  margin-top: -50px;
  padding-top: 50px;
  overflow: hidden;
}

.reason-slider__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to right, transparent, var(--bg, #fff));
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: 1;
}

.reason-slider.reason-slider--fade-right .reason-slider__viewport::after {
  opacity: 1;
}

.reason-slider__viewport::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to left, transparent, var(--bg, #fff));
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: 1;
}

.reason-slider.reason-slider--fade-left .reason-slider__viewport::before {
  opacity: 1;
}

.reason-slider__track {
  display: flex;
  gap: 20px;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.reason-slide {
  flex: 0 0 945px;
  width: 945px;
}

.reason-card {
  position: relative;
  min-height: 270px;
  padding: 20px 20px 55px;
  border-radius: 25px;
  background: var(--blush);
}

.reason-card h3 {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  max-width: 520px;
}

.reason-card p {
  width: 750px;
  max-width: 100%;
  margin: 55px 0 0;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
}

.reason-card__badge {
  position: absolute;
  top: -50px;
  right: 50px;
  width: 140px;
  height: 140px;
}

.reason-card__badge img {
  display: block;
  width: 100%;
  height: 100%;
}

.reason-card__badge--plain {
  border-radius: 35px;
  background: var(--ink);
}

.reason-slider__controls {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(50%);
  z-index: 4;
}

.reason-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.reason-slider__button .slider-btn__icon {
  width: 70px;
  height: 60px;
}

.reason-slider__button:hover .slider-btn__icon--hover,
.reason-slider__button:focus-visible .slider-btn__icon--hover {
  opacity: 1;
}

.reason-slider__button:hover .slider-btn__icon--default,
.reason-slider__button:focus-visible .slider-btn__icon--default {
  opacity: 0;
}

.reason-slider__button:focus-visible {
  outline: none;
}

.bin-slider {
  position: relative;
}

.bin-slider--offset {
  margin-top: 50px;
}

.bin-slider__viewport {
  position: relative;
  overflow: hidden;
}

.bin-slider__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to right, transparent, var(--bg, #fff));
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: 1;
}

.bin-slider.bin-slider--fade-right .bin-slider__viewport::after {
  opacity: 1;
}

.bin-slider__viewport::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to left, transparent, var(--bg, #fff));
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: 1;
}

.bin-slider.bin-slider--fade-left .bin-slider__viewport::before {
  opacity: 1;
}

@media (max-width: 900px) {
  .bin-slider__viewport::before,
  .bin-slider__viewport::after,
  .bin-slider.bin-slider--fade-right .bin-slider__viewport::after,
  .bin-slider.bin-slider--fade-left .bin-slider__viewport::before {
    opacity: 0 !important;
  }
}

.bin-slider__track {
  display: flex;
  gap: 20px;
  padding-right: 690px;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.bin-slide {
  flex: 0 0 470px;
  width: 470px;
}

.bin-slider__controls {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(50%);
  z-index: 4;
  pointer-events: none;
}

.bin-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  pointer-events: auto;
}

.bin-slider__button .slider-btn__icon {
  width: 70px;
  height: 60px;
}

.bin-slider__button:hover .slider-btn__icon--hover,
.bin-slider__button:focus-visible .slider-btn__icon--hover {
  opacity: 1;
}

.bin-slider__button:hover .slider-btn__icon--default,
.bin-slider__button:focus-visible .slider-btn__icon--default {
  opacity: 0;
}


.bin-slider__button:focus-visible {
  outline: none;
}

.bin-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  /* Rezerva pod tipom (šípky); upravené o -25px oproti predchádzajúcej hodnote */
  padding: 20px 20px 47px;
  border-radius: 25px;
  background: var(--lavender);
}

.bin-card__dot {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bin-card__dot--yellow {
  background-image: url("./images/subpages/triedenie/bin-dot-yellow.svg");
}

.bin-card__dot--blue {
  background-image: url("./images/subpages/triedenie/bin-dot-blue.svg");
}

.bin-card__dot--green {
  background-image: url("./images/subpages/triedenie/bin-dot-green.svg");
}

.bin-card__dot--red {
  background-image: url("./images/subpages/triedenie/bin-dot-red.svg");
}

.bin-card__dot--orange {
  background-image: url("./images/subpages/triedenie/bin-dot-orange.svg");
}

.bin-card__header {
  margin-bottom: 26px;
}

.bin-card__title {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}

.bin-card__title-line {
  display: block;
}

/* Prvý riadok: ikona + slovo (nie odrážka v zmysle zoznamu) */
.bin-card__title-line:first-child {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.bin-card__intro {
  margin: 0 0 26px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
}

.bin-card__label {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
}

.bin-card__bad {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}

.bin-card__tip {
  margin-top: 12px;
  min-height: 70px;
  padding: 18px 20px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}

/* Skupina Dôležité + Tip pod sebou (žltá, červená) – pod Nepatria sem ako ostatné karty */
.bin-card__tip-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.bin-card__tip-group .bin-card__tip {
  margin-top: 0;
}

/* Dôležité v skupine s Tipom – bez dvojitého horného okraja */
.bin-card__tip--prior {
  margin-top: 0;
  margin-bottom: 0;
}

.bin-card__tip--yellow.bin-card__tip--prior {
  min-height: 90px;
}

.bin-card__tip--red.bin-card__tip--prior {
  min-height: 105px;
}

.bin-card__tip strong {
  font-weight: 700;
}

.bin-card__tip--yellow {
  background: #ffdb29;
  color: var(--ink);
}

.bin-card__tip--blue {
  background: #2946ff;
  color: #dbdbff;
}

.bin-card__tip--green {
  background: #109819;
  color: #dbdbff;
}

.bin-card__tip--red {
  background: #e43838;
  color: #dbdbff;
}

.bin-card__tip--orange {
  min-height: 105px;
  background: #ff7f29;
  color: var(--ink);
}

.deposit-banner {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding: 50px 40px;
  border-radius: 25px;
  background: var(--teal);
  color: #dbdbff;
  text-align: center;
}

.deposit-banner__eyebrow {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
}

.deposit-banner__copy {
  max-width: 731px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.deposit-banner__copy strong {
  font-weight: 600;
}

.deposit-banner__icon {
  position: absolute;
  left: 50px;
  top: -30px;
  width: 70px;
  height: 70px;
}

.deposit-banner__icon img {
  position: absolute;
  display: block;
}

.deposit-banner__icon-bg {
  inset: 0;
  width: 100%;
  height: 100%;
}

.deposit-banner__icon-symbol {
  left: 6px;
  top: 9px;
  width: 57px;
  height: 53px;
}

.journey-intro {
  display: grid;
  grid-template-columns: 470px 660px;
  gap: 30px;
  align-items: end;
}

.journey-grid {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 470px));
  gap: 40px 220px;
  justify-content: space-between;
  margin-top: 28px;
}

.journey-card {
  position: relative;
  min-height: 230px;
  padding: 99px 20px 24px;
  border-radius: 25px;
  background: var(--lavender);
}

.journey-card:nth-child(even) {
  margin-top: 40px;
}

.journey-card__number {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.journey-card__badge {
  position: absolute;
  top: -40px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  background: url("./images/subpages/triedenie/deposit-badge-bg.svg") center / contain no-repeat;
}

.journey-card__badge-icon {
  display: block;
}

.journey-card--step-1 .journey-card__badge-icon {
  width: 44px;
  height: 45px;
}

.journey-card--step-2 .journey-card__badge-icon {
  width: 38px;
  height: 47px;
}

.journey-card--step-3 .journey-card__badge-icon {
  width: 58px;
  height: 33px;
}

.journey-card--step-4 .journey-card__badge-icon {
  width: 48px;
  height: 36px;
}

.journey-card h3 {
  max-width: 390px;
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}

.journey-card p {
  max-width: 420px;
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}

.journey-grid__connector {
  --connector-scale: 1;
  position: absolute;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./images/arrow_wide.svg");
  transform: scaleX(var(--connector-scale));
}

.journey-grid__connector--curve-a {
  top: 255px;
  left: 590px;
  width: 86px;
  height: 34px;
}

.journey-grid__connector--curve-b {
  top: 513px;
  left: 464px;
  width: 86px;
  height: 34px;
  --connector-scale: -1;
}

.journey-grid__connector--curve-c {
  top: 728px;
  left: 160px;
  width: 86px;
  height: 34px;
  --connector-scale: -1;
}

.journey-grid__connector--curve-d {
  top: 604px;
  left: 590px;
  width: 86px;
  height: 34px;
}

.recycle-panel {
  position: relative;
  overflow: visible;
  margin-top: 100px;
  padding: 110px 20px 32px;
  border-radius: 25px;
  background: var(--lavender);
  color: var(--ink);
  min-height: 370px;
}

.recycle-panel__number {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.recycle-panel__badge {
  position: absolute;
  right: 40px;
  top: -90px;
  width: 140px;
  height: 140px;
}

.recycle-panel__badge img {
  position: absolute;
  display: block;
}

.recycle-panel__badge-bg {
  inset: 0;
  width: 100%;
  height: 100%;
}

.recycle-panel__badge-icon {
  left: 24px;
  top: 26px;
  width: 92px;
  height: 92px;
}

.recycle-panel__intro h3 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}

.recycle-panel__copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 420px);
  gap: 50px;
  margin-top: 30px;
}

.recycle-panel__lead {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.recycle-panel__aside-copy,
.recycle-panel__secondary {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}

.recycle-panel__secondary {
  margin-top: 18px;
}

.transformations-panel {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 50px 60px 48px;
  border-radius: 25px;
  background: var(--teal);
  color: #dbdbff;
  min-height: 370px;
}

.transformations-panel__eyebrow {
  margin: 0;
  color: var(--lime);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.transformations-panel__fader {
  position: relative;
  margin-top: 49px;
  min-height: 221px;
}

.transformations-panel__slides {
  position: relative;
  width: 100%;
  min-height: 221px;
}

.transformations-panel__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.85s ease-in-out;
  pointer-events: none;
  z-index: 0;
}

.transformations-panel__slide.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.transformations-panel__dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.transformations-panel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(219, 219, 255, 0.35);
  cursor: pointer;
  appearance: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.transformations-panel__dot:hover,
.transformations-panel__dot:focus-visible {
  background: rgba(219, 219, 255, 0.65);
}

.transformations-panel__dot.is-active {
  background: var(--lime);
  transform: scale(1.15);
}

.transformations-panel__dot:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

.transformations-panel__label--stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.transformations-panel__label-line {
  display: block;
  line-height: 1.1;
}

.transformations-panel__label--long {
  max-width: min(280px, 90vw);
  font-size: 18px;
  line-height: 1.15;
}

.transformations-panel__grid {
  position: relative;
  min-height: 221px;
  margin-top: 0;
}

.transformations-panel__item {
  position: absolute;
  top: 0;
  width: 395px;
  z-index: 1;
}

.transformations-panel__item--left {
  left: 20px;
}

.transformations-panel__item--right {
  right: 20px;
}

.transformations-panel__label {
  position: absolute;
  inset: 50% auto auto 50%;
  margin: 0;
  color: var(--lime);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Rovnaký výrez ako vo Figme (maska ~395×221, zaoblenie squircle/stadium) */
.transformations-panel__photo {
  --transformations-photo-radius: 56px;
  position: relative;
  width: 395px;
  height: 221px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--transformations-photo-radius);
}

.transformations-panel__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Otočenie o 180° + horizontálne zrkadlenie; animácia ostáva na img */
.transformations-panel__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 303px;
  height: 110px;
  transform: translate(-50%, -50%) rotate(180deg) scaleX(-1);
  z-index: 3;
}

.transformations-panel__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.chart-block {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 24px 20px 22px;
  border-radius: 25px;
  background: var(--lavender);
}

.chart-block__graphic {
  line-height: 0;
}

.chart-block__graphic img {
  display: block;
  width: 100%;
  height: auto;
}

/* Jeden graf (rovnaký SVG ako desktop) na všetkých šírkach */
.chart-block__callout {
  position: absolute;
  left: 76px;
  top: 54px;
  max-width: 430px;
  padding: 20px 20px 22px;
  border-radius: 25px;
  background: var(--teal);
  color: var(--lime);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.chart-block__callout::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 22px;
  height: 23px;
  background: url("./images/subpages/triedenie/chart-callout-icon.svg") center / contain no-repeat;
}

.chart-block__callout span {
  display: block;
  padding-left: 32px;
}

.chart-block__plot {
  position: relative;
  aspect-ratio: 1120 / 362;
  margin-top: 24px;
}

.chart-block__grid-lines img,
.chart-block__axis,
.chart-block__curve,
.chart-block__point {
  position: absolute;
  display: block;
}

.chart-block__grid-lines img {
  left: 3.571%;
  width: 96.429%;
  height: 1px;
}

.chart-block__grid-lines img:nth-child(1) {
  top: 3.87%;
}

.chart-block__grid-lines img:nth-child(2) {
  top: 35.91%;
}

.chart-block__grid-lines img:nth-child(3) {
  top: 67.96%;
}

.chart-block__grid-lines img:nth-child(4) {
  top: 100%;
}

.chart-block__curve {
  left: 7.143%;
  top: 18.36%;
  width: 93.348%;
  height: 66.589%;
}

.chart-block__axis {
  left: 3.571%;
  bottom: 0;
  width: 96.429%;
  height: 1px;
}

.chart-block__point--outer {
  left: 42.679%;
  top: 60.773%;
  width: 2.679%;
  height: auto;
  transform: translate(-50%, -50%);
}

.chart-block__point--inner {
  left: 42.946%;
  top: 62.154%;
  width: 1.786%;
  height: auto;
  transform: translate(-50%, -50%);
}

.chart-block__y-labels {
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 42px;
  display: grid;
  align-content: space-between;
  width: 41px;
  color: var(--ink);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.chart-block__x-labels {
  position: absolute;
  left: 60px;
  right: 20px;
  bottom: 56px;
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  color: var(--ink);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}

.chart-block__x-labels .is-highlighted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  margin: 0 auto;
  border-radius: 13px;
  background: var(--teal);
  color: var(--lime);
  font-weight: 700;
}

.chart-block__legend {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 0 12px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
}

.chart-block__legend img {
  width: 20px;
  height: 20px;
}

.chart-block__source {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
}

.chart-block__source a {
  text-decoration: underline;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 0;
}

.faq-card {
  position: relative;
  min-height: 300px;
  padding: 20px 18px 22px;
  border-radius: 25px;
  background: var(--lavender);
}

.faq-card__number {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-bottom: 12px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.faq-card h3 {
  margin: 0 0 16px;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 500;
}

.faq-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}

.faq-card__answer {
  margin-top: 0;
}

.faq-card__answer p + p {
  margin-top: 0.75em;
}

.faq-card__toggle {
  display: none;
}

.faq-card--tall {
  min-height: 430px;
}

.faq-card--fact-soft {
  background: var(--blush) url("./images/subpages/faq/fact-soft.svg") center / cover no-repeat;
}

.faq-card--fact-dark {
  background: var(--ink) url("./images/subpages/faq/fact-dark.svg") center / cover no-repeat;
  color: #fbddd9;
}

.faq-card--fact-teal {
  background: var(--teal) url("./images/subpages/faq/fact-teal.svg") center / cover no-repeat;
  color: #dbdbff;
}

.faq-card--fact-dark .faq-card__eyebrow,
.faq-card--fact-teal .faq-card__eyebrow {
  color: var(--lime);
}

.faq-card--fact-soft .faq-card__eyebrow,
.faq-card--fact-dark .faq-card__eyebrow,
.faq-card--fact-teal .faq-card__eyebrow {
  margin-bottom: 16px;
}

/* Recycle fact: !important + body – theme.json / Gutenberg často prepisujú písmo odsekov */
body.page-faq.content-page .faq-card--fact-soft .faq-card__fact-body,
body.page-faq.content-page .faq-card--fact-soft .faq-card__fact-body * {
  margin: 0;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
}

body.page-faq.content-page .faq-card--fact-dark .faq-card__fact-body,
body.page-faq.content-page .faq-card--fact-dark .faq-card__fact-body *,
body.page-faq.content-page .faq-card--fact-teal .faq-card__fact-body,
body.page-faq.content-page .faq-card--fact-teal .faq-card__fact-body * {
  margin: 0;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  color: #dbdbff !important;
}

body.page-faq.content-page .faq-card--fact-soft .faq-card__fact-body strong,
body.page-faq.content-page .faq-card--fact-dark .faq-card__fact-body strong,
body.page-faq.content-page .faq-card--fact-teal .faq-card__fact-body strong {
  font-weight: 600 !important;
}

.faq-card__eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
}

.faq-card--feature {
  background: transparent;
  padding: 0;
  overflow: hidden;
}

.faq-card--feature .faq-card__feature-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-card--feature .faq-card__feature-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 20px 18px 22px;
}

.page-bottom-cta {
  margin-top: 0;
}

.page-bottom-cta .final-cta {
  min-height: 383px;
}

.page-bottom-cta .button {
  min-width: 334px;
}

.page-bottom-cta .final-cta h2 {
  max-width: 920px;
}

.content-page .brand {
  font-size: 20px;
}

.content-page .site-footer .brand--footer {
  flex: none;
  width: auto;
  max-width: none;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 20px;
  margin-bottom: 24px;
  color: #ffffff;
  justify-content: flex-start;
}

.page-kto .story-panel--dark,
.page-kto .story-panel--lavender {
  min-height: 520px;
}

.page-kto .reason-header {
  margin-bottom: 70px;
}

.page-kto .story-panel--dark {
  overflow: visible;
}

.page-kto .page-section:has(.story-panel--dark) {
  padding-bottom: 50px;
}

.page-kto .page-section:has(.story-panel--dark) + .page-section,
.page-kto .page-section:has(.story-panel--lavender) + .page-section {
  padding-top: 90px;
}

.page-kto .story-panel--dark .story-panel__inner {
  min-height: 520px;
}

.page-kto .story-panel--dark .story-title {
  width: 650px;
  max-width: 650px;
}

.page-kto .story-panel--dark .story-title__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 230px;
  min-height: 56px;
  margin-top: 6px;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

.page-kto .story-panel--dark .story-columns {
  grid-template-columns: minmax(0, 1fr) 355px;
  gap: 20px;
  margin-top: 34px;
}

.page-kto .story-panel--dark .story-copy {
  width: 640px;
  max-width: 640px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.page-kto .story-panel--dark .story-copy__marker {
  display: inline-block;
  width: 22px;
  height: 23.512px;
  margin: 0 2px 0 4px;
  vertical-align: -0.12em;
}

.page-kto .story-panel--dark .story-copy__marker img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-kto .story-panel--dark .story-list-group h3 {
  margin: 0 0 12px;
}

.page-kto .story-panel--dark .story-list-group {
  position: relative;
  z-index: 2;
}

.page-kto .story-panel--dark .story-list li + li {
  margin-top: 0;
}

.page-kto .story-panel--dark .story-list-group--secondary {
  margin-top: 7px;
}

.page-kto .story-panel--dark .story-panel__corner-marker {
  top: 20px;
  left: auto;
  right: 20px;
  width: auto;
  height: 22px;
  display: flex;
  gap: 5px;
}

.page-kto .story-panel--dark .story-panel__corner-swatch {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.page-kto .story-panel--dark .story-panel__corner-swatch img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-kto .page-hero__panel {
  overflow: visible;
}

.page-kto .page-hero {
  padding-bottom: 50px;
}

.page-kto .page-hero__media {
  overflow: hidden;
  bottom: -50px;
}

.page-kto .page-hero__media img {
  object-fit: contain;
}

.page-kto [data-fall-in] {
  transform-origin: center top;
  will-change: transform, opacity;
}

.page-kto .page-hero__title-icon--asset[data-fall-in] img {
  animation: none;
}

.page-kto .page-note--lime {
  width: 330px;
  max-width: 100%;
  min-height: 175px;
  margin-top: 42px;
  padding: 20px;
  border-radius: 25px;
  box-sizing: border-box;
}

.page-kto .story-panel__illustration {
  width: 295px;
  height: 295px;
  left: 38%;
  bottom: 10px;
}

.page-kto .story-panel--dark .story-columns .story-panel--dark__lime-note {
  grid-column: 1 / -1;
  margin-top: 42px;
  margin-bottom: -100px;
  margin-left: 0;
  margin-right: auto;
  align-self: end;
  width: 442px;
  max-width: 100%;
  min-height: 170px;
}

.page-kto .story-panel--dark .story-panel__illustration {
  width: 425px;
  height: 294.507px;
  left: 328px;
  top: 205px;
  bottom: auto;
  transform: none;
  z-index: 1;
}

.page-kto .story-panel--lavender {
  overflow: visible;
  background: #dbdbff;
}

.page-kto .story-panel--lavender .story-panel__inner {
  position: relative;
  padding: 52px 20px 24px;
  padding-right: 0;
  min-height: 520px;
  overflow: visible;
}


.page-kto .story-panel--lavender .story-title--lavender {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 731px;
  max-width: 731px;
}

.page-kto .story-panel--lavender .story-title__line {
  display: block;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: var(--ink);
}

.page-kto .page-hero__copy {
  max-width: min(631px, calc(100% - 430px));
}

.page-kto .story-panel--lavender .story-title__mark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-width: 0;
  min-height: 56px;
  margin-top: 0;
  padding: 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 13px;
  background: var(--lime);
  color: var(--ink);
}

.page-kto .story-panel--lavender .story-columns--lavender {
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
  overflow: visible;
  align-items: stretch;
  max-height: 300px;
}

.page-kto .story-panel--lavender .story-columns__text {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.page-kto .story-panel--lavender .story-panel__illustration--lavender {
  position: absolute;
  right: 20px;
  top: 180px;
  bottom: auto;
  left: auto;
  width: min(487px, calc(100% - 40px));
  max-width: 45%;
  height: calc(100% - 200px);
  max-height: 400px;
  overflow: hidden;
  transform: none;
  z-index: 0;
}

.page-kto .story-panel--lavender .story-panel__illustration--lavender img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-kto .story-panel--lavender .story-columns--lavender .story-panel--lavender__lime-note {
  grid-column: 1 / -1;
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 16px;
  margin-bottom: -100px;
  margin-left: auto;
  margin-right: 30px;
  align-self: end;
  width: 300px;
  max-width: 100%;
  min-height: 80px;
  padding: 24px 20px;
  box-sizing: border-box;
  z-index: 3;
}

.page-kto .story-panel--lavender .story-copy {
  width: 640px;
  max-width: 640px;
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
}

.page-kto .story-panel--lavender .story-copy__marker {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 4px;
  vertical-align: -0.15em;
}

.page-kto .story-panel--lavender .story-copy__marker img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-kto .story-panel--lavender .story-panel__dots {
  display: flex;
  gap: 5px;
  width: auto;
  height: 22px;
  top: 20px;
  left: auto;
  right: 20px;
}

.page-kto .story-panel--lavender .story-panel__dots img {
  width: 22px;
  height: 22px;
}

.page-kto .story-panel__illustration--lavender img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-kto .reason-icon {
  background: transparent;
  border-radius: 0;
}

.page-kto .story-panel__aside {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.page-kto .story-panel__note {
  position: absolute;
  left: -93px;
  bottom: -50px;
  width: 300px;
  min-height: 135px;
  margin-top: 0;
  padding: 24px 20px;
  box-sizing: border-box;
  z-index: 3;
}

.page-kto .story-panel--lavender .page-note {
  margin-top: 0;
}

.page-triedenie .page-section--sorting-basics .page-section__heading--compact {
  max-width: 490px;
}

.page-triedenie .page-hero {
  padding-bottom: 26px;
}

.page-triedenie .page-hero__panel {
  overflow: visible;
}

.page-triedenie .page-hero__title,
.page-triedenie .page-hero__copy {
  position: relative;
  z-index: 3;
}

.page-triedenie .page-hero__title-accent,
.page-triedenie .page-hero__title-icon {
  position: relative;
  z-index: 4;
}

.page-triedenie .page-hero__decor {
  z-index: 4;
}

/* Desktop: lavender ikona vyššie (prekrýva sa so squircle) */
.page-triedenie .page-hero__decor--lavender {
  top: 218px;
  right: 100px;
}

/* Desktop: plná šírka masky ako homepage (395×221), Figma triedenie hero */
.page-triedenie .page-hero__media {
  right: 30px;
  bottom: -36px;
  z-index: 1;
}

.page-triedenie .page-hero__media img {
  object-fit: cover;
  object-position: center;
}

.page-triedenie [data-fall-in] {
  transform-origin: center top;
  will-change: transform, opacity;
}

.page-triedenie .page-hero__title-icon--asset[data-fall-in] img,
.page-triedenie .page-hero__decor--asset[data-fall-in] img {
  animation: none;
}

.page-triedenie .deposit-banner {
  min-height: 240px;
  overflow: visible;
}

.page-triedenie .deposit-banner__icon {
  z-index: 2;
}

.page-triedenie .page-section--journey .page-section__heading--compact {
  max-width: 470px;
}

.page-triedenie .journey-flow {
  position: relative;
  height: 1680px;
  margin-top: 60px;
}

.page-triedenie .journey-grid {
  position: absolute;
  inset: 0 0 auto;
  display: block;
  height: 1120px;
  margin: 0;
}

.page-triedenie .journey-card {
  position: absolute;
  width: 470px;
  min-height: 0;
  padding: 99px 20px 0;
  background: transparent;
  z-index: 1;
}

.page-triedenie .journey-card:nth-child(even) {
  margin-top: 0;
}

.page-triedenie .journey-card::before {
  content: "";
  position: absolute;
  inset: 40px 0 0;
  border-radius: 25px;
  background: var(--lavender);
  z-index: 0;
}

.page-triedenie .journey-card__number {
  top: 60px;
  left: 20px;
  z-index: 1;
}

.page-triedenie .journey-card__badge {
  z-index: 1;
}

.page-triedenie .journey-card h3 {
  margin-bottom: 30px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow-wrap: break-word;
}

.page-triedenie .journey-card p {
  margin: 0;
  position: relative;
  z-index: 1;
  overflow-wrap: break-word;
}

.page-triedenie .journey-card--step-1 .journey-card__badge,
.page-triedenie .journey-card--step-3 .journey-card__badge {
  top: 0;
  right: 30px;
}

.page-triedenie .journey-card--step-2 .journey-card__badge,
.page-triedenie .journey-card--step-4 .journey-card__badge {
  top: 0;
  right: 30px;
}

.page-triedenie .journey-card--step-1 {
  left: 0;
  top: 0;
  height: 300px;
  padding-top: 99px;
}

.page-triedenie .journey-card--step-1::before {
  inset: 40px 0 0;
}

.page-triedenie .journey-card--step-1 h3 {
  max-width: 305px;
}

.page-triedenie .journey-card--step-1 p {
  max-width: 367px;
}

.page-triedenie .journey-card--step-2 {
  left: 690px;
  top: 270px;
  min-height: 310px;
  height: auto;
  padding-bottom: 24px;
  box-sizing: border-box;
}

.page-triedenie .journey-card--step-2 h3 {
  max-width: 100%;
}

.page-triedenie .journey-card--step-2 p {
  max-width: 100%;
}

.page-triedenie .journey-card--step-3 {
  left: 0;
  top: 580px;
  height: 270px;
}

.page-triedenie .journey-card--step-3 h3,
.page-triedenie .journey-card--step-4 h3 {
  max-width: 404px;
}

.page-triedenie .journey-card--step-3 p,
.page-triedenie .journey-card--step-4 p {
  max-width: 420px;
}

.page-triedenie .journey-card--step-4 {
  left: 690px;
  top: 850px;
  height: 270px;
}

.page-triedenie .journey-grid__connector--curve-a {
  top: 255px;
  left: 590.87px;
}

.page-triedenie .journey-grid__connector--curve-b {
  top: 515px;
  left: 464.12px;
}

.page-triedenie .journey-grid__connector--curve-c {
  top: 1246px;
  left: 66px;
}

.page-triedenie .journey-grid__connector--curve-d {
  top: 835px;
  left: 590.87px;
}

/* Odznak + fotka rúk (mobile: odznak nad fotkou v DOM; desktop: abs. ako predtým) */
.page-triedenie .journey-flow__recycle-visual {
  position: absolute;
  left: 207px;
  top: 1119px;
  width: 395px;
  height: 221px;
  z-index: 1;
}

.page-triedenie .journey-flow__recycle-visual .journey-flow__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 72px;
}

.page-triedenie .journey-flow__recycle-visual .journey-flow__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop: odznak ako pri pôvodnom umiestnení na celošírkovom paneli (right 40 od shellu), nie od úzkej fotky */
@media (min-width: 1181px) {
  .page-triedenie .journey-flow__recycle-visual .recycle-panel__badge {
    top: 101px;
    /* W = šírka shellu; pravý okraj odznaku = W - 40; kontajner fotky končí pri 207 + 395 = 602px → right = 642px - W */
    right: calc(642px - min(1160px, 100vw - 40px));
    left: auto;
    z-index: 3;
  }
}

.page-triedenie .recycle-panel {
  position: absolute;
  top: 1220px;
  left: 0;
  width: 100%;
  height: 460px;
  min-height: 0;
  margin: 0;
  padding: 149px 20px 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.page-triedenie .recycle-panel::before {
  content: "";
  position: absolute;
  inset: 90px 0 0;
  border-radius: 25px;
  background: var(--lavender);
  z-index: 0;
}

.page-triedenie .recycle-panel__number {
  top: 110px;
  left: 20px;
  z-index: 1;
}

/* Typografia ako .page-triedenie .journey-card (h3 + odstavce) */
.page-triedenie .recycle-panel__intro h3 {
  max-width: 404px;
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

.page-triedenie .recycle-panel__lead {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
}

.page-triedenie .recycle-panel__secondary,
.page-triedenie .recycle-panel__aside-copy {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}

.page-triedenie .recycle-panel__copy-grid {
  margin-top: 0;
}

.page-triedenie .recycle-panel__intro {
  position: relative;
  z-index: 1;
}

.page-triedenie .recycle-panel__secondary {
  margin-top: 16px;
}

.page-triedenie .transformations-panel {
  margin-top: 20px;
}

.page-triedenie .chart-block {
  margin-top: 50px;
  overflow: visible;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

/* Graf „Miera recyklácie“ – desktop: intro ako deti shellu; callout len mobile (Figma 2027:15) */
@media (min-width: 901px) {
  .page-triedenie .chart-section__intro {
    display: contents;
  }

  .page-triedenie .chart-section__callout {
    display: none;
  }
}

.page-faq .page-hero__title--faq {
  max-width: 680px;
}

.page-faq .page-hero__copy--faq {
  max-width: 540px;
}

.page-faq .page-hero__panel {
  min-height: 370px;
  overflow: visible;
}

.page-faq .page-hero__blob {
  background: transparent;
  bottom: -30px;
}

.page-faq .page-hero__blob::before,
.page-faq .page-hero__blob::after {
  display: none;
}

.page-faq .faq-card:nth-last-child(-n + 3) {
  min-height: 330px;
}

@media (max-width: 1180px) {
  .page-hero__panel {
    padding-right: 36px;
    padding-left: 36px;
  }

  .story-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .story-panel__illustration {
    left: auto;
    right: 36px;
    transform: none;
  }

  .page-kto .story-panel__aside {
    min-height: 0;
    margin-top: 18px;
  }

  .page-kto .story-panel__illustration--lavender {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 407px);
    height: auto;
    max-height: none;
    margin: 24px auto 0;
    overflow: visible;
  }

  .page-kto .story-panel__note {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 14px;
  }

  .reason-slide {
    flex-basis: 100%;
    width: 100%;
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bin-slide {
    flex-basis: calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }

  .bin-slider__track {
    padding-right: calc((100% - 20px) / 2);
  }

  .bin-slider__controls {
    padding: 0 8px;
  }

  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .journey-grid__connector {
    display: none;
  }

  .page-triedenie .journey-flow {
    height: auto;
    margin-top: 30px;
  }

  .page-triedenie .journey-grid {
    position: relative;
    inset: auto;
    display: grid;
    height: auto;
    gap: 50px;
  }

  .page-triedenie .journey-card {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    /* Menší odstup medzi .journey-card__number a h3 (predtým ~27px pri padding-top 72) */
    padding: 56px 20px 24px;
    background: var(--lavender);
  }

  .page-triedenie .journey-card::before {
    content: none;
  }

  .page-triedenie .journey-card__number {
    top: 16px;
    left: 16px;
  }

  /* Rovnaká špecificita ako desktop .journey-card--step-* .journey-card__badge (top: 0), inak sa mobile top neaplikuje */
  .page-triedenie .journey-card--step-1 .journey-card__badge,
  .page-triedenie .journey-card--step-2 .journey-card__badge,
  .page-triedenie .journey-card--step-3 .journey-card__badge,
  .page-triedenie .journey-card--step-4 .journey-card__badge {
    top: -16px;
    right: 16px;
  }

  .page-triedenie .journey-card h3,
  .page-triedenie .journey-card p {
    max-width: none;
  }

  .page-triedenie .journey-card:nth-child(even) {
    margin-top: 0;
  }

  /* Medzera po kroku 4; celý blok (fotka+odznak) nad .recycle-panel – isolate bez z-index spôsoboval opak */
  .page-triedenie .journey-flow__recycle-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 48px;
    gap: 0;
    z-index: 2;
    isolation: isolate;
  }

  /* z-index: odznak (3) > fotka (2) > krok 5 (1) */
  .page-triedenie .journey-flow__recycle-visual .recycle-panel__badge {
    position: relative;
    top: auto;
    right: auto;
    align-self: flex-end;
    width: 98px;
    height: 98px;
    margin-right: 16px;
    margin-bottom: -52px;
    z-index: 3;
  }

  .page-triedenie .journey-flow__recycle-visual .journey-flow__photo {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 395px);
    height: auto;
    aspect-ratio: 395 / 221;
    margin: 0;
    border-radius: 56px;
    z-index: 2;
  }

  .page-triedenie .recycle-panel {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 92px 20px 28px;
    background: var(--lavender);
    z-index: 0;
  }

  .page-triedenie .recycle-panel::before {
    content: none;
  }

  .page-triedenie .recycle-panel__number {
    top: 20px;
    left: 20px;
  }

  .page-triedenie .recycle-panel__copy-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 0;
  }

  .page-triedenie .recycle-panel__secondary {
    margin-top: 16px;
  }

  .page-triedenie .transformations-panel {
    min-height: 0;
    padding: 40px 24px 28px;
  }

  .page-triedenie .transformations-panel__fader {
    margin-top: 32px;
    min-height: 0;
  }

  .page-triedenie .transformations-panel__slides {
    min-height: 0;
  }

  .page-triedenie .transformations-panel__slide {
    position: relative;
    inset: auto;
    opacity: 1 !important;
    pointer-events: auto;
    z-index: auto;
  }

  .page-triedenie .transformations-panel__slide:not(.is-active) {
    display: none;
  }

  .page-triedenie .transformations-panel__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 10px;
    min-height: 0;
    margin-top: 0;
  }

  .page-triedenie .transformations-panel__item {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: min(100%, 395px);
    z-index: 1;
  }

  .page-triedenie .transformations-panel__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 395 / 221;
  }

  .page-triedenie .transformations-panel__arrow {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    z-index: 3;
    width: min(100%, 303px);
    height: auto;
    margin: -2px auto;
    transform: rotate(180deg) scaleX(-1) rotate(-20deg);
    transform-origin: center center;
  }

  .chart-block__callout {
    position: relative;
    inset: auto;
    margin-bottom: 18px;
  }
}

@media (max-width: 900px) {
  .shell,
  .shell--wide {
    width: min(calc(100% - 10px), 100%);
  }

  .page-hero__panel,
  .story-panel__inner,
  .deposit-banner,
  .chart-block {
    border-radius: 20px;
  }

  .page-hero__panel {
    min-height: 0;
    padding: 24px 18px 18px;
  }

  .page-hero__title {
    max-width: 340px;
    font-size: 54px;
  }

  .page-hero__title-accent-row {
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .page-hero__title-accent {
    padding: 9px 12px 13px;
    border-radius: 18px;
  }

  /* Správne triedenie: „Stačí vedieť ako.“ – 2 riadky, šírka ako ostatný hero text */
  .page-triedenie .page-hero__title-accent {
    display: inline-block;
    align-self: flex-start;
    max-width: min(100%, 14ch);
    min-width: 0;
    line-height: 1.05;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .page-triedenie .page-hero__title-icon {
    display: none;
  }

  /* Figma mobile – squircle nižšie, prekryv s ikonou */
  .page-triedenie .page-hero__media {
    max-width: 330px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    aspect-ratio: 330 / 184.633;
    height: auto;
    z-index: 2;
  }

  .page-triedenie .page-hero__media img {
    object-fit: cover;
    object-position: center;
  }

  /* Mobile: ikona cez squircle vpravo (Figma 168:1822 ~ right 20px od obsahu) */
  .page-triedenie .page-hero__panel {
    position: relative;
  }

  .page-triedenie .page-hero__decor.page-hero__decor--lavender {
    position: absolute;
    top: auto;
    right: 50px;
    left: auto;
    bottom: 38px;
    width: 70px;
    height: 70px;
    margin-top: 0;
    border-radius: 20px;
    z-index: 5;
  }

  .page-hero__title-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .page-hero__copy,
  .page-section__intro {
    max-width: 310px;
    margin-top: 16px;
    font-size: 16px;
  }

  .page-hero__media {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
  }

  .page-hero__decor {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    width: 70px;
    height: 70px;
    margin-top: 16px;
    border-radius: 20px;
  }

  .page-hero__title-icon svg,
  .page-hero__title-icon path {
    width: 30px;
    height: 30px;
  }

  .page-hero__blob {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .page-section {
    padding-top: 24px;
  }

  .page-divider {
    margin-bottom: 18px;
  }

  .page-section__eyebrow,
  .deposit-banner__eyebrow,
  .transformations-panel__eyebrow,
  .faq-card__eyebrow {
    font-size: 9px;
    letter-spacing: 0.32em;
  }

  body.page-faq.content-page .faq-card--fact-soft .faq-card__fact-body,
  body.page-faq.content-page .faq-card--fact-soft .faq-card__fact-body *,
  body.page-faq.content-page .faq-card--fact-dark .faq-card__fact-body,
  body.page-faq.content-page .faq-card--fact-dark .faq-card__fact-body *,
  body.page-faq.content-page .faq-card--fact-teal .faq-card__fact-body,
  body.page-faq.content-page .faq-card--fact-teal .faq-card__fact-body * {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }

  .page-hero__eyebrow {
    font-size: 14px;
    letter-spacing: 0.4em;
  }

  .page-section__heading,
  .page-section__heading--compact,
  .story-title,
  .journey-card h3 {
    max-width: 340px;
    font-size: 34px;
  }

  .story-copy,
  .page-note,
  .deposit-banner__copy,
  .chart-block__callout {
    font-size: 22px;
  }

  .story-columns,
  .page-section__split,
  .journey-intro,
  .faq-grid,
  .journey-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-faq .faq-grid {
    gap: 20px;
  }

  .page-faq .faq-card[data-faq] {
    padding: 20px 20px 24px;
    min-height: 240px;
  }

  .page-faq .faq-card[data-faq] .faq-card__number {
    margin-bottom: 8px;
  }

  .page-faq .faq-card[data-faq] h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .page-faq .faq-card[data-faq] .faq-card__answer {
    display: none;
    margin-top: 12px;
  }

  .page-faq .faq-card[data-faq].is-expanded .faq-card__answer {
    display: block;
  }

  .page-faq .faq-card[data-faq] .faq-card__answer p {
    font-size: 16px;
    margin-top: 0;
  }

  .page-faq .faq-card[data-faq] .faq-card__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 200px;
    min-height: 50px;
    margin-top: 20px;
    padding: 0 20px;
    border: none;
    border-radius: 30px;
    background: var(--lime);
    color: var(--ink);
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease;
  }

  .page-faq .faq-card[data-faq] .faq-card__toggle:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
  }

  .page-faq .faq-card[data-faq] .faq-card__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 200ms ease;
  }

  .page-faq .faq-card[data-faq].is-expanded .faq-card__toggle-icon {
    transform: rotate(-135deg) translateY(-3px);
  }

  .page-faq .page-hero__panel {
    min-height: 438px;
  }

  .page-faq .page-hero__title--faq {
    font-size: 50px;
    max-width: 330px;
  }

  .page-faq .page-hero__copy--faq {
    font-size: 20px;
    max-width: 330px;
  }

  .page-faq .page-hero__eyebrow {
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .story-copy {
    margin-top: 20px;
  }

  .story-list-group h3,
  .reason-card p,
  .bin-card__intro,
  .journey-card p {
    font-size: 18px;
  }

  .story-panel__illustration {
    position: relative;
    inset: auto;
    width: 180px;
    height: 160px;
    margin: 18px auto 0;
  }

  .page-kto .story-panel--dark .story-title {
    width: auto;
    max-width: 340px;
    font-size: 40px;
  }

  .page-kto .story-panel--dark .story-title__mark {
    width: fit-content;
    min-width: 0;
    min-height: 56px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .page-kto .story-panel--dark .story-columns {
    gap: 0;
    margin-top: 0;
  }

  .page-kto .story-panel--dark .story-copy {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  .page-kto .story-panel--dark .story-panel__illustration {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 180px);
    height: auto;
    margin: 18px auto 0;
  }

  .page-kto .story-panel--dark .page-note--lime {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 18px;
  }

  .page-kto .story-panel--dark .story-columns .story-panel--dark__lime-note {
    margin-bottom: -80px;
  }

  .page-kto .page-section:has(.story-panel--dark) {
    padding-bottom: 50px;
  }

  .page-kto .page-section:has(.story-panel--dark) + .page-section,
  .page-kto .page-section:has(.story-panel--lavender) + .page-section {
    padding-top: 50px;
  }

  .page-kto .story-panel--lavender .story-columns--lavender {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 24px;
    max-height: none;
    overflow: visible;
  }

  .page-kto .story-panel--lavender .story-columns--lavender .story-panel--lavender__lime-note {
    grid-column: 1 / -1;
    width: min(330px, 100%);
    min-height: 0;
    margin-top: 24px;
    margin-bottom: -80px;
    margin-right: 30px;
    align-self: end;
  }

  .page-kto .story-panel--lavender .story-panel__illustration--lavender {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 320px);
    height: auto;
    max-height: none;
    overflow: visible;
    margin: 24px auto 0;
  }

  .page-kto .story-panel--dark .story-columns .story-panel--dark__lime-note {
    width: min(330px, 100%);
    min-height: 0;
    margin-bottom: -80px;
  }

  .page-kto .story-panel--dark .story-panel__corner-marker {
    top: 18px;
    left: 18px;
    right: auto;
  }

  .page-kto .story-panel--lavender .story-title--lavender,
  .page-kto .story-panel--lavender .story-title__line,
  .page-kto .story-panel--lavender .story-title__mark {
    font-size: 40px;
  }

  .page-kto .story-panel--lavender .story-title--lavender {
    width: auto;
    max-width: 340px;
  }

  .page-kto .story-panel--lavender .story-title__mark {
    min-width: 0;
    padding: 5px 10px 9px;
  }

  .page-kto .story-panel--lavender .story-copy {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  .page-kto .story-panel--lavender .story-panel__illustration--lavender img {
    width: 100%;
    height: auto;
  }

  .page-kto .story-panel--lavender .story-panel__dots {
    top: 18px;
    left: 18px;
    right: auto;
  }

  .page-kto .story-panel--lavender .story-panel__inner {
    padding: 52px 16px 28px;
    overflow: visible;
  }

  .page-kto .story-panel--lavender {
    margin-bottom: 70px;
  }

  .page-kto .story-panel__note {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    min-height: 0;
    margin-top: 10px;
  }

  .story-panel__dots {
    top: 18px;
    right: 18px;
  }

  .story-panel__dots img {
    width: 22px;
    height: 22px;
  }

  .reason-card,
  .bin-card,
  .journey-card,
  .faq-card {
    min-height: 0;
  }

  .reason-card p {
    width: auto;
    margin-top: 28px;
  }

  .reason-card h3,
  .bin-card__title,
  .faq-card h3 {
    font-size: 28px;
  }

  .reason-card h3 {
    max-width: calc(100% - 120px);
  }

  .reason-card__badge {
    top: -24px;
    right: 16px;
    width: 98px;
    height: 98px;
  }

  .reason-slider__controls {
    padding: 0 8px;
  }

  .journey-card,
  .faq-card {
    padding: 18px 16px 20px;
    border-radius: 20px;
  }

  .bin-card {
    padding: 18px 16px 39px;
    border-radius: 20px;
  }

  .bin-slide {
    flex-basis: 100%;
    width: 100%;
  }

  .bin-slider__track {
    padding-right: 0;
  }

  .bin-card__tip {
    margin-top: 10px;
    padding: 14px 16px;
  }

  .bin-card__tip-group {
    gap: 10px;
    margin-top: 10px;
  }

  .bin-card__tip--orange,
  .bin-card__tip--prior {
    min-height: 0;
  }

  .deposit-banner {
    padding: 46px 18px 18px;
  }

  .deposit-banner__icon {
    left: 18px;
    top: -22px;
    width: 54px;
    height: 54px;
  }

  .deposit-banner__icon-symbol {
    left: 5px;
    top: 7px;
    width: 44px;
    height: 41px;
  }

  .journey-card:nth-child(even) {
    margin-top: 0;
  }

  .journey-card__number {
    top: 16px;
    left: 16px;
  }

  .journey-card {
    padding-top: 72px;
  }

  .journey-card__badge {
    top: -16px;
    right: 16px;
    width: 54px;
    height: 54px;
  }

  .page-triedenie .journey-card--step-1 .journey-card__badge,
  .page-triedenie .journey-card--step-2 .journey-card__badge,
  .page-triedenie .journey-card--step-3 .journey-card__badge,
  .page-triedenie .journey-card--step-4 .journey-card__badge {
    top: -16px;
    right: 16px;
  }

  .journey-card--step-1 .journey-card__badge-icon {
    width: 34px;
    height: 35px;
  }

  .journey-card--step-2 .journey-card__badge-icon {
    width: 28px;
    height: 35px;
  }

  .journey-card--step-3 .journey-card__badge-icon {
    width: 40px;
    height: 23px;
  }

  .journey-card--step-4 .journey-card__badge-icon {
    width: 35px;
    height: 27px;
  }

  .recycle-panel {
    min-height: 0;
    padding: 78px 16px 16px;
  }

  .recycle-panel__number {
    top: 16px;
    left: 16px;
  }

  .recycle-panel__badge {
    right: 16px;
    top: -52px;
    width: 98px;
    height: 98px;
  }

  .recycle-panel__badge-icon {
    left: 17px;
    top: 18px;
    width: 64px;
    height: 64px;
  }

  .recycle-panel__intro h3 {
    font-size: 34px;
  }

  .recycle-panel__copy-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 20px;
  }

  .recycle-panel__lead,
  .recycle-panel__aside-copy {
    font-size: 18px;
  }

  .recycle-panel__secondary {
    margin-top: 12px;
    font-size: 16px;
  }

  .transformations-panel__label {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .chart-block__plot {
    margin-top: 18px;
  }

  .chart-block__y-labels {
    width: 28px;
    font-size: 8px;
  }

  .chart-block__x-labels {
    left: 44px;
    right: 12px;
    bottom: 44px;
    font-size: 10px;
  }

  .chart-block__x-labels .is-highlighted {
    width: 38px;
    height: 18px;
  }

  .chart-block__legend {
    gap: 8px;
    margin-left: 8px;
    font-size: 14px;
  }

  .chart-block__legend img {
    width: 18px;
    height: 18px;
  }

  .chart-block {
    padding: 18px 12px 16px;
  }

  .chart-block__callout {
    max-width: none;
    margin-bottom: 12px;
    padding: 16px 16px 18px;
  }

  .chart-block__callout span {
    padding-left: 28px;
  }

  .page-bottom-cta .final-cta {
    min-height: 0;
  }

  .page-bottom-cta .button {
    min-width: 0;
    width: auto;
  }

  .content-page .page-bottom-cta .panel.final-cta {
    overflow: visible;
  }

  .content-page .page-bottom-cta .final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px 44px;
    min-height: 0;
  }

  .content-page .page-bottom-cta .final-cta .eyebrow,
  .content-page .page-bottom-cta .final-cta h2,
  .content-page .page-bottom-cta .final-cta__button {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .content-page .page-bottom-cta .final-cta__button {
    width: min(334px, 100%);
    height: 60px;
    min-height: 60px;
    margin: 50px auto 0;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Dekor nižšie – neprekrýva tlačidlo (globálne mobilné bottom:-50px je málo) */
  .content-page .page-bottom-cta .final-cta__shape {
    bottom: -118px;
  }

  .page-kto .page-note--lime {
    min-height: 0;
    margin-top: 18px;
  }

  .page-triedenie .journey-grid {
    gap: 50px;
    margin-top: 24px;
  }

  .page-triedenie .journey-card:nth-child(even) {
    margin-top: 0;
  }

  /* Blok fotka+odznak musí byť nad panelom (inak isolate kreslí panel navrch) */
  .page-triedenie .journey-flow__recycle-visual {
    margin-top: 56px;
    gap: 0;
    z-index: 2;
    isolation: isolate;
  }

  .page-triedenie .journey-flow__recycle-visual .recycle-panel__badge {
    width: 140px;
    height: 140px;
    margin-right: 28px;
    margin-bottom: -72px;
    z-index: 3;
  }

  /* Veľkosť symbolu vo vnútri 140px odznaku (nie samotný kontajner) */
  .page-triedenie .journey-flow__recycle-visual .recycle-panel__badge-icon {
    left: 24px;
    top: 26px;
    width: 92px;
    height: 92px;
  }

  .page-triedenie .journey-flow__recycle-visual .journey-flow__photo {
    max-width: 330px;
    width: 100%;
    margin: 0 auto -32px;
    aspect-ratio: 330 / 184.633;
    border-radius: 56px;
    z-index: 2;
    overflow: hidden;
  }

  .page-triedenie .recycle-panel {
    position: relative;
    z-index: 0;
    padding: 100px 20px 28px;
    margin-top: 8px;
    overflow: visible;
    border-radius: 25px;
  }

  /* Číslo pod prekryvom fotky rúk */
  .page-triedenie .recycle-panel__number {
    top: 48px;
    left: 20px;
  }

  .page-triedenie .recycle-panel__intro h3 {
    max-width: 340px;
    margin: 0 0 30px;
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
  }

  .page-triedenie .recycle-panel__copy-grid {
    gap: 16px;
    margin-top: 0;
  }

  .page-triedenie .recycle-panel__lead {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
  }

  .page-triedenie .recycle-panel__secondary,
  .page-triedenie .recycle-panel__aside-copy {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
  }

  .page-triedenie .recycle-panel__secondary {
    margin-top: 16px;
  }

  /* Príklady premien – mobile (Figma 170:2243): 370px panel, 330px squircle, overlay, medzery */
  .page-triedenie .transformations-panel {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    padding: 50px 20px 40px;
    border-radius: 25px;
    min-height: 0;
  }

  .page-triedenie .transformations-panel__eyebrow {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.4em;
    font-weight: 600;
  }

  .page-triedenie .transformations-panel__fader {
    margin-top: 48px;
  }

  .page-triedenie .transformations-panel__grid {
    gap: 10px;
  }

  .page-triedenie .transformations-panel__item {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 330px;
  }

  .page-triedenie .transformations-panel__photo {
    --transformations-photo-radius: 56px;
    width: 100%;
    max-width: 330px;
    height: auto;
    aspect-ratio: 330 / 184.633;
    margin-inline: auto;
  }

  .page-triedenie .transformations-panel__photo::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(69, 31, 18, 0.4);
    pointer-events: none;
    z-index: 1;
  }

  .page-triedenie .transformations-panel__label,
  .page-triedenie .transformations-panel__label--stack {
    z-index: 2;
    font-size: 20px;
    line-height: 1.1;
  }

  .page-triedenie .transformations-panel__label--long {
    font-size: 18px;
    max-width: min(280px, 100%);
  }

  .page-triedenie .transformations-panel__arrow {
    position: relative;
    z-index: 3;
    width: min(100%, 150px);
    max-width: 150px;
    height: auto;
    aspect-ratio: 149.3 / 51.5;
    margin: -8px auto;
    transform: rotate(180deg) scaleX(-1) rotate(-20deg);
    transform-origin: center center;
  }

  .page-triedenie .transformations-panel__dots {
    margin-top: 28px;
    gap: 10px;
  }

  .page-faq .faq-card:nth-last-child(-n + 3) {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .content-page .page-header {
    padding-top: 72px;
    padding-bottom: 8px;
  }

  .content-page .page-section {
    padding-top: 24px;
  }

  .content-page .site-footer .brand--footer {
    flex: none;
    width: auto;
    max-width: none;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 20px;
    margin-bottom: 24px;
    color: #ffffff;
  }

  .content-page .page-bottom-cta .final-cta {
    min-height: 582px;
    padding: 53px 20px 120px;
  }

  .content-page .site-footer .footer-grid {
    gap: 34px;
    padding: 50px 20px 18px;
    grid-template-columns: 1fr;
  }

  .content-page .site-footer .footer-social {
    justify-self: start;
  }

  .content-page .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 20px 20px;
    font-size: 12px;
    line-height: 2;
  }

  .content-page .page-header .shell,
  .content-page .shell {
    width: min(370px, calc(100% - 40px));
  }

  .content-page .page-bottom-cta .panel.final-cta {
    overflow: visible;
  }

  .content-page .page-bottom-cta .final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px 44px;
    min-height: 0;
  }

  .content-page .page-bottom-cta .final-cta .eyebrow,
  .content-page .page-bottom-cta .final-cta h2,
  .content-page .page-bottom-cta .final-cta__button {
    position: static !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .content-page .page-bottom-cta .final-cta__button {
    width: min(334px, 100%);
    max-width: 100%;
    height: 60px;
    min-height: 60px;
    margin: 50px auto 0;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .content-page .page-bottom-cta .final-cta__shape {
    bottom: -118px;
  }

  .content-page .page-bottom-cta .final-cta__button:hover,
  .content-page .page-bottom-cta .final-cta__button:focus-visible {
    transform: none !important;
  }

  .content-page .topbar {
    top: 20px;
    width: min(370px, calc(100% - 40px));
    padding: 0;
    gap: 13px;
    background: transparent;
    border-radius: 0;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    backdrop-filter: none;
  }

  .content-page .brand {
    flex: 1 1 auto;
    width: calc(100% - 83px);
    max-width: 287px;
    min-height: 50px;
    padding: 0 15px;
    border-radius: 25px;
    background: var(--lavender);
    font-size: clamp(12px, 4.2vw, 18px);
    justify-content: flex-start;
  }

  .content-page .brand-mark {
    width: clamp(12px, 3.5vw, 18px);
    height: clamp(12px, 3.5vw, 18px);
    flex-shrink: 0;
  }

  .content-page .nav-toggle {
    display: inline-flex;
    width: 70px;
    height: 50px;
    border-radius: 25px;
    background: var(--lime);
    flex: 0 0 auto;
  }

  .content-page .nav-toggle span {
    width: 20px;
    background: #432319;
  }

  .content-page .topbar.is-open {
    flex-wrap: wrap;
  }

  .content-page .main-nav {
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
    padding: 24px 20px 24px;
    background: var(--lavender);
    border-top: 0;
    border-radius: 25px;
    font-size: 20px;
    line-height: 1.2;
  }

  .content-page .topbar.is-open .main-nav {
    display: flex;
  }

  .page-kto .page-hero {
    padding-bottom: 140px;
  }

  .page-kto .page-hero__panel {
    padding: 24px 20px 80px;
    min-height: 0;
  }

  .page-kto .page-hero__title {
    font-size: 50px;
    max-width: 330px;
  }

  .page-kto .page-hero__title-accent {
    padding: 6px 10px 10px;
    border-radius: 18px;
  }

  .page-kto .page-hero__title-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }

  .page-kto .page-hero__copy {
    font-size: 16px;
    max-width: 330px;
    margin-top: 16px;
    padding: 50px 0 0;
  }

  .page-kto .page-hero__copy-inline-icon {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 2px;
  }

  .page-kto .page-hero__media {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -140px;
    top: auto;
    width: 100%;
    max-width: 330px;
    margin: 0;
    transform: translateX(-50%);
  }

  /* Správne triedenie – priestor pod squircle (nižší výrez) */
  .page-triedenie .page-hero {
    padding-bottom: 180px;
  }

  .page-triedenie .page-hero__panel {
    padding: 24px 20px 80px;
    min-height: 0;
  }

  /* Squircle nižšie – väčší prekryv s lavender ikonou */
  .page-triedenie .page-hero__media {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -158px;
    top: auto;
    width: 100%;
    max-width: 330px;
    margin: 0;
    transform: translateX(-50%);
    aspect-ratio: 330 / 184.633;
    height: auto;
    z-index: 2;
  }

  .page-triedenie .page-hero__media img {
    object-fit: cover;
    object-position: center;
  }

  .page-triedenie .page-hero__decor.page-hero__decor--lavender {
    right: 50px;
    bottom: -10px;
  }

  .page-kto .story-panel--dark,
  .page-kto .story-panel--lavender {
    min-height: 0;
  }

  .page-kto .story-panel__inner {
    padding: 24px 16px 28px;
    border-radius: 25px;
  }

  .page-kto .story-panel--dark .story-panel__inner {
    padding: 52px 16px 28px;
  }

  .page-kto .story-panel--dark .story-panel__corner-marker {
    top: 18px;
    left: 18px;
    right: auto;
  }

  .page-kto .story-panel--dark .story-columns {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 0;
    margin-top: 20px;
  }

  .page-kto .story-panel--dark .story-columns > div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .page-kto .story-panel--dark .story-columns > div:nth-of-type(2) {
    margin-top: 24px;
  }

  .page-kto .story-panel--dark .story-panel__illustration {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 180px);
    height: auto;
    margin: 24px auto 0;
    transform: none;
  }

  .page-kto .story-panel--dark .story-copy {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    line-height: 1;
  }

  .page-kto .reason-header {
    margin-bottom: 24px;
  }

  .page-kto .reason-slider__viewport {
    margin-top: -24px;
    padding-top: 24px;
  }

  .page-kto .reason-slider__viewport::before,
  .page-kto .reason-slider__viewport::after,
  .page-kto .reason-slider.reason-slider--fade-right .reason-slider__viewport::after,
  .page-kto .reason-slider.reason-slider--fade-left .reason-slider__viewport::before {
    opacity: 0 !important;
  }

  .page-kto .reason-card__badge {
    top: -24px;
    right: 16px;
    width: 98px;
    height: 98px;
  }

  .page-kto .reason-slide {
    flex: 0 0 min(370px, 100%);
    width: min(370px, 100%);
  }

  .page-kto .reason-card h3 {
    font-size: 28px;
    max-width: calc(100% - 110px);
  }

  .page-kto .reason-card p {
    font-size: 18px;
    margin-top: 20px;
  }

  .page-kto .reason-slider__controls {
    padding: 0 8px;
  }

  .page-kto .reason-slider__button .slider-btn__icon {
    width: 60px;
    height: 52px;
  }

  /* final-cta mobile (kto / triedenie / faq) – rovnaký layout ako „Kto za to zaplatí“ */
  .page-kto .page-bottom-cta .panel.final-cta,
  .page-triedenie .page-bottom-cta .panel.final-cta,
  .page-faq .page-bottom-cta .panel.final-cta {
    border-radius: 25px;
    overflow: visible;
  }

  .page-kto .page-bottom-cta .final-cta,
  .page-triedenie .page-bottom-cta .final-cta,
  .page-faq .page-bottom-cta .final-cta {
    min-height: 0;
    padding: 53px 20px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: visible;
  }

  .page-kto .page-bottom-cta .final-cta .eyebrow,
  .page-kto .page-bottom-cta .final-cta h2,
  .page-kto .page-bottom-cta .final-cta__button,
  .page-triedenie .page-bottom-cta .final-cta .eyebrow,
  .page-triedenie .page-bottom-cta .final-cta h2,
  .page-triedenie .page-bottom-cta .final-cta > p:not(.eyebrow),
  .page-triedenie .page-bottom-cta .final-cta__button,
  .page-faq .page-bottom-cta .final-cta .eyebrow,
  .page-faq .page-bottom-cta .final-cta h2,
  .page-faq .page-bottom-cta .final-cta > p:not(.eyebrow),
  .page-faq .page-bottom-cta .final-cta__button {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
  }

  .page-kto .page-bottom-cta .final-cta .eyebrow,
  .page-triedenie .page-bottom-cta .final-cta .eyebrow,
  .page-faq .page-bottom-cta .final-cta .eyebrow {
    margin: 0 auto;
  }

  .page-kto .page-bottom-cta .final-cta h2,
  .page-triedenie .page-bottom-cta .final-cta h2,
  .page-faq .page-bottom-cta .final-cta h2 {
    width: 100%;
    max-width: 370px;
    margin: 30px auto 0;
    font-size: 30px;
    line-height: 1;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .page-triedenie .page-bottom-cta .final-cta > p:not(.eyebrow),
  .page-faq .page-bottom-cta .final-cta > p:not(.eyebrow) {
    width: 100%;
    max-width: 370px;
    margin: 28px auto 0;
    font-size: 18px;
    line-height: 1.35;
    box-sizing: border-box;
  }

  .page-kto .page-bottom-cta .final-cta .final-cta__title-line--nowrap {
    white-space: normal;
  }

  .page-kto .page-bottom-cta .final-cta__button,
  .page-triedenie .page-bottom-cta .final-cta__button,
  .page-faq .page-bottom-cta .final-cta__button {
    width: 334px;
    max-width: 100%;
    height: 60px;
    min-height: 60px;
    margin-top: 50px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-kto .page-bottom-cta .final-cta__shape,
  .page-triedenie .page-bottom-cta .final-cta__shape,
  .page-faq .page-bottom-cta .final-cta__shape {
    position: absolute;
    right: 25px;
    bottom: -60px;
    width: 140px;
    height: 140px;
  }

  .page-kto .page-bottom-cta .final-cta__shape img,
  .page-triedenie .page-bottom-cta .final-cta__shape img,
  .page-faq .page-bottom-cta .final-cta__shape img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 18px;
  }
}

.content-page .subpage-reveal {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition:
    opacity 720ms cubic-bezier(0.2, 0.65, 0.2, 1),
    transform 720ms cubic-bezier(0.2, 0.65, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.content-page .subpage-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.content-page .story-panel,
.content-page .reason-card,
.content-page .journey-card,
.content-page .faq-card,
.content-page .deposit-banner,
.content-page .recycle-panel,
.content-page .transformations-panel,
.content-page .chart-block,
.content-page .final-cta {
  transition:
    transform 260ms ease,
    background-color 260ms ease,
    border-color 260ms ease;
}

@media (hover: hover) {
  .content-page .story-panel:hover,
  .content-page .reason-card:hover,
  .content-page .journey-card:hover,
  .content-page .faq-card:hover,
  .content-page .deposit-banner:hover,
  .content-page .recycle-panel:hover,
  .content-page .transformations-panel:hover,
  .content-page .chart-block:hover,
  .content-page .final-cta:hover {
    transform: translateY(-6px);
  }

  .page-kto .story-panel:hover,
  .page-kto .reason-card:hover,
  .page-kto .final-cta:hover,
  .page-faq .final-cta:hover {
    transform: none;
  }

  .page-faq .faq-card:hover {
    transform: none;
  }

  /* Správne triedenie – žiadny hover lift na kartách / paneloch */
  .page-triedenie .bin-card:hover,
  .page-triedenie .journey-card:hover,
  .page-triedenie .deposit-banner:hover,
  .page-triedenie .recycle-panel:hover,
  .page-triedenie .transformations-panel:hover,
  .page-triedenie .chart-block:hover,
  .page-triedenie .final-cta:hover {
    transform: none;
  }
}

@keyframes subpage-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes subpage-float-soft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scaleX(var(--connector-scale, 1));
  }

  50% {
    transform: translate3d(0, -5px, 0) scaleX(var(--connector-scale, 1));
  }
}

@keyframes chart-point-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.content-page .page-hero__title-icon--asset img,
.content-page .page-hero__decor--asset img,
.content-page .page-hero__blob img,
.content-page .journey-card__badge,
.content-page .recycle-panel__badge,
.content-page .deposit-banner__icon,
.content-page .final-cta__shape img {
  animation: subpage-float 6.4s ease-in-out infinite;
}

.content-page .journey-grid__connector,
.content-page .transformations-panel__arrow img {
  animation: subpage-float-soft 7.4s ease-in-out infinite;
}

.content-page .chart-block__point--outer,
.content-page .chart-block__point--inner {
  animation: chart-point-pulse 3.4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .transformations-panel__slide {
    transition: none;
  }

  .content-page .subpage-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .content-page .story-panel,
  .content-page .reason-card,
  .content-page .journey-card,
  .content-page .faq-card,
  .content-page .deposit-banner,
  .content-page .recycle-panel,
  .content-page .transformations-panel,
  .content-page .chart-block,
  .content-page .final-cta,
  .content-page .page-hero__title-icon--asset img,
  .content-page .page-hero__decor--asset img,
  .content-page .page-hero__blob img,
  .content-page .journey-card__badge,
  .content-page .recycle-panel__badge,
  .content-page .deposit-banner__icon,
  .content-page .final-cta__shape img,
  .content-page .journey-grid__connector,
  .content-page .transformations-panel__arrow img,
  .content-page .chart-block__point--outer,
  .content-page .chart-block__point--inner {
    animation: none;
    transition: none;
    transform: none;
  }

  .content-page .chart-block__point--outer {
    transform: translate(-50%, -50%);
  }

  .content-page .chart-block__point--inner {
    transform: translate(-50%, -50%);
  }
}

/* --- Správne triedenie: sekcia grafu, mobile (Figma node 2027:15) – musí byť po všeobecných @media (900px) pravidlách --- */
@media (max-width: 900px) {
  .page-triedenie .page-section--chart {
    padding-top: 28px;
    padding-bottom: 8px;
  }

  .page-triedenie .page-section--chart .shell--chart-split {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: min(370px, calc(100% - 40px));
    margin-inline: auto;
    box-sizing: border-box;
  }

  /* 1) Čiara + eyebrow + nadpis – bez vnútorného paddingu */
  .page-triedenie .chart-section__intro {
    display: block;
    padding: 0;
    border-radius: 25px;
    background: var(--surface);
    box-sizing: border-box;
  }

  .page-triedenie .page-section--chart .page-divider {
    margin-bottom: 18px;
  }

  .page-triedenie .page-section--chart .page-section__eyebrow {
    margin: 0 0 30px;
    max-width: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    text-align: left;
    color: var(--ink);
  }

  .page-triedenie .page-section--chart .page-section__heading--compact {
    max-width: none;
    margin: 0;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    color: var(--ink);
  }

  /* 2) Teal callout – ikona v riadku s textom (nie „odrážka“ cez ::before) */
  .page-triedenie .chart-section__callout {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 20px 22px;
    min-height: 0;
    border-radius: 25px;
    background: var(--teal);
    color: var(--lime);
    box-sizing: border-box;
  }

  /* Ikona ako začiatok vety (inline), nie samostatný stĺpec ako pri odrážke */
  .page-triedenie .chart-section__callout-text {
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 400;
  }

  .page-triedenie .chart-section__callout-line {
    display: block;
  }

  .page-triedenie .chart-section__callout-line--lead .chart-section__callout-icon {
    display: inline-block;
    width: 22px;
    height: 23px;
    margin: 0 0.4em 0 0;
    vertical-align: -0.2em;
  }

  /* 3) Levanduľový blok len s grafom */
  .page-triedenie .page-section--chart .chart-block {
    margin-top: 0;
    padding: 18px 16px 16px;
    border-radius: 25px;
    background: var(--lavender);
    overflow: hidden;
  }

  .page-triedenie .page-section--chart .chart-block__graphic img {
    width: 100%;
    height: auto;
  }
}
