/* =========================================================
   PISKACIE.COM – PRODUKTOVÉ POPISY
   Verzia: 1.2
   Prefix tried: psk-
   ========================================================= */

.psk-product-description {
  max-width: 1180px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #17233d;
  line-height: 1.65;
  box-sizing: border-box;
}

.psk-product-description *,
.psk-product-description *::before,
.psk-product-description *::after {
  box-sizing: border-box;
}

/* HERO */
.psk-hero {
  position: relative;
  overflow: hidden;
  background: #f5f1e9;
  border-radius: 28px;
  margin: 20px 0 28px;
}

.psk-stripe {
  height: 12px;
  background: repeating-linear-gradient(
    90deg,
    #172d55 0,
    #172d55 28px,
    #ffffff 28px,
    #ffffff 56px
  );
}

.psk-hero-inner {
  padding: 46px 38px 44px;
  text-align: center;
}

.psk-eyebrow {
  display: inline-block;
  background: #d9d2f0;
  color: #172d55;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.psk-hero h2,
.psk-product-description h2,
.psk-product-description h3 {
  font-family: inherit;
}

.psk-hero h2 {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #172d55;
  font-weight: 800;
}

.psk-hero p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  color: #47536a;
}

/* OCHRANA PRED CSS TÉMY SHOPTETU – HERO VŽDY NA STRED */
.psk-product-description .psk-hero,
.psk-product-description .psk-hero-inner,
.psk-product-description .psk-hero h2,
.psk-product-description .psk-hero p {
  text-align: center !important;
}

.psk-product-description .psk-hero-inner {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.psk-product-description .psk-hero h2,
.psk-product-description .psk-hero p {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.psk-product-description .psk-eyebrow {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* USP KARTY */
.psk-usp-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.psk-usp-card {
  flex: 1 1 220px;
  background: #ffffff;
  border: 1px solid #e3e6ec;
  border-radius: 20px;
  padding: 24px;
}

.psk-usp-icon {
  font-size: 28px;
  margin-bottom: 10px;
  color: #172d55;
}

.psk-usp-title {
  font-size: 17px;
  font-weight: 800;
  color: #172d55;
  margin-bottom: 5px;
}

.psk-usp-text {
  font-size: 14px;
  color: #687185;
}

/* STORY */
.psk-story {
  background: #172d55;
  border-radius: 28px;
  padding: 42px 38px;
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.psk-story-watermark {
  position: absolute;
  right: -15px;
  top: -30px;
  font-size: 115px;
  font-weight: 900;
  color: rgba(255,255,255,.045);
  transform: rotate(8deg);
  line-height: 1;
  pointer-events: none;
}

.psk-story-content {
  position: relative;
  max-width: 820px;
  z-index: 1;
}

.psk-story-label,
.psk-section-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}

.psk-story-label {
  color: #dcd5f2;
  margin-bottom: 8px;
}

.psk-story h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #ffffff;
}

.psk-story p {
  font-size: 17px;
  margin: 0 0 15px;
  color: #f2f4f8;
}

.psk-story p:last-child {
  margin-bottom: 0;
}

/* NÁŠIVKA */
.psk-patch {
  background: #f6f2fb;
  border-radius: 28px;
  padding: 38px;
  margin-bottom: 30px;
}

.psk-patch-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.psk-patch-badge {
  display: inline-block;
  background: #ffffff;
  color: #65558e;
  border: 1px solid #e2daf5;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 12px;
}

.psk-patch h2 {
  font-size: 28px;
  line-height: 1.25;
  color: #172d55;
  margin: 0 0 14px;
}

.psk-patch p {
  margin: 0 auto 12px;
  font-size: 16px;
  color: #47536a;
  max-width: 720px;
}

.psk-patch p:last-child {
  margin-bottom: 0;
}

.psk-patch strong {
  color: #172d55;
}

/* PRÍLEŽITOSTI */
.psk-occasions {
  padding: 12px 4px 38px;
}

.psk-center-heading {
  text-align: center;
  margin-bottom: 26px;
}

.psk-section-label {
  color: #768099;
}

.psk-center-heading h2 {
  font-size: 29px;
  color: #172d55;
  margin: 7px 0 0;
}

.psk-chip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.psk-chip {
  background: #f5f1e9;
  border-radius: 50px;
  padding: 11px 19px;
  font-weight: 700;
  color: #172d55;
}

.psk-chip-accent {
  background: #d9d2f0;
}

/* PARAMETRE */
.psk-parameters {
  border: 1px solid #e1e5ec;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 34px;
}

.psk-parameters-head {
  background: #f5f1e9;
  padding: 30px 34px;
}

.psk-parameters-head h2 {
  font-size: 28px;
  color: #172d55;
  margin: 0;
}

.psk-parameters-body {
  padding: 8px 30px 24px;
  background: #ffffff;
}

.psk-parameter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #eceef2;
}

.psk-parameter-row:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

.psk-parameter-name {
  flex: 0 1 160px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #778096;
  font-weight: 700;
}

.psk-parameter-value {
  flex: 1 1 350px;
}

.psk-parameter-value strong {
  font-size: 17px;
  color: #172d55;
}

.psk-parameter-description {
  font-size: 14px;
  color: #687185;
  margin-top: 4px;
}

/* BENEFITY */
.psk-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 42px;
}

