/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 10 2026 | 23:07:10 */
/* ============================================
   CSS — Słowiańska Botanica Palette + Landing Pages
   
   WoodySnippets: snippet CSS, Location: Site Wide
   
   Paleta z ASE:
   Pergamin: #ebe9da | Ciepły krem: #e6e1c8
   Piaskowy beż: #d8c89b | Szałwia: #9baa87
   Liść akwarelowy: #789878 | Leśna głębia: #48693a
   Ciemny szmaragd: #2d4b2a | Atramentowy teal: #19372a
   Gałązka brąz: #5f4b37 | Oliwkowy: #8c9b4b
   ============================================ */

/* ============================================
   1. LANDING PAGE — detox-test (ID 1466)
   ============================================ */
.page-id-1466 .entry-title,
.page-id-1466 .entry-header {
  display: none !important;
}

.page-id-1466 #masthead,
.page-id-1466 .site-header {
  display: none !important;
}

.page-id-1466 #colophon,
.page-id-1466 .site-footer {
  display: none !important;
}

.page-id-1466 #ast-scroll-top {
  display: none !important;
}

.page-id-1466 .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-id-1466 .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-id-1466 #primary {
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-1466 .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================
   2. LANDING PAGE — detox-webinar (ID 1480)
   ============================================ */
.page-id-1480 .entry-title,
.page-id-1480 .entry-header {
  display: none !important;
}

.page-id-1480 #masthead,
.page-id-1480 .site-header {
  display: none !important;
}

.page-id-1480 #colophon,
.page-id-1480 .site-footer {
  display: none !important;
}

.page-id-1480 #ast-scroll-top {
  display: none !important;
}

.page-id-1480 .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-id-1480 .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-id-1480 #primary {
  margin: 0 !important;
  padding: 0 !important;
}

