/* =========================================================
   ImproWell Discover — skeleton-depth knowledge hub.
   Scoped under .iw-root[data-page="discover"]. Vanilla, WP-safe.
   Tokens mirror landing/shop; bottom-nav & bg reused from improwell-auth.css
   so this file only adds Discover-specific rules.
   ========================================================= */

.iw-root[data-page="discover"] {
  /* inherited tokens from improwell-auth.css */
  padding-bottom: 90px; /* space for bottom nav */
  scroll-behavior: smooth;
}

/* Page column */
.iw-dc-page {
  max-width: 393px; margin: 0 auto;
  padding: 0 0 40px;
  min-height: 100vh;
  position: relative;
}

/* Sticky header — logo + search */
.iw-dc-head {
  position: sticky; top: 0; z-index: 50;
  padding: 14px 20px 10px;
  display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center;
  background: rgba(245,237,232,0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.55);
}
.iw-dc-logo {
  font-size: 16px; font-weight: 500; letter-spacing: 2.5px;
  color: var(--ink); text-decoration: none;
}
.iw-dc-logo .iw-o { color: var(--brand); }
.iw-dc-ib {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.55);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink); text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform 140ms ease;
}
.iw-dc-ib:active { transform: scale(0.9); }
.iw-dc-ib svg { width: 15px; height: 15px; stroke: var(--ink); fill: none; stroke-width: 1.8; }

/* Sticky filter rail — pins directly under the sticky header, acts as a
   top nav bar for the sections below it */
.iw-dc-filters {
  position: sticky;
  top: 61px; /* = .iw-dc-head rendered height */
  z-index: 45;
  padding: 12px 0;
  background: rgba(245,237,232,0.92);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin: 0 -20px 24px; /* full-bleed inside .iw-dc-page */
  box-shadow: 0 6px 20px -8px rgba(120,80,70,0);
  transition: box-shadow 200ms ease, background 200ms ease;
}
/* When it becomes stuck the shadow kicks in (detected via a JS-added class) */
.iw-root[data-page="discover"] .iw-dc-filters.iw-stuck {
  background: rgba(245,237,232,0.96);
  box-shadow: 0 6px 20px -8px rgba(120,80,70,0.22);
}
.iw-dc-filters-scroll {
  display: flex; gap: 8px;
  padding: 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.iw-dc-filters-scroll::-webkit-scrollbar { display: none; }
.iw-dc-filter {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.65);
  font-size: 12px; font-weight: 500; color: var(--ink-soft);
  cursor: pointer; transition: all 180ms ease;
  -webkit-tap-highlight-color: transparent; user-select: none;
  white-space: nowrap;
  text-decoration: none;
}
.iw-dc-filter:hover,
.iw-dc-filter:focus,
.iw-dc-filter:visited { text-decoration: none; }
.iw-dc-filter.iw-on {
  background: var(--brand); color: #fff; border-color: var(--brand);
  box-shadow: 0 3px 10px var(--brand-glow);
}

/* Generic section wrapper */
.iw-dc-section { padding: 0 20px; margin-bottom: 36px; scroll-margin-top: 120px; }
.iw-dc-section-h {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 14px;
}
.iw-dc-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 1.6px;
  color: var(--brand); text-transform: uppercase;
  margin-bottom: 4px;
}
.iw-dc-ht { font-size: 22px; font-weight: 500; color: var(--ink); letter-spacing: -0.02em; line-height: 1.2; font-family: 'Libre Baskerville', Georgia, serif; }
.iw-dc-hs { font-size: 13px; color: var(--ink-soft); margin-top: 4px; line-height: 1.5; }
.iw-dc-sh-more {
  font-size: 11px; font-weight: 500; letter-spacing: 1.2px;
  color: var(--brand); text-transform: uppercase;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 2px;
  white-space: nowrap;
}
.iw-dc-sh-more:hover { opacity: 0.8; }

