/* Scoped CSS for the /vyber-feromonu/ content page and product banners. */
:root {
  --pg-ink: #202724;
  --pg-muted: #52605a;
  --pg-paper: #f7f5f0;
  --pg-white: #ffffff;
  --pg-line: #d9ddd7;
  --pg-red: #bf2933;
  --pg-red-dark: #981d28;
  --pg-green: #167e56;
  --pg-green-dark: #0f6443;
  --pg-blue: #1f6989;
  --pg-yellow: #e5b23f;
  --pg-pink: #f8ebeb;
  --pg-aqua: #e8f2f3;
  --pg-max: 1180px;
}

.pheromone-guide,
.pheromone-guide * { box-sizing: border-box; }

.pheromone-guide {
  color: var(--pg-ink);
  background: var(--pg-paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.pheromone-guide a { color: inherit; }
.pheromone-guide img { display: block; max-width: 100%; }
.pheromone-guide :focus-visible,
.pheromone-banner:focus-visible { outline: 3px solid var(--pg-yellow); outline-offset: 3px; }
.pheromone-guide__wrap { width: min(calc(100% - 40px), var(--pg-max)); margin: 0 auto; }
.pheromone-guide__hero { position: relative; isolation: isolate; overflow: hidden; min-height: 620px; color: var(--pg-white); background: var(--pg-ink); }
.pheromone-guide__hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: rgba(25, 35, 30, .88); }
.pheromone-guide__hero-inner { position: relative; display: flex; align-items: center; min-height: 620px; padding: 72px 0 64px; }
.pheromone-guide__hero-copy { position: relative; z-index: 2; width: min(670px, 100%); }
.pheromone-guide__art { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.pheromone-guide__art img { position: absolute; width: clamp(155px, 18vw, 255px); height: auto; filter: drop-shadow(0 24px 18px rgba(0, 0, 0, .38)); transform-origin: center; }
.pheromone-guide__art-a { right: 3%; bottom: -22px; transform: rotate(8deg); }
.pheromone-guide__art-b { right: 18%; top: 38px; transform: rotate(-10deg); }
.pheromone-guide__art-c { right: 31%; bottom: 52px; transform: rotate(6deg); }
.pheromone-guide__eyebrow { margin: 0 0 14px; color: #f5cf6d; font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.pheromone-guide__eyebrow--red { color: var(--pg-red-dark); }
.pheromone-guide__eyebrow--green { color: var(--pg-green); }
.pheromone-guide__eyebrow--blue { color: #15566f; }
.pheromone-guide h1,
.pheromone-guide h2,
.pheromone-guide h3,
.pheromone-guide p { margin-top: 0; }
.pheromone-guide h1 { max-width: 720px; margin-bottom: 18px; color: var(--pg-white); font-size: 52px; line-height: 1.08; }
.pheromone-guide h2 { max-width: 760px; margin-bottom: 12px; font-size: 34px; line-height: 1.18; }
.pheromone-guide h3 { line-height: 1.22; }
.pheromone-guide__hero-lead { max-width: 610px; margin-bottom: 28px; color: #f1f4f1; font-size: 19px; }
.pheromone-guide__intro { max-width: 720px; margin-bottom: 30px; color: var(--pg-muted); font-size: 18px; }
.pheromone-guide__section { padding: 76px 0; }
.pheromone-guide__section--white { background: var(--pg-white); border-bottom: 1px solid var(--pg-line); }
.pheromone-guide__section--aqua { background: var(--pg-aqua); }
.pheromone-guide__section--pink { background: var(--pg-pink); }
.pheromone-guide__section--dark { background: var(--pg-ink); color: var(--pg-white); }
.pheromone-guide__section--dark .pheromone-guide__intro { color: #d9e1dd; }

.pheromone-guide__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 630px; }
.pheromone-guide__choice { position: relative; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; min-height: 68px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 7px; background: rgba(255, 255, 255, .08); color: var(--pg-white); font-weight: 800; text-decoration: none; transition: background .14s ease, border-color .14s ease, transform .14s ease; }
.pheromone-guide__choice:hover { border-color: var(--pg-yellow); background: rgba(255, 255, 255, .16); transform: translateY(-2px); }
.pheromone-guide__choice.is-preselected { border: 2px solid var(--pg-yellow); background: rgba(229, 178, 63, .16); }
.pheromone-guide__choice-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--pg-red); font-size: 12px; }
.pheromone-guide__choice-arrow { color: var(--pg-yellow); font-size: 24px; line-height: 1; }
.pheromone-guide__choice-note { position: absolute; top: -10px; right: 10px; display: none; padding: 2px 7px; border-radius: 3px; background: var(--pg-yellow); color: var(--pg-ink); font-size: 11px; font-weight: 800; }
.pheromone-guide__choice.is-preselected .pheromone-guide__choice-note { display: inline-block; }
.pheromone-guide__text-link { display: inline-block; margin-top: 18px; color: var(--pg-white); font-weight: 700; }

.pheromone-guide__quick-grid,
.pheromone-guide__product-grid,
.pheromone-guide__compare-grid,
.pheromone-guide__trust-grid,
.pheromone-guide__banner-grid { display: grid; gap: 18px; }
.pheromone-guide__quick-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.pheromone-guide__quick-item { display: flex; min-height: 178px; flex-direction: column; justify-content: space-between; padding: 15px; border-top: 4px solid var(--pg-red); background: var(--pg-paper); text-decoration: none; transition: transform .14s ease, box-shadow .14s ease; }
.pheromone-guide__quick-item:hover { box-shadow: 0 12px 28px rgba(29, 38, 33, .1); transform: translateY(-3px); }
.pheromone-guide__quick-item small { color: var(--pg-muted); font-weight: 700; }
.pheromone-guide__quick-item strong { display: block; font-size: 17px; line-height: 1.25; }
.pheromone-guide__quick-item span { color: var(--pg-green); font-weight: 800; }

.pheromone-guide__points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 32px; }
.pheromone-guide__point { padding-top: 13px; border-top: 3px solid var(--pg-yellow); }
.pheromone-guide__point h3 { margin-bottom: 5px; font-size: 18px; }
.pheromone-guide__point p { margin-bottom: 0; color: var(--pg-muted); }

.pheromone-guide__product-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pheromone-guide__product-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 790px; }
.pheromone-guide__product-card { overflow: hidden; border: 1px solid var(--pg-line); border-radius: 7px; background: var(--pg-white); box-shadow: 0 2px 0 rgba(25, 35, 30, .03); }
.pheromone-guide__product-body { display: flex; flex-direction: column; min-height: 290px; padding: 22px; }
.pheromone-guide__badge { display: inline-block; width: fit-content; margin-bottom: 11px; padding: 3px 7px; border-radius: 3px; background: var(--pg-aqua); color: #15566f; font-size: 12px; font-weight: 800; }
.pheromone-guide__badge--red { background: #f7dde0; color: var(--pg-red-dark); }
.pheromone-guide__badge--yellow { background: #faedcb; color: #765109; }
.pheromone-guide__product-card h3 { margin-bottom: 10px; font-size: 21px; }
.pheromone-guide__product-card p { margin-bottom: 17px; color: var(--pg-muted); }
.pheromone-guide__product-card ul { margin: 0 0 22px; padding-left: 18px; color: var(--pg-muted); }
.pheromone-guide__product-card li + li { margin-top: 4px; }

.pheromone-guide__cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; padding: 10px 15px; border: 0; border-radius: 5px; background: var(--pg-green); color: var(--pg-white); font: inherit; font-weight: 800; text-align: center; text-decoration: none; transition: background .14s ease, transform .14s ease; }
.pheromone-guide__cta:hover { background: var(--pg-green-dark); color: var(--pg-white); transform: translateY(-1px); }
.pheromone-guide__cta--red { background: var(--pg-red); }
.pheromone-guide__cta--red:hover { background: var(--pg-red-dark); }
.pheromone-guide__cta--outline { border: 1px solid var(--pg-ink); background: transparent; color: var(--pg-ink); }
.pheromone-guide__cta--outline:hover { background: var(--pg-ink); color: var(--pg-white); }
.pheromone-guide__product-card .pheromone-guide__cta { margin-top: auto; }
.pheromone-guide__repeat { max-width: 790px; margin: 18px 0 0; padding: 14px 16px; border-left: 4px solid var(--pg-yellow); background: var(--pg-paper); color: var(--pg-muted); }
.pheromone-guide__repeat strong { color: var(--pg-ink); }
.pheromone-guide__repeat a { color: var(--pg-green-dark); font-weight: 800; }

.pheromone-guide__audience { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.pheromone-guide__audience-image { width: min(100%, 410px); max-height: 360px; margin: 0 auto; object-fit: contain; }
.pheromone-guide__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pheromone-guide__compare-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pheromone-guide__compare-item { padding: 24px; border-top: 4px solid var(--pg-blue); background: var(--pg-white); }
.pheromone-guide__compare-item:nth-child(2) { border-color: var(--pg-red); }
.pheromone-guide__compare-item:nth-child(3) { border-color: var(--pg-yellow); }
.pheromone-guide__compare-item h3 { margin-bottom: 8px; font-size: 21px; }
.pheromone-guide__compare-item p { margin-bottom: 0; color: var(--pg-muted); }

.pheromone-guide__use-grid { display: grid; grid-template-columns: 190px 1fr; gap: 36px; align-items: start; }
.pheromone-guide__step-number { color: var(--pg-red); font-size: 88px; font-weight: 800; line-height: .9; }
.pheromone-guide__use-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: pheromone-use; }
.pheromone-guide__use-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--pg-line); }
.pheromone-guide__use-list li::before { counter-increment: pheromone-use; content: counter(pheromone-use, decimal-leading-zero); color: var(--pg-green); font-size: 15px; font-weight: 800; }
.pheromone-guide__use-list strong { display: block; margin-bottom: 2px; }

.pheromone-guide__trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pheromone-guide__trust-item { padding: 20px 0; border-top: 3px solid var(--pg-yellow); }
.pheromone-guide__trust-item h3 { margin-bottom: 7px; font-size: 20px; }
.pheromone-guide__trust-item p { margin-bottom: 0; }
.pheromone-guide__faq { max-width: 850px; }
.pheromone-guide__faq details { border-top: 1px solid rgba(255, 255, 255, .32); }
.pheromone-guide__faq details:last-child { border-bottom: 1px solid rgba(255, 255, 255, .32); }
.pheromone-guide__faq summary { position: relative; padding: 17px 34px 17px 0; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.pheromone-guide__faq summary::-webkit-details-marker { display: none; }
.pheromone-guide__faq summary::after { position: absolute; right: 5px; content: "+"; color: var(--pg-yellow); font-size: 26px; line-height: 1; }
.pheromone-guide__faq details[open] summary::after { content: "-"; }
.pheromone-guide__faq p { max-width: 720px; margin-bottom: 0; padding-bottom: 18px; color: #d9e1dd; }

.pheromone-guide__banner-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pheromone-guide__banner-preview { display: flex; min-height: 124px; align-items: center; justify-content: space-between; gap: 12px; padding: 22px; background: var(--pg-red); color: var(--pg-white); text-decoration: none; }
.pheromone-guide__banner-preview:nth-child(2) { background: var(--pg-blue); }
.pheromone-guide__banner-preview:nth-child(3) { background: var(--pg-green); }
.pheromone-guide__banner-preview strong { font-size: 21px; line-height: 1.15; }
.pheromone-guide__banner-preview span { flex: 0 0 auto; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 5px; font-weight: 800; }
.pheromone-guide__final { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; }
.pheromone-guide__final-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.pheromone-guide__final-actions .pheromone-guide__cta { min-width: 138px; }

/* Product-page banner injected by SHOPTET-FEROMONOVY-ROZCESTNIK-SCRIPTS. */
.pheromone-banner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 16px; margin: 20px 0; padding: 16px 18px; border-radius: 6px; background: var(--pg-red); color: var(--pg-white); font-family: Arial, Helvetica, sans-serif; text-decoration: none; }
.pheromone-banner:hover { background: var(--pg-red-dark); color: var(--pg-white); }
.pheromone-banner--male-context { background: var(--pg-blue); }
.pheromone-banner--male-context:hover { background: #15566f; }
.pheromone-banner--female-context { background: var(--pg-red); }
.pheromone-banner--gift-context { background: var(--pg-green); }
.pheromone-banner--gift-context:hover { background: var(--pg-green-dark); }
.pheromone-banner__title { font-size: 21px; font-weight: 800; line-height: 1.15; }
.pheromone-banner__cta { flex: 0 0 auto; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 5px; font-size: 14px; font-weight: 800; }

@media (max-width: 980px) {
  .pheromone-guide h1 { font-size: 45px; }
  .pheromone-guide__art-c { right: 13%; bottom: -38px; }
  .pheromone-guide__quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pheromone-guide__product-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pheromone-guide__product-grid--three .pheromone-guide__product-card:last-child { grid-column: 1 / -1; max-width: 50%; }
  .pheromone-guide__banner-grid { grid-template-columns: 1fr; }
  .pheromone-guide__final { grid-template-columns: 1fr; align-items: start; }
  .pheromone-guide__final-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .pheromone-guide__wrap { width: min(calc(100% - 28px), var(--pg-max)); }
  .pheromone-guide__hero,
  .pheromone-guide__hero-inner { min-height: 684px; }
  .pheromone-guide__hero-inner { align-items: flex-start; padding-top: 48px; }
  .pheromone-guide h1 { max-width: 470px; font-size: 35px; }
  .pheromone-guide__hero-lead { max-width: 470px; font-size: 17px; }
  .pheromone-guide__art { opacity: .42; }
  .pheromone-guide__art-a { right: -32px; bottom: -8px; width: 190px; }
  .pheromone-guide__art-b { right: 14%; top: auto; bottom: 64px; width: 134px; }
  .pheromone-guide__art-c { display: none; }
  .pheromone-guide__choices,
  .pheromone-guide__quick-grid,
  .pheromone-guide__product-grid--three,
  .pheromone-guide__product-grid--two,
  .pheromone-guide__compare-grid,
  .pheromone-guide__trust-grid,
  .pheromone-guide__points { grid-template-columns: 1fr; }
  .pheromone-guide__choice { min-height: 58px; }
  .pheromone-guide__section { padding: 53px 0; }
  .pheromone-guide h2 { font-size: 29px; }
  .pheromone-guide__intro { font-size: 17px; }
  .pheromone-guide__product-grid--three .pheromone-guide__product-card:last-child { grid-column: auto; max-width: none; }
  .pheromone-guide__product-body { min-height: auto; }
  .pheromone-guide__audience { grid-template-columns: 1fr; gap: 18px; }
  .pheromone-guide__audience-image { width: 260px; max-height: 260px; }
  .pheromone-guide__use-grid { grid-template-columns: 1fr; gap: 12px; }
  .pheromone-guide__step-number { font-size: 62px; }
  .pheromone-guide__final-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .pheromone-guide__final-actions .pheromone-guide__cta { width: 100%; min-width: 0; }
  .pheromone-banner { min-height: 0; align-items: flex-start; flex-direction: column; gap: 11px; }
  .pheromone-banner__cta { width: 100%; text-align: center; }
}
