/* JENNI TRANSPORTE — Stylesheet
   Schwarz/Gold Heritage-Premium
   ============================================================ */

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #faf7f0;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: 0.75rem; color: #8c6f24; }
p { margin-bottom: 1rem; }
a { color: #8c6f24; text-decoration: none; transition: color 0.2s; }
a:hover { color: #c9a449; }

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #000000;
  border-bottom: 1px solid #8c6f24;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.75rem;
  max-width: 1400px;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.brand img {
  height: 92px;
  width: auto;
  display: block;
  border-radius: 2px;
}
.brand-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.85rem;
  color: #e6c875;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.05;
}
.brand-text small {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 0.78rem;
  color: #c9a449;
  font-weight: 400;
  letter-spacing: 0.36em;
  margin-top: 4px;
  text-transform: uppercase;
}

/* Navigation */
.main-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-nav ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 0.25rem;
}
.main-nav a, .main-nav .dropdown-toggle {
  display: block;
  padding: 0.6rem 1rem;
  color: #e6c875;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 4px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, color 0.2s;
}
.main-nav a:hover, .main-nav .dropdown-toggle:hover,
.main-nav a.active {
  background-color: #1a1a1a;
  color: #c9a449;
}

/* Dropdown */
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background-color: #0a0a0a;
  border: 1px solid #8c6f24;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 100;
  padding: 0.5rem 0;
}
.dropdown:hover .dropdown-menu,
.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu li { width: 100%; }
.dropdown-menu a {
  display: block;
  padding: 0.6rem 1.25rem;
  color: #e6c875;
  border-radius: 0;
  font-size: 0.9rem;
}
.dropdown-menu a:hover { background-color: #1a1a1a; color: #c9a449; }
.dropdown-toggle::after {
  content: '▾';
  margin-left: 0.4rem;
  font-size: 0.7rem;
}

/* Phone link in header */
.header-phone {
  color: #c9a449;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.5rem 1rem;
  border: 1px solid #c9a449;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.header-phone:hover { background-color: #c9a449; color: #0a0a0a; }

/* Mobile burger */
.burger {
  display: none;
  background: none;
  border: 0;
  color: #c9a449;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.5rem;
}

/* Hero */
.hero {
  position: relative;
  min-height: 80vh;
  background-color: #0a0a0a;
  color: #e6c875;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  z-index: 1;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.4), rgba(10,10,10,0.85));
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 4rem 1.5rem;
}
.hero h1 {
  color: #e6c875;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom: 1rem;
  text-shadow: 0 2px 16px rgba(0,0,0,0.6);
}
.hero .subline {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #c9a449;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
}
.hero .cta-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Hero compact (for inner pages) */
.hero-compact {
  min-height: 50vh;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
  text-align: center;
  font-family: inherit;
}
.btn-primary {
  background-color: #c9a449;
  color: #0a0a0a;
  border-color: #c9a449;
}
.btn-primary:hover {
  background-color: #e6c875;
  border-color: #e6c875;
  color: #0a0a0a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201,164,73,0.3);
}
.btn-secondary {
  background-color: transparent;
  color: #e6c875;
  border-color: #c9a449;
}
.btn-secondary:hover {
  background-color: #c9a449;
  color: #0a0a0a;
}
.btn-dark {
  background-color: #0a0a0a;
  color: #e6c875;
  border-color: #0a0a0a;
}
.btn-dark:hover {
  background-color: #c9a449;
  color: #0a0a0a;
  border-color: #c9a449;
}

/* Sections */
section {
  padding: 4rem 0;
}
.section-cream { background-color: #faf7f0; }
.section-dark {
  background-color: #0a0a0a;
  color: #e6c875;
}
.section-dark h2, .section-dark h3 { color: #e6c875; }
.section-dark p { color: #c9a449; }
.section-narrow { max-width: 800px; margin: 0 auto; }

/* Section titles */
.section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #8c6f24, #e6c875);
  margin: 1rem auto 0;
}

/* Service Tiles (Grid 2x2 or 1x4) */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.tile {
  display: block;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #d9d2c0;
  border-radius: 6px;
  text-decoration: none;
  color: #1a1a1a;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.tile::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #c9a449, #8c6f24);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s;
}
.tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #c9a449;
}
.tile:hover::before { transform: scaleY(1); }
.tile h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8c6f24;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.tile h3 + p, .tile p {
  color: #1a1a1a;
  font-size: 1rem;
}
.tile .tile-arrow {
  display: inline-block;
  margin-top: 1rem;
  color: #c9a449;
  font-weight: 600;
  font-size: 0.9rem;
}

/* USP Block (3 columns) */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.usp {
  text-align: center;
  padding: 1.5rem;
}
.usp h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #8c6f24;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* Profile Cards (Über uns) */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
.profile-card {
  background-color: #ffffff;
  border: 1px solid #d9d2c0;
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
}
.profile-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #c9a449;
  border: 3px solid #c9a449;
}
.profile-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.profile-card .role {
  font-size: 0.85rem;
  color: #8c6f24;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.profile-card blockquote {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d9d2c0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #8c6f24;
  font-size: 0.95rem;
}

/* Values block */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.value-card {
  padding: 1.5rem;
  background-color: #faf7f0;
  border-left: 3px solid #c9a449;
  border-radius: 0 4px 4px 0;
}
.value-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: #8c6f24;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.value-card p {
  font-size: 0.95rem;
  margin: 0;
}

/* Corridor / Info box */
.info-box {
  border: 2px solid #c9a449;
  background-color: #faf7f0;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 4px;
}
.info-box h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #8c6f24;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.info-box p { margin: 0; font-size: 1rem; }

/* Bullet lists styled */
.styled-list {
  list-style: none;
  margin: 1.5rem 0;
}
.styled-list li {
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
}
.styled-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #c9a449;
  font-weight: 700;
}

