/*
Theme Name: Lieblingshausmeister
Theme URI: https://lieblingshausmeister.de
Author: Lieblingshausmeister
Author URI: https://lieblingshausmeister.de
Description: Maßgeschneidertes WordPress-Theme, entwickelt und gestaltet von Werbenord exklusiv für die Lieblingshausmeister UG. Das Theme bildet die individuelle Website-Struktur des Unternehmens ab und umfasst unter anderem die Bereiche Hero, Leistungen, Vertrauen, Region, Kundenstimmen, FAQ und Kontakt. Texte und ausgewählte Inhalte lassen sich über den WordPress-Customizer verwalten.
Version: 1.1.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: lieblingshausmeister
*/

:root {
  --bg: #fdfaf5;
  --muted-bg: #fafafa;
  --text: #1a1a2e;
  --muted: #6b7280;
  --accent: #91a658;
  --white: #ffffff;
  --dark: #0f0f1a;
  --wrap: min(1280px, 92%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.lhm-body {
  margin: 0;
  padding: 0;
  padding-top: 80px;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: var(--accent);
}

.lhm-wrap {
  width: var(--wrap);
  margin-left: auto;
  margin-right: auto;
}

/* ——— Header ——— */
.lhm-menu-check:focus-visible + .lhm-header .lhm-burger {
  outline: 2px solid var(--accent);
}

.lhm-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(253, 250, 245, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lhm-header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 80px;
}

.lhm-logo img {
  display: block;
  height: 48px;
  width: auto;
}

.lhm-nav--desktop {
  display: none;
  align-items: center;
  gap: 4px;
}

.lhm-nav--desktop a {
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
}

.lhm-nav--desktop a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--text);
  text-decoration: none;
}

.lhm-nav__item--has-sub {
  position: relative;
}

.lhm-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 8px;
}

.lhm-nav__item--has-sub:hover .lhm-sub {
  display: block;
}

.lhm-sub {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
  padding: 8px;
  min-width: 260px;
}

.lhm-sub a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
}

.lhm-header__mob-tray {
  display: none;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.lhm-header__phone-solo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(145, 166, 88, 0.12);
  color: var(--accent);
  text-decoration: none;
}

.lhm-header__phone-solo:hover {
  background: rgba(145, 166, 88, 0.2);
  color: var(--accent);
}

.lhm-header__phone-solo-icon svg {
  display: block;
}

.lhm-header__cta {
  display: none;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.lhm-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text) !important;
  text-decoration: none;
}

.lhm-header__phone:hover {
  color: var(--text) !important;
  text-decoration: none;
}

.lhm-header__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(145, 166, 88, 0.12);
  color: var(--accent);
}

.lhm-header__phone-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* Header CTA: real button (override global `a { color }` and WP styles) */
.lhm-header .lhm-header__cta .lhm-btn.lhm-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent) !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(145, 166, 88, 0.35);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.lhm-header .lhm-header__cta .lhm-btn.lhm-btn--primary:hover {
  background-color: #7a8d4a !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(145, 166, 88, 0.45);
  text-decoration: none;
}

.lhm-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 12px;
  border: none;
  background: transparent;
}

.lhm-burger span {
  display: block;
  height: 2px;
  width: 22px;
  background: var(--text);
  border-radius: 2px;
}

.lhm-nav--mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0 20px;
  border-top: 1px solid #eee;
}

.lhm-nav--mobile > a {
  padding: 12px 4px;
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}

.lhm-nav-mobile__group {
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid #eee;
}

.lhm-nav-mobile__parent {
  display: block;
  padding: 12px 4px;
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
}

.lhm-nav-mobile__sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 4px 8px;
  padding: 4px 0 4px 12px;
  border-left: 3px solid rgba(145, 166, 88, 0.35);
}

.lhm-nav-mobile__sub a {
  display: block;
  padding: 8px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  border-radius: 8px;
}

.lhm-nav-mobile__sub a:hover {
  color: var(--accent);
  background: rgba(145, 166, 88, 0.06);
}

.lhm-menu-check:checked ~ .lhm-header .lhm-nav--mobile {
  display: flex;
}

