:root {
  --primary: #8c634a;
  --primary-dark: #5b3a25;
  --bg-light: #faf7f5;
  --text-dark: #1a1a1a;
  --text-light: #ffffff;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text-dark);
  background: #ffffff;
  line-height: 1.6;
}

/* CONTAINER */
.container {
  width: min(1200px, 90%);
  margin: auto;
  padding: 0 24px;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url("../assets/Eren-bild02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: var(--text-light);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-content {
  max-width: 800px;
  width: 90%;
  margin-left: 240px;
  margin-top: 200px;
  padding: 0 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-image {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  object-fit: cover;
  border: 3px solid var(--text-light);
  margin-bottom: 20px;
}

.hero h1 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.6);
  max-width: 100%;
}

.hero-subtitle {
  margin-bottom: 48px;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.95;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.01em;
  max-width: 100%;
  padding: 0;
}

.cta-button {
  display: inline-block;
  padding: clamp(14px, 2vw, 18px) clamp(32px, 4vw, 42px);
  background: linear-gradient(135deg, #d4c4b0 0%, #c4b5a0 50%, #b8a890 100%);
  color: #2c2418;
  text-decoration: none;
  border-radius: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  letter-spacing: -0.01em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  margin-top: 8px;
  text-shadow: none;
}

.cta-button:hover {
  background: linear-gradient(135deg, #e0d2c0 0%, #d0c2b0 50%, #c4b6a0 100%);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
}

.cta-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* ABOUT */
.about {
  min-height: 100vh;
  width: 100%;
  padding: 2.1rem 2.3rem;
  background: linear-gradient(180deg, rgba(48,29,19,0.95) 0%, rgba(99,63,42,0.92) 45%, rgba(140,99,74,0.9) 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
}

.about-image {
  flex: 0 0 550px;
  max-width: 550px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.about-text {
  flex: 1;
  text-align: left;
}

.about h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.about p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin: 0 0 40px 0;
  color: rgba(255, 255, 255, 0.92);
}

.about-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.about-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1;
  min-width: 200px;
}

.about-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.about-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #8B4513;
  font-size: 1.4rem;
}

.about-card-text {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2c2418;
  letter-spacing: -0.01em;
}

.about-social {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.about-social .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.about-social .social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* SERVICES */
.services {
  min-height: 100vh;
  width: 100%;
  padding: 120px 0;
  background: linear-gradient(180deg, #faf7f5 0%, #f5f1ed 50%, #faf7f5 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(140, 99, 74, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(91, 58, 37, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.services .container {
  position: relative;
  z-index: 1;
}

.services-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 48px 40px;
  border-radius: 24px;
  border: 1px solid rgba(140, 99, 74, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06),
              0 2px 8px rgba(0, 0, 0, 0.04),
              inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12),
              0 8px 16px rgba(0, 0, 0, 0.08),
              inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(140, 99, 74, 0.25);
  background: rgba(255, 255, 255, 0.85);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(140, 99, 74, 0.1) 0%, rgba(91, 58, 37, 0.08) 100%);
  border-radius: 18px;
  color: var(--primary);
  font-size: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgba(140, 99, 74, 0.15) 0%, rgba(91, 58, 37, 0.12) 100%);
  box-shadow: 0 4px 16px rgba(140, 99, 74, 0.2);
}

.service-card h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  color: var(--text-dark);
  line-height: 1.3;
}

.service-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.7);
  margin-bottom: 32px;
}

.service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: linear-gradient(135deg, rgba(140, 99, 74, 0.95) 0%, rgba(91, 58, 37, 0.95) 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(140, 99, 74, 0.25),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.service-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.service-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(140, 99, 74, 0.35),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, rgba(140, 99, 74, 1) 0%, rgba(91, 58, 37, 1) 100%);
}

.service-cta:hover::before {
  left: 100%;
}