/* ======= HERO: brand story ======= */
.iw-dc-hero {
  position: relative;
  margin: 18px 20px 36px;
  padding: 28px 22px 26px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255,255,255,0.9) 0%, rgba(247,228,220,0.75) 50%, rgba(232,191,170,0.45) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.iw-dc-hero::before {
  content: ''; position: absolute;
  right: -30px; top: -20px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(201,112,112,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.iw-dc-hero-eyebrow {
  font-size: 11px; font-weight: 500; letter-spacing: 1.8px;
  color: var(--brand); text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.iw-dc-hero-t {
  font-size: 28px; font-weight: 500; color: var(--ink);
  letter-spacing: -0.02em; line-height: 1.15;
  margin-bottom: 12px;
  position: relative; font-family: 'Libre Baskerville', Georgia, serif; }
.iw-dc-hero-t em { font-style: normal; color: var(--brand); font-weight: 500; }
.iw-dc-hero-s {
  font-size: 14px; color: var(--ink-soft);
  line-height: 1.6; margin-bottom: 18px;
  position: relative;
}
.iw-dc-hero-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500; color: var(--brand);
  text-decoration: none; letter-spacing: 0.3px;
  position: relative;
}
.iw-dc-hero-cta::after {
  content: '→'; font-size: 16px; transition: transform 200ms ease;
}
.iw-dc-hero-cta:hover::after { transform: translateX(4px); }

/* Hero credibility strip */
.iw-dc-creds {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed rgba(0,0,0,0.12);
  position: relative;
}
.iw-dc-cred { text-align: center; }
.iw-dc-cred-v { font-size: 20px; font-weight: 500; color: var(--ink); letter-spacing: -0.02em; font-family: 'Libre Baskerville', Georgia, serif; }
.iw-dc-cred-l { font-size: 10px; font-weight: 500; color: var(--ink-soft); letter-spacing: 1.1px; text-transform: uppercase; margin-top: 2px; line-height: 1.4; }

/* ======= FEATURED ARTICLE ======= */
.iw-dc-feat {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--glass-card-br);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  text-decoration: none; color: inherit;
  display: block;
}
.iw-dc-feat:active { transform: scale(0.99); }
.iw-dc-feat-img {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #f7e4dc 0%, #e8bfaa 45%, #c97070 100%);
  position: relative;
  display: flex; align-items: flex-end; justify-content: flex-start;
  padding: 14px;
}
.iw-dc-feat-img::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(154,114,176,0.35) 0%, transparent 55%);
  pointer-events: none;
}
.iw-dc-feat-tag {
  position: relative;
  font-size: 10px; font-weight: 500; letter-spacing: 1.2px;
  color: #fff; text-transform: uppercase;
  background: rgba(0,0,0,0.28);
  backdrop-filter: blur(8px);
  padding: 5px 10px; border-radius: 999px;
}
.iw-dc-feat-body { padding: 16px 18px 18px; }
.iw-dc-feat-meta {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; color: var(--muted); font-weight: 600;
  letter-spacing: 0.6px; margin-bottom: 8px;
}
.iw-dc-feat-meta span:not(:last-child)::after { content: '·'; margin-left: 8px; color: var(--muted); }
.iw-dc-feat-t {
  font-size: 18px; font-weight: 500; color: var(--ink);
  letter-spacing: -0.015em; line-height: 1.3;
  margin-bottom: 6px;
}
.iw-dc-feat-s {
  font-size: 13px; color: var(--ink-soft);
  line-height: 1.55;
}
.iw-dc-feat-author {
  display: flex; align-items: center; gap: 8px;
  margin-top: 14px; padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.iw-dc-feat-av {
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, #e8dff0, #9a72b0);
  color: #fff; font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; justify-content: center;
}
.iw-dc-feat-an { font-size: 12px; font-weight: 500; color: var(--ink); }
.iw-dc-feat-at { font-size: 11px; color: var(--muted); }

/* ======= SYMPTOM CHECKER ======= */
.iw-dc-symp {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(232,223,240,0.6), rgba(220,233,230,0.4));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: var(--shadow-soft);
}
.iw-dc-symp-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.iw-dc-symp-ic {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(154,114,176,0.18);
  display: inline-flex; align-items: center; justify-content: center;
}
.iw-dc-symp-ic svg { width: 18px; height: 18px; stroke: var(--lav); fill: none; stroke-width: 1.8; }
.iw-dc-symp-t { font-size: 14px; font-weight: 500; color: var(--ink); }
.iw-dc-symp-s { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }

.iw-dc-symp-chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 14px;
}
.iw-dc-symp-chip {
  padding: 8px 12px; border-radius: 999px;
  border: 1.5px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.7);
  font-size: 12px; font-weight: 500; color: var(--ink-soft);
  cursor: pointer; transition: all 180ms ease;
  -webkit-tap-highlight-color: transparent; user-select: none;
  display: inline-flex; align-items: center; gap: 5px;
}
.iw-dc-symp-chip:active { transform: scale(0.96); }
.iw-dc-symp-chip.iw-on {
  background: var(--lav); color: #fff; border-color: var(--lav);
  box-shadow: 0 3px 10px rgba(154,114,176,0.35);
}
.iw-dc-symp-chip.iw-on::before { content: '✓'; font-size: 11px; font-weight: 500; }

.iw-dc-symp-out {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.55);
  font-size: 12px; color: var(--ink-soft);
  line-height: 1.5;
  min-height: 40px;
}
.iw-dc-symp-out strong { color: var(--ink); }
.iw-dc-symp-out .iw-dc-symp-match {
  font-size: 12px; font-weight: 500; color: var(--brand);
  margin-top: 8px; display: inline-flex; align-items: center; gap: 4px;
}

/* ======= INGREDIENT LIBRARY (tabbed) ======= */
.iw-dc-ing-tabs {
  display: flex; gap: 4px;
  padding: 4px;
  background: rgba(0,0,0,0.05);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}