.lhm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.lhm-btn--small {
  padding: 10px 18px;
}

.lhm-btn--primary {
  background: var(--accent);
  color: #fff !important;
}

.lhm-btn--primary:hover {
  background: #7a8d4a;
  text-decoration: none;
}

.lhm-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lhm-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.lhm-btn--block {
  width: 100%;
}

@media (max-width: 1023px) {
  .lhm-header__row {
    flex-wrap: nowrap;
  }

  .lhm-header__mob-tray {
    display: flex;
  }

  .lhm-logo {
    min-width: 0;
    margin-right: auto;
  }

  body.lhm-body {
    padding-top: 80px;
  }
}

@media (min-width: 1024px) {
  .lhm-burger {
    display: none;
  }
  .lhm-nav--desktop {
    display: flex;
  }
  .lhm-header__mob-tray {
    display: none !important;
  }
  .lhm-header__cta {
    display: flex;
  }
  .lhm-nav--mobile {
    display: none !important;
  }
}

/* ——— Hero ——— */
.lhm-hero {
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--dark) center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.lhm-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 15, 26, 0.92), rgba(15, 15, 26, 0.65));
}

.lhm-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
}

.lhm-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.lhm-hero__glow--1 {
  top: 20%;
  right: 12%;
  width: 280px;
  height: 280px;
  background: rgba(145, 166, 88, 0.12);
}

.lhm-hero__glow--2 {
  bottom: 18%;
  left: 8%;
  width: 360px;
  height: 360px;
  background: rgba(145, 166, 88, 0.06);
}

.lhm-hero__inner {
  position: relative;
  z-index: 2;
  padding: 48px 0 80px;
}

.lhm-hero__title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 1.5rem;
}

.lhm-hero__accent {
  color: var(--accent);
}

.lhm-hero__lead {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
  margin: 0 0 2rem;
}

.lhm-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lhm-hero__stats {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .lhm-hero__stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lhm-hero__stat-val {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lhm-hero__stat-lbl {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.lhm-hero__scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.lhm-hero__scroll:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* ——— Sections ——— */
.lhm-section {
  padding: 5rem 0;
}

.lhm-section--muted {
  background: var(--muted-bg);
}

.lhm-section--white {
  background: #fff;
}

.lhm-section--cream {
  background: var(--bg);
}

.lhm-section--dark {
  background: var(--dark);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.lhm-section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(145, 166, 88, 0.08), transparent 55%);
  pointer-events: none;
}

.lhm-section-head {
  margin-bottom: 3rem;
}

.lhm-section-head--light {
  position: relative;
  z-index: 1;
}

.lhm-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.lhm-kicker__line {
  width: 32px;
  height: 1px;
  background: var(--accent);
}

.lhm-kicker--light {
  color: var(--accent);
}

.lhm-kicker--center {
  justify-content: center;
}

.lhm-h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 28rem;
}

.lhm-h2--wide {
  max-width: none;
}

.lhm-h2--light {
  color: #fff;
}

.lhm-h2--center {
  max-width: none;
  text-align: center;
}

/* Services grid */
.lhm-services {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .lhm-services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .lhm-services {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lhm-service-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.lhm-service-card:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.07);
  border-color: #e5e5e5;
}

.lhm-service-card__media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.lhm-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lhm-service-card:hover .lhm-service-card__media img {
  transform: scale(1.05);
}

.lhm-service-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
}

.lhm-service-card__num {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lhm-service-card__body {
  padding: 1.75rem;
}

.lhm-service-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.lhm-service-card__text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 1rem;
}

.lhm-service-card__link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* Trust */
.lhm-trust {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .lhm-trust {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
  }
}

.lhm-trust__intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.lhm-trust__mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 1.5rem;
}

.lhm-trust__mini > div {
  padding: 1.25rem;
  border-radius: 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
}

.lhm-trust__mini-val {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.02em;
}

.lhm-trust__mini-lbl {
  font-size: 13px;
  color: #9ca3af;
  font-weight: 500;
  line-height: 1.3;
}

.lhm-benefit {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
  background: #fff;
  margin-bottom: 12px;
  transition: background 0.2s, box-shadow 0.2s;
}

