@charset "UTF-8";
/* ==========================================================================
   HELENSTROM — Concept B+ layer
   Φορτώνεται ΜΕΤΑ το template.css του gkpc_signature.
   Σκούρες ζώνες (header, hero, Sleep Lab, CTA, footer)
   + φωτεινές ζώνες σε ζεστό ιβουάρ για τον κατάλογο.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@300;400;500;600;700;800&display=swap');

:root,
body.gkpc-site {
  --hs-ivory:      #f7f5f0;
  --hs-ivory-2:    #efebe2;
  --hs-ink:        #141d26;
  --hs-ink-soft:   #5f6b7a;
  --hs-line:       #e2ddd2;
  --hs-gold:       #cba96b;
  --hs-gold-deep:  #9d7c42;
  --hs-dark:       #0b1420;
  --hs-display:    "Fraunces", Georgia, "Times New Roman", serif;
  --hs-sans:       "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gkpc-primary:  #cba96b;
  --gkpc-container: 1320px;
}

body.gkpc-site { font-family: var(--hs-sans); }

/* Τα βασικά headings σε Fraunces, παντού */
.gkpc-site h1, .gkpc-site h2, .gkpc-site h3,
.gkpc-site .page-header h1, .gkpc-site .item-title {
  font-family: var(--hs-display);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.12;
}

/* --------------------------------------------------------------------------
   1. HEADER — διόρθωση υπερχείλισης με 9 στοιχεία μενού
   -------------------------------------------------------------------------- */
body.gkpc-site .gkpc-header__inner {
  gap: 16px;
  padding: 10px 12px 10px 18px;
}
body.gkpc-site .gkpc-header__right { flex: 0 0 auto; gap: 8px; }

/* Πιο σφιχτά τα στοιχεία 1ου επιπέδου ώστε να χωρούν και τα 9 */
body.gkpc-site .gkpc-desktop-nav .gkpc-list.gkpc-depth-1 > li > a,
body.gkpc-site .gkpc-desktop-nav .gkpc-list.gkpc-depth-1 > li > span,
body.gkpc-site .gkpc-desktop-nav .gkpc-list.gkpc-depth-1 > li > .gkpc-link {
  padding-inline: 11px;
  font-size: 13.5px;
  letter-spacing: -.005em;
}
body.gkpc-site .gkpc-desktop-nav .gkpc-badge,
body.gkpc-site .gkpc-desktop-nav [class*="badge"] {
  font-size: 9px;
  letter-spacing: .06em;
  padding: 3px 6px;
}

body.gkpc-site .gkpc-cta {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 12px;
  font-size: .84rem;
  font-weight: 700;
  background: linear-gradient(135deg, #fbf1de, var(--hs-gold));
}
body.gkpc-site .gkpc-cta i { display: none; }

/* Το κουμπί περισσεύει σε μικρότερες οθόνες — η Επικοινωνία υπάρχει ήδη στο μενού */
@media (max-width: 1560px) {
  body.gkpc-site .gkpc-header__right .gkpc-cta { display: none; }
}

/* Κάτω από 1280px περνάμε στο overlay μενού αντί να στριμώχνεται η μπάρα */
@media (max-width: 1280px) {
  body.gkpc-site .gkpc-desktop-nav { display: none; }
  body.gkpc-site .gkpc-menu-toggle { display: grid; }
}

.gkpc-brand__copy strong { font-family: var(--hs-display); font-weight: 600; }

/* --------------------------------------------------------------------------
   2. BREADCRUMBS — ήταν αριθμημένη λίστα χωρίς στυλ
   -------------------------------------------------------------------------- */
.gkpc-breadcrumbs { padding: 22px 0 4px; }
.gkpc-breadcrumbs ol,
.gkpc-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .8rem;
  color: var(--gkpc-muted);
}
.gkpc-breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.gkpc-breadcrumbs li + li::before {
  content: "›";
  opacity: .45;
}
.gkpc-breadcrumbs a { color: var(--gkpc-muted); transition: color .2s ease; }
.gkpc-breadcrumbs a:hover { color: var(--hs-gold); }
.gkpc-breadcrumbs .active,
.gkpc-breadcrumbs li:last-child { color: var(--gkpc-text); }
/* «Βρίσκεστε εδώ:» */
.gkpc-breadcrumbs li:first-child:not(:has(a)) {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  opacity: .55;
}

