:root {
  --bg: #182046;
  --bg-2: #1B2A5E;
  --bg-3: #163364;
  --text: #F3F5FF;
  --muted: #C9D0F0;
  --muted-2: #A9B3DD;
  --dim: #7F8BC0;
  --cyan: #5CF2E3;
  --cyan-soft: #BFF8F1;
  --violet: #A38BFF;
  --violet-soft: #C9BDFF;
  --lime: #D7FF5E;
  --ink: #0F1A3A;
  --line: rgba(255,255,255,0.10);
  --line-2: rgba(255,255,255,0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Manrope', 'Segoe UI', system-ui, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.5; }
a { color: var(--cyan); text-decoration: none; }
a:hover { color: var(--violet); }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, p { margin: 0; }
.display { font-family: 'Sora', 'Segoe UI', system-ui, sans-serif; letter-spacing: -0.02em; text-wrap: balance; }
.mono { font-family: 'IBM Plex Mono', 'SF Mono', Menlo, monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.label { font-size: 10px; color: var(--dim); display: block; }
.eyebrow { font-size: 11px; display: block; margin-bottom: 12px; }
.cyan { color: var(--cyan); } .violet { color: var(--violet); } .muted { color: var(--muted-2); }
.label.cyan { color: var(--cyan-soft); } .label.violet { color: var(--violet-soft); }
.small { font-size: 12px; }
strong { font-weight: 600; }

.page { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 34%, var(--bg-3) 62%, #1A2452 100%); min-height: 100vh; }
.glow { position: absolute; border-radius: 50%; pointer-events: none; }
.glow-a { top: -220px; left: 45%; width: 900px; height: 900px; background: radial-gradient(circle, rgba(92,242,227,0.22) 0%, rgba(92,242,227,0) 60%); }
.glow-b { top: 420px; left: -260px; width: 820px; height: 820px; background: radial-gradient(circle, rgba(163,139,255,0.26) 0%, rgba(163,139,255,0) 62%); }
.glow-c { top: 2400px; left: 36%; width: 1000px; height: 1000px; background: radial-gradient(circle, rgba(92,242,227,0.14) 0%, rgba(92,242,227,0) 60%); }

.nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px clamp(16px, 4.4vw, 64px); max-width: 1440px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); font-size: 20px; font-weight: 600; }
.nav-links { display: flex; gap: 36px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--text); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 24px; border-radius: 14px; font-weight: 600; font-size: 15px; white-space: nowrap; transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--cyan); color: var(--ink); box-shadow: 0 12px 40px -10px rgba(92,242,227,0.7); }
.btn-primary:hover { color: var(--ink); box-shadow: 0 16px 48px -10px rgba(92,242,227,0.9); }
button.btn { background: transparent; border: 0; font: inherit; cursor: pointer; color: inherit; }
button.btn-ghost { border: 1px solid var(--line-2); }
button.btn-primary { background: var(--cyan); color: var(--ink); }
.btn-ghost { border: 1px solid var(--line-2); color: var(--text); font-weight: 500; background: transparent; }
.btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.32); }
.btn-sm { height: 44px; padding: 0 20px; border-radius: 12px; font-size: 14px; }

