/* ===================================================
   Global Reset & Base
   =================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: #f9f8f6;
  color: #0f1923;
  -webkit-font-smoothing: antialiased;
}
::selection { background: oklch(55% 0.18 240 / 0.2); }

/* ===================================================
   Navigation
   =================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  height: 68px;
  background: rgba(10, 22, 40, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: height 0.2s, background 0.2s;
}
.nav-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: flex; align-items: center; gap: 10px;
}
.nav-logo-shield {
  width: 32px; height: 35px;
  flex-shrink: 0;
}
.nav-logo-tld {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  opacity: 0.5;
  letter-spacing: 0.02em;
  vertical-align: bottom;
  margin-left: -5px;
  position: relative;
  top: 3px;
}
.nav-links {
  display: flex; align-items: center; gap: 32px;
  list-style: none;
}
.nav-links a {
  font-size: 14px; font-weight: 400;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}
.nav-links a:hover { color: #fff; }
.nav-cta {
  background: oklch(55% 0.18 215);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500 !important;
  font-size: 14px !important;
  transition: background 0.2s, transform 0.15s !important;
}
.nav-cta:hover { background: oklch(50% 0.18 215) !important; transform: translateY(-1px); }

/* ===================================================
   Page Header (Unterseiten)
   =================================================== */
.page-header {
  background: #0a1628;
  padding: 140px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.page-header-eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: oklch(75% 0.15 215);
  border: 1px solid oklch(55% 0.18 215 / 0.35);
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 24px;
  position: relative;
}
.page-header h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 56px);
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1;
  position: relative;
}
.page-header-sub {
  margin-top: 18px;
  font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.55);
  position: relative;
}

/* ===================================================
   Container & Section Base
   =================================================== */
.container { max-width: 1120px; margin: 0 auto; }
section { padding: 100px 24px; }
.section-label {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: oklch(55% 0.18 215);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.15;
  color: #0f1923;
  letter-spacing: -0.02em;
  max-width: 560px;
}
.section-title em { font-style: italic; color: oklch(55% 0.18 215); }
.section-body {
  font-size: 16px; font-weight: 300;
  color: #4a5568;
  line-height: 1.75;
  max-width: 560px;
  margin-top: 20px;
}

/* ===================================================
   Hero (Startseite)
   =================================================== */
.hero {
  min-height: 100vh;
  background: #0a1628;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 140px 24px 80px;
  position: relative;
  overflow: hidden;
}
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hero-bg-glow {
  position: absolute;
  width: 800px; height: 500px;
  background: oklch(55% 0.18 215 / 0.12);
  filter: blur(120px);
  border-radius: 50%;
  top: 10%; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: oklch(68% 0.16 215);
  margin-bottom: 24px;
  position: relative;
  display: flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: '';
  display: block; width: 32px; height: 1px;
  background: oklch(68% 0.16 215 / 0.5);
}
.hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.1;
  color: #fff;
  text-align: center;
  max-width: 820px;
  position: relative;
  letter-spacing: -0.02em;
}
.hero-title em {
  font-style: italic;
  color: oklch(68% 0.16 215);
}
.hero-subtitle {
  font-size: 17px; font-weight: 300;
  color: rgba(255,255,255,0.55);
  text-align: center;
  max-width: 520px;
  line-height: 1.7;
  margin-top: 24px;
  position: relative;
}

/* Search Bar */
.hero-search {
  position: relative;
  margin-top: 52px;
  width: 100%; max-width: 860px;
}
.hero-search-box {
  display: flex;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.hero-search-input {
  flex: 1;
  padding: 20px 24px;
  font-size: 16px; font-weight: 300;
  color: #fff;
  background: transparent;
  border: none; outline: none;
  font-family: 'DM Sans', sans-serif;
}
.hero-search-input::placeholder { color: rgba(255,255,255,0.3); }
.hero-search-btn {
  margin: 8px;
  padding: 12px 28px;
  background: oklch(55% 0.18 215);
  color: #fff;
  border: none; border-radius: 6px;
  font-size: 15px; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.hero-search-btn:hover {
  background: oklch(50% 0.18 215);
  transform: translateY(-1px);
}

/* Search Results */
.search-results {
  margin-top: 12px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  max-height: 420px;
  overflow-y: auto;
}
.search-result-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.15s;
}
.search-result-card:last-child { border-bottom: none; }
.search-result-card:hover { background: rgba(255,255,255,0.06); }
.src-info { flex: 1; min-width: 0; }
.src-select-btn {
  flex-shrink: 0;
  padding: 8px 16px;
  background: transparent;
  color: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  font-size: 13px; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.src-select-btn:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.src-name {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
}
.src-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.src-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.src-badge--dpma,
.src-badge--euipo,
.src-badge--other,
.src-badge--wipo,
.src-badge--uspto { background: #6b7280; }
.src-status, .src-type, .src-classes {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  padding: 3px 0;
}
.src-status::before { content: '·'; margin-right: 6px; color: rgba(255,255,255,0.25); }
.src-type::before { content: '·'; margin-right: 6px; color: rgba(255,255,255,0.25); }
.src-classes::before { content: '·'; margin-right: 6px; color: rgba(255,255,255,0.25); }
.search-loading, .search-empty, .search-error {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
}
.search-error { color: #f87171; }

.hero-trust {
  display: flex; align-items: center; gap: 28px;
  margin-top: 36px;
  position: relative;
}
.hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.4);
}
.hero-trust-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: oklch(65% 0.18 160);
}
.hero-scroll-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.2);
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
}
.scroll-arrow {
  width: 20px; height: 20px;
  border-right: 1.5px solid rgba(255,255,255,0.2);
  border-bottom: 1.5px solid rgba(255,255,255,0.2);
  transform: rotate(45deg);
  animation: bounce 1.8s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(4px); }
}

/* ===================================================
   Features (Startseite)
   =================================================== */
.features-section { background: #f9f8f6; }
.features-header {
  display: flex; justify-content: space-between;
  align-items: flex-end; gap: 40px;
  margin-bottom: 64px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #e8e5df;
  border-radius: 16px;
  overflow: hidden;
}
.feature-card {
  background: #f9f8f6;
  padding: 40px 36px;
  transition: background 0.25s;
  cursor: default;
}
.feature-card:hover { background: #fff; }
.feature-icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: oklch(55% 0.18 215 / 0.1);
  border-radius: 10px;
  margin-bottom: 24px;
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-title {
  font-size: 16px; font-weight: 500;
  color: #0f1923;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.feature-text {
  font-size: 14px; font-weight: 300;
  color: #667080;
  line-height: 1.7;
}

/* ===================================================
   Leistungen (Startseite)
   =================================================== */
.leistungen-section {
  background: #0a1628;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.leistungen-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
}
.leistungen-section .section-title { color: #fff; max-width: 640px; }
.leistungen-section .section-body { color: rgba(255,255,255,0.5); max-width: 640px; }
.leistungen-section .section-label { color: oklch(68% 0.16 215); }
.leistungen-content {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
  position: relative;
}
.leistungen-list {
  display: flex; flex-direction: column; gap: 0;
  margin-top: 48px;
}
.leistungen-item {
  display: flex; gap: 24px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  cursor: default;
}
.leistungen-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.07); }
.leistungen-num {
  font-family: 'DM Serif Display', serif;
  font-size: 13px;
  color: oklch(68% 0.16 215 / 0.6);
  padding-top: 3px;
  min-width: 28px;
}
.leistungen-item-title {
  font-size: 15px; font-weight: 500;
  color: #fff; margin-bottom: 6px;
}
.leistungen-item-text {
  font-size: 14px; font-weight: 300;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}
.leistungen-right {
  position: sticky; top: 120px;
}
.leistungen-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 40px;
  margin-top: 48px;
}
.leistungen-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.leistungen-card-body {
  font-size: 14px; font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
}
.leistungen-badges {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 28px;
}
.leistungen-badge {
  padding: 6px 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  font-size: 12px; font-weight: 400;
  color: rgba(255,255,255,0.6);
}

/* ===================================================
   Statistiken (Startseite)
   =================================================== */
.stats-section {
  background: #f4f2ee;
  text-align: center;
}
.stats-month {
  display: inline-flex; align-items: center; gap: 8px;
  background: oklch(55% 0.18 215 / 0.1);
  border: 1px solid oklch(55% 0.18 215 / 0.2);
  color: oklch(45% 0.18 215);
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: #ddd9d0;
  border-radius: 16px; overflow: hidden;
  margin-top: 56px;
}
.stat-card {
  background: #f4f2ee;
  padding: 48px 32px;
  text-align: center;
}
.stat-number {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 6vw, 52px); line-height: 1;
  color: #0f1923;
  letter-spacing: -0.03em;
}
.stat-label {
  font-size: 13px; font-weight: 500;
  color: oklch(55% 0.18 215);
  margin-top: 8px; letter-spacing: 0.04em;
  text-transform: uppercase;
}
.stat-sublabel {
  font-size: 12px; font-weight: 300;
  color: #9aa0a8;
  margin-top: 4px;
}
.stats-footnote {
  font-size: 15px; font-weight: 300;
  color: #667080;
  line-height: 1.75;
  max-width: 600px;
  margin: 48px auto 0;
}
.stats-footnote strong { color: #0f1923; font-weight: 500; }
.stats-cta {
  display: inline-block;
  margin-top: 36px;
  padding: 14px 36px;
  background: #0a1628;
  color: #fff;
  border-radius: 8px;
  font-size: 15px; font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  font-family: 'DM Sans', sans-serif;
}
.stats-cta:hover { background: #152338; transform: translateY(-2px); }

/* ===================================================
   Preise (Startseite)
   =================================================== */
.pricing-section {
  background: #0a1628;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pricing-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.pricing-section .section-label { color: oklch(68% 0.16 215); }
.pricing-section .section-title { color: #fff; }
.pricing-section .section-body { color: rgba(255,255,255,0.5); }
.pricing-layout {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 80px; align-items: start;
}
.pricing-sticky { position: sticky; top: 100px; }
.pricing-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 24px;
}
.pricing-card {
  border-radius: 16px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}
.pricing-card.basic {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.pricing-card.partner {
  background: #0a1628;
  color: #fff;
}
.pricing-tag {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 20px;
}
.pricing-tag.basic { color: oklch(55% 0.18 215); }
.pricing-tag.partner { color: oklch(68% 0.16 215); }
.pricing-price {
  font-family: 'DM Serif Display', serif;
  font-size: 52px; line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.pricing-card.basic .pricing-price { color: #fff; }
.pricing-card.partner .pricing-price { color: #fff; }
.pricing-period {
  font-size: 14px; font-weight: 300;
  margin-bottom: 32px;
}
.pricing-card.basic .pricing-period { color: rgba(255,255,255,0.4); }
.pricing-card.partner .pricing-period { color: rgba(255,255,255,0.4); }
.pricing-divider {
  height: 1px; margin-bottom: 28px;
}
.pricing-card.basic .pricing-divider { background: rgba(255,255,255,0.1); }
.pricing-card.partner .pricing-divider { background: rgba(255,255,255,0.1); }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.pricing-feature {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; font-weight: 300;
}
.pricing-card.basic .pricing-feature { color: rgba(255,255,255,0.6); }
.pricing-card.partner .pricing-feature { color: rgba(255,255,255,0.6); }
.pricing-check {
  width: 18px; height: 18px; flex-shrink: 0;
  margin-top: 1px;
}
.pricing-btn {
  display: block; width: 100%;
  margin-top: 36px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 15px; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.pricing-card.basic .pricing-btn {
  background: oklch(55% 0.18 215);
  color: #fff;
  border: none;
}
.pricing-card.basic .pricing-btn:hover {
  background: oklch(50% 0.18 215);
  transform: translateY(-1px);
}
.pricing-card.partner .pricing-btn {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}
.pricing-card.partner .pricing-btn:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-1px);
}
.pricing-footnote {
  font-size: 12px; font-weight: 300;
  margin-top: 12px;
}
.pricing-card.basic .pricing-footnote { color: rgba(255,255,255,0.25); }
.pricing-card.partner .pricing-footnote { color: rgba(255,255,255,0.25); }

/* ===================================================
   FAQ (Startseite)
   =================================================== */
.faq-section { background: #f4f2ee; }
.faq-layout {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 80px; align-items: start;
}
.faq-sticky { position: sticky; top: 100px; }
.faq-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 28px;
  font-size: 14px; font-weight: 500;
  color: oklch(55% 0.18 215);
  text-decoration: none;
  transition: gap 0.2s;
}
.faq-link:hover { gap: 12px; }
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-top: 1px solid #ddd9d0; }
.faq-item:last-child { border-bottom: 1px solid #ddd9d0; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0;
  font-size: 16px; font-weight: 400;
  color: #0f1923;
  cursor: pointer;
  gap: 24px;
}
.faq-q:hover { color: oklch(45% 0.18 215); }
.faq-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  position: relative;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.faq-icon::before { width: 12px; height: 1.5px; top: 10px; left: 5px; }
.faq-icon::after { width: 1.5px; height: 12px; top: 5px; left: 10px; }
.faq-item.open .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-a {
  font-size: 14px; font-weight: 300;
  color: #667080; line-height: 1.75;
  padding-bottom: 22px;
  display: none;
}
.faq-item.open .faq-a { display: block; }

/* ===================================================
   CTA Banner (Startseite)
   =================================================== */
.cta-banner {
  background: oklch(55% 0.18 215);
  padding: 72px 24px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  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: 40px 40px;
}
.cta-banner-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 46px);
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  position: relative;
}
.cta-banner-subtitle {
  font-size: 16px; font-weight: 300;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  position: relative;
}
.cta-banner-btn {
  display: inline-block;
  padding: 16px 44px;
  background: #fff;
  color: oklch(45% 0.18 215);
  border-radius: 8px;
  font-size: 16px; font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s;
  position: relative;
  font-family: 'DM Sans', sans-serif;
}
.cta-banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

/* ===================================================
   Impressum & Datenschutz
   =================================================== */
.impressum-content {
  padding: 72px 24px 96px;
}
.impressum-inner { max-width: 800px; margin: 0 auto; }

.impressum-intro {
  font-size: 15px;
  font-weight: 300;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 48px;
}

.impressum-section {
  margin-bottom: 48px;
}
.impressum-section:last-child { margin-bottom: 0; }

.impressum-section h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: #0f1923;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15,25,35,0.08);
}

.impressum-section h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0f1923;
  margin: 24px 0 10px;
}

.impressum-section p,
.impressum-section address,
.impressum-section li {
  font-size: 15px;
  font-weight: 300;
  color: #4a5568;
  line-height: 1.8;
  font-style: normal;
}

.impressum-section p + p { margin-top: 12px; }

.impressum-section ul,
.impressum-section ol {
  margin: 12px 0 0 22px;
}
.impressum-section li { margin-bottom: 8px; }

.impressum-section a {
  color: oklch(50% 0.18 215);
  text-decoration: none;
}
.impressum-section a:hover { text-decoration: underline; }

.impressum-section .detail-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px 16px;
  font-size: 15px;
  font-weight: 300;
  color: #4a5568;
  line-height: 1.7;
}
.impressum-section .detail-grid dt {
  font-weight: 500;
  color: #0f1923;
}

/* ===================================================
   AGB
   =================================================== */
.agb-content {
  padding: 72px 24px 96px;
}
.agb-inner { max-width: 800px; margin: 0 auto; }

.agb-section {
  margin-bottom: 48px;
}
.agb-section:last-child { margin-bottom: 0; }

.agb-section h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: #0f1923;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15,25,35,0.08);
}
.agb-section h2 .agb-num {
  color: oklch(55% 0.18 215);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
}

.agb-section p,
.agb-section address,
.agb-section li {
  font-size: 15px;
  font-weight: 300;
  color: #4a5568;
  line-height: 1.8;
  font-style: normal;
}

.agb-section p + p { margin-top: 12px; }

.agb-section ul,
.agb-section ol {
  margin: 12px 0 12px 22px;
}
.agb-section li { margin-top: 6px; }
.agb-section li::marker { color: oklch(55% 0.18 215); }

.agb-section a {
  color: oklch(50% 0.18 215);
  text-decoration: none;
}
.agb-section a:hover { text-decoration: underline; }

.agb-section .detail-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px 16px;
  font-size: 15px;
  font-weight: 300;
  color: #4a5568;
  line-height: 1.7;
}
.agb-section .detail-grid dt {
  font-weight: 500;
  color: #0f1923;
}

.agb-meta {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(15,25,35,0.08);
  font-size: 13px;
  font-weight: 300;
  color: #667080;
}

/* ===================================================
   Kontakt
   =================================================== */
.kontakt-content {
  padding: 72px 24px 96px;
}
.kontakt-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.kontakt-info-lead {
  font-size: 16px; font-weight: 300;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 36px;
}
.kontakt-detail {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(15,25,35,0.08);
}
.kontakt-detail:last-child { border-bottom: 1px solid rgba(15,25,35,0.08); }
.kontakt-detail-icon {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 9px;
  background: oklch(55% 0.18 215 / 0.1);
  display: flex; align-items: center; justify-content: center;
  color: oklch(50% 0.18 215);
}
.kontakt-detail-label {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #667080;
  margin-bottom: 4px;
}
.kontakt-detail-value {
  font-size: 15px; font-weight: 400;
  color: #0f1923;
  line-height: 1.6;
}
.kontakt-detail-value a {
  color: oklch(50% 0.18 215);
  text-decoration: none;
}
.kontakt-detail-value a:hover { text-decoration: underline; }

.kontakt-form-card {
  background: #fff;
  border: 1px solid rgba(15,25,35,0.08);
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 16px 40px rgba(10,22,40,0.05);
}
.kontakt-form-card h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: #0f1923;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.kontakt-form-card .form-intro {
  font-size: 14px; font-weight: 300;
  color: #667080;
  line-height: 1.7;
  margin-bottom: 28px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 13px; font-weight: 500;
  color: #0f1923;
  margin-bottom: 8px;
}
.form-group label .req { color: oklch(55% 0.18 215); }
.form-control {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px; font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  color: #0f1923;
  background: #f9f8f6;
  border: 1px solid rgba(15,25,35,0.12);
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.form-control::placeholder { color: #9aa3b0; }
.form-control:focus {
  border-color: oklch(55% 0.18 215);
  background: #fff;
  box-shadow: 0 0 0 3px oklch(55% 0.18 215 / 0.12);
}
textarea.form-control { resize: vertical; min-height: 140px; line-height: 1.6; }
.form-submit {
  width: 100%;
  margin-top: 4px;
  padding: 15px 28px;
  background: oklch(55% 0.18 215);
  color: #fff;
  border: none; border-radius: 8px;
  font-size: 15px; font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.form-submit:hover { background: oklch(50% 0.18 215); transform: translateY(-1px); }
.form-note {
  margin-top: 16px;
  font-size: 12px; font-weight: 300;
  color: #889;
  line-height: 1.6;
}
.form-note a { color: oklch(50% 0.18 215); text-decoration: none; }
.form-note a:hover { text-decoration: underline; }
.form-success {
  display: none;
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 8px;
  background: oklch(55% 0.18 215 / 0.1);
  border: 1px solid oklch(55% 0.18 215 / 0.3);
  color: oklch(40% 0.12 215);
  font-size: 14px; font-weight: 400;
  line-height: 1.6;
}

/* ===================================================
   Footer
   =================================================== */
footer {
  background: #0a1628;
  color: rgba(255,255,255,0.5);
  padding: 80px 24px 40px;
}
.footer-inner { max-width: 1120px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px; padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-brand-name {
  font-family: 'DM Serif Display', serif;
  font-size: 20px; color: #fff;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 10px;
}
.footer-brand-desc {
  font-size: 14px; font-weight: 300;
  line-height: 1.7; color: rgba(255,255,255,0.4);
  max-width: 260px;
}
.footer-col-title {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 14px; font-weight: 300;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: #fff; }
.footer-links a[aria-current="page"] { color: rgba(255,255,255,0.75); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  font-size: 13px;
}
.footer-copy { color: rgba(255,255,255,0.25); }
.footer-powered { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-powered a { color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-powered a:hover { color: rgba(255,255,255,0.6); }

/* ===================================================
   Responsive
   =================================================== */
@media (max-width: 900px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }

  /* Startseite */
  .features-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .features-header .section-body { max-width: 100%; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .leistungen-content { grid-template-columns: 1fr; gap: 0; }
  .leistungen-right { position: static; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-layout { grid-template-columns: 1fr; gap: 40px; }
  .pricing-sticky { position: static; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-sticky { position: static; }

  /* Kontakt */
  .kontakt-inner { grid-template-columns: 1fr; gap: 40px; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  /* Startseite */
  .hero-search-box { flex-direction: column; }
  .hero-search-input { padding: 16px 20px; }
  .hero-search-btn { margin: 0 8px 8px; padding: 14px; }
  .features-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-card { padding: 32px 14px; }

  /* Kontakt */
  .kontakt-form-card { padding: 28px 22px; }

  /* Unterseiten */
  .impressum-section .detail-grid { grid-template-columns: 1fr; gap: 2px 0; }
  .impressum-section .detail-grid dt { margin-top: 10px; }
  .agb-section .detail-grid { grid-template-columns: 1fr; gap: 2px 0; }
  .agb-section .detail-grid dt { margin-top: 10px; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr; }
}
