/* ============================================================
   Full Speed /AI — fullspeedai.nl
   Huisstijl op basis van de whitepaper (mei 2026)
   ============================================================ */

:root {
  --bg: #F2EFE8;
  --bg-soft: #EDE9E0;
  --card: #F8F6F0;
  --card-dark: #0E1116;
  --ink: #0E1116;
  --ink-dim: #4A4640;
  --ink-faint: #9A938A;
  --accent: #FF4A1C;
  --accent-soft: rgba(255, 74, 28, 0.07);
  --accent-mid: rgba(255, 74, 28, 0.14);
  --line: #D9D2C5;
  --line-soft: #E6DFD2;
  --shadow: 0 1px 3px rgba(14, 17, 22, 0.04), 0 8px 24px rgba(14, 17, 22, 0.06);
  --shadow-lift: 0 2px 6px rgba(14, 17, 22, 0.06), 0 16px 40px rgba(14, 17, 22, 0.10);
  --maxw: 1140px;
  --radius: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img, svg { max-width: 100%; }

a { color: inherit; }

.accent { color: var(--accent); }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

.section {
  padding: 96px 0;
  position: relative;
}

.section + .section { border-top: 1px solid var(--line-soft); }

[id] { scroll-margin-top: 90px; }

.section-dark,
.proposition,
.cta {
  border-top: none;
}

.section-dark {
  background: var(--card-dark);
  color: var(--bg);
}

.eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-head { max-width: 720px; margin-bottom: 52px; }

h1, h2, h3, h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--ink);
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
}

.section-dark .section-title,
.section-dark h2,
.section-dark h3 { color: var(--bg); }

.section-intro {
  font-size: 17px;
  color: var(--ink-dim);
  margin-top: 18px;
  max-width: 640px;
}

.section-dark .section-intro { color: #C9C3B8; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.btn:active { transform: translateY(1px); }

.btn-accent {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 18px rgba(255, 74, 28, 0.28);
}
.btn-accent:hover {
  background: #E83E12;
  box-shadow: 0 8px 24px rgba(255, 74, 28, 0.36);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--ink); background: rgba(14, 17, 22, 0.03); }

.section-dark .btn-ghost { color: var(--bg); border-color: rgba(242, 239, 232, 0.28); }
.section-dark .btn-ghost:hover { border-color: var(--bg); background: rgba(242, 239, 232, 0.06); }

.btn .arrow { transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(242, 239, 232, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 20px rgba(14, 17, 22, 0.05);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img { width: 24px; height: 24px; display: block; }
.wordmark {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}
.nav-links a {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-dim);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  transition: color 0.18s ease, background 0.18s ease;
}
.nav-links a:hover { color: var(--ink); background: rgba(14, 17, 22, 0.04); }
.nav-links .nav-cta { margin-left: 8px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 104px 0 96px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 60%;
  height: 130%;
  background: var(--accent);
  opacity: 0.06;
  transform: skewX(-14deg);
  transform-origin: top right;
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 26px;
}
.hero-eyebrow .dot {
  width: 7px; height: 7px;
  background: var(--accent);
  border-radius: 50%;
}

.hero h1 {
  font-size: clamp(40px, 7.2vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  max-width: 16ch;
}

.hero-lead {
  font-size: clamp(17px, 2vw, 21px);
  color: var(--ink-dim);
  max-width: 56ch;
  margin-top: 28px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.hero-meta .item { max-width: 30ch; }
.hero-meta .item strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}
.hero-meta .item span { font-size: 14px; color: var(--ink-dim); }

/* ---------- Generic cards ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--line);
}
.card .card-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 1px;
}
.card h3 {
  font-size: 19px;
  margin: 14px 0 10px;
}
.card p { font-size: 14.5px; color: var(--ink-dim); }

/* ---------- Propositie ---------- */
.proposition {
  background: var(--card-dark);
  color: var(--bg);
}
.prop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.prop-lead {
  font-size: clamp(21px, 2.6vw, 28px);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: var(--bg);
}
.prop-lead .accent { color: var(--accent); }
.prop-body p {
  font-size: 15.5px;
  color: #C9C3B8;
  margin-bottom: 16px;
}
.prop-pillars { list-style: none; margin-top: 6px; }
.prop-pillars li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-top: 1px solid rgba(242, 239, 232, 0.13);
  font-size: 15.5px;
  color: var(--bg);
}
.prop-pillars li:last-child { border-bottom: 1px solid rgba(242, 239, 232, 0.13); }
.prop-pillars li::before {
  content: "";
  position: absolute;
  left: 0; top: 23px;
  width: 13px; height: 13px;
  background: var(--accent);
  clip-path: polygon(40% 0, 100% 0, 60% 100%, 0 100%);
}
.prop-pillars li strong { font-weight: 700; }

/* ---------- Fr/AImwork ---------- */
.fraim-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.fraim-svg {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 18px;
}
.fraim-svg svg { width: 100%; height: auto; display: block; }

.fr-ring {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fr-ring.active { opacity: 1; }

.fraim-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.fr-pill {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: transparent;
  color: var(--ink-dim);
  cursor: pointer;
  transition: all 0.18s ease;
}
.fr-pill:hover { border-color: var(--ink); color: var(--ink); }
.fr-pill .num { color: var(--accent); margin-right: 5px; }
.fr-pill.active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg);
}
.fr-pill.active .num { color: var(--accent); }