.service-cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(140, 99, 74, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* TRUST */
.trust {
  min-height: 100vh;
  width: 100%;
  padding: 0;
  background: #ffffff;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.trust h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.trust-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  text-align: center;
}

.trust-item {
  padding: 24px;
}

.trust-item strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
  display: block;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.trust-item p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.75);
}

/* CONTACT */
.contact-section {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  background: #f8f1ec;
  overflow: hidden;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 100vh;
  margin: 0;
}

.contact-info {
  width: 100%;
  padding: 80px;
  color: #3a2a23;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3a2a23;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.contact-info > p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #3a2a23;
  line-height: 1.7;
  font-weight: 400;
}

.contact-list {
  list-style: none;
  margin-bottom: 48px;
  padding: 0;
}

.contact-list li {
  margin-bottom: 24px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #3a2a23;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
  padding: 0;
}

.contact-link i {
  font-size: 20px;
  width: 24px;
  text-align: left;
  color: #6A4634;
}

.contact-link:hover {
  color: #6A4634;
}

.contact-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.contact-btn {
  display: inline-block;
  background: #6A4634;
  color: #fff;
  padding: 16px 20px;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  width: auto;
  max-width: fit-content;
}

.contact-btn:hover {
  background: #523526;
}

.contact-image {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  background: #f8f1ec;
}

.contact-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* FOOTER */
.footer {
  background: #ffffff;
  color: rgba(26, 26, 26, 0.6);
  text-align: center;
  padding: 48px 0;
  margin-top: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer p {
  margin-bottom: 16px;
  font-weight: 400;
}

.social-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
}

.social-instagram:hover {
  background: linear-gradient(45deg, #ffa64d 0%, #f6785c 25%, #ec3a53 50%, #dc3a7a 75%, #cc2a98 100%);
}

.social-linkedin {
  background: #0077b5;
  color: #ffffff;
}

.social-linkedin:hover {
  background: #005885;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}

.footer-links-single {
  margin-top: 0;
  margin-bottom: 0;
  flex-wrap: nowrap;
}

.footer-links a {
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary);
}

/* HEADER */
.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 24px 0;
  animation: fadeIn 0.5s ease-out;
  width: 100%;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-name {
  line-height: 1.1;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
}

.company-main {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: -0.02em;
}

.company-sub {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.01em;
}

.navigation .nav-menu {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0;
}

.nav-link {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
  position: relative;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.6);
  transform: translateY(-1px);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

/* ANIMATIONS */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* RESPONSIVE DESIGN */

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero {
    min-height: 100vh;
  }

  .hero-content {
    padding: 100px 24px 60px;
    margin-left: 140px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.2rem);
  }

  .hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
  }

  .container {
    padding: 0 32px;
  }

  .about-content {
    gap: 50px;
  }

  .about-image {
    flex: 0 0 450px;
    max-width: 450px;
  }

  .services {
    padding: 80px 0;
  }

  .services-title {
    margin-bottom: 60px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .service-card {
    padding: 40px 32px;
  }

  .service-icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
    margin-bottom: 28px;
  }
}

/* Contact Responsive - Tablet */
@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .contact-image {
    order: -1;
    height: 50vh;
    min-height: 400px;
  }

  .contact-image img {
    height: 100%;
  }

  .contact-info {
    padding: 60px 40px;
  }
}