/* --------------------------------------------------------------------------
   3. Η ΦΩΤΕΙΝΗ ΖΩΝΗ — όλο το κυρίως περιεχόμενο σε ιβουάρ
   -------------------------------------------------------------------------- */
body.gkpc-site .gkpc-main {
  position: relative;
  padding: 0;
  color: var(--hs-ink);
  background: var(--hs-ivory);
}
/* απαλή ραφή από το σκούρο header προς το ιβουάρ */
body.gkpc-site .gkpc-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(11,20,32,.16), transparent);
}
body.gkpc-site .gkpc-layout { padding: 54px 0 86px; }

.gkpc-main a { color: var(--hs-gold-deep); }
.gkpc-main a:hover { color: var(--hs-ink); }
.gkpc-main h1, .gkpc-main h2, .gkpc-main h3 { color: var(--hs-ink); }
.gkpc-main p, .gkpc-main li, .gkpc-main td { color: var(--hs-ink); }

/* Η αρχική δεν θέλει ιβουάρ κενό κάτω από το hero */
.gkpc-site.home-blank .gkpc-main { background: transparent; }
.gkpc-site.home-blank .gkpc-main::before { display: none; }
.gkpc-site.home-blank .gkpc-layout { padding: 0; }

/* --------------------------------------------------------------------------
   4. ΤΙΤΛΟΙ ΣΕΛΙΔΑΣ & ΛΙΣΤΕΣ ΑΡΘΡΩΝ (κατάλογος προϊόντων)
   -------------------------------------------------------------------------- */
.gkpc-main .page-header h1,
.gkpc-main .com-content-category-blog__title {
  margin: 0 0 6px;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
}
.gkpc-main .category-desc { color: var(--hs-ink-soft); max-width: 68ch; }

.gkpc-main .com-content-category-blog__items,
.gkpc-main .blog-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.gkpc-main .blog-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--hs-line);
  border-radius: 18px;
  background: #fff;
  transition: transform .28s cubic-bezier(.2,.75,.2,1), box-shadow .28s ease;
}
.gkpc-main .blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(20,29,38,.09);
}
.gkpc-main .blog-item > * { padding-inline: 22px; }
.gkpc-main .blog-item .item-image { padding: 0; }
.gkpc-main .blog-item .item-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gkpc-main .blog-item .page-header { padding-top: 20px; }
.gkpc-main .blog-item .page-header h2 { margin: 0; font-size: 1.15rem; }
.gkpc-main .blog-item .page-header h2 a { color: var(--hs-ink); }
.gkpc-main .blog-item .page-header h2 a:hover { color: var(--hs-gold-deep); }
.gkpc-main .blog-item p { color: var(--hs-ink-soft); font-size: .93rem; }
.gkpc-main .blog-item .readmore { margin-top: auto; padding-bottom: 20px; }

/* «Δεν βρέθηκαν αντικείμενα» — άδειες κατηγορίες προς το παρόν */
.gkpc-main .alert,
.gkpc-main .com-content-category-blog__children + p:empty {
  border: 1px dashed var(--hs-line);
  border-radius: 16px;
  background: #fff;
  color: var(--hs-ink-soft);
  padding: 26px;
}

