/* ============================================================
   DigHelp — Design System 2025
   Font: Manrope · Dark Navy · Electric Blue
   ============================================================ */

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

:root {
  --bg:       #070f2a;
  --bg-card:  rgba(16,38,96,0.82);
  --border:   rgba(255,255,255,0.18);
  --blue:     #2563eb;
  --blue-m:   #3b82f6;
  --blue-l:   #60a5fa;
  --cyan:     #06b6d4;
  --cyan-l:   #22d3ee;
  --white:    #ffffff;
  --text:     #ffffff;
  --muted:    #ffffff;
  --subtle:   #7aaad8;
  --ease:     cubic-bezier(0.16,1,0.3,1);
}

html { scroll-behavior: smooth; scroll-padding-top: 68px; }
body { background: var(--bg); color: var(--text); font-family: 'Manrope', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 99px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ── SECTION HEADERS ─────────────────────────────────── */
.sec-kicker { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--blue-l); margin-bottom: 10px; }
.sec-title  { font-size: clamp(26px,3.5vw,40px); font-weight: 800; letter-spacing: -1px; color: var(--white); line-height: 1.1; }
.sec-sub    { font-size: 15px; color: rgba(255,255,255,0.5); margin-top: 12px; max-width: 520px; line-height: 1.6; }
.ref-more   { text-align: center; margin-top: 32px; font-size: 14px; color: rgba(255,255,255,0.38); }
.ref-more a { color: var(--blue-l); text-decoration: underline; text-underline-offset: 3px; }
.sec-header { text-align: center; margin-bottom: 48px; }

/* ── HEADER ──────────────────────────────────────────── */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 64px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  border-bottom: 1px solid transparent;
}
#header.scrolled {
  background: rgba(7,15,42,0.94);
  backdrop-filter: blur(20px);
  border-bottom-color: rgba(255,255,255,0.08);
  box-shadow: 0 1px 40px rgba(0,0,0,0.4);
}
.nav-wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 64px; display: flex; align-items: center; }

.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.logo-img {
  height: 40px;
  width: 72px;
  object-fit: cover;
  object-position: 100% center;
  mix-blend-mode: screen;
  flex-shrink: 0;
  image-rendering: -webkit-optimize-contrast;
}
.logo-text { font-size: 18px; font-weight: 800; letter-spacing: -0.4px; color: var(--white); }
.logo-text span { color: var(--blue-l); }

.nav-links { display: flex; gap: 2px; margin-right: 20px; }
.nav-links a { padding: 7px 14px; border-radius: 6px; font-size: 14px; font-weight: 500; color: var(--muted); text-decoration: none; transition: color 0.18s, background 0.18s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.04); }
.nav-links a.active { color: var(--blue-l); }