/* Mobile Navigation & Mobile Styles */
@media (max-width: 768px) {
  .header {
    padding: 12px 18px;
  }

  .header-content {
    position: relative;
  }

  .logo-section {
    margin-left: 0;
  }

  .company-name {
    transform: translateX(-6px);
  }

  .mobile-menu-toggle {
    display: flex;
    right: 18px;
    position: absolute;
    top: 22px;
    z-index: 2000;
  }

  .navigation {
    display: none;
    transition: 0.3s ease;
  }

  .navigation.active {
    display: block;
    transform: translateY(0);
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 1999;
  }

  .navigation.active .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    border-radius: 0;
  }

  .navigation.active .nav-link {
    color: var(--text-dark);
    text-shadow: none;
    padding: 12px 0;
    display: block;
  }

  .navigation.active .nav-link:hover {
    color: var(--primary);
    transform: translateX(4px);
  }

  .company-main {
    font-size: 1.2rem;
  }

  .company-sub {
    font-size: 0.85rem;
  }

  .hero {
    min-height: 100vh;
    background-attachment: scroll;
  }

  .hero-content {
    padding: 80px 20px 60px;
    width: 100%;
    margin-left: 0;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    margin-bottom: 20px;
    line-height: 1.3;
    padding: 0;
  }

  .hero-subtitle {
    font-size: clamp(0.95rem, 3vw, 1.15rem);
    margin-bottom: 36px;
    padding: 0;
    line-height: 1.5;
  }

  .cta-button {
    padding: 14px 28px;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    border-radius: 24px;
  }

  .container {
    padding: 0 20px;
  }

  .about,
  .services,
  .trust {
    min-height: 100vh;
  }

  .about h2,
  .services h2,
  .trust h2,
  .contact-info h2 {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
    margin-bottom: 32px;
  }

  .contact-section {
    min-height: auto;
  }

  .contact-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .contact-image {
    order: -1;
    height: 50vh;
    min-height: 400px;
  }

  .contact-image img {
    height: 100%;
  }

  .contact-info {
    padding: 60px 32px;
  }

  .contact-info h2 {
    font-size: clamp(28px, 6vw, 36px);
    margin-bottom: 16px;
  }

  .contact-info > p {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .contact-list li {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .contact-link {
    font-size: 16px;
  }

  .contact-actions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .contact-btn {
    width: 85%;
    max-width: 340px;
    padding: 14px 22px;
    font-size: 16px;
    border-radius: 26px;
  }

  .about {
    padding: 2.1rem 1.5rem;
  }

  .about-content {
    flex-direction: column;
    gap: 40px;
  }

  .about-image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    max-width: 500px;
  }

  .about-text {
    text-align: center;
  }

  .about h2 {
    text-align: center;
  }

  .about p {
    font-size: 1rem;
    padding: 0 8px;
    margin-bottom: 32px;
  }

  .about-cards {
    flex-direction: column;
    gap: 16px;
  }

  .about-card {
    min-width: 100%;
    padding: 14px 18px;
  }

  .about-social {
    justify-content: center;
    margin-top: 28px;
  }

  .services {
    padding: 60px 0;
  }

  .services-title {
    margin-bottom: 48px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 500px;
  }

  .service-card {
    padding: 40px 32px;
  }

  .service-icon {
    width: 64px;
    height: 64px;
    font-size: 1.75rem;
    margin-bottom: 24px;
  }

  .service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }

  .service-card p {
    font-size: 1rem;
    margin-bottom: 28px;
  }

  .service-cta {
    padding: 12px 28px;
    font-size: 0.9rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* MAPS SECTION - Mobile */
  .maps-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f9f3ef;
  }

  .maps-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .maps-embed {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.10);
    order: 1;
  }

  .maps-address {
    background: white;
    padding: 28px;
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    order: 2;
  }

  .maps-address h3 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
  }

  .maps-address p {
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
  }

  .address-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
  }

  .address-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border-radius: 18px;
    justify-content: center;
  }

  .address-btn-primary {
    background-color: #8c5c3c;
    color: white;
  }

  .address-btn-secondary {
    background-color: transparent;
    border: 2px solid #8c5c3c;
    color: #8c5c3c;
  }

  .footer {
    padding: 32px 0;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
  }

  .footer-links-single {
    flex-direction: row;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-content {
    padding: 70px 16px 50px;
    margin-left: 0;
  }

  .hero h1 {
    font-size: clamp(1.5rem, 7vw, 2rem);
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: clamp(0.9rem, 3.5vw, 1.05rem);
    margin-bottom: 32px;
  }

  .cta-button {
    padding: 12px 24px;
    width: 90%;
    max-width: 280px;
  }

  .about,
  .services,
  .trust {
    min-height: 100vh;
  }

  .about {
    padding: 2.1rem 1.2rem;
  }

  .about-content {
    flex-direction: column;
    gap: 32px;
  }

  .about-image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .about-text {
    text-align: center;
  }

  .about h2 {
    text-align: center;
    font-size: clamp(1.75rem, 5vw, 2.2rem);
  }

  .about p {
    font-size: 0.95rem;
    margin-bottom: 28px;
  }

  .about-cards {
    flex-direction: column;
    gap: 14px;
  }

  .about-card {
    min-width: 100%;
    padding: 12px 16px;
  }

  .about-card-icon {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .about-card-text {
    font-size: 0.9rem;
  }

  .about-social {
    justify-content: center;
    margin-top: 24px;
  }

  .about-social .social-btn {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }

  .contact-info {
    padding: 32px 16px;
  }

  .contact-info h2 {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .contact-image {
    height: 40vh;
    min-height: 300px;
  }

  .services {
    padding: 50px 0;
  }

  .services-title {
    margin-bottom: 40px;
    font-size: 1.75rem;
  }

  .service-card {
    padding: 32px 24px;
  }

  .service-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .service-card h3 {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }

  .service-card p {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }

  .service-cta {
    padding: 12px 24px;
    font-size: 0.875rem;
  }
}

/* PROCESS SECTION */
.process-section {
  padding: 100px 20px;
  background-color: #f5f0eb;
  color: #333;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.process-section h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 80px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.process-section .container {
  padding: 40px;
}

.process-timeline {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  background-color: #ddd;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.timeline-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #8B4513;
  transition: height 0.5s ease;
  height: 0;
  z-index: 0;
  pointer-events: none;
}

.process-step {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  z-index: 5;
}

.process-step:last-child {
  margin-bottom: 0;
}

.process-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.step-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  isolation: isolate;
}

.step-circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #8B4513;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 100;
}

