/* ════════════════════════════════════════════════════════════════════
   Slorify Schuldenhilfe — schulden.slorify.com
   Mobile-First, warm, einladend. Sand/Cream + Anthrazit + sanftes Grün.
   ════════════════════════════════════════════════════════════════════ */

* { box-sizing: border-box; margin: 0; padding: 0; }
*:focus-visible { outline: 2px solid #6FAA63; outline-offset: 2px; border-radius: 4px; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, system-ui, 'Segoe UI', sans-serif;
  background: #1a1612;
  color: #f0ebe1;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
input, button, textarea { font: inherit; color: inherit; }

.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 760px; }

/* ─── Hero ─── */
.hero {
  background: linear-gradient(180deg, #1a1612 0%, #221c16 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(111, 170, 99, 0.10), transparent 50%);
  pointer-events: none;
}

.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 22px;
  max-width: 1100px; margin: 0 auto;
  position: relative; z-index: 2;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600; font-size: 19px; letter-spacing: -0.01em;
  color: #f0ebe1;
}
.brand-mark {
  width: 24px; height: 24px;
  background: #6FAA63;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 0 4px rgba(111, 170, 99, 0.15);
}
.brand-mark::after {
  content: "";
  position: absolute; left: 5px; top: 5px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #d4f0c9, #6FAA63);
}
.brand-dot { color: #6FAA63; }
.nav-cta {
  padding: 9px 16px;
  border: 1px solid rgba(240, 235, 225, 0.20);
  border-radius: 999px;
  font-size: 13.5px; font-weight: 600;
  transition: all .15s;
}
.nav-cta:hover { background: rgba(255,255,255,0.06); border-color: rgba(240, 235, 225, 0.40); }

.hero-inner {
  max-width: 1100px; margin: 0 auto;
  padding: 30px 22px 0;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: #6FAA63;
  margin-bottom: 18px;
}
.hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: clamp(48px, 10vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: #f8f4e9;
  margin-bottom: 28px;
}
.hero-title-accent {
  color: #6FAA63;
  font-style: italic;
}
.hero-lede {
  font-size: clamp(16.5px, 2.1vw, 19px);
  line-height: 1.55;
  color: #c8c0b1;
  max-width: 540px;
  margin-bottom: 36px;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 28px;
}
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px; font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer; border: 1px solid transparent;
  transition: all .15s;
  text-decoration: none;
}
.btn-primary {
  background: #6FAA63;
  color: #0e1e0a;
  box-shadow: 0 8px 24px -8px rgba(111, 170, 99, 0.55);
}
.btn-primary:hover { background: #82bd76; transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: #f0ebe1;
  border-color: rgba(240, 235, 225, 0.20);
}
.btn-ghost:hover { background: rgba(255,255,255,0.06); }

.hero-trust {
  font-size: 12.5px; color: #968d7c;
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 4px;
}
.dot {
  display: inline-block; width: 6px; height: 6px; border-radius: 50%;
  margin-right: 4px;
}
.dot-green { background: #6FAA63; }

/* ─── Sektion Generic ─── */
.section-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: #6FAA63;
  margin-bottom: 16px;
}
.section-h {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #f8f4e9;
  margin-bottom: 40px;
  max-width: 720px;
}