.nav-cta { padding: 8px 20px; border-radius: 7px; font-size: 13px; font-weight: 700; color: #000; text-decoration: none; background: linear-gradient(135deg, var(--blue-m), var(--cyan-l)); box-shadow: 0 0 20px rgba(37,99,235,0.3); transition: all 0.2s; }
.nav-cta:hover { box-shadow: 0 0 32px rgba(37,99,235,0.5); transform: translateY(-1px); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: 12px; }
.hamburger span { display: block; width: 20px; height: 1.5px; background: var(--muted); transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; z-index: 99; background: rgba(7,15,42,0.97); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 12px 16px 20px; flex-direction: column; gap: 4px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: 12px 16px; border-radius: 8px; font-size: 15px; font-weight: 500; color: #d8eaf8; text-decoration: none; transition: all 0.15s; }
.mobile-nav a:hover { color: var(--white); background: rgba(255,255,255,0.04); }
.mobile-nav a:last-child { background: linear-gradient(135deg,var(--blue),var(--cyan)); color: #000; font-weight: 700; text-align: center; margin-top: 8px; }

/* ── HERO ────────────────────────────────────────────── */
#hero { position: relative; overflow: hidden; min-height: 100svh; display: flex; align-items: center; padding: 100px 0 72px; }
#particle-canvas { position: absolute; inset: 0; z-index: 0; opacity: 0.7; }
.aurora-wrap { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; animation: blob-float 20s ease-in-out infinite; will-change: transform; }
.blob-1 { width: 700px; height: 700px; top: -200px; right: -80px; background: radial-gradient(circle, #1d4ed8, #0891b2 60%, transparent 80%); }
.blob-2 { width: 520px; height: 520px; top: 20%; left: -160px; background: radial-gradient(circle, #2563eb, #0e7490 50%, transparent 75%); animation-delay: -7s; }
.blob-3 { width: 400px; height: 400px; bottom: -80px; right: 25%; background: radial-gradient(circle, #06b6d4, #1d4ed8 50%, transparent 75%); animation-delay: -14s; opacity: 0.32; }
@keyframes blob-float { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(40px,-30px) scale(1.04)} 66%{transform:translate(-20px,40px) scale(0.96)} }
.hero-grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle,rgba(148,163,184,0.08) 1px,transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(ellipse 70% 60% at 60% 40%, black 10%, transparent 75%); }

.hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 500px; gap: 56px; align-items: center; width: 100%; }

/* Status pill */
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px 5px 10px; border-radius: 999px; background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.22); font-size: 12px; font-weight: 600; color: var(--blue-l); margin-bottom: 24px; opacity: 0; animation: rev .6s .1s var(--ease) forwards; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:.3} }

.hero-h1 { font-size: clamp(52px,8vw,104px); font-weight: 800; line-height: 0.97; letter-spacing: -3px; color: var(--white); margin-bottom: 24px; opacity: 0; animation: rev .7s .18s var(--ease) forwards; text-shadow: 0 0 120px rgba(96,165,250,0.18), 0 0 60px rgba(37,99,235,0.12); }
.word-gradient { background: linear-gradient(100deg, #93c5fd 0%, var(--cyan-l) 45%, #a5b4fc 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 200%; animation: shimmer 5s linear infinite; }
@keyframes shimmer { to { background-position: 200% center; } }

.hero-sub { font-size: 17px; color: #ffffff; line-height: 1.7; max-width: 480px; margin-bottom: 36px; opacity: 0; animation: rev .7s .26s var(--ease) forwards; }

.hero-ctas { display: flex; gap: 14px; opacity: 0; animation: rev .7s .34s var(--ease) forwards; }

@keyframes rev { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }

/* Buttons */
.cta-main { padding: 13px 28px; border-radius: 9px; font-size: 14px; font-weight: 700; color: #fff; text-decoration: none; background: linear-gradient(135deg, var(--blue), var(--cyan)); transition: all 0.2s; box-shadow: 0 0 28px rgba(37,99,235,0.35); display: inline-block; }
.cta-main:hover { box-shadow: 0 0 44px rgba(37,99,235,0.55); transform: translateY(-2px); }
.cta-ghost { padding: 13px 28px; border-radius: 9px; font-size: 14px; font-weight: 600; color: #d0e4f8; text-decoration: none; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.04); transition: all 0.2s; }
.cta-ghost:hover { color: var(--white); border-color: rgba(255,255,255,0.18); }

/* Hero right card */
.hero-card { background: rgba(6,14,44,0.75); border: 1px solid rgba(37,99,235,0.25); border-radius: 18px; padding: 32px; backdrop-filter: blur(12px); position: relative; overflow: hidden; opacity: 0; animation: rev .7s .24s var(--ease) forwards; }
.hero-card::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background: linear-gradient(90deg,transparent,rgba(37,99,235,0.6),rgba(6,182,212,0.4),transparent); }
.hero-card-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #7aaad8; margin-bottom: 20px; }

.hc-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.hc-item:last-of-type { border-bottom: none; }
.hc-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.hc-dot.active { background: #22c55e; box-shadow: 0 0 8px rgba(34,197,94,0.7); }
.hc-info { flex: 1; min-width: 0; }
.hc-name { font-size: 15px; font-weight: 600; color: #e8eeff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hc-sub  { font-size: 12px; color: #ffffff; margin-top: 3px; opacity: 0.7; }
.hc-badge { padding: 3px 10px; border-radius: 5px; font-size: 11px; font-weight: 700; letter-spacing: .5px; flex-shrink: 0; }
.hc-badge       { background: rgba(37,99,235,0.12); color: var(--blue-l); border: 1px solid rgba(37,99,235,0.2); }
.hc-badge.new   { background: rgba(6,182,212,0.12); color: var(--cyan-l); border: 1px solid rgba(6,182,212,0.25); }
.hc-divider { height: 1px; background: rgba(255,255,255,0.05); margin: 16px 0; }
.hc-stats { display: flex; gap: 0; }
.hc-stat { flex: 1; text-align: center; padding: 10px 0; border-right: 1px solid rgba(255,255,255,0.05); }
.hc-stat:last-child { border-right: none; }
.hc-num { display: block; font-size: 24px; font-weight: 800; color: var(--blue-l); letter-spacing: -0.5px; }
.hc-lbl { display: block; font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 3px; }

/* ── BENTO GRID ──────────────────────────────────────── */
#leistungen { padding: 88px 0; border-top: 1px solid var(--border); }

/* 6-Spalten-Grid für pixelgenaue Aufteilung:
   Row 1: KI(4) + Cloud(2)           → 66% / 33%
   Row 2: Security(2) + Consulting(2) + Netzwerk(2) → je 33%
   Row 3: PM(3) + Webdesign(3)        → je 50%, gleich groß nebeneinander */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 260px; gap: 12px; }

.bc { position: relative; border-radius: 14px; overflow: hidden; background: var(--bg-card); border: 1px solid var(--border); backdrop-filter: blur(8px); padding: 26px; display: flex; flex-direction: column; transition: border-color .25s, transform .3s cubic-bezier(0.16,1,0.3,1), box-shadow .3s; cursor: default; }

/* Top-Akzentlinie: 2px, immer sichtbar, bei Hover von Mitte nach außen */
.bc::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(96,165,250,0.70), rgba(34,211,238,0.55), transparent);
  opacity: 0.60;
  transition: opacity .3s, left .45s cubic-bezier(0.16,1,0.3,1), right .45s cubic-bezier(0.16,1,0.3,1);
  z-index: 2;
  pointer-events: none;
}
.bc:hover::before { left: 0; right: 0; opacity: 1; }

/* bc-ai hat eigene statische .bc-top-line */
.bc-ai::before { display: none; }

/* Grain-Textur */
.bc::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.12;
  border-radius: inherit;
  pointer-events: none;
  mix-blend-mode: soft-light;
  z-index: 1;
}

.bc:hover { border-color: rgba(96,165,250,0.38); transform: translateY(-2px); box-shadow: 0 20px 56px rgba(0,0,0,0.5), 0 0 32px rgba(37,99,235,0.14); }

/* Row 1: KI featured (4/6) | Cloud (2/6) */
.bc-ai { grid-column: span 4; background: linear-gradient(140deg, rgba(29,78,216,0.30), rgba(6,182,212,0.12), rgba(16,38,96,0.85)); border-color: rgba(96,165,250,0.40); }
.bc-ai:hover { box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 48px rgba(37,99,235,0.15); }
.bc-ai .bc-num { display: none; }

/* Standard-Kacheln: sichtbarer Gradient + blaue Border */
.bc-std {
  grid-column: span 2;
  background: linear-gradient(150deg, rgba(29,78,216,0.28) 0%, rgba(6,182,212,0.06) 45%, rgba(7,15,42,0.92) 100%);
  border-color: rgba(96,165,250,0.22);
}

/* Row 3: PM und Webdesign – beide gleich breit (3/6 = 50%) */
.bento .bc:nth-child(6),
.bento .bc:nth-child(7) { grid-column: span 3; }

.bc-top-line { position: absolute; top:0; left:0; right:0; height:1.5px; background: linear-gradient(90deg,transparent,var(--blue),var(--cyan),transparent); }
.bc-glow { position: absolute; bottom:-80px; right:-80px; width: 220px; height: 220px; border-radius:50%; background: radial-gradient(circle, rgba(37,99,235,0.2),transparent 65%); pointer-events:none; animation: glow-p 3s ease-in-out infinite; }
@keyframes glow-p { 0%,100%{opacity:.5;transform:scale(1)} 50%{opacity:1;transform:scale(1.12)} }

.bc-pill { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--cyan-l); background: rgba(6,182,212,0.08); border: 1px solid rgba(6,182,212,0.2); margin-bottom: 10px; width: fit-content; position: relative; z-index: 2; }

.bc-icon-wrap { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; flex-shrink: 0; position: relative; z-index: 2; transition: box-shadow .35s, border-color .25s; }
.bc-icon-wrap svg { width: 19px; height: 19px; color: var(--blue-l); }
.bc:hover .bc-icon-wrap { box-shadow: 0 0 18px rgba(37,99,235,0.22); border-color: rgba(96,165,250,0.4); }
.bc-ai .bc-icon-wrap { width: 46px; height: 46px; background: rgba(37,99,235,0.12); border-color: rgba(37,99,235,0.25); margin-bottom: 14px; }
.bc-ai .bc-icon-wrap svg { width: 22px; height: 22px; }
.bc-ai:hover .bc-icon-wrap { box-shadow: 0 0 28px rgba(37,99,235,0.35); border-color: rgba(96,165,250,0.55); }

/* Typografie: klarer, besser lesbar */
.bc-num { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: var(--blue-l); text-transform: uppercase; margin-bottom: 8px; opacity: 0.45; position: relative; z-index: 2; }
.bc-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; letter-spacing: -0.3px; line-height: 1.25; position: relative; z-index: 2; }
.bc-ai .bc-title { font-size: 22px; letter-spacing: -0.6px; margin-bottom: 10px; color: #e0f2fe; }
.bc-desc { font-size: 13.5px; color: rgba(255,255,255,0.75); line-height: 1.65; position: relative; z-index: 2; }
.bc-ai .bc-desc { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.88); }
.bc-link { margin-top: auto; font-size: 12.5px; font-weight: 700; color: var(--blue-l); display: flex; align-items: center; gap: 5px; padding-top: 12px; position: relative; z-index: 2; transition: gap .2s, color .2s; }
.bc:hover .bc-link { gap: 9px; color: #93c5fd; }
.bc-arrow { transition: transform .2s; }
.bc-ai:hover .bc-arrow { transform: translateX(4px); }

/* ── KI FEATURE ──────────────────────────────────────── */
#ki-feature { padding: 88px 0; border-top: 1px solid var(--border); }
.ki-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ki-h2 { font-size: clamp(26px,3.5vw,42px); font-weight: 800; letter-spacing: -1.2px; color: var(--white); line-height: 1.1; margin: 12px 0 18px; }
.ki-h2 em { font-style: normal; background: linear-gradient(90deg,var(--blue-l),var(--cyan-l)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.ki-p { font-size: 16px; color: #ffffff; line-height: 1.7; margin-bottom: 24px; }
.ki-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.ki-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #ffffff; line-height: 1.55; }
.ki-list li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }
.ki-list li strong { color: #ffffff; font-weight: 700; }

/* KI Stats Dashboard */
.kv-dash {
  background: rgba(5,12,36,0.90);
  border: 1px solid rgba(37,99,235,0.25);
  border-radius: 16px;
  padding: 26px;
  backdrop-filter: blur(14px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.55), 0 0 64px rgba(37,99,235,0.12);
  position: relative;
  overflow: hidden;
}
.kv-dash::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,0.8), rgba(6,182,212,0.6), transparent);
}
.kv-dash::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.15), transparent 65%);
  pointer-events: none;
}

.kv-dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.kv-live { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: 0.3px; }
.kv-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 8px rgba(34,197,94,0.7); animation: pulse-dot 2s infinite; flex-shrink: 0; }
.kv-live-badge { font-size: 9px; font-weight: 800; letter-spacing: 2px; color: #22c55e; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2); border-radius: 4px; padding: 2px 8px; }

.kv-nums { display: flex; align-items: stretch; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; overflow: hidden; margin-bottom: 22px; }
.kv-n { flex: 1; text-align: center; padding: 18px 10px 14px; }
.kv-sep { width: 1px; background: rgba(255,255,255,0.05); flex-shrink: 0; }
.kv-n-val { font-size: 34px; font-weight: 800; color: var(--blue-l); letter-spacing: -1.5px; line-height: 1; margin-bottom: 6px; }
.kv-n-val sup { font-size: 14px; font-weight: 700; letter-spacing: 0; color: var(--cyan-l); vertical-align: super; }
.kv-n-lbl { font-size: 10px; color: var(--muted); font-weight: 500; line-height: 1.35; }

.kv-bars { display: flex; flex-direction: column; gap: 13px; margin-bottom: 22px; }
.kv-bar-row { display: flex; align-items: center; gap: 10px; }
.kv-bl { font-size: 11px; font-weight: 600; color: var(--muted); width: 110px; flex-shrink: 0; }
.kv-bt { flex: 1; height: 5px; background: rgba(255,255,255,0.07); border-radius: 99px; overflow: hidden; }
.kv-bf { height: 100%; width: 0; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--cyan-l)); transition: width 1.4s var(--ease); }
.kv-bf.animated { width: var(--pct); }
.kv-bv { font-size: 11px; font-weight: 700; color: var(--blue-l); width: 32px; text-align: right; flex-shrink: 0; }