main { max-width: 1440px; margin: 0 auto; padding: 0 clamp(12px, 2.8vw, 40px) 40px; display: flex; flex-direction: column; gap: clamp(28px, 4vw, 56px); }
.panel { position: relative; border-radius: 28px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); overflow: hidden; }
.grid-bg { background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 48px 48px; background-color: rgba(255,255,255,0.025); }
.card { background: linear-gradient(160deg, rgba(255,255,255,0.075), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; backdrop-filter: blur(6px); }
.glow-cyan { box-shadow: 0 0 0 1px rgba(92,242,227,0.25), 0 20px 60px -20px rgba(92,242,227,0.45); }
.glow-violet { box-shadow: 0 0 0 1px rgba(163,139,255,0.28), 0 20px 60px -20px rgba(163,139,255,0.5); }
.row-between { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.triple { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.triple div { display: flex; flex-direction: column; gap: 2px; }
.triple .label { font-size: 9px; }
.top-line { padding-top: 12px; border-top: 1px solid var(--line); }
.tag { font-size: 11px; padding: 4px 8px; border-radius: 999px; background: rgba(215,255,94,0.14); color: var(--lime); }
.badge { font-size: 11px; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(215,255,94,0.4); color: var(--lime); white-space: nowrap; }

/* Hero */
.hero { padding: clamp(40px, 5vw, 72px) clamp(20px, 4.4vw, 64px) clamp(48px, 5.5vw, 80px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; min-height: 700px; }
.hero-copy { display: flex; flex-direction: column; gap: 28px; position: relative; z-index: 1; }
.pill { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(92,242,227,0.35); background: rgba(92,242,227,0.08); }
.pill .mono { font-size: 11px; color: var(--cyan-soft); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.hero h1 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1.04; font-weight: 700; max-width: 620px; }
.lead { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; color: var(--muted); max-width: 560px; text-wrap: pretty; }
.actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.facts { display: flex; gap: 28px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted-2); flex-wrap: wrap; }
.facts div { display: flex; flex-direction: column; gap: 4px; }
.hero-visual { position: relative; height: 540px; }
.hero-halo { position: absolute; left: 90px; top: 40px; width: 420px; height: 460px; border-radius: 28px; background: radial-gradient(circle at 50% 40%, rgba(163,139,255,0.35), rgba(163,139,255,0) 70%); filter: blur(10px); }
.vis-a { position: absolute; left: 2%; top: 190px; width: 300px; padding: 22px; display: flex; flex-direction: column; gap: 14px; transform: rotate(-6deg); }
.vis-b { position: absolute; left: 45%; top: 10px; width: 340px; padding: 22px; display: flex; flex-direction: column; gap: 16px; transform: rotate(4deg); }
.vis-c { position: absolute; left: 33%; top: 400px; width: 380px; padding: 18px 22px; display: flex; align-items: center; gap: 16px; transform: rotate(-2deg); }
.vis-c div:last-child { display: flex; flex-direction: column; gap: 3px; font-size: 14px; }
.bars { display: flex; flex-direction: column; gap: 8px; }
.bars i { display: block; height: 8px; border-radius: 4px; background: rgba(255,255,255,0.14); }
.bars i.accent { background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.check { width: 44px; height: 44px; flex: none; border-radius: 12px; display: grid; place-items: center; background: rgba(92,242,227,0.12); border: 1px solid rgba(92,242,227,0.3); }

/* Story */
.story { padding: clamp(48px, 6vw, 88px) clamp(20px, 4.4vw, 64px); display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.story h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 600; max-width: 760px; }
.story p { max-width: 720px; font-size: clamp(16px, 1.25vw, 18px); line-height: 1.6; color: var(--muted); text-wrap: pretty; }
.story .eyebrow { margin-bottom: 0; }

/* Tools */
.tools { display: flex; flex-direction: column; gap: 28px; padding: 0 clamp(0px, 1.7vw, 24px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 0 clamp(8px, 2.8vw, 40px); }
.section-head h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 600; }
.section-head p { max-width: 420px; font-size: 15px; line-height: 1.55; text-wrap: pretty; }
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.bento .card { padding: 26px; display: flex; flex-direction: column; gap: 12px; min-height: 220px; }
.bento .card h3 { font-size: 22px; font-weight: 600; }
.bento .card p { font-size: 14px; line-height: 1.55; color: var(--muted); }
.bento .span-3 { grid-column: span 3; padding: 28px; gap: 14px; min-height: 250px; }
.bento .span-3 h3 { font-size: 26px; }
.bento .span-3 p { font-size: 15px; }
.bento .span-2 { grid-column: span 2; }
.minibars { margin-top: auto; display: flex; gap: 6px; align-items: flex-end; height: 42px; }
.minibars i { display: block; width: 14px; border-radius: 3px; background: rgba(255,255,255,0.14); }
.minibars i.red { background: #D4373E; } .minibars i.cyan-bar { background: var(--cyan); }
.minibars span { margin-left: 10px; }

/* Process */
.process { padding: clamp(40px, 5.5vw, 80px) clamp(20px, 4.4vw, 64px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 4.4vw, 64px); align-items: center; }
.process-copy { display: flex; flex-direction: column; gap: 32px; }
.process h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 600; }
.steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.steps li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps .num { font-size: 12px; color: var(--cyan); padding-top: 3px; }
.steps div { display: flex; flex-direction: column; gap: 4px; }
.steps strong { font-size: 17px; }
.steps span:not(.num) { font-size: 14px; color: var(--muted-2); line-height: 1.5; }
.plan { padding: 32px; display: flex; flex-direction: column; gap: 24px; }

/* Hamburg */
.hamburg { padding: clamp(40px, 5.5vw, 80px) 0 0; background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(92,242,227,0.06)); display: flex; flex-direction: column; gap: 40px; }
.hamburg-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 4.4vw, 64px); align-items: flex-start; padding: 0 clamp(20px, 4.4vw, 64px); }
.hamburg h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 600; }
.hamburg-copy p { font-size: 17px; line-height: 1.6; color: var(--muted); text-wrap: pretty; padding-top: 34px; }
.skyline-wrap { width: 100%; overflow: hidden; }
.skyline-wrap svg { display: block; width: 100%; height: auto; min-width: 900px; margin-bottom: -1px; }

