/* landing.css — SEO-Landingpages (Reinigung & Garten)
   Erbt Design-Tokens + Komponenten aus styles.css */
@import url("styles.css");

/* ---------- Static Nav (ohne React) ---------- */
.lnav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.lnav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.lnav .logo-img { height: 38px; width: auto; display: block; }
.lnav-links { display: flex; gap: 26px; align-items: center; font-size: 14px; font-weight: 500; }
.lnav-links a { color: var(--ink-2); transition: color .15s ease; }
.lnav-links a:hover { color: var(--ink); }
.lnav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; background: var(--ink); color: var(--accent-ink); font-size: 14px; font-weight: 600; transition: transform .15s ease, background .15s ease; }
.lnav-cta:hover { transform: translateY(-1px); background: var(--accent); }
@media (max-width: 820px) { .lnav-links { display: none; } }

/* ---------- Breadcrumb ---------- */
.crumb { font-size: 13px; color: var(--ink-4); padding-top: 28px; }
.crumb a { color: var(--ink-3); text-decoration: underline; text-underline-offset: 2px; }
.crumb a:hover { color: var(--ink); }

/* ---------- Landing Hero ---------- */
.lhero { padding: 40px 0 72px; }
.lhero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3);
}
.lhero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.lhero h1 { font-size: clamp(40px, 6.2vw, 88px); margin-top: 22px; }
.lhero h1 .it { font-style: italic; font-weight: 400; }
.lhero-sub { font-size: clamp(16px, 1.5vw, 20px); color: var(--ink-3); max-width: 56ch; margin-top: 24px; }
.lhero-ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.lbtn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 999px; font-size: 15px; font-weight: 600; transition: transform .15s ease, background .15s ease, filter .15s ease; }
.lbtn-primary { background: var(--accent); color: var(--accent-ink); }
.lbtn-primary:hover { transform: translateY(-1px); filter: brightness(1.08); }
.lbtn-ghost { border: 1px solid var(--line-strong); color: var(--ink); }
.lbtn-ghost:hover { background: var(--ink); color: var(--accent-ink); }

/* ---------- Trust strip ---------- */
.ltrust { display: flex; flex-wrap: wrap; gap: 14px 40px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.ltrust div { display: flex; flex-direction: column; }
.ltrust b { font-family: var(--font-display); font-size: 26px; font-weight: 600; letter-spacing: -0.02em; }
.ltrust span { font-size: 13px; color: var(--ink-3); margin-top: 2px; }

/* ---------- Sections ---------- */
.lsection { padding: 80px 0; }
.lsection.paper { background: var(--paper); }
.lsection-head { max-width: 760px; margin-bottom: 48px; }
.lsection-head .num { font-family: var(--font-display); font-size: 13px; color: var(--ink-4); letter-spacing: 0.05em; }
.lsection-head h2 { font-size: clamp(32px, 4.2vw, 56px); margin-top: 12px; }
.lsection-head h2 .it { font-style: italic; font-weight: 400; }
.lsection-head p { color: var(--ink-3); margin-top: 16px; font-size: 17px; }

/* ---------- Feature grid ---------- */
.lgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.lcard { background: var(--paper); padding: 30px 28px; min-height: 220px; display: flex; flex-direction: column; gap: 16px; transition: background .25s ease, color .25s ease; }
.lcard:hover { background: var(--ink); color: var(--accent-ink); }
.lcard:hover .lcard-d { color: rgba(255,255,255,0.7); }
.lcard-ico { width: 44px; height: 44px; }
.lcard-ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.5; }
.lcard h3 { font-size: 20px; font-weight: 600; }
.lcard-d { font-size: 14px; color: var(--ink-3); margin-top: auto; }

/* ---------- Checklist ---------- */
.lcheck { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.lcheck-item { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); align-items: flex-start; }
.lcheck-item svg { flex: 0 0 22px; width: 22px; height: 22px; margin-top: 2px; }
.lcheck-item b { font-weight: 600; display: block; margin-bottom: 3px; font-family: var(--font-display); }
.lcheck-item span { font-size: 14px; color: var(--ink-3); }

/* ---------- Process ---------- */
.lsteps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.lstep { padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.lstep .n { font-family: var(--font-display); font-size: 13px; color: var(--accent); font-weight: 600; letter-spacing: 0.05em; }
.lstep h4 { font-size: 18px; font-weight: 600; margin: 12px 0 8px; }
.lstep p { font-size: 14px; color: var(--ink-3); }

/* ---------- Big CTA band ---------- */
.lcta { background: var(--ink); color: var(--accent-ink); border-radius: 24px; padding: clamp(36px, 5vw, 72px); text-align: center; }
.lcta h2 { font-size: clamp(30px, 4vw, 56px); }
.lcta h2 .it { font-style: italic; font-weight: 400; color: var(--accent-on-dark); }
.lcta p { color: rgba(255,255,255,0.65); margin: 18px auto 0; max-width: 48ch; font-size: 16px; }
.lcta-ctas { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.lcta .lbtn-primary { background: var(--accent-on-dark); color: var(--accent-on-dark-ink); }
.lcta .lbtn-ghost { border-color: rgba(255,255,255,0.3); color: #fff; }
.lcta .lbtn-ghost:hover { background: #fff; color: var(--ink); }

/* ---------- FAQ ---------- */
.lfaq { display: grid; gap: 0; max-width: 860px; }
.lfaq details { border-top: 1px solid var(--line); padding: 22px 0; }
.lfaq details:last-child { border-bottom: 1px solid var(--line); }
.lfaq summary { font-family: var(--font-display); font-size: 19px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--ink); }
.lfaq summary::-webkit-details-marker { display: none; }
.lfaq summary::after { content: "+"; font-size: 26px; font-weight: 400; color: var(--ink-3); transition: transform .2s ease; flex: 0 0 auto; }
.lfaq details[open] summary::after { transform: rotate(45deg); }
.lfaq p { margin-top: 14px; color: var(--ink-2); font-size: 16px; line-height: 1.6; max-width: 70ch; }

/* ---------- Related links ---------- */
.lrelated { display: flex; flex-wrap: wrap; gap: 10px; }
.lrelated a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; border: 1px solid var(--line-strong); font-size: 14px; font-weight: 500; transition: background .15s ease, color .15s ease; }
.lrelated a:hover { background: var(--ink); color: var(--accent-ink); }

@media (max-width: 820px) {
  .lgrid { grid-template-columns: 1fr; }
  .lcheck { grid-template-columns: 1fr; }
  .lsteps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .lsteps { grid-template-columns: 1fr; }
  .lsection { padding: 56px 0; }
}