.process-step.visible .step-circle {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.step-inner-circle {
  width: 20px;
  height: 20px;
  background-color: #8B4513;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.process-step.visible .step-inner-circle {
  transform: scale(1.2);
}

.step-pulse {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #8B4513;
  opacity: 0;
  animation: none;
}

.step-marker.pulse-active .step-pulse {
  animation: pulse 2s infinite ease-out;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.2;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.step-content {
  width: calc(50% - 40px);
  text-align: left;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.process-step:nth-child(odd) .step-content {
  margin-left: 0;
  margin-right: calc(50% + 80px);
}

.process-step:nth-child(even) .step-content {
  margin-right: 0;
  margin-left: calc(50% + 80px);
  text-align: left;
}

.process-step.visible .step-content {
  box-shadow: 0 4px 20px rgba(139, 69, 19, 0.12);
}

.step-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-dark);
  letter-spacing: -0.01em;
}

.step-description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(26, 26, 26, 0.75);
  margin-bottom: 8px;
}

.step-duration {
  font-size: 0.9rem;
  color: #8B4513;
  font-weight: 500;
}

/* Large Desktop */
@media (min-width: 1440px) {
  .hero-content {
    max-width: 900px;
    padding: 140px 32px 100px;
  }

  .hero h1 {
    font-size: 3.8rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .container {
    max-width: 1400px;
  }
}

/* Responsive Design für Prozess-Sektion */
@media (max-width: 768px) {
  .process-section {
    padding: 60px 20px;
  }

  .process-section h2 {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
    margin-bottom: 50px;
  }

  .process-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }

  /* Kreise entfernen */
  .step-marker,
  .step-circle,
  .step-inner-circle,
  .step-pulse {
    display: none !important;
  }

  /* Linie NICHT entfernen, nur zentrieren */
  .timeline-line {
    width: 2px;
    background: rgba(140, 92, 60, 0.35);
    left: 50%;
    transform: translateX(-50%);
  }

  /* Cards vergrößern & spacing */
  .process-step {
    width: 100%;
    max-width: 92%;
    margin: 40px auto;
    padding: 0;
    border-radius: 22px;
    text-align: left;
    position: relative;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    transition: box-shadow 0.5s ease;
  }

  /* Pulsierender brauner Effekt nur für erreichte Cards */
  .process-step.visible {
    animation: stepPulseBrown 3s ease-in-out infinite;
  }

  .process-step:last-child {
    margin-bottom: 40px;
  }

  /* Inhalt nicht abgeschnitten */
  .step-content {
    background: white;
    padding: 24px;
    border-radius: 22px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    position: relative;
  }

  .step-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .step-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .step-duration {
    font-size: 0.85rem;
  }

  /* Pulse Animation - Brauner Effekt für erreichte Cards */
  @keyframes stepPulseBrown {
    0% {
      box-shadow: 0 16px 40px rgba(140, 92, 60, 0.25), 0 6px 16px rgba(140, 92, 60, 0.15), 0 0 0 2px rgba(140, 92, 60, 0.1);
    }
    50% {
      box-shadow: 0 28px 70px rgba(140, 92, 60, 0.45), 0 12px 30px rgba(140, 92, 60, 0.25), 0 0 0 4px rgba(140, 92, 60, 0.2);
    }
    100% {
      box-shadow: 0 16px 40px rgba(140, 92, 60, 0.25), 0 6px 16px rgba(140, 92, 60, 0.15), 0 0 0 2px rgba(140, 92, 60, 0.1);
    }
  }
}

