/*
 * Tvujoriginal.cz — Product Experience Panel v7
 */

:root {
  --to-px-ink: #2c211a;
  --to-px-muted: #6d635c;
  --to-px-brand: #b6a99a;
  --to-px-brand-dark: #6c4b32;
  --to-px-green: #84ab09;
  --to-px-chat: #ffcccc;
  --to-px-chat-text: #6b3f43;
  --to-px-gold: #d7a53d;
  --to-px-soft: #faf7f2;
  --to-px-line: rgba(67, 45, 31, .12);
}

.to-px,
.to-px * {
  box-sizing: border-box;
}

.to-px {
  width: 100%;
  margin: 16px 0 0;
  overflow: hidden;
  color: var(--to-px-ink);
  font-family: inherit;
  background: #fff;
  border: 1px solid var(--to-px-line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(44, 33, 26, .07);
}

.to-px svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.to-px__master-trigger {
  display: grid;
  width: 100%;
  min-height: 78px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  padding: 15px 18px;
  align-items: center;
  color: var(--to-px-ink);
  text-align: left;
  font: inherit;
  background:
    linear-gradient(115deg, rgba(182, 169, 154, .16), rgba(255, 255, 255, 0) 62%),
    #fff;
  border: 0;
  cursor: pointer;
}

.to-px__master-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--to-px-brand-dark);
  background: var(--to-px-soft);
  border: 1px solid rgba(182, 169, 154, .32);
  border-radius: 50%;
}

.to-px__master-copy strong,
.to-px__master-copy small {
  display: block;
}

.to-px__master-copy strong {
  font-size: 16px;
  font-weight: 760;
  line-height: 1.3;
}

.to-px__master-copy small {
  margin-top: 4px;
  color: var(--to-px-muted);
  font-size: 12px;
}

.to-px__master-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--to-px-brand-dark);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.to-px__master-action svg {
  width: 16px;
  transition: transform .22s ease;
}

.to-px__master-trigger[aria-expanded="true"] .to-px__master-action svg {
  transform: rotate(180deg);
}

.to-px__body {
  border-top: 1px solid var(--to-px-line);
  animation: toPxReveal .28s ease both;
}

@keyframes toPxReveal {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.to-px__hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    var(--to-hero-image) center center / cover no-repeat,
    #332b25;
}

.to-px__hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 21, 20, .96) 0%, rgba(22, 21, 20, .82) 38%, rgba(22, 21, 20, .18) 72%, rgba(22, 21, 20, .05) 100%),
    linear-gradient(0deg, rgba(22, 21, 20, .25), transparent 45%);
}

.to-px__hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 64%);
  padding: 44px 46px;
  color: #fff;
}

.to-px__hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #e2b873;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.to-px__hero-kicker svg {
  width: 21px;
}

.to-px__hero h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.to-px__hero p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.65;
}

.to-px__hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 27px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.to-px__hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.to-px__hero-facts svg {
  width: 17px;
  color: #e2b873;
}

.to-px__category-story {
  padding: 27px 34px 24px;
  text-align: center;
}

.to-px__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--to-px-brand-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.to-px__category-story h2 {
  max-width: 800px;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.28;
}

.to-px__category-story p {
  max-width: 820px;
  margin: 11px auto 0;
  color: var(--to-px-muted);
  font-size: 14px;
  line-height: 1.7;
}

.to-px__trust-row {
  display: grid;
  grid-template-columns: .9fr 1.25fr 1.2fr;
  margin: 0 28px;
  border: 1px solid var(--to-px-line);
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(44, 33, 26, .035);
}

.to-px__rating,
.to-px__quote,
.to-px__micro-trust {
  padding: 19px 20px;
}

.to-px__review-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition:
    background-color .18s ease,
    transform .18s ease;
}

.to-px__review-link:hover {
  background: #fffaf4;
}

.to-px__review-link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(255, 204, 204, .8);
  outline-offset: -3px;
}

.to-px__quote,
.to-px__micro-trust {
  border-left: 1px solid var(--to-px-line);
}

.to-px__rating > span {
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.to-px__rating strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 18px;
}

.to-px__rating strong b {
  margin-right: 8px;
  color: var(--to-px-gold);
  letter-spacing: .05em;
}