/* CTA Block (final on each page) */
.final-cta {
  background-color: #0a0a0a;
  color: #e6c875;
  text-align: center;
  padding: 4rem 1.5rem;
  margin-top: 0;
}
.final-cta h2 { color: #e6c875; margin-bottom: 0.5rem; }
.final-cta .subline {
  color: #c9a449;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.final-cta .cta-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.final-cta .phone-link {
  display: inline-block;
  color: #e6c875;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.final-cta .phone-link strong { color: #c9a449; }

/* Form */
.form-card {
  max-width: 720px;
  margin: 2rem auto;
  background-color: #ffffff;
  border: 1px solid #d9d2c0;
  padding: 2rem;
  border-radius: 6px;
}
.form-section {
  margin-bottom: 2rem;
}
.form-section h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #8c6f24;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d2c0;
  margin-bottom: 1.25rem;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
.form-field {
  display: flex;
  flex-direction: column;
}
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
}
.form-field label .req { color: #c9a449; margin-left: 2px; }
.form-field input,
.form-field select,
.form-field textarea {
  padding: 0.6rem 0.75rem;
  border: 1px solid #d9d2c0;
  border-radius: 4px;
  background-color: #faf7f0;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #c9a449;
  background-color: #ffffff;
}
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field input[type="file"] {
  padding: 0.5rem;
  background-color: transparent;
}
.form-field .hint {
  font-size: 0.8rem;
  color: #4a4a4a;
  margin-top: 0.25rem;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.5rem 0;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 400;
  cursor: pointer;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  background-color: #faf7f0;
  border-left: 3px solid #c9a449;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 0.9rem;
}
.consent input { margin-top: 4px; }

.tab-switch {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #d9d2c0;
}
.tab-switch button {
  background: none;
  border: 0;
  padding: 0.75rem 1.25rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
}
.tab-switch button.active {
  color: #8c6f24;
  border-bottom-color: #c9a449;
}

/* Trust / Why section */
.trust-list {
  background-color: #faf7f0;
  padding: 2rem;
  border-radius: 6px;
  border: 1px solid #d9d2c0;
  max-width: 720px;
  margin: 2rem auto 0;
}
.trust-list h3 { color: #8c6f24; margin-bottom: 1rem; }
.trust-list ul { list-style: none; }
.trust-list li {
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
  font-size: 0.95rem;
}
.trust-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2f7d32;
  font-weight: 700;
}

/* Contact cards */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
.contact-card {
  background-color: #ffffff;
  border: 1px solid #d9d2c0;
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
}
.contact-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: #8c6f24;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.contact-card .big {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  display: block;
}
.contact-card .big a { color: #1a1a1a; }
.contact-card .big a:hover { color: #c9a449; }
.contact-card small { color: #4a4a4a; font-size: 0.85rem; }

.quick-ctas {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2.5rem 0;
}

/* Job cards */
.job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.job-card {
  background-color: #ffffff;
  border: 1px solid #d9d2c0;
  border-radius: 6px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
}
.job-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.job-card p { flex: 1; font-size: 0.95rem; }
.job-card .btn { margin-top: 1rem; }

/* Legal pages */
.legal-content {
  max-width: 760px;
  margin: 3rem auto;
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 6px;
  border: 1px solid #d9d2c0;
}
.legal-content h1 {
  border-bottom: 2px solid #c9a449;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.legal-content h3 {
  margin-top: 1.5rem;
}
.legal-content p { margin-bottom: 1rem; }

/* Footer */
.site-footer {
  background-color: #0a0a0a;
  color: #c9a449;
  padding: 3rem 1.5rem 1.5rem;
  margin-top: 0;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: #e6c875;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.footer-col p, .footer-col li {
  font-size: 0.9rem;
  color: #c9a449;
  margin-bottom: 0.4rem;
}
.footer-col a { color: #c9a449; }
.footer-col a:hover { color: #e6c875; }
.footer-col ul { list-style: none; }
.footer-bottom {
  max-width: 1200px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid #8c6f24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p {
  color: #c9a449;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.social-icons { display: flex; gap: 0.75rem; }
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #8c6f24;
  border-radius: 50%;
  color: #c9a449;
  transition: all 0.2s;
}
.social-icons a:hover {
  background-color: #c9a449;
  color: #0a0a0a;
  border-color: #c9a449;
}

/* Map placeholder */
.map-wrap {
  margin: 2rem auto;
  max-width: 1000px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d9d2c0;
}
.map-wrap iframe { width: 100%; height: 400px; border: 0; display: block; }

/* Responsive */
@media (max-width: 900px) {
  .burger { display: block; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #000000;
    border-top: 1px solid #8c6f24;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem;
    display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .main-nav a, .main-nav .dropdown-toggle {
    padding: 0.85rem 1rem;
    width: 100%;
    text-align: left;
  }
  .dropdown { position: static; }
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background-color: #1a1a1a;
    border-radius: 0;
    display: none;
    padding-left: 1rem;
  }
  .dropdown.open .dropdown-menu { display: block; }
  .header-phone {
    margin-top: 1rem;
    text-align: center;
  }
  .brand-text { display: none; }
  .brand img { height: 70px; }
}
@media (max-width: 600px) {
  .hero { min-height: 70vh; }
  .hero-content { padding: 3rem 1rem; }
  .form-card { padding: 1.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   Image-Handling — alle Bilder unverzerrt (object-fit: cover)
   ============================================================ */
.brand img {
  object-fit: contain;
  background: #0a0a0a;
}
.profile-photo {
  overflow: hidden;
  padding: 0;
  border: 3px solid #c9a449;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  border-radius: 50%;
}
.team-hero {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 3rem;
  aspect-ratio: 1500 / 1086;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
.full-banner {
  width: 100%;
  margin: 3rem 0 0;
  aspect-ratio: 1086 / 1448;
  max-height: 90vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0a0a0a;
}
@media (min-width: 700px) {
  .full-banner {
    aspect-ratio: 1086 / 1000;
  }
}
.feature-img-wrap {
  margin: 2rem auto;
  max-width: 1000px;
  aspect-ratio: 1500 / 1024;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}

/* ========== FORM SUBMIT — Animation & Banner ========== */
.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  vertical-align: -3px;
  animation: spinner-rotate 0.8s linear infinite;
}
@keyframes spinner-rotate { to { transform: rotate(360deg); } }
button.is-loading, input.is-loading {
  opacity: 0.85;
  cursor: progress;
  pointer-events: none;
}
.form-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 24px;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.form-banner.show { opacity: 1; transform: translateY(0); }
.form-banner-icon { font-size: 1.3rem; line-height: 1.2; flex-shrink: 0; }
.form-banner-success { background: #e9f6ec; color: #1a5d2b; border-left: 4px solid #2e7d3a; }
.form-banner-success .form-banner-icon { color: #2e7d3a; }
.form-banner-error { background: #fdecec; color: #7a1f1f; border-left: 4px solid #c62828; }
.form-banner-error .form-banner-icon { color: #c62828; }
.form-banner-info { background: #eef3fb; color: #1f3a6a; border-left: 4px solid #2855a3; }
.form-banner-info .form-banner-icon { color: #2855a3; }
@media (max-width: 600px) {
  .form-banner { margin-left: 12px; margin-right: 12px; font-size: 0.9rem; padding: 14px 16px; }
}

/* ========== ADDRESS GROUP — Strasse / PLZ / Ort / Land ========== */
.address-group {
  background: rgba(0,0,0,0.02);
  padding: 14px 16px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.06);
  margin-top: 0.6rem;
}
.address-legend {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5a4a1d;
  margin-bottom: 10px;
}
.address-grid {
  display: grid;
  grid-template-columns: 2.4fr 1fr 2fr 1.6fr;
  gap: 10px;
}
.address-grid input,
.address-grid select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 5px;
  font-size: 0.95rem;
  background: #fff;
  font-family: inherit;
}
.address-grid input:focus,
.address-grid select:focus {
  outline: 2px solid var(--gold, #c9a23a);
  outline-offset: -1px;
}
@media (max-width: 720px) {
  .address-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 460px) {
  .address-grid { grid-template-columns: 1fr; }
}

/* ========== LANGUAGE SWITCHER ========== */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  padding: 4px 8px;
  background: rgba(212, 175, 55, 0.08);
  border-radius: 4px;
  border: 1px solid rgba(212, 175, 55, 0.18);
}
.lang-switch button {
  background: none;
  border: none;
  color: #cbb87f;
  padding: 3px 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: inherit;
  transition: background 0.15s, color 0.15s;
}
.lang-switch button:hover {
  color: #f4d97c;
  background: rgba(212, 175, 55, 0.15);
}
.lang-switch button.active {
  background: #d4af37;
  color: #0a0a0a;
}
.lang-switch button + button { margin-left: 0; }
.lang-switch .sep {
  color: rgba(212, 175, 55, 0.35);
  font-weight: normal;
  padding: 0 1px;
  font-size: 10px;
}

/* Mobile: switcher kompakter */
@media (max-width: 900px) {
  .lang-switch {
    margin: 8px 12px 0;
    align-self: flex-start;
  }
  .lang-switch button { padding: 4px 8px; font-size: 12px; }
}

/* Hinweis-Banner für nicht-übersetzte Seiten */
.lang-page-note {
  max-width: 900px;
  margin: 18px auto 0;
  padding: 12px 18px;
  background: rgba(212, 175, 55, 0.08);
  border-left: 3px solid #d4af37;
  border-radius: 4px;
  font-size: 0.92rem;
  color: #5a4a1d;
  line-height: 1.5;
}

/* ========== SOCIAL ICONS — Original Brand Colors ========== */
.social-icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.social-icons a svg {
  width: 20px;
  height: 20px;
  display: block;
}
.social-icons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  filter: brightness(1.1);
}
.social-icons .social-fb {
  background: #1877F2;
  color: #fff;
}
.social-icons .social-ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

/* ========== WHATSAPP FLOATING BUTTON ========== */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0,0,0,0.2);
  z-index: 999;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: wa-pulse 2.6s ease-in-out infinite;
}
.whatsapp-float svg {
  width: 32px;
  height: 32px;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55), 0 4px 10px rgba(0,0,0,0.25);
  animation: none;
}
.whatsapp-float .whatsapp-tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #1a1a1a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  font-family: system-ui, sans-serif;
}
.whatsapp-float .whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #1a1a1a;
}
.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45), 0 0 0 0 rgba(37, 211, 102, 0.6); }
  50% { box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55), 0 0 0 12px rgba(37, 211, 102, 0); }
}
@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
  }
  .whatsapp-float svg { width: 28px; height: 28px; }
  .whatsapp-float .whatsapp-tooltip { display: none; }
}

