/* ============================================================
   gisty® home — strona główna wg Gisty.dc (12 sekcji).
   ============================================================ */

.gh-section-head { text-align: center; margin-bottom: clamp(28px, 4vw, 44px); }
.gh-section-head h2 { margin: 0; }
.gh-section-head .g-eyebrow { margin-bottom: 14px; }

/* .gh-ph przeniesione do layout.css — placeholdery zdjęć są w całym sklepie */

.gh-icon-circle {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  background: var(--g-surface-soft); color: var(--g-accent);
  display: inline-flex; align-items: center; justify-content: center;
}
.gh-icon-circle--lg { width: 56px; height: 56px; margin-bottom: 20px; }

/* ---------- HERO ---------- */
.gh-hero { position: relative; padding-block: clamp(36px, 6vw, 80px) clamp(28px, 4vw, 56px); }
.gh-hero__blob {
  position: absolute; top: -40px; right: -80px;
  width: min(46vw, 520px); height: min(46vw, 520px);
  background: linear-gradient(150deg, var(--g-surface-blob), #E7B8AA);
  border-radius: var(--g-blob); opacity: 0.55; filter: blur(2px); z-index: 0;
}
.gh-hero__inner { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px, 4vw, 56px); }
.gh-hero__copy { flex: 1 1 360px; min-width: min(100%, 320px); }
.gh-hero__tagline { font-weight: 600; color: var(--g-star); font-size: clamp(16px, 2vw, 19px); margin: 18px 0 10px; }
.gh-hero__title { font-size: clamp(38px, 6.5vw, 68px); line-height: 1.02; margin-bottom: 22px; text-wrap: balance; }
.gh-hero__lead { font-size: clamp(16px, 1.6vw, 18px); line-height: 1.6; color: var(--g-muted); max-width: 480px; margin: 0 0 32px; }
.gh-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.gh-hero__benefits { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; }
.gh-hero__benefit { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--g-muted); }
.gh-hero__benefit::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--g-star); }
.gh-hero__media { flex: 1 1 340px; min-width: min(100%, 300px); }
.gh-hero__img {
  position: relative; width: 100%; aspect-ratio: 4 / 3.4;
  border-radius: 48% 52% 46% 54% / 40% 42% 58% 60%;
  background: var(--g-selection);
}
.gh-hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.gh-hero__waves { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }

/* ---------- TRUST ---------- */
.gh-trust { padding-bottom: clamp(28px, 4vw, 48px); }
.gh-trust__card {
  background: #fff; border-radius: 26px; padding: clamp(20px, 3vw, 32px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(16px, 2vw, 28px); box-shadow: var(--g-shadow-card);
}
.gh-trust__item { display: flex; gap: 14px; align-items: flex-start; }
.gh-trust__title { font-weight: 600; font-size: 16px; margin-bottom: 3px; }
.gh-trust__desc { font-size: 13.5px; line-height: 1.5; color: var(--g-muted); }

