:root {
  --bg: #ffffff;
  --text: #111111;
  --muted: #5c5c5c;
  --accent: #7a7a7a;
  --container: 1100px;
  --gap: 1rem;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 1rem;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.brand h1 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.2px;
}


/* ----------------------------- */
/*   RESPONSIVE LOGO-GRÖSSEN     */
/* ----------------------------- */

.site-logo {
  display: block;
  height: auto;
  max-width: 140px; /* Standardgröße Desktop */
  margin: 0 auto 0.75rem auto;
  object-fit: contain;
}

/* Tablet-Ansicht (bis 1024px Breite) */
@media (max-width: 1024px) {
  .site-logo {
    max-width: 110px;
  }
}

/* Smartphones im Querformat (bis 768px) */
@media (max-width: 768px) {
  .site-logo {
    max-width: 90px;
  }
}

/* Smartphones im Hochformat (bis 480px) */
@media (max-width: 480px) {
  .site-logo {
    max-width: 70px;
  }
}
.tag {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.main-nav a {
  margin-left: 1rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: var(--accent);
}

/* Mobile Menu Toggle Button */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--text);
  padding: 0.5rem;
  transition: transform 0.3s ease;
}

.menu-toggle:hover {
  transform: scale(1.1);
}

.menu-toggle.active {
  transform: rotate(90deg);
}

.hero {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 1.2rem;
  align-items: center;
  padding: 2rem 0;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hero-text h2 {
  font-size: 1.6rem;
  margin: 0;
}

.muted {
  color: var(--muted);
}

.btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:hover {
  background: var(--text);
  transform: translateY(-1px);
}

.intro, .highlights, section {
  padding: 1.2rem 0;
  border-bottom: 1px solid #fafafa;
}

section:last-of-type {
  border-bottom: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.card {
  border: 1px solid #f0f0f0;
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.pricing {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.pricing th, .pricing td {
  padding: 0.6rem 0;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
}

.pricing th {
  font-weight: 600;
}

.quote {
  background: #fafafa;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 0.8rem;
  border-left: 3px solid var(--accent);
}

.site-footer {
  padding: 1rem 0;
  border-top: 1px solid #eee;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
  margin-top: 2rem;
}

/* Fade-In Animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
  
  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--bg);
    border: 1px solid #eee;
    border-top: none;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 200px;
  }
  
  .main-nav.active {
    display: flex;
  }
  
  .main-nav a {
    margin: 0.5rem 0;
    padding: 0.5rem;
  }
  
  .menu-toggle {
    display: block;
  }
  
  .brand {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .grid {
    grid-template-columns: 1fr;
  }
}
-width: 1024px) {
  .site-logo {
    width: 110px;
  }
}

/* Smartphones Querformat */
@media (max-width: 768px) {
  .site-logo {
    width: 90px;
  }
}

/* Smartphones Hochformat */
@media (max-width: 480px) {
  .site-logo {
    width: 70px;
  }
}

.site-logo {
  width: 48px;
  height: auto;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.tag {
  font-size: 0.95rem;
  color: #555;
  margin: 0.25rem 0 0 0;
}

/* Responsive Anpassung */
@media (max-width: 768px) {
  .site-logo {
    width: 38px;
  }

  .brand-title {
    font-size: 1.6rem;
  }

  .tag {
    font-size: 0.85rem;
  }
}