/*
Theme Name: Renneberg Coaching & Beratung
Theme URI: https://renneberg.info/
Author: Guido Renneberg
Author URI: https://renneberg.info/
Description: Minimalistisches One-Page-Theme für psychologische Beratung, Coaching und Autorentätigkeit.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: renneberg
*/

* {
  box-sizing: border-box;
}

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

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: #0f172a;
  color: #f9fafb;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 50;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.site-title span {
  color: #38bdf8;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}

.main-nav a {
  color: #e5e7eb;
  font-size: 0.95rem;
}

.main-nav a:hover {
  color: #38bdf8;
}

.hero {
  background: radial-gradient(circle at top left, #1e293b, #020617);
  color: #f9fafb;
  padding: 5rem 0 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
  gap: 3rem;
  align-items: center;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  color: #a5b4fc;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0.75rem 0 1rem;
}

.hero h1 span {
  color: #38bdf8;
}

.hero-lead {
  font-size: 1.05rem;
  color: #e5e7eb;
  margin-bottom: 1.5rem;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.hero-pill {
  background: rgba(15,23,42,0.8);
  border: 1px solid rgba(148,163,184,0.4);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: #38bdf8;
  color: #0f172a;
  border-color: #38bdf8;
}

.btn-primary:hover {
  background: #0ea5e9;
}

.btn-secondary {
  background: transparent;
  color: #e5e7eb;
  border-color: #64748b;
}

.btn-secondary:hover {
  background: rgba(15,23,42,0.8);
}

.hero-card {
  background: rgba(15,23,42,0.95);
  border-radius: 1.25rem;
  border: 1px solid rgba(148,163,184,0.5);
  padding: 1.5rem;
  box-shadow: 0 18px 45px rgba(15,23,42,0.9);
}

.hero-card h2 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9ca3af;
  margin-top: 0;
}

.hero-card-quote {
  font-size: 0.95rem;
  color: #e5e7eb;
  margin: 0.6rem 0 1.1rem;
}

.hero-card-meta {
  font-size: 0.8rem;
  color: #9ca3af;
}

.section {
  padding: 4rem 0;
  background: #f7f9fb;
}

.section:nth-of-type(even) {
  background: #ffffff;
}

.section-header {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: left;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #6b7280;
}

.section-title {
  font-size: 1.8rem;
  margin: 0.4rem 0 0.4rem;
}

.section-intro {
  color: #4b5563;
  font-size: 0.98rem;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(15,23,42,0.04);
}

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

.card ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tag {
  font-size: 0.8rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
}

.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: #ecfdf3;
  color: #166534;
  font-size: 0.75rem;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #16a34a;
}

.contact-section {
  text-align: left;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 2.5rem;
}

.contact-box {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.75rem;
  border-radius: 1.25rem;
  border: 1px solid #1f2937;
}

.contact-box h3 {
  margin-top: 0;
}

.contact-box a {
  color: #38bdf8;
}

.contact-meta {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-top: 0.5rem;
}

.site-footer {
  padding: 2rem 0;
  background: #020617;
  color: #9ca3af;
  font-size: 0.85rem;
}

.site-footer a {
  color: #e5e7eb;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

/* Responsive */

@media (max-width: 900px) {
  .hero-grid,
  .two-column,
  .columns-3,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero {
    padding-top: 4rem;
  }
}

@media (max-width: 700px) {
  .header-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav ul {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .hero h1 {
    font-size: 2.1rem;
  }
}
