.lang-switch {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .35);
}

.lang-switch a {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 32px;
  padding: 0 8px;
  color: #fff;
  font: 700 11px/1 Inter, Arial, sans-serif;
  letter-spacing: .06em;
  text-decoration: none;
}

.lang-switch a.active {
  background: #f5c400;
  color: #090a0a;
}

.service-nav,
.legal-nav {
  gap: 22px;
}

.service-nav > a:first-child,
.legal-nav > a:first-child {
  margin-right: auto;
}

/* Calm typographic staircase - one service per line, shortest to longest. */
.service-strip {
  height: auto;
  min-height: 0;
  padding: 24px clamp(20px, 4vw, 68px) 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.service-strip span {
  border: 0;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 7px 8px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
  letter-spacing: .025em;
  white-space: normal;
  overflow-wrap: normal;
}

.service-strip span::before { display: none; }

@media (max-width: 900px) {
  .service-strip {
    padding-block: 20px 22px;
    padding-inline: 18px;
  }
  .service-strip span {
    min-height: 38px;
    font-size: clamp(19px, 3vw, 25px);
  }
}

@media (max-width: 1050px) {
  .nav { gap: 16px; }
  .nav .lang-switch { margin-left: auto; }
  .nav-call { margin-left: 0; }
}

@media (max-width: 720px) {
  .nav { gap: 9px; padding-inline: 18px; }
  .nav .lang-switch a { min-width: 29px; padding-inline: 6px; }
  .nav-call { padding: 11px 13px; }
  .nav-call span { display: none; }

  /* Mobile safety layer for long German and Turkish labels. */
  .hero {
    display: block !important;
    height: auto !important;
    min-height: 100svh;
    overflow: hidden;
  }
  .hero-content { width: 100%; min-width: 0; }
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .hero-actions .btn { width: 100%; min-width: 0; white-space: normal; }
  .hero-inspection {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none;
    margin-top: 24px;
  }
  .hero-stats {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    margin-top: 30px;
  }
  .inspection {
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: hidden;
  }
  .inspection-intro,
  .inspection-form { width: 100%; min-width: 0; }
  .inspection-badge {
    position: static !important;
    inset: auto !important;
    width: 82px;
    height: 82px;
    margin: 0 0 22px auto;
    transform: rotate(4deg);
  }
  .inspection h2 { max-width: 100%; padding-right: 0; overflow-wrap: normal; }
  .inspection-row { grid-template-columns: minmax(0, 1fr) !important; }
  .inspection-form label { display: block; min-width: 0; }
  .inspection-form input,
  .inspection-form select {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .inspection-form-head { align-items: flex-start; }
  .inspection-form-head > div { min-width: 0; }
  .inspection-form-head strong { overflow-wrap: anywhere; }
  .whatsapp.form-hidden { opacity: 0; transform: translateY(14px); pointer-events: none; }
}

@media (max-width: 560px) {
  .service-nav,
  .legal-nav { gap: 10px; padding-inline: 14px; }
  .service-nav > a:first-child,
  .legal-nav > a:first-child { min-width: 0; }
  .service-nav img,
  .legal-nav img { width: min(38vw, 145px); }
  .service-nav .lang-switch a,
  .legal-nav .lang-switch a { min-width: 27px; height: 30px; padding-inline: 5px; }
  .service-nav > a:last-child,
  .legal-nav > a:last-child { max-width: 76px; text-align: right; line-height: 1.25; font-size: 10px; }
  .service-strip {
    padding: 16px 14px 18px;
  }
  .service-strip span,
  .service-strip span:nth-child(-n+4),
  .service-strip span:nth-child(n+5) {
    min-height: 35px;
    padding: 6px 4px;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.08;
  }
}

@media (max-width: 380px) {
  .nav { padding-inline: 12px; }
  .brand { width: 142px; }
  .nav .lang-switch a { min-width: 27px; padding-inline: 5px; }
  .nav-call { padding-inline: 10px; font-size: 16px; }
  .inspection-trust { display: grid; grid-template-columns: 1fr; }
}
