
/* ═══════════════════════════════════════════════════════════════════════════
   HOSH PAGES v2 — Article width + Hero overrides
   Opal sets: article { max-width: 750px } — we override only on our pages
   Shoptet renders H1 in: article > header[itemprop="headline"] > h1
   We style that header as our green hero — no H1 in WYSIWYG HTML
═══════════════════════════════════════════════════════════════════════════ */

/* Override Opal article max-width on pages using our template */
article:has(.hp) {
  max-width: 100% !important;
}

/* Style Shoptet's auto-rendered H1 header as HOSH green hero */
article:has(.hp) > header[itemprop="headline"] {
  background: #1C3A2F;
  padding: 52px 48px 44px;
  margin-bottom: 0;
  display: block;
}
article:has(.hp) > header[itemprop="headline"]::before {
  content: 'hosh.cz';
  display: block;
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
article:has(.hp) > header[itemprop="headline"] h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 46px !important;
  font-weight: 300 !important;
  line-height: 1.06 !important;
  color: #fff !important;
  margin: 0 !important;
  letter-spacing: .01em !important;
  padding: 0 !important;
}
/* Remove Opal decorative ::after underline on h1 */
article:has(.hp) > header[itemprop="headline"] h1::after {
  display: none !important;
  content: none !important;
}

/* Lead intro paragraph (first block inside div[itemprop="about"]) */
.hp-intro {
  padding: 30px 48px;
  border-bottom: 1px solid #E5E2DC;
  background: #fff;
}
.hp-intro p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  max-width: 680px;
}

/* Responsive overrides for hero */
@media (max-width: 768px) {
  article:has(.hp) > header[itemprop="headline"] { padding: 36px 22px 30px; }
  article:has(.hp) > header[itemprop="headline"] h1 { font-size: 30px !important; }
  .hp-intro { padding: 22px 22px; }
}
@media (max-width: 480px) {
  article:has(.hp) > header[itemprop="headline"] h1 { font-size: 26px !important; }
}

/* HOSH Pages CSS — hosh-pages.css v1
   Shoptet path: /user/documents/upload/custom_code/cla/hosh-pages.css
   Applies to: /o-nas/ /doprava-a-platba/ /reklamace-a-vraceni-zbozi/ /hosh-klub/
   Fonts loaded via global header link tag (Cormorant Garamond)
*/

