/* Inter (self-hosted, variable weight 100–900) — DSGVO-konform, kein CDN */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/inter/inter-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('../fonts/inter/inter-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --primary: #3d53f5;
  --primary-dark: #152e96;
  --ink: #10214d;
  --ink-soft: #44506f;
  --muted: #6d7894;
  --hero-bg: linear-gradient(135deg, #eff3fb 0%, #dce5fb 50%, #c7d3fb 100%);
  --hero-panel: linear-gradient(145deg, #17337f 0%, #0e245f 100%);
  --cta-bg: linear-gradient(135deg, #0d2569 0%, #4450f1 100%);
  --page-bg: #f7f8fc;
  --card-bg: #ffffff;
  --border: #e7ebf4;
  --shadow-lg: 0 20px 50px rgba(16, 33, 77, 0.12);
  --shadow-md: 0 12px 30px rgba(16, 33, 77, 0.08);
  --radius-lg: 24px;
  --radius-md: 18px;
}

html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
.section-space { padding: 5rem 0; }
.section-eyebrow, .eyebrow {
  color: var(--primary);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-title {
  font-size: clamp(1.9rem, 2.55vw, 2.75rem);
  line-height: 1.14;
  font-weight: 800;
  color: #121212;
  max-width: 900px;
  margin-inline: auto;
}
.brand-mark {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark--small { width: 48px; height: 48px; }
.brand-title {
  display: block;
  font-size: 1.72rem;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.brand-subtitle {
  display: block;
  margin-top: .35rem;
  font-size: .88rem;
  line-height: 1.35;
  font-weight: 500;
  color: var(--ink-soft);
}
.nav-link { font-size: .95rem; font-weight: 600; color: var(--ink-soft); }
.nav-link:hover { color: var(--primary); }
.language-switch { display: flex; align-items: center; gap: .3rem; color: var(--muted); font-size: .85rem; }
.language-switch .nav-link { padding-inline: .15rem; }
.language-switch .nav-link.active { color: var(--primary); font-weight: 800; }
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .68rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: var(--primary);
  background: #fff;
  border: 1.5px solid rgba(61, 83, 245, .3);
  box-shadow: 0 2px 8px rgba(16, 33, 77, .06);
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.btn-back svg { width: 18px; height: 18px; transition: transform .2s ease; }
.btn-back:hover,
.btn-back:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #586cff, #3b46dd);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(61, 83, 245, .28);
  transform: translateY(-1px);
}
.btn-back:hover svg,
.btn-back:focus-visible svg { transform: translateX(-3px); }
.btn-back:focus-visible { outline: 3px solid rgba(61, 83, 245, .35); outline-offset: 2px; }
.badge-coming-soon {
  display: inline-block;
  background: linear-gradient(135deg, #5d73ff, #3d53f5);
  color: #fff;
  border-radius: 14px;
  padding: .95rem 1.35rem;
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 10px 25px rgba(61, 83, 245, 0.22);
}
.hero-section {
  background: var(--hero-bg);
  padding: 2rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
.hero-title {
  font-size: clamp(2.75rem, 5vw, 4.55rem);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.03em;
  margin: .75rem 0 1.5rem;
  color: #0f2260;
}
.hero-title span {
  color: var(--primary);
}
.hero-copy {
  font-size: 1.2rem;
  line-height: 1.58;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #284170;
  max-width: 44rem;
}
.beta-note { max-width: 44rem; margin: 1.25rem 0 0; color: var(--ink); font-size: 1.03rem; }
.section-intro { max-width: 760px; margin: 1.1rem auto 0; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.7; }
.signup-title {
  font-size: 1.45rem;
  line-height: 1.45;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--ink);
}
.signup-card {
  max-width: 680px;
}
.form-control {
  min-height: 64px;
  border-radius: 16px !important;
  border: 1px solid #d7deee;
  padding-inline: 1.2rem;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
}
.input-group > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  min-width: 200px;
}
.btn-gradient {
  background: linear-gradient(135deg, #586cff, #3b46dd);
  border: 0;
  font-weight: 700;
}
.btn-gradient:hover { background: linear-gradient(135deg, #4e61f0, #3040d4); }
.privacy-note {
  display: flex;
  gap: .6rem;
  align-items: center;
  font-size: .98rem;
  color: var(--ink-soft);
  margin-top: 1rem;
}
.privacy-note svg { width: 18px; height: 18px; flex: 0 0 auto; }
.privacy-note--dark { color: rgba(255,255,255,.82); }
.form-feedback { min-height: 1.6rem; margin-top: .6rem; }
.score-card {
  background: var(--hero-panel);
  color: #fff;
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.score-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.5rem;
  align-items: start;
}
.score-card-label { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: .85rem; }
.score-ring-wrap { display: flex; justify-content: center; }
.score-ring {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: conic-gradient(#41e49a 0 280deg, rgba(255,255,255,.16) 280deg 360deg);
  display: grid;
  place-items: center;
}
.score-ring-inner {
  width: 118px;
  height: 118px;
  background: #17337f;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
}
.score-ring-inner strong { font-size: 3rem; line-height: 1; }
.score-ring-inner span { font-size: 1rem; color: rgba(255,255,255,.8); }
.recommendation { color: #43ec9f; font-size: 2rem; font-weight: 800; margin-bottom: .75rem; }
.score-copy { color: rgba(255,255,255,.88); }
.score-bars { display: grid; gap: 1rem; }
.metric-row {
  display: grid;
  grid-template-columns: 180px 1fr 64px;
  gap: .85rem;
  align-items: center;
  color: rgba(255,255,255,.92);
}
.metric-row span { font-weight: 500; }
.metric-label { display: inline-flex; align-items: center; gap: .5rem; }
.metric-label svg { width: 16px; height: 16px; flex: 0 0 auto; color: rgba(255,255,255,.72); }
.metric-row strong { text-align: right; color: rgba(255,255,255,.76); }
.bar {
  background: rgba(255,255,255,.14);
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}
.bar div {
  height: 100%;
  background: linear-gradient(90deg, #4fd4f8, #53f0b6);
  border-radius: inherit;
}
.bg-light-subtle { background: var(--page-bg); }
.feature-card, .legal-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
.feature-card {
  padding: 2rem 1.5rem;
  text-align: center;
}
.feature-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.feature-icon svg { width: 42px; height: 42px; color: #2a3474; }
.feature-card h3 { font-size: 1.22rem; line-height: 1.32; margin-bottom: .8rem; font-weight: 700; letter-spacing: -0.02em; }
.feature-card p { color: var(--ink-soft); line-height: 1.7; margin: 0; }
.launch-card, .pricing-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); padding: 2rem; box-shadow: var(--shadow-md);
}
.launch-card-number { color: var(--primary); font-size: .85rem; font-weight: 800; letter-spacing: .1em; }
.launch-card h3, .pricing-card h3 { margin: .55rem 0 .7rem; font-size: 1.35rem; font-weight: 750; }
.launch-card p, .pricing-card li, .pricing-for { color: var(--ink-soft); line-height: 1.7; }
.pricing-card { position: relative; }
.pricing-card--featured { border: 2px solid var(--primary); transform: translateY(-8px); }
.pricing-badge { display: inline-block; background: var(--primary); color: #fff; padding: .3rem .7rem; border-radius: 999px; font-size: .8rem; font-weight: 700; }
.pricing-badge--muted { background: var(--muted); }
.pricing-card--planned { background: #f7f8fc; border-style: dashed; }
.founding-card { display: flex; flex-direction: column; }
.founding-card__badge { background: var(--primary); color: #fff; }
.founding-card h3 { margin: .55rem 0 .7rem; font-size: 1.35rem; font-weight: 750; }
.founding-card__intro, .founding-card li { color: var(--ink-soft); line-height: 1.7; overflow-wrap: anywhere; }
.founding-card ul { padding-left: 1.2rem; margin: 1.2rem 0; }
.founding-card__price { display: flex; flex-wrap: wrap; gap: 0; align-items: baseline; margin: 1.2rem 0; }
.founding-card__price sup { font-size: .85em; line-height: 1; }
.founding-card__price strong { font-size: 1.35rem; line-height: 1.2; color: var(--ink); }
.founding-card__price span, .founding-card__note { color: var(--ink-soft); }
.founding-card__note { font-size: .95rem; margin-bottom: 1rem; }
.founding-card__terms { border-top: 1px solid var(--border); padding-top: 1rem; }
.founding-card__terms summary { cursor: pointer; font-weight: 700; }
.founding-card__terms p { margin: .75rem 0 0; color: var(--ink-soft); line-height: 1.65; font-size: .94rem; }
.founding-card__action { margin-top: auto; padding-top: 1rem; }
.founding-card__action .btn { width: 100%; white-space: normal; }
.founding-card__action .btn:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.founding-card__action p { margin: .85rem 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }
.interest-context { margin: 0 0 1rem; color: inherit; font-weight: 700; }
.pricing-card ul { padding-left: 1.2rem; margin: 1.2rem 0; }
.pricing-status { color: var(--primary); font-weight: 700; margin: 0; }
.pricing-footnote { color: var(--ink-soft); font-size: .88rem; margin-bottom: 2rem; }
.price-list { display: grid; gap: .45rem; margin: 1.2rem 0 0; }
.price-list div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--border); padding-top: .6rem; }
.price-list dt { color: var(--ink-soft); font-weight: 600; }
.price-list dd { color: var(--ink); font-size: 1.06rem; font-weight: 800; margin: 0; }
.faq-container { max-width: 900px; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 1.1rem 1.25rem; }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 700; padding-right: 1rem; }
.faq-list p { color: var(--ink-soft); margin: .9rem 0 .1rem; line-height: 1.7; }
.guide-page { background: var(--page-bg); }
.guide-container { max-width: 900px; }
.guide-header, .guide-section, .guide-cta { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: clamp(1.5rem, 4vw, 3rem); }
.guide-header h1 { font-size: clamp(2.25rem, 4vw, 3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.guide-header .lead { color: var(--ink-soft); font-size: 1.2rem; line-height: 1.65; }
.guide-disclosure { color: var(--muted); font-size: .9rem; margin: 1.5rem 0 0; }
.guide-section { margin-top: 1.5rem; }
.guide-section h2 { font-size: 1.55rem; font-weight: 750; margin-bottom: .8rem; }
.guide-section p, .guide-section li { color: var(--ink-soft); line-height: 1.75; }
.guide-section ul { padding-left: 1.25rem; }
.guide-cta { margin-top: 1.5rem; background: var(--cta-bg); color: #fff; }
.guide-cta h2 { font-weight: 800; }
.guide-cta p { color: rgba(255,255,255,.9); }

/* Steps flow: icon, number + title, description, connected by arrows */
.steps-flow {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin-top: 2.5rem;
}
.step { flex: 1 1 0; min-width: 0; text-align: left; }
.step-icon { font-size: 2.6rem; line-height: 1; margin-bottom: 1.15rem; text-align: center; }
.step-icon svg { width: 52px; height: 52px; color: var(--primary); }
.step-heading {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: .6rem;
}
.step-number {
  flex: 0 0 auto;
  width: 24px; height: 24px; border-radius: 50%;
  display: inline-grid; place-items: center;
  background: var(--primary); color: #fff;
  font-weight: 800; font-size: .8rem;
}
.step p { color: var(--ink-soft); line-height: 1.7; margin: 0; }
.step-arrow {
  flex: 0 0 auto;
  align-self: center;
  color: #cbd1de;
}
.step-arrow svg { width: 56px; height: 18px; display: block; }
.cta-box {
  background: var(--cta-bg);
  color: #fff;
  padding: 3rem;
  border-radius: var(--radius-lg);
}
.cta-box h2 { font-size: clamp(2rem, 3vw, 3rem); font-weight: 800; margin-bottom: .75rem; }
.cta-box p { font-size: 1.08rem; line-height: 1.6; color: rgba(255,255,255,.9); }
.mail-illustration { font-size: 8rem; filter: drop-shadow(0 14px 30px rgba(0,0,0,.18)); }
.mail-illustration svg { width: 168px; height: auto; max-width: 100%; color: #fff; }
.site-footer { background: #fff; }
.footer-links a { color: var(--ink-soft); font-weight: 600; }
.footer-links a:hover { color: var(--primary); }
.legal-page { background: var(--page-bg); }
.legal-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem;
}
.legal-card h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 800; margin-bottom: 1rem; }
.legal-card h2 { margin-top: 2rem; margin-bottom: .8rem; font-size: 1.22rem; font-weight: 700; }
.legal-card h3 { margin-top: 1.35rem; margin-bottom: .5rem; font-size: 1.02rem; font-weight: 700; color: var(--ink); }
.legal-card p, .legal-card li { color: var(--ink-soft); line-height: 1.75; }
.signup-success {
  background: #eff7ee;
  border: 1px solid #caebc7;
  border-radius: 20px;
  padding: 1.5rem;
  color: #1e4a2a;
}
.signup-success--dark {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}
.signup-success h3 { font-size: 1.4rem; margin-bottom: .45rem; font-weight: 800; }
.signup-success p { margin: 0; opacity: .95; }
.success-icon {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: #1dbf73; color: #fff; font-weight: 900; margin-bottom: .85rem;
}
@media (max-width: 1199.98px) {
  .metric-row { grid-template-columns: 1fr; gap: .45rem; }
  .metric-row strong { text-align: left; }
}
@media (max-width: 991.98px) {
  .score-grid { grid-template-columns: 1fr; }
  .hero-section { padding-bottom: 3.5rem; }
  .cta-box { padding: 2rem; }
  .steps-flow { flex-wrap: wrap; gap: 2rem 1rem; }
  .step { flex: 1 1 40%; }
  .step-arrow { display: none; }
}
@media (max-width: 767.98px) {
  .section-space { padding: 4rem 0; }
  .hero-copy { font-size: 1.15rem; }
  .brand-title { font-size: 1.58rem; }
  .brand-subtitle { font-size: .88rem; }
  .input-group { display: block; }
  .input-group > .form-control, .input-group > .btn { width: 100%; border-radius: 16px !important; }
  .input-group > .form-control:not(:last-child) { border-right: 1px solid #d7deee; }
  .input-group > .btn { margin-top: .75rem; min-height: 58px; }
  .steps-flow { flex-direction: column; gap: 2rem; }
  .step { flex-basis: auto; }
  .legal-card { padding: 2rem 1.25rem; }
  .pricing-card--featured { transform: none; }
  .mail-illustration { font-size: 5rem; }
}

/* Integration helpers (secure waitlist forms) */
[hidden] { display: none !important; }
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.consent-check {
  text-align: left;
  margin-top: 1rem;
  display: flex;
  gap: .6rem;
  align-items: flex-start;
}
.consent-check .form-check-input { margin-top: .25rem; }
.consent-check .form-check-label { font-size: .95rem; line-height: 1.5; }
/* Consent link: readable in both light (hero) and dark (CTA) contexts */
.consent-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.consent-link:hover,
.consent-link:focus-visible { color: var(--primary-dark); }
.cta-box .consent-link { color: #fff; text-decoration-color: rgba(255, 255, 255, .6); }
.cta-box .consent-link:hover,
.cta-box .consent-link:focus-visible { color: #dfe3ff; text-decoration-color: #dfe3ff; }
