/* ============================================================
   EUNOIA VENTURES — Coming Soon Stylesheet v1.0
   Brand: Violet #7C3AED · Inter (lokal) · Mobile-first
   ============================================================ */

@font-face { font-family:'Inter'; font-style:normal; font-weight:300; font-display:swap; src:url('fonts/inter-300.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('fonts/inter-700.woff2') format('woff2'); }

/* ── Tokens ── */
:root {
  --accent:        #7C3AED;
  --accent-hover:  #6D28D9;
  --accent-light:  #F5F3FF;
  --accent-mid:    #EDE9FE;
  --accent-glow:   rgba(124,58,237,0.15);

  --bg:            #F8F8FA;
  --surface:       #FFFFFF;
  --text:          #111827;
  --text-body:     #4B5563;
  --text-muted:    #9CA3AF;
  --placeholder:   #C4C9D4;
  --border:        #E5E7EB;

  --success:       #059669;
  --success-bg:    #ECFDF5;
  --success-bdr:   #A7F3D0;
  --error:         #DC2626;
  --error-bg:      #FEF2F2;
  --error-bdr:     #FCA5A5;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   14px;
  --r-xl:   20px;
  --r-pill: 9999px;

  --sh-card:  0 0 0 1px rgba(124,58,237,0.06), 0 4px 6px -1px rgba(0,0,0,0.05), 0 12px 28px -5px rgba(124,58,237,0.08);
  --sh-brand: 0 4px 14px rgba(124,58,237,0.35);

  --tr: 0.15s ease;
  --tr-md: 0.22s ease;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text-body);
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--accent-hover); }

/* ── Layout ── */
.page { display: flex; flex-direction: column; min-height: 100vh; }

/* ── Header ── */
.header {
  padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1.25rem, 5vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.logo {
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  flex-shrink: 0;
}
.logo:hover { color: var(--text); }

.header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.li-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--tr);
  text-decoration: none;
}
.li-link svg { width: 15px; height: 15px; flex-shrink: 0; }
.li-link:hover { color: var(--accent); }
.li-link__label { display: none; }
@media (min-width: 480px) { .li-link__label { display: inline; } }

/* ── Main ── */
.main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4rem) clamp(1.25rem, 5vw, 2rem);
  background: linear-gradient(160deg, #F8F8FA 40%, #F0ECFF 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative glows */
.main::before {
  content: '';
  position: absolute;
  top: -160px; right: -160px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,0.09) 0%, transparent 65%);
  pointer-events: none;
}
.main::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -100px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,0.05) 0%, transparent 65%);
  pointer-events: none;
}

.main__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: start;
}

@media (min-width: 900px) {
  .main__inner {
    grid-template-columns: 1fr 420px;
    align-items: center;
  }
}

/* ── Left content ── */
.content {}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.eyebrow::before {
  content: '';
  width: 18px; height: 2px;
  background: var(--accent);
  border-radius: var(--r-pill);
  flex-shrink: 0;
}

.headline {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--text);
  margin-bottom: 1.25rem;
}
.headline strong { font-weight: 800; }
.headline em {
  font-style: normal;
  font-weight: 800;
  color: var(--accent);
}

.accent-bar {
  width: 36px; height: 3px;
  background: linear-gradient(90deg, var(--accent), #a78bfa);
  border-radius: var(--r-pill);
  margin-bottom: 1.5rem;
}

.lead {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.75;
  color: var(--text-body);
  max-width: 46ch;
  margin-bottom: 2rem;
}

/* Badge strip */
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.badge--coming {
  background: rgba(15,23,42,0.05);
  color: var(--text);
  border: 1px solid rgba(15,23,42,0.1);
}
.badge--coming::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #10b981;
  animation: pulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
.badge--green {
  background: rgba(5,150,105,0.06);
  color: var(--success);
  border: 1px solid rgba(5,150,105,0.18);
}
.badge--green svg { width: 11px; height: 11px; flex-shrink: 0; }
.badge--violet {
  background: var(--accent-light);
  color: var(--accent);
  border: 1px solid var(--accent-mid);
}
.badge--violet svg { width: 11px; height: 11px; flex-shrink: 0; }

/* Contact links */
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: var(--r-md);
  font-size: 0.875rem;
  font-weight: 600;
  transition: background var(--tr), color var(--tr), box-shadow var(--tr), transform var(--tr);
  text-decoration: none;
}
.contact-link svg { width: 15px; height: 15px; flex-shrink: 0; }

.contact-link--linkedin {
  background: #0A66C2;
  color: #fff;
}
.contact-link--linkedin:hover {
  background: #095faf;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(10,102,194,0.3);
}

.contact-link--email {
  background: var(--surface);
  color: var(--text);
  border: 1.5px solid var(--border);
}
.contact-link--email:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-light);
  transform: translateY(-1px);
}

/* ── Contact Card (Form) ── */
.card {
  background: var(--surface);
  border: 1px solid var(--accent-mid);
  border-radius: var(--r-xl);
  position: relative;
  overflow: hidden;
  box-shadow: var(--sh-card);
}
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, #a78bfa 100%);
}
.card__inner { padding: clamp(1.5rem, 4vw, 2.25rem); }

.card__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
.card__sub {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

/* ── Form ── */
.form { display: flex; flex-direction: column; gap: 1rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 479px) { .form-row { grid-template-columns: 1fr; } }

.form-group { display: flex; flex-direction: column; gap: 5px; }

.form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.005em;
}
.form-label span { color: var(--error); margin-left: 1px; }

