/* ============================================================
   LOCAL LANDING PAGES — Mannheim, Heidelberg, Ludwigshafen
   Apple-clean editorial, FT-Red accent, light/dark aware
   ============================================================ */

.ll-hero,
.ll-intro,
.ll-services,
.ll-districts,
.ll-process,
.ll-faq,
.ll-neighbors,
.ll-cta {
  padding: clamp(70px, 10vw, 140px) 0;
}

.ll-eyebrow,
.ll-hero__eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-cta, #22c55e);
  font-weight: 500;
  margin-bottom: 20px;
}

.ll-section-title {
  font-family: 'Clash Grotesk', 'Inter', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  color: var(--color-text, #0a0a0a);
}

.ll-section-title em {
  font-style: normal;
  color: var(--color-text-muted, #6b7280);
}

/* ===== HERO ===== */
.ll-hero {
  background: var(--color-surface-alt, #f5f5f7);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ll-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(200, 22, 29, 0.06), transparent 60%);
  pointer-events: none;
}

.ll-hero .container {
  position: relative;
  z-index: 1;
}

.ll-hero__title {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: clamp(38px, 6.5vw, 76px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  color: var(--color-text, #0a0a0a);
}

.ll-hero__title em {
  font-style: normal;
  color: var(--color-text-muted, #6b7280);
  font-weight: 500;
}

.ll-hero__sub {
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.55;
  color: var(--color-text-muted, #4b5563);
  max-width: 720px;
  margin: 0 auto 40px;
}

.ll-hero__cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.ll-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid var(--color-border, rgba(0,0,0,0.08));
}

.ll-hero__trust-item {
  text-align: center;
}

.ll-hero__trust-item strong {
  display: block;
  font-family: 'Clash Grotesk', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  color: var(--color-text, #0a0a0a);
  margin-bottom: 4px;
}

.ll-hero__trust-item span {
  font-size: 13px;
  color: var(--color-text-muted, #6b7280);
  letter-spacing: 0.04em;
}

/* ===== INTRO ===== */
.ll-intro__inner {
  max-width: 820px;
}

.ll-intro__text {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
  color: var(--color-text-muted, #374151);
  margin: 0 0 20px;
}

/* ===== SERVICES ===== */
.ll-services {
  background: var(--color-surface-alt, #f5f5f7);
}

.ll-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.ll-service-card {
  background: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, rgba(0,0,0,0.06));
  border-radius: 20px;
  padding: 32px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s;
}

.ll-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.15);
  border-color: var(--color-accent, #C8161D);
}

.ll-service-card__num {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-accent, #C8161D);
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.ll-service-card__title {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 12px;
  color: var(--color-text, #0a0a0a);
  letter-spacing: -0.01em;
}

.ll-service-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-muted, #6b7280);
  margin: 0;
}

/* ===== DISTRICTS ===== */
.ll-districts__text {
  font-size: 17px;
  color: var(--color-text-muted, #6b7280);
  margin: 0 0 32px;
  max-width: 720px;
}

.ll-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ll-chip {
  display: inline-block;
  padding: 10px 20px;
  background: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, rgba(0,0,0,0.1));
  border-radius: 100px;
  font-size: 14px;
  color: var(--color-text, #1f2937);
  font-weight: 500;
  transition: border-color 0.3s, transform 0.2s;
}

.ll-chip:hover {
  border-color: var(--color-accent, #C8161D);
  transform: translateY(-2px);
}

/* ===== PROCESS ===== */
.ll-process {
  background: var(--color-surface-alt, #f5f5f7);
}

.ll-process__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.ll-process__step {
  background: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, rgba(0,0,0,0.06));
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
}

.ll-process__num {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--color-accent, #C8161D);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  opacity: 0.85;
}

.ll-process__step h3 {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--color-text, #0a0a0a);
}

.ll-process__step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--color-text-muted, #6b7280);
  margin: 0;
}

/* ===== FAQ ===== */
.ll-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--color-border, rgba(0,0,0,0.1));
}

.ll-faq__item {
  border-bottom: 1px solid var(--color-border, rgba(0,0,0,0.1));
  padding: 24px 0;
}

.ll-faq__item summary {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text, #0a0a0a);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-right: 8px;
}

.ll-faq__item summary::-webkit-details-marker { display: none; }

.ll-faq__item summary::after {
  content: "+";
  font-size: 24px;
  color: var(--color-text-muted, #6b7280);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.ll-faq__item[open] summary::after {
  content: "−";
}

.ll-faq__item p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--color-text-muted, #4b5563);
  margin: 16px 0 0;
  max-width: 760px;
}

/* ===== NEIGHBORS ===== */
.ll-neighbors {
  background: var(--color-surface-alt, #f5f5f7);
}

.ll-neighbors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ll-neighbor {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 100px;
  background: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, rgba(0,0,0,0.1));
  color: var(--color-text, #0a0a0a);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.3s, transform 0.2s, color 0.3s;
}

.ll-neighbor:hover {
  border-color: var(--color-accent, #C8161D);
  color: var(--color-accent, #C8161D);
  transform: translateY(-2px);
}

.ll-neighbor--plain {
  cursor: default;
  opacity: 0.7;
}

.ll-neighbor--plain:hover {
  transform: none;
  border-color: var(--color-border, rgba(0,0,0,0.1));
  color: var(--color-text-muted, #6b7280);
}

/* ===== CTA ===== */
.ll-cta {
  text-align: center;
  background: linear-gradient(180deg, var(--color-surface, #fff) 0%, var(--color-surface-alt, #f5f5f7) 100%);
}

.ll-cta__inner {
  max-width: 720px;
}

.ll-cta__title {
  font-family: 'Clash Grotesk', sans-serif;
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: var(--color-text, #0a0a0a);
}

.ll-cta__sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--color-text-muted, #6b7280);
  margin: 0 0 36px;
}

.ll-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== MOBILE ===== */
@media (max-width: 720px) {
  .ll-hero__trust {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ll-services__grid {
    grid-template-columns: 1fr;
  }

  .ll-process__steps {
    grid-template-columns: 1fr;
  }
}
