@font-face {
  font-family: "RUVNOX Michroma";
  src:
    url("assets/fonts/Michroma-Regular.woff2") format("woff2"),
    url("assets/fonts/Michroma-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RUVNOX Quantico Brand";
  src:
    url("assets/fonts/Quantico-Bold.woff2") format("woff2"),
    url("assets/fonts/Quantico-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


*, *::before, *::after { box-sizing: border-box; }
:root {
  --bg: #000000;
  --surface: #111216;
  --surface-alt: #343440;
  --line: rgba(255,255,255,0.08);
  --text: #f3efe8;
  --text-soft: rgba(243,239,232,0.72);
  --text-muted: rgba(243,239,232,0.46);
  --accent: #5f7043;
  --accent-soft: #738853;
  --page: min(100% - 32px, 980px);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --font-head: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(95, 112, 67, 0.14), transparent 280px),
    linear-gradient(180deg, #050505 0%, #000000 420px);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.66;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(100% - 32px, 1180px);
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.brand img { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; }
.nav { display: none; }
.legal-page {
  width: var(--page);
  margin: 0 auto;
  padding: 58px 0 92px;
}
.kicker {
  margin: 0 0 18px;
  color: var(--accent-soft);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-head); letter-spacing: -0.05em; }
h1 { margin-bottom: 22px; font-size: clamp(3.1rem, 13vw, 5.5rem); line-height: 0.92; font-weight: 950; }
h2 { margin: 0 0 12px; font-size: clamp(1.7rem, 7vw, 2.5rem); font-weight: 900; line-height: 0.98; }
.lead { max-width: 38ch; color: var(--text-soft); font-size: clamp(1.04rem, 4.4vw, 1.18rem); line-height: 1.74; }
.legal-wrap {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(17,18,22,0.92);
}
.legal-wrap section + section { margin-top: 28px; }
p, li { color: var(--text-soft); }
ul { padding-left: 1.25rem; }
.note-box {
  margin-top: 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(52,52,64,0.96);
  border: 1px solid var(--line);
}
.site-footer {
  border-top: 1px solid var(--line);
}
.footer-inner {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 30px 0 40px;
  display: grid;
  gap: 14px;
  color: var(--text-muted);
}
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a:hover, .nav a:hover { color: var(--accent-soft); }
@media (min-width: 720px) {
  :root { --page: min(100% - 56px, 980px); }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
}
@media (min-width: 1040px) {
  .nav { display: flex; align-items: center; gap: 22px; font-size: 0.94rem; font-weight: 800; color: var(--text-soft); }
}






/* =========================================================
   RUVNOX v12 HOTFIX
   Fonts:
   - Michroma Regular = alles außer Wortmarke
   - Quantico Bold = nur Logo-/Wortmarken-Kontext
   ========================================================= */

:root {
  --font-main: "RUVNOX Michroma", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-brand: "RUVNOX Quantico Brand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Michroma überall */
html,
body,
main,
section,
article,
aside,
footer,
header,
nav,
div,
p,
span,
a,
li,
ul,
ol,
figcaption,
label,
input,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6,
.card,
.card p,
.body-copy,
.lead,
.subcopy,
.footer-inner,
.footer-links,
.nav,
.mobile-links,
.button,
.kicker,
.eyebrow,
.metric,
.feature-chip,
.tab-tag,
.card-list,
.card-list li,
.shot-caption,
.shot-caption strong,
.legal-wrap,
.legal-wrap p,
.legal-wrap li {
  font-family: var(--font-main) !important;
  font-weight: 400 !important;
}

/* Quantico Bold nur für echte Wortmarken-/Logo-Fallbacks */
.brand,
.brand *,
.brand-wordmark,
.logo-wordmark,
.header-wordmark {
  font-family: var(--font-brand) !important;
  font-weight: 700 !important;
}

/* Header-Bannerlogo erzwingen */
.brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

.header-logo {
  display: block !important;
  width: auto !important;
  height: 42px !important;
  max-width: min(62vw, 320px) !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}

.brand > span {
  display: none !important;
}

.brand > img:not(.header-logo) {
  display: none !important;
}

.header-inner {
  min-height: 82px !important;
}

/* Lesbarkeit mit Michroma */
h1,
h2,
h3 {
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
}

h1 {
  max-width: 11.5ch !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  line-height: 1.02 !important;
}

h2 {
  line-height: 1.06 !important;
}

h3 {
  line-height: 1.14 !important;
}

p,
li,
.lead,
.body-copy {
  line-height: 1.82 !important;
}

/* Hero entzerren */
.hero-grid {
  align-items: center !important;
}

.hero-copy,
.hero-visual {
  min-width: 0 !important;
}

.hero-copy {
  position: relative !important;
  z-index: 2 !important;
}

.hero-visual {
  position: relative !important;
  z-index: 1 !important;
}

.phone-frame {
  max-width: 430px !important;
  justify-self: center !important;
}

@media (min-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.72fr) !important;
    gap: clamp(96px, 10vw, 170px) !important;
  }

  h1 {
    max-width: 11.4ch !important;
    font-size: clamp(3.55rem, 4.7vw, 5.15rem) !important;
    line-height: 1.02 !important;
  }

  .lead {
    max-width: 45ch !important;
  }

  .phone-frame {
    max-width: 420px !important;
    justify-self: end !important;
  }
}

@media (min-width: 1440px) {
  .hero-grid {
    gap: 180px !important;
  }

  .phone-frame {
    max-width: 440px !important;
  }
}

@media (max-width: 520px) {
  .header-logo {
    height: 34px !important;
    max-width: 230px !important;
  }

  .header-inner {
    min-height: 74px !important;
  }

  h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.6rem) !important;
    max-width: 11.5ch !important;
  }
}