.lhm-benefit:hover {
  background: #fafafa;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.lhm-benefit__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(145, 166, 88, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lhm-benefit__icon span {
  color: var(--accent);
  font-size: 20px;
  line-height: 1;
}

.lhm-benefit__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.lhm-benefit__text {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

/* Region */
.lhm-region {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .lhm-region {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.lhm-region__p {
  color: #4b5563;
  line-height: 1.75;
}

.lhm-region__icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.lhm-region__iconbox {
  padding: 12px 0;
}

.lhm-region__iconbox strong {
  display: block;
  margin-bottom: 4px;
}

.lhm-region__iconbox span {
  font-size: 14px;
  color: var(--muted);
}

.lhm-region__mapframe {
  border-radius: 32px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.lhm-region__mapframe img {
  display: block;
  width: 100%;
  height: auto;
}

/* Testimonials */
.lhm-testimonials {
  display: grid;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .lhm-testimonials {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lhm-quote {
  padding: 1.75rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lhm-quote__text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

.lhm-quote__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lhm-quote__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(145, 166, 88, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
}

.lhm-quote__name {
  font-weight: 600;
  font-size: 14px;
}

.lhm-quote__role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

/* FAQ */
.lhm-faq-wrap {
  max-width: 48rem;
}

.lhm-faq-head {
  text-align: center;
  margin-bottom: 3rem;
}

.lhm-faq__item {
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  margin-bottom: 10px;
  background: #fff;
}

.lhm-faq__q {
  padding: 1.25rem 1.5rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.lhm-faq__q::-webkit-details-marker {
  display: none;
}

.lhm-faq__a {
  padding: 0 1.5rem 1.5rem;
  color: var(--muted);
  line-height: 1.75;
}

/* Contact */
.lhm-contact {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .lhm-contact {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }
}

.lhm-contact__intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  max-width: 32rem;
}

.lhm-contact__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1.5rem;
}

.lhm-contact__card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
}

.lhm-contact__card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.lhm-contact__card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(145, 166, 88, 0.1);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lhm-contact__card-icon svg {
  display: block;
}

.lhm-contact__card-body {
  flex: 1;
  min-width: 0;
}

.lhm-contact__card-body strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 15px;
}

.lhm-contact__card-body a {
  display: block;
  font-weight: 500;
  color: #374151;
}

.lhm-contact__card-body .lhm-contact__card-line {
  display: block;
  font-weight: 500;
  color: #374151;
  font-size: 14px;
}

.lhm-contact__card-body span {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
}

.lhm-btn--contact-submit {
  min-height: 3.5rem;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.5rem;
}

.lhm-btn__arrow {
  font-size: 1.15rem;
  line-height: 1;
}

.lhm-contact__formwrap {
  background: #fff;
  padding: 2rem 2.25rem;
  border-radius: 2.5rem;
  border: 1px solid #f0f0f0;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.06);
}

.lhm-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: var(--text);
}

.lhm-form input,
.lhm-form select,
.lhm-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 15px;
  font-family: inherit;
  color: var(--text);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.lhm-form select {
  min-height: 48px;
  cursor: pointer;
  appearance: auto;
}

.lhm-form input:hover,
.lhm-form select:hover,
.lhm-form textarea:hover {
  border-color: #9ca3af;
}

.lhm-form input:focus,
.lhm-form select:focus,
.lhm-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(145, 166, 88, 0.22);
}

.lhm-form__row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 600px) {
  .lhm-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.lhm-notice {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 1rem;
  font-size: 14px;
}

.lhm-notice--ok {
  background: #ecfdf5;
  color: #065f46;
}

.lhm-notice--err {
  background: #fef2f2;
  color: #991b1b;
}

/* Standalone pages (Kontakt, Über uns) */
.lhm-main--page {
  padding: 0;
}

.lhm-main--contact .lhm-contact-section {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

@media (min-width: 1024px) {
  .lhm-main--contact .lhm-contact-section {
    padding-top: 7rem;
    padding-bottom: 9rem;
  }
}

.lhm-main--uber {
  padding: 8rem 0 6rem;
  background: var(--bg);
}

@media (max-width: 1023px) {
  .lhm-main--uber {
    padding: 6.5rem 0 4rem;
  }
}

.lhm-uber-head {
  text-align: center;
  margin-bottom: 4rem;
}

.lhm-uber-head__title {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.1;
}

.lhm-uber-head__lead {
  margin: 0 auto;
  max-width: 42rem;
  font-size: 1.125rem;
  color: var(--muted);
  line-height: 1.6;
}

.lhm-uber-grid {
  display: grid;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .lhm-uber-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.lhm-uber-media {
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
}

.lhm-uber-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lhm-uber-copy__h {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text);
}

.lhm-uber-copy__p {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  color: var(--muted);
  line-height: 1.75;
}

.lhm-uber-values {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .lhm-uber-values {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.lhm-uber-value {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: 0;
}

.lhm-uber-value__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(145, 166, 88, 0.1);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lhm-uber-value__icon svg {
  display: block;
}

.lhm-uber-value strong {
  display: block;
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 4px;
}

.lhm-uber-value span {
  font-size: 0.875rem;
  color: var(--muted);
}

/* Legal pages */
.lhm-main--legal {
  padding: 2rem 0 4rem;
}

.lhm-legal-box {
  background: #fff;
  border-radius: 2.5rem;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  padding: 2.5rem 2rem;
}

@media (min-width: 768px) {
  .lhm-legal-box {
    padding: 3rem;
  }
}

.lhm-legal-h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  margin: 0 0 2rem;
}

.lhm-legal-body section {
  margin-bottom: 2.5rem;
}

.lhm-legal-body h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.lhm-legal-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}

.lhm-legal-body p,
.lhm-page-content {
  color: #4b5563;
  line-height: 1.75;
}

.lhm-legal-ul {
  margin: 0.5rem 0 0 1.25rem;
}

.lhm-legal-meta {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 2rem;
}

/* Footer */
.lhm-footer {
  background: var(--dark);
  color: #fff;
  padding-top: 4rem;
  margin-top: 0;
}

.lhm-footer a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.lhm-footer a:hover {
  color: var(--accent);
}

.lhm-footer__grid {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 900px) {
  .lhm-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.lhm-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.lhm-footer__logo:hover {
  transform: scale(1.05);
}

.lhm-footer__logo img {
  display: block;
  height: 40px;
  width: auto;
}

.lhm-footer__desc {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 1.7;
  max-width: 20rem;
}

.lhm-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.lhm-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 700;
}

.lhm-icon-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.lhm-inline-icon {
  display: inline-block;
  width: 18px;
  text-align: center;
  margin-right: 4px;
  color: var(--accent);
}

.lhm-footer__h {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 1.25rem;
}

.lhm-footer__list,
.lhm-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.lhm-footer__list li,
.lhm-footer__contact li {
  margin-bottom: 10px;
}

.lhm-footer__contact span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.lhm-footer__bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0 2rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}

.lhm-footer__bar-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

@media (min-width: 640px) {
  .lhm-footer__bar-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.lhm-footer__legal a {
  margin-left: 1.25rem;
}

.lhm-footer__legal a:first-child {
  margin-left: 0;
}

/* Service detail pages */
.lhm-service-hero {
  position: relative;
  padding: 7.5rem 0 5rem;
  background: var(--dark) center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.lhm-service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 15, 26, 0.85), rgba(15, 15, 26, 0.55), rgba(15, 15, 26, 0.9));
}

.lhm-service-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lhm-service-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lhm-service-hero__title span {
  color: var(--accent);
}

.lhm-service-hero__subtitle {
  margin: 0 auto;
  max-width: 44rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
}

.lhm-service-grid {
  display: grid;
  gap: 3rem;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .lhm-service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }
}

