@charset "utf-8";

/* ── LEARN ABOUT LICE PAGE STYLES ── */
/* Matches pricing/about/services/why-choose design system */

/* ── HERO ── */
.lf-hero {
  background-image: linear-gradient(180deg, #779eab 0%, #ffffff 70%);
  padding: 40px 20px 0;
  text-align: center;
}
.lf-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}
.lf-eyebrow {
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2b3a4b;
  margin-bottom: 8px;
}
.lf-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 12px;
  line-height: 1.15;
}
.lf-hero p {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: #2b3a4b;
  font-weight: bold;
  max-width: 560px;
  margin: 0 auto 24px;
  line-height: 1.5;
}
.lf-hero-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.lf-hero-img {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.lf-hero-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.12) 0px 8px 24px;
  display: block;
  margin-bottom: 10px;
}
.lf-hero-source {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 6px;
}
.lf-hero-caption {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
}

/* ── QUICK FACTS STRIP ── */
.lf-facts-strip {
  background: #ffffff;
  border-top: 1px solid #d0e4ea;
  border-bottom: 1px solid #d0e4ea;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lf-fact-item {
  flex: 1;
  min-width: 200px;
  padding: 18px 16px;
  text-align: center;
  border-right: 1px solid #e0ecf0;
  font-size: 0.87rem;
  color: #444;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}
.lf-fact-item:last-child { border-right: none; }
.lf-fact-icon { font-size: 1.4rem; }

/* ── SHARED SECTIONS ── */
.lf-section { padding: 50px 20px; background: #ffffff; }
.lf-section-alt { background: #f7f7f8; }
.lf-section-inner { max-width: 960px; margin: 0 auto; }
.lf-divider { height: 1px; background: #d0e4ea; border: none; margin: 0; }
.lf-h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #2b3a4b;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1.2;
}
.lf-body-p {
  font-size: 0.97rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 760px;
}

/* ── CALLOUT LIST (what are lice) ── */
.lf-callout {
  background: #eef4f7;
  border: 1px solid #b0cdd6;
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  max-width: 640px;
}
.lf-callout-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  color: #2b3a4b;
  line-height: 1.5;
}
.lf-check {
  color: #8bb839;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── INLINE CTA ── */
.lf-cta-inline {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f0f7e6;
  border-left: 4px solid #8cb93c;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-top: 28px;
  font-size: 1rem;
  color: #333;
}

.lf-cta-inline p {
  margin: 0;
}

/* ── LIFE CYCLE CARDS ── */
.lf-lifecycle-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 28px;
}
.lf-lifecycle-card {
  background: #ffffff;
  border: 2px solid #d0e4ea;
  border-radius: 10px;
  padding: 26px 22px;
  width: 100%;
  max-width: 285px;
  box-shadow: rgba(0,0,0,0.07) 0px 5px 15px;
  position: relative;
}
.lf-lifecycle-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #779eab;
  border-radius: 10px 10px 0 0;
}
.lf-lifecycle-num {
  font-size: 2rem;
  font-weight: bold;
  color: #d0e4ea;
  line-height: 1;
  margin-bottom: 4px;
}
.lf-lifecycle-icon { font-size: 1.6rem; margin-bottom: 10px; }
.lf-lifecycle-card h3 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 12px;
}
.lf-list {
  padding-left: 16px;
  margin: 0;
}
.lf-list li {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 6px;
}
.lf-lifecycle-graphic {
  text-align: center;
  margin-bottom: 28px;
}
.lf-lifecycle-graphic img {
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.07) 0px 4px 16px;
}
/* ── NOTE BOX ── */
.lf-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff8e6;
  border: 1px solid #f9a525;
  border-radius: 8px;
  padding: 14px 18px;
  max-width: 600px;
}
.lf-note-icon { font-size: 1.2rem; flex-shrink: 0; }
.lf-note p { font-size: 0.9rem; color: #444; line-height: 1.6; }

/* ── SYMPTOM CARDS ── */
.lf-symptom-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.lf-symptom-card {
  background: #ffffff;
  border: 1px solid #b0cdd6;
  border-radius: 10px;
  padding: 24px 20px;
  width: 100%;
  max-width: 285px;
  text-align: center;
  box-shadow: rgba(0,0,0,0.05) 0px 4px 12px;
}
.lf-symptom-icon { font-size: 2rem; margin-bottom: 10px; display: block; }
.lf-symptom-card h3 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 8px;
}
.lf-symptom-card p { font-size: 0.88rem; color: #666; line-height: 1.65; }


.lf-cta-inline a:not(.btn-lf-primary) {
  color: #2b3a4b;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #8cb93c;
  transition: color .2s;
}

.lf-cta-inline a:not(.btn-lf-primary):hover {
  color: #8cb93c;
}
/* ── SPREAD CARDS ── */
.lf-spread-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.lf-spread-card {
  flex: 1;
  min-width: 280px;
  max-width: 440px;
  border-radius: 10px;
  padding: 26px 24px;
}
.lf-spread-yes {
  background: #fff8f7;
  border: 2px solid #f5c4bc;
}
.lf-spread-no {
  background: #f2f9f2;
  border: 2px solid #b0cdd6;
}
.lf-spread-card h3 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.lf-spread-card h3 em { font-style: normal; color: #779eab; }
.lf-spread-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.lf-spread-item:last-child { margin-bottom: 0; }
.lf-spread-icon { font-size: 1.4rem; flex-shrink: 0; }
.lf-spread-item strong { display: block; color: #2b3a4b; font-size: 0.93rem; margin-bottom: 4px; }
.lf-spread-item p { font-size: 0.87rem; color: #666; line-height: 1.6; margin: 0; }

/* ── PREVENTION CARDS ── */
.lf-prevention-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.lf-prevention-card {
  background: #ffffff;
  border: 1px solid #b0cdd6;
  border-radius: 8px;
  padding: 22px 18px;
  width: 100%;
  max-width: 210px;
  text-align: center;
}
.lf-prevention-icon { font-size: 1.8rem; margin-bottom: 10px; display: block; }
.lf-prevention-card h4 {
  font-size: 0.97rem;
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 8px;
}
.lf-prevention-card p { font-size: 0.85rem; color: #666; line-height: 1.6; }

/* ── CTA BAND ── */
.lf-cta-band {
  background-image: linear-gradient(135deg, #2b3a4b 0%, #1a2a38 100%);
  color: #ffffff;
  padding: 50px 20px;
}
.lf-cta-h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: -1px 1px 2px rgba(0,0,0,0.25);
}
.lf-cta-sub {
  color: rgba(255,255,255,0.8);
  font-size: 0.97rem;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.75;
}
.lf-cta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin-bottom: 10px;
}
.lf-cta-list span {
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  font-weight: bold;
}

/* ── SOURCE ── */
.lf-source {
  background: #f7f7f8;
  border-top: 1px solid #d0e4ea;
  padding: 14px 20px;
  font-size: 0.8rem;
  color: #888;
}
.lf-source a { color: #779eab; text-decoration: none; }
.lf-source a:hover { text-decoration: underline; }

/* ── BUTTONS ── */
.btn-lf-primary {
  display: inline-block;
  background: #f9a525;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.97rem;
  padding: 13px 28px;
  border-radius: 6px;
  text-decoration: none;
  text-shadow: -1px 1px 2px rgba(0,0,0,0.25);
  box-shadow: rgba(0,0,0,0.15) 0px 4px 12px;
  transition: background 0.18s, transform 0.15s;
}
.btn-lf-primary:hover { background: #e0941a; transform: translateY(-1px); }
.btn-lf-ghost {
  display: inline-block;
  background: transparent;
  color: #2b3a4b;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid rgba(43,58,75,0.3);
  text-decoration: none;
  transition: border-color 0.18s;
}
.btn-lf-ghost:hover { border-color: rgba(43,58,75,0.6); }
.btn-lf-ghost-light {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,0.5);
  text-decoration: none;
  transition: border-color 0.18s, background 0.18s;
}
.btn-lf-ghost-light:hover { border-color: #ffffff; background: rgba(255,255,255,0.1); }

/* ── RESPONSIVE ── */
@media screen and (max-width: 700px) {
  .lf-fact-item { min-width: 150px; padding: 14px 10px; }
  .lf-lifecycle-card, .lf-symptom-card, .lf-prevention-card { max-width: 100%; }
  .lf-spread-card { max-width: 100%; }
  .lf-callout { max-width: 100%; }
}