.fr-detail {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  padding: 28px 30px;
  min-height: 220px;
}
.fr-detail .fr-d-tag {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
}
.fr-detail h3 {
  font-size: 26px;
  margin: 8px 0 14px;
}
.fr-detail .fr-d-q {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
}
.fr-detail .fr-d-body {
  font-size: 14.5px;
  color: var(--ink-dim);
  margin-bottom: 16px;
}
.fr-detail .fr-d-out {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  background: var(--accent-soft);
  border: 1px solid var(--accent-mid);
  padding: 8px 14px;
  border-radius: 8px;
}
.fr-detail .fr-d-out span { color: var(--accent); }
.fr-fade { animation: frFade 0.35s ease; }
@keyframes frFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Bedrijfslens accordion ---------- */
.lens-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 880px;
}
.lens-item {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lens-item.open {
  border-color: var(--line);
  box-shadow: var(--shadow);
}
.lens-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.lens-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--accent);
  flex-shrink: 0;
}
.lens-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 21px);
  letter-spacing: -0.02em;
  color: var(--ink);
  flex: 1;
}
.lens-toggle {
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lens-toggle::before, .lens-toggle::after {
  content: "";
  position: absolute;
  background: var(--ink);
  border-radius: 2px;
  top: 50%; left: 50%;
  transition: transform 0.25s ease, background 0.2s ease;
}
.lens-toggle::before { width: 12px; height: 2px; transform: translate(-50%, -50%); }
.lens-toggle::after { width: 2px; height: 12px; transform: translate(-50%, -50%); }
.lens-item.open .lens-toggle { background: var(--accent); border-color: var(--accent); }
.lens-item.open .lens-toggle::before,
.lens-item.open .lens-toggle::after { background: #fff; }
.lens-item.open .lens-toggle::after { transform: translate(-50%, -50%) scaleY(0); }

.lens-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.lens-body-inner {
  padding: 0 26px 26px 64px;
}
.lens-body-inner p {
  font-size: 15px;
  color: var(--ink-dim);
  margin-bottom: 14px;
}
.lens-body-inner p:last-child { margin-bottom: 0; }
.lens-body-inner .pull {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--ink);
  border-left: 3px solid var(--accent);
  padding-left: 16px;
  margin: 4px 0 16px;
}

/* roles table inside lens */
.roles-table {
  width: 100%;
  border-collapse: collapse;
  margin: 4px 0 16px;
  font-size: 14px;
}
.roles-table th {
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding: 0 14px 8px 0;
  border-bottom: 1px solid var(--line);
}
.roles-table td {
  padding: 11px 14px 11px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-dim);
  vertical-align: top;
}
.roles-table td:first-child {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.gov-steps { list-style: none; margin: 4px 0 14px; }
.gov-steps li {
  position: relative;
  padding: 9px 0 9px 28px;
  font-size: 15px;
  color: var(--ink-dim);
}
.gov-steps li::before {
  counter-increment: gov;
  content: counter(gov);
  position: absolute;
  left: 0; top: 9px;
  width: 19px; height: 19px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-mid);
  color: var(--accent);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gov-steps { counter-reset: gov; }
.lens-body-inner strong { color: var(--ink); font-weight: 700; }

.lens-footer {
  margin-top: 32px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--accent);
  text-decoration: none;
}
.text-link .arrow { transition: transform 0.2s ease; }
.text-link:hover .arrow { transform: translateX(4px); }