.lhm-service-intro__title {
  max-width: none;
  margin-bottom: 1rem;
}

.lhm-service-intro__text {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.8;
}

.lhm-service-checks {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.65rem;
}

.lhm-service-check {
  font-weight: 500;
  color: #374151;
}

.lhm-service-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.lhm-service-feature {
  padding: 1.3rem;
  border-radius: 1.4rem;
  background: #fdfaf5;
  border: 1px solid #f0f0f0;
}

.lhm-service-feature h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.lhm-service-feature p {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.6;
}

.lhm-service-coverage {
  background: var(--dark);
  border-radius: 2.4rem;
  padding: 2.5rem;
  color: #fff;
}

@media (min-width: 1024px) {
  .lhm-service-coverage {
    padding: 3rem 3.3rem;
  }
}

.lhm-service-coverage__kicker {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.lhm-service-coverage__h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
}

.lhm-service-coverage__h3 {
  margin: 0 0 0.7rem;
  font-size: 1.4rem;
}

.lhm-service-coverage__p {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.lhm-service-coverage__boxes {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .lhm-service-coverage__boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lhm-service-coverage__box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
}

.lhm-service-coverage__box h4 {
  margin: 0 0 0.3rem;
}

.lhm-service-coverage__box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.6;
}

.lhm-service-coverage__cta {
  margin-top: 1.5rem;
  text-align: center;
}