.iw-dc-ing-tabs::-webkit-scrollbar { display: none; }
.iw-dc-ing-tab {
  flex: 1 0 auto;
  padding: 9px 14px;
  font-size: 12px; font-weight: 500; color: var(--ink-soft);
  border-radius: 9px;
  cursor: pointer; transition: all 180ms ease;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap; text-align: center;
}
.iw-dc-ing-tab.iw-on {
  background: #fff; color: var(--ink);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.iw-dc-ing-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.iw-dc-ing-card {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-soft);
  cursor: pointer; transition: transform 180ms ease, border-color 180ms ease;
  -webkit-tap-highlight-color: transparent;
}
.iw-dc-ing-card:active { transform: scale(0.98); }
.iw-dc-ing-card:hover { border-color: var(--brand); }
.iw-dc-ing-thumb {
  width: 100%; aspect-ratio: 1 / 1;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 34px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #f5ecd6, #e8bfaa); font-family: 'Libre Baskerville', Georgia, serif; }
.iw-dc-ing-card[data-pal="1"] .iw-dc-ing-thumb { background: linear-gradient(135deg, #f7e4dc, #e8bfaa); }
.iw-dc-ing-card[data-pal="2"] .iw-dc-ing-thumb { background: linear-gradient(135deg, #dce9e6, #b4cfc1); }
.iw-dc-ing-card[data-pal="3"] .iw-dc-ing-thumb { background: linear-gradient(135deg, #e8dff0, #c7b7d6); }
.iw-dc-ing-card[data-pal="4"] .iw-dc-ing-thumb { background: linear-gradient(135deg, #f5ecd6, #e5c89b); }
.iw-dc-ing-card[data-pal="5"] .iw-dc-ing-thumb { background: linear-gradient(135deg, #fde4e4, #e8bfaa); }
.iw-dc-ing-card[data-pal="6"] .iw-dc-ing-thumb { background: linear-gradient(135deg, #e2ede2, #a9c8a9); }

.iw-dc-ing-latin {
  font-size: 10px; font-weight: 500; letter-spacing: 1.1px;
  color: var(--muted); text-transform: uppercase; font-style: italic;
  margin-bottom: 3px;
}
.iw-dc-ing-n { font-size: 14px; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 4px; }
.iw-dc-ing-b { font-size: 11px; color: var(--ink-soft); line-height: 1.45; margin-bottom: 8px; min-height: 26px; }
.iw-dc-ing-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.iw-dc-ing-tag {
  font-size: 10px; font-weight: 500; letter-spacing: 0.6px;
  padding: 3px 7px; border-radius: 999px;
  background: rgba(201,112,112,0.10); color: var(--brand);
  text-transform: uppercase;
}

/* ======= DOCTORS ======= */
.iw-dc-doc-list { display: grid; gap: 10px; }
.iw-dc-doc {
  display: grid; grid-template-columns: 72px 1fr auto;
  gap: 14px; align-items: center;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-soft);
  text-decoration: none; color: inherit;
  transition: transform 180ms ease, border-color 180ms ease;
  -webkit-tap-highlight-color: transparent;
}
.iw-dc-doc:active { transform: scale(0.99); }
.iw-dc-doc:hover { border-color: var(--brand); }
.iw-dc-doc-av {
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 500; color: #fff;
  background: linear-gradient(135deg, var(--brand-soft), var(--brand));
  box-shadow: 0 4px 12px var(--brand-glow);
  position: relative; font-family: 'Libre Baskerville', Georgia, serif; }
.iw-dc-doc[data-col="2"] .iw-dc-doc-av { background: linear-gradient(135deg, #c7b7d6, #9a72b0); box-shadow: 0 4px 12px rgba(154,114,176,0.35); }
.iw-dc-doc[data-col="3"] .iw-dc-doc-av { background: linear-gradient(135deg, #b4cfc1, #5a9a72); box-shadow: 0 4px 12px rgba(90,154,114,0.35); }
.iw-dc-doc-av::after {
  content: '✓';
  position: absolute; bottom: -2px; right: -2px;
  width: 22px; height: 22px; border-radius: 50%;
  background: #fff; color: var(--ok);
  font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  border: 2px solid #fff;
}
.iw-dc-doc-n { font-size: 15px; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; }
.iw-dc-doc-spec { font-size: 12px; color: var(--brand); font-weight: 500; margin-top: 2px; }
.iw-dc-doc-clinic { font-size: 11px; color: var(--ink-soft); margin-top: 3px; line-height: 1.4; }
.iw-dc-doc-badges { display: flex; gap: 4px; margin-top: 6px; }
.iw-dc-doc-badge {
  font-size: 9px; font-weight: 500; letter-spacing: 0.8px;
  padding: 3px 6px; border-radius: 999px;
  background: rgba(90,154,114,0.12); color: var(--ok);
  text-transform: uppercase;
}
.iw-dc-doc-r { font-size: 20px; color: var(--muted); font-weight: 600; font-family: 'Libre Baskerville', Georgia, serif; }

/* ======= NUTRITION TIPS rail ======= */
.iw-dc-rail {
  display: flex; gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 20px 4px;
  margin: 0 -20px;
  scroll-snap-type: x proximity;
}
.iw-dc-rail::-webkit-scrollbar { display: none; }
.iw-dc-tip {
  flex: 0 0 240px;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-soft);
  text-decoration: none; color: inherit;
  cursor: pointer;
  transition: transform 180ms ease;
}
.iw-dc-tip:active { transform: scale(0.99); }
.iw-dc-tip-img {
  aspect-ratio: 4 / 3;
  display: flex; align-items: flex-start; justify-content: flex-start;
  padding: 10px;
  position: relative;
}
.iw-dc-tip[data-pal="1"] .iw-dc-tip-img { background: linear-gradient(135deg, #f7e4dc, #e8bfaa); }
.iw-dc-tip[data-pal="2"] .iw-dc-tip-img { background: linear-gradient(135deg, #e8dff0, #c7b7d6); }
.iw-dc-tip[data-pal="3"] .iw-dc-tip-img { background: linear-gradient(135deg, #dce9e6, #b4cfc1); }
.iw-dc-tip[data-pal="4"] .iw-dc-tip-img { background: linear-gradient(135deg, #f5ecd6, #e5c89b); }
.iw-dc-tip-tag {
  font-size: 10px; font-weight: 500; letter-spacing: 1.1px;
  color: var(--ink); text-transform: uppercase;
  background: rgba(255,255,255,0.85);
  padding: 4px 8px; border-radius: 999px;
}
.iw-dc-tip-body { padding: 12px 14px 14px; }
.iw-dc-tip-t { font-size: 14px; font-weight: 500; color: var(--ink); line-height: 1.3; margin-bottom: 6px; letter-spacing: -0.01em; }
.iw-dc-tip-m { font-size: 11px; color: var(--muted); font-weight: 600; }

/* ======= RESEARCH ======= */
.iw-dc-res-list { display: grid; gap: 10px; }
.iw-dc-res {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.55);
  text-decoration: none; color: inherit;
  transition: transform 180ms ease, border-color 180ms ease;
  -webkit-tap-highlight-color: transparent;
  display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center;
}
.iw-dc-res:active { transform: scale(0.99); }
.iw-dc-res:hover { border-color: var(--brand); }
.iw-dc-res-tag {
  display: inline-block;
  font-size: 10px; font-weight: 500; letter-spacing: 1.2px;
  padding: 3px 7px; border-radius: 999px;
  background: rgba(90,154,114,0.12); color: var(--ok);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.iw-dc-res-t { font-size: 14px; font-weight: 500; color: var(--ink); line-height: 1.3; letter-spacing: -0.01em; }
.iw-dc-res-meta {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; color: var(--muted); font-weight: 600;
  margin-top: 6px;
}
.iw-dc-res-meta span:not(:last-child)::after { content: '·'; margin-left: 8px; }
.iw-dc-res-ic {
  width: 32px; height: 32px; border-radius: 10px;
  background: rgba(201,112,112,0.10);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.iw-dc-res-ic svg { width: 16px; height: 16px; stroke: var(--brand); fill: none; stroke-width: 1.8; }

/* ======= EVENTS ======= */
.iw-dc-ev-list { display: grid; gap: 10px; }
.iw-dc-ev {
  display: grid; grid-template-columns: 60px 1fr auto;
  gap: 14px; align-items: center;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-soft);
  text-decoration: none; color: inherit;
  transition: transform 180ms ease, border-color 180ms ease;
  -webkit-tap-highlight-color: transparent;
}
.iw-dc-ev:active { transform: scale(0.99); }
.iw-dc-ev:hover { border-color: var(--brand); }
.iw-dc-ev-date {
  width: 60px; aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(201,112,112,0.10), rgba(232,191,170,0.18));
  border: 1px solid rgba(201,112,112,0.18);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.iw-dc-ev-day { font-size: 24px; font-weight: 500; color: var(--ink); line-height: 1; letter-spacing: -0.02em; font-family: 'Libre Baskerville', Georgia, serif; }
.iw-dc-ev-mon { font-size: 10px; font-weight: 500; letter-spacing: 1.2px; color: var(--brand); text-transform: uppercase; margin-top: 2px; }
.iw-dc-ev-t { font-size: 14px; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 4px; }
.iw-dc-ev-meta { font-size: 11px; color: var(--ink-soft); font-weight: 600; line-height: 1.4; }
.iw-dc-ev-meta span { display: inline-flex; align-items: center; gap: 3px; }
.iw-dc-ev-meta span + span::before { content: '·'; margin-right: 6px; color: var(--muted); }
.iw-dc-ev-type {
  display: inline-block;
  font-size: 9px; font-weight: 500; letter-spacing: 1.1px;
  padding: 3px 7px; border-radius: 999px;
  background: rgba(154,114,176,0.15); color: var(--lav);
  text-transform: uppercase;
  margin-top: 6px;
}
.iw-dc-ev-type.iw-ev-live { background: rgba(201,112,112,0.15); color: var(--brand); }
.iw-dc-ev-type.iw-ev-free { background: rgba(90,154,114,0.15); color: var(--ok); }
.iw-dc-ev-r {
  font-size: 12px; font-weight: 500; color: var(--brand);
  padding: 8px 12px; border-radius: 999px;
  background: rgba(201,112,112,0.10);
  white-space: nowrap;
}

/* ======= ASK A PRO ======= */
.iw-dc-ask {
  margin: 0 20px 36px;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px var(--brand-glow);
}
.iw-dc-ask::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(255,255,255,0.12);
  pointer-events: none;
}
.iw-dc-ask::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -40px;
  width: 160px; height: 160px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  pointer-events: none;
}
.iw-dc-ask-eyebrow {
  font-size: 10px; font-weight: 500; letter-spacing: 1.8px;
  color: rgba(255,255,255,0.8); text-transform: uppercase;
  margin-bottom: 10px; position: relative;
}
.iw-dc-ask-t {
  font-size: 24px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.2;
  margin-bottom: 10px; position: relative; font-family: 'Libre Baskerville', Georgia, serif; }
.iw-dc-ask-s {
  font-size: 14px; line-height: 1.55;
  color: rgba(255,255,255,0.9);
  margin-bottom: 18px;
  position: relative;
}
.iw-dc-ask-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
  position: relative;
}
.iw-dc-ask-avs { display: flex; }
.iw-dc-ask-av {
  width: 30px; height: 30px; border-radius: 50%;
  background: #fff; color: var(--brand);
  font-size: 13px; font-weight: 500;
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid var(--brand);
  margin-left: -8px;
}
.iw-dc-ask-av:first-child { margin-left: 0; }
.iw-dc-ask-status { font-size: 12px; font-weight: 500; display: inline-flex; align-items: center; gap: 5px; }
.iw-dc-ask-status::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: #5fd88a; box-shadow: 0 0 8px #5fd88a;
  animation: iwPulse2 2s ease-in-out infinite;
}
@keyframes iwPulse2 { 50% { opacity: 0.5; } }
.iw-dc-ask-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px;
  background: #fff; color: var(--brand);
  font-size: 14px; font-weight: 500; letter-spacing: 0.3px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: transform 180ms ease;
  position: relative;
}
.iw-dc-ask-btn:active { transform: scale(0.97); }
.iw-dc-ask-btn svg { width: 14px; height: 14px; }

/* ======= BRAND STORY (our why) ======= */
.iw-dc-story {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-soft);
}
.iw-dc-story-q {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 44px; color: var(--brand);
  line-height: 1; letter-spacing: -0.05em;
  margin-bottom: -10px;
}
.iw-dc-story-t {
  font-size: 18px; font-weight: 500; color: var(--ink);
  letter-spacing: -0.015em; line-height: 1.4;
  margin-bottom: 12px;
}
.iw-dc-story-b {
  font-size: 13px; color: var(--ink-soft);
  line-height: 1.7; margin-bottom: 16px;
}
.iw-dc-story-b p + p { margin-top: 10px; }
.iw-dc-story-sig {
  display: flex; align-items: center; gap: 10px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,0.12);
}
.iw-dc-story-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #f7e4dc, #e8bfaa);
  color: var(--brand-deep); font-size: 16px; font-weight: 500;
  display: inline-flex; align-items: center; justify-content: center;
}
.iw-dc-story-n { font-size: 13px; font-weight: 500; color: var(--ink); }
.iw-dc-story-r { font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
