:root {
  --black: #050505;
  --zinc: #111113;
  --zinc-2: #18181b;
  --white: #ffffff;
  --text: #f4f4f5;
  --muted: #d4d4d8;
  --orange: #f97316;
  --red: #b91c1c;
  --yellow: #facc15;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #f4f4f5; color: #18181b; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(5,5,5,.95); color: white; border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 16px; }
.logo { height: 66px; width: auto; object-fit: contain; filter: drop-shadow(0 0 14px rgba(249,115,22,.35)); }
.brand strong { display: block; font-size: clamp(1.2rem, 2vw, 1.7rem); letter-spacing: .02em; }
.brand small { display: block; color: #d4d4d8; margin-top: 5px; }
.nav { display: flex; gap: 22px; font-weight: 800; font-size: .95rem; }
.nav a:hover { color: var(--orange); }

.hero-wrap { padding: 24px 16px 48px; background: linear-gradient(180deg, #111113, #f4f4f5); }
.hero { position: relative; height: 72vh; min-height: 560px; max-width: 1180px; margin: 0 auto; overflow: hidden; border-radius: 30px; background: black; box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.hero-slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transform: scale(1); transition: opacity 1s ease, transform 6.5s ease; }
.hero-slide.active { opacity: 1; transform: scale(1.06); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.36), rgba(0,0,0,.12)); }
.hero-content { position: relative; z-index: 5; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(32px, 6vw, 76px); color: white; }
.badge { display: inline-flex; width: fit-content; background: rgba(249,115,22,.86); padding: 10px 16px; border-radius: 999px; font-weight: 900; box-shadow: 0 12px 32px rgba(0,0,0,.25); }
h1 { max-width: 900px; margin: 22px 0 0; font-size: clamp(2.6rem, 6.5vw, 6rem); line-height: .95; text-transform: uppercase; text-shadow: 0 4px 25px rgba(0,0,0,.6); }
.hero-content p { font-size: clamp(1.1rem, 2vw, 1.4rem); color: #e4e4e7; max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; min-height: 48px; padding: 0 24px; font-weight: 900; border: 1px solid transparent; }
.btn-primary { background: linear-gradient(135deg, var(--yellow), var(--orange), var(--red)); color: #111; box-shadow: 0 16px 35px rgba(249,115,22,.32); }
.btn-secondary { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.slider-dots { position: absolute; z-index: 8; left: 14px; right: 14px; bottom: 12px; display: flex; gap: 4px; }
.slider-dots button { flex: 1; height: 6px; border: 0; border-radius: 999px; background: rgba(255,255,255,.25); padding: 0; }
.slider-dots button.active { background: var(--orange); }

.section { padding: 76px 0; }
.dark-section { background: linear-gradient(180deg, #0b0b0c, #18181b); color: white; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--orange); text-transform: uppercase; font-weight: 900; letter-spacing: .16em; font-size: .82rem; }
.section-title h2, .contact-section h2, .imprint-section h2 { margin: 0 0 28px; font-size: clamp(2rem, 4vw, 3.4rem); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { border-radius: 26px; min-height: 250px; padding: 30px; background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 20px 60px rgba(0,0,0,.25); border-top: 5px solid var(--accent); }
.card-orange { --accent: var(--orange); }
.card-red { --accent: var(--red); }
.card-yellow { --accent: var(--yellow); }
.card h3 { margin: 0 0 18px; color: var(--accent); font-size: 1.6rem; }
.card p { line-height: 1.9; color: #e4e4e7; }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.lead { color: #52525b; font-size: 1.1rem; line-height: 1.7; }
.contact-box { margin-top: 24px; padding: 24px; border-left: 5px solid var(--orange); border-radius: 20px; background: #f4f4f5; box-shadow: 0 12px 35px rgba(0,0,0,.08); }
.contact-box a { color: #c2410c; font-weight: 900; }
.contact-form { padding: 28px; border-radius: 24px; background: #f4f4f5; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; font-weight: 900; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d4d4d8; border-radius: 12px; font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(249,115,22,.25); border-color: var(--orange); }
.hint { color: #71717a; font-size: .9rem; line-height: 1.5; }

.imprint-section { background: #f4f4f5; }
.imprint-box { background: white; padding: 34px; border-radius: 24px; border-left: 6px solid var(--orange); box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.footer { background: #050505; color: #d4d4d8; }
.footer-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer a { color: var(--orange); font-weight: 900; }

@media (max-width: 860px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .nav { width: 100%; justify-content: space-between; gap: 10px; }
  .hero { min-height: 520px; height: 68vh; }
  .cards, .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 20px 0; }
}