.to-px__rating small,
.to-px__quote small {
  display: block;
  margin-top: 6px;
  color: var(--to-px-muted);
  font-size: 10px;
}

.to-px__quote blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.55;
}

.to-px__micro-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.to-px__micro-trust > div {
  display: grid;
  gap: 7px;
  justify-items: center;
  text-align: center;
}

.to-px__micro-trust svg {
  width: 24px;
  height: 24px;
  color: var(--to-px-brand-dark);
}

.to-px__micro-trust strong {
  font-size: 10px;
  line-height: 1.35;
}

.to-px__advisor {
  padding: 30px 28px 27px;
}

.to-px__section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 17px;
}

.to-px__section-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108, 75, 50, .24));
}

.to-px__section-heading span:last-child {
  background: linear-gradient(90deg, rgba(108, 75, 50, .24), transparent);
}

.to-px__section-heading h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

.to-px__accordion {
  display: grid;
  gap: 7px;
}

.to-px__accordion-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--to-px-line);
  border-radius: 12px;
  box-shadow: 0 3px 13px rgba(44, 33, 26, .025);
}

.to-px__accordion-trigger {
  display: grid;
  width: 100%;
  min-height: 89px;
  grid-template-columns: 54px 116px minmax(0, 1fr) 24px;
  gap: 14px;
  padding: 9px 16px;
  align-items: center;
  color: var(--to-px-ink);
  text-align: left;
  font: inherit;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.to-px__accordion-trigger:hover {
  background: #fdfbf8;
}

.to-px__accordion-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--to-px-brand-dark);
  background: #f4ede4;
  border-radius: 50%;
}

.to-px__accordion-icon svg {
  width: 24px;
  height: 24px;
}

.to-px__accordion-thumb {
  width: 116px;
  height: 69px;
  overflow: hidden;
  background: var(--to-px-soft);
  border-radius: 9px;
}

.to-px__accordion-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.to-px__accordion-title strong,
.to-px__accordion-title small {
  display: block;
}

.to-px__accordion-title strong {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.to-px__accordion-title small {
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.to-px__accordion-chevron {
  color: var(--to-px-brand-dark);
}

.to-px__accordion-chevron svg {
  width: 17px;
  transition: transform .2s ease;
}

.to-px__accordion-trigger[aria-expanded="true"] .to-px__accordion-chevron svg {
  transform: rotate(180deg);
}

.to-px__accordion-content {
  padding: 0 22px 23px 84px;
  border-top: 1px solid var(--to-px-line);
  animation: toPxReveal .22s ease both;
}

.to-px__topic {
  padding-top: 20px;
}

.to-px__topic h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.to-px__topic > p {
  margin: 9px 0 0;
  color: var(--to-px-muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.to-px__topic-grid,
.to-px__font-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 17px;
}

.to-px__topic-grid > div,
.to-px__font-grid > div {
  padding: 15px;
  background: var(--to-px-soft);
  border-radius: 11px;
}

.to-px__topic-grid strong,
.to-px__topic-grid span,
.to-px__font-grid strong,
.to-px__font-grid small {
  display: block;
}

.to-px__topic-grid strong,
.to-px__font-grid strong {
  font-size: 12px;
}

.to-px__topic-grid span,
.to-px__font-grid small {
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.5;
}

.to-px__font-grid {
  text-align: center;
}

.to-px__font-grid > div > span {
  display: block;
  min-height: 42px;
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 1.4;
}

.to-px__font-script {
  font-family: "Monotype Corsiva", "Brush Script MT", cursive;
}

.to-px__font-classic {
  font-family: Georgia, serif;
  letter-spacing: .07em;
}

.to-px__font-bold {
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.to-px__note {
  padding: 12px 14px;
  background: #f4ede4;
  border-radius: 10px;
}

.to-px__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.to-px__chips span {
  padding: 8px 11px;
  font-size: 10.5px;
  font-weight: 700;
  background: var(--to-px-soft);
  border: 1px solid var(--to-px-line);
  border-radius: 999px;
}

.to-px__steps {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.to-px__steps > div {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  padding-bottom: 15px;
}

.to-px__steps > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: var(--to-px-line);
}

.to-px__steps > div > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--to-px-brand-dark);
  font-size: 11px;
  font-weight: 800;
  background: #f4ede4;
  border-radius: 50%;
}

.to-px__steps p {
  margin: 0;
  padding-top: 1px;
}

.to-px__steps strong,
.to-px__steps small {
  display: block;
}

.to-px__steps strong {
  font-size: 12px;
}

.to-px__steps small {
  margin-top: 3px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.to-px__gift-for {
  padding: 13px 15px;
  background: var(--to-px-soft);
  border-radius: 10px;
}

.to-px__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 17px;
  margin-top: 17px;
}

.to-px__feature {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 9px;
}

.to-px__feature > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--to-px-green);
  background: rgba(132, 171, 9, .12);
  border-radius: 50%;
}

