/*
Theme Name: KFZfinish Theme A
Theme URI: https://kfzfinish.example
Author: KFZfinish
Author URI: https://kfzfinish.example
Description: Schlankes, schnelles WordPress-Theme für KFZfinish Neuschoo – Fahrzeugaufbereitung – Detailing – KFZ-Service &amp; Reparaturen.
Version: 1.0
License: GPLv2 or later
Text Domain: kfzfinish
*/

*,
*::before,
*::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #05070c;
  color: #f5f5f5;
  line-height: 1.6;
}

a { color: #34a8ff; text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header {
  background: #05070c;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1rem 1.5rem;
}

.site-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-title a {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-tagline {
  font-size: 0.8rem;
  opacity: 0.7;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
}

.main-nav a { color: #f5f5f5; }

.hero {
  position: relative;
  min-height: 60vh;
  padding: 3.5rem 1.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(52,168,255,0.35), transparent 55%);
}

.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 0.4rem;
}

.hero p.lead {
  font-size: 1rem;
  max-width: 650px;
  margin: 0.25rem auto 1rem;
  opacity: 0.9;
}

.hero-slogan {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.badge {
  display: inline-block;
  padding: 0.2rem 0.75rem;
  font-size: 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.85;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg,#34a8ff,#2dd4ff);
  color: #05070c;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
}
.btn-primary:hover { filter: brightness(1.1); text-decoration:none; }

.page-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3.5rem;
}

.page-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.section-intro {
  font-size: 0.95rem;
  opacity: 0.85;
}

.service-grid {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.service-card {
  background: #0b0f19;
  border-radius: 0.9rem;
  border: 1px solid rgba(255,255,255,0.04);
  padding: 1.2rem 1.25rem 1.3rem;
}

.service-card h3 {
  margin-top: 0;
  font-size: 1rem;
}

.service-card p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.5rem;
  font-size: 0.8rem;
  opacity: 0.8;
  text-align: center;
}

@media (max-width: 700px) {
  .site-header-inner { flex-direction: column; align-items: flex-start; }
  .main-nav ul { flex-wrap: wrap; }
  .hero { padding-top: 2.5rem; min-height: 55vh; }
}
