/* RulePro marketing site — design system afgeleid van het presentatie-deck.
   Statisch, geen frameworks. Palet: navy #0F172A · rood #E11D48 · slate. */

:root {
  --navy: #0F172A;
  --red: #E11D48;
  --red-dark: #BE123C;
  --red-bg: #FFF1F2;
  --red-soft: #FFE4E6;
  --body: #334155;
  --muted: #64748B;
  --faint: #94A3B8;
  --line: #E2E8F0;
  --card: #F8FAFC;
  --badge: #F1F5F9;
  --indigo: #4F46E5;
  --indigo-soft: #EEF2FF;
  --teal-bg: #CCFBF1;
  --teal: #0F766E;
  --max: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", system-ui, -apple-system, Calibri, Arial, sans-serif;
  color: var(--body);
  background: #FFFFFF;
  line-height: 1.65;
  font-size: 17px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 28px; height: 64px; }
.brand { font-size: 22px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.brand b { color: var(--red); font-weight: 800; }
.brand .dia { color: var(--red); font-size: 15px; margin-left: 6px; }
.nav nav { display: flex; gap: 22px; flex-wrap: wrap; font-size: 15px; }
.nav nav a { color: var(--body); font-weight: 600; }
.nav nav a:hover { color: var(--red); text-decoration: none; }
.nav .cta { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lang { font-size: 13px; font-weight: 700; color: var(--muted); border: 1px solid var(--line);
        border-radius: 8px; padding: 5px 10px; }
.lang:hover { color: var(--red); border-color: var(--red); text-decoration: none; }
.btn {
  display: inline-block; background: var(--red); color: #FFF; font-weight: 700;
  padding: 10px 22px; border-radius: 10px; font-size: 15px; border: 0; cursor: pointer;
}
.btn:hover { background: var(--red-dark); text-decoration: none; }
.btn.ghost { background: transparent; color: var(--navy); border: 2px solid var(--line); }
.btn.ghost:hover { border-color: var(--red); color: var(--red); background: transparent; }
.btn.big { padding: 14px 30px; font-size: 17px; }

/* ---------- hero ---------- */
.hero { background: var(--navy); color: #FFF; padding: 84px 0 76px; }
.hero .kicker { color: var(--red); font-weight: 800; letter-spacing: 3px; font-size: 13px;
                text-transform: uppercase; margin-bottom: 18px; }
.hero .kicker::before { content: "\25C6"; margin-right: 10px; font-size: 11px; }
.hero h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.12; font-weight: 800; max-width: 820px; }
.hero p.sub { margin-top: 22px; font-size: 20px; color: #CBD5E1; max-width: 680px; }
.hero .actions { margin-top: 34px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero .actions .btn.ghost { color: #E2E8F0; border-color: #334155; }
.hero .actions .btn.ghost:hover { color: #FFF; border-color: var(--red); }
.hero .aud { margin-top: 30px; color: var(--faint); font-size: 14px; }
.hero .aud::before { content: "\25C6"; color: var(--red); margin-right: 10px; font-size: 10px; }

/* ---------- page hero (light, articles) ---------- */
.pagehero { padding: 64px 0 8px; }
.pagehero .kicker { color: var(--red); font-weight: 800; letter-spacing: 3px; font-size: 13px;
                    text-transform: uppercase; margin-bottom: 14px; }
.pagehero .kicker::before { content: "\25C6"; margin-right: 10px; font-size: 11px; }
.pagehero h1 { color: var(--navy); font-size: clamp(30px, 4.4vw, 44px); line-height: 1.15;
               font-weight: 800; max-width: 900px; }
.pagehero p.lead { margin-top: 18px; font-size: 19px; color: var(--muted); max-width: 780px; }

/* ---------- article ---------- */
article.page { padding: 28px 0 40px; }
article.page > .wrap { max-width: 880px; }
article h2 { color: var(--navy); font-size: 28px; font-weight: 800; margin: 52px 0 14px; line-height: 1.25; }
article h3 { color: var(--navy); font-size: 20px; font-weight: 700; margin: 34px 0 10px; }
article p { margin: 14px 0; }
article ul, article ol { margin: 14px 0 14px 26px; }
article li { margin: 7px 0; }
article strong { color: var(--navy); }
article .intro { font-size: 19px; color: var(--body); }

figure.viz { margin: 34px 0; }
figure.viz img { border: 1px solid var(--line); border-radius: 14px; }
figure.viz figcaption { margin-top: 10px; font-size: 14px; color: var(--muted); font-style: italic; }

.tip {
  background: var(--red-bg); border-radius: 14px; padding: 20px 26px; margin: 28px 0;
}
.tip .t { color: var(--red-dark); font-weight: 800; letter-spacing: 2px; font-size: 12px;
          text-transform: uppercase; margin-bottom: 6px; }
.tip p { margin: 6px 0; }

.quote {
  border-left: 4px solid var(--red); padding: 6px 0 6px 22px; margin: 30px 0;
  font-family: Cambria, Georgia, serif; font-style: italic; font-size: 21px; color: var(--navy);
}

/* ---------- components ---------- */
.cards3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 30px 0; }
.stat { background: var(--badge); border-radius: 16px; padding: 26px 26px 22px; }
.stat .n { color: var(--red); font-size: 40px; font-weight: 800; line-height: 1; }
.stat .l { color: var(--navy); font-weight: 700; margin-top: 10px; }
.stat .s { color: var(--muted); font-size: 15px; margin-top: 2px; }

.steps { counter-reset: step; margin: 26px 0; padding: 0; list-style: none; }
.steps li { position: relative; padding: 0 0 22px 62px; counter-increment: step; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 0;
  width: 40px; height: 40px; border-radius: 50%; background: var(--red-soft); color: var(--red);
  font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.steps b { color: var(--navy); display: block; font-size: 18px; }

.grid2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin: 30px 0; }
.kcard { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 26px; }
.kcard h3 { margin: 0 0 8px; font-size: 19px; }
.kcard p { color: var(--muted); font-size: 15px; margin: 0 0 12px; }
.kcard a.more { font-weight: 700; font-size: 15px; }

/* ---------- FAQ ---------- */
.faq { margin: 30px 0; }
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); padding: 12px 0; font-size: 17px; list-style: none; position: relative; padding-right: 34px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; color: var(--red); font-size: 22px; font-weight: 700; }
.faq details[open] summary::after { content: "\2212"; }
.faq .a { padding: 0 0 16px; color: var(--body); }

/* ---------- CTA band ---------- */
.ctaband { background: var(--navy); color: #FFF; margin-top: 70px; }
.ctaband .inner { padding: 56px 0; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.ctaband h2 { font-size: 30px; font-weight: 800; line-height: 1.2; flex: 1 1 380px; }
.ctaband h2 small { display: block; font-size: 17px; font-weight: 400; color: #CBD5E1; margin-top: 10px; }
.ctaband .ctatext { flex: 1 1 380px; }
.ctaband .ctatext h2 { flex: none; }
.ctaband .ctatext p { font-size: 17px; color: #CBD5E1; margin-top: 10px; }
.ctaband .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.ctaband .btn.ghost { color: #E2E8F0; border-color: #334155; }
.ctaband .btn.ghost:hover { color: #FFF; border-color: var(--red); }

/* ---------- downloads ---------- */
.dl { display: flex; gap: 22px; align-items: flex-start; background: var(--card);
      border: 1px solid var(--line); border-radius: 16px; padding: 26px; margin: 22px 0; }
.dl .ic { flex: 0 0 54px; height: 54px; border-radius: 12px; background: var(--red-soft);
          color: var(--red); display: flex; align-items: center; justify-content: center;
          font-weight: 800; font-size: 14px; }
.dl h3 { margin: 0 0 6px; font-size: 19px; color: var(--navy); }
.dl p { margin: 0 0 12px; color: var(--muted); font-size: 15px; }

/* ---------- demo form ---------- */
.formcard { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 34px; margin: 30px 0; }
.formcard .soon { display: inline-block; background: var(--red-soft); color: var(--red-dark);
                  font-size: 12px; font-weight: 800; letter-spacing: 1px; border-radius: 999px;
                  padding: 4px 14px; margin-bottom: 18px; text-transform: uppercase; }
.frow { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 16px; }
.formcard label { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.formcard input, .formcard select, .formcard textarea {
  width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-size: 15px; background: #FFF; color: var(--body);
}
.formcard textarea { min-height: 110px; resize: vertical; }
.formcard [disabled] { background: #F1F5F9; cursor: not-allowed; }

/* ---------- footer ---------- */
footer.site { border-top: 1px solid var(--line); margin-top: 0; padding: 44px 0 54px; }
.fgrid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; }
footer .brand { font-size: 19px; }
footer p { color: var(--muted); font-size: 14px; margin-top: 10px; max-width: 340px; }
footer h4 { color: var(--navy); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
footer ul { list-style: none; }
footer li { margin: 7px 0; font-size: 15px; }
footer a { color: var(--body); }
footer a:hover { color: var(--red); }
.legal { margin-top: 34px; color: var(--faint); font-size: 13px; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .nav nav { display: none; }            /* eenvoudig: mobiel alleen brand + CTA */
  .fgrid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 54px; }
}

/* ---------- pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin: 34px 0; align-items: stretch; }
.plan { background: #FFF; border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; display: flex; flex-direction: column; }
.plan.featured { border: 2px solid var(--red); box-shadow: 0 10px 30px rgba(225,29,72,.08); position: relative; }
.plan.featured .flag { position: absolute; top: -14px; left: 28px; background: var(--red); color: #FFF;
  font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; border-radius: 999px; padding: 4px 14px; }
.plan h3 { color: var(--navy); font-size: 21px; margin: 0 0 4px; }
.plan .who { color: var(--muted); font-size: 14px; min-height: 42px; }
.plan .price { color: var(--navy); font-size: 40px; font-weight: 800; margin: 14px 0 0; }
.plan .price small { font-size: 15px; font-weight: 600; color: var(--muted); }
.plan .per { color: var(--faint); font-size: 13px; margin-bottom: 16px; }
.plan ul { list-style: none; margin: 0 0 22px; padding: 0; }
.plan li { padding: 7px 0 7px 28px; position: relative; font-size: 15px; border-top: 1px solid var(--badge); }
.plan li::before { content: "\2713"; position: absolute; left: 2px; color: var(--red); font-weight: 800; }
.plan .btn { margin-top: auto; text-align: center; }
.pilotband { background: var(--navy); color: #FFF; border-radius: 18px; padding: 34px; margin: 40px 0;
  display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.pilotband .p { flex: 1 1 380px; }
.pilotband h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.pilotband p { color: #CBD5E1; margin: 0; font-size: 16px; }
.pilotband .tag { color: var(--red); font-weight: 800; letter-spacing: 2px; font-size: 12px; text-transform: uppercase; }
.pricenote { color: var(--muted); font-size: 14px; font-style: italic; }


/* ---------- strongman slogan ---------- */
.flex { width: 1.05em; height: 1.05em; fill: currentColor; vertical-align: -0.18em; }
.slogan { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  color: var(--red); font-weight: 800; letter-spacing: .4px; font-size: 14px; }
.hero .slogan { color: #FFF; margin-top: 24px; }
.hero .slogan .flex { color: var(--red); }
.flexbig { width: 60px; height: 60px; fill: var(--red); }
.flexwrap { margin-bottom: 8px; }
/* ---------- WEB3: productbeeld in de hero ---------- */
.hero .shot { margin: 48px 0 0; }
.hero .shot img { border-radius: 14px; border: 1px solid #26324d; box-shadow: 0 24px 60px rgba(2,6,23,.45); }

/* ---------- WEB3: resultaatblok (mechanismegaranties) ---------- */
.stat.win .n { color: var(--teal); font-size: 30px; line-height: 1.2; }

/* ---------- WEB3: vergelijking klassiek traject vs. verkooproute ---------- */
.vs { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; margin: 30px 0; }
.vs-col { border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; }
.vs-col.bad { background: var(--card); }
.vs-col.good { background: #FFFFFF; border: 2px solid var(--red); }
.vs-col h3 { margin: 0 0 14px; font-size: 19px; color: var(--navy); }
.vs-col ul { list-style: none; margin: 0; padding: 0; }
.vs-col li { position: relative; padding: 9px 0 9px 34px; border-top: 1px solid var(--badge); font-size: 15.5px; }
.vs-col li::before { position: absolute; left: 2px; font-weight: 800; }
.vs-col.bad li::before { content: "\2715"; color: var(--faint); }
.vs-col.good li::before { content: "\2713"; color: var(--red); }

/* ---------- WEB3: CTA-herhaling in de artikelkolom ---------- */
.ctaband.mid { border-radius: 18px; margin-top: 56px; }
.ctaband.mid .inner { padding: 44px 36px; }

/* ---------- WEB3: drie rolkaarten naast elkaar ---------- */
.grid2.roles { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