/* Φίλτρα / φόρμες μέσα στο ιβουάρ */
.gkpc-main input[type="text"],
.gkpc-main input[type="email"],
.gkpc-main input[type="tel"],
.gkpc-main select,
.gkpc-main textarea {
  padding: 11px 14px;
  border: 1px solid var(--hs-line);
  border-radius: 12px;
  background: #fff;
  color: var(--hs-ink);
}
.gkpc-main input:focus,
.gkpc-main select:focus,
.gkpc-main textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--hs-gold) 55%, transparent);
  outline-offset: 1px;
}
.gkpc-main .btn,
.gkpc-main button:not(.gkpc-menu-toggle) {
  padding: 11px 18px;
  border: 1px solid var(--hs-ink);
  border-radius: 12px;
  background: var(--hs-ink);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: opacity .2s ease;
}
.gkpc-main .btn:hover,
.gkpc-main button:not(.gkpc-menu-toggle):hover { opacity: .85; }

/* --------------------------------------------------------------------------
   5. ΖΩΝΕΣ ΓΙΑ ΤΙΣ ΕΝΟΤΗΤΕΣ ΤΗΣ ΑΡΧΙΚΗΣ
   -------------------------------------------------------------------------- */
.hs-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.hs-wrap {
  width: min(calc(100% - 36px), var(--gkpc-container));
  margin-inline: auto;
}
.hs-zone { padding: clamp(58px, 8vw, 104px) 0; }
.hs-zone--light { background: var(--hs-ivory); color: var(--hs-ink); }
.hs-zone--light-2 { background: var(--hs-ivory-2); color: var(--hs-ink); }
.hs-zone--dark {
  position: relative;
  overflow: hidden;
  background: var(--hs-dark);
  color: #e9edf2;
}
.hs-zone--dark::after {
  content: "";
  position: absolute;
  width: 560px; height: 560px;
  border-radius: 50%;
  top: -280px; right: -160px;
  background: #5b4626;
  filter: blur(130px);
  opacity: .38;
  pointer-events: none;
}
.hs-zone--dark > * { position: relative; z-index: 1; }
/* ραφή μεταξύ ζωνών */
.hs-seam { height: 90px; }
.hs-seam--to-light { background: linear-gradient(to bottom, var(--hs-dark), var(--hs-ivory)); }
.hs-seam--to-dark  { background: linear-gradient(to bottom, var(--hs-ivory), var(--hs-dark)); }

.hs-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--hs-gold);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.hs-zone--light .hs-eyebrow { color: var(--hs-gold-deep); }

.hs-h2 {
  margin: 0 0 14px;
  font-family: var(--hs-display);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -.02em;
}
.hs-lead {
  margin: 0;
  max-width: 62ch;
  font-weight: 300;
  font-size: 1.02rem;
  line-height: 1.65;
}
.hs-zone--light .hs-lead { color: var(--hs-ink-soft); }
.hs-zone--dark .hs-lead { color: #9aa5b1; }

/* --------------------------------------------------------------------------
   6. HERO
   -------------------------------------------------------------------------- */
.hs-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(520px, 74vh, 760px);
  padding: calc(var(--gkpc-header-height) + 70px) 0 90px;
}
.hs-hero__inner { max-width: 760px; }
.hs-hero h1 {
  margin: 0 0 20px;
  font-family: var(--hs-display);
  font-weight: 500;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}
.hs-hero h1 em {
  font-style: normal;
  color: var(--hs-gold);
}
.hs-hero p {
  margin: 0 0 34px;
  max-width: 56ch;
  color: #9aa5b1;
  font-weight: 300;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.65;
}

.hs-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hs-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 14px;
  font-weight: 600;
  font-size: .95rem;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hs-btn--gold {
  color: #14110b;
  background: linear-gradient(135deg, #fbf1de, var(--hs-gold));
  box-shadow: 0 14px 34px rgba(203,169,107,.24);
}
.hs-btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(203,169,107,.34); }
.hs-btn--ghost {
  color: #e9edf2;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.04);
}
.hs-btn--ghost:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.hs-btn--ink {
  color: #fff;
  background: var(--hs-ink);
}
.hs-btn--ink:hover { transform: translateY(-3px); }

