/* ==========================================================================
   Salon SaaS – Basis-Styles (Phase 1)
   Luxury-Barber-Theme: Schwarz / Gold / Anthrazit.
   Die vollständige Landingpage & Themes folgen in späteren Phasen.
   ========================================================================== */

:root {
  --bg: #0b0b0d;
  --bg-elev: #141418;
  --surface: #1b1b21;
  --border: #2a2a33;
  --text: #f5f5f7;
  --text-dim: #a1a1aa;
  --gold: #c8a24a;
  --gold-soft: #e3c982;
  --green: #34d399;
  --red: #f87171;
  --radius: 16px;
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--font);
  background: radial-gradient(1200px 600px at 50% -10%, #17171d 0%, var(--bg) 60%);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.brand .dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  box-shadow: 0 0 18px rgba(200, 162, 74, 0.6);
}

h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.15;
  margin: 28px 0 12px;
  background: linear-gradient(180deg, #fff, #c9c9cf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gold { color: var(--gold); -webkit-text-fill-color: var(--gold); }

.lead { color: var(--text-dim); font-size: 1.15rem; max-width: 640px; }

.card {
  background: linear-gradient(180deg, var(--bg-elev), var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  margin-top: 28px;
}

.row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid var(--border); background: rgba(255,255,255,0.02);
  font-size: 0.85rem; color: var(--text-dim);
}
.badge .status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--text-dim); }
.badge.up .status-dot { background: var(--green); box-shadow: 0 0 10px var(--green); }
.badge.down .status-dot { background: var(--red); box-shadow: 0 0 10px var(--red); }

.grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px; margin-top: 18px;
}
.tile {
  border: 1px solid var(--border); border-radius: 12px; padding: 16px;
  background: rgba(255,255,255,0.015);
}
.tile h3 { font-size: 0.95rem; color: var(--gold-soft); margin-bottom: 4px; }
.tile p { color: var(--text-dim); font-size: 0.9rem; }

.footer { margin-top: 40px; color: var(--text-dim); font-size: 0.85rem; }
code { background: rgba(255,255,255,0.06); padding: 2px 7px; border-radius: 6px; color: var(--gold-soft); }
a { color: var(--gold-soft); }

/* Accessibility: sichtbarer Tastatur-Fokus + reduzierte Bewegung respektieren */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Landingpage-Sektionen (Phase 10) */
.hero-cta { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn-gold {
  display: inline-block; background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #0b0b0d; font-weight: 700; text-decoration: none; padding: 13px 24px; border-radius: 12px;
}
.btn-line { display: inline-block; border: 1px solid var(--border); color: var(--text); text-decoration: none; padding: 13px 24px; border-radius: 12px; }
.section-title { font-size: 1.5rem; margin: 48px 0 6px; }
.section-sub { color: var(--text-dim); margin-bottom: 18px; }
.price-card { position: relative; text-align: center; padding: 28px 20px; }
.price-card .plan { font-weight: 700; color: var(--gold-soft); letter-spacing: 1px; text-transform: uppercase; font-size: .8rem; }
.price-card .price { font-size: 2.4rem; font-weight: 800; margin: 10px 0 2px; }
.price-card .per { color: var(--text-dim); font-size: .85rem; }
.price-card ul { list-style: none; margin: 18px 0; text-align: left; }
.price-card li { padding: 7px 0; border-bottom: 1px solid var(--border); font-size: .9rem; color: var(--text-dim); }
.price-card li::before { content: "✓ "; color: var(--gold); font-weight: 700; }
.price-card.featured { border-color: var(--gold); box-shadow: 0 0 40px rgba(200,162,74,.15); }
.price-card .tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #0b0b0d; font-size: .72rem; font-weight: 800; padding: 4px 12px; border-radius: 999px; }
details.faq { border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; background: rgba(255,255,255,.015); }
details.faq summary { cursor: pointer; font-weight: 600; }
details.faq p { color: var(--text-dim); margin-top: 10px; font-size: .92rem; }
