/* ===== HONORAR-SEITE ===== */

.honorar-intro {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
}

.honorar-untertitel {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
  color: #1A1A1A;
}

.honorar-button-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.honorar-text-bereich {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media (min-width: 768px) {
  .honorar-text-bereich {
    grid-template-columns: 1fr 1fr;
  }
}

.honorar-statement {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  color: #1A1A1A;
}

.honorar-text-rechts p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 20px;
}

.are-you-ready-banner {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 120px 20px;
}

.are-you-ready-banner h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
}

.cta-dunkel {
  background: #1A1A1A;
  color: #ffffff;
  text-align: center;
  padding: 100px 20px;
}

.cta-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D9D9D9;
  margin-bottom: 24px;
}

.cta-dunkel h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 40px;
  line-height: 1.2;
}

.btn-primary {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 14px 32px;
  text-decoration: none;
  border: 2px solid #000000;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #ffffff;
  color: #000000;
}

.btn-outline-hell {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 14px 32px;
  text-decoration: none;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.btn-outline-hell:hover {
  background: #ffffff;
  color: #000000;
}