/* ---------- CI: kicker-mit-logo.de ----------
   Orange #F97316 · Schwarz #111111 · Anthrazit #2E2E2E · Hellgrau #F5F5F5
   Headline-Font: Exo 2 (Bold Italic, selbst gehostet) als freie Alternative zu Eurostile Next */

@font-face {
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/exo2-italic-800.woff2") format("woff2");
}
@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/exo2-normal-700.woff2") format("woff2");
}

:root {
  --ink: #f5f5f5;
  --muted: #a8a8a8;
  --bg: #111111;
  --bg-alt: #191919;
  --card: #1e1e1e;
  --line: #303030;
  --accent: #f97316;
  --accent-strong: #fb8b3c;
  --accent-deep: #c2540a;
  --black: #111111;
  --anthrazit: #2e2e2e;
  --radius: 16px;
  --shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  --font-head: "Exo 2", "Segoe UI", system-ui, sans-serif;
}

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

body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-strong); }
::selection { background: var(--accent); color: #111; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 780px; }
.center { text-align: center; margin-top: 2rem; }

h1, h2 {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); line-height: 1.12; }
h2 { font-size: clamp(1.4rem, 3.2vw, 1.9rem); line-height: 1.2; }
h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.12rem; }

.lead { font-size: 1.12rem; color: var(--muted); margin-top: 1rem; }
.eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent-strong);
  background: rgba(249, 115, 22, 0.12); border: 1px solid rgba(249, 115, 22, 0.35);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 1rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 11px 22px; border-radius: 10px; border: 2px solid transparent;
  font-family: var(--font-head); font-style: italic; font-weight: 800; font-size: 0.95rem;
  text-transform: uppercase; letter-spacing: 0.03em; text-decoration: none; cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 15px 30px; font-size: 1.02rem; }
