@charset "utf-8";
/* Head Lice Treatment Page */

/* ── HERO ── */
.lt-hero {
  background: linear-gradient(135deg, #779eab 0%, #5a8a99 100%);
  color: white;
  padding: 80px 10%;
  text-align: center;
}
.lt-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.lt-hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.lt-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.lt-btn-primary {
  background: #f9a525;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.lt-btn-primary:hover {
  background: #e0941a;
  transform: translateY(-2px);
}
.lt-btn-secondary {
  background: white;
  color: #2b3a4b;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.lt-btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* ── TRUST BAR ── */
.lt-trust {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #2b3a4b;
  color: white;
  padding: 30px 10%;
  gap: 20px;
}
.lt-trust__item {
  text-align: center;
}
.lt-trust__item strong {
  display: block;
  font-size: 1.6rem;
  color: #f9a525;
}
.lt-trust__item span {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* ── INTRO ── */
.lt-intro {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 70px 10%;
  background: white;
}
.lt-intro__text {
  flex: 1;
}
.lt-intro__text h2 {
  font-size: 1.8rem;
  color: #2b3a4b;
  margin-bottom: 20px;
}
.lt-intro__text p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 16px;
}
.lt-link {
  color: #f9a525;
  font-weight: bold;
  text-decoration: none;
}
.lt-link:hover {
  text-decoration: underline;
}
.lt-intro__image {
  flex: 1;
}
.lt-intro__image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* ── PROCESS ── */
.lt-process {
  background: #f7f9fa;
  padding: 70px 10%;
  text-align: center;
}
.lt-process h2 {
  font-size: 1.8rem;
  color: #2b3a4b;
  margin-bottom: 10px;
}
.lt-process__sub {
  color: #666;
  margin-bottom: 50px;
  font-size: 1.05rem;
}
.lt-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  text-align: left;
}
.lt-step {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.lt-step__number {
  background: #f9a525;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.lt-step__content h3 {
  color: #2b3a4b;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.lt-step__content p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.lt-step__content img {
  width: 100%;
  border-radius: 8px;
}
.lt-process__cta {
  margin-top: 40px;
}

/* ── WHY CHOOSE US ── */
.lt-why {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  padding: 70px 10%;
  background: white;
}
.lt-why__content {
  flex: 1;
}
.lt-why__content h2 {
  font-size: 1.8rem;
  color: #2b3a4b;
  margin-bottom: 24px;
}
.lt-why__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.lt-why__list li {
  padding: 8px 0;
  font-size: 1rem;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
.lt-why__reviews {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lt-review {
  background: #f7f9fa;
  border-radius: 12px;
  padding: 24px;
  border-left: 4px solid #f9a525;
}
.lt-review p {
  color: #444;
  font-style: italic;
  line-height: 1.6;
  margin: 10px 0;
  font-size: 0.95rem;
}
.lt-review cite {
  font-size: 0.85rem;
  color: #777;
  font-style: normal;
}

/* ── SERVICE AREAS ── */
.lt-areas {
  background: #f7f9fa;
  padding: 50px 10%;
  text-align: center;
}
.lt-areas h2 {
  font-size: 1.6rem;
  color: #2b3a4b;
  margin-bottom: 12px;
}
.lt-areas p {
  color: #555;
  font-size: 0.95rem;
}
.lt-areas__list {
  line-height: 2;
}
.lt-areas__list a {
  color: #f9a525;
  font-weight: bold;
  text-decoration: none;
}
.lt-areas__list a:hover {
  text-decoration: underline;
}

/* ── MAP ── */
.lt-map {
  padding: 50px 10%;
  background: white;
  text-align: center;
}
.lt-map h2 {
  font-size: 1.6rem;
  color: #2b3a4b;
  margin-bottom: 10px;
}
.lt-map p {
  color: #555;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.lt-map p a {
  color: #f9a525;
  text-decoration: none;
  font-weight: bold;
}
.lt-map__embed {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* ── FINAL CTA ── */
.lt-finalcta {
  background: linear-gradient(135deg, #779eab 0%, #5a8a99 100%);
  color: white;
  text-align: center;
  padding: 70px 10%;
}
.lt-finalcta h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.lt-finalcta p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .lt-intro,
  .lt-why {
    flex-direction: column;
  }
  .lt-hero h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .lt-hero,
  .lt-intro,
  .lt-process,
  .lt-why,
  .lt-areas,
  .lt-map,
  .lt-finalcta {
    padding: 40px 5%;
  }
  .lt-trust {
    padding: 20px 5%;
  }
  .lt-steps {
    grid-template-columns: 1fr;
  }
}