.kv-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 9px; background: rgba(37,99,235,0.1); border: 1px solid rgba(37,99,235,0.28); color: var(--blue-l); font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.2s; letter-spacing: 0.2px; position: relative; z-index: 1; }
.kv-btn:hover { background: rgba(37,99,235,0.2); border-color: rgba(96,165,250,0.4); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(37,99,235,0.2); }

/* ── REFERENZEN ──────────────────────────────────────── */
#referenzen { padding: 88px 0; border-top: 1px solid var(--border); }
.ref-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.ref-card { display: flex; align-items: flex-start; gap: 18px; padding: 24px 26px; border-radius: 14px; border: 1px solid var(--border); background: var(--bg-card); text-decoration: none; transition: all .25s; position: relative; overflow: hidden; }
.ref-card::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background:linear-gradient(90deg,transparent,rgba(96,165,250,0.35),transparent); opacity:0; transition:opacity .25s; }
.ref-card:hover { border-color: rgba(96,165,250,0.22); transform: translateY(-2px); background: rgba(8,18,40,0.8); }
.ref-card:hover::before { opacity:1; }
.ref-idx { font-size: 32px; font-weight: 800; color: rgba(37,99,235,0.1); letter-spacing: -2px; line-height: 1; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.ref-name { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 6px; letter-spacing: -0.2px; }
.ref-desc { font-size: 13px; color: #ffffff; line-height: 1.6; margin-bottom: 10px; opacity: 0.8; }
.ref-url  { font-size: 12px; font-weight: 600; color: var(--blue-l); opacity: 0.6; display: inline-flex; align-items: center; gap: 4px; transition: all .2s; }
.ref-url svg { width: 10px; height: 10px; }
.ref-card:hover .ref-url { color: var(--blue-l); }

/* ── KONTAKT ─────────────────────────────────────────── */
#kontakt { padding: 88px 0; border-top: 1px solid var(--border); }
.contact-wrap { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
.contact-h2 { font-size: clamp(28px,4vw,50px); font-weight: 800; letter-spacing: -1.5px; color: var(--white); line-height: 1.05; margin: 12px 0 28px; }
.contact-h2 span { background: linear-gradient(90deg,var(--blue-l),var(--cyan-l)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.contact-methods { display: flex; flex-direction: column; gap: 10px; }
.cm { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 11px; border: 1px solid var(--border); background: rgba(255,255,255,0.02); text-decoration: none; transition: all .2s; }
.cm:hover { border-color: rgba(96,165,250,0.22); background: rgba(37,99,235,0.04); }
.cm-icon { width: 36px; height: 36px; border-radius: 8px; flex-shrink:0; background: rgba(37,99,235,0.08); border: 1px solid rgba(37,99,235,0.15); display:flex; align-items:center; justify-content:center; }
.cm-icon svg { width: 16px; height: 16px; color: var(--blue-l); }
.cm-l { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.cm-v { font-size: 14px; font-weight: 600; color: #ffffff; margin-top: 1px; }

/* Form */
.contact-form { background: rgba(6,14,42,0.6); border: 1px solid var(--border); border-radius: 16px; padding: 32px; position: relative; overflow: hidden; }
.contact-form::before { content:''; display:block; height:1px; margin: -32px -32px 28px; background: linear-gradient(90deg,transparent,rgba(37,99,235,0.45),rgba(6,182,212,0.3),transparent); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.f-g { margin-bottom: 12px; }
.f-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.f-input { width: 100%; padding: 11px 14px; border-radius: 8px; font-family: inherit; font-size: 14px; background: rgba(5,11,32,0.85); border: 1px solid rgba(255,255,255,0.10); color: var(--white); outline: none; transition: border-color .18s, box-shadow .18s; }
.f-input::placeholder { color: #4a7298; }
.f-input:focus { border-color: rgba(96,165,250,0.4); box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
select.f-input { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2360a5fa' stroke-width='2'%3E%3Cpath d='M19 9l-7 7-7-7'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 15px; padding-right: 36px; }
textarea.f-input { resize: none; line-height: 1.6; }
.f-check { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0; }
.f-check input { margin-top: 2px; width: 15px; height: 15px; accent-color: var(--blue); flex-shrink:0; cursor:pointer; }
.f-check label { font-size: 12px; color: var(--muted); line-height: 1.5; cursor: pointer; }
.f-check a { color: var(--blue-l); }
.f-submit { width: 100%; padding: 14px; border-radius: 9px; border: none; cursor: pointer; background: linear-gradient(135deg,var(--blue),var(--cyan)); font-family: inherit; font-size: 14px; font-weight: 700; color: #fff; transition: all .2s; box-shadow: 0 0 24px rgba(37,99,235,0.3); letter-spacing: 0.2px; }
.f-submit:hover { box-shadow: 0 0 40px rgba(37,99,235,0.5); transform: translateY(-1px); }

/* Feedback-Banner nach Formular-Absenden */
.form-feedback {
  display: none;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.form-feedback--ok  { background: rgba(16,185,129,0.12); border: 1px solid rgba(16,185,129,0.35); color: #6ee7b7; }
.form-feedback--err { background: rgba(239,68,68,0.10);  border: 1px solid rgba(239,68,68,0.30);  color: #fca5a5; }
.form-feedback svg  { flex-shrink: 0; }
.form-feedback a    { color: inherit; text-decoration: underline; }

/* ── FOOTER ──────────────────────────────────────────── */
footer { border-top: 1px solid var(--border); padding: 48px 0 28px; }
.ft-inner { display: flex; gap: 48px; margin-bottom: 40px; align-items: flex-start; }
.ft-brand { min-width: 200px; }
.ft-brand p { font-size: 13px; color: #ffffff; line-height: 1.65; margin-top: 12px; max-width: 220px; opacity: 0.8; }
.ft-links-wrap { display: flex; gap: 48px; flex: 1; }
.ft-col { display: flex; flex-direction: column; gap: 10px; }
.ft-h { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.ft-col a, .ft-col span { font-size: 13px; color: rgba(255,255,255,0.75); text-decoration: none; transition: color .15s; }
.ft-col a:hover { color: var(--white); }
.ft-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; color: var(--muted); }
.ft-bottom a { color: var(--muted); text-decoration: none; margin-left: 20px; transition: color .15s; }
.ft-bottom a:hover { color: var(--white); }

/* ── SCROLL REVEAL ───────────────────────────────────── */
@keyframes sr-up { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:none} }
.sr { opacity: 0; }
.sr.visible { animation: sr-up .6s var(--ease) forwards; }

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  /* Bento auf Tablet: 4 Spalten, KI span 4, andere span 2 */
  .bento { grid-template-columns: repeat(4, 1fr); }
  .bc-ai  { grid-column: span 4; }
  .bc-std { grid-column: span 2; }
  .bento .bc:nth-child(6),
  .bento .bc:nth-child(7) { grid-column: span 2; }
  .ki-wrap { grid-template-columns: 1fr; gap: 40px; }
  .kv-dash { display: none; }
  .ft-inner { flex-wrap: wrap; }
  .ft-links-wrap { flex-wrap: wrap; gap: 32px; }
  .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  #hero { padding-top: 90px; }
  /* 2-Spalten-Grid auf Mobile */
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 8px; }
  .bc { padding: 18px; }
  .bc-ai  { grid-column: span 2; }              /* KI: volle Breite */
  .bc-std { grid-column: span 1; }              /* Security / Consulting / Netzwerk: je halb */
  .bento .bc:nth-child(6),
  .bento .bc:nth-child(7) { grid-column: span 1; } /* PM + Webdesign: gleichwertig nebeneinander */
  .bc-desc { font-size: 12.5px; }
  .ref-grid { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; }
  .ft-inner { flex-direction: column; gap: 32px; }
}