.psk-feature-card {
  flex: 1 1 300px;
  border-radius: 24px;
  padding: 30px;
}

.psk-feature-card--dark {
  background: #172d55;
  color: #ffffff;
}

.psk-feature-card--lavender {
  background: #d9d2f0;
  color: #172d55;
}

.psk-feature-card--cream {
  background: #f5f1e9;
  color: #172d55;
}

.psk-feature-number {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;
}

.psk-feature-card h3 {
  font-size: 21px;
  margin: 0 0 9px;
}

.psk-feature-card--dark h3 {
  color: #ffffff;
}

.psk-feature-card--lavender h3,
.psk-feature-card--cream h3 {
  color: #172d55;
}

.psk-feature-card p {
  margin: 0;
  font-size: 15px;
}

.psk-feature-card--dark p {
  color: #e5e9f1;
}

.psk-feature-card--lavender p,
.psk-feature-card--cream p {
  color: #47536a;
}

/* FAQ */
.psk-faq {
  background: #f7f8fa;
  border-radius: 28px;
  padding: 38px 32px;
  margin-bottom: 34px;
}

.psk-faq-head {
  text-align: center;
  margin-bottom: 28px;
}

.psk-faq-badge {
  display: inline-block;
  background: #172d55;
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.psk-faq h2 {
  font-size: 29px;
  color: #172d55;
  margin: 0;
}

.psk-faq-item {
  background: #ffffff;
  border: 1px solid #e1e5ec;
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}

.psk-faq-item:last-child {
  margin-bottom: 0;
}

.psk-faq-question {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 800;
  color: #172d55;
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.psk-faq-question::-webkit-details-marker {
  display: none;
}

.psk-faq-question::marker {
  display: none;
  content: "";
}

.psk-faq-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #172d55;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.psk-faq-icon::before {
  content: "+";
}

.psk-faq-item[open] .psk-faq-icon::before {
  content: "−";
}

.psk-faq-answer {
  padding: 2px 70px 22px 22px;
  color: #5c6678;
  font-size: 15px;
}

/* ZÁVEREČNÝ BLOK */
.psk-final {
  text-align: center;
  background: #172d55;
  color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 20px;
}

.psk-final-stripe {
  height: 10px;
  background: repeating-linear-gradient(
    90deg,
    #ffffff 0,
    #ffffff 28px,
    #172d55 28px,
    #172d55 56px
  );
}

.psk-final-inner {
  padding: 42px 30px;
  text-align: center;
}

.psk-final-name {
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: 2px;
  text-align: center;
}

.psk-final h2 {
  font-size: 27px;
  color: #ffffff;
  margin: 0 0 13px;
  text-align: center;
}

.psk-final p {
  max-width: 650px;
  margin: 0 auto;
  color: #e8ebf2;
  font-size: 16px;
  text-align: center;
}

/* OCHRANA PRED CSS TÉMY SHOPTETU – FOOTER VŽDY NA STRED */
.psk-product-description .psk-final,
.psk-product-description .psk-final-inner,
.psk-product-description .psk-final h2,
.psk-product-description .psk-final p,
.psk-product-description .psk-final-name {
  text-align: center !important;
}

.psk-product-description .psk-final p {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .psk-product-description {
    width: 100%;
  }

  .psk-hero,
  .psk-story,
  .psk-patch,
  .psk-parameters,
  .psk-faq,
  .psk-final {
    border-radius: 20px;
  }

  .psk-hero-inner {
    padding: 34px 22px 32px;
  }

  .psk-hero h2 {
    font-size: 29px;
  }

  .psk-hero p {
    font-size: 16px;
  }

  .psk-story {
    padding: 32px 24px;
  }

  .psk-story-watermark {
    font-size: 76px;
    top: -12px;
  }

  .psk-story h2 {
    font-size: 26px;
  }

  .psk-story p {
    font-size: 16px;
  }

  .psk-patch {
    padding: 30px 22px;
  }

  .psk-patch h2,
  .psk-parameters-head h2,
  .psk-center-heading h2,
  .psk-faq h2 {
    font-size: 25px;
  }

  .psk-parameters-head {
    padding: 25px 22px;
  }

  .psk-parameters-body {
    padding: 6px 22px 20px;
  }

  .psk-parameter-row {
    gap: 6px;
  }

  .psk-parameter-name,
  .psk-parameter-value {
    flex: 1 1 100%;
  }

  .psk-feature-grid {
    gap: 14px;
  }

  .psk-faq {
    padding: 30px 16px;
  }

  .psk-faq-question {
    padding: 16px;
    font-size: 15px;
    gap: 14px;
  }

  .psk-faq-answer {
    padding: 0 58px 20px 16px;
  }

  .psk-final-inner {
    padding: 34px 22px;
  }

  .psk-final-name {
    font-size: 36px;
  }

  .psk-final h2 {
    font-size: 24px;
  }
}
