:root {
  --bg-gradient: radial-gradient(120% 120% at 50% 0%, #16223d 0%, #0b1225 45%, #070d1c 100%);
  --bg-panel: rgba(17, 27, 52, 0.85);
  --card-bg: rgba(21, 32, 58, 0.9);
  --card-border: rgba(255, 255, 255, 0.06);
  --accent: #f7b521;
  --accent-dark: #e59b00;
  --text-primary: #f4f7ff;
  --text-secondary: #a6b3d9;
  --text-muted: #6d799e;
  --border-radius-lg: 20px;
  --border-radius-sm: 14px;
  --shadow-soft: 0 24px 80px rgba(6, 12, 28, 0.45);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg-gradient);
  color: var(--text-primary);
  line-height: 1.65;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.nav-logo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(145deg, #1f2d53, #0b1225);
  box-shadow: inset 0 0 0 1px rgba(247, 181, 33, 0.15);
  color: var(--accent);
  font-weight: 700;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--accent);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(247, 181, 33, 0.12);
  color: var(--accent);
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-weight: 700 !important;
}

h1 {
  margin: 18px 0 20px;
  font-size: clamp(2.8rem, 4vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.subheadline {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 560px;
}

.hero-image {
  width: 100%;
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
  background: rgba(10, 15, 28, 0.9);
}

.hero-points {
  margin: 0;
  padding: 0;
}

.hero-points li {
  list-style: none;
  position: relative;
  padding-left: 36px;
  color: var(--text-secondary);
  font-size: 0.98rem;
}

.hero-points li::before {
  content: "•";
  position: absolute;
  left: 12px;
  top: 0;
  color: var(--accent);
  font-size: 1.4rem;
}

.hero-card h3 {
  margin: 0;
  font-size: 1.4rem;
  color: var(--accent);
}

.hero-card .meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-card dt {
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.04em;
}

.hero-card dd {
  margin: 4px 0 0;
  color: var(--text-secondary);
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.section-heading p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.05rem;
}

.problem-copy p {
  margin: 0;
  color: var(--text-secondary);
}

.pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(247, 181, 33, 0.12);
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.list-highlight li {
  list-style: none;
  padding-left: 36px;
  position: relative;
  color: var(--text-secondary);
}

.list-highlight li::before {
  content: "♪";
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--accent);
  font-size: 1.1rem;
}

.mode-card h3,
.example-label {
  margin: 0;
  color: var(--accent);
  font-size: 1.1rem;
}

.mode-meta {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mode-card li {
  list-style: none;
  color: var(--text-secondary);
  padding-left: 28px;
  position: relative;
}

.mode-card li::before {
  content: "›";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--accent);
}

.feature-card h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--accent);
}

.feature-card p {
  margin: 0;
  color: var(--text-secondary);
}

.quote-card blockquote {
  margin: 0;
  color: var(--text-secondary);
  font-style: italic;
}

.quote-card cite {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

details {
  background: rgba(18, 28, 51, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: var(--border-radius-sm);
  padding: 20px 24px;
}

summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text-primary);
  outline: none;
}

details[open] {
  border-color: rgba(247, 181, 33, 0.3);
  background: rgba(18, 28, 51, 0.9);
}

details p {
  margin: 16px 0 0;
  color: var(--text-secondary);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
}

.about-emil {
  background: var(--card-bg);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--card-border);
}

.about-photo img {
  width: 100%;
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.about-content h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.4rem);
}

.about-content p {
  margin: 0;
  color: var(--text-secondary);
}

.about-link {
  width: fit-content;
  border-radius: var(--border-radius-sm);
}

.about-inline-link {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.about-inline-link:hover {
  color: var(--accent-dark);
}
