/* ══════════════════════════════════════════════════════════════
   Doctor Horse — typografia wpisów blogowych (fancy-blog)
   Ujednolicona z arkuszem opisów produktów (dh-desc)
   ══════════════════════════════════════════════════════════════ */
 
.blog-text.fancy-blog {
  --dh-accent: #c2410b;
  --dh-text: #1a1a1a;
  --dh-text-sec: #4a4a4a;
  --dh-bg-subtle: #faf9f7;
  --dh-border: #e5e2dd;
  --dh-serif: Georgia, 'Times New Roman', serif;
 
  font-size: 16px;
  line-height: 1.75;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               "Helvetica Neue", Arial, sans-serif;
  color: var(--dh-text);
}
 
.blog-text.fancy-blog p {
  margin: 0 0 1.4rem;
  color: var(--dh-text-sec);
  line-height: 1.75;
}
 
.blog-text.fancy-blog h2:first-child {
  margin-top: 0;
}
 
/* ── H2 ── */
.blog-text.fancy-blog h2 {
  font-family: var(--dh-serif);
  font-size: 24px;
  font-weight: 700;
  margin: 48px 0 0;
  line-height: 1.25;
  color: var(--dh-text);
  letter-spacing: -0.02em;
}
 
.blog-text.fancy-blog h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: var(--dh-accent);
  border-radius: 1.5px;
  margin: 12px 0 18px;
}
 
/* ── H3 ── */
.blog-text.fancy-blog h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 2.2rem 0 1rem;
  line-height: 1.35;
  color: var(--dh-text);
}
 
/* ── Linki ── */
.blog-text.fancy-blog a {
  color: var(--dh-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(194, 65, 11, 0.3);
  transition: text-decoration-color 0.2s ease;
}
 
.blog-text.fancy-blog a:hover {
  text-decoration-color: var(--dh-accent);
}
 
/* ── Listy ── */
.blog-text.fancy-blog ul,
.blog-text.fancy-blog ol {
  margin: 0.8rem 0 1.6rem 0;
  padding-left: 1.8rem;
}
 
.blog-text.fancy-blog li {
  margin: 0 0 0.65rem;
  line-height: 1.75;
  color: var(--dh-text-sec);
}
 
/* UL checkmarki */
.blog-text.fancy-blog ul {
  list-style: none;
}
 
.blog-text.fancy-blog ul li {
  position: relative;
  padding-left: 0.4rem;
}
 
.blog-text.fancy-blog ul li::before {
  content: "✔";
  position: absolute;
  left: -1.1rem;
  top: 0.1rem;
  font-size: 0.85rem;
  color: var(--dh-accent);
  font-weight: 700;
}
 
/* OL numeracja */
.blog-text.fancy-blog ol {
  list-style-position: inside;
}
 
.blog-text.fancy-blog ol li {
  padding-left: 0;
}
 
.blog-text.fancy-blog ol li::marker {
  font-weight: 900;
  color: var(--dh-text);
}
 
/* ── Blockquote ── */
.blog-text.fancy-blog blockquote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 3px solid rgba(194, 65, 11, 0.3);
  background: var(--dh-bg-subtle);
  border-radius: 10px;
  font-style: italic;
  color: var(--dh-text-sec);
}
 
/* ── Strong ── */
.blog-text.fancy-blog strong {
  font-weight: 600;
  color: var(--dh-text);
}
 
 
/* ══════════════════════════════════════════════════════════════
   SCHEDULE — etapy sezonu
   ══════════════════════════════════════════════════════════════ */
 
.blog-text.fancy-blog .dh-stage {
  margin-bottom: 12px;
  padding: 14px 20px 12px;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(194, 65, 11, 0.06), rgba(255, 255, 255, 0) 70%);
}
 
.blog-text.fancy-blog .dh-stage--final {
  background: linear-gradient(to right, rgba(194, 65, 11, 0.10), rgba(255, 255, 255, 0) 70%);
}
 
.blog-text.fancy-blog .dh-stage-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 0.25rem;
}
 
.blog-text.fancy-blog .dh-stage-label--final {
  color: var(--dh-accent);
}
 
.blog-text.fancy-blog .dh-stage-city {
  font-family: var(--dh-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--dh-text);
  letter-spacing: -0.02em;
}
 
.blog-text.fancy-blog .dh-stage-venue {
  font-size: 15px;
  color: #666;
}
 
.blog-text.fancy-blog .dh-stage-dash {
  color: #ccc;
  margin: 0 0.5rem;
}
 
.blog-text.fancy-blog .dh-stage-date {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--dh-accent);
  font-variant-numeric: tabular-nums;
  margin: 0.1rem 0;
}
 
.blog-text.fancy-blog .dh-stage-desc {
  font-size: 15px;
  color: #666;
  margin: 0;
}
 
 
/* ══════════════════════════════════════════════════════════════
   SECTION H3 — dyscypliny / pielęgnacja (hairline)
   ══════════════════════════════════════════════════════════════ */
 
.blog-text.fancy-blog h3.dh-section-h3 {
  border-top: 1px solid var(--dh-border);
  padding-top: 1.6rem;
  margin-top: 1.8rem;
}
 
.blog-text.fancy-blog .dh-h3-sub {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  margin-left: 0.5rem;
}
 
 
/* ══════════════════════════════════════════════════════════════
   FAQ — karty (styl ujednolicony z dh-desc)
   ══════════════════════════════════════════════════════════════ */
 
