#listeriosis-pregnancy-guide {
  --lp-ink: #173735;
  --lp-muted: #58706d;
  --lp-paper: #fffdf9;
  --lp-cream: #f6f0e8;
  --lp-teal: #075f5a;
  --lp-teal-deep: #064844;
  --lp-mint: #dff1ec;
  --lp-coral: #d85d55;
  --lp-coral-soft: #fbe7e3;
  --lp-amber: #a96a11;
  --lp-amber-soft: #fff0cd;
  --lp-plum: #633653;
  --lp-plum-soft: #f1e6ee;
  --lp-green: #1c7356;
  --lp-green-soft: #e3f3e8;
  --lp-red: #a8343d;
  --lp-red-soft: #fbe5e7;
  --lp-line: #d7e3df;
  --lp-shadow: 0 22px 55px rgba(15, 64, 60, .11);
  color: var(--lp-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.66;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 16px 72px;
  position: relative;
  isolation: isolate;
}

#listeriosis-pregnancy-guide *,
#listeriosis-pregnancy-guide *::before,
#listeriosis-pregnancy-guide *::after { box-sizing: border-box; }
#listeriosis-pregnancy-guide img { display: block; height: auto; max-width: 100%; }
#listeriosis-pregnancy-guide a { color: var(--lp-teal); text-underline-offset: 3px; }
#listeriosis-pregnancy-guide h2,
#listeriosis-pregnancy-guide h3,
#listeriosis-pregnancy-guide h4 { color: var(--lp-ink); line-height: 1.18; margin: 0; text-wrap: balance; }
#listeriosis-pregnancy-guide h2 { font-size: clamp(1.8rem, 3.6vw, 3rem); letter-spacing: -.035em; }
#listeriosis-pregnancy-guide h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -.02em; }
#listeriosis-pregnancy-guide h4 { font-size: 1.08rem; }
#listeriosis-pregnancy-guide p { margin: 0; }
#listeriosis-pregnancy-guide ul,
#listeriosis-pregnancy-guide ol { margin: 0; padding-left: 1.25rem; }
#listeriosis-pregnancy-guide li + li { margin-top: .45rem; }

.lp-nav {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 253, 249, .94);
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 64, 60, .08);
  display: flex;
  gap: 8px;
  margin: 10px 0 18px;
  overflow-x: auto;
  padding: 9px;
  position: sticky;
  scrollbar-width: thin;
  top: 8px;
  z-index: 20;
}
.lp-nav a {
  border-radius: 999px;
  color: var(--lp-ink) !important;
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 8px 12px;
  text-decoration: none;
}
.lp-nav a:hover,
.lp-nav a:focus-visible { background: var(--lp-mint); outline: none; }

