body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #fdfdfd 0%, #f4f6f5 100%);
}

.logo-wordmark {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: -0.04em;
  color: #1e3f20;
  line-height: 1;
  text-decoration: none;
}

.logo-o {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.72em;
}

.logo-o-dot {
  position: absolute;
  width: 0.21em;
  height: 0.21em;
  background-color: #1e3f20;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-img {
  display: block;
  mix-blend-mode: multiply;
}

:root {
  --header-height: 68px;
}

header {
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
}

.header-shell {
  height: var(--header-height);
  flex-shrink: 0;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-logo img {
  height: 36px;
  width: auto;
  display: block;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  justify-content: center;
}

.header-nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}

.header-nav a:hover {
  color: #1e3f20;
  text-decoration: underline;
}

.header-phone a {
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  color: #1e3f20;
  transition: color 0.3s ease-in-out;
}

.header-phone a:hover {
  color: #d4af37;
  text-decoration: underline;
}

@media (max-width: 768px) {
  :root {
    --header-height: 60px;
  }

  .header-nav {
    display: none;
  }

  .header-phone a {
    font-size: 0.875rem;
  }

  .header-inner {
    height: 60px;
    padding: 0 16px;
  }

  /* iOS Safari: position:fixed breaks inside flex layouts — use sticky instead */
  @supports (-webkit-touch-callout: none) {
    html {
      scroll-behavior: auto;
    }

    body {
      display: block !important;
      min-height: 100vh;
    }

    .header-shell {
      height: auto;
    }

    header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: auto;
      right: auto;
    }
  }
}

.card-bento {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.produkt-img {
  width: calc(100% + 3rem);
  max-width: none;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 1.5rem 1.5rem 0 0;
  margin: -1.5rem -1.5rem 16px;
}

.card-bento:hover {
  box-shadow: 0 20px 50px rgba(30, 63, 32, 0.08);
  transform: translateY(-6px);
}

.btn-gold {
  background: #d4af37;
  color: #1e3f20;
  transition: all 0.3s ease-in-out;
}

.btn-gold:hover {
  background: #c2a032;
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
}

.form-shell {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
  border-top: 4px solid #1e3f20;
}

.spec-panel {
  background: rgba(249, 250, 251, 0.8);
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
}

.contact-direct {
  text-align: center;
  margin-bottom: 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: #f8faf9;
  border: 1px solid #eef2f0;
}

.contact-direct p {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  color: #6b7280;
}

.contact-direct a {
  font-size: 1rem;
  font-weight: 700;
  color: #1e3f20;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.contact-direct a:hover {
  color: #d4af37;
}

#vorteile {
  max-width: 56rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
  text-align: center;
}

#vorteile h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e3f20;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

#vorteile p {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

#vorteile p:last-child {
  margin-bottom: 0;
}

.site-footer-contact a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.site-footer-contact a:hover {
  color: #fff;
}

#bewertungen {
  position: relative;
}

#bewertungen .reviews-elfsight-wrap {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  overflow: hidden;
}

#bewertungen .elfsight-app {
  margin: 0 auto;
}

@media (max-width: 640px) {
  #bewertungen {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #bewertungen h2 {
    font-size: 1.75rem;
  }
}