/* ========== FORM VALIDATION — visuelles Feedback ========== */

/* Pflichtfeld-Sternchen — auffälliger */
.req {
  color: #c62828;
  font-weight: 700;
  margin-left: 2px;
}

/* User-invalid (HTML5: nur nach Erstinteraktion) */
.form-field input:user-invalid,
.form-field select:user-invalid,
.form-field textarea:user-invalid,
.address-grid input:user-invalid,
.address-grid select:user-invalid {
  border-color: #c62828;
  background: #fff5f5;
  outline-color: #c62828;
}

/* Optional fallback: für ältere Browser */
.form-field input:invalid:not(:placeholder-shown):not(:focus),
.form-field select:invalid:not(:focus),
.form-field textarea:invalid:not(:placeholder-shown):not(:focus) {
  border-color: #c62828;
  background: #fff5f5;
}

/* Hover/Focus: golden Border */
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.address-grid input:focus,
.address-grid select:focus {
  outline: 2px solid #c9a23a;
  outline-offset: -1px;
  border-color: #c9a23a;
}

/* Valid Indicator (grüner Border) */
.form-field input:user-valid:not(:placeholder-shown),
.form-field select:user-valid,
.form-field textarea:user-valid:not(:placeholder-shown) {
  border-color: #2e7d3a;
}