.lp-hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.2), transparent 36%),
    linear-gradient(130deg, var(--lp-teal-deep), #0b7067 58%, #2e8b79);
  border-radius: 34px;
  box-shadow: var(--lp-shadow);
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.lp-hero-copy { padding: clamp(34px, 5vw, 60px); position: relative; z-index: 2; }
.lp-hero h2 { color: white !important; max-width: 34rem; }
.lp-hero-title-main {
  display: block;
  font-size: clamp(2rem, 3vw, 3.35rem);
  font-weight: 820;
  letter-spacing: -.045em;
  line-height: 1.03;
}
.lp-hero-title-sub {
  color: rgba(255,255,255,.88);
  display: block;
  font-size: clamp(1.1rem, 1.45vw, 1.38rem);
  font-weight: 650;
  letter-spacing: -.01em;
  line-height: 1.32;
  margin-top: 16px;
  max-width: 27rem;
}
.lp-kicker,
.lp-eyebrow {
  color: var(--lp-coral);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.lp-hero .lp-kicker { color: #ffd6cc; }
.lp-lead { color: rgba(255,255,255,.91); font-size: clamp(.96rem, 1.15vw, 1.08rem); line-height: 1.58; margin-top: 20px !important; max-width: 36rem; }
.lp-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.lp-chip { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; font-size: .78rem; font-weight: 800; padding: 8px 12px; }
.lp-hero-visual { margin: 0; min-height: 520px; overflow: hidden; position: relative; }
.lp-hero-visual::after {
  background: linear-gradient(0deg, rgba(4,48,45,.78) 0, rgba(4,48,45,.16) 42%, transparent 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.lp-hero-visual img {
  height: 100% !important;
  inset: 0;
  max-height: none !important;
  object-fit: cover;
  object-position: 58% center;
  position: absolute;
  width: 100%;
}
.lp-hero-audio {
  backdrop-filter: blur(14px);
  background: rgba(7, 54, 51, .88);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 20px;
  bottom: 22px;
  box-shadow: 0 16px 38px rgba(2,34,32,.28);
  color: white;
  left: 22px;
  margin: 0;
  padding: 16px;
  position: absolute;
  right: 22px;
  z-index: 2;
}
.lp-hero-audio-head { align-items: center; display: grid; gap: 11px; grid-template-columns: 40px minmax(0,1fr); }
.lp-hero-audio-icon { align-items: center; background: var(--lp-coral); border-radius: 50%; display: flex; font-size: .72rem; height: 40px; justify-content: center; padding-left: 2px; width: 40px; }
.lp-hero-audio small { color: #ffd6cc; display: block; font-size: .68rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.lp-hero-audio strong { color: white; display: block; font-size: .98rem; line-height: 1.25; margin-top: 4px; }
.lp-hero-audio p { color: rgba(255,255,255,.76); font-size: .76rem; line-height: 1.38; margin-top: 10px !important; }
.lp-hero-audio audio { display: block; height: 36px; margin-top: 11px; max-width: 100%; width: 100%; }
.lp-hero-audio a { color: white !important; }

.lp-section { background: var(--lp-paper); border: 1px solid var(--lp-line); border-radius: 28px; box-shadow: 0 15px 45px rgba(20,67,63,.06); margin-top: 24px; padding: clamp(24px, 4vw, 52px); scroll-margin-top: 88px; }
.lp-section-head { max-width: 900px; }
.lp-section-head > p:last-child { color: var(--lp-muted); font-size: 1.04rem; margin-top: 14px; }
.lp-section-head + * { margin-top: 26px; }

.lp-answer { background: linear-gradient(145deg, #f7fbf9, var(--lp-mint)); }
.lp-answer-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lp-answer-card { background: rgba(255,255,255,.88); border: 1px solid rgba(7,95,90,.14); border-radius: 20px; padding: 20px; }
.lp-answer-card strong { display: block; font-size: 1.04rem; line-height: 1.3; margin-bottom: 9px; }
.lp-answer-card p { color: var(--lp-muted); font-size: .91rem; }
.lp-answer-card.urgent { background: var(--lp-red-soft); border-color: rgba(168,52,61,.26); }
.lp-answer-number { align-items: center; background: var(--lp-teal); border-radius: 50%; color: white; display: inline-flex; font-size: .78rem; font-weight: 900; height: 30px; justify-content: center; margin-bottom: 12px; width: 30px; }
.lp-answer-card.urgent .lp-answer-number { background: var(--lp-red); }

.lp-stat-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-stat { background: var(--lp-cream); border-radius: 20px; padding: 22px; }
.lp-stat span { color: var(--lp-teal); display: block; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.lp-stat strong { display: block; margin-top: 10px; }
.lp-stat p { color: var(--lp-muted); font-size: .9rem; margin-top: 6px; }
.lp-stat.coral span { color: var(--lp-coral); }
.lp-stat.plum span { color: var(--lp-plum); }

.lp-note,
.lp-caution,
.lp-danger,
.lp-evidence {
  align-items: flex-start;
  border-left: 5px solid var(--lp-teal);
  border-radius: 14px;
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding: 18px 20px;
}
.lp-note { background: var(--lp-mint); }
.lp-caution { background: var(--lp-amber-soft); border-color: var(--lp-amber); }
.lp-danger { background: var(--lp-red-soft); border-color: var(--lp-red); }
.lp-evidence { background: var(--lp-plum-soft); border-color: var(--lp-plum); }
.lp-note span,
.lp-caution span,
.lp-danger span,
.lp-evidence span { color: #36514e; }

.lp-card-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-card { background: #fff; border: 1px solid var(--lp-line); border-radius: 20px; padding: 22px; }
.lp-card strong { display: block; font-size: 1.08rem; margin-bottom: 8px; }
.lp-card p { color: var(--lp-muted); }
.lp-card.green { background: var(--lp-green-soft); border-color: rgba(28,115,86,.22); }
.lp-card.amber { background: var(--lp-amber-soft); border-color: rgba(169,106,17,.22); }
.lp-card.red { background: var(--lp-red-soft); border-color: rgba(168,52,61,.22); }

.lp-split { align-items: start; display: grid; gap: 24px; grid-template-columns: 1.02fr .98fr; }
.lp-list-box { background: var(--lp-cream); border-radius: 22px; padding: 24px; }
.lp-list-box h3 { margin-bottom: 14px !important; }
.lp-list-box li { color: #36514e; }

.lp-table-wrap { border: 1px solid var(--lp-line); border-radius: 20px; overflow: auto; }
.lp-table-wrap:focus-visible { outline: 3px solid rgba(7,95,90,.25); outline-offset: 3px; }
#listeriosis-pregnancy-guide table { border-collapse: collapse; min-width: 780px; width: 100%; }
#listeriosis-pregnancy-guide th,
#listeriosis-pregnancy-guide td { border-bottom: 1px solid var(--lp-line); padding: 15px 16px; text-align: left; vertical-align: top; }
#listeriosis-pregnancy-guide th { background: var(--lp-teal-deep); color: white; font-size: .78rem; letter-spacing: .03em; position: sticky; text-transform: uppercase; top: 0; z-index: 1; }
#listeriosis-pregnancy-guide tbody tr:nth-child(even) { background: #fbfaf6; }
#listeriosis-pregnancy-guide tbody tr:last-child td { border-bottom: 0; }
#listeriosis-pregnancy-guide td { color: #36514e; font-size: .92rem; }
#listeriosis-pregnancy-guide td strong { color: var(--lp-ink); }

.lp-status { border-radius: 999px; display: inline-block; font-size: .72rem; font-weight: 900; letter-spacing: .02em; padding: 5px 9px; white-space: nowrap; }
.lp-status.safe { background: var(--lp-green-soft); color: var(--lp-green); }
.lp-status.caution { background: var(--lp-amber-soft); color: #85510d; }
.lp-status.urgent { background: var(--lp-red-soft); color: var(--lp-red); }
.lp-status.neutral { background: #e7efed; color: #3b5c58; }

.lp-timeline { counter-reset: lp-step; display: grid; gap: 14px; }
.lp-timeline-step { background: #fff; border: 1px solid var(--lp-line); border-radius: 20px; display: grid; gap: 16px; grid-template-columns: 58px minmax(0, 1fr); padding: 20px; }
.lp-timeline-step::before { align-items: center; background: var(--lp-teal); border-radius: 18px; color: white; content: counter(lp-step); counter-increment: lp-step; display: flex; font-size: 1.25rem; font-weight: 900; height: 50px; justify-content: center; width: 50px; }
.lp-timeline-step h3 { margin-bottom: 7px !important; }
.lp-timeline-step p { color: var(--lp-muted); }
.lp-timeline-step small { color: var(--lp-plum); display: block; font-weight: 800; margin-top: 9px; }

.lp-wide-figure { background: #0d3c3a; border-radius: 24px; margin: 26px 0 0; overflow: hidden; }
.lp-wide-figure img { aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.lp-wide-figure figcaption { color: rgba(255,255,255,.86); font-size: .83rem; padding: 14px 18px 17px; }

.lp-path-grid { display: grid; gap: 13px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 22px; }
.lp-path-step { background: var(--lp-cream); border-radius: 18px; padding: 19px; position: relative; }
.lp-path-step b { align-items: center; background: var(--lp-coral); border-radius: 50%; color: white; display: flex; font-size: .75rem; height: 28px; justify-content: center; margin-bottom: 10px; width: 28px; }
.lp-path-step strong { display: block; line-height: 1.3; }
.lp-path-step p { color: var(--lp-muted); font-size: .86rem; margin-top: 7px; }

.lp-algorithm { display: grid; gap: 14px; }
.lp-algorithm-row { align-items: stretch; display: grid; gap: 0; grid-template-columns: 210px minmax(0, 1fr); }
.lp-algorithm-key { align-items: center; background: var(--lp-teal-deep); border-radius: 18px 0 0 18px; color: white; display: flex; font-weight: 900; padding: 18px; }
.lp-algorithm-body { background: #f8fbfa; border: 1px solid var(--lp-line); border-left: 0; border-radius: 0 18px 18px 0; padding: 18px 20px; }
.lp-algorithm-body p + p { margin-top: 8px !important; }
.lp-algorithm-row.red .lp-algorithm-key { background: var(--lp-red); }
.lp-algorithm-row.amber .lp-algorithm-key { background: var(--lp-amber); }

.lp-red-flags { background: linear-gradient(145deg, #7b1f29, var(--lp-red)); border: 0; color: white; }
.lp-red-flags h2,
.lp-red-flags h3 { color: white !important; }
.lp-red-flags .lp-eyebrow { color: #ffd1d4; }
.lp-red-flags-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lp-red-flag { background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; padding: 17px; }
.lp-red-flag strong { display: block; }
.lp-red-flag span { color: rgba(255,255,255,.82); display: block; font-size: .86rem; margin-top: 5px; }

.lp-protocol { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lp-protocol-item { background: #fff; border: 1px solid var(--lp-line); border-radius: 18px; display: grid; gap: 12px; grid-template-columns: 44px minmax(0,1fr); padding: 18px; }
.lp-protocol-icon { align-items: center; background: var(--lp-mint); border-radius: 13px; color: var(--lp-teal); display: flex; font-size: .82rem; font-weight: 900; height: 42px; justify-content: center; width: 42px; }
.lp-protocol-item p { color: var(--lp-muted); font-size: .88rem; margin-top: 5px; }

.lp-faq details,
.lp-sources details { background: #fff; border: 1px solid var(--lp-line); border-radius: 16px; margin-top: 10px; overflow: hidden; }
.lp-faq summary,
.lp-sources summary { cursor: pointer; font-weight: 850; list-style: none; padding: 17px 52px 17px 18px; position: relative; }
.lp-faq summary::-webkit-details-marker,
.lp-sources summary::-webkit-details-marker { display: none; }
.lp-faq summary::after,
.lp-sources summary::after { color: var(--lp-teal); content: "+"; font-size: 1.45rem; position: absolute; right: 18px; top: 10px; }
.lp-faq details[open] summary::after,
.lp-sources details[open] summary::after { content: "−"; }
.lp-faq details > div { color: var(--lp-muted); padding: 0 18px 18px; }
.lp-sources ol { color: var(--lp-muted); font-size: .86rem; overflow-wrap: anywhere; padding: 0 24px 22px 42px; }

.lp-disclaimer { background: var(--lp-cream); border-radius: 16px; color: var(--lp-muted); font-size: .84rem; margin-top: 22px !important; padding: 18px; }
.lp-cta { align-items: center; background: linear-gradient(135deg, var(--lp-mint), #f5fbf8); display: flex; gap: 24px; justify-content: space-between; }
.lp-cta p { color: var(--lp-muted); margin-top: 10px !important; max-width: 760px; }
.lp-btn { background: var(--lp-coral); border-radius: 999px; color: white !important; flex: 0 0 auto; font-weight: 900; padding: 13px 20px; text-decoration: none; }
.lp-btn:hover,
.lp-btn:focus-visible { background: #bb4842; outline: 3px solid rgba(216,93,85,.25); outline-offset: 3px; }

.lp-social { background: linear-gradient(140deg, #f7fbfa, var(--lp-mint)); }
.lp-social-head { align-items: end; display: flex; gap: 20px; justify-content: space-between; }
.lp-social-head > div > p:last-child { color: var(--lp-muted); margin-top: 12px !important; max-width: 760px; }
.lp-social-note { background: white; border: 1px solid var(--lp-line); border-radius: 999px; color: var(--lp-muted); flex: 0 0 auto; font-size: .76rem; font-weight: 850; padding: 8px 12px; }
.lp-social-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; }
.lp-social-link { align-items: center; background: white; border: 1px solid var(--lp-line); border-radius: 17px; color: var(--lp-ink) !important; display: grid; gap: 10px; grid-template-columns: 42px minmax(0, 1fr) 18px; padding: 14px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.lp-social-link:hover,
.lp-social-link:focus-visible { box-shadow: 0 12px 28px rgba(15,64,60,.11); outline: none; transform: translateY(-2px); }
.lp-social-icon img { border-radius: 10px; }
.lp-social-link strong { display: block; }
.lp-social-link small { color: var(--lp-muted); display: block; font-size: .72rem; line-height: 1.3; margin-top: 3px; }
.lp-social-arrow { color: var(--lp-coral); font-weight: 900; }

@media (max-width: 980px) {
  .lp-hero-copy { padding-bottom: 30px; }
  .lp-hero-visual { min-height: 520px; }
  .lp-hero-visual::after {
    background:
      linear-gradient(180deg, rgba(7,95,90,.5) 0, transparent 34%),
      linear-gradient(0deg, rgba(4,48,45,.8) 0, rgba(4,48,45,.16) 48%, transparent 72%);
  }
  .lp-answer-grid,
  .lp-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-card-grid,
  .lp-stat-grid { grid-template-columns: 1fr; }
  .lp-social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  #listeriosis-pregnancy-guide { font-size: 16px; padding-inline: 8px; }
  .lp-nav { border-radius: 14px; margin-inline: 3px; }
  .lp-hero,
  .lp-section { border-radius: 22px; }
  .lp-hero-copy { padding: 30px 22px 26px; }
  .lp-hero-title-main { font-size: clamp(2rem, 10vw, 2.55rem); }
  .lp-hero-title-sub { font-size: 1.05rem; line-height: 1.35; }
  .lp-hero-visual { min-height: 460px; }
  .lp-hero-audio { border-radius: 17px; bottom: 14px; left: 14px; padding: 14px; right: 14px; }
  .lp-hero-audio p { display: none; }
  .lp-answer-grid,
  .lp-card-grid,
  .lp-stat-grid,
  .lp-split,
  .lp-path-grid,
  .lp-red-flags-grid,
  .lp-protocol,
  .lp-social-grid { grid-template-columns: 1fr; }
  .lp-algorithm-row { grid-template-columns: 1fr; }
  .lp-algorithm-key { border-radius: 16px 16px 0 0; }
  .lp-algorithm-body { border-left: 1px solid var(--lp-line); border-radius: 0 0 16px 16px; }
  .lp-cta,
  .lp-social-head { align-items: flex-start; flex-direction: column; }
  .lp-btn { text-align: center; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  #listeriosis-pregnancy-guide *,
  #listeriosis-pregnancy-guide *::before,
  #listeriosis-pregnancy-guide *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  .lp-nav,
  .lp-hero-audio,
  .lp-social { display: none !important; }
  #listeriosis-pregnancy-guide { color: #111; max-width: none; padding: 0; }
  .lp-hero,
  .lp-red-flags { background: #fff !important; border: 1px solid #bbb; color: #111 !important; }
  .lp-hero h2,
  .lp-red-flags h2,
  .lp-red-flags h3 { color: #111 !important; }
  .lp-section { box-shadow: none; break-inside: avoid; }
}
