/*
Theme Name: Findori Links
Theme URI: https://findori.example.invalid/
Author: Findori
Description: Rustige, mobiele verkoopwebsite voor Findori Links.
Version: 1.0.0
Text Domain: findori-links
*/

@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/SpaceGrotesk-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --navy: #0b1730;
  --navy-2: #132544;
  --navy-3: #1d3558;
  --gold: #d39a0b;
  --gold-2: #d09818;
  --gold-soft: #fff4d6;
  --cream: #f4f2ed;
  --white: #fff;
  --ink: #16243a;
  --muted: #607087;
  --line: #dfe3e7;
  --blue-soft: #eaf0f7;
  --success: #247457;
  --shadow: 0 22px 64px rgba(11, 23, 48, 0.09);
  --radius: 18px;
  --content: min(1180px, calc(100vw - 40px));
  --font: "Space Grotesk", "Avenir Next", Avenir, Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #2d6fc0; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: white; padding: .75rem 1rem; border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(244,242,237,.94); border-bottom: 1px solid rgba(11,23,48,.08); backdrop-filter: blur(18px); }
.header-inner { width: var(--content); min-height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 32px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); font-weight: 760; letter-spacing: -.03em; white-space: nowrap; }
.findori-mark { width: 39px; height: 39px; border: 2px solid var(--gold); border-radius: 50%; display: grid; place-items: center; background: white; }
.findori-mark span { width: 19px; height: 22px; background: var(--navy); clip-path: polygon(0 0,100% 0,100% 33%,48% 33%,48% 51%,84% 51%,84% 82%,48% 82%,48% 100%,0 100%); }
.primary-menu { display: flex; align-items: center; gap: 27px; margin-left: auto; padding: 0; list-style: none; }
.primary-menu a { text-decoration: none; color: var(--navy); font-size: .94rem; font-weight: 630; }
.primary-menu .menu-item:last-child a { display: inline-flex; padding: .72rem 1.05rem; border-radius: 11px; background: var(--gold); color: var(--navy); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: white; width: 46px; height: 44px; border-radius: 11px; color: var(--navy); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }
.section, .page-hero { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section > *, .page-hero > * { width: var(--content); margin-left: auto; margin-right: auto; }
.section--white { background: white; }
.section--dark { background: var(--navy); color: white; }
.section--dark h2, .section--dark h3, .section--dark .lead { color: white; }
.section--gold { background: var(--gold); color: var(--navy); }
.section--compact { padding: 2rem 0; }
.hero { padding-top: clamp(4rem, 7vw, 7rem); overflow: hidden; }
.hero-grid, .split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: clamp(2.5rem, 5vw, 5.8rem); align-items: center; }
.hero h1, .page-hero h1 { max-width: 780px; margin: .4rem 0 1.2rem; color: var(--navy); font-size: clamp(3rem, 6.3vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
.page-hero h1 { font-size: clamp(2.8rem, 5.3vw, 5rem); }
.hero .lead { max-width: 640px; }
.eyebrow { margin: 0 0 .8rem; color: #996f00; font-size: .78rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.06rem, 1.8vw, 1.25rem); line-height: 1.65; }
h2 { margin: 0 0 1rem; color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.045em; }
h3 { margin: 0 0 .65rem; color: var(--navy); font-size: 1.28rem; line-height: 1.25; letter-spacing: -.025em; }
p { margin: 0 0 1rem; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.button, .wp-element-button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .78rem 1.2rem; border: 0; border-radius: 12px; background: var(--gold); color: var(--navy); font-weight: 760; text-decoration: none; cursor: pointer; box-shadow: 0 8px 24px rgba(211,154,11,.22); }
.button:hover { background: #e0aa22; transform: translateY(-1px); }
.button--ghost { background: transparent; border: 1px solid var(--navy); box-shadow: none; }
.button--light { background: white; box-shadow: none; }
.text-link { font-weight: 720; text-underline-offset: 4px; }
.recognition-strip { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; }
.recognition-strip strong { font-size: 1.12rem; }
.recognition-strip .ring { width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; font-weight: 800; }
.section-head { max-width: 770px; margin-bottom: 3rem; }
.section-head--center { text-align: center; }
.section-head--center, .section-head--center + * { margin-left: auto; margin-right: auto; }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { padding: clamp(1.35rem, 2.3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 34px rgba(11,23,48,.045); }
.card p { color: var(--muted); }
.card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1.25rem; border-radius: 12px; background: var(--gold-soft); color: #7e5a00; font-weight: 800; }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: step; }
.journey article { position: relative; padding: 1.8rem 1.4rem; border-radius: var(--radius); background: var(--navy-2); }
.journey article::before { counter-increment: step; content: counter(step); width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 800; }
.journey article:not(:last-child)::after { content: "→"; position: absolute; right: -1rem; top: 50%; z-index: 2; color: var(--gold); font-size: 1.5rem; }
.journey p { color: #c5cfdb; }
.visual-frame { padding: 12px; border: 1px solid rgba(11,23,48,.12); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.visual-frame img { width: 100%; border-radius: 16px; }
.benefit-band { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 1px; padding: 1px; border-radius: var(--radius); background: var(--line); overflow: hidden; }
.benefit-band > div { padding: 1.5rem; background: white; }
.benefit-band > div:first-child { background: var(--navy); color: white; }
.benefit-band h3 { margin-bottom: .25rem; }
.benefit-band > div:first-child h3 { color: white; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; list-style: none; padding: 0; }
.feature-list li { position: relative; padding: .95rem 1rem .95rem 2.7rem; border: 1px solid var(--line); border-radius: 13px; background: white; }
.feature-list li::before { content: "✓"; position: absolute; left: 1rem; color: #8a6200; font-weight: 800; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.comparison { width: 100%; min-width: 840px; border-collapse: collapse; }
.comparison th, .comparison td { padding: .95rem 1rem; border-bottom: 1px solid var(--line); text-align: left; font-size: .93rem; }
.comparison th { background: #eef1f5; color: var(--navy); }
.comparison th:last-child { background: var(--navy); color: white; }
.comparison td:last-child { background: #fffaf0; color: var(--navy); font-weight: 680; }
.comparison tr:last-child td { border-bottom: 0; }
.target-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.target-grid .card { min-height: 260px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: clamp(1.5rem, 2.5vw, 2.25rem); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 38px rgba(11,23,48,.055); }
.price-card--featured { border: 2px solid var(--gold); box-shadow: 0 24px 64px rgba(211,154,11,.16); }
.plan-badge { position: absolute; top: 0; right: 1.4rem; transform: translateY(-50%); margin: 0; padding: .35rem .7rem; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.plan-name { margin: 0 0 .35rem; color: var(--navy); font-size: 1.45rem; font-weight: 780; letter-spacing: -.03em; }
.plan-promise { min-height: 3.3rem; color: var(--muted); }
.price { display: grid; gap: .15rem; margin: 1.2rem 0 .35rem; }
.price span { color: var(--navy); font-size: clamp(2.9rem, 5vw, 4.25rem); font-weight: 790; line-height: 1; letter-spacing: -.065em; }
.price small, .billing-note { color: var(--muted); font-size: .86rem; }
.billing-note { min-height: 1.5rem; margin: 0 0 1.25rem; }
.price-card .button { width: 100%; margin-bottom: 1.35rem; }
.price-features { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.price-features li { position: relative; padding-left: 1.45rem; color: var(--muted); }
.price-features li::before { content: "✓"; position: absolute; left: 0; color: #8a6200; font-weight: 800; }
.pricing-legal { max-width: 920px; margin: 1.4rem auto 0; color: var(--muted); font-size: .86rem; text-align: center; }
.availability-note { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: 1.5rem; margin-bottom: 4rem; padding: 1.4rem 1.6rem; border: 1px solid #e7c665; border-radius: 16px; background: var(--gold-soft); }
.availability-note strong { color: var(--navy); font-size: 1.05rem; }
.availability-note span { color: #5d563f; }
.fee-callout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); gap: clamp(2rem,5vw,5rem); align-items: center; }
.fee-math { display: grid; gap: .3rem; padding: 2rem; border-radius: 20px; background: var(--navy); color: white; text-align: center; box-shadow: var(--shadow); }
.fee-math span { color: #c5cfdb; font-size: 1.05rem; }
.fee-math strong { color: white; font-size: clamp(3rem,7vw,5rem); line-height: 1; letter-spacing: -.06em; }
.fee-math small { color: #c5cfdb; }
.legal-copy { max-width: 780px; margin: 0 auto; }
.legal-copy h2 { margin-top: 2.5rem; }
.legal-copy h2:first-child { margin-top: 0; }
.faq-list { max-width: 850px; }
.faq-list details { border-bottom: 1px solid var(--line); background: white; }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.3rem 2.7rem 1.3rem 0; color: var(--navy); font-size: 1.05rem; font-weight: 730; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1.15rem; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 2rem 1.35rem 0; color: var(--muted); }
.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-band h2 { max-width: 750px; }
.breadcrumbs { margin-bottom: 2rem; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: inherit; }
.page-hero { background: white; border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 760px; }
.scenario { padding: 1.5rem; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; background: white; color: var(--muted); font-size: 1.08rem; }
.demo-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.demo-form { padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.demo-form label { display: grid; gap: .5rem; margin-bottom: 1.15rem; color: var(--navy); font-size: .94rem; font-weight: 700; }
.field-label { display: flex; align-items: baseline; gap: .35rem; }
.demo-form input, .demo-form textarea { width: 100%; border: 1px solid #aeb8c4; border-radius: 11px; padding: .8rem .9rem; background: white; color: var(--ink); }
.demo-form .consent-field { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; line-height: 1.5; }
.demo-form .consent-field input { width: 1.1rem; height: 1.1rem; margin-top: .16rem; padding: 0; accent-color: var(--gold); }
.demo-form textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.optional { color: var(--muted); font-size: .78rem; font-weight: 500; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }
.form-alert { margin-bottom: 1rem; padding: 1rem; border: 1px solid #c75851; border-radius: 12px; background: #fff2f1; color: #7f211d; }
.success-card { max-width: 700px; margin: 0 auto; padding: 3rem; text-align: center; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.site-footer { padding: 4.5rem 0 2rem; background: var(--navy); color: #c3cddd; }
.footer-grid { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
.site-footer h2, .site-footer h3 { color: white; font-size: 1rem; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin: .45rem 0; }
.site-footer a { color: #c3cddd; text-decoration: none; }
.footer-bottom { width: var(--content); margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 980px) {
  .hero-grid, .split, .demo-layout, .fee-callout { grid-template-columns: 1fr; }
  .hero-grid { gap: 3rem; }
  .card-grid, .target-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card--featured { grid-row: 1; }
  .benefit-band { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-toggle { display: block; }
  .primary-menu { display: none; position: absolute; left: 20px; right: 20px; top: 70px; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .primary-menu.is-open { display: flex; }
  .primary-menu a { display: block; padding: .8rem .7rem; }
}

@media (max-width: 700px) {
  :root { --content: min(100% - 30px, 1180px); }
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 70px; }
  .site-brand { font-size: .94rem; }
  .hero h1, .page-hero h1 { font-size: clamp(2.55rem, 13.2vw, 4rem); }
  .section, .page-hero { padding: 4.5rem 0; }
  .card-grid, .card-grid--3, .target-grid, .pricing-grid, .journey, .feature-list, .form-grid, .benefit-band, .footer-grid, .availability-note { grid-template-columns: 1fr; }
  .journey article:not(:last-child)::after { content: "↓"; right: 1.2rem; top: auto; bottom: -1.35rem; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .target-grid .card { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