.to-px__feature svg {
  width: 14px;
}

.to-px__feature p {
  margin: 0;
}

.to-px__feature strong,
.to-px__feature small {
  display: block;
}

.to-px__feature strong {
  font-size: 12px;
}

.to-px__feature small {
  margin-top: 3px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.to-px__review-card {
  margin-top: 18px;
  padding: 15px 17px;
  background: #fffaf2;
  border: 1px solid rgba(215, 165, 61, .22);
  border-radius: 11px;
}

.to-px__review-stars {
  color: var(--to-px-gold);
  letter-spacing: .07em;
}

.to-px__review-card blockquote {
  margin: 7px 0 0;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.55;
}

.to-px__review-card small {
  display: block;
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 10px;
}

.to-px__origin {
  display: grid;
  grid-template-columns: 112px minmax(0, 1.25fr) minmax(230px, .8fr);
  gap: 20px;
  padding: 22px 28px;
  align-items: center;
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 204, 204, .32), transparent 24%),
    linear-gradient(100deg, #fff7f7, #fff 72%);
  border-top: 1px solid var(--to-px-line);
}

.to-px__origin-photo {
  position: relative;
  width: 104px;
  height: 104px;
}

.to-px__origin-photo img {
  width: 104px;
  height: 104px;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(107, 63, 67, .1),
    0 10px 23px rgba(107, 63, 67, .13);
}

.to-px__origin-online {
  position: absolute;
  right: 5px;
  bottom: 8px;
  width: 16px;
  height: 16px;
  background: #84ab09;
  border: 3px solid #fff;
  border-radius: 50%;
}

.to-px__origin-copy > span {
  display: block;
  margin-bottom: 5px;
  color: var(--to-px-chat-text);
  font-family: "Monotype Corsiva", "Brush Script MT", cursive;
  font-size: 24px;
}

.to-px__origin-copy strong,
.to-px__origin-copy small {
  display: block;
}

.to-px__origin-copy strong {
  font-size: 14px;
}