/* Contact */
.contact { padding: clamp(48px, 5vw, 72px) clamp(20px, 4.4vw, 64px) 0; display: flex; flex-direction: column; gap: 56px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
.contact-copy { display: flex; flex-direction: column; gap: 18px; }
.contact-copy h2 { font-size: clamp(26px, 2.6vw, 36px); font-weight: 600; max-width: 520px; }
.contact-copy p { font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 480px; }
.contact-copy .btn { align-self: flex-start; }
.contact-col { display: flex; flex-direction: column; gap: 12px; font-size: 14px; color: var(--muted); }
.contact-col a { color: var(--muted); } .contact-col a:hover { color: var(--cyan); }
.contact-col .small { max-width: 260px; line-height: 1.5; }
.wordmark { font-size: clamp(40px, 10.2vw, 160px); font-weight: 700; line-height: 1; letter-spacing: -0.05em; padding-bottom: 0.18em; white-space: nowrap; background: linear-gradient(90deg, #F3F5FF 0%, #BFF8F1 55%, #A38BFF 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Legal pages */
.legal { max-width: 760px; margin: 0 auto; padding: clamp(24px, 4vw, 48px) clamp(20px, 4vw, 40px) 80px; display: flex; flex-direction: column; gap: 22px; }
.legal h1 { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; }
.legal h2 { font-size: 20px; font-weight: 600; margin-top: 18px; }
.legal p, .legal li { color: var(--muted); font-size: 16px; line-height: 1.65; }
.legal ul { margin: 0; padding-left: 20px; }
.legal .placeholder { color: var(--lime); }
.legal .back { align-self: flex-start; }

/* Motion */
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-14px) rotate(-6deg); } }
@keyframes pulse { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
@keyframes draw { from { stroke-dashoffset: 1200; } to { stroke-dashoffset: 0; } }
.rise { animation: rise 0.9s cubic-bezier(.2,.7,.2,1) both; }
.rise-2 { animation: rise 0.9s 0.15s cubic-bezier(.2,.7,.2,1) both; }
.rise-3 { animation: rise 0.9s 0.3s cubic-bezier(.2,.7,.2,1) both; }
.float { animation: float 7s ease-in-out infinite; }
.pulse { animation: pulse 2.4s ease-in-out infinite; }
.draw { stroke-dasharray: 1200; animation: draw 2.6s 0.4s ease-out both; }
@media (prefers-reduced-motion: reduce) { .rise, .rise-2, .rise-3, .float, .pulse, .draw { animation: none; } html { scroll-behavior: auto; } }

/* Responsive */
@media (max-width: 1100px) {
  .bento .span-3, .bento .span-2 { grid-column: span 3; }
  .hero-visual { height: 480px; }
  .vis-b { left: 38%; width: 300px; }
  .vis-c { left: 20%; width: 340px; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { height: 460px; max-width: 560px; }
  .process, .hamburg-copy, .contact-grid { grid-template-columns: 1fr; }
  .hamburg-copy p { padding-top: 0; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .glow-c { display: none; }
}
.show-all { display: none; align-self: center; }
.steps li { opacity: 1; transform: none; }
.steps[data-reveal-list].armed li { opacity: 0; transform: translateY(14px); }
.steps[data-reveal-list].armed li.in { opacity: 1; transform: translateY(0); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,1); }
@media (max-width: 640px) {
  .pill-extra { display: none; }
  .pill .mono { white-space: nowrap; }
  .bento:not(.expanded) .card:nth-child(n+4) { display: none; }
  .show-all { display: inline-flex; width: 100%; }
  .bento { grid-template-columns: 1fr; }
  .bento .span-3, .bento .span-2 { grid-column: auto; min-height: 0; }
  .hero-visual { display: none; }
  .actions .btn { width: 100%; }
  .facts { gap: 16px; }
  .triple { grid-template-columns: 1fr; }
  .plan { padding: 20px; }
  .contact-grid { gap: 28px; }
  .panel { border-radius: 22px; }
  .btn-sm span { display: none; }
}

/* Cookie-Hinweis */
.notice { position: fixed; left: 20px; bottom: 20px; z-index: 50; width: min(380px, calc(100vw - 40px)); padding: 18px 18px 16px; border-radius: 18px; border: 1px solid rgba(92,242,227,0.28); background: linear-gradient(160deg, rgba(36,48,110,0.92), rgba(24,32,70,0.94)); box-shadow: 0 0 0 1px rgba(92,242,227,0.12), 0 24px 60px -20px rgba(92,242,227,0.45), 0 20px 50px -30px rgba(0,0,0,0.7); backdrop-filter: blur(10px); display: flex; flex-direction: column; gap: 12px; animation: rise 0.7s cubic-bezier(.2,.7,.2,1) both; }
.notice[hidden] { display: none; }
.notice-head { display: flex; align-items: center; gap: 8px; }
.notice p { font-size: 13px; line-height: 1.55; color: var(--muted); }
.notice p a { color: var(--cyan); }
.notice-actions { display: flex; gap: 10px; }
.notice-actions .btn { height: 40px; padding: 0 16px; font-size: 13px; }
@media (max-width: 640px) { .notice { left: 12px; right: 12px; bottom: 12px; width: auto; } .notice-actions .btn { flex: 1; } }
