﻿:root {
  --bg: #36454f;
  --bg-soft: #8c7b70;
  --text: #36454f;
  --muted: #8c7b70;
  --white: #ffffff;
  --light: #f5f1e9;
  --line: #d8cfc4;
  --primary: #36454f;
  --primary-dark: #2b373f;
  --accent: #a3b18a;
  --radius: 18px;
  --shadow: 0 12px 30px rgba(54, 69, 79, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--light);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(245, 241, 233, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(216, 207, 196, 0.95);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo-nav-img {
  width: clamp(92px, 9.8vw, 132px);
  height: auto;
}

.desktop-nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-weight: 500;
}

.desktop-nav a,
.footer-links a,
.mobile-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.footer-links a:hover,
.mobile-nav a:hover {
  color: var(--primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(54, 69, 79, 0.28);
}

.btn:disabled {
  transform: none;
  box-shadow: none;
  opacity: 0.8;
  cursor: not-allowed;
}

.btn-secondary {
  background: rgba(245, 241, 233, 0.2);
  color: var(--white);
  border-color: rgba(245, 241, 233, 0.35);
}

.btn-secondary:hover {
  background: rgba(245, 241, 233, 0.32);
  border-color: rgba(245, 241, 233, 0.6);
}

.btn-dark-outline {
  background: rgba(54, 69, 79, 0.06);
  color: var(--text);
  border-color: rgba(54, 69, 79, 0.18);
}

.btn-dark-outline:hover {
  background: rgba(54, 69, 79, 0.12);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 12px 16px 18px;
  background: var(--white);
}

.mobile-nav.open {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mobile-cta {
  margin-top: 4px;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(54, 69, 79, 0.9), rgba(140, 123, 112, 0.7)),
    url("assets/images/hero-logistik-hell.png")
      center/cover no-repeat;
  color: var(--white);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(54, 69, 79, 0.2);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 98px 0;
  max-width: 820px;
}

.hero-logo {
  width: clamp(138px, 16vw, 186px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(54, 69, 79, 0.24);
}

.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 14px;
}

.hero-brand {
  margin: 0 0 8px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 241, 233, 0.84);
}

.hero-slogan {
  margin: 0 0 18px;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #f5f1e9;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hero-slogan::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--accent);
  border-radius: 99px;
}

.section-label.light {
  color: #d8cfc4;
}

.hero h1 {
  font-size: clamp(2.3rem, 4.8vw, 4.6rem);
  line-height: 1.06;
  margin: 0 0 18px;
  letter-spacing: -0.05em;
}

.hero-text {
  font-size: 1.1rem;
  max-width: 680px;
  color: rgba(245, 241, 233, 0.95);
  margin-bottom: 18px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(245, 241, 233, 0.18);
  border: 1px solid rgba(245, 241, 233, 0.35);
  font-size: 0.9rem;
  color: rgba(245, 241, 233, 0.98);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section {
  padding: 94px 0;
}

.section-slim {
  padding: 72px 0;
}

.bg-light {
  background: var(--white);
}

.bg-dark {
  background: var(--bg);
  color: var(--white);
}

.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.section h2,
.section-head h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -0.04em;
}

.section-head p {
  color: var(--muted);
  margin: 0;
}

.brand-slogan {
  margin-top: 12px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--accent) !important;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(216, 207, 196, 0.24);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  background: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trust-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #a3b18a;
}

.trust-title {
  margin: 0 0 4px;
  font-weight: 700;
}