/* Required-Hint oben am Formular */
.form-required-hint {
  font-size: 0.88rem;
  color: #5a4a1d;
  margin-bottom: 1rem;
  padding: 8px 14px;
  background: rgba(212, 175, 55, 0.08);
  border-left: 3px solid #d4af37;
  border-radius: 4px;
}
.form-required-hint .req {
  font-size: 1rem;
}

/* ========== PHONE INPUT WITH PREFIX SELECT ========== */
.phone-input {
  display: flex;
  gap: 6px;
  width: 100%;
}
.phone-input .phone-prefix {
  flex: 0 0 auto;
  max-width: 145px;
  font-size: 0.95rem;
  padding: 10px 8px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
}
.phone-input .phone-number {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 5px;
  font-size: 0.95rem;
  font-family: inherit;
}
.phone-input .phone-prefix:focus,
.phone-input .phone-number:focus {
  outline: 2px solid #c9a23a;
  outline-offset: -1px;
}

@media (max-width: 540px) {
  .phone-input { flex-direction: column; gap: 4px; }
  .phone-input .phone-prefix { max-width: 100%; }
}

/* ========== FEATURE IMAGE SECTION (Limousine Showcase) ========== */
.feature-image-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #fafaf6 0%, #f5f1e8 100%);
}
.feature-image-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18), 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
}
.feature-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.feature-caption {
  max-width: 800px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 1rem;
  color: #5a4a1d;
  font-style: italic;
  line-height: 1.6;
  padding: 0 20px;
}