.to-px__origin-copy p {
  margin: 7px 0 0;
  color: var(--to-px-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.to-px__origin-copy small {
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.to-px__origin-actions {
  display: grid;
  gap: 13px;
}

.to-px__origin-points {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.to-px__origin-points span {
  display: grid;
  gap: 5px;
  justify-items: center;
  color: var(--to-px-muted);
  font-size: 9px;
  text-align: center;
}

.to-px__origin-points svg {
  width: 22px;
  height: 22px;
  color: var(--to-px-chat-text);
}

.to-px__chat {
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--to-px-chat-text);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  background: var(--to-px-chat);
  border: 1px solid rgba(107, 63, 67, .12);
  border-radius: 11px;
  box-shadow: 0 9px 20px rgba(255, 204, 204, .55);
  cursor: pointer;
  transition:
    transform .18s ease,
    background-color .18s ease,
    box-shadow .18s ease;
}

.to-px__chat:hover {
  background: #ffc2c2;
  box-shadow: 0 11px 24px rgba(255, 194, 194, .62);
  transform: translateY(-1px);
}

.to-px__chat:focus-visible {
  outline: 3px solid rgba(107, 63, 67, .2);
  outline-offset: 3px;
}

.to-px__chat svg {
  width: 17px;
}

.to-px__bottom-trust {
  display: flex;
  gap: 28px;
  padding: 14px 28px;
  justify-content: center;
  color: var(--to-px-muted);
  background: #fff;
  border-top: 1px solid var(--to-px-line);
}

.to-px__bottom-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 9.5px;
}

.to-px__bottom-trust svg {
  width: 17px;
  color: var(--to-px-brand-dark);
}

@media (max-width: 767px) {
  .to-px {
    margin-top: 13px;
    border-radius: 14px;
  }

  .to-px__master-trigger {
    min-height: 70px;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 13px 14px;
  }

  .to-px__master-icon {
    width: 38px;
    height: 38px;
  }

  .to-px__master-copy strong {
    font-size: 14px;
  }

  .to-px__master-copy small {
    font-size: 10.5px;
  }

  .to-px__master-action {
    font-size: 0;
  }

  .to-px__hero {
    min-height: 440px;
    align-items: flex-end;
    background-position: center top;
  }

  .to-px__hero-overlay {
    background:
      linear-gradient(0deg, rgba(22, 21, 20, .97) 0%, rgba(22, 21, 20, .82) 47%, rgba(22, 21, 20, .1) 82%),
      linear-gradient(90deg, rgba(22, 21, 20, .35), transparent);
  }

  .to-px__hero-content {
    width: 100%;
    padding: 27px 18px 22px;
  }

  .to-px__hero-kicker {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .to-px__hero h2 {
    font-size: 29px;
  }

  .to-px__hero p {
    margin-top: 13px;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .to-px__hero-facts {
    gap: 10px 14px;
    margin-top: 18px;
    padding-top: 14px;
  }

  .to-px__hero-facts span {
    font-size: 9.5px;
  }

  .to-px__category-story {
    padding: 22px 16px 18px;
  }

  .to-px__category-story h2 {
    font-size: 20px;
  }

  .to-px__category-story p {
    font-size: 12.5px;
    line-height: 1.62;
  }

  .to-px__trust-row {
    grid-template-columns: 1fr;
    margin: 0 14px;
  }

  .to-px__rating,
  .to-px__quote,
  .to-px__micro-trust {
    padding: 15px;
  }

  .to-px__quote,
  .to-px__micro-trust {
    border-top: 1px solid var(--to-px-line);
    border-left: 0;
  }

  .to-px__advisor {
    padding: 25px 14px 20px;
  }

  .to-px__section-heading {
    gap: 10px;
  }

  .to-px__section-heading h2 {
    font-size: 20px;
  }

  .to-px__accordion-trigger {
    min-height: 78px;
    grid-template-columns: 44px 70px minmax(0, 1fr) 18px;
    gap: 9px;
    padding: 8px 10px;
  }

  .to-px__accordion-icon {
    width: 44px;
    height: 44px;
  }

  .to-px__accordion-icon svg {
    width: 20px;
    height: 20px;
  }

  .to-px__accordion-thumb {
    width: 70px;
    height: 55px;
  }

  .to-px__accordion-title strong {
    font-size: 13px;
  }

  .to-px__accordion-title small {
    display: none;
  }

  .to-px__accordion-content {
    padding: 0 13px 18px;
  }

  .to-px__topic h3 {
    font-size: 18px;
  }

  .to-px__topic > p {
    font-size: 12.5px;
    line-height: 1.62;
  }

  .to-px__topic-grid,
  .to-px__font-grid,
  .to-px__features {
    grid-template-columns: 1fr;
  }

  .to-px__origin {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 13px;
    padding: 18px 15px;
    align-items: start;
  }

  .to-px__origin-photo,
  .to-px__origin-photo img {
    width: 70px;
    height: 70px;
  }

  .to-px__origin-online {
    right: 2px;
    bottom: 3px;
    width: 14px;
    height: 14px;
  }

  .to-px__origin-copy > span {
    font-size: 20px;
  }

  .to-px__origin-copy p {
    font-size: 11.5px;
  }

  .to-px__origin-actions {
    grid-column: 1 / -1;
  }

  .to-px__origin-points {
    justify-content: center;
  }

  .to-px__chat {
    width: 100%;
  }

  .to-px__bottom-trust {
    display: grid;
    gap: 9px;
    padding: 13px 15px;
    justify-content: start;
  }
}
