/* ═══════════════════════════════════════════════════════════
   SEO Scala — Homepage supplement
   Uses the EXISTING design tokens (style.css): --green #1c7a4e,
   --serif Georgia, --bl, --muted, etc. Only NEW homepage sections.
   ═══════════════════════════════════════════════════════════ */

html { scroll-padding-top: 84px; }

/* ── Hero (zweiteilig: Text links + GSC-Wachstums-Screenshot rechts) ── */
#hero.hero-split { min-height: auto; display: block; text-align: left; padding: 8.5rem 6% 4.5rem; }
#hero.hero-split .hero-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; }
#hero.hero-split .hero-subtitle { margin: 0 0 2.4rem; max-width: 34rem; }
#hero.hero-split .hero-actions { justify-content: flex-start; }
#hero.hero-split .scarcity { justify-content: flex-start; }
.hero-visual { position: relative; }
.hero-shot { background: #fff; border: 1px solid var(--bl); border-radius: 18px; padding: 0.9rem; box-shadow: 0 30px 70px rgba(15,15,15,0.14); }
.hero-shot-head { display: flex; align-items: center; gap: 0.5rem; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); padding: 0.35rem 0.55rem 0.7rem; }
.hero-shot-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; }
.hero-shot img { width: 100%; height: auto; display: block; border-radius: 10px; }
.hero-shot-tag { position: absolute; left: -14px; bottom: 26px; background: var(--black); color: #fff; font-size: 0.9rem; font-weight: 600; padding: 0.6rem 1rem; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
.hero-shot-tag strong { font-family: var(--serif); color: var(--yellow); font-size: 1.05rem; margin-right: 0.25rem; }
@media (max-width: 860px) {
  #hero.hero-split .hero-inner { grid-template-columns: 1fr; gap: 2.6rem; }
  .hero-visual { max-width: 30rem; }
  #hero.hero-split { padding-top: 7rem; }
}

.home-intro { max-width: 640px; margin-bottom: 3.2rem; }
.home-intro.center { margin-inline: auto; text-align: center; }
.home-intro p { color: var(--muted); font-size: 1rem; line-height: 1.7; margin-top: 0.8rem; }

/* ── Leistungen (3 services) ── */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
.svc-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--bl); border-radius: 18px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.35s, border-color 0.35s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(0,0,0,0.10); border-color: rgba(28,122,78,0.45); }
.svc-media { aspect-ratio: 3 / 2; background: #e8ecee; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.svc-card:hover .svc-media img { transform: scale(1.045); }
.svc-body { display: flex; flex-direction: column; flex: 1; padding: 1.8rem 1.9rem 2rem; }
.svc-num { font-family: var(--serif); font-weight: 700; font-size: 0.95rem; color: var(--green); }
.svc-card h3 { font-size: 1.3rem; font-weight: 700; color: var(--black); margin: 0.55rem 0 0.5rem; letter-spacing: -0.01em; }
.svc-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.65; flex: 1; margin-bottom: 1.4rem; }
.svc-go { font-family: var(--sans); font-weight: 700; font-size: 0.9rem; color: var(--green); display: inline-flex; align-items: center; gap: 0.4rem; transition: gap 0.2s; }
.svc-go:hover { gap: 0.7rem; }

/* ── Warum (4 reasons) ── */
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 3.5rem; row-gap: 2.2rem; }
.reason { display: flex; gap: 1.3rem; }
.reason-n { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; color: var(--green); line-height: 1.1; flex: none; min-width: 1.6rem; }
.reason h3 { font-size: 1.12rem; font-weight: 700; color: var(--black); margin-bottom: 0.35rem; }
.reason p { font-size: 0.92rem; color: var(--muted); line-height: 1.65; margin: 0; }

/* ── Resultate (dark, 3 metrics) ── */
.result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.result {
  background: var(--dark2); border: 1px solid var(--bd); border-radius: 16px;
  padding: 2.5rem 2rem; text-align: center;
}
.result-n { font-family: var(--serif); font-weight: 700; font-size: clamp(2.6rem, 5vw, 3.4rem); color: #4ec98a; line-height: 1; letter-spacing: -0.02em; }
.result-l { font-weight: 700; color: #fff; margin-top: 0.7rem; font-family: var(--sans); font-size: 1rem; }
.result-c { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-top: 0.35rem; }

/* ── Prozess (4 steps) ── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.step-n {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--green-light); border: 1px solid rgba(28,122,78,0.22); color: var(--green);
  font-family: var(--serif); font-weight: 700; font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem;
}
.step-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--black); margin-bottom: 0.4rem; }
.step-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; margin: 0; }
.steps-note { margin-top: 2.6rem; font-size: 0.95rem; color: var(--muted); }
.steps-note strong { color: var(--black); }

/* ── Responsive ── */
@media (max-width: 860px) {
  .svc-grid, .result-grid, .steps { grid-template-columns: 1fr; }
  .reason-grid { grid-template-columns: 1fr; gap: 1.8rem; }
}