.hs-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #9aa5b1;
  font-size: .85rem;
}
.hs-hero__meta b { display: block; color: var(--hs-gold); font-size: 1.5rem; font-family: var(--hs-display); font-weight: 500; }

/* --------------------------------------------------------------------------
   7. ΚΑΡΤΕΣ ΚΑΤΗΓΟΡΙΩΝ / ΠΛΕΓΜΑΤΑ
   -------------------------------------------------------------------------- */
.hs-grid { display: grid; gap: 20px; margin-top: 44px; }
.hs-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hs-grid--4 { grid-template-columns: repeat(4, 1fr); }

.hs-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--hs-line);
  border-radius: 18px;
  background: #fff;
  transition: transform .28s cubic-bezier(.2,.75,.2,1), box-shadow .28s ease, border-color .28s ease;
}
.hs-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--hs-gold) 45%, var(--hs-line));
  box-shadow: 0 20px 48px rgba(20,29,38,.1);
}
.hs-card__num {
  margin-bottom: 12px;
  font-family: var(--hs-display);
  font-size: 1.9rem;
  line-height: 1;
  color: var(--hs-gold-deep);
  opacity: .42;
}
.hs-card h3 {
  margin: 0 0 8px;
  font-family: var(--hs-display);
  font-weight: 500;
  font-size: 1.24rem;
  color: var(--hs-ink);
}
.hs-card p {
  margin: 0;
  color: var(--hs-ink-soft);
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.6;
}
.hs-card__link {
  margin-top: 18px;
  color: var(--hs-gold-deep);
  font-weight: 600;
  font-size: .88rem;
}

/* σκούρες κάρτες μέσα σε σκούρα ζώνη */
.hs-zone--dark .hs-card {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.hs-zone--dark .hs-card h3 { color: #f2f5f8; }
.hs-zone--dark .hs-card p { color: #9aa5b1; }
.hs-zone--dark .hs-card:hover { border-color: rgba(203,169,107,.42); box-shadow: none; }

/* ταινία με highlight (custom κατασκευές) */
.hs-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.hs-panel {
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(203,169,107,.3);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(203,169,107,.14), rgba(203,169,107,.03));
}
.hs-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.hs-panel li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; line-height: 1.55; }
.hs-panel li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px; height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--hs-gold);
}

