@charset "utf-8";

/* ── LICE TREATMENT PROCESS PAGE STYLES ── */
/* Matches site design system */

/* ── HERO ── */
.tp-hero {
  background-image: linear-gradient(180deg, #779eab 0%, #ffffff 70%);
  padding: 44px 20px 50px;
  text-align: center;
}
.tp-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}
.tp-eyebrow {
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2b3a4b;
  margin-bottom: 8px;
}
.tp-eyebrow-center { text-align: center; }
.tp-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 12px;
  line-height: 1.15;
}
.tp-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.6;
}
.tp-hero-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tp-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.tp-trust-item {
  font-size: 0.82rem;
  font-weight: bold;
  color: #2b3a4b;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tp-check { color: #8bb839; font-weight: bold; }

/* ── URGENCY BAR ── */
.tp-urgency-bar {
  background: #2b3a4b;
  color: #ffffff;
  text-align: center;
  padding: 12px 20px;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.tp-urgency-link {
  color: #f9a525;
  font-weight: bold;
  text-decoration: none;
  margin-left: 4px;
}
.tp-urgency-link:hover { text-decoration: underline; }

/* ── SHARED ── */
.tp-section { padding: 50px 20px; background: #ffffff; }
.tp-section-alt { background: #f7f7f8; }
.tp-section-inner { max-width: 960px; margin: 0 auto; }
.tp-divider { height: 1px; background: #d0e4ea; border: none; margin: 0; }
.tp-h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #2b3a4b;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.2;
}
.tp-section-sub {
  text-align: center;
  color: #555;
  font-size: 0.97rem;
  margin-bottom: 36px;
  line-height: 1.7;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ── CHECKLIST CARDS ── */
.tp-checklist-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 28px;
}
.tp-checklist-card {
  flex: 1;
  min-width: 280px;
  max-width: 440px;
  border-radius: 10px;
  padding: 26px 24px;
}
.tp-checklist-dont {
  background: #fff8f7;
  border: 2px solid #f5c4bc;
}
.tp-checklist-do {
  background: #f2f9f2;
  border: 2px solid #b0cdd6;
}
.tp-checklist-card h3 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #2b3a4b;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tp-check-list {
  list-style: none;
  padding: 0; margin: 0 0 12px;
  display: flex; flex-direction: column; gap: 8px;
}
.tp-check-list li {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
.tp-check-list li::before {
  content: '–';
  position: absolute; left: 0;
  color: #779eab; font-weight: bold;
}
.tp-checklist-note {
  font-size: 0.8rem;
  color: #888;
  font-style: italic;
  margin-top: 8px;
}

/* ── APPLE CIDER NOTE ── */
.tp-acv-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff8e6;
  border: 1px solid #f9a525;
  border-radius: 10px;
  padding: 18px 20px;
  max-width: 700px;
  margin: 0 auto;
}
.tp-acv-icon { font-size: 1.6rem; flex-shrink: 0; }
.tp-acv-note strong { display: block; color: #2b3a4b; font-size: 0.97rem; margin-bottom: 6px; }
.tp-acv-note p { font-size: 0.88rem; color: #555; line-height: 1.7; margin: 0; }

/* ── PROCESS STEPS ── */
.tp-steps { display: flex; flex-direction: column; gap: 32px; }
.tp-step {
  background: #ffffff;
  border: 1px solid #d0e4ea;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: rgba(0,0,0,0.05) 0px 4px 14px;
}
.tp-step-featured {
  border-color: #779eab;
  box-shadow: rgba(119,158,171,0.2) 0px 6px 20px;
}
.tp-step-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #eef4f7;
  border-bottom: 1px solid #d0e4ea;
}
.tp-step-featured .tp-step-header { background: #e4f0f4; }
.tp-step-num {
  width: 48px; height: 48px; min-width: 48px;
  background: #779eab; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: bold;
}
.tp-step-num-orange { background: #f9a525; }
.tp-step-label {
  font-size: 0.72rem; font-weight: bold;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #779eab; margin-bottom: 2px;
}
.tp-step-header h3 {
  font-size: 1.15rem; font-weight: bold; color: #2b3a4b;
}
.tp-step-body { padding: 24px; }

/* Step body text + image layout */
.tp-step-text { flex: 1; min-width: 240px; }
.tp-step-text p { font-size: 0.93rem; color: #555; line-height: 1.8; margin-bottom: 10px; }
.tp-step-img { flex: 1; min-width: 200px; max-width: 320px; }
.tp-step-img img { width: 100%; border-radius: 10px; box-shadow: rgba(0,0,0,0.1) 0px 6px 20px; display: block; }
.tp-step-body > .tp-step-text,
.tp-step-body > .tp-step-img { display: inline-block; vertical-align: top; }

/* Flex layout for step body */
.tp-step .tp-step-body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

/* ── 3-PART TREATMENT ── */
.tp-treatment-parts { display: flex; flex-direction: column; gap: 28px; width: 100%; }
.tp-treatment-part {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0ecf0;
}
.tp-treatment-part:last-child { border-bottom: none; padding-bottom: 0; }
.tp-treatment-part-alt { flex-direction: row-reverse; }
.tp-treatment-img { flex: 1; min-width: 180px; max-width: 260px; }
.tp-treatment-img img { width: 100%; border-radius: 50%; box-shadow: rgba(0,0,0,0.12) 0px 8px 24px; display: block; }
.tp-treatment-text { flex: 1; min-width: 240px; }
.tp-treatment-num {
  width: 32px; height: 32px;
  background: #779eab; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.88rem; font-weight: bold;
  margin-bottom: 10px;
}
.tp-treatment-text h4 { font-size: 1.05rem; font-weight: bold; color: #2b3a4b; margin-bottom: 8px; }
.tp-treatment-text p { font-size: 0.9rem; color: #555; line-height: 1.75; }

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

/* ── CTA BAND ── */
.tp-cta-band {
  background-image: linear-gradient(135deg, #779eab 0%, #5c8d9d 100%);
  color: #ffffff;
  padding: 50px 20px;
}
.tp-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.2);
}
.tp-cta-sub {
  color: rgba(255,255,255,0.85);
  font-size: 0.97rem;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── BUTTONS ── */
.btn-tp-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-tp-primary:hover { background: #e0941a; transform: translateY(-1px); }
.btn-tp-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.35);
  text-decoration: none;
  transition: border-color 0.18s;
}
.btn-tp-ghost:hover { border-color: rgba(43,58,75,0.65); }
.btn-tp-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-tp-ghost-light:hover { border-color: #ffffff; background: rgba(255,255,255,0.1); }

/* ── RESPONSIVE ── */
@media screen and (max-width: 700px) {
  .tp-checklist-card { max-width: 100%; }
  .tp-treatment-part, .tp-treatment-part-alt { flex-direction: column; }
  .tp-treatment-img { max-width: 200px; margin: 0 auto; }
  .tp-why-card { max-width: 100%; }
  .tp-step .tp-step-body { flex-direction: column; }
  .tp-step-img { max-width: 280px; margin: 0 auto; }
}
