@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=Fraunces:wght@700;900&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --p: #003082;       /* kvk-blue — primary brand */
  --a: #f97316;       /* accent orange */
  --l: #1A5276;       /* link blue */
  --m: #F4F1ED;       /* muted/bg */
  --brand-50: #f8fafc;
  --brand-100: #f1f5f9;
  --brand-200: #e2e8f0;
  --brand-300: #cbd5e1;
  --brand-400: #94a3b8;
  --brand-500: #64748b;
  --brand-600: #475569;
  --brand-700: #334155;
  --brand-800: #1e293b;
  --brand-900: #0f172a;
  --font-display: 'Fraunces', serif;
  --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--font-sans);
  line-height: 1.82;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); }

/* ============================================================
   EXISTING ARTICLE CSS — PRESERVED + UPDATED VIA VARS
   ============================================================ */
.accent-bar { height: 3px; background: var(--a); }
.wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.content-wrap { max-width: 700px; margin: 0 auto; padding: 0 24px; }

nav.breadcrumb { padding: 14px 0; font-size: .84em; color: #999; }
nav.breadcrumb a { color: var(--l); text-decoration: none; }
nav.breadcrumb a:hover { color: var(--p); text-decoration: underline; }

article { padding: 36px 0 24px; font-size: 1.04em; }

h1 { font-size: 1.85em; line-height: 1.25; margin-bottom: 14px; letter-spacing: -.02em; color: #1a1a1a; font-weight: 700; }
article h1 { font-family: var(--font-display); font-size: clamp(1.55rem,3.5vw,2.1rem); color: var(--p); font-weight: 700; line-height: 1.25; margin-bottom: 14px; letter-spacing: -.02em; }

.author { display: none; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-info { line-height: 1.35; }
.author-name { font-size: .9em; font-weight: 600; color: #1a1a1a; }
.author-role { font-size: .8em; color: #999; }

.meta { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .8em; color: #666; background: rgba(249,115,22,.08); border: 1px solid rgba(249,115,22,.18); border-radius: 100px; padding: 5px 14px; margin-bottom: 22px; }
.affiliate-disclosure { background: #f0faf7; border: 1px solid #d0e8e0; border-radius: 8px; padding: 12px 16px; margin-bottom: 24px; font-size: .82em; color: #666; line-height: 1.55; }
.affiliate-disclosure strong { color: #555; }

article h2 { font-size: 1.35em; margin: 44px 0 16px; color: #1a1a1a; letter-spacing: -.01em; font-weight: 600; border-bottom: 1px solid #e0ebe8; padding-bottom: 8px; position: relative; }
article h2::after { content: ''; display: block; position: absolute; bottom: -1px; left: 0; width: 40px; height: 2px; background: var(--a); border-radius: 2px; }
article h3 { font-size: 1.12em; margin: 32px 0 12px; color: #444; font-weight: 600; }
article p { margin-bottom: 20px; color: #444; }
article ul, article ol { margin: 0 0 20px 20px; }
article li { margin-bottom: 10px; color: #444; }
article li::marker { color: #b0b8b0; }
article a { color: var(--l); text-decoration: underline; text-decoration-color: rgba(26, 82, 118, 0.3); text-underline-offset: 2px; }
article a:hover { text-decoration-color: var(--l); }
article strong { font-weight: 600; color: #1a1a1a; }
article blockquote { border-left: 3px solid var(--a); margin: 28px 0; padding: 16px 24px; color: #555; background: #f8fafc; border-radius: 0 8px 8px 0; font-style: normal; }
article table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .93em; }
article th, article td { padding: 12px 16px; border-bottom: 1px solid #e0ebe8; text-align: left; }
article th { font-weight: 600; background: #eef5f3; color: #1a1a1a; }

.toc { border-left: 3px solid var(--a); background: #f8fafc; padding: 20px 26px; margin-bottom: 36px; border-radius: 0 8px 8px 0; }
.toc .toc-title { font-size: .9em; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; }
.toc ol { margin: 0; padding: 0 0 0 20px; list-style: decimal; }
.toc li { margin-bottom: 6px; font-size: .88em; }
.toc a { color: var(--l); text-decoration: none; }
.toc a:hover { text-decoration: underline; }

.inline-link { background: #f8fafc; border-left: 3px solid var(--a); padding: 10px 16px; margin: 20px 0; font-size: .93em; border-radius: 0 6px 6px 0; }
.inline-link a { color: var(--l); font-weight: 500; text-decoration: none; }
.inline-link a:hover { text-decoration: underline; }

.related { background: #fff; border: 1px solid #e0ebe8; border-radius: 10px; padding: 24px 28px; margin: 36px 0 24px; }
.related h2 { font-size: 1.05em; margin: 0 0 14px; color: #2d2d2d; font-weight: 600; }
.related ul { list-style: none; margin: 0; padding: 0; }
.related li { margin-bottom: 10px; padding-left: 20px; position: relative; }
.related li::before { content: '\2192'; position: absolute; left: 0; color: var(--a); font-size: .9em; }
.related a { color: var(--l); text-decoration: none; font-weight: 500; }
.related a:hover { text-decoration: underline; }

.section-divider { width: 60px; height: 2px; background: var(--a); margin: 40px 0; }

.next-step { background: #f8f9ff; border-left: 4px solid var(--a); padding: 22px 28px; border-radius: 0 10px 10px 0; margin: 24px 0 32px; color: #2d2d2d; }
.next-step .ns-label { font-size: .75em; text-transform: uppercase; letter-spacing: .08em; color: var(--a); font-weight: 700; margin-bottom: 6px; }
.next-step .ns-title { font-size: 1.05em; font-weight: 600; margin-bottom: 10px; color: #1a1a1a; }
.next-step a { color: var(--l); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.next-step a::after { content: ' →'; }
.next-step a:hover { text-decoration: underline; }

.newsletter { background: var(--p); border-radius: 10px; padding: 28px 32px; margin: 0 0 32px; text-align: center; color: #fff; }
.newsletter .nl-head { font-size: 1.15em; font-weight: 700; color: #fff; margin-bottom: 6px; font-family: var(--font-display); }
.newsletter .nl-sub { font-size: .9em; color: rgba(255,255,255,.75); margin-bottom: 18px; line-height: 1.55; }
.newsletter form { display: flex; gap: 8px; max-width: 400px; margin: 0 auto; }
.newsletter input[type=email] { flex: 1; padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); border-radius: 6px; font-size: .9em; font-family: inherit; outline: none; transition: border-color .15s; color: #fff; }
.newsletter input[type=email]::placeholder { color: rgba(255,255,255,.5); }
.newsletter input[type=email]:focus { border-color: var(--a); }
.newsletter button { padding: 10px 20px; background: var(--a); color: #fff; border: none; border-radius: 6px; font-size: .9em; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .15s; white-space: nowrap; }
.newsletter button:hover { background: #ea6500; }
.captcha-row { display: flex; align-items: center; gap: 8px; font-size: .84em; color: rgba(255,255,255,.7); }
.captcha-row label { white-space: nowrap; }
.captcha-input { width: 50px; padding: 8px 10px; border: 1px solid #e0ebe8; border-radius: 6px; font-size: .9em; font-family: inherit; text-align: center; outline: none; }
.captcha-input:focus { border-color: var(--l); }
.newsletter .nl-privacy { font-size: .75em; color: rgba(255,255,255,.5); margin-top: 10px; }

.author-bio { display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid #e0ebe8; border-radius: 10px; padding: 28px 32px; margin: 0 0 32px; }
.author-bio > div:first-child { background: var(--p) !important; border-radius: 50% !important; }
.author-bio > div[style] { background: var(--p) !important; }
.author-bio .bio-name { font-size: 1em; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; }
.author-bio p { font-size: .9em; color: #666; line-height: 1.65; margin: 0; }

.pdf-sticky { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #666; border: 1px solid #d0d8d0; padding: 8px 16px; border-radius: 24px; font-size: .82em; cursor: pointer; font-family: inherit; transition: border-color .2s, color .2s; margin-bottom: 28px; }
.pdf-sticky:hover { border-color: var(--p); color: var(--p); }
.pdf-sticky svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; flex-shrink: 0; }

.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 200; align-items: center; justify-content: center; }
.modal-overlay.active { display: flex; }
.modal { background: #fff; border-radius: 12px; padding: 32px; max-width: 400px; width: 90%; text-align: center; box-shadow: 0 12px 40px rgba(0,0,0,.15); position: relative; }
.modal h3 { font-size: 1.1em; font-weight: 600; margin-bottom: 6px; color: #1a1a1a; }
.modal p { font-size: .9em; color: #777; margin-bottom: 18px; line-height: 1.5; }
.modal form { display: flex; flex-direction: column; gap: 10px; }
.modal input[type=email] { padding: 10px 14px; border: 1px solid #e0ebe8; border-radius: 6px; font-size: .9em; font-family: inherit; outline: none; text-align: center; }
.modal input[type=email]:focus { border-color: var(--l); }
.modal button { padding: 10px 20px; background: var(--p); color: #fff; border: none; border-radius: 6px; font-size: .9em; font-weight: 600; cursor: pointer; font-family: inherit; }
.modal .close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 1.3em; cursor: pointer; color: #999; padding: 4px; }
.modal .nl-privacy { font-size: .75em; color: #bbb; margin: 4px 0 0; }
.modal .captcha-row { justify-content: center; }

/* Footer (existing classes kept for silo links) */
.footer-silo-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 14px; margin: 0 auto 16px; max-width: 900px; }
.footer-silo-links a { color: rgba(255,255,255,.4); text-decoration: none; font-size: .78em; }
.footer-silo-links a:hover { color: rgba(255,255,255,.7); }

/* Category / overview classes */
.category-header { display: none !important; }
.cat-intro { font-size: .95em; color: var(--l); font-weight: 500; margin-bottom: 8px; line-height: 1.5; }
.cat-desc { color: #555; font-size: 1em; margin-top: 10px; line-height: 1.7; max-width: 540px; }
.cat-stats { font-size: .88em; color: #888; margin: 10px 0 28px; font-style: italic; }
.featured { margin-bottom: 36px; }
.featured-label { font-size: .78em; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: #999; margin-bottom: 12px; }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.featured-card { display: block; background: #fff; border: 1px solid #e0ebe8; border-radius: 10px; padding: 22px 24px; color: #2d2d2d; transition: box-shadow .2s, transform .12s; text-decoration: none; }
.featured-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); transform: translateY(-1px); }
.featured-card .fc-title { font-size: 1em; font-weight: 600; color: #1a1a1a; line-height: 1.35; margin-bottom: 6px; }
.featured-card .fc-go { font-size: .84em; color: var(--l); font-weight: 500; }
.featured-card:hover .fc-go { text-decoration: underline; }
.cat-section { margin-bottom: 32px; }
.cat-section-head { font-size: 1.05em; font-weight: 600; color: #1a1a1a; margin-bottom: 4px; }
.cat-section-sub { font-size: .84em; color: #999; margin-bottom: 14px; }
.s-line-sm { width: 36px; height: 2px; background: var(--a); border-radius: 2px; margin: 10px 0 14px; }
.cat-list { list-style: none; padding: 0; }
.cat-list li { margin-bottom: 2px; }
.cat-list a { display: flex; align-items: center; padding: 10px 14px; border-radius: 6px; color: #2d2d2d; text-decoration: none; font-size: .94em; transition: background .15s; }
.cat-list a:hover { background: #f1f5f9; }
.cat-list .cl-title { flex: 1; line-height: 1.4; }
.cat-list .cl-arr { color: #ccc; font-size: .85em; flex-shrink: 0; margin-left: 10px; }
.cat-list a:hover .cl-arr { color: var(--l); }

/* Homepage article card classes */
.s { padding: 56px 0 0; }
.s-head { margin-bottom: 8px; }
.s-head h2 { font-size: 1.6em; font-weight: 700; color: #1a1a1a; letter-spacing: -.02em; line-height: 1.2; }
.s-head p { color: #888; font-size: 1.02em; margin-top: 6px; line-height: 1.6; max-width: 560px; }
.s-line { width: 48px; height: 3px; background: var(--a); border-radius: 2px; margin: 14px 0 28px; }

.entry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 16px; }
.entry-card { background: #fff; border: 1px solid #e0ebe8; border-radius: 10px; padding: 28px 24px; display: block; color: #2d2d2d; transition: box-shadow .2s, transform .12s; }
.entry-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); transform: translateY(-2px); text-decoration: none; }
.entry-card .icon { color: var(--l); margin-bottom: 14px; }
.entry-card h3 { font-size: 1.05em; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; line-height: 1.3; }
.entry-card p { font-size: .88em; color: #777; line-height: 1.6; margin-bottom: 14px; }
.entry-card .go { display: inline-block; font-size: .86em; font-weight: 600; color: var(--l); }
.entry-card:hover .go { text-decoration: underline; }

.silo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin-bottom: 48px; }
.silo { display: block; background: #fff; border: 1px solid #e0ebe8; border-radius: 10px; padding: 22px 24px; color: #2d2d2d; transition: box-shadow .2s, transform .12s; }
.silo:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); transform: translateY(-1px); text-decoration: none; }
.silo .silo-icon { color: var(--l); margin-bottom: 8px; }
.silo h3 { font-size: .98em; color: var(--l); margin-bottom: 4px; font-weight: 600; }
.silo p { font-size: .82em; color: #999; line-height: 1.5; }
.silo .cnt { display: block; margin-top: 8px; font-size: .78em; color: var(--l); font-weight: 600; }
.silo .quick-links { margin-top: 10px; padding-top: 10px; border-top: 1px solid #eef5f3; }
.silo .quick-links a { display: block; font-size: .8em; color: #666; padding: 3px 0; text-decoration: none; }
.silo .quick-links a:hover { color: var(--l); }

.popular-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.pop-card { display: block; background: #fff; border: 1px solid #e0ebe8; border-radius: 8px; padding: 18px 22px; color: #2d2d2d; transition: border-color .15s; }
.pop-card:hover { border-color: var(--l); text-decoration: none; }
.pop-card h4 { font-size: .92em; font-weight: 600; color: #1a1a1a; margin-bottom: 6px; line-height: 1.35; }
.pop-card .pop-meta { font-size: .76em; color: #999; }

.faq-list { margin-bottom: 16px; }
.faq-item { background: #fff; border: 1px solid #e0ebe8; border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.faq-item summary { padding: 18px 22px; cursor: pointer; font-weight: 600; font-size: .95em; color: #1a1a1a; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: '+'; font-size: 1.2em; color: #999; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer { padding: 0 22px 18px; font-size: .9em; color: #666; line-height: 1.65; }
.faq-item .faq-answer a { color: var(--l); }

.trust { background: #fff; border: 1px solid #e0ebe8; border-radius: 10px; padding: 28px 32px; margin-bottom: 48px; display: flex; gap: 18px; align-items: flex-start; }
.trust .trust-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--p); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1.3em; flex-shrink: 0; }
.trust .trust-name { font-weight: 600; color: #1a1a1a; margin-bottom: 4px; }
.trust .trust-role { font-size: .84em; color: #999; margin-bottom: 8px; }
.trust p { font-size: .9em; color: #666; line-height: 1.65; margin: 0; }
.trust-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.badge { font-size: .78em; background: #fff7ed; color: var(--p); padding: 4px 10px; border-radius: 20px; font-weight: 600; border: 1px solid #ffedd5; }

.rec-type { font-size: .72em; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--l); margin-bottom: 4px; }

/* ============================================================
   TV- PREFIX — NEW HOMEPAGE / NAV / FOOTER CSS
   ============================================================ */

/* TOP BAR */
.tv-topbar {
  background: #003082;
  color: #fff;
  padding: 8px 24px;
  font-size: .7em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  display: none;
}
@media (min-width: 768px) { .tv-topbar { display: block; } }
.tv-topbar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tv-topbar__links { display: flex; gap: 24px; }
.tv-topbar__links a { color: rgba(255,255,255,.8); text-decoration: none; transition: color .15s; }
.tv-topbar__links a:hover { color: #f97316; }

/* NAV */
.tv-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 0;
  transition: box-shadow .3s, padding .3s;
}
.tv-nav--scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  padding: 10px 0;
}
.tv-nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.tv-nav__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.tv-nav__logo-icon {
  width: 44px;
  height: 44px;
  background: #f97316;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(249,115,22,.25);
}
.tv-nav__logo-name {
  display: block;
  font-size: 1.4em;
  font-weight: 900;
  color: #003082;
  letter-spacing: -.03em;
  line-height: 1;
  font-family: var(--font-sans);
}
.tv-nav__logo-sub {
  display: block;
  font-size: .65em;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.tv-nav__links {
  display: none;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) { .tv-nav__links { display: flex; } }
.tv-nav__link {
  font-size: .88em;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  position: relative;
  transition: color .15s;
}
.tv-nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f97316;
  transition: width .2s;
}
.tv-nav__link:hover { color: #003082; }
.tv-nav__link:hover::after { width: 100%; }
.tv-nav__sep { width: 1px; height: 24px; background: #e2e8f0; }
.tv-nav__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #003082;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: .85em;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s;
}
.tv-nav__cta:hover { background: #001f5c; }
.tv-nav__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
}
@media (min-width: 1024px) { .tv-nav__hamburger { display: none; } }
.tv-nav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #334155;
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.tv-nav__hamburger--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tv-nav__hamburger--open span:nth-child(2) { opacity: 0; }
.tv-nav__hamburger--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.tv-nav__mobile {
  display: none;
  flex-direction: column;
  padding: 12px 24px 20px;
  border-top: 1px solid #f1f5f9;
  gap: 2px;
}
.tv-nav__mobile--open { display: flex; }
.tv-nav__mobile a {
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  text-decoration: none;
  font-size: .9em;
  font-weight: 600;
}
.tv-nav__mobile a:hover { color: #003082; }

/* ============================================================
   HERO SECTION
   ============================================================ */
.tv-hero {
  background: #fff;
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
}
.tv-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #e2e8f0 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: .5;
  z-index: 0;
}
.tv-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  .tv-hero { padding: 80px 0 100px; }
  .tv-hero__inner { grid-template-columns: 7fr 5fr; }
}
.tv-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #fff7ed;
  border: 1px solid #ffedd5;
  border-radius: 6px;
  margin-bottom: 28px;
  font-size: .72em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #ea580c;
}
.tv-hero__badge svg { flex-shrink: 0; }
.tv-hero__title {
  font-size: clamp(2.4em, 5vw, 4em);
  font-weight: 900;
  color: #003082;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -.03em;
}
.tv-hero__title em {
  color: #f97316;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #e2e8f0;
  text-underline-offset: 8px;
}
.tv-hero__sub {
  font-size: 1.15em;
  color: #475569;
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 36px;
}
.tv-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.tv-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f97316;
  color: #fff;
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(249,115,22,.25);
  transition: background .15s, transform .15s;
}
.tv-hero__btn-primary:hover { background: #ea580c; transform: translateY(-2px); }
.tv-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #003082;
  border: 2px solid #003082;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s;
}
.tv-hero__btn-secondary:hover { background: #f8fafc; }
.tv-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
}
.tv-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tv-hero__trust-icon {
  width: 36px;
  height: 36px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  flex-shrink: 0;
}
.tv-hero__trust-item span {
  font-size: .82em;
  font-weight: 700;
  color: #334155;
}

/* Quick links card (right col) */
.tv-hero__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
  position: relative;
}
.tv-hero__card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(249,115,22,.12), transparent 70%);
  border-radius: 50%;
  z-index: -1;
}
.tv-hero__card-title {
  font-size: .72em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #003082;
  margin-bottom: 20px;
}
.tv-hero__quick-list { display: flex; flex-direction: column; gap: 8px; }
.tv-hero__quick-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.tv-hero__quick-item:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.tv-hero__quick-icon {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
  transition: transform .15s;
}
.tv-hero__quick-item:hover .tv-hero__quick-icon { transform: scale(1.08); }
.tv-hero__quick-label {
  font-weight: 700;
  font-size: .9em;
  color: #0f172a;
  line-height: 1.2;
  display: block;
  transition: color .15s;
}
.tv-hero__quick-item:hover .tv-hero__quick-label { color: #ea580c; }
.tv-hero__quick-desc { font-size: .75em; color: #94a3b8; display: block; }

/* ============================================================
   CATEGORIES SECTION
   ============================================================ */
.tv-categories {
  padding: 80px 0;
  background: #f8fafc;
}
.tv-categories__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.tv-categories__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .tv-categories__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.tv-categories__title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  font-weight: 900;
  color: #003082;
  letter-spacing: -.03em;
  line-height: 1.1;
}
.tv-categories__desc { color: #475569; font-size: 1.05em; max-width: 440px; margin-top: 8px; }
.tv-categories__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #003082;
  font-weight: 700;
  font-size: .9em;
  text-decoration: none;
  transition: color .15s;
  white-space: nowrap;
}
.tv-categories__all:hover { color: #ea580c; }
.tv-categories__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (min-width: 768px) { .tv-categories__grid { grid-template-columns: repeat(4, 1fr); } }

.tv-cat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .15s;
}
.tv-cat-card:hover {
  border-color: #f97316;
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
  transform: translateY(-4px);
}
.tv-cat-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform .2s;
}
.tv-cat-card:hover .tv-cat-card__icon { transform: scale(1.1); }
.tv-cat-card__icon--blue { background: #eff6ff; color: #2563eb; }
.tv-cat-card__icon--green { background: #f0fdf4; color: #16a34a; }
.tv-cat-card__icon--orange { background: #fff7ed; color: #ea580c; }
.tv-cat-card__icon--teal { background: #f0fdfa; color: #0d9488; }
.tv-cat-card__title {
  font-size: 1.05em;
  font-weight: 700;
  color: #003082;
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color .15s;
}
.tv-cat-card:hover .tv-cat-card__title { color: #ea580c; }
.tv-cat-card__desc { font-size: .84em; color: #64748b; line-height: 1.6; flex-grow: 1; margin-bottom: 20px; }
.tv-cat-card__footer {
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tv-cat-card__count { font-size: .7em; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; color: #94a3b8; }
.tv-cat-card__arrow { color: #cbd5e1; transition: color .15s, transform .15s; }
.tv-cat-card:hover .tv-cat-card__arrow { color: #f97316; transform: translateX(3px); }

/* ============================================================
   STAPPENPLAN SECTION
   ============================================================ */
.tv-steps {
  padding: 80px 0;
  background: #fff;
}
.tv-steps__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.tv-steps__card {
  background: #003082;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,48,130,.2);
}
@media (min-width: 1024px) { .tv-steps__card { flex-direction: row; } }
.tv-steps__left {
  padding: 48px;
  color: #fff;
}
@media (min-width: 1024px) { .tv-steps__left { width: 50%; padding: 64px; } }
.tv-steps__badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255,255,255,.1);
  border-radius: 4px;
  font-size: .7em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 24px;
}
.tv-steps__title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 40px;
  letter-spacing: -.02em;
}
.tv-steps__title em { color: #f97316; font-style: normal; }
.tv-steps__list { display: flex; flex-direction: column; gap: 32px; }
.tv-steps__item { display: flex; gap: 20px; }
.tv-steps__num {
  font-size: 2.4em;
  font-weight: 900;
  color: rgba(255,255,255,.15);
  line-height: 1;
  flex-shrink: 0;
  transition: color .2s;
}
.tv-steps__item:hover .tv-steps__num { color: #f97316; }
.tv-steps__step-title { font-size: 1.05em; font-weight: 700; margin-bottom: 4px; }
.tv-steps__step-desc { font-size: .88em; color: #cbd5e1; line-height: 1.65; }

.tv-steps__right {
  position: relative;
  min-height: 360px;
  flex: 1;
}
.tv-steps__right-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  filter: grayscale(1);
}
.tv-steps__right-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #003082 0%, rgba(0,48,130,.4) 50%, transparent 100%);
}
.tv-steps__right-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.tv-steps__assurance {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 320px;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
.tv-steps__assurance-icon { margin-bottom: 16px; color: #f97316; }
.tv-steps__assurance-title { font-size: 1.2em; font-weight: 900; color: #003082; margin-bottom: 10px; }
.tv-steps__assurance-desc { font-size: .88em; color: #64748b; line-height: 1.65; margin-bottom: 20px; }
.tv-steps__assurance-btn {
  display: block;
  text-align: center;
  background: #003082;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .9em;
  text-decoration: none;
  transition: background .15s;
}
.tv-steps__assurance-btn:hover { background: #001f5c; }

/* ============================================================
   FOOTER
   ============================================================ */
.tv-footer {
  background: #0f172a;
  color: #fff;
  padding-top: 72px;
  border-top: 8px solid #f97316;
}
.tv-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) { .tv-footer__inner { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; } }

.tv-footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.tv-footer__logo-icon {
  width: 38px;
  height: 38px;
  background: #f97316;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.tv-footer__logo-name {
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: -.03em;
  font-family: var(--font-sans);
}
.tv-footer__tagline { font-size: .85em; color: #64748b; line-height: 1.65; }
.tv-footer__col-title {
  font-size: .68em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #f97316;
  margin-bottom: 20px;
}
.tv-footer__col-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.tv-footer__col-list a { color: #64748b; text-decoration: none; font-size: .88em; font-weight: 600; transition: color .15s; }
.tv-footer__col-list a:hover { color: #fff; }

.tv-footer__silo-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,.05);
}

.tv-footer__bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  font-size: .72em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #334155;
}
@media (min-width: 768px) {
  .tv-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
.tv-footer__bottom-links { display: flex; gap: 24px; }
.tv-footer__bottom-links a { color: #334155; text-decoration: none; transition: color .15s; }
.tv-footer__bottom-links a:hover { color: #fff; }

/* ============================================================
   MEDIA QUERIES
   ============================================================ */
@media (max-width: 700px) {
  .tv-hero { padding: 40px 0 60px; }
  .tv-hero__title { font-size: 2em; }
  .entry-grid { grid-template-columns: 1fr; }
  .popular-grid { grid-template-columns: 1fr; }
  .featured-grid { grid-template-columns: 1fr; }
  .tv-categories__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.5em; }
  article h2 { font-size: 1.2em; }
  .related { padding: 20px; }
  .next-step { padding: 22px 20px; }
  .newsletter { padding: 22px 20px; }
  .newsletter form { flex-direction: column; }
  .pdf-sticky { bottom: 16px; right: 16px; padding: 8px 14px; font-size: .8em; }
  .author-bio { flex-direction: column; padding: 22px 20px; gap: 14px; text-align: center; }
}

@media print {
  .tv-nav, .tv-topbar, .tv-footer, .accent-bar, .breadcrumb, .toc, .related, .next-step, .newsletter, .pdf-sticky, .modal-overlay, .author, .affiliate-disclosure { display: none; }
  body { background: #fff; color: #000; }
  article { padding: 0; }
  .content-wrap { max-width: none; padding: 0; }
  h1 { font-size: 1.5em; }
}

::selection { background: #ffedd5; color: #003082; }