@media (max-width: 480px) {
  .process-section {
    padding: 40px 16px;
  }

  .process-step {
    max-width: 95%;
    margin-bottom: 32px;
  }

  .step-content {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .step-title {
    font-size: 1.15rem;
  }

  .step-description {
    font-size: 0.95rem;
  }
}

/* PARTNER SECTION */
.partners-section {
  padding: 120px 0;
  background: linear-gradient(180deg, rgba(48, 29, 19, 0.95) 0%, rgba(99, 63, 42, 0.92) 45%, rgba(140, 99, 74, 0.9) 100%);
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.partners-section .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 60px 40px;
  box-shadow: none;
}

.partners-section h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 16px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-light);
  line-height: 1.2;
  padding: 0;
}

.partners-intro {
  text-align: center;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
}

.partners-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  margin-top: 40px;
  max-width: 100%;
}

.partners-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.partners-carousel:hover .partners-track {
  animation-play-state: paused;
}

.partners-track {
  display: flex;
  gap: 40px;
  will-change: transform;
  animation: scroll-partners 35s linear infinite;
  padding: 0;
}

@keyframes scroll-partners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partner-card {
  width: 420px;
  min-width: 420px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.partner-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.5);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.partner-name {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.partner-description {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 24px;
  color: rgba(26, 26, 26, 0.7);
  font-weight: 400;
}

.partner-link {
  font-size: 0.9rem;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.partner-link:hover {
  color: #1a1a1a;
  border-color: #1a1a1a;
}

/* Responsive Design für Partner-Sektion */
@media (max-width: 1024px) {
  .partners-section {
    padding: 100px 0;
  }

  .partners-section .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 50px 30px;
    border-radius: 0;
  }

  .partners-section h2 {
    font-size: 2.2rem;
    padding: 0 30px;
  }

  .partners-intro {
    margin-bottom: 60px;
    font-size: 1.05rem;
    padding: 0 30px;
  }

  .partners-carousel-wrapper {
    padding: 50px 0;
    margin-top: 30px;
  }

  .partners-track {
    padding: 0;
  }

  .partner-card {
    width: 380px;
    min-width: 380px;
    padding: 36px;
  }
}

@media (max-width: 768px) {
  .partners-section {
    padding: 80px 0;
  }

  .partners-section .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 20px;
    border-radius: 0;
  }

  .partners-section h2 {
    font-size: clamp(1.9rem, 5vw, 2.3rem);
    margin-bottom: 12px;
    padding: 0 20px;
  }

  .partners-intro {
    font-size: 1rem;
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .partners-carousel-wrapper {
    padding: 40px 0;
    margin-top: 20px;
    overflow: visible;
  }

  .partners-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
  }

  .partners-track {
    display: inline-flex !important;
    gap: 24px;
    width: max-content !important;
    animation: scroll-partners 35s linear infinite;
    padding: 0 20px;
    will-change: transform;
  }

  .partner-card {
    min-width: 85vw;
    max-width: 85vw;
    border-radius: 20px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    white-space: normal !important;
    overflow: visible !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    scroll-snap-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .partner-name {
    font-size: 1.3rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .partner-description {
    font-size: 0.9rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .partner-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .partners-section {
    padding: 60px 16px;
  }

  .partners-section .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 30px 16px;
    border-radius: 0;
  }

  .partners-section h2 {
    font-size: 1.75rem;
  }

  .partners-intro {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }

  .partners-carousel-wrapper {
    padding: 30px 0;
    margin-top: 20px;
    overflow: visible;
  }

  .partners-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
  }

  .partners-track {
    display: inline-flex !important;
    gap: 24px;
    width: max-content !important;
    animation: scroll-partners 35s linear infinite;
    padding: 0 16px;
    will-change: transform;
  }

  .partner-card {
    min-width: 85vw;
    max-width: 85vw;
    border-radius: 20px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    white-space: normal !important;
    overflow: visible !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    scroll-snap-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .partner-name {
    font-size: 1.2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .partner-description {
    font-size: 0.85rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .partner-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* FAQ SECTION */
.faq-section {
  padding: 100px 20px;
  background-color: var(--bg-light);
  color: var(--text-dark);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-section .container {
  max-width: 900px;
}

.faq-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 20px;
}

.faq-subtitle {
  font-size: 1.15rem;
  color: rgba(26, 26, 26, 0.75);
  text-align: center;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(139, 69, 19, 0.12);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  font-size: 1.1rem;
  background-color: var(--primary);
  color: #ffffff;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.faq-question:hover {
  background-color: var(--primary-dark);
}

.faq-question:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -2px;
}

.faq-question i {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  font-size: 0.9rem;
  margin-left: 16px;
  flex-shrink: 0;
}

.faq-question.active i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 24px;
  font-size: 1rem;
  background-color: #ffffff;
  color: rgba(26, 26, 26, 0.85);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer.show {
  max-height: 1000px;
  padding: 24px;
}

.faq-answer p {
  margin: 0;
}

.faq-answer .partner-link {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
  font-weight: 500;
}

.faq-answer .partner-link:hover {
  color: var(--primary-dark);
  border-color: var(--primary-dark);
}

/* Responsive Design für FAQ-Sektion */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 20px;
    min-height: auto;
  }

  .faq-title {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
    margin-bottom: 16px;
  }

  .faq-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .faq-list {
    gap: 16px;
  }

  .faq-question {
    padding: 16px 20px;
    font-size: 1rem;
  }

  .faq-answer.show {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 40px 16px;
  }

  .faq-question {
    padding: 14px 16px;
    font-size: 0.95rem;
  }

  .faq-answer {
    font-size: 0.95rem;
  }

  .faq-answer.show {
    padding: 16px;
  }
}

/* THEMEN SECTION */
.themen {
  min-height: 100vh;
  width: 100%;
  padding: 0;
  background: linear-gradient(180deg, rgba(48, 29, 19, 0.95) 0%, rgba(99, 63, 42, 0.92) 45%, rgba(140, 99, 74, 0.9) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.themen .container {
  padding: 80px 24px;
}

.themen .section-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-light);
}

.themen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
}

.thema-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  color: var(--text-dark);
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(139, 69, 19, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.thema-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border-color: rgba(139, 69, 19, 0.3);
}

.thema-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.thema-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.thema-card:hover .thema-image img {
  transform: scale(1.05);
}

.thema-label {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--primary-dark);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.thema-card h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 24px 24px 12px 24px;
  letter-spacing: -0.01em;
  color: var(--text-dark);
}