/* ---------- Resultaat ---------- */
.result-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.result-block h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--accent);
  margin-bottom: 20px;
}
.win-list { list-style: none; }
.win-list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(242, 239, 232, 0.13);
  font-size: 15px;
  color: #C9C3B8;
}
.win-list li:first-child { padding-top: 0; }
.win-list li strong {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--bg);
  margin-bottom: 4px;
}
.longterm { display: flex; flex-direction: column; gap: 16px; }
.longterm-item {
  border: 1px solid rgba(242, 239, 232, 0.16);
  border-radius: 12px;
  padding: 22px 24px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.longterm-item:hover { border-color: rgba(255,74,28,0.5); background: rgba(255,74,28,0.04); }
.longterm-item .lt-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--accent);
}
.longterm-item h4 {
  font-size: 18px;
  color: var(--bg);
  margin: 6px 0 8px;
}
.longterm-item p { font-size: 14px; color: #C9C3B8; }

/* ---------- Blog teaser ---------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.post-card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 28px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  height: 100%;
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--line);
}
.post-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 14px;
}
.post-tag { color: var(--accent); }
.post-card h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.post-card p {
  font-size: 14.5px;
  color: var(--ink-dim);
  flex: 1;
}
.post-card .post-more {
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.post-card:hover .post-more .arrow { transform: translateX(4px); }
.post-more .arrow { transition: transform 0.2s ease; }

.blog-teaser-foot { margin-top: 36px; }

/* ---------- Contact CTA ---------- */
.cta {
  background: var(--card-dark);
  color: var(--bg);
  text-align: center;
}
.cta-inner { max-width: 720px; margin: 0 auto; }
.cta h2 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.04;
  color: var(--bg);
}
.cta h2 .accent { color: var(--accent); }
.cta p {
  font-size: 17px;
  color: #C9C3B8;
  margin: 22px auto 34px;
  max-width: 52ch;
}
.cta .btn-accent { font-size: 16px; padding: 16px 30px; }
.cta-mail {
  display: block;
  margin-top: 22px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-faint);
  text-decoration: none;
}
.cta-mail:hover { color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--card-dark);
  color: #9A938A;
  padding: 48px 0 40px;
  border-top: 1px solid rgba(242, 239, 232, 0.1);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(242, 239, 232, 0.1);
}
.footer-brand .wordmark { color: var(--bg); font-size: 20px; }
.footer-brand p {
  font-size: 13.5px;
  margin-top: 10px;
  max-width: 38ch;
  color: #9A938A;
}
.footer-links {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #C9C3B8;
  margin-bottom: 12px;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: #9A938A;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.18s ease;
}
.footer-col a:hover { color: var(--accent); }
.footer-meta {
  font-size: 13px;
  line-height: 1.7;
  color: #847E75;
  margin-top: 14px;
}
.footer-meta strong { color: #C9C3B8; font-weight: 600; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 26px;
  font-size: 12.5px;
  color: #6F6A62;
}
.footer-bottom .accent { color: var(--accent); }

/* ---------- Scroll reveal ----------
   Progressieve verbetering: zonder JS blijft alle inhoud zichtbaar.
   De .js-class wordt door een klein script in <head> gezet. */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.js .reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   Blog index + artikel
   ============================================================ */
.page-hero {
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--line-soft);
}
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 {
  font-size: clamp(34px, 5.4vw, 56px);
  letter-spacing: -0.035em;
}
.page-hero p {
  font-size: 17px;
  color: var(--ink-dim);
  margin-top: 16px;
  max-width: 58ch;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 64px 0 96px;
}

.blog-empty {
  padding: 64px 0 96px;
  color: var(--ink-dim);
  font-size: 15px;
}

/* Artikel */
.article {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 0 88px;
}
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink-dim);
  text-decoration: none;
  margin-bottom: 36px;
}
.article-back:hover { color: var(--accent); }
.article-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 18px;
}
.article-meta .post-tag { color: var(--accent); }
.article h1 {
  font-size: clamp(32px, 5vw, 48px);
  letter-spacing: -0.035em;
  line-height: 1.04;
}
.article-lead {
  font-size: 19px;
  color: var(--ink-dim);
  line-height: 1.55;
  margin: 22px 0 8px;
}
.article-divider {
  height: 2px;
  width: 56px;
  background: var(--accent);
  margin: 32px 0;
}
.article-body h2 {
  font-size: 25px;
  margin: 40px 0 14px;
}
.article-body h2 .num {
  color: var(--accent);
  font-size: 17px;
  margin-right: 10px;
}
.article-body h3 {
  font-size: 19px;
  margin: 28px 0 10px;
}
.article-body p {
  font-size: 16.5px;
  color: var(--ink-dim);
  margin-bottom: 16px;
  line-height: 1.7;
}
.article-body strong { color: var(--ink); font-weight: 700; }
.article-body .pull {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink);
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 22px;
  margin: 26px 0;
}
.article-body .roles-table { font-size: 15px; margin: 18px 0 22px; }
.article-body .roles-table td { padding: 13px 16px 13px 0; }
.article-body .gov-steps li { font-size: 16.5px; }
.article-cta {
  margin-top: 44px;
  padding: 32px;
  background: var(--card-dark);
  border-radius: var(--radius);
  text-align: center;
}
.article-cta h3 { color: var(--bg); font-size: 24px; margin-bottom: 10px; }
.article-cta h3 .accent { color: var(--accent); }
.article-cta p { color: #C9C3B8; font-size: 15px; margin-bottom: 22px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 940px) {
  .section { padding: 72px 0; }
  .card-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .prop-grid, .fraim-layout, .result-cols { grid-template-columns: 1fr; gap: 36px; }
  .blog-list { grid-template-columns: 1fr; }
  .fraim-svg { order: 2; }
}

@media (max-width: 720px) {
  .container { padding: 0 20px; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute;
    top: 72px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: 14px 20px 22px;
    box-shadow: 0 14px 30px rgba(14,17,22,0.10);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; font-size: 16px; }
  .nav-links .nav-cta { margin-left: 0; margin-top: 8px; justify-content: center; }
  .card-grid, .blog-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .hero { padding: 64px 0 64px; }
  .hero-meta { gap: 20px; }
  .footer-top { flex-direction: column; }
  .fr-detail { padding: 24px 22px; }
  .lens-body-inner { padding-left: 26px; }
  .article-body .roles-table { display: block; overflow-x: auto; }
}