@media (max-width: 700px) {
  .feature-image-section { padding: 30px 0; }
  .feature-caption { font-size: 0.92rem; }
}

/* ========== COMPLIANCE CHECKBOXES ========== */
.consent-group {
  background: #faf8f0;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 6px;
  padding: 18px 22px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.consent-group .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #2a2a2a;
  cursor: pointer;
  padding: 4px 0;
}
.consent-group .consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #c9a23a;
  cursor: pointer;
}
.consent-group .consent span {
  flex: 1;
}
.consent-group .consent a {
  color: #a8862b;
  text-decoration: underline;
}
.consent-group .consent a:hover {
  color: #d4af37;
}
@media (max-width: 600px) {
  .consent-group { padding: 14px 16px; }
  .consent-group .consent { font-size: 0.85rem; }
}


/* ========== WHATSAPP BUTTON — Fix für sichtbares Logo ========== */
.whatsapp-float svg,
.whatsapp-float svg path {
  fill: #ffffff !important;
}
.whatsapp-float svg {
  width: 34px !important;
  height: 34px !important;
  display: block !important;
}
@media (max-width: 600px) {
  .whatsapp-float svg {
    width: 30px !important;
    height: 30px !important;
  }
}

/* ========== ADDRESS AUTOCOMPLETE SUGGESTIONS ========== */
.addr-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.18);
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  max-height: 280px;
  overflow-y: auto;
  display: none;
  margin-top: -1px;
}
.addr-suggestions.show {
  display: block;
}
.addr-suggestion {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f3f1e8;
  font-size: 0.92rem;
  color: #2a2a2a;
  line-height: 1.4;
  transition: background 0.12s;
}
.addr-suggestion:last-child {
  border-bottom: none;
}
.addr-suggestion:hover,
.addr-suggestion:focus {
  background: #faf8f0;
}
.addr-icon {
  font-size: 1rem;
  flex-shrink: 0;
  opacity: 0.7;
}
.addr-text {
  flex: 1;
}