.trust-stat {
  margin: 0 0 6px;
  font-size: 1.16rem;
  font-weight: 800;
  color: var(--bg-soft);
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card,
.application-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card {
  padding: 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: #a3b18a;
  box-shadow: 0 16px 30px rgba(54, 69, 79, 0.16);
}

.card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.section-split {
  overflow: hidden;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.split-grid.reverse {
  grid-template-columns: 1.08fr 1fr;
}

.split-grid.reverse .image-panel {
  order: 2;
}

.split-grid.reverse .split-content {
  order: 1;
}

.image-panel {
  min-height: 410px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
}

.image-ops {
  background-image:
    linear-gradient(140deg, rgba(54, 69, 79, 0.3), rgba(140, 123, 112, 0.26)),
    url("assets/images/unternehmen-lager-beratung.png");
}

.image-team {
  background-image:
    linear-gradient(140deg, rgba(54, 69, 79, 0.24), rgba(163, 177, 138, 0.24)),
    url("assets/images/bewerber-teamwork-hell.png");
}

.split-content p {
  color: var(--muted);
  margin: 0 0 12px;
}

.quick-list {
  margin: 14px 0 22px;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.quick-list li {
  color: rgba(255, 255, 255, 0.9);
}

.dark-list li {
  color: var(--text);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card {
  border: 1px solid rgba(216, 207, 196, 0.42);
  background: rgba(245, 241, 233, 0.08);
  border-radius: 16px;
  padding: 24px;
}

.why-number {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #f5f1e9;
}

.why-card h3 {
  margin: 0 0 8px;
}

.why-card p {
  margin: 0;
  color: rgba(245, 241, 233, 0.86);
}

.slider {
  position: relative;
}

.slider-track {
  position: relative;
  min-height: 260px;
}

.slide {
  display: none;
  border-radius: 24px;
  overflow: clip;
  min-height: 260px;
  border: 1px solid rgba(216, 207, 196, 0.42);
  background:
    linear-gradient(145deg, rgba(54, 69, 79, 0.94), rgba(140, 123, 112, 0.84)),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.1), transparent 42%);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(54, 69, 79, 0.22);
}

.slide:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(54, 69, 79, 0.92), rgba(163, 177, 138, 0.78)),
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.1), transparent 42%);
}

.slide:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(54, 69, 79, 0.9), rgba(140, 123, 112, 0.8)),
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.1), transparent 42%);
}

.slide.active {
  display: block;
}

.slide-main {
  padding: 40px 40px;
  align-self: center;
  max-width: 860px;
}

.slide-tag {
  display: inline-flex;
  margin: 0 0 12px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 6px 10px;
}

.slide-main h3 {
  margin: 0 0 8px;
  font-size: clamp(1.66rem, 2.6vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.slide-main p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
}

.slider-btn {
  position: static;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(54, 69, 79, 0.22);
  background: var(--white);
  color: var(--primary-dark);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(54, 69, 79, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.slider-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(54, 69, 79, 0.2);
}

.slider-controls {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  gap: 10px;
}

.slider-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.slider-dot {
  position: relative;
  overflow: hidden;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(140, 123, 112, 0.32);
  cursor: pointer;
  padding: 0;
}

.slider-dot-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: var(--primary);
  border-radius: inherit;
}

.slider-dot.active {
  background: rgba(54, 69, 79, 0.18);
}

.slider-dot:hover {
  transform: translateY(-1px);
}

.cta-contact {
  background: linear-gradient(180deg, #f5f1e9 0%, #ffffff 100%);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.cta-panel p {
  color: var(--muted);
}

.application-form {
  padding: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cdbfb2;
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(54, 69, 79, 0.12);
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-status {
  margin: 10px 0 0;
  font-size: 0.95rem;
  min-height: 1.3em;
}

.form-status.ok {
  color: #4b5f39;
}

.form-status.error {
  color: #b91c1c;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .desktop-nav,
  .desktop-btn {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .trust-grid,
  .cards,
  .why-grid,
  .split-grid,
  .split-grid.reverse,
  .cta-panel,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .split-grid.reverse .image-panel,
  .split-grid.reverse .split-content {
    order: initial;
  }

  .image-panel {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 72px 0;
  }

  .section-slim {
    padding: 60px 0;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-logo {
    width: min(52vw, 170px);
    margin-bottom: 14px;
  }

  .hero-proof {
    gap: 8px;
    margin-bottom: 22px;
  }

  .hero-proof span {
    font-size: 0.82rem;
    padding: 7px 10px;
  }

  .hero-brand {
    font-size: 0.76rem;
  }

  .hero-slogan {
    margin-bottom: 14px;
    font-size: 1rem;
    gap: 9px;
  }

  .hero-slogan::before {
    width: 24px;
  }

  .logo-nav-img {
    width: 98px;
  }

  .mobile-nav .btn-secondary {
    background: var(--white);
    color: var(--primary);
    border: 1px solid rgba(54, 69, 79, 0.26);
  }

  .slide-main {
    padding: 30px 24px 18px;
  }

  .slide-main h3 {
    font-size: 1.45rem;
  }

  .slider-controls {
    grid-template-columns: 44px 1fr 44px;
  }

  .slider-btn {
    width: 44px;
    height: 44px;
    font-size: 1.55rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