/* ─── How ─── */
.how { background: #211b15; padding: 80px 0; border-top: 1px solid rgba(240, 235, 225, 0.06); }
.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.how-card {
  background: #2b231b;
  border: 1px solid rgba(240, 235, 225, 0.08);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  transition: transform .18s, border-color .18s;
}
.how-card:hover { transform: translateY(-3px); border-color: rgba(111, 170, 99, 0.30); }
.how-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 36px; font-weight: 500;
  color: #6FAA63;
  display: block; margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.how-card-h {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 21px; font-weight: 500;
  margin-bottom: 10px;
  color: #f8f4e9;
}
.how-card-p { font-size: 14.5px; color: #c8c0b1; line-height: 1.55; }

/* ─── Features ─── */
.features { padding: 90px 0; background: #1a1612; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.feature {
  padding: 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(240, 235, 225, 0.06);
}
.feature-icon {
  font-size: 28px; margin-bottom: 12px;
  display: block;
}
.feature h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 17px; font-weight: 500;
  margin-bottom: 6px;
  color: #f8f4e9;
}
.feature p { font-size: 13.5px; color: #b3a995; line-height: 1.5; }

/* ─── About-us (Was wir sind und was nicht) ─── */
.about-us { padding: 90px 0; background: #211b15; border-top: 1px solid rgba(240, 235, 225, 0.06); }
.about-us-h { max-width: none; }
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-bottom: 32px;
}
.about-cell {
  padding: 24px;
  border-radius: 14px;
  background: #2b231b;
  border-left: 3px solid;
}
.about-cell:first-child { border-left-color: #6FAA63; }
.about-cell:last-child { border-left-color: rgba(240, 235, 225, 0.22); }
.about-cell-yes, .about-cell-no {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 12px;
}
.about-cell-yes { color: #6FAA63; }
.about-cell-no { color: #d6cdb9; }
.about-list { display: flex; flex-direction: column; gap: 8px; }
.about-list li {
  font-size: 14.5px; color: #d6cdb9; line-height: 1.5;
  padding-left: 18px; position: relative;
}
.about-list li::before {
  content: "→"; position: absolute; left: 0;
  color: #6FAA63; font-weight: 700;
}
.about-cell:last-child .about-list li::before { color: rgba(240, 235, 225, 0.45); }

.about-foot {
  font-size: 13.5px; color: #968d7c; line-height: 1.6;
  background: rgba(255, 255, 255, 0.02); padding: 14px 16px;
  border-radius: 10px; border-left: 2px solid rgba(240, 235, 225, 0.10);
}
.about-foot a { color: #82bd76; text-decoration: underline; text-underline-offset: 3px; }
.about-foot a:hover { color: #f0ebe1; }

/* ─── CTA ─── */
.cta { padding: 100px 0; background: linear-gradient(180deg, #1a1612, #100c08); text-align: center; }
.cta-h {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: clamp(36px, 6vw, 60px);
  letter-spacing: -0.025em;
  color: #f8f4e9;
  margin-bottom: 16px;
}
.cta-lede {
  font-size: 17px; color: #c8c0b1;
  max-width: 480px; margin: 0 auto 28px;
  line-height: 1.5;
}
.cta-form {
  display: flex; flex-wrap: wrap; gap: 8px;
  max-width: 480px; margin: 0 auto 14px;
  justify-content: center;
}
.cta-form input[type="email"] {
  flex: 1 1 220px;
  min-width: 0;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(240, 235, 225, 0.20);
  background: rgba(255, 255, 255, 0.04);
  color: #f0ebe1;
  font-size: 15px;
  transition: border-color .15s, background .15s;
}
.cta-form input[type="email"]::placeholder { color: #7c7466; }
.cta-form input[type="email"]:focus {
  outline: none;
  border-color: #6FAA63;
  background: rgba(255, 255, 255, 0.06);
}
.cta-form .btn-primary { flex: 0 0 auto; }
.cta-formhint {
  font-size: 13.5px; color: #82bd76; min-height: 18px;
  margin-bottom: 6px;
}
.cta-formhint.is-error { color: #e8927a; }
.cta-fineprint { font-size: 12px; color: #968d7c; max-width: 460px; margin: 0 auto; }

/* ─── Footer ─── */
.foot { background: #100c08; padding: 60px 0 30px; color: #968d7c; font-size: 13.5px; }
.foot-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin-bottom: 36px;
}
.foot-brand {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 19px; font-weight: 600;
  color: #f0ebe1;
  margin-bottom: 6px;
}
.foot-tag { font-size: 13px; color: #968d7c; }
.foot-tag a { color: #82bd76; text-decoration: underline; }
.foot-h {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase; color: #c8c0b1;
  margin-bottom: 12px;
}
.foot-col ul li { margin-bottom: 6px; }
.foot-col ul a { color: #968d7c; transition: color .15s; }
.foot-col ul a:hover { color: #f0ebe1; }
.foot-bottom { text-align: center; font-size: 12px; padding-top: 20px; border-top: 1px solid rgba(240, 235, 225, 0.06); }

/* ─── Mobile-Tweaks ─── */
@media (max-width: 600px) {
  .nav { padding: 18px 18px; }
  .hero-inner { padding-top: 14px; }
  .hero-title { margin-bottom: 22px; }
  .hero-lede { margin-bottom: 28px; font-size: 16px; }
  .btn-primary, .btn-ghost { padding: 13px 22px; font-size: 14.5px; }
  .how, .features, .about-us, .cta { padding: 64px 0; }
  .how-card, .feature, .about-cell { padding: 22px; }
  .cta-form { flex-direction: column; }
  .cta-form input[type="email"], .cta-form .btn-primary { width: 100%; flex: none; }
}