/* ========== GEOLOCATION BUTTON ========== */
.address-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.geo-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #d4af37 0%, #c9a23a 100%);
  color: #0a0a0a;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-transform: none;
  font-family: inherit;
  transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.3);
}
.geo-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.45);
}
.geo-button:disabled {
  opacity: 0.7;
  cursor: progress;
  transform: none;
}
.geo-icon {
  font-size: 0.95rem;
  line-height: 1;
}
.geo-label {
  white-space: nowrap;
}
.geo-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(0,0,0,0.2);
  border-top-color: #0a0a0a;
  border-radius: 50%;
  animation: spinner-rotate 0.8s linear infinite;
}
.geo-message {
  margin-top: 10px;
  padding: 8px 12px;
  background: #fff5f5;
  color: #7a1f1f;
  border-left: 3px solid #c62828;
  border-radius: 4px;
  font-size: 0.85rem;
  display: none;
}
.geo-message-error {
  background: #fff5f5;
  color: #7a1f1f;
  border-left-color: #c62828;
}
@media (max-width: 540px) {
  .geo-button {
    width: 100%;
    justify-content: center;
  }
}

/* ========== HERO LEAD TEXT (goldene Beschreibung unter Subline) ========== */
.hero-lead {
  max-width: 760px;
  margin: 1.5rem auto 1.8rem;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #d4af37;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}
.hero-lead + .hero-lead {
  margin-top: 0.8rem;
}
.hero-lead strong {
  color: #f4d97c;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 700px) {
  .hero-lead {
    font-size: 0.98rem;
    margin: 1.2rem 12px 1.5rem;
  }
}


/* ========== WHATSAPP BUTTON — Final Fix für sichtbares Logo ========== */
.whatsapp-float svg,
.whatsapp-float svg path {
  fill: #ffffff !important;
  color: #ffffff !important;
}
.whatsapp-float svg {
  width: 34px !important;
  height: 34px !important;
  display: block !important;
}
.whatsapp-float .whatsapp-tooltip {
  display: none !important;
}
@media (max-width: 600px) {
  .whatsapp-float svg {
    width: 30px !important;
    height: 30px !important;
  }
}

/* ========== AUFTRAGSART TOGGLE ========== */
.auftrag-art-group {
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 1rem;
}
.auftrag-art-toggle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.auftrag-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border: 2px solid #e8dcb1;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  font-size: 0.96rem;
}
.auftrag-checkbox:hover {
  border-color: #d4af37;
  background: #fffaef;
}
.auftrag-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #d4af37;
  cursor: pointer;
  margin: 0;
}
.auftrag-checkbox input[type="checkbox"]:checked + span {
  color: #5a4a1d;
}
.auftrag-checkbox:has(input:checked) {
  border-color: #d4af37;
  background: #fffaef;
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.15);
}
.auftrag-checkbox strong {
  color: #a8862b;
  font-weight: 600;
}
.auftrag-hint {
  margin: 10px 0 0;
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
}
.auftrag-section {
  animation: expandIn 0.3s ease;
}
@keyframes expandIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
  .auftrag-checkbox { font-size: 0.9rem; padding: 8px 12px; }
}

/* ========== ADDRESS SUGGESTION — SCHWEIZ-MARKIERUNG ========== */
.addr-suggestion.addr-ch {
  background: linear-gradient(90deg, rgba(218,41,28,0.04) 0%, transparent 30%);
  border-left: 3px solid rgba(218,41,28,0.7);
}
.addr-suggestion.addr-ch:hover {
  background: linear-gradient(90deg, rgba(218,41,28,0.08) 0%, #faf8f0 60%);
}
.addr-suggestion .addr-icon {
  font-size: 1.05rem;
}
