/* ================================================
   LEASING TEASER (für index.html)
   ================================================ */

.leasing-teaser {
  background: linear-gradient(135deg, #1a1a2e 0%, #0077CC 100%);
  padding: 60px 20px;
  color: #fff;
}

.leasing-teaser-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leasing-teaser-text {
  flex: 1;
  min-width: 260px;
  text-align: left;
}

.leasing-teaser-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 12px;
}

.leasing-teaser-text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-bottom: 24px;
}

.leasing-teaser-icons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.teaser-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.teaser-icon-item span {
  font-size: 2rem;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teaser-icon-item small {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.8);
  text-align: center;
}

@media (max-width: 700px) {
  .leasing-teaser-inner { flex-direction: column; text-align: center; }
  .leasing-teaser-text { text-align: center; }
}

/* ================================================
   LEASING-SEITE — leasing.css
   ================================================ */

/* Hero */
.leasing-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #0077CC 100%);
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
}

.leasing-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  margin-bottom: 16px;
  color: #fff;
}

.leasing-hero p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.88);
  margin-bottom: 32px;
  line-height: 1.7;
}

/* Abschnitt: Wie funktioniert Leasing */
.leasing-how {
  padding: 70px 20px;
  text-align: center;
}

.leasing-how h2,
.leasing-provider h2,
.leasing-benefits h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.leasing-intro {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  max-width: 700px;
  margin: 0 auto 48px;
  line-height: 1.7;
  font-size: 1rem;
}

/* Schritte */
.leasing-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.leasing-step {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  padding: 32px 24px;
  width: 220px;
  text-align: center;
  border-top: 4px solid #00B140;
  transition: transform 0.2s;
}

.leasing-step:hover {
  transform: translateY(-4px);
}

.step-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #00B140, #0077CC);
  color: #fff;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.leasing-step h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.leasing-step p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
}

/* Vorteile */
.leasing-benefits {
  background: #f8f9fa;
  padding: 70px 20px;
  text-align: center;
  border-top: 3px solid #00B140;
}

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

.benefit-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
  padding: 28px 24px;
  width: 200px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,177,64,0.12);
}

.benefit-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 12px;
}

.benefit-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.benefit-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.83rem;
  color: #555;
  line-height: 1.6;
}

/* Anbieter */
.leasing-provider {
  padding: 70px 20px;
  text-align: center;
}

.provider-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.provider-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
  padding: 24px 20px;
  width: 200px;
  text-align: center;
  border-top: 4px solid #0077CC;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.provider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,119,204,0.15);
}

.provider-logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provider-logo img {
  max-width: 140px;
  max-height: 55px;
  object-fit: contain;
}

.provider-logo-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0077CC;
  background: #e8f4ff;
  padding: 8px 14px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.provider-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: #1a1a2e;
}

.provider-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  color: #555;
  line-height: 1.5;
}

.provider-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.78rem;
  color: #0077CC;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  margin-top: auto;
}

.provider-link:hover {
  color: #00B140;
}

/* CTA */
.leasing-cta {
  background: linear-gradient(135deg, #00B140, #0077CC);
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}

.leasing-cta h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 12px;
}

.leasing-cta p {
  font-family: 'Open Sans', sans-serif;
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  margin-bottom: 32px;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  transition: background 0.2s, border-color 0.2s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.25);
  border-color: #fff;
}

/* ================================================
   MARKEN-BEREICH (für index.html)
   ================================================ */

.brands-section {
  padding: 70px 0;
  text-align: center;
  background: #fff;
}

.brands-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.brands-subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  margin-bottom: 48px;
  font-size: 1rem;
}

.brands-category {
  margin-bottom: 50px;
}

.brands-category h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #00B140;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.brands-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.brand-item {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 16px 20px;
  width: 130px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: default;
  border: 1px solid #eee;
}

.brand-item:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0,177,64,0.12);
  background: #fff;
  border-color: #00B140;
}

.brand-item img {
  max-width: 110px;
  max-height: 55px;
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.2s;
}

.brand-item:hover img {
  filter: grayscale(0%);
}

/* Placeholder für fehlende Logos */
.brand-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  line-height: 1.3;
}

.brands-divider {
  border: none;
  border-top: 2px solid #f0f0f0;
  margin: 0 auto 50px;
  max-width: 600px;
}

/* Responsive */
@media (max-width: 600px) {
  .leasing-hero h1 { font-size: 1.7rem; }
  .leasing-step, .benefit-card, .provider-card { width: 90%; max-width: 320px; }
  .brand-item { width: 100px; height: 65px; }
  .leasing-steps, .benefits-grid, .provider-grid, .brands-grid {
    flex-direction: column;
    align-items: center;
  }
}