.btn-primary { background: var(--accent); color: #111; box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35); }
.btn-primary:hover { background: var(--accent-strong); }
.btn-ghost { border-color: #4a4a4a; color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-strong); }
.btn-dark { background: #111; color: #fff; }
.btn-dark:hover { background: #000; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(17, 17, 17, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.logo-img { height: 28px; width: auto; }
.footer-logo { height: 26px; width: auto; margin-bottom: 1rem; }
.wordmark { font-family: var(--font-head); font-style: italic; font-weight: 800; font-size: 1.16rem; letter-spacing: -0.01em; white-space: nowrap; }
.wordmark em { font-style: italic; color: var(--accent); }
.wordmark small { font-size: 0.72em; font-weight: 700; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.site-nav a:hover { color: var(--accent-strong); }
.site-nav .btn-nav { color: #111; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* ---------- Hero mit CI-Banner ---------- */
.hero-banner { background: #0a0a0a; border-bottom: 1px solid var(--line); }
.hero-banner img { width: 100%; max-width: 1780px; margin: 0 auto; }
.hero {
  background:
    radial-gradient(700px 340px at 85% 0%, rgba(249, 115, 22, 0.12), transparent 65%),
    var(--bg);
  text-align: center;
}
.hero-inner { padding: 56px 0 64px; max-width: 820px; margin: 0 auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.8rem; justify-content: center; }
.hero-usps { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 1.9rem; justify-content: center; }
.hero-usps li { position: relative; padding-left: 26px; font-size: 0.92rem; color: var(--muted); font-weight: 600; }
.hero-usps li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  width: 19px; height: 19px; border-radius: 50%; background: var(--accent); color: #111;
  font-size: 0.7rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
}

/* ---------- Sektionen ---------- */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 640px; margin-bottom: 2.6rem; }
.section-head p { color: var(--muted); margin-top: 0.7rem; }
.page-head {
  background: radial-gradient(600px 300px at 80% 0%, rgba(249, 115, 22, 0.1), transparent 65%), var(--bg);
  padding: 56px 0 40px;
}

/* ---------- Karten / Produkte ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; }
.badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--accent); color: #111; font-size: 0.75rem; font-weight: 800;
  font-family: var(--font-head); font-style: italic; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.product-img { background: #161616; padding: 22px; border-bottom: 1px solid var(--line); }
.card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.product-desc { color: var(--muted); font-size: 0.95rem; margin-top: 0.5rem; }
.features { list-style: none; margin: 1rem 0 1.4rem; display: grid; gap: 7px; }
.features li { position: relative; padding-left: 24px; font-size: 0.9rem; color: #d6d6d6; }
.features li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.card-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.price { font-family: var(--font-head); font-style: italic; font-weight: 800; font-size: 1.1rem; }
.price small { font-family: "Segoe UI", sans-serif; font-style: normal; font-weight: 500; color: var(--muted); font-size: 0.72rem; }

/* ---------- Schritte / Branding ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.step-num {
  display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border-radius: 12px; background: var(--accent); color: #111;
  font-family: var(--font-head); font-style: italic; font-weight: 800; font-size: 1.1rem; margin-bottom: 1rem;
}
.step p { color: var(--muted); font-size: 0.94rem; margin-top: 0.5rem; }
.branding-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
.branding-item { border-left: 3px solid var(--accent); padding: 4px 0 4px 18px; }
.branding-item p { color: var(--muted); font-size: 0.93rem; margin-top: 0.4rem; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; position: relative; padding-right: 30px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 10px; font-size: 1.4rem; color: var(--accent); font-weight: 400; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--muted); padding-bottom: 16px; }

/* ---------- CTA-Banner (Orange) ---------- */
.cta-banner { background: linear-gradient(100deg, var(--accent) 0%, #ff9142 100%); color: #111; padding: 56px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-inner p { color: rgba(17, 17, 17, 0.75); margin-top: 0.4rem; font-weight: 600; }

/* ---------- Formular ---------- */
.anfrage-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; align-items: start; }
.form-card { padding: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"],
.form-field select, .form-field textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid #3c3c3c; border-radius: 10px;
  font: inherit; background: #161616; color: var(--ink);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
}
.form-field input[type="file"] { font-size: 0.9rem; color: var(--muted); }
.form-consent label { display: flex; gap: 10px; font-weight: 400; font-size: 0.88rem; color: var(--muted); }
.form-consent input { margin-top: 4px; accent-color: var(--accent); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-status { margin-top: 14px; font-weight: 600; min-height: 1.4em; }
.form-status.success { color: #4ade80; }
.form-status.error { color: #f87171; }
.aside-card { padding: 24px; margin-bottom: 20px; }
.aside-steps { margin: 0.8rem 0 0 1.2rem; display: grid; gap: 8px; color: var(--muted); font-size: 0.94rem; }

/* ---------- Rechtstexte ---------- */
.legal h2 { font-size: 1.2rem; margin: 2rem 0 0.6rem; }
.legal p { color: var(--muted); }
.placeholder-note {
  background: rgba(249, 115, 22, 0.1); border: 1px solid rgba(249, 115, 22, 0.4); border-radius: 10px;
  padding: 14px 18px; color: #fdba74 !important; font-weight: 600;
}

/* ---------- Footer ---------- */
.site-footer { background: #0c0c0c; border-top: 1px solid var(--line); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding: 56px 20px 32px; }
.footer-brand { font-size: 1.2rem; margin-bottom: 0.6rem; }
.footer-title { font-family: var(--font-head); font-weight: 700; margin-bottom: 0.8rem; }
.footer-muted { color: rgba(255, 255, 255, 0.55); font-size: 0.92rem; }
.site-footer a { display: block; color: rgba(255, 255, 255, 0.7); text-decoration: none; margin-bottom: 8px; font-size: 0.94rem; }
.site-footer a:hover { color: var(--accent-strong); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 20px; }
.footer-bottom p { color: rgba(255, 255, 255, 0.45); font-size: 0.85rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
  .anfrage-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #141414; border-bottom: 1px solid var(--line); padding: 10px 20px 20px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .site-nav .btn-nav { text-align: center; margin-top: 8px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-inner { padding: 40px 0 48px; }
}