.blog-text.fancy-blog .dh-faq-item {
  background: var(--dh-bg-subtle);
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 10px;
  border-top: none;
}
 
.blog-text.fancy-blog .dh-faq-item h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--dh-text);
  margin: 0 0 8px;
}
 
.blog-text.fancy-blog .dh-faq-item p {
  font-size: 14px;
  color: #555;
  margin: 0 0 0;
  line-height: 1.7;
}
 
.blog-text.fancy-blog .dh-faq-item a {
  color: var(--dh-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  border-bottom: none;
}
 
 
/* ══════════════════════════════════════════════════════════════
   PRODUCT SHOWCASE — lista edytorialna z hairline
   ══════════════════════════════════════════════════════════════ */
 
.blog-text.fancy-blog .dh-showcase {
  margin: 1.2rem 0 1.8rem;
  border-top: 1px solid var(--dh-border);
}
 
.blog-text.fancy-blog .dh-showcase-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--dh-border);
  text-decoration: none !important;
  color: var(--dh-text);
}
 
.blog-text.fancy-blog .dh-showcase-item:hover {
  background: rgba(0, 0, 0, 0.015);
}
 
.blog-text.fancy-blog .dh-showcase-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
 
.blog-text.fancy-blog .dh-showcase-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dh-text);
  line-height: 1.35;
}
 
.blog-text.fancy-blog .dh-showcase-detail {
  font-size: 13px;
  color: #999;
}
 
 
/* ══════════════════════════════════════════════════════════════
   RESPONSYWNOŚĆ
   ══════════════════════════════════════════════════════════════ */
 
@media (max-width: 600px) {
  .blog-text.fancy-blog {
    font-size: 15px;
  }
  .blog-text.fancy-blog h2 {
    font-size: 20px;
    margin-top: 36px;
  }
  .blog-text.fancy-blog h2::after {
    width: 56px;
    margin: 10px 0 14px;
  }
  .blog-text.fancy-blog h3 {
    font-size: 18px;
  }
  .blog-text.fancy-blog .dh-faq-item {
    padding: 14px 16px;
  }
}


/* ====== KONIEC ROZSZERZEŃ ====== */

#projector_amount {
  display: none !important;
}
  
  /* ══════════════════════════════════════════════════════════════
   Doctor Horse — arkusz stylów opisów produktów
   ══════════════════════════════════════════════════════════════ */

.dh-desc {
  --dh-accent: #c2410b;
  --dh-text: #1a1a1a;
  --dh-text-sec: #4a4a4a;
  --dh-bg-subtle: #faf9f7;
  --dh-border: #e5e2dd;
  --dh-serif: Georgia, 'Times New Roman', serif;

  font-size: 15px;
  line-height: 1.72;
  color: var(--dh-text);
  max-width: 780px;
}

/* ── Lead ── */
.dh-desc .dh-lead {
  font-size: 16px;
  line-height: 1.75;
  color: var(--dh-text);
  margin: 0 0 28px;
}

/* ── Pasek oddzielający (pod leadem, nad specyfikacją) ── */
.dh-desc .dh-bar {
  height: 2px;
  background: var(--dh-text);
  border: 0;
  margin: 0 0 20px;
}

/* ── Specyfikacja (chipy) ── */
.dh-desc .dh-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 36px;
}

.dh-desc .dh-spec {
  padding: 10px 16px;
  background: #f7f5f2;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.45;
}

.dh-desc .dh-spec strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 3px;
  font-weight: 600;
}

.dh-desc .dh-spec span {
  color: #333;
}

/* ── Nagłówki H2 ── */
.dh-desc h2 {
  font-family: var(--dh-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--dh-text);
  margin: 48px 0 0;
  letter-spacing: -0.02em;
}

.dh-desc h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: var(--dh-accent);
  border-radius: 1.5px;
  margin: 12px 0 18px;
}

/* ── Paragrafy ── */
.dh-desc p {
  margin: 0 0 16px;
  color: var(--dh-text-sec);
  line-height: 1.75;
}

/* ── FAQ ── */
.dh-desc .dh-faq {
  margin: 0 0 36px;
}

.dh-desc .dh-faq-item {
  background: var(--dh-bg-subtle);
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 10px;
}

.dh-desc .dh-faq-item h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--dh-text);
  margin: 0 0 8px;
}

.dh-desc .dh-faq-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

.dh-desc .dh-faq-item a {
  color: var(--dh-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Video (responsive 16:9) ── */
.dh-desc .dh-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 36px;
}

.dh-desc .dh-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── Produkty powiązane ── */
.dh-desc .dh-related {
  margin: 0 0 24px;
}

.dh-desc .dh-related a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
  transition: color 0.12s;
}

.dh-desc .dh-related a:first-child {
  border-top: 1px solid #eee;
}

.dh-desc .dh-related a:hover {
  color: var(--dh-accent);
}

.dh-desc .dh-related strong {
  font-weight: 600;
}

.dh-desc .dh-related .arr {
  color: var(--dh-accent);
  margin-right: 6px;
}

/* ── Responsywność ── */
@media (max-width: 600px) {
  .dh-desc h2 {
    font-size: 20px;
    margin-top: 36px;
  }
  .dh-desc h2::after {
    width: 56px;
    margin: 10px 0 14px;
  }
  .dh-desc .dh-lead {
    font-size: 15px;
  }
  .dh-desc .dh-spec {
    padding: 8px 12px;
  }
}
}