/* MesaWeb-huisstijl — zie docs/HUISSTIJL.md
   navy #0D1B2A · groen #1F4D3D · goud #D4AF37 · crème #F5EFE6 · wit */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy: #0D1B2A;
  --green: #1F4D3D;
  --gold: #D4AF37;
  --cream: #F5EFE6;
  --ink: #1c2733;
  --muted: #5c6670;
}
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.65; }
a { color: var(--green); }

/* Logo */
.plogo { display: flex; align-items: center; gap: .6rem; text-decoration: none; }
.plogo svg { display: block; }
.plogo-word { font-weight: 700; font-size: 1.25rem; letter-spacing: .12em; color: var(--navy); }
.plogo-word span { color: var(--gold); }
.plogo-sub { display: block; font-size: .55rem; letter-spacing: .28em; color: var(--muted); font-weight: 500; margin-top: -0.2rem; }

/* Navigatie */
.pnav { position: sticky; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid #e9e2d4; z-index: 10; }
.pnav-inner { max-width: 1060px; margin: 0 auto; padding: .75rem 1rem; display: flex; align-items: center; gap: 1.5rem; }
.pnav nav { display: flex; gap: 1.4rem; margin-left: auto; }
.pnav nav a { text-decoration: none; color: var(--navy); font-size: .92rem; font-weight: 500; }
.pnav nav a:hover { color: var(--gold); }
.plangs a { text-decoration: none; font-size: .78rem; font-weight: 600; padding: .22rem .5rem; border-radius: 5px; color: var(--navy); }
.plangs a.active { background: var(--navy); color: var(--gold); }

/* Hero — donker navy met goud */
.phero { background: #000; color: var(--gold); text-align: center; padding: 5.5rem 1rem 5rem; }
.ptagline { color: var(--gold); letter-spacing: .3em; font-size: .78rem; font-weight: 600; text-transform: uppercase; margin-bottom: 1.2rem; }
.phero h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); line-height: 1.25; margin-bottom: 1.1rem; font-weight: 700; color: var(--gold); }
.phero p { font-size: clamp(.98rem, 2vw, 1.15rem); color: #e8e4dc; max-width: 44rem; margin: 0 auto; }
.phero-actions { margin-top: 2.2rem; display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

.pbtn { display: inline-block; background: var(--gold); color: var(--navy); padding: .75rem 1.7rem; border-radius: 999px; text-decoration: none; border: 2px solid var(--gold); font-weight: 600; font-size: .95rem; }
.pbtn:hover { filter: brightness(1.08); }
.pbtn.ghost { background: transparent; color: var(--gold); }

/* Secties */
.psection { padding: 4.2rem 1rem; }
.psection.alt { background: var(--cream); }
.pwrap { max-width: 1060px; margin: 0 auto; text-align: center; }
.pwrap h2 { font-size: 1.85rem; margin-bottom: 1.8rem; color: var(--navy); font-weight: 700; }

.pgrid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; text-align: left; }
.pcard-plain { background: #fff; border-radius: 14px; padding: 1.4rem; box-shadow: 0 2px 12px rgba(13,27,42,.07); border-top: 3px solid var(--gold); }
.pcard-plain h3 { margin-bottom: .5rem; font-size: 1.02rem; color: var(--navy); }
.pcard-plain p { font-size: .93rem; color: var(--muted); }

.pgrid4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 1rem; text-align: left; }
.pfeature { background: var(--cream); border-radius: 14px; padding: 1.3rem; }
.pfeature .picon { color: var(--gold); }
.pfeature .picon svg { width: 30px; height: 30px; }
.pfeature strong { display: block; font-size: 1rem; margin-top: .55rem; color: var(--navy); }
.pfeature span { display: block; font-size: .88rem; color: var(--muted); margin-top: .25rem; }

/* Prijs */
.pgrid-precios { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 340px)); gap: 1.4rem; justify-content: center; }
.pprice { background: #fff; border-radius: 18px; padding: 2rem 1.8rem; box-shadow: 0 4px 22px rgba(13,27,42,.10); text-align: left; position: relative; }
.pprice.destacado { border: 2px solid var(--gold); }
.pprice-single { max-width: 430px; width: 100%; text-align: center; }
.pprice-single ul { text-align: left; display: inline-block; }
.pprice h3 { font-size: 1.05rem; color: var(--navy); letter-spacing: .06em; text-transform: uppercase; }
.pamount { font-size: 2.9rem; font-weight: 800; margin: .3rem 0 .6rem; color: var(--navy); }
.pamount span { font-size: 1rem; font-weight: 500; color: var(--muted); }
.pyear { font-size: .9rem; color: var(--green); font-weight: 600; margin: -0.3rem 0 1rem; }
.pprice ul { list-style: none; margin-bottom: 1.4rem; }
.pprice li { padding: .32rem 0 .32rem 1.6rem; position: relative; font-size: .93rem; }
.pprice li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.ptrial { max-width: 42rem; margin: 1.8rem auto 0; background: #fff; border: 2px dashed var(--gold); border-radius: 14px; padding: .95rem 1.3rem; font-size: .95rem; color: var(--ink); }
.pfineprint { margin-top: 1.3rem; font-size: .83rem; color: var(--muted); }

/* Extra's */
.pextras { max-width: 46rem; margin: 0 auto; text-align: left; }
.pextra { display: flex; align-items: baseline; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid #eee5d2; }
.pextra:last-child { border-bottom: none; }
.pextra strong { display: block; color: var(--navy); font-size: .97rem; }
.pextra span { font-size: .87rem; color: var(--muted); }
.pextra em { margin-left: auto; font-style: normal; font-weight: 700; color: var(--gold); white-space: nowrap; }

.pdemo-text { max-width: 36rem; margin: 0 auto 1.5rem; color: var(--muted); }

/* Footer */
.pfooter { background: var(--navy); color: #b9c2cb; text-align: center; padding: 2.6rem 1rem; }
.pfooter a { color: var(--gold); text-decoration: none; }
.pfooter .plogo-word { color: #fff; }
.pfooter-logo { display: flex; justify-content: center; align-items: center; gap: .6rem; margin-bottom: .8rem; }
.pfooter p { font-size: .9rem; }

@media (max-width: 640px) {
  .pnav nav { gap: .8rem; font-size: .85rem; }
  .plogo-sub { display: none; }
}