.thema-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.75);
  margin: 0 24px 24px 24px;
}

/* Responsive Design für Themen-Sektion */
@media (max-width: 1024px) {
  .themen-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .themen .section-title {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .themen {
    min-height: 100vh;
    padding: 0;
  }

  .themen .container {
    padding: 60px 20px;
  }

  .themen .section-title {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
    margin-bottom: 40px;
  }

  .themen-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 500px;
  }

  .thema-image {
    height: 180px;
  }

  .thema-card h3 {
    font-size: 1.25rem;
    margin: 20px 20px 10px 20px;
  }

  .thema-card p {
    font-size: 1rem;
    margin: 0 20px 20px 20px;
  }
}

@media (max-width: 480px) {
  .themen .container {
    padding: 40px 16px;
  }

  .themen-grid {
    gap: 20px;
  }

  .thema-image {
    height: 160px;
  }

  .thema-card h3 {
    font-size: 1.15rem;
    margin: 16px 16px 8px 16px;
  }

  .thema-card p {
    font-size: 0.95rem;
    margin: 0 16px 16px 16px;
  }

  .thema-label {
    font-size: 0.7rem;
    padding: 5px 10px;
    top: 10px;
    left: 10px;
  }
}

/* TESTIMONIALS SECTION */
.testimonials-section {
  min-height: 100vh;
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  position: relative;
  overflow: hidden;
}