@media (max-width: 980px) {
  .hs-grid--3, .hs-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .hs-split { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hs-grid--3, .hs-grid--4 { grid-template-columns: 1fr; }
  .hs-hero { min-height: auto; padding-top: calc(var(--gkpc-header-height) + 40px); }
  .gkpc-main .com-content-category-blog__items,
  .gkpc-main .blog-items { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   8. FOOTER — λίγο πιο ήρεμο
   -------------------------------------------------------------------------- */
.gkpc-footer { background: var(--hs-dark); }
.gkpc-footer h3, .gkpc-footer .moduletable h3 {
  font-family: var(--hs-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--hs-gold);
}

/* --------------------------------------------------------------------------
   9. Λίστες μέσα σε κάρτες, chips αναγκών, μικρορυθμίσεις αρχικής
   -------------------------------------------------------------------------- */
.home-blank .gkpc-breadcrumbs { display: none; }

.hs-card__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.hs-card__list a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hs-ink-soft);
  font-size: .9rem;
  transition: color .2s ease, gap .2s ease;
}
.hs-card__list a::before {
  content: "→";
  color: var(--hs-gold-deep);
  font-size: .82em;
}
.hs-card__list a:hover { color: var(--hs-ink); gap: 13px; }

.hs-chips { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 38px; }
.hs-chip {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid var(--hs-line);
  border-radius: 100px;
  background: #fff;
  color: var(--hs-ink);
  font-size: .92rem;
  font-weight: 500;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.hs-chip:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--hs-gold) 55%, var(--hs-line));
  box-shadow: 0 10px 26px rgba(20,29,38,.07);
}
.hs-chip--gold {
  border-color: transparent;
  background: linear-gradient(135deg, #fbf1de, var(--hs-gold));
  color: #14110b;
  font-weight: 650;
}

.hs-head { max-width: 70ch; }
.hs-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 13px;
  margin-bottom: 18px;
  border-radius: 100px;
  background: rgba(203,169,107,.16);
  border: 1px solid rgba(203,169,107,.34);
  color: var(--hs-gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hs-zone--light .hs-badge { color: var(--hs-gold-deep); background: rgba(203,169,107,.12); }

.hs-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

/* --------------------------------------------------------------------------
   10. SLEEP LAB — διαδραστικός προσομοιωτής
   -------------------------------------------------------------------------- */
.sl {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(24px, 3.5vw, 52px);
  align-items: start;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  backdrop-filter: blur(18px);
}

.sl__stage {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 20%, rgba(203,169,107,.16), transparent 60%), #0e1a28;
}
.sl__stage svg { display: block; width: 100%; height: auto; }

.sl__controls { display: grid; gap: 26px; }
.sl__group > label,
.sl__label {
  display: block;
  margin-bottom: 11px;
  color: var(--hs-gold);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sl__opts { display: flex; flex-wrap: wrap; gap: 8px; }
.sl__opt {
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 11px;
  background: rgba(255,255,255,.04);
  color: #cfd6de;
  font-size: .87rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .22s ease;
}
.sl__opt:hover { border-color: rgba(203,169,107,.5); color: #fff; }
.sl__opt.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #fbf1de, var(--hs-gold));
  color: #14110b;
  font-weight: 650;
}

.sl__slider { width: 100%; accent-color: var(--hs-gold); }
.sl__scale {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #7d8794;
  font-size: .7rem;
}
.sl__firmval { color: #f2f5f8; font-weight: 600; font-size: .95rem; margin-top: 8px; }

.sl__result {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(0,0,0,.22);
}
.sl__scoreline { display: flex; align-items: baseline; gap: 10px; }
.sl__score {
  font-family: var(--hs-display);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--hs-gold);
}
.sl__scorelbl { color: #8d97a4; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.sl__track {
  height: 6px;
  margin: 14px 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
}
.sl__bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #c9713f, var(--hs-gold));
  transition: width .35s cubic-bezier(.2,.75,.2,1), background .35s ease;
}
[data-sl-state="good"] .sl__bar { background: linear-gradient(90deg, var(--hs-gold), #6fae8f); }
[data-sl-state="bad"] .sl__bar  { background: linear-gradient(90deg, #a8452c, #c9713f); }

.sl__verdict { margin: 0 0 10px; color: #e9edf2; font-size: .96rem; line-height: 1.6; }
.sl__note { margin: 0; color: #8d97a4; font-size: .85rem; line-height: 1.55; }

.sl__techs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.sl-tech {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(203,169,107,.4);
  border-radius: 100px;
  background: rgba(203,169,107,.1);
  color: var(--hs-gold);
  font-size: .84rem;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}
a.sl-tech:hover { background: rgba(203,169,107,.22); transform: translateY(-2px); color: var(--hs-gold); }

.sl__disclaimer {
  margin: 18px 0 0;
  color: #6f7986;
  font-size: .76rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .sl { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   11. RESPONSIVE — διορθώσεις μετά από έλεγχο σε 390 / 768 / 1024 / 1440
   -------------------------------------------------------------------------- */

/* Το hero κολλούσε στο header σε κινητό (το gkpc-hero-position έχει αρνητικό margin) */
@media (max-width: 760px) {
  .hs-hero {
    min-height: auto;
    padding: calc(var(--gkpc-header-height) + 96px) 0 64px;
  }
  .hs-hero__meta { gap: 18px; margin-top: 34px; padding-top: 22px; }
  .hs-hero__meta > div { flex: 1 1 100%; }
  .hs-seam { height: 60px; }
  .hs-zone { padding: clamp(44px, 9vw, 70px) 0; }
}

/* Το υπόμνημα του Sleep Lab ήταν δυσανάγνωστο σε κινητό */
.sl__stage svg text { font-family: var(--hs-sans); }
@media (max-width: 720px) {
  .sl { padding: 18px; border-radius: 20px; }
  .sl__opt { padding: 10px 13px; font-size: .84rem; }
  .sl__score { font-size: 2.2rem; }
}

/* Χωρίς στήλες footer, το κενό από πάνω ήταν τεράστιο */
.gkpc-footer:not(:has(.gkpc-footer__column)) { padding-top: 40px; }
.gkpc-footer:not(:has(.gkpc-footer__column)) .gkpc-footer__bottom { margin-top: 0; }

/* Ασφάλεια: τίποτα δεν βγαίνει οριζόντια έξω από την οθόνη */
.hs-zone img, .hs-card img, .sl img { max-width: 100%; height: auto; }
.hs-h2, .hs-hero h1 { overflow-wrap: break-word; }

/* --------------------------------------------------------------------------
   12. ΕΠΙΚΟΙΝΩΝΙΑ — χάρτης, στοιχεία, φόρμα
   -------------------------------------------------------------------------- */
.hs-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(24px, 3.5vw, 46px);
  align-items: start;
}
.hs-map {
  overflow: hidden;
  border: 1px solid var(--hs-line);
  border-radius: 18px;
  background: var(--hs-ivory-2);
  line-height: 0;
}
.hs-map iframe { display: block; width: 100%; height: clamp(300px, 46vh, 460px); border: 0; }

.hs-info { display: grid; gap: 18px; }
.hs-info__row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}
.hs-info__ico {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(203,169,107,.16);
  color: var(--hs-gold-deep);
  font-size: 1rem;
}
.hs-info__row strong { display: block; font-size: .95rem; }
.hs-info__row span, .hs-info__row a { color: var(--hs-ink-soft); font-size: .92rem; }
.hs-info__row a:hover { color: var(--hs-gold-deep); }

.hs-directions {
  margin-top: 6px;
  padding: 18px 20px;
  border: 1px dashed var(--hs-line);
  border-radius: 14px;
  background: #fff;
}
.hs-directions h4 {
  margin: 0 0 8px;
  font-family: var(--hs-sans);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--hs-gold-deep);
}
.hs-directions p { margin: 0; color: var(--hs-ink-soft); font-size: .9rem; line-height: 1.6; }

/* Φόρμα com_contact μέσα στη φωτεινή ζώνη */
.gkpc-main .com-contact__form,
.gkpc-main .contact-form {
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid var(--hs-line);
  border-radius: 18px;
  background: #fff;
}
.gkpc-main .com-contact__form legend,
.gkpc-main .contact-form legend {
  font-family: var(--hs-display);
  font-size: 1.35rem;
  color: var(--hs-ink);
}
.gkpc-main .control-group { margin-bottom: 14px; }
.gkpc-main .control-label label { font-size: .85rem; font-weight: 600; color: var(--hs-ink); }
.gkpc-main .com-contact__form input[type="text"],
.gkpc-main .com-contact__form input[type="email"],
.gkpc-main .com-contact__form textarea,
.gkpc-main .contact-form input,
.gkpc-main .contact-form textarea { width: 100%; }
.gkpc-main .com-contact__miscinfo { color: var(--hs-ink-soft); }
.gkpc-main dl.com-contact__address,
.gkpc-main .com-contact__address dd { margin-left: 0; }

@media (max-width: 900px) {
  .hs-contact { grid-template-columns: 1fr; }
  .hs-map iframe { height: 300px; }
}

/* Ωράριο καταστήματος (σελίδα Επικοινωνίας) */
.hs-hours { margin: 0; }
.hs-hours__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid var(--hs-line);
  font-size: .92rem;
}
.hs-hours__row:last-child { border-bottom: 0; }
.hs-hours__row dt { color: var(--hs-ink); font-weight: 600; }
.hs-hours__row dd { margin: 0; color: var(--hs-ink-soft); text-align: right; }
.hs-hours__row--closed dd { color: #a8452c; }
.hs-hours__note {
  margin: 12px 0 0;
  color: var(--hs-ink-soft);
  font-size: .82rem;
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   13. ΠΡΟΪΟΝΤΑ — λίστα χαρακτηριστικών (από τη μεταφορά του παλιού site)
   -------------------------------------------------------------------------- */
.gkpc-main .hs-spec {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}
.gkpc-main .hs-spec li {
  position: relative;
  padding-left: 16px;
  color: var(--hs-ink-soft);
  font-size: .92rem;
  line-height: 1.55;
}
.gkpc-main .hs-spec li::before {
  content: "";
  position: absolute;
  left: 0; top: .58em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--hs-gold);
}
.gkpc-main .hs-spec strong {
  color: var(--hs-ink);
  font-weight: 600;
}
.gkpc-main .hs-spec strong::after { content: ":"; }

/* Μέσα στην κάρτα καταλόγου: κόβουμε με σβήσιμο, τα πλήρη είναι στη σελίδα */
.gkpc-main .blog-item h3 { display: none; }
.gkpc-main .blog-item .hs-spec {
  max-height: 176px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
}
.gkpc-main .blog-item .hs-spec li { font-size: .86rem; }
.gkpc-main .blog-item .item-content { padding-bottom: 4px; }
.gkpc-main .blog-item .readmore a,
.gkpc-main .blog-item .readmore .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid var(--hs-line);
  border-radius: 11px;
  background: #fff;
  color: var(--hs-ink);
  font-size: .85rem;
  font-weight: 600;
}
.gkpc-main .blog-item .readmore a:hover {
  border-color: color-mix(in srgb, var(--hs-gold) 55%, var(--hs-line));
  color: var(--hs-gold-deep);
}

/* Σελίδα προϊόντος: δύο στήλες χαρακτηριστικών όταν χωράει */
.gkpc-main .item-page { max-width: 900px; }
.gkpc-main .item-page .item-image { float: none; margin: 0 0 26px; }
.gkpc-main .item-page .item-image img {
  width: 100%;
  max-width: 520px;
  border: 1px solid var(--hs-line);
  border-radius: 18px;
  background: #fff;
}
.gkpc-main .item-page h3 {
  margin: 26px 0 4px;
  font-family: var(--hs-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--hs-gold-deep);
}
@media (min-width: 760px) {
  .gkpc-main .item-page .hs-spec { grid-template-columns: 1fr 1fr; column-gap: 30px; }
}

/* QR πλοήγησης στη σελίδα Επικοινωνίας */
.hs-qr {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 6px;
  padding: 16px 18px;
  border: 1px solid var(--hs-line);
  border-radius: 16px;
  background: #fff;
}
.hs-qr__code {
  width: 108px;
  height: 108px;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 10px;
  background: #fff;
}
.hs-qr__code svg { display: block; width: 100%; height: 100%; }
.hs-qr__txt strong { display: block; font-size: .95rem; margin-bottom: 4px; }
.hs-qr__txt span { color: var(--hs-ink-soft); font-size: .85rem; line-height: 1.5; }
@media (max-width: 420px) {
  .hs-qr { flex-direction: column; align-items: flex-start; }
}

/* Στην εκτύπωση κρατάμε μόνο τα χρήσιμα */
@media print {
  .gkpc-header, .gkpc-footer, .gkpc-floating-contact,
  .gkpc-particles, .hs-zone--dark, .gkpc-breadcrumbs { display: none !important; }
  body.gkpc-site .gkpc-main { background: #fff; }
  .hs-qr { border: 0; }
}