.form-control {
  width: 100%;
  height: 44px;
  padding: 0 13px;
  font-family: var(--font);
  font-size: 0.9375rem;
  color: var(--text);
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  outline: none;
  transition: border-color var(--tr), background var(--tr), box-shadow var(--tr);
  appearance: none;
  -webkit-appearance: none;
}
.form-control::placeholder { color: var(--placeholder); }
.form-control:focus {
  background: var(--surface);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}
textarea.form-control { height: auto; min-height: 84px; padding: 10px 13px; resize: vertical; }

/* iOS zoom fix */
@media (max-width: 768px) {
  .form-control, input[type="text"], input[type="email"], textarea { font-size: 1rem; }
}

.form-group--check { gap: 0; }
.check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.6;
  cursor: pointer;
}
.check-label a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }

.form-checkbox {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 17px; height: 17px; min-width: 17px;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  background: var(--surface);
  cursor: pointer;
  margin-top: 1px;
  transition: border-color var(--tr), background var(--tr);
  position: relative;
}
.form-checkbox:checked { background: var(--accent); border-color: var(--accent); }
.form-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 4px; top: 1px;
  width: 5px; height: 9px;
  border: 2px solid #fff;
  border-top: none; border-left: none;
  transform: rotate(45deg);
}
.form-checkbox:focus { outline: none; box-shadow: 0 0 0 3px var(--accent-glow); }

.btn-submit {
  width: 100%;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--tr), box-shadow var(--tr), transform var(--tr), opacity var(--tr);
  letter-spacing: 0.01em;
}
.btn-submit:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: var(--sh-brand); }
.btn-submit:active { transform: translateY(0); box-shadow: none; }
.btn-submit:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }

.alert { display: none; padding: 0.625rem 0.875rem; border-radius: var(--r-md); font-size: 0.8125rem; font-weight: 500; line-height: 1.5; }
.alert--ok  { background: var(--success-bg); color: var(--success); border: 1px solid var(--success-bdr); }
.alert--err { background: var(--error-bg);   color: var(--error);   border: 1px solid var(--error-bdr); }
.alert.show { display: block; }

.divider-text {
  display: flex; align-items: center; gap: 0.75rem;
  margin-top: 1.25rem;
  font-size: 0.75rem; color: var(--text-muted);
}
.divider-text::before, .divider-text::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ── Footer ── */
.footer {
  padding: 1.25rem clamp(1.25rem, 5vw, 2.5rem);
  border-top: 1px solid var(--border);
  background: var(--surface);
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer__copy { font-size: 0.75rem; color: var(--text-muted); }
.footer__links { display: flex; align-items: center; gap: 1.25rem; list-style: none; flex-wrap: wrap; }
.footer__links a { font-size: 0.75rem; color: var(--text-muted); transition: color var(--tr); display: inline-flex; align-items: center; }
.footer__links a:hover { color: var(--text-body); }

@media (max-width: 480px) {
  .footer__inner { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}

/* ── Animations ── */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.75); }
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Content pages (Impressum/Datenschutz) ── */
.cp-wrap { min-height: 100vh; display: flex; flex-direction: column; }
.cp-nav {
  height: 64px;
  display: flex; align-items: center;
  background: rgba(248,248,250,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(229,231,235,0.65);
}
.cp-nav__inner {
  max-width: 1100px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 2rem);
  width: 100%; display: flex; align-items: center; justify-content: space-between;
}
.cp-nav__links { display: flex; align-items: center; gap: 1.25rem; list-style: none; }
.cp-nav__links a { font-size: 0.875rem; font-weight: 500; color: var(--text-muted); transition: color var(--tr); }
.cp-nav__links a:hover { color: var(--text); }

.cp-body {
  flex: 1;
  padding: 3rem clamp(1.25rem, 5vw, 2rem) 5rem;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
.cp-back {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.8125rem; font-weight: 500; color: var(--text-muted);
  margin-bottom: 2.5rem; transition: color var(--tr);
}
.cp-back:hover { color: var(--accent); }
.cp-back svg { width: 14px; height: 14px; }
.cp-header { margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.cp-header h1 { font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 700; letter-spacing: -0.03em; color: var(--text); line-height: 1.2; }
.cp-header p { font-size: 0.8125rem; color: var(--text-muted); margin-top: 0.5rem; }
.cp-content h2 { font-size: 1.0625rem; font-weight: 700; color: var(--text); margin-top: 2.5rem; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.cp-content h3 { font-size: 0.9375rem; font-weight: 600; color: var(--text); margin-top: 1.5rem; margin-bottom: 0.5rem; }
.cp-content p  { color: var(--text-body); margin-bottom: 1rem; line-height: 1.75; font-size: 0.9375rem; }
.cp-content ul, .cp-content ol { color: var(--text-body); margin-bottom: 1rem; padding-left: 1.5rem; }
.cp-content li { margin-bottom: 0.5rem; line-height: 1.7; font-size: 0.9375rem; }
.cp-content a  { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.cp-content strong { color: var(--text); font-weight: 600; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }

.cp-sub { font-size: 0.8125rem; color: var(--text-muted); margin-top: 0.5rem; }

/* Checkbox label – text flows inline, no broken wrapping */
.check-label span {
  display: inline;
  line-height: 1.55;
}

/* Card – Abstand auf allen Seiten auf Mobile */
@media (max-width: 899px) {
  .card {
    margin: 0 clamp(0.75rem, 4vw, 1.5rem);
  }
}

/* Legal pages nav – back link */
.cp-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--tr);
  text-decoration: none;
}
.cp-nav__back:hover { color: var(--accent); }
.cp-nav__back svg { width: 14px; height: 14px; }
