/*
Theme Name: Findori
Theme URI: https://findori.online
Author: Eric Sijbesma
Author URI: https://findori.online
Description: Lichtgewicht maatwerk WordPress-theme voor Findori, met GEO-gerichte landingpagina en blogtemplates.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: findori
*/

:root {
  --ink: #111226;
  --muted: #526071;
  --paper: #fbfcff;
  --line: #e2e7ef;
  --indigo: #2f37b9;
  --indigo-dark: #20278f;
  --mint: #d9f5e1;
  --mint-ink: #146134;
  --lavender: #e9ebff;
  --orange: #e8720c;
  --orange-light: #f5851a;
  --orange-soft: #fff1e2;
  --radius: 16px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 24px 64px rgba(17, 18, 38, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.screen-reader-text:focus { left: 12px; top: 12px; z-index: 1000; padding: 10px 14px; color: var(--paper); background: var(--indigo); }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-main { min-height: 60vh; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(226, 231, 239, 0.7); background: rgba(251, 252, 255, 0.94); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 800; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 8px; color: var(--paper); background: var(--indigo); font-size: 20px; }
.brand-name { font-size: 18px; letter-spacing: -0.04em; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: #4c5869; font-size: 14px; font-weight: 600; text-decoration: none; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--indigo); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-switch { display: inline-flex; overflow: hidden; border: 1px solid #d9dfeb; border-radius: 7px; font-size: 12px; font-weight: 800; }
.language-switch a { display: grid; min-width: 44px; min-height: 44px; place-items: center; padding: 0 10px; text-decoration: none; }
.language-switch .active { color: var(--paper); background: var(--indigo); }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; padding: 8px; border: 0; color: var(--ink); background: transparent; font-size: 24px; }

/* Buttons and reusable sections */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: 9px; font-size: 15px; font-weight: 750; line-height: 1; text-decoration: none; transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out), background 180ms var(--ease-out); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(0.98); transition-duration: 80ms; }
.button-primary { color: var(--ink); background: var(--orange); box-shadow: 0 8px 20px rgba(232, 114, 12, 0.28); }
.button-primary:hover { background: var(--orange-light); box-shadow: 0 12px 26px rgba(232, 114, 12, 0.34); }
.button-secondary { color: var(--indigo); border-color: #c8cfff; background: var(--paper); }
.button-secondary:hover { background: #f3f4ff; }
.section { padding: 88px 0; }
.section-soft { background: #f6f8fd; }
.section-dark { color: var(--paper); background: #121a4c; }
.eyebrow-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.eyebrow { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; color: #28468f; background: #dceaff; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.eyebrow.mint { color: var(--mint-ink); background: var(--mint); }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.section-dark .section-heading p { color: #c8d1f1; }

/* Home */
.hero { position: relative; overflow: hidden; padding: 90px 0 100px; background: radial-gradient(circle at 88% 20%, rgba(97, 112, 255, 0.15), transparent 26%), linear-gradient(160deg, #fcfdff 0%, #f3f6ff 100%); }
.hero::before { position: absolute; inset: 0; opacity: 0.6; background-image: radial-gradient(rgba(47, 55, 185, 0.12) 1px, transparent 1px); background-size: 32px 32px; content: ""; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 58px; }
.hero h1 { max-width: 650px; margin: 0 0 22px; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -0.065em; }
.hero-copy { max-width: 570px; margin: 0 0 14px; color: #475467; font-size: 18px; line-height: 1.65; }
.hero-proof { margin: 0 0 30px; color: #405174; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: #4c5869; font-size: 14px; }
.trust-row span::before { margin-right: 6px; color: var(--indigo); content: "✓"; font-weight: 800; }
.browser-card { overflow: hidden; border: 1px solid #dce2ef; border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 13px 16px; border-bottom: 1px solid #e3e8f1; background: #f7f8fb; }
.browser-dot { width: 10px; height: 10px; border-radius: 50%; }
.browser-address { flex: 1; margin-left: 10px; padding: 6px 9px; border: 1px solid #e1e6ef; border-radius: 5px; color: #536171; background: var(--paper); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; }
.browser-card img { display: block; width: 100%; }
.quick-check { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; align-items: center; padding: 42px; border: 1px solid #dfe4ef; border-radius: var(--radius); background: var(--paper); box-shadow: 0 10px 34px rgba(17, 18, 38, 0.05); }
.quick-check h2 { margin: 0 0 12px; font-size: 33px; line-height: 1.1; letter-spacing: -0.05em; }
.quick-check p { color: var(--muted); line-height: 1.65; }
.audit-form { display: flex; gap: 10px; }
.audit-form input { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #ccd5e3; border-radius: 8px; font: inherit; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 28px; border: 1px solid #e1e6ef; border-radius: 14px; background: var(--paper); }
.card-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; border-radius: 10px; color: var(--indigo); background: #e9ebff; font-size: 20px; }
.card h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -0.03em; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step-number { margin-bottom: 14px; color: #93a0b2; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; font-weight: 800; }
.step h3 { margin: 0 0 9px; font-size: 22px; }
.step p { margin: 0; color: #c8d1f1; line-height: 1.65; }
.feature-table-wrap { overflow-x: auto; border: 1px solid #dfe4ef; border-radius: 14px; background: var(--paper); }
.feature-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.feature-table th, .feature-table td { padding: 16px 18px; border-bottom: 1px solid #e9edf4; color: #273449; vertical-align: top; }
.feature-table th { color: #526071; background: #f8f9fc; font-size: 13px; }
.feature-table td:first-child { font-weight: 700; }
.tier { display: inline-flex; padding: 4px 7px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.tier.free { color: #106433; background: #dcf7e5; }
.tier.pro { color: #28349b; background: #e7e9ff; }
.tier.addon { color: #9b4e06; background: #fff0dc; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 780px; margin: 0 auto; }
.price-card { padding: 32px; border: 1px solid #dfe4ef; border-radius: 16px; color: var(--ink); background: var(--paper); }
.price-card.highlight { position: relative; border: 2px solid var(--indigo); box-shadow: 0 18px 40px rgba(47, 55, 185, 0.16); }
.price-card h3 { margin: 0 0 8px; font-size: 24px; }
.price { margin: 16px 0; font-size: 42px; font-weight: 850; letter-spacing: -0.06em; }
.price small { color: var(--muted); font-size: 14px; font-weight: 600; letter-spacing: 0; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 24px 0 30px; list-style: none; }
.check-list li { color: #495567; line-height: 1.45; }
.check-list li::before { margin-right: 8px; color: var(--indigo); content: "✓"; font-weight: 900; }
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border-bottom: 1px solid #dce3ee; }
.faq summary { cursor: pointer; padding: 20px 0; font-size: 18px; font-weight: 750; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { float: right; color: var(--indigo); content: "+"; font-size: 24px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 720px; margin: 0 0 20px; color: var(--muted); line-height: 1.7; }
.cta-panel { padding: 58px; border-radius: 18px; text-align: center; background: linear-gradient(135deg, #2f37b9, #1c246e); }
.cta-panel h2 { max-width: 660px; margin: 0 auto 16px; color: var(--paper); font-size: clamp(31px, 4vw, 48px); letter-spacing: -0.055em; }
.cta-panel p { max-width: 600px; margin: 0 auto 28px; color: #d5dcff; line-height: 1.65; }
.cta-panel .button-primary { color: var(--indigo); background: var(--paper); }

/* Full landing-page parity */
.findori-home .section-heading--left { margin-left: 0; text-align: left; }
.findori-home .section-heading--left h2, .findori-home .section-heading--left h3 { margin-top: 12px; }
.audit-teaser { padding: 72px 0; background: var(--paper); }
.audit-teaser__inner { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .65fr); gap: 48px; align-items: center; padding: 42px; border: 1px solid #dfe5f2; border-radius: 18px; background: linear-gradient(135deg, var(--paper) 0%, #f3f5ff 100%); box-shadow: 0 14px 40px rgba(21, 30, 70, .06); }
.audit-teaser h2 { margin: 14px 0; font-size: clamp(30px, 3.6vw, 43px); line-height: 1.08; letter-spacing: -.055em; }
.audit-teaser p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.7; }
.audit-teaser__note { margin-top: 16px !important; font-size: 14px; }
.audit-teaser__action { display: grid; gap: 11px; padding: 28px; border-radius: 14px; color: var(--paper); background: #20278f; }
.audit-teaser__action strong { font-size: 24px; letter-spacing: -.04em; }
.audit-teaser__action span { color: #ccd5ff; font-size: 14px; }
.audit-teaser__action .button { color: #20278f; background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(32px, 7vw, 90px); align-items: center; }
.problem-copy h2 { margin: 16px 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.055em; }
.problem-copy p { color: var(--muted); line-height: 1.75; }
.answer-comparison { display: grid; gap: 16px; }
.search-window, .chat-window { padding: 22px; border: 1px solid #dfe5f0; border-radius: 14px; background: var(--paper); box-shadow: 0 10px 25px rgba(20, 30, 65, .06); }
.search-window { color: #4e5a6c; }
.search-window span { display: block; padding: 12px; border: 1px solid #dce2ec; border-radius: 7px; color: #28344a; background: #fafbfe; font-size: 15px; }
.search-window small { display: block; margin-top: 12px; color: #758195; }
.chat-window { border-color: #cbd2ff; background: #f9faff; }
.chat-window__label { display: inline-block; margin-bottom: 12px; padding: 4px 8px; border-radius: 999px; color: #28349b; background: #e8eaff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.chat-window p { margin: 0 0 14px; color: #222c43; font-weight: 700; }
.chat-answer { padding: 16px 18px; border: 1px solid #dfe3ff; border-radius: 14px 14px 14px 4px; color: #46536b; background: var(--paper); line-height: 1.55; }
.chat-answer strong { color: var(--indigo); }
.findori-layers { margin-top: 58px; }
.findori-layers .step-number { color: var(--indigo); }
.video-card video { display: block; width: 100%; background: #101642; }
.video-placeholder { padding: 48px; color: #d6deff; background: #101642; text-align: center; }
.video-note { margin: 17px 0 0; color: #5b687a; text-align: center; font-size: 14px; }
.feature-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0 0 42px; padding-bottom: 22px; border-bottom: 1px solid #dfe5ef; color: #536176; font-size: 13px; }
.feature-legend small { margin-right: 14px; }
.feature-group { margin: 0 0 48px; }
.feature-group header { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 2px solid var(--indigo); }
.feature-group__icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: var(--indigo); background: #e9ebff; }
.feature-group h3 { margin: 0 0 3px; font-size: 18px; letter-spacing: -.025em; }
.feature-group header p { margin: 0; color: #657287; font-size: 14px; }
.feature-rows { overflow: hidden; border: 1px solid #dfe5ef; border-radius: 14px; }
.feature-row { display: flex; gap: 20px; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid #e9edf4; background: var(--paper); }
.feature-row:nth-child(even) { background: #fafbfe; }
.feature-row:last-child { border-bottom: 0; }
.feature-row > div { min-width: 0; }
.feature-row strong { display: block; margin-bottom: 4px; color: #172238; font-size: 15px; }
.feature-row p { margin: 0; color: #5a687b; font-size: 14px; line-height: 1.6; }
.feature-row .tier { align-self: flex-start; flex: 0 0 auto; }
.feature-row--addon { background: var(--orange-soft) !important; }
.why-findori { background: #f7f8fd; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.why-grid .card i { display: block; width: 4px; height: 34px; margin-bottom: 15px; border-radius: 99px; background: var(--indigo); }
.when-pro { margin-top: 60px; padding: 34px; border: 1px solid rgba(204, 214, 255, .22); border-radius: 16px; background: rgba(255,255,255,.05); }
.when-pro h3 { margin: 14px 0 12px; font-size: 28px; letter-spacing: -.04em; }
.when-pro p { max-width: 840px; color: #c8d1f1; line-height: 1.75; }
.when-pro .button { margin-top: 10px; }
.addons-teaser { padding: 76px 0; }
.addons-teaser__inner { display: flex; gap: 28px; align-items: center; justify-content: space-between; padding: 42px; border: 1px solid #dce2f0; border-radius: 18px; background: linear-gradient(120deg, #101642, #252d80); color: var(--paper); }
.addons-teaser h2 { max-width: 700px; margin: 14px 0; font-size: clamp(30px, 3.5vw, 43px); line-height: 1.1; letter-spacing: -.055em; }
.addons-teaser p { max-width: 720px; margin: 0; color: #ccd5f5; line-height: 1.7; }
.addons-teaser .button { flex: 0 0 auto; color: #20278f; background: var(--paper); }
.pricing-section { color: var(--paper); background: linear-gradient(180deg, #121a4c 0%, #101642 100%); }
.pricing-section .section-heading p { color: #b9c5ec; }
.pricing-grid--four { grid-template-columns: repeat(4, minmax(0,1fr)); max-width: none; margin: 0; }
.pricing-section .price-card { position: relative; border-color: #313b7f; color: #eef1ff; background: #1b245a; }
.pricing-section .price-card.highlight { transform: scale(1.02); border-color: #6a71ee; background: var(--indigo); }
.pricing-section .price-card h3 { color: #eef1ff; }
.pricing-section .price-card > p { min-height: 54px; color: #c5cdec; font-size: 13px; line-height: 1.55; }
.pricing-section .price-card .price { margin: 12px 0 2px; color: var(--paper); }
.pricing-section .price-card .price small { color: #bdc7ef; }
.plan-sites { display: block; color: #9eace6; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.plan-badge { position: absolute; top: -12px; left: 50%; padding: 6px 12px; border-radius: 999px; color: var(--indigo); background: var(--paper); font-size: 11px; transform: translateX(-50%); white-space: nowrap; }
.pricing-section .check-list li { color: #c7cfec; font-size: 13px; }
.pricing-section .check-list li::before { color: #9aa8ff; }
.pricing-section .more-features { display: block; color: #99a6d5; }
.pricing-section .button-secondary { color: #cbd3ff; border-color: #6572c6; background: rgba(255,255,255,.05); }
.pricing-section .highlight .button-primary { color: var(--indigo); background: var(--paper); }
.addons-pricing { margin-top: 80px; }
.addons-pricing h3 { margin: 12px 0; font-size: 26px; }
.addon-price-card { margin: 18px 0; padding: 30px; border: 1px solid #3a468b; border-radius: 16px; background: #1b245a; }
.addon-price-card > p { max-width: 960px; color: #c5cdec; line-height: 1.7; }
.table-scroll { overflow-x: auto; margin: 22px 0 14px; border: 1px solid #39437d; border-radius: 10px; }
.table-scroll table { min-width: 620px; width: 100%; border-collapse: collapse; }
.table-scroll th, .table-scroll td { padding: 12px 14px; border-bottom: 1px solid #303a75; color: #cad2ef; font-size: 13px; text-align: left; }
.table-scroll th { color: #9face0; background: #141c4e; }
.table-scroll td:first-child { color: var(--paper); font-weight: 750; }
.table-scroll tr:last-child td { border-bottom: 0; }
.table-scroll .is-soon { opacity: .56; }
.table-scroll small { padding: 3px 5px; border-radius: 6px; color: #c6cee9; background: #303a70; font-size: 10px; }
.addon-price-card > small, .vat-note { color: #9eace0; font-size: 12px; }
.vat-note { margin-top: 26px; text-align: center; }
.audit-card { display: flex; gap: 34px; align-items: center; justify-content: space-between; padding: 46px; border: 1px solid #dbe2f4; border-radius: 18px; background: #f3f5ff; }
.audit-card h2 { margin: 14px 0; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -.055em; }
.audit-card p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.7; }
.faq-contact { margin: 28px 0 0; color: #57657a; text-align: center; }
.faq-contact a { color: var(--indigo); font-weight: 700; }

/* Dedicated Add-ons page */
.addons-page { color: #eef1ff; background: linear-gradient(180deg, #121a4c 0%, #101642 100%); }
.addons-page__hero { padding: 112px 0 64px; border-bottom: 1px solid rgba(210,220,255,.2); }
.addons-page__hero h1 { margin: 15px 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.05; letter-spacing: -.065em; }
.addons-page__hero p { max-width: 760px; margin: 0; color: #c5cdec; font-size: 18px; line-height: 1.7; }
.addons-page__body { padding: 68px 0 96px; }
.narrow-content { width: min(920px, calc(100% - 40px)); margin: 0 auto; }
.addon-page-card { margin: 0 0 54px; padding: 36px; border: 1px solid #374285; border-radius: 18px; background: #1a2357; }
.addon-page-card--woo { border-color: #367666; }
.addon-page-card header { display: flex; gap: 17px; margin-bottom: 34px; }
.addon-page-icon { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: #aab7ff; background: rgba(107,119,255,.18); font-size: 24px; }
.addon-page-card--woo .addon-page-icon { color: #86e3c1; background: rgba(83,208,159,.15); }
.addon-title-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.addon-title-row h2 { margin: 0; font-size: 30px; letter-spacing: -.045em; }
.addon-page-card header p { margin: 11px 0 0; color: #c5cdec; line-height: 1.72; }
.addon-page-card section { margin-top: 30px; }
.addon-page-card section h3 { margin: 0 0 15px; color: #9dace5; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.addon-workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.addon-workflow--two { grid-template-columns: repeat(2, 1fr); }
.addon-workflow article { min-height: 126px; padding: 18px; border-radius: 12px; background: #121a4c; }
.addon-workflow b { display: block; margin-bottom: 11px; color: #8898e6; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.addon-workflow strong { display: block; color: #f0f3ff; font-size: 15px; }
.addon-workflow em { padding: 3px 5px; border-radius: 5px; color: #b5bedc; background: #303a70; font-size: 10px; font-style: normal; }
.addon-workflow p { margin: 7px 0 0; color: #b4bfdf; font-size: 13px; line-height: 1.6; }
.addon-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 22px; margin: 30px 0; padding: 0; list-style: none; color: #ccd4ef; font-size: 14px; line-height: 1.55; }
.addon-benefits li::before { margin-right: 8px; color: #8fa6ff; content: '✓'; font-weight: 900; }
.addon-benefits--green li::before { color: #7fe0b5; }
.addons-page__cta { padding: 40px; border: 1px solid #36427e; border-radius: 18px; background: #1a2357; text-align: center; }
.addons-page__cta h2 { margin: 0 0 12px; font-size: 30px; letter-spacing: -.045em; }
.addons-page__cta p { max-width: 620px; margin: 0 auto 24px; color: #c5cdec; line-height: 1.7; }
.addons-page__cta .button-row { justify-content: center; }
.addons-page__cta .button-secondary { color: #d2d9ff; border-color: #5a68b7; background: rgba(255,255,255,.04); }

/* GEO audit page */
.audit-page__hero { padding: 112px 0 74px; background: var(--paper); }
.audit-page__narrow { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.audit-page__hero h1 { margin: 15px 0; font-size: clamp(44px, 5vw, 64px); line-height: 1.05; letter-spacing: -.065em; }
.audit-page__hero p { color: #4f5d70; line-height: 1.75; }
.audit-page__lead { margin: 0 0 22px; color: #24458f !important; font-size: 20px; }
.audit-page__hero .button { margin-top: 18px; }
.audit-deliverables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.audit-deliverables article { display: flex; gap: 12px; align-items: flex-start; padding: 20px; border: 1px solid #dfe5ef; border-radius: 12px; background: var(--paper); }
.audit-deliverables b, .audit-process b { display: grid; flex: 0 0 25px; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #2946a6; background: #e5e9ff; font-size: 12px; }
.audit-deliverables p { margin: 0; color: #4b596c; font-size: 14px; line-height: 1.55; }
.audit-page h2 { margin: 0 0 16px; color: #141d35; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -.05em; }
.audit-page .prose > p, .audit-page__narrow > p { color: #526074; line-height: 1.75; }
.audit-table td:last-child { color: #28428e; }
.audit-process { display: grid; gap: 15px; margin: 26px 0 32px; padding: 0; list-style: none; }
.audit-process li { display: flex; gap: 14px; align-items: center; padding: 16px; border: 1px solid #dce3f0; border-radius: 10px; background: var(--paper); }
.audit-process strong { color: #334157; font-size: 15px; }

/* Documentation parity */
.docs-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 64px; padding: 70px 0 100px; }
.docs-sidebar { position: sticky; top: 95px; align-self: start; display: grid; gap: 16px; color: #56647a; font-size: 14px; }
.docs-sidebar > a { color: var(--indigo); font-weight: 700; text-decoration: none; }
.docs-sidebar strong { margin-top: 13px; color: #27344c; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.docs-sidebar ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.docs-sidebar li a { color: #657287; text-decoration: none; }
.docs-sidebar li a:hover { color: var(--indigo); }
.docs-article { min-width: 0; }
.docs-article header { max-width: 760px; margin-bottom: 54px; }
.docs-article h1 { margin: 14px 0; font-size: clamp(40px, 5vw, 62px); line-height: 1.07; letter-spacing: -.065em; }
.docs-article header > p { color: #526074; font-size: 18px; line-height: 1.7; }
.docs-module { margin: 0 0 62px; scroll-margin-top: 100px; }
.docs-module__heading { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.docs-module h2 { margin: 0; color: #172137; font-size: 29px; letter-spacing: -.045em; }
.docs-module > p { margin: 13px 0 20px; color: #536176; line-height: 1.75; }
.docs-rows { overflow: hidden; border: 1px solid #dfe5ef; border-radius: 12px; }
.docs-rows > div { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 20px; padding: 18px 20px; border-bottom: 1px solid #e7ebf2; background: var(--paper); }
.docs-rows > div:nth-child(even) { background: #fafbfe; }
.docs-rows > div:last-child { border-bottom: 0; }
.docs-rows strong { color: #202b43; font-size: 14px; }
.docs-rows p { margin: 0; color: #59677a; font-size: 14px; line-height: 1.65; }
.docs-next { padding-top: 10px; }
.legal-content h3 { margin-top: 28px; color: #1e2b43; font-size: 19px; }
.legal-table { overflow-x: auto; margin: 16px 0 28px; border: 1px solid #dde4ee; border-radius: 10px; }
.legal-table table { min-width: 620px; width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { padding: 12px 14px; border-bottom: 1px solid #e7ebf2; color: #4e5d70; text-align: left; vertical-align: top; }
.legal-table th { color: #27354b; background: #f4f6fb; }
.legal-table code { color: #253b95; font-size: 12px; }

/* Blog and page templates */
.page-hero { padding: 72px 0 50px; border-bottom: 1px solid #e5eaf1; background: #f7f9fd; }
.page-hero h1 { max-width: 780px; margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; letter-spacing: -0.06em; }
.page-hero p { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid #e0e6ef; border-radius: 14px; background: var(--paper); }
.post-card-image { display: block; aspect-ratio: 16 / 9; background: #e8ebff; object-fit: cover; }
.post-card-body { padding: 22px; }
.post-card-meta, .article-meta { color: #657286; font-size: 13px; }
.post-card h2 { margin: 10px 0; font-size: 22px; line-height: 1.2; letter-spacing: -0.04em; }
.post-card h2 a { text-decoration: none; }
.post-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.article { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 90px; }
.article-header { margin-bottom: 36px; }
.article-header h1 { margin: 12px 0 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; letter-spacing: -0.06em; }
.article-featured-image { width: 100%; margin: 0 0 40px; border-radius: 14px; }
.article-content { color: #273449; font-size: 18px; line-height: 1.75; }
.article-content h2 { margin-top: 48px; color: var(--ink); font-size: 31px; line-height: 1.2; letter-spacing: -0.04em; }
.article-content h3 { margin-top: 32px; color: var(--ink); font-size: 23px; line-height: 1.3; }
.article-content a { color: var(--indigo); text-decoration-thickness: 1px; text-underline-offset: 2px; }
.article-content blockquote { margin: 30px 0; padding: 20px 24px; border-left: 4px solid var(--indigo); color: #43526a; background: #f4f6ff; }
.article-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 15px; }
.article-content th, .article-content td { padding: 10px; border: 1px solid #dde3ec; text-align: left; }
.author-box { display: flex; gap: 18px; align-items: center; margin-top: 54px; padding: 24px; border: 1px solid #e0e6ef; border-radius: 14px; background: #f8faff; }
.author-avatar { display: block; flex: 0 0 58px; width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.author-box h3 { margin: 0 0 5px; font-size: 16px; }
.author-box p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.article-intro { max-width: 700px; margin: 0; color: #536176; font-size: 20px; line-height: 1.65; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 38px; padding-top: 24px; border-top: 1px solid #e0e6ef; }
.article-tags strong { margin-right: 5px; color: #516075; font-size: 13px; }
.article-tags a { padding: 5px 9px; border-radius: 999px; color: #3440a4; background: #ebedff; font-size: 12px; font-weight: 700; text-decoration: none; }
.author-box__links { display: flex; gap: 14px; margin-top: 10px !important; }
.author-box__links a { color: var(--indigo); font-weight: 750; text-decoration: none; }
.related-posts { margin-top: 60px; padding-top: 38px; border-top: 1px solid #e0e6ef; }
.related-posts h2 { margin: 0 0 20px; font-size: 28px; letter-spacing: -.04em; }
.related-posts__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-posts__grid article { overflow: hidden; border: 1px solid #e0e6ef; border-radius: 12px; background: var(--paper); }
.related-posts__image { display: block; aspect-ratio: 16 / 9; background: #e9ecff; }
.related-posts__image img { width: 100%; height: 100%; object-fit: cover; }
.related-posts__grid article > div { padding: 16px; }
.related-posts__grid span { color: #6c798c; font-size: 12px; }
.related-posts__grid h3 { margin: 8px 0; font-size: 18px; line-height: 1.22; letter-spacing: -.03em; }
.related-posts__grid h3 a { color: #172137; text-decoration: none; }
.related-posts__grid p { margin: 0; color: #5b6879; font-size: 13px; line-height: 1.55; }
.about-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.3fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.author-card { overflow: hidden; border: 1px solid #d9def3; border-radius: 18px; background: #f4f6ff; }
.author-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.author-card > div { padding: 1.5rem; }
.author-card h2 { margin: 0 0 .7rem; font-size: 1.45rem; }
.author-card p { color: #45516a; line-height: 1.65; }
.author-links { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1rem 0 0; }
.author-links a { color: var(--indigo); font-weight: 700; }
.about-content h2 { margin: 0 0 1rem; color: #101b46; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.about-content h2:not(:first-child) { margin-top: 2.5rem; }
.about-content p { color: #45516a; font-size: 1.06rem; line-height: 1.8; }
.audit-hero p + p { max-width: 760px; }
.audit-items .card { min-height: 170px; }
.docs-grid a.card { color: inherit; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.docs-grid a.card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(17,18,38,.09); }
.ordered { list-style: decimal; padding-left: 1.5rem; }
.ordered li::before { display: none; }

/* Footer */
.site-footer { padding: 58px 0 28px; color: #d1d9f5; background: #101642; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 46px; padding-bottom: 42px; }
.site-footer .brand { color: var(--paper); }
.site-footer p { max-width: 360px; color: #aeb9dd; line-height: 1.65; }
.footer-heading { margin: 0 0 15px; color: var(--paper); font-size: 14px; }
.footer-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-list a { color: #b5c1e5; font-size: 14px; text-decoration: none; }
.footer-list a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid rgba(211, 220, 255, 0.18); color: #99a6cd; font-size: 13px; }

/* Cookie consent */
.cookie-consent { position: fixed; z-index: 100; right: 20px; bottom: 20px; display: flex; width: min(620px, calc(100% - 40px)); gap: 20px; align-items: center; padding: 20px; border: 1px solid #dce3ef; border-radius: 14px; color: var(--ink); background: rgba(255, 255, 255, .98); box-shadow: 0 20px 50px rgba(17, 18, 38, .22); }
.cookie-consent[hidden] { display: none; }
.cookie-consent__copy { flex: 1; }
.cookie-consent__copy strong { display: block; font-size: 15px; }
.cookie-consent__copy p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.cookie-consent__copy a { color: var(--indigo); }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.cookie-consent__actions .button { min-height: 40px; padding: 10px 12px; font-size: 13px; }

@media (max-width: 920px) {
  .primary-nav { position: fixed; inset: 70px 0 auto; display: none; padding: 22px 20px 28px; border-bottom: 1px solid #e2e7ef; background: var(--paper); box-shadow: 0 18px 30px rgba(17, 18, 38, 0.1); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 18px; }
  .primary-nav a { font-size: 16px; }
  .menu-toggle { display: block; }
  .desktop-cta { display: none; }
  .hero-grid, .quick-check, .about-grid { grid-template-columns: 1fr; }
  .hero { padding: 70px 0 72px; }
  .hero-visual { max-width: 620px; }
  .grid-3, .steps, .post-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 430px; }
  .audit-teaser__inner, .problem-grid { grid-template-columns: 1fr; }
  .pricing-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .addon-workflow { grid-template-columns: 1fr; }
  .addon-workflow--two { grid-template-columns: 1fr 1fr; }
  .audit-deliverables { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1160px); }
  .nav-wrap { min-height: 62px; }
  .hero h1 { font-size: 40px; }
  .section { padding: 64px 0; }
  .quick-check, .cta-panel { padding: 28px 22px; }
  .audit-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .article { width: min(100% - 30px, 780px); padding-top: 44px; }
  .cookie-consent { right: 15px; bottom: 15px; flex-direction: column; align-items: stretch; width: calc(100% - 30px); gap: 14px; }
  .cookie-consent__actions { justify-content: stretch; }
  .cookie-consent__actions .button { flex: 1; }
  .feature-row { gap: 12px; padding: 15px; }
  .feature-row .tier { font-size: 10px; }
  .grid-2, .pricing-grid--four, .addon-workflow--two { grid-template-columns: 1fr; }
  .addons-teaser__inner, .audit-card { flex-direction: column; align-items: flex-start; padding: 28px 22px; }
  .audit-teaser__inner, .addon-page-card { padding: 26px 20px; }
  .addon-benefits { grid-template-columns: 1fr; }
  .addons-page__hero, .audit-page__hero { padding: 86px 0 52px; }
  .addons-page__body { padding: 45px 0 70px; }
  .addon-page-card header { flex-direction: column; }
}

/* ==========================================================================
   Ontwerplaag, 13 augustus 2026
   Koppentype, zichtbare focus, en beweging die het product laat zien in
   plaats van versiert. Alles hieronder staat uit zodra iemand minder
   beweging heeft ingesteld.
   ========================================================================== */

h1, h2, h3, .brand-name, .price-card .amount, .counter {
  font-family: 'Bricolage Grotesque', Manrope, ui-sans-serif, system-ui, sans-serif;
  font-optical-sizing: auto;
}

h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
.price-card .amount, .counter, .findori-score { font-variant-numeric: tabular-nums; }

/* Zichtbare focus voor wie met het toetsenbord werkt. Er stond alleen een
   oude :focus-regel op de skip-link. */
:focus-visible {
  outline: 3px solid var(--indigo);
  outline-offset: 3px;
  border-radius: 4px;
}
.section-dark :focus-visible { outline-color: var(--orange); }

/* Binnenkomen bij scrollen. Elementen staan zichtbaar tot het script ze
   overneemt, zodat er niets verdwijnt als JavaScript uitvalt. */
.js-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out);
}
.js-reveal.is-in { opacity: 1; transform: none; }
.js-reveal:nth-child(2) { transition-delay: 60ms; }
.js-reveal:nth-child(3) { transition-delay: 120ms; }
.js-reveal:nth-child(4) { transition-delay: 180ms; }
.js-reveal:nth-child(5) { transition-delay: 240ms; }

/* Het proces crawlen, begrijpen, citeren. De stap die in beeld is licht op. */
.flow { display: grid; gap: 26px; margin-top: 40px; }
.flow-figure { width: 100%; max-width: 780px; margin: 0 auto; overflow: visible; }
.flow-track { stroke: rgba(200, 209, 241, 0.35); stroke-width: 2; fill: none; }
.flow-progress {
  stroke: var(--orange); stroke-width: 3; fill: none; stroke-linecap: round;
  stroke-dasharray: var(--flow-len, 600);
  stroke-dashoffset: var(--flow-len, 600);
  transition: stroke-dashoffset 1400ms var(--ease-out);
}
.flow.is-in .flow-progress { stroke-dashoffset: 0; }
.flow-node circle { fill: #1c2660; stroke: rgba(200, 209, 241, 0.45); stroke-width: 2; transition: fill 400ms var(--ease-out), stroke 400ms var(--ease-out); }
.flow-node text { fill: #c8d1f1; font-size: 13px; font-weight: 700; transition: fill 400ms var(--ease-out); }
.flow-node .flow-label { font-size: 15px; font-weight: 600; }
.flow.is-in .flow-node.is-lit circle { fill: var(--orange); stroke: var(--orange); }
/* Dark text on orange: white would land at 2.99:1, which fails. */
.flow.is-in .flow-node.is-lit text { fill: var(--ink); }
.flow.is-in .flow-node.is-lit .flow-label { fill: #c8d1f1; }
.flow-node:nth-of-type(2) circle { transition-delay: 420ms; }
.flow-node:nth-of-type(3) circle { transition-delay: 840ms; }

/* Getallen die oplopen zodra ze in beeld komen. */
.counter { font-weight: 800; letter-spacing: -0.04em; }

/* Kaarten reageren op de muis zonder de bladspiegel te verschuiven. */
.card { transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(17, 18, 38, 0.10); }

/* Oranje als actiekleur, indigo blijft de structuurkleur. */
.eyebrow.action { color: #8a4400; background: var(--orange-soft); }
.trust-row span::before { color: var(--orange); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-reveal { opacity: 1; transform: none; transition: none; }
  .flow-progress { stroke-dashoffset: 0; transition: none; }
  .flow-node circle, .flow-node text { transition: none; }
  .button, .card { transition: none; }
  .button:hover, .card:hover { transform: none; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