/* New homepage sections */
.lhm-ba-grid { display:grid; gap:1rem; }
@media (min-width: 900px) { .lhm-ba-grid { grid-template-columns: repeat(3,1fr); } }
.lhm-ba-card { border:1px solid #efefef; border-radius:20px; background:#fff; padding:1rem; box-shadow:0 12px 30px rgba(0,0,0,.04); }
.lhm-ba-title { margin:0 0 .8rem; font-size:1rem; }
.lhm-ba-pair { display:grid; gap:.6rem; }
.lhm-ba-pair figure { margin:0; border-radius:14px; overflow:hidden; background:#f7f7f7; border:1px solid #f0f0f0; }
.lhm-ba-pair img { width:100%; height:160px; object-fit:cover; display:block; }
.lhm-ba-pair figcaption { font-size:.78rem; font-weight:700; color:#6b7280; padding:.5rem .7rem; }

.lhm-steps { display:grid; gap:1rem; }
@media (min-width: 900px) { .lhm-steps { grid-template-columns: repeat(4,1fr); } }
.lhm-step { background:#fff; border:1px solid #ececec; border-radius:20px; padding:1rem; }
.lhm-step-num { color:var(--accent); font-weight:800; letter-spacing:.08em; margin-bottom:.4rem; }
.lhm-step h3 { margin:.2rem 0 .5rem; font-size:1rem; }
.lhm-step p { margin:0; color:#6b7280; font-size:.93rem; line-height:1.6; }

.lhm-areas { border:none; border-radius:0; background:transparent; overflow:visible; }
.lhm-areas-tabs { display:flex; flex-wrap:wrap; gap:.5rem; padding:0 0 1rem; border-bottom:none; }
.lhm-area-tab { border:1px solid #dfe4d1; background:#f6f9ef; color:#405022; border-radius:999px; padding:.55rem .95rem; font-weight:600; cursor:pointer; }
.lhm-area-tab.is-active { background:var(--accent); color:#fff; border-color:var(--accent); }
.lhm-areas-panelwrap { padding:0; }
.lhm-areas-panel { display:none; }
.lhm-areas-panel.is-active { display:block; }
.lhm-areas-panel h3 { margin:.2rem 0 .5rem; }
.lhm-areas-panel p { margin:0 0 1rem; color:#6b7280; line-height:1.7; }

.lhm-local-seo { max-width:860px; }
.lhm-local-seo h2 { margin:0 0 .8rem; font-size:clamp(1.5rem,3vw,2rem); }
.lhm-local-seo p { color:#4b5563; line-height:1.75; margin:.6rem 0; }

.lhm-sticky-cta { position:fixed; right:16px; bottom:16px; z-index:120; background:var(--accent); color:#fff !important; text-decoration:none; border-radius:999px; padding:.85rem 1rem; box-shadow:0 12px 30px rgba(145,166,88,.45); font-weight:700; }
.lhm-sticky-cta:hover { background:#7a8d4a; text-decoration:none; }
@media (max-width: 640px) { .lhm-sticky-cta { left:12px; right:12px; bottom:12px; text-align:center; border-radius:12px; } }
