
/* ============================================================
   Marketing-website — apex roomboard.nl
   ============================================================ */
body.marketing {
  margin: 0; font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1f2937; background: #fff; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.marketing a { color: #4a6fa5; text-decoration: none; }
body.marketing a:hover { text-decoration: underline; }
body.marketing h1, body.marketing h2, body.marketing h3 { line-height: 1.15; letter-spacing: -.015em; }

/* nav */
.m-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 5vw; max-width: 1200px; margin: 0 auto;
}
.m-brand {
  font-weight: 700; font-size: 1.2rem; color: #111827;
  display: inline-flex; align-items: center; gap: .35rem;
}
.m-brand:hover { text-decoration: none; }
.m-logo { color: #4a6fa5; transform: rotate(90deg); display: inline-block; }
.m-nav nav { display: flex; gap: 1.6rem; align-items: center; font-size: .95rem; }
.m-nav nav a { color: #374151; }

/* buttons */
.m-btn-primary, .m-btn-ghost {
  display: inline-block; padding: .6rem 1.1rem; border-radius: 999px;
  font-weight: 600; transition: transform .15s, box-shadow .15s, background .15s;
  border: 1px solid transparent; font-size: .95rem;
}
.m-btn-primary { background: #4a6fa5; color: #fff !important; }
.m-btn-primary:hover { background: #3b5b88; text-decoration: none !important; transform: translateY(-1px); }
.m-btn-ghost { background: #fff; color: #4a6fa5 !important; border-color: #d1d5db; }
.m-btn-ghost:hover { border-color: #4a6fa5; text-decoration: none !important; }
.m-btn-primary.big, .m-btn-ghost.big { padding: .9rem 1.6rem; font-size: 1.05rem; }

/* hero */
.m-hero {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
  max-width: 1200px; margin: 2rem auto 4rem; padding: 0 5vw;
  align-items: center;
}
@media (max-width: 800px) {
  .m-hero { grid-template-columns: 1fr; gap: 2rem; }
}
.m-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem); margin: 0 0 1rem; font-weight: 800;
  color: #0f172a;
}
.m-hero h1 em { color: #4a6fa5; font-style: normal; }
.m-lead { font-size: 1.1rem; color: #4b5563; margin: 0 0 1.5rem; }
.m-hero-ctas { display: flex; gap: .8rem; flex-wrap: wrap; }
.m-hint { font-size: .85rem; color: #6b7280; margin-top: 1rem; }

.m-hero-visual { display: flex; justify-content: center; }
.m-mock {
  background: #0f172a; color: #f9fafb; border-radius: 18px;
  padding: 1.6rem 1.5rem; width: 100%; max-width: 460px;
  box-shadow: 0 20px 50px rgba(15,23,42,.25), 0 4px 10px rgba(15,23,42,.15);
}
.m-mock-room {
  font-size: 1.6rem; font-weight: 800; letter-spacing: -.02em;
  color: #fff; margin-bottom: .25rem;
}
.m-mock-status {
  display: inline-block; padding: .25rem .7rem; border-radius: 999px;
  font-size: .85rem; font-weight: 600; margin-bottom: 1rem;
}
.m-mock-status.busy { background: rgba(220,38,38,.18); color: #fca5a5; }
.m-mock-cards { display: flex; flex-direction: column; gap: .55rem; }
.m-mock-card {
  background: rgba(255,255,255,.05); border-left: 3px solid rgba(255,255,255,.2);
  padding: .55rem .8rem; border-radius: 6px; font-size: .9rem;
}
.m-mock-card.past { opacity: .45; }
.m-mock-card.current { background: rgba(74,111,165,.25); border-left-color: #93c5fd; }
.m-mock-card.future { color: #d1d5db; }

/* sections */
.m-section { padding: 4rem 5vw; max-width: 1200px; margin: 0 auto; }
.m-section-alt { background: #f9fafb; max-width: none; }
.m-section-alt > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
.m-section h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin: 0 0 .6rem; color: #0f172a;
}
.m-section-lead { color: #6b7280; max-width: 60ch; margin: 0 0 2rem; }

/* feature grids */
.m-grid-2 {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.m-grid-3 {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.m-grid-4 {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

/* praktijk-cases */
.m-case {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 12px;
  padding: 1.4rem; position: relative;
}
.m-case-tag {
  display: inline-block; background: #4a6fa5; color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: .2rem .6rem; border-radius: 999px; margin-bottom: .8rem;
}
.m-case h3 { margin: 0 0 .4rem; font-size: 1.15rem; }
.m-case p { margin: 0; color: #374151; font-size: .95rem; line-height: 1.5; }

/* status chips voor integraties */
.m-status {
  display: inline-block; font-size: .72rem; font-weight: 700;
  padding: .15rem .55rem; border-radius: 999px; letter-spacing: .03em;
  text-transform: uppercase; margin: .8rem 0 0;
}
.m-status-ok    { background: #dcfce7; color: #15803d; }
.m-status-soon  { background: #fef3c7; color: #92400e; }
.m-soon { font-size: .82rem; color: #92400e; font-style: italic; margin-top: .8rem; }
.m-feature {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 12px;
  padding: 1.4rem;
}
.m-feature-ico { font-size: 1.8rem; margin-bottom: .5rem; }
.m-feature h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.m-feature p { margin: 0; color: #4b5563; font-size: .92rem; }

/* pricing */
.m-pricing {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem;
  align-items: start;
}
@media (max-width: 800px) { .m-pricing { grid-template-columns: 1fr; } }
.m-price-card {
  background: #fff; border: 2px solid #4a6fa5; border-radius: 16px;
  padding: 2rem; box-shadow: 0 8px 24px rgba(74,111,165,.15);
}
.m-price-tag {
  font-size: 2.4rem; font-weight: 800; color: #0f172a; letter-spacing: -.02em;
}
.m-price-tag .m-unit {
  font-size: 1rem; font-weight: 500; color: #6b7280; margin-left: .3rem;
}
.m-price-sub { color: #6b7280; font-size: .9rem; margin-bottom: 1.4rem; }
.m-price-card ul {
  list-style: none; padding: 0; margin: 0 0 1.4rem; display: flex;
  flex-direction: column; gap: .55rem;
}
.m-price-card ul li { position: relative; padding-left: 1.4rem; font-size: .95rem; }
.m-price-card ul li::before {
  content: "✓"; color: #4a6fa5; font-weight: 700; position: absolute; left: 0;
}
.m-price-side h3 { margin: 0 0 .6rem; font-size: 1rem; color: #0f172a; }
.m-clean-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; font-size: .92rem; }
.m-side-note { font-size: .92rem; color: #4b5563; margin: 0; line-height: 1.45; }

/* hardware table */
.m-hw-table {
  width: 100%; border-collapse: collapse; margin-top: 1rem;
}
.m-hw-table th, .m-hw-table td {
  text-align: left; padding: .85rem 1rem; border-bottom: 1px solid #e5e7eb;
}
.m-hw-table th { font-size: .8rem; text-transform: uppercase; color: #6b7280; letter-spacing: .04em; }
.m-hw-table td:last-child { font-weight: 600; color: #0f172a; white-space: nowrap; }
.m-fineprint { font-size: .85rem; color: #6b7280; margin-top: 1rem; }

/* steps */
.m-steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.m-steps > li {
  background: #fff; border-radius: 12px; padding: 1.2rem 1.4rem;
  border: 1px solid #e5e7eb;
  display: flex; gap: 1rem;
}
.m-step-no {
  width: 2.2rem; height: 2.2rem; border-radius: 50%;
  background: #4a6fa5; color: #fff; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.m-steps h3 { margin: 0 0 .25rem; font-size: 1rem; }
.m-steps p { margin: 0; color: #4b5563; font-size: .92rem; }

/* contact */
.m-contact-cta {
  display: flex; gap: 1rem; flex-wrap: wrap; align-items: center;
}

/* footer */
.m-foot {
  background: #0f172a; color: #d1d5db; padding: 3rem 5vw;
  display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
  font-size: .9rem;
}
.m-foot a { color: #d1d5db; }
.m-foot strong { color: #fff; }
.m-foot-links { display: flex; gap: 1.5rem; }