.testimonials-section .container {
  width: 100%;
  max-width: 1400px;
  padding: 0 24px;
}

.testimonials-section .section-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #2a2a2a;
}

.testimonials-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0 60px;
}

.testimonials-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}

.testimonials-carousel::-webkit-scrollbar {
  display: none;
}

.testimonials-carousel:active {
  cursor: grabbing;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  padding: 0 40px;
  will-change: transform;
}

.testimonial-card {
  width: 450px;
  min-width: 450px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 32px;
  color: #2a2a2a;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(92, 58, 40, 0.12);
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-color: rgba(92, 58, 40, 0.2);
}

.stars {
  color: #d4a94f;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2a2a2a;
  margin-bottom: 24px;
  flex: 1;
}

.testimonial-details {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(92, 58, 40, 0.15);
}

.testimonial-details .category {
  font-size: 0.9rem;
  font-weight: 600;
  color: #8c634a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.testimonial-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.testimonial-badges img {
  height: 120px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.testimonial-badges img:hover {
  transform: scale(1.05);
}

/* Responsive Design für Testimonials-Sektion */
@media (max-width: 1024px) {
  .testimonials-section {
    padding: 80px 20px;
  }

  .testimonials-section .section-title {
    font-size: 2rem;
    margin-bottom: 50px;
  }

  .testimonials-carousel-wrapper {
    padding: 30px 0 40px;
  }

  .testimonials-track {
    padding: 0 30px;
  }

  .testimonial-card {
    width: 400px;
    min-width: 400px;
    padding: 28px;
  }

  .testimonial-badges {
    margin-top: 32px;
    padding: 24px;
    gap: 20px;
  }

  .testimonial-badges img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 20px;
    min-height: auto;
  }

  .testimonials-section .container {
    padding: 0 20px;
  }

  .testimonials-section .section-title {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
    margin-bottom: 40px;
  }

  .testimonials-carousel-wrapper {
    padding: 30px 0 40px;
  }

  .testimonials-carousel {
    scroll-snap-type: none;
  }

  .testimonials-track {
    gap: 16px;
    padding: 0 20px;
  }

  .testimonial-card {
    width: 320px;
    min-width: 320px;
    padding: 24px;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .stars {
    font-size: 18px;
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
    padding: 40px 16px;
  }

  .testimonials-section .container {
    padding: 0 16px;
  }

  .testimonials-carousel-wrapper {
    padding: 20px 0 30px;
  }

  .testimonials-track {
    padding: 0 16px;
  }

  .testimonial-card {
    width: 280px;
    min-width: 280px;
    padding: 20px;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }

  .stars {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .testimonial-details .category {
    font-size: 0.85rem;
  }

  .testimonial-badges {
    flex-direction: column;
    margin-top: 24px;
    padding: 20px;
    gap: 16px;
  }

  .testimonial-badges img {
    height: 100px;
    max-width: 100%;
  }
}

/* LOCATION SECTION */
.location-section {
  min-height: 100vh;
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(180deg, rgba(48, 29, 19, 0.95) 0%, rgba(99, 63, 42, 0.92) 45%, rgba(140, 99, 74, 0.9) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.location-section .container {
  max-width: 1200px;
  width: 100%;
  padding: 0 24px;
}

.location-section h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
  align-items: stretch;
}

.location-card {
  background: #ffffff;
  padding: 48px 40px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.location-address {
  margin-bottom: 32px;
}

.address-company {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.address-filiale {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.85);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.address-street {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.75);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.address-city {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.75);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.location-note {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  color: rgba(26, 26, 26, 0.6);
  line-height: 1.6;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
}

.location-map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.location-map:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  border: none;
}

.location-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.location-button {
  display: inline-block;
  padding: 18px 42px;
  background: linear-gradient(135deg, #d4c4b0 0%, #c4b5a0 50%, #b8a890 100%);
  color: #2c2418;
  text-decoration: none;
  border-radius: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
}

.location-button:hover {
  background: linear-gradient(135deg, #e0d2c0 0%, #d0c2b0 50%, #c4b6a0 100%);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
}

.location-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Responsive Design für Location-Sektion */
@media (max-width: 1024px) {
  .location-section {
    padding: 80px 20px;
  }

  .location-content {
    gap: 32px;
  }

  .location-card {
    padding: 40px 32px;
  }
}

@media (max-width: 768px) {
  .location-section {
    padding: 60px 20px;
    min-height: auto;
  }

  .location-section h2 {
    font-size: clamp(1.75rem, 5vw, 2.2rem);
    margin-bottom: 40px;
  }

  .location-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }

  .location-card {
    padding: 36px 28px;
    order: 2;
  }

  .location-map {
    order: 1;
    min-height: 350px;
  }

  .location-map iframe {
    min-height: 350px;
  }

  .location-cta {
    margin-top: 40px;
    order: 3;
  }

  .location-button {
    padding: 14px 24px;
    font-size: 0.95rem;
    width: auto;
    max-width: fit-content;
    text-align: center;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .location-section {
    padding: 40px 16px;
  }

  .location-section .container {
    padding: 0 16px;
  }

  .location-content {
    gap: 24px;
    margin-bottom: 32px;
  }

  .location-card {
    padding: 28px 24px;
  }

  .address-company {
    font-size: 1.1rem;
  }

  .address-filiale {
    font-size: 1rem;
  }

  .address-street,
  .address-city {
    font-size: 0.95rem;
  }

  .location-note {
    font-size: 0.9rem;
    padding-top: 20px;
  }

  .location-map {
    min-height: 300px;
  }

  .location-map iframe {
    min-height: 300px;
  }

  .location-cta {
    margin-top: 32px;
  }

  .location-button {
    padding: 14px 32px;
    font-size: 0.95rem;
    width: 100%;
    max-width: 280px;
  }
}
