/* Custom Styles - Immobiliengutachter Aachen */

:root {
  --primary: #1a3a5c;
  --primary-light: #2c5f8a;
  --accent: #c8963e;
  --accent-hover: #a67b2e;
  --light-bg: #f8f9fa;
  --dark-bg: #1a2332;
  --text: #333;
  --text-light: #666;
  --success: #28a745;
  --warning: #ffc107;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text);
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar .dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Navigation */
.navbar {
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.3rem;
}

/* Hero */
.hero-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  padding: 80px 0 60px;
  color: #fff;
}
.hero-section h1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.hero-section .lead {
  font-size: 1.15rem;
  opacity: 0.9;
}
.hero-benefits li {
  padding: 4px 0;
  font-size: 0.95rem;
}
.hero-benefits i {
  color: var(--accent);
}
.hero-image {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  width: 100%;
  height: auto;
  object-fit: cover;
}
.trust-bar {
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255,255,255,0.2);
  vertical-align: middle;
  font-size: 0.95rem;
  position: relative;
  top: 2px;
}
.btn-accent.btn-lg {
  vertical-align: middle;
}

/* Quick Facts */
.quick-facts {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Problem Section */
.problem-section {
  padding: 60px 0;
  background: var(--light-bg);
}
.problem-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  height: 100%;
  border-left: 4px solid var(--accent);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}
.problem-card:hover {
  transform: translateY(-3px);
}
.problem-card i {
  font-size: 2rem;
  color: var(--accent);
}

/* CTA Sections */
.cta-section {
  background: var(--primary);
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
.cta-section h3,
.cta-section p,
.cta-section a:not(.btn) {
  color: #fff;
}
.btn-accent {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s;
}
.btn-accent:hover {
  background: var(--accent-hover);
  color: #fff;
}

/* Guide Section */
.guide-section {
  padding: 60px 0;
}
.guide-card {
  border-radius: 8px;
  overflow: hidden;
}

/* Plan Section */
.plan-section {
  padding: 60px 0;
  background: var(--light-bg);
}
.step-card {
  text-align: center;
  padding: 30px 20px;
}
.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

/* Misserfolg */
.failure-section {
  padding: 50px 0;
  background: #fff3cd;
  border-top: 3px solid var(--warning);
}

/* Erfolg / Testimonials */
.success-section {
  padding: 60px 0;
}
.testimonial-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  height: 100%;
  border-top: 3px solid var(--accent);
}
.testimonial-stars {
  color: var(--accent);
}

/* Versprechen */
.promise-section {
  padding: 60px 0;
  background: var(--light-bg);
}
.promise-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.promise-card i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 16px;
}

/* FAQ */
.faq-section {
  padding: 60px 0;
}
.accordion-button:not(.collapsed) {
  background: var(--primary);
  color: #fff;
}

/* Lokalisierung */
.location-section {
  padding: 60px 0;
  background: var(--light-bg);
}
.city-tag {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 14px;
  border-radius: 20px;
  margin: 4px;
  font-size: 0.9rem;
}

/* Footer */
.footer {
  background: var(--dark-bg);
  padding: 50px 0 20px;
  color: #aab;
}
.footer h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}
.footer a {
  color: #aab;
  text-decoration: none;
}
.footer a:hover {
  color: var(--accent);
}

/* Landmark Images */
.landmark-secondary {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.landmark-fullwidth {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.7rem;
  }
  .hero-section {
    padding: 50px 0 40px;
  }
  .trust-bar {
    display: block;
    margin-top: 12px;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    padding: 8px 0;
    font-size: 0.95rem;
  }
  .btn-accent.btn-lg {
    display: block;
    width: 100%;
    text-align: center;
  }
}