/* ---------- KATEGORIE ---------- */
.gh-cats { position: relative; overflow: visible; padding-block: clamp(24px, 4vw, 56px); }
.gh-cats__blob { position: absolute; border-radius: var(--g-blob); z-index: -1; }
.gh-cats__blob--l { top: 0; left: -140px; width: 360px; height: 360px; background: radial-gradient(circle at 45% 45%, #F6E1D7, rgba(251, 243, 239, 0) 70%); }
.gh-cats__blob--r { bottom: -60px; right: -120px; width: 320px; height: 320px; background: radial-gradient(circle at 50% 50%, #F3D9CE, rgba(251, 243, 239, 0) 70%); }
.gh-cats__title { letter-spacing: 0.01em; }
.gh-cats__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: clamp(16px, 2vw, 28px); }
.gh-cat { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.gh-cat__circle {
  width: clamp(96px, 14vw, 132px); height: clamp(96px, 14vw, 132px); border-radius: 50%;
  background: var(--g-gradient);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 34px -18px rgba(150, 90, 75, 0.6);
  transition: transform 0.25s ease;
}
.gh-cat:hover .gh-cat__circle { transform: translateY(-6px); }
.gh-cat__name { font-weight: 600; font-size: clamp(13px, 1.5vw, 15px); color: var(--g-ink); line-height: 1.2; }
.gh-cat__count { font-size: 12.5px; color: var(--g-muted); }

/* ---------- PORADNIK ---------- */
.gh-guide { padding-block: clamp(24px, 4vw, 48px) clamp(28px, 4vw, 56px); }
.gh-guide__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(16px, 2vw, 24px); }
.gh-guide__card {
  background: #fff; padding: clamp(26px, 3vw, 36px); box-shadow: var(--g-shadow-card);
  display: flex; flex-direction: column; color: var(--g-ink);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gh-guide__card--0 { border-radius: 34px 26px 34px 26px; }
.gh-guide__card--1 { border-radius: 26px 34px 26px 34px; }
.gh-guide__card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(150, 90, 75, 0.55); color: var(--g-ink); }
.gh-guide__title { font-weight: 600; font-size: 19px; margin-bottom: 8px; }
.gh-guide__text { font-size: 14.5px; line-height: 1.55; color: var(--g-muted); flex: 1; }
.gh-guide__more { font-weight: 600; font-size: 14.5px; color: var(--g-accent); margin-top: 18px; }

/* ---------- PRODUKTY ---------- */
.gh-products { background: var(--g-surface-beige); padding: clamp(20px, 3vw, 44px) 0 clamp(24px, 4vw, 52px); }
.gh-products__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: clamp(28px, 4vw, 44px); }
.gh-products__head h2 { margin: 0; }
.gh-products__head .g-eyebrow { margin-bottom: 12px; }
.gh-products__all {
  font-weight: 600; font-size: 15px; color: var(--g-accent);
  padding: 12px 22px; border: 1.5px solid #E2C6BB; border-radius: var(--g-r-pill);
  background: rgba(255, 255, 255, 0.4);
}
.gh-products__all:hover { border-color: var(--g-star); background: #fff; }
.gh-products__filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: clamp(22px, 3vw, 32px); }
.gh-filter {
  background: rgba(255, 255, 255, 0.6); color: var(--g-muted); border: 1.5px solid var(--g-border);
  font-family: var(--g-font); font-weight: 600; font-size: 14px;
  padding: 10px 20px; border-radius: var(--g-r-pill); cursor: pointer;
}
.gh-filter:hover { border-color: var(--g-star); color: var(--g-accent); }
.gh-filter.is-active { background: var(--g-ink); color: var(--g-bg); border-color: var(--g-ink); }

.gh-carousel-wrap { position: relative; }
.gh-carousel {
  display: flex; gap: clamp(16px, 2vw, 26px); overflow-x: auto;
  scroll-snap-type: x proximity; scroll-behavior: smooth;
  padding: 6px 2px 18px; -webkit-overflow-scrolling: touch;
}
.gh-carousel::-webkit-scrollbar { height: 6px; }
.gh-carousel::-webkit-scrollbar-thumb { background: #D9BEB2; border-radius: var(--g-r-pill); }
.gh-carousel::-webkit-scrollbar-track { background: transparent; }

.gh-pcard {
  flex: 0 0 clamp(238px, 74vw, 286px); scroll-snap-align: start;
  background: #fff; border-radius: var(--g-r-card); overflow: hidden;
  box-shadow: var(--g-shadow-card); display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gh-pcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(150, 90, 75, 0.55); }
.gh-pcard__media {
  position: relative; aspect-ratio: 1 / 1;
  background: repeating-linear-gradient(135deg, #F1DAD1 0 12px, #E9C9BD 12px 24px);
}
.gh-pcard__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gh-pcard__cover { position: absolute; inset: 0; z-index: 1; }
.gh-pcard__badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--g-ink); color: var(--g-surface-soft);
  font-size: 11px; font-weight: 600; letter-spacing: 0.04em;
  padding: 6px 12px; border-radius: var(--g-r-pill);
}
/* .gh-wish przeniesione do layout.css — serduszka są na kartach w całym sklepie */
.gh-pcard__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.gh-pcard__name { font-weight: 600; font-size: 17px; color: var(--g-ink); margin-bottom: 6px; }
.gh-pcard__name:hover { color: var(--g-accent); }
.gh-stars { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; color: var(--g-star); font-size: 13px; letter-spacing: 1px; }
.gh-stars__count { font-size: 12px; color: var(--g-muted-3); letter-spacing: 0; }
.gh-stars--lg { font-size: 15px; letter-spacing: 2px; margin-bottom: 18px; color: var(--g-accent); }
.gh-stars--lg .gh-stars__count { font-size: 13.5px; color: #7A6459; }
.gh-pcard__desc { font-size: 13.5px; color: var(--g-muted-2); line-height: 1.5; margin-bottom: 16px; flex: 1; }
.gh-pcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gh-pcard__price { font-weight: 700; font-size: 19px; }
.gh-pcard__price del { color: var(--g-muted-3); font-weight: 500; font-size: 0.8em; margin-right: 6px; }
.gh-pcard__price ins { text-decoration: none; }
.gh-pcard__add { padding: 11px 18px; font-size: 14px; }

.gh-arrow {
  position: absolute; top: 36%; transform: translateY(-50%); z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; border: none;
  background: #fff; color: var(--g-ink); font-size: 24px; line-height: 1; cursor: pointer;
  box-shadow: 0 10px 28px -12px rgba(150, 90, 75, 0.6);
  display: flex; align-items: center; justify-content: center;
}
.gh-arrow:hover { background: var(--g-ink); color: #fff; }
.gh-arrow--prev { left: -6px; }
.gh-arrow--next { right: -6px; }
.gh-products__empty { text-align: center; padding: 48px 20px; color: var(--g-muted-2); font-size: 16px; }

/* ---------- BESTSELLER MIESIĄCA ---------- */
.gh-spotlight { position: relative; overflow: hidden; background: var(--g-band); padding: clamp(16px, 2vw, 36px) 0 clamp(28px, 4vw, 56px); }
.gh-spotlight__curves { position: absolute; top: -10px; right: -20px; width: clamp(200px, 30vw, 360px); height: auto; pointer-events: none; opacity: 0.7; }
.gh-spotlight__inner { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px, 4vw, 60px); }
.gh-spotlight__media { flex: 1 1 300px; min-width: min(100%, 280px); position: relative; } /* kotwica badge'a — poza blobem, żeby maska go nie ścinała */
.gh-spotlight__img {
  position: relative; width: 100%; max-width: 440px; margin: 0 auto; aspect-ratio: 1 / 1;
  border-radius: 48% 52% 46% 54% / 40% 42% 58% 60%;
  background: repeating-linear-gradient(135deg, #F1DAD1 0 14px, #E7C1B4 14px 28px);
}
.gh-spotlight__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gh-spotlight__img .gh-pcard__badge { top: 20px; left: 20px; font-size: 12px; padding: 7px 14px; }
.gh-spotlight__copy { flex: 1 1 340px; min-width: min(100%, 300px); }
.gh-spotlight__copy h2 { margin: 14px 0 12px; }
.gh-spotlight__desc { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.6; color: var(--g-muted-dark); max-width: 460px; margin: 0 0 22px; }
.gh-checklist { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.gh-checklist li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #4A3E36; }
.gh-checklist li::before {
  content: '✓'; flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--g-accent); color: #fff; font-size: 13px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.gh-spotlight__price { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.gh-spotlight__now { font-weight: 700; font-size: 32px; line-height: 1; }
.gh-spotlight__now del { color: #9A8A7C; font-weight: 500; font-size: 18px; margin-right: 8px; }
.gh-spotlight__now ins { text-decoration: none; }
.gh-spotlight__cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.gh-spotlight__note { font-size: 13px; color: #7A6459; }

/* ---------- OPINIE ---------- */
.gh-reviews { padding-block: clamp(40px, 6vw, 72px) clamp(28px, 4vw, 48px); }
.gh-reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(16px, 2vw, 26px); text-align: left; }
.gh-review { background: #fff; padding: clamp(24px, 2.6vw, 32px); box-shadow: var(--g-shadow-card); display: flex; flex-direction: column; }
.gh-review--0 { border-radius: 40px 28px 40px 30px / 30px 40px 30px 40px; }
.gh-review--1 { border-radius: 28px 40px 30px 40px / 40px 30px 40px 28px; }
.gh-review--2 { border-radius: 40px 30px 40px 28px / 28px 40px 30px 40px; }
.gh-review > .gh-stars { margin-bottom: 12px; font-size: 15px; letter-spacing: 2px; }
.gh-review p { font-size: 15px; line-height: 1.65; color: #4A3E43; margin: 0 0 20px; flex: 1; }
.gh-review__product { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid #F1E3DB; }
.gh-review__product:hover { opacity: 0.75; }
.gh-review__thumb {
  flex: none; width: 52px; height: 52px; border-radius: 16px 12px 16px 12px; overflow: hidden;
  background: repeating-linear-gradient(135deg, #F1DAD1 0 8px, #E9C9BD 8px 16px);
}
.gh-review__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gh-review__pname { display: block; font-weight: 600; font-size: 14.5px; color: var(--g-accent); }
.gh-review__author { display: block; font-size: 13px; color: var(--g-muted-2); }

/* ---------- MISJA ---------- */
.gh-mission { background: var(--g-surface-beige); padding: clamp(24px, 3vw, 48px) 0 clamp(28px, 4vw, 56px); }
.gh-mission__inner { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 60px); align-items: center; }
.gh-mission__media { flex: 1 1 320px; min-width: min(100%, 300px); }
.gh-mission__img {
  position: relative; width: 100%; max-width: 460px; margin: 0 auto; aspect-ratio: 4 / 4.6;
  border-radius: 48% 52% 46% 54% / 40% 42% 58% 60%;
  background: var(--g-selection);
}
.gh-mission__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gh-mission__copy { flex: 1 1 360px; min-width: min(100%, 300px); }
.gh-mission__copy h2 { margin: 16px 0 26px; }
.gh-mission__usps { display: flex; flex-direction: column; gap: 20px; margin-bottom: 30px; }
.gh-mission__usp { display: flex; gap: 16px; align-items: flex-start; }
.gh-mission__usp .gh-icon-circle { width: 44px; height: 44px; }
.gh-mission__usp-title { font-weight: 600; font-size: 16.5px; margin-bottom: 3px; }
.gh-mission__usp-desc { font-size: 14px; line-height: 1.55; color: var(--g-muted); }
.gh-mission__stats {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  background: #fff; border-radius: 20px; padding: 16px 22px; box-shadow: var(--g-shadow-card);
}
.gh-mission__rating { font-weight: 700; font-size: 34px; color: var(--g-accent); line-height: 1; }
.gh-stars__mini { color: var(--g-star); font-size: 15px; letter-spacing: 2px; }
.gh-mission__stats-text { font-size: 13.5px; color: var(--g-muted); line-height: 1.5; }
.gh-mission__stats .g-pill { margin-left: auto; }

/* ---------- POMOC ---------- */
.gh-help { padding-block: clamp(36px, 5vw, 72px) clamp(44px, 6vw, 80px); }
.gh-help__card {
  background: #fff; border-radius: 32px; padding: clamp(28px, 4vw, 52px);
  box-shadow: 0 30px 70px -44px rgba(150, 90, 75, 0.45);
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px, 4vw, 52px);
}
.gh-help__copy { flex: 1 1 320px; min-width: min(100%, 280px); }
.gh-help__copy h2 { margin: 16px 0; }
.gh-help__lead { font-size: 16px; line-height: 1.6; color: var(--g-muted); max-width: 440px; margin: 0 0 28px; }
.gh-help__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.gh-help__cards { flex: 1 1 260px; min-width: min(100%, 260px); display: flex; flex-direction: column; gap: 14px; }
.gh-help__item { display: flex; gap: 14px; align-items: center; background: var(--g-bg); border-radius: 18px; padding: 16px 20px; }
.gh-help__item .gh-icon-circle { width: 42px; height: 42px; }
.gh-help__item-title { font-weight: 600; font-size: 15.5px; }
.gh-help__item-desc { font-size: 13px; color: var(--g-muted-2); }

/* ---------- NEWSLETTER ---------- */
.gh-newsletter { position: relative; overflow: hidden; background: var(--g-band); padding: clamp(20px, 3vw, 44px) 0 clamp(36px, 5vw, 64px); }
.gh-newsletter__curves { position: absolute; bottom: -10px; left: -30px; width: clamp(200px, 28vw, 340px); height: auto; pointer-events: none; opacity: 0.7; }
.gh-newsletter__inner { position: relative; max-width: 680px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 40px); text-align: center; }
.gh-newsletter__inner h2 { margin: 14px 0; }
.gh-r { font-size: 0.6em; color: var(--g-accent); }
.gh-newsletter__lead { font-size: 16px; line-height: 1.6; color: var(--g-muted-dark); margin: 0 0 26px; }
.gh-newsletter__form { position: relative; }
.gh-newsletter__row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; position: relative; }
.gh-newsletter__consent {
  display: flex; gap: 10px; align-items: flex-start; text-align: left; cursor: pointer;
  max-width: 430px; margin: 14px auto 0; font-size: 13px; line-height: 1.5; color: #6B5C4E;
}
.gh-newsletter__consent input { flex: none; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--g-accent); }
/* Mobile: cała sekcja jest wyśrodkowana, a zgoda jako jedyna stała do lewej (jej uwaga 01.09) */
@media (max-width: 720px) {
  .gh-newsletter__consent { justify-content: center; align-items: center; text-align: center; }
}
.gh-newsletter__error {
  max-width: 430px; margin: 12px auto 0; padding: 9px 16px; border-radius: 12px;
  background: rgba(255, 255, 255, 0.92); color: var(--g-accent-hover);
  font-size: 13.5px; line-height: 1.45; font-weight: 500; text-align: left;
}
.gh-newsletter__input { flex: 1 1 280px; max-width: 360px; border-color: #D8C4A6; }
.gh-newsletter__rodo { font-size: 12.5px; color: #8A7B6D; margin: 16px 0 0; }
.gh-newsletter__success { background: var(--g-bg); padding: 15px 28px; font-size: 15px; }
.gh-newsletter__success span { color: var(--g-accent); font-size: 18px; }

/* ---------- INSTAGRAM ---------- */
.gh-ig { padding-block: clamp(40px, 6vw, 80px) clamp(24px, 3vw, 40px); }
.gh-ig__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: clamp(24px, 3vw, 36px); }
.gh-ig__head h2 { margin: 12px 0 0; }
.gh-ig__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: clamp(10px, 1.4vw, 18px); }
.gh-ig__tile { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: repeating-linear-gradient(135deg, #F1DAD1 0 10px, #E9C9BD 10px 20px); }
.gh-ig__tile--0 { border-radius: 22px 18px 24px 18px; }
.gh-ig__tile--1 { border-radius: 18px 24px 18px 22px; }
.gh-ig__tile--2 { border-radius: 24px 18px 22px 18px; }
.gh-ig__tile--3 { border-radius: 18px 22px 18px 24px; }
.gh-ig__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- Belka promocyjna (Belka promocyjna.dc) ---------- */
.gh-promo { padding-block: 0 clamp(28px, 4vw, 48px); }
.gh-promo__card {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, #3B2A31 0%, #5A3A40 58%, #8A5460 100%);
  border-radius: 28px;
  padding: clamp(22px, 3.4vw, 40px) clamp(20px, 3.4vw, 44px);
  box-shadow: 0 26px 60px -34px rgba(90, 42, 50, 0.6);
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(18px, 3vw, 40px);
}
.gh-promo__blob {
  position: absolute; top: -70px; right: -40px; pointer-events: none;
  width: min(38vw, 320px); height: min(38vw, 320px);
  background: radial-gradient(circle at 50% 50%, rgba(243, 216, 205, 0.55), rgba(90, 42, 50, 0) 70%);
  border-radius: var(--g-blob);
}
.gh-promo__wave { position: absolute; bottom: -16px; left: -20px; width: clamp(180px, 26vw, 320px); height: auto; opacity: 0.5; pointer-events: none; }
.gh-promo__copy { position: relative; flex: 1 1 340px; min-width: min(100%, 280px); }
.gh-promo__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(251, 243, 239, 0.14); border: 1px solid rgba(243, 216, 205, 0.4);
  border-radius: var(--g-r-pill); padding: 6px 14px; margin-bottom: 16px; color: #F3D8CD;
}
.gh-promo__badge span { text-transform: uppercase; letter-spacing: 0.16em; font-size: 11.5px; font-weight: 600; }
.gh-promo__copy h2 { font-size: clamp(25px, 3.6vw, 40px); line-height: 1.06; margin: 0 0 10px; color: #FBF3EF; text-wrap: balance; }
.gh-promo__copy p { font-size: clamp(15px, 1.6vw, 17px); line-height: 1.55; color: #EAD3CB; max-width: 520px; margin: 0; }
.gh-promo__side { position: relative; flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.gh-promo__code {
  display: flex; align-items: center;
  background: rgba(251, 243, 239, 0.12); border: 1.5px dashed rgba(243, 216, 205, 0.6);
  border-radius: 14px; overflow: hidden;
}
.gh-promo__code span { font-size: 12px; color: #EAD3CB; padding: 0 12px; white-space: nowrap; }
.gh-promo__code strong { font-weight: 700; font-size: 18px; letter-spacing: 0.12em; color: #FBF3EF; padding: 12px 18px 12px 0; }
.gh-promo__cta {
  background: var(--g-bg); color: #3B2A31; font-weight: 600; font-size: 16px;
  padding: 16px 32px; border-radius: var(--g-r-pill);
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  transition: background 0.15s ease;
}
.gh-promo__cta:hover { background: #F3D8CD; color: #3B2A31; }

/* ---------- Belka promocyjna: wariant świąteczny „prezent" ---------- */
@keyframes gistyTwinkle { 0%, 100% { opacity: 0.25; transform: scale(0.85); } 50% { opacity: 0.9; transform: scale(1); } }
.gh-promo__card--gift {
  background: linear-gradient(118deg, #2E2A2C 0%, #463138 46%, #6E4A46 100%);
  box-shadow: 0 26px 60px -34px rgba(60, 40, 36, 0.62);
}
.gh-promo__blob--gift {
  background: radial-gradient(circle at 50% 50%, rgba(214, 175, 116, 0.4), rgba(70, 49, 56, 0) 70%);
  border-radius: 52% 48% 44% 56% / 46% 52% 48% 54%;
  top: -80px; right: -50px; width: min(40vw, 340px); height: min(40vw, 340px);
}
.gh-promo__ribbon { position: absolute; bottom: -64px; left: -70px; width: clamp(150px, 19vw, 230px); height: auto; opacity: 0.28; pointer-events: none; }
.gh-promo__stars { position: absolute; top: 0; right: 0; width: clamp(160px, 22vw, 260px); height: auto; opacity: 0.85; pointer-events: none; }
.gh-tw { animation: gistyTwinkle 3.4s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.gh-tw--2 { animation-delay: 1.2s; }
.gh-tw--3 { animation-delay: 2.2s; }
.gh-tw--4 { animation-delay: 0.7s; }
.gh-tw--5 { animation-delay: 1.8s; }
.gh-promo__badge--gift { background: rgba(227, 198, 143, 0.14); border-color: rgba(214, 175, 116, 0.5); color: #E3C68F; }
.gh-promo__card--gift .gh-promo__copy p { color: #E5D3CC; max-width: 540px; margin-bottom: 18px; }
.gh-promo__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.gh-promo__chips span {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(251, 243, 239, 0.1); border-radius: var(--g-r-pill);
  padding: 7px 14px; font-size: 13px; color: #F0E2DB;
}
.gh-promo__chips svg { color: #E3C68F; }
.gh-promo__deadline {
  background: rgba(251, 243, 239, 0.1); border: 1.5px solid rgba(214, 175, 116, 0.5);
  border-radius: 16px; padding: 14px 20px; min-width: min(100%, 220px);
}
.gh-promo__deadline-label { text-transform: uppercase; letter-spacing: 0.13em; font-size: 10.5px; font-weight: 600; color: #E3C68F; margin-bottom: 6px; }
.gh-promo__deadline-date { font-weight: 700; font-size: 22px; line-height: 1.1; color: #FBF3EF; }
.gh-promo__deadline-note { font-size: 12.5px; color: #D9C4BC; margin-top: 5px; }
.gh-promo__cta--gift { background: #E3C68F; color: #2E2A2C; }
.gh-promo__cta--gift:hover { background: #F0DBB4; color: #2E2A2C; }

/* wyróżnik modelu na kartach listingu (hero_badge z karty produktu, np. „Z funkcją podgrzewania");
   przyklejony do nazwy (należy do modelu), odsunięty od ceny — decyzja użytkowniczki 2026-08-26 */
.gh-pcard__usp { font-size: 12.5px; line-height: 1.4; color: var(--g-muted); margin: -3px 0 12px; }

/* kropki wersji kolorystycznych na karcie listingu (rodzina color_siblings; z-index nad .gh-pcard__cover) */
.gh-pcard__colors { display: flex; align-items: center; gap: 6px; margin: 0 0 10px; position: relative; z-index: 2; }
.gh-pcard__low { align-self: flex-start; margin: 0 0 10px; }
.gh-pcard__dot {
  width: 12px; height: 12px; border-radius: 50%; background: var(--dot, #CCC);
  border: 1.5px solid #fff; box-shadow: 0 0 0 1px var(--g-border); display: inline-block;
  transition: box-shadow 0.15s ease;
}
.gh-pcard__dot.is-active { box-shadow: 0 0 0 1.5px var(--g-accent); }
a.gh-pcard__dot:hover, a.gh-pcard__dot:focus-visible { box-shadow: 0 0 0 1.5px var(--g-accent-hover); }
