@font-face { font-family: 'DM Sans'; src: url('assets/dm-sans-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('assets/dm-sans-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('assets/dm-sans-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('assets/dm-sans-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('assets/dm-sans-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('assets/jetbrains-mono-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('assets/jetbrains-mono-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('assets/jetbrains-mono-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; font-family: 'DM Sans', system-ui, sans-serif; background: #0a0a0a; color: #fafafa; -webkit-font-smoothing: antialiased; padding-top: 78px; }
a { color: #5eead4; text-decoration: none; }
a:hover { color: #0891b2; }
button, input, textarea { font: inherit; }
button:focus-visible, a:focus-visible, [role="button"]:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #5eead4; outline-offset: 3px; }
[data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1); }
[data-reveal].is-revealed { opacity: 1 !important; transform: translateY(0) !important; }
.mobile-menu { position: fixed; top: 76px; left: 0; right: 0; z-index: 99; display: none; flex-direction: column; padding: 12px 32px 20px; background: rgba(10,10,10,.97); border-top: 1px solid rgba(255,255,255,.1); }
.mobile-menu.is-open { display: flex; }
.mobile-menu a { padding: 14px 2px; font-size: 15px; color: #e5e5e5; border-bottom: 1px solid rgba(255,255,255,.06); }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 24px; background: rgba(8,8,8,.72); backdrop-filter: blur(8px); }
.modal[hidden] { display: none; }
.modal__panel { position: relative; width: min(560px, 100%); max-height: 88vh; overflow-y: auto; padding: 40px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #141414; box-shadow: 0 60px 140px -30px rgba(0,0,0,.7); }
.modal__close { position: absolute; top: 18px; right: 18px; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.step { animation: request-step-in .4s cubic-bezier(.16,1,.3,1); }
.progress { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; }
.progress i { width: 22px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.15); }
.progress i.is-active { background: #0d9488; }
.progress span { margin-left: 8px; color: #737373; font: 11px 'JetBrains Mono', monospace; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.option { padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.03); color: #fff; text-align: left; cursor: pointer; }
.option.is-selected { border-color: #0d9488; background: rgba(13,148,136,.14); }
.option small, .option em { display: block; margin-top: 4px; color: #a3a3a3; font-style: normal; font-size: 12px; line-height: 1.4; }
.option em { margin-top: 12px; color: #5eead4; font-family: 'JetBrains Mono', monospace; }
.addons .option { display: flex; align-items: center; gap: 10px; padding: 13px 14px; font-size: 13px; }
.check { width: 15px; height: 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 4px; color: transparent; text-align: center; font-size: 10px; }
.option.is-selected .check { border-color: #0d9488; background: #0d9488; color: #fff; }
.actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.primary, .secondary { border-radius: 8px; padding: 12px 26px; cursor: pointer; }
.primary { border: 0; background: #0d9488; color: #fff; font-weight: 600; box-shadow: 0 8px 24px rgba(13,148,136,.4); }
.primary:disabled { background: rgba(13,148,136,.35); color: rgba(255,255,255,.6); cursor: not-allowed; box-shadow: none; }
.secondary { border: 1px solid rgba(255,255,255,.15); background: transparent; color: #a3a3a3; }
.field { display: grid; gap: 6px; margin-bottom: 16px; color: #a3a3a3; font-size: 12px; }
.field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; padding: 11px 14px; background: #0d0d0d; color: #fff; }
.error { margin: 0; color: #f59e0b; font-size: 12px; }
.summary-row { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.summary-row button { border: 0; background: none; color: #5eead4; cursor: pointer; }
.zoom { z-index: 200; background: rgba(8,8,8,.86); }
.zoom .modal__panel { width: min(1200px, 90vw); max-width: none; height: min(85vh, 800px); padding: 0; overflow: hidden; background: #0a0a0a; }
.zoom img { width: 100%; height: 100%; object-fit: contain; }
.zoom p { position: absolute; right: 0; bottom: 0; left: 0; margin: 0; padding: 22px 26px 18px; background: linear-gradient(transparent,rgba(0,0,0,.65)); }
.scp0.scp1:hover { filter: grayscale(0) !important; transform: scale(1.015); box-shadow: 0 0 40px -6px rgba(13,148,136,.55); }
.tab-button.is-active { background: rgba(255,255,255,.14) !important; color: #fff !important; border-color: rgba(255,255,255,.22) !important; font-weight: 600 !important; box-shadow: 0 2px 12px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.15) !important; }
.tab-button:not(.is-active) { background: transparent !important; color: #a3a3a3 !important; border-color: transparent !important; font-weight: 500 !important; box-shadow: none !important; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes request-step-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1040px) { .nav-pill { display: none !important; } .nav-hamburger { display: flex !important; } }
@media (max-width: 760px) {
  .hero-media { position: relative !important; top: 0 !important; left: 0 !important; width: 100% !important; margin-top: 32px !important; }
  .hero-stage { min-height: auto !important; }
  .hero-stage > div[aria-hidden] { width: calc(100% + 56px) !important; }
  h1 { font-size: 38px !important; }
  [style*="grid-template-columns: 1fr 1fr 1fr"], [style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
  .modal { padding: 12px; } .modal__panel { padding: 32px 22px; } .option-grid { grid-template-columns: 1fr; }
  #einordnung { overflow: hidden; }
  .coverflow { overflow: hidden; }
}
.coverflow { position: relative; margin: 8px 0 24px; perspective: 1400px; overflow: visible; }
.coverflow__stage { position: relative; height: clamp(520px,54vw,540px); display: flex; justify-content: center; align-items: center; transform-style: preserve-3d; }
.coverflow__card { position: absolute; width: 280px; min-height: 380px; padding: 30px 26px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: #131313; color: #777; cursor: pointer; opacity: .55; filter: brightness(.72); transform: translateX(var(--offset,0px)) rotateY(var(--turn,0deg)) scale(.82); transition: transform .6s cubic-bezier(.16,1,.3,1), opacity .6s cubic-bezier(.16,1,.3,1), filter .6s cubic-bezier(.16,1,.3,1); display: flex; flex-direction: column; justify-content: space-between; }
.coverflow__card.is-active { z-index: 2; color: #d4d4d4; opacity: 1; filter: none; transform: translateX(0) scale(1); border-color: rgba(94,234,212,.4); background: linear-gradient(165deg,#161c1b,#0c0f0e); box-shadow: 0 30px 80px -20px rgba(13,148,136,.35); }
.coverflow__card p { margin: 0 0 12px; color: #666; font: 10px 'JetBrains Mono',monospace; letter-spacing: 2px; text-transform: uppercase; }.coverflow__card.is-active p,.coverflow__card.is-active strong { color: #5eead4; }.coverflow__card h3 { margin: 0 0 8px; color: #ccc; font-size: 20px; }.coverflow__card.is-active h3 { color:#fff; font-size:24px; }.coverflow__card span,.coverflow__card li { font-size:13px; line-height:1.5; }.coverflow__card ul { margin:0; padding-left:18px; }.coverflow__card strong { display:block; margin:20px 0 0; padding-top:16px; border-top:1px solid rgba(255,255,255,.08); color:#666; font-size:12.5px; line-height:1.5; }.coverflow__controls { display:flex; justify-content:center; align-items:center; gap:14px; margin-top:28px; }.coverflow__controls > button { width:44px; height:44px; border:1px solid rgba(255,255,255,.15); border-radius:50%; background:rgba(255,255,255,.04); color:#e5e5e5; font-size:17px; cursor:pointer; }.coverflow__dots { display:flex; gap:7px; }.coverflow__dots button { width:7px; height:7px; padding:0; border:0; border-radius:4px; background:rgba(255,255,255,.2); cursor:pointer; transition:all .3s; }.coverflow__dots button.is-active { width:22px; background:#0d9488; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }
