/*
Theme Name: Nordkapital
Theme URI: https://p2plendingdeutschland.de/
Author: Redaktion P2P Lending Deutschland
Description: Unabhaengiges Analyse-Portal fuer P2P Kredite in Deutschland. Massgeschneidertes Theme mit Plattform-Profilen, Bewertungssystem und Vergleichen.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: nordkapital
*/

/* ============================================================
   Nordkapital — Design-Token
   Stahlblau + Bernstein, Space Grotesk / Inter
   ============================================================ */
:root {
  --nk-primary: #16324F;
  --nk-primary-dark: #0E2236;
  --nk-secondary: #2E86AB;
  --nk-accent: #F2A33C;
  --nk-accent-soft: #FDEED8;
  --nk-bg: #F6F8FA;
  --nk-surface: #FFFFFF;
  --nk-text: #1A2530;
  --nk-muted: #5C6B7A;
  --nk-border: #DEE5EC;
  --nk-success: #168A5A;
  --nk-danger: #D64545;
  --nk-shadow: 0 2px 12px rgba(22, 50, 79, .08);
  --nk-shadow-lg: 0 10px 32px rgba(22, 50, 79, .14);
  --nk-radius: 10px;
  --nk-radius-sm: 6px;
  --nk-font-head: 'Space Grotesk', system-ui, sans-serif;
  --nk-font-body: 'Inter', system-ui, sans-serif;
  --nk-maxw: 1200px;
  --nk-gradient: linear-gradient(128deg, #16324F 0%, #2E86AB 100%);
}

/* Basis-Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--nk-font-body);
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: -0.005em;
  color: var(--nk-text);
  background: var(--nk-bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--nk-secondary); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--nk-primary); }

h1, h2, h3, h4 {
  font-family: var(--nk-font-head);
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--nk-primary);
  margin: 1.4em 0 .55em;
}
h1 { font-size: clamp(30px, 4.4vw, 44px); margin-top: 0; }
h2 { font-size: clamp(23px, 3vw, 30px); }
h3 { font-size: clamp(18px, 2.2vw, 22px); }
p { margin: 0 0 1.15em; }
ul, ol { padding-left: 1.35em; margin: 0 0 1.2em; }
li { margin-bottom: .45em; }
blockquote { margin: 1.6em 0; }
