*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #1B2A4A; --navy-dark: #121e36; --amber: #1E8A8A; --amber-hover: #167070;
  --offwhite: #F8F6F1; --white: #ffffff; --text-dark: #1B2A4A;
  --text-muted: #5a6a87; --border: #e4e0d8; --green: #2a7a4b; --red: #b03a2e;
}
body { font-family: 'DM Sans', sans-serif; background-color: var(--offwhite); color: var(--text-dark); line-height: 1.7; font-size: 17px; }
nav { position: sticky; top: 0; z-index: 100; background: var(--navy); padding: 20px 48px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo img { height: 28px; width: auto; display: block; }
.nav-back { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.nav-back:hover { color: #fff; }
.nav-back svg { width: 16px; height: 16px; }
.post-hero { width: 100%; height: 420px; object-fit: cover; display: block; }
.post-wrap { max-width: 760px; margin: 0 auto; padding: 64px 24px 96px; }
.post-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.post-category { background: var(--amber); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }
.post-date { font-size: 14px; color: var(--text-muted); }
.post-readtime { font-size: 14px; color: var(--text-muted); }
.post-readtime::before { content: "·"; margin-right: 12px; }
.post-title { font-family: 'DM Serif Display', serif; font-size: clamp(28px, 5vw, 42px); line-height: 1.2; color: var(--navy); margin-bottom: 40px; }
.post-body p { margin-bottom: 24px; }
.post-body a { color: var(--amber); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color 0.2s; }
.post-body a:hover { color: var(--amber-hover); text-decoration-thickness: 2px; }
.post-body h2 { font-family: 'DM Serif Display', serif; font-size: 26px; color: var(--navy); margin: 48px 0 16px; line-height: 1.3; }
.punt-block { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--amber); border-radius: 6px; padding: 24px 28px; margin: 28px 0; }
.punt-number { font-size: 28px; font-family: 'DM Serif Display', serif; color: var(--amber); line-height: 1; margin-bottom: 8px; }
.punt-block h3 { font-size: 17px; font-weight: 600; color: var(--navy); margin: 0 0 10px; }
.punt-block p { margin: 0; font-size: 16px; color: var(--text-muted); line-height: 1.65; }
.stap-block { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 28px; margin: 24px 0; }
.stap-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--amber); margin-bottom: 8px; }
.stap-block h3 { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--navy); margin-bottom: 12px; }
.stap-block p { margin: 0; font-size: 16px; color: var(--text-muted); line-height: 1.65; }
.tool-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; margin: 28px 0; overflow: hidden; }
.tool-card-header { background: var(--navy); padding: 18px 24px; }
.tool-card-header h3 { font-family: 'DM Serif Display', serif; font-size: 21px; color: #fff; margin-bottom: 3px; }
.tool-card-header p { font-size: 14px; color: rgba(255,255,255,0.65); font-style: italic; margin: 0; }
.tool-card-body { padding: 20px 24px; }
.tool-fit { font-size: 14px; line-height: 1.6; margin-bottom: 10px; color: var(--text-dark); }
.tool-fit strong { font-weight: 600; }
.tool-less { font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.tool-verdict { margin-top: 14px; background: rgba(30,138,138,0.07); border-left: 3px solid var(--amber); border-radius: 0 6px 6px 0; padding: 12px 16px; font-size: 15px; color: var(--navy); }
.kader { background: var(--navy); color: #fff; border-radius: 10px; padding: 28px; margin: 32px 0; }
.kader h3 { font-family: 'DM Serif Display', serif; font-size: 18px; margin-bottom: 16px; color: #fff; }
.kader p { font-size: 15px; color: rgba(255,255,255,0.8); margin-bottom: 10px; line-height: 1.6; }
.kader p:last-child { margin-bottom: 0; }
.post-body blockquote { border-left: 3px solid var(--amber); padding: 16px 24px; margin: 32px 0; background: rgba(30,138,138,0.06); border-radius: 0 6px 6px 0; font-style: italic; color: var(--navy); font-size: 18px; line-height: 1.6; }
.post-cta { background: var(--navy); color: #fff; border-radius: 12px; padding: 48px 40px; margin-top: 64px; text-align: center; }
.post-cta h2 { font-family: 'DM Serif Display', serif; font-size: 26px; margin-bottom: 12px; }
.post-cta p { color: rgba(255,255,255,0.75); margin-bottom: 28px; font-size: 16px; }
.btn-cta { display: inline-block; background: var(--amber); color: #fff; text-decoration: none; font-weight: 600; padding: 14px 28px; border-radius: 6px; font-size: 16px; transition: background 0.2s; }
.btn-cta:hover { background: var(--amber-hover); }
footer { background: var(--navy-dark); color: rgba(255,255,255,0.6); text-align: center; padding: 32px 24px; font-size: 14px; }
footer a { color: rgba(255,255,255,0.6); text-decoration: none; }
footer a:hover { color: #fff; }
.footer-logo { margin-bottom: 12px; }
.footer-logo img { height: 22px; width: auto; opacity: 0.85; }
.footer-tagline { font-size: 13px; margin-bottom: 16px; }
.footer-bottom { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; font-size: 13px; }
@media (max-width: 640px) {
  nav { padding: 16px 20px; }
  .post-hero { height: 240px; }
  .post-wrap { padding: 40px 20px 64px; }
  .post-cta { padding: 36px 24px; }
}