/* ── Reset & base ─────────────────────────────────────────────────────────── */
.hp { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #111; background: #fff; line-height: 1.65; }
.hp * { box-sizing: border-box; margin: 0; padding: 0; }
.hp a { color: #1C3A2F; text-decoration: none; }
.hp a:hover { text-decoration: underline; }
.hp strong { font-weight: 500; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hp-hero { background: #1C3A2F; color: #fff; padding: 52px 48px 44px; }
.hp-hero--dark { background: #111; }
.hp-hero-eye { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; opacity: .5; margin-bottom: 12px; }
.hp-hero-rule { width: 36px; height: 1px; background: rgba(255,255,255,.3); margin-bottom: 16px; }
.hp-hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 44px; font-weight: 300; line-height: 1.06; letter-spacing: .01em; margin-bottom: 14px; }
.hp-hero p { font-size: 13px; line-height: 1.75; opacity: .7; max-width: 500px; }

/* ── Stats row ────────────────────────────────────────────────────────────── */
.hp-stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #E5E2DC; border-top: none; }
.hp-stat { padding: 24px 20px; text-align: center; border-right: 1px solid #E5E2DC; }
.hp-stat:last-child { border-right: none; }
.hp-stat-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; font-weight: 300; color: #1C3A2F; line-height: 1; margin-bottom: 5px; }
.hp-stat-lbl { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: #999; }

/* ── Sections ─────────────────────────────────────────────────────────────── */
.hp-sec { padding: 44px 48px; }
.hp-sec + .hp-sec { border-top: 1px solid #E5E2DC; }
.hp-sec--bg { background: #f8f7f5; }
.hp-eye { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: #bbb; margin-bottom: 14px; }
.hp-sec h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: .01em; margin-bottom: 12px; color: #111; }
.hp-sec p { font-size: 13px; line-height: 1.8; color: #555; margin-bottom: 10px; }
.hp-sec p:last-child { margin-bottom: 0; }

/* ── Green strip ──────────────────────────────────────────────────────────── */
.hp-strip { background: #1C3A2F; color: #fff; padding: 20px 48px; display: flex; align-items: center; gap: 14px; }
.hp-strip svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; opacity: .75; flex-shrink: 0; }
.hp-strip-lbl { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; opacity: .55; margin-bottom: 3px; }
.hp-strip-val { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-weight: 400; }

/* ── Callout box ──────────────────────────────────────────────────────────── */
.hp-box { border: 1px solid #1C3A2F; padding: 18px 22px; margin: 20px 0; display: flex; gap: 14px; align-items: flex-start; }
.hp-box svg { width: 18px; height: 18px; stroke: #1C3A2F; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 1px; }
.hp-box-title { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #1C3A2F; font-weight: 500; margin-bottom: 4px; }
.hp-box-text { font-size: 12px; color: #444; line-height: 1.7; }

/* ── Warning box ──────────────────────────────────────────────────────────── */
.hp-warn { border: 1px solid #c8a24b; background: #fffdf0; padding: 16px 20px; margin: 16px 0; }
.hp-warn-title { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #7a600a; font-weight: 500; margin-bottom: 5px; }
.hp-warn-text { font-size: 12px; color: #555; line-height: 1.7; }

/* ── Timeline ─────────────────────────────────────────────────────────────── */
.hp-timeline { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #E5E2DC; margin-top: 28px; }
.hp-tl-item { padding: 22px 20px; border-right: 1px solid #E5E2DC; }
.hp-tl-item:last-child { border-right: none; }
.hp-tl-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 38px; font-weight: 300; color: #E5E2DC; line-height: 1; margin-bottom: 4px; }
.hp-tl-yr { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #1C3A2F; font-weight: 500; margin-bottom: 8px; }
.hp-tl-txt { font-size: 11px; color: #666; line-height: 1.7; }

/* ── 3-step registration ──────────────────────────────────────────────────── */
.hp-steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
.hp-s3-item { text-align: center; }
.hp-s3-num { width: 44px; height: 44px; background: #1C3A2F; color: #fff; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; font-weight: 400; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.hp-s3-title { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; margin-bottom: 5px; color: #111; }
.hp-s3-text { font-size: 12px; color: #666; line-height: 1.65; }

/* ── Benefit grid ─────────────────────────────────────────────────────────── */
.hp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
.hp-benefit { display: flex; gap: 12px; align-items: flex-start; }
.hp-ben-icon { width: 34px; height: 34px; border: 1px solid #E5E2DC; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hp-ben-icon svg { width: 15px; height: 15px; stroke: #1C3A2F; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hp-ben-title { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; color: #111; margin-bottom: 3px; }
.hp-ben-text { font-size: 11px; color: #777; line-height: 1.6; }

/* ── Shipping table ───────────────────────────────────────────────────────── */
.hp-tbl-wrap { margin-top: 20px; border: 1px solid #E5E2DC; overflow-x: auto; }
.hp-tbl { width: 100%; border-collapse: collapse; font-size: 12px; min-width: 480px; }
.hp-tbl th { background: #f8f7f5; padding: 9px 14px; text-align: left; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: #999; font-weight: 500; border-bottom: 1px solid #E5E2DC; }
.hp-tbl td { padding: 10px 14px; border-bottom: 1px solid #f0efec; color: #333; vertical-align: top; }
.hp-tbl tr:last-child td { border-bottom: none; }
.hp-tbl tr:hover td { background: #faf9f7; }
.hp-tbl .hp-note { font-size: 11px; color: #aaa; margin-top: 2px; }
.hp-price { text-align: right; font-weight: 500; color: #1C3A2F; white-space: nowrap; }
.hp-tbl-free { background: #f0f5f2; }
.hp-tbl-free td { font-weight: 600; }
.hp-tbl-free .hp-price { color: #1C3A2F; font-size: 13px; }

/* ── Payment cards ────────────────────────────────────────────────────────── */
.hp-pay { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }
.hp-pay-card { border: 1px solid #E5E2DC; padding: 18px 14px; text-align: center; }
.hp-pay-card svg { width: 20px; height: 20px; stroke: #1C3A2F; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 8px; display: block; margin-left: auto; margin-right: auto; }
.hp-pay-title { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; font-weight: 500; margin-bottom: 3px; color: #111; }
.hp-pay-price { font-size: 11px; color: #1C3A2F; font-weight: 500; }

/* ── Numbered process steps ───────────────────────────────────────────────── */
.hp-step-list { margin-top: 16px; }
.hp-step { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid #f0efec; }
.hp-step:last-child { border-bottom: none; }
.hp-step-n { width: 26px; height: 26px; background: #1C3A2F; color: #fff; font-size: 11px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.hp-step-title { font-size: 12px; font-weight: 500; display: block; margin-bottom: 2px; }
.hp-step-desc { font-size: 12px; color: #666; line-height: 1.65; }

/* ── Address block ────────────────────────────────────────────────────────── */
.hp-address { background: #f8f7f5; border-left: 3px solid #1C3A2F; padding: 14px 18px; margin: 16px 0; font-size: 12px; line-height: 2.1; color: #444; }
.hp-address-title { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: #1C3A2F; font-weight: 500; margin-bottom: 6px; }

/* ── Bullet list ──────────────────────────────────────────────────────────── */
.hp-ul { list-style: none; margin: 10px 0; }
.hp-ul li { display: flex; gap: 9px; align-items: flex-start; padding: 5px 0; font-size: 12px; color: #555; line-height: 1.65; }
.hp-ul li::before { content: ''; width: 4px; height: 4px; background: #1C3A2F; flex-shrink: 0; margin-top: 7px; }

/* ── CTA button ───────────────────────────────────────────────────────────── */
.hp-cta { display: block; background: #1C3A2F; color: #fff; text-align: center; padding: 15px 32px; font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; margin: 24px 0 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; border: none; width: 100%; cursor: pointer; }
.hp-cta:hover { background: #2a5444; text-decoration: none; color: #fff; }

/* ── Membership levels ────────────────────────────────────────────────────── */
.hp-levels { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #E5E2DC; margin-top: 24px; }
.hp-level { padding: 28px 20px; border-right: 1px solid #E5E2DC; text-align: center; }
.hp-level:last-child { border-right: none; background: #1C3A2F; color: #fff; }
.hp-level-label { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: #999; margin-bottom: 10px; }
.hp-level:last-child .hp-level-label { color: rgba(255,255,255,.55); }
.hp-level-pct { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 52px; font-weight: 300; color: #1C3A2F; line-height: 1; }
.hp-level:last-child .hp-level-pct { color: #fff; }
.hp-level-cond { font-size: 11px; color: #777; margin-top: 8px; line-height: 1.55; }
.hp-level:last-child .hp-level-cond { color: rgba(255,255,255,.65); }

/* ── Contact grid ─────────────────────────────────────────────────────────── */
.hp-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.hp-contact-lbl { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: #bbb; margin-bottom: 6px; }
.hp-contact-val { font-size: 13px; color: #1C3A2F; }
.hp-contact-sub { font-size: 11px; color: #aaa; margin-top: 2px; }

/* ── FAQ ──────────────────────────────────────────────────────────────────── */
.hp-faq { margin-top: 20px; }
.hp-faq-item { border-bottom: 1px solid #E5E2DC; padding: 14px 0; }
.hp-faq-q { font-size: 12px; font-weight: 500; margin-bottom: 5px; color: #111; }
.hp-faq-a { font-size: 12px; color: #666; line-height: 1.7; }

/* ── Download cards ───────────────────────────────────────────────────────── */
.hp-dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.hp-dl-card { display: flex; align-items: center; gap: 12px; border: 1px solid #E5E2DC; padding: 14px; text-decoration: none; background: #fff; color: #111; }
.hp-dl-card:hover { background: #faf9f7; text-decoration: none; }
.hp-dl-card svg { width: 16px; height: 16px; stroke: #1C3A2F; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.hp-dl-title { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; color: #111; margin-bottom: 2px; }
.hp-dl-sub { font-size: 10px; color: #bbb; }

/* ── Footnote text ────────────────────────────────────────────────────────── */
.hp-footnote { font-size: 11px; color: #aaa; margin-top: 10px; line-height: 1.6; }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .hp-hero, .hp-sec, .hp-strip { padding-left: 22px; padding-right: 22px; }
  .hp-hero h1 { font-size: 32px; }
  .hp-timeline { grid-template-columns: 1fr 1fr; }
  .hp-steps3 { grid-template-columns: 1fr; }
  .hp-benefits { grid-template-columns: 1fr 1fr; }
  .hp-pay { grid-template-columns: 1fr 1fr; }
  .hp-stats { grid-template-columns: 1fr; }
  .hp-stat { border-right: none; border-bottom: 1px solid #E5E2DC; }
  .hp-stat:last-child { border-bottom: none; }
  .hp-levels { grid-template-columns: 1fr; }
  .hp-level { border-right: none; border-bottom: 1px solid #E5E2DC; }
  .hp-level:last-child { border-bottom: none; }
  .hp-contact { grid-template-columns: 1fr; }
  .hp-dl { grid-template-columns: 1fr; }
  .hp-tl-item { padding: 16px 14px; }
}
@media (max-width: 480px) {
  .hp-benefits { grid-template-columns: 1fr; }
  .hp-pay { grid-template-columns: 1fr 1fr; }
}