.page-id-1480 .entry-content {
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================
   3. QUIZ — zaktualizowane kolory (paleta Botanica)
   ============================================ */
.wd-quiz-wrap {
  --cream: #ebe9da;
  --cream-dark: #e6e1c8;
  --forest: #19372a;
  --forest-mid: #2d4b2a;
  --forest-light: #48693a;
  --sage: #789878;
  --sage-light: #9baa87;
  --sage-muted: #b9c896;
  --sage-bg: #eef3ec;
  --gold: #8c9b4b;
  --gold-muted: #d8c89b;
  --gold-light: #e6e1c8;
  --warm-gray: #5f4b37;
  --text-body: #19372a;
  --text-light: #48693a;
  --white: #ebe9da;
  --type-a: #789878;
  --type-b: #8c9b4b;
  --type-c: #9baa87;
}

/* Tło quizu */
.wd-quiz-wrap {
  background: #ebe9da !important;
}

/* Itemy quizu — jaśniejsze tło */
.wd-quiz-item label {
  background: #f5f3eb !important;
  border-color: #e6e1c8 !important;
}

.wd-quiz-item label:hover {
  border-color: #9baa87 !important;
  background: rgba(155,170,135,0.08) !important;
}

.wd-quiz-item input:checked + label {
  border-color: #48693a !important;
  background: rgba(120,152,120,0.1) !important;
  box-shadow: 0 0 0 1px #48693a !important;
}

.wd-quiz-item input:checked + label .wd-check {
  background: #48693a !important;
  border-color: #48693a !important;
}

.wd-quiz-item input:checked + label .wd-item-letter {
  background: #2d4b2a !important;
  border-color: #2d4b2a !important;
  color: #ebe9da !important;
}

/* Przyciski */
.wd-btn-next {
  background: #2d4b2a !important;
  color: #ebe9da !important;
}

.wd-btn-next:hover {
  background: #19372a !important;
}

.wd-btn-result {
  background: #48693a !important;
  color: #ebe9da !important;
}

.wd-btn-result:hover {
  background: #2d4b2a !important;
}

.wd-btn-back {
  border-color: #d8c89b !important;
  color: #5f4b37 !important;
}

.wd-btn-back:hover {
  border-color: #9baa87 !important;
  color: #2d4b2a !important;
}

/* Wynik — kolory typów */
.wd-result-hero.type-a {
  background: linear-gradient(135deg, #d4dcd0, #b9c896) !important;
}

.wd-result-hero.type-b {
  background: linear-gradient(135deg, #e6e1c8, #d8c89b) !important;
}

.wd-result-hero.type-c {
  background: linear-gradient(135deg, #d4dcd0, #9baa87) !important;
}

/* Kółka wyniku */
.wd-count-circle.count-a {
  border-color: #48693a !important;
  color: #48693a !important;
}

.wd-count-circle.count-b {
  border-color: #8c9b4b !important;
  color: #8c9b4b !important;
}

.wd-count-circle.count-c {
  border-color: #9baa87 !important;
  color: #9baa87 !important;
}

.wd-count-circle.winner {
  background: #2d4b2a !important;
  border-color: #2d4b2a !important;
  color: #ebe9da !important;
}

/* Tip box */
.wd-result-focus {
  border-left-color: #48693a !important;
  background: rgba(120,152,120,0.08) !important;
}

.wd-result-focus .focus-label {
  color: #8c9b4b !important;
}

/* Herb cards */
.wd-herb-card {
  background: #f5f3eb !important;
  border-color: #e6e1c8 !important;
}

.wd-herb-icon {
  background: rgba(120,152,120,0.1) !important;
  border-color: #9baa87 !important;
}

.wd-herb-prop {
  background: rgba(120,152,120,0.1) !important;
  color: #48693a !important;
}

.wd-herb-warning {
  border-color: #d8c89b !important;
  background: rgba(216,200,155,0.1) !important;
}

.wd-herb-warning-label {
  color: #8c9b4b !important;
}

/* Przepis */
.wd-recipe {
  background: rgba(120,152,120,0.08) !important;
}

.wd-recipe-for {
  background: #48693a !important;
  color: #ebe9da !important;
}

/* Restart */
.wd-btn-restart {
  border-color: #9baa87 !important;
  color: #48693a !important;
}

.wd-btn-restart:hover {
  background: rgba(120,152,120,0.08) !important;
  border-color: #48693a !important;
}

/* Progress bar */
.wd-progress-bar {
  background: #e6e1c8 !important;
}

.wd-progress-fill {
  background: #48693a !important;
}

.wd-progress-text {
  color: #789878 !important;
}

/* Section numbers */
.wd-section-num {
  color: #d8c89b !important;
}

/* Hero sprig */
.wd-quiz-hero .hero-sprig path,
.wd-quiz-hero .hero-sprig circle {
  stroke: #789878 !important;
}

.wd-quiz-hero .hero-line {
  background: #8c9b4b !important;
}

/* ============================================
   4. WEBINAR CTA — banner w wynikach quizu
   ============================================ */
.wd-webinar-cta {
  margin: 30px 0;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #48693a;
  background: linear-gradient(135deg, #2d4b2a, #19372a);
}

.wd-webinar-inner {
  padding: 30px 28px;
  text-align: center;
}

.wd-webinar-badge {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b9c896;
  background: rgba(185,200,150,0.15);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.wd-webinar-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(20px, 3.5vw, 26px);
  color: #ebe9da;
  line-height: 1.3;
  margin-bottom: 12px;
}

.wd-webinar-desc {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #b9c896;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 20px;
}

.wd-webinar-btn {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #19372a !important;
  background: #b9c896;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.wd-webinar-btn:hover {
  background: #d2d787;
  color: #19372a !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

@media (max-width: 600px) {
  .wd-webinar-inner {
    padding: 24px 20px;
  }
  .wd-webinar-desc {
    font-size: 13px;
  }
  .wd-webinar-btn {
    font-size: 12px;
    padding: 12px 24px;
  }
}
/* ============================================
   SOCIAL PROOF BAR — webinar landing
   ============================================ */
.wd-web-proof {
  background: #2d4b2a;
  border-top: 1px solid rgba(185,200,150,0.15);
  border-bottom: 1px solid rgba(185,200,150,0.15);
  padding: 40px 24px;
}

.wd-web-proof-inner {
  max-width: 780px;
  margin: 0 auto;
}

.wd-web-proof-label {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #789878;
  margin-bottom: 28px;
}

.wd-web-proof-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.wd-web-proof-item {
  flex: 1;
  text-align: center;
  padding: 0 24px;
}

.wd-web-proof-number {
  font-family: 'Cormorant Garamond', 'Libre Baskerville', serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 38px);
  color: #d2d787;
  line-height: 1.1;
  margin-bottom: 8px;
}

.wd-web-proof-desc {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9baa87;
  line-height: 1.5;
}

.wd-web-proof-divider {
  width: 1px;
  height: 60px;
  background: rgba(185,200,150,0.2);
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .wd-web-proof-grid {
    flex-direction: column;
    gap: 28px;
  }
  .wd-web-proof-divider {
    width: 40px;
    height: 1px;
  }
  .wd-web-proof-item {
    padding: 0;
  }
}
/* ============================================
   QUIZ — większe czcionki (30+)
   ============================================ */

/* Tekst pytań */
.wd-item-text {
  font-size: 17px !important;
  line-height: 1.6 !important;
}

/* Tytuły sekcji */
.wd-section-title {
  font-size: 30px !important;
}

/* Numery sekcji */
.wd-section-num {
  font-size: 56px !important;
}

/* Przyciski nawigacji */
.wd-btn {
  font-size: 15px !important;
  padding: 16px 32px !important;
}

.wd-btn-result {
  font-size: 16px !important;
  padding: 20px !important;
}

/* Hero */
.wd-quiz-hero .hero-kicker {
  font-size: 13px !important;
}

.wd-quiz-hero .hero-desc {
  font-size: clamp(18px, 3vw, 22px) !important;
}

/* Wynik — opis typu */
.wd-result-desc {
  font-size: 18px !important;
  line-height: 1.8 !important;
}

/* Focus box */
.wd-result-focus .focus-text {
  font-size: 17px !important;
  line-height: 1.75 !important;
}

.wd-result-focus .focus-label {
  font-size: 12px !important;
}

/* Zioła — opisy */
.wd-herb-text {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.wd-herb-name {
  font-size: 22px !important;
}

.wd-herb-prop {
  font-size: 13px !important;
}

.wd-herb-warning-text {
  font-size: 15px !important;
}

/* Przepis */
.wd-recipe-title {
  font-size: 20px !important;
}

.wd-recipe-text {
  font-size: 16px !important;
}

/* Nota */
.wd-nota p {
  font-size: 14px !important;
}

/* Kółka z literami */
.wd-item-letter {
  width: 32px !important;
  height: 32px !important;
  font-size: 16px !important;
}

/* Checkbox */
.wd-check {
  width: 24px !important;
  height: 24px !important;
}

/* Progress */
.wd-progress-text {
  font-size: 13px !important;
}

/* Restart */
.wd-btn-restart {
  font-size: 14px !important;
  padding: 14px 28px !important;
}

/* Mobile */
@media (max-width: 600px) {
  .wd-item-text { font-size: 16px !important; }
  .wd-section-title { font-size: 26px !important; }
  .wd-result-desc { font-size: 16px !important; }
  .wd-herb-text { font-size: 15px !important; }
}
