/* Mantella.nl — Dienst-detail: WordPress (v2-lay-out)
   Aanvulling op dienst-wordpress.css: patronen die op deze pagina afwijken
   van de wp-* basisklassen (die shopify en premium-hosting ook gebruiken).
   Alle klassen hier gebruiken de prefix "wpx-" om botsingen te voorkomen. */

/* ---- Smalle kolom (864px), hergebruikt als binnenwerk van elke sectie ---- */
.wpx-col { position: relative; z-index: 2; width: 864px; max-width: 100%; margin: 0 auto; }

/* ---- Hero ---- */
.wpx-hero__inner { display: flex; flex-direction: column; gap: 20px; }
.wpx-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  border: 1px solid rgba(243,146,0,0.4); border-radius: var(--r-pill); padding: 7px 18px;
}
.wpx-eyebrow .material-symbols-outlined { font-size: 17px; color: var(--c-orange); }
.wpx-eyebrow span:last-child { color: #f5b661; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.wpx-hero__title { font-weight: 900; font-size: 50px; line-height: 1.08; color: #fff; text-wrap: balance; }
.wpx-mock-wrap { margin-top: 36px; }

/* ---- Genummerde koppen (01/02/03…), donker = oranje, licht = rood ---- */
.wpx-numhead { display: flex; align-items: baseline; gap: 16px; }
.wpx-numhead__num { font-family: monospace; font-size: 20px; font-weight: 600; color: var(--c-orange); }
.sec--light .wpx-numhead__num { color: var(--c-red); }
.wpx-numhead__title { font-weight: 800; font-size: 30px; color: #fff; }
.sec--light .wpx-numhead__title { color: var(--c-black-2); }

/* ---- 01 · Wat we binnen WordPress doen (donkere kaarten) ---- */
.wpx-cards2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wpx-card2 { padding: 26px 28px; display: flex; flex-direction: column; gap: 11px; text-decoration: none; }
.wpx-card2__title { font-weight: 800; font-size: 19px; color: #fff; }
.wpx-card2__desc { margin: 0; font-size: 14.5px; line-height: 1.6; color: #a9a9a9; }

/* ---- Caseblok met grote statistiek ---- */
.wpx-case {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 36px;
  padding: 34px 40px;
  text-decoration: none;
}
.wpx-case__mark {
  position: absolute; top: -70px; right: 60px;
  font-size: 260px; line-height: 1; color: rgba(255,255,255,0.03); pointer-events: none;
}
.wpx-case__stat { font-weight: 900; font-size: 76px; line-height: 0.9; flex: 0 0 auto; }
.wpx-case__body { position: relative; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.wpx-case__kicker { font-family: monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #8a8175; }
.wpx-case__title { font-weight: 800; font-size: 23px; color: #fff; line-height: 1.2; text-wrap: balance; }
.wpx-case__desc { margin: 0; font-size: 14.5px; color: #a9a9a9; line-height: 1.55; }
.wpx-case__link {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid rgba(255,255,255,0.22); border-radius: var(--r-pill); padding: 12px 24px;
  font-size: 14.5px; font-weight: 700; color: #fff; white-space: nowrap; flex: 0 0 auto;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.wpx-case__link .material-symbols-outlined { font-size: 18px; color: var(--c-orange); }
/* Hover op het hele blok geeft de knop ook zijn hover-stijl (oranje rand, zoals btn--outline) */
.wpx-case:hover .wpx-case__link { background: rgba(255,255,255,0.08); border-color: rgba(243,146,0,0.8); }

/* ---- Detailsecties (licht, genummerd 02-05) ---- */
.wpx-detail-sec { padding: 72px 0; background-image: linear-gradient(160deg, rgba(243,146,0,0.12), transparent 45%); }
.wpx-details2 { display: flex; flex-direction: column; gap: 64px; }
.wpx-sec2 { display: flex; flex-direction: column; gap: 18px; }
.wpx-details2 > .wpx-sec2:not(:first-child) { border-top: 1px solid #e8e2d8; padding-top: 56px; }
.wpx-sec2__desc { margin: 0; font-size: 18px; line-height: 1.8; color: #4a453e; text-wrap: pretty; }
.wpx-checks2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-top: 4px; }
.wpx-check2 { display: flex; gap: 12px; align-items: flex-start; }
.wpx-check2 .material-symbols-outlined { font-size: 20px; color: #2e7d4f; margin-top: 1px; flex: 0 0 auto; }
.wpx-check2 span:last-child { font-size: 16px; line-height: 1.6; color: #3a332c; }

/* ---- Heldere pakketten ---- */
.wpx-pricing__inner { position: relative; display: flex; flex-direction: column; gap: 26px; }
.wpx-pricing__head { display: flex; flex-direction: column; gap: 12px; text-align: center; align-items: center; }
.wpx-pricing__kicker { font-family: monospace; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #8a8175; }
.wpx-pricing__title { font-weight: 900; font-size: 38px; line-height: 1.1; color: #fff; }
.wpx-pricing__note { margin: 0; font-size: 17px; line-height: 1.7; color: #b4b4b4; max-width: 640px; text-wrap: pretty; }
.wpx-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }

.wpx-price {
  position: relative;
  background: rgba(19,19,19,0.85);
  border: 1px solid var(--c-border-dark);
  border-radius: var(--r-card-lg);
  padding: 30px 28px;
  display: flex; flex-direction: column; gap: 16px;
  text-decoration: none; color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
/* Hele kaart is klikbaar: lift bij hover en de knop kleurt mee alsof je hem direct aanwijst */
.wpx-price:hover { transform: translateY(-4px); }
.wpx-price:hover .wpx-price__cta--outline { border-color: var(--c-orange); color: #f5b661; }
.wpx-price:hover .wpx-price__cta--grad { transform: translateY(-2px); filter: brightness(1.06); }
.wpx-price__name { font-family: monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #8a8175; }
.wpx-price__name--light { color: #f5b661; }
.wpx-price__amount-row { display: flex; align-items: baseline; gap: 8px; }
.wpx-price__amount { font-weight: 900; font-size: 34px; color: #fff; }
.wpx-price__from { font-size: 14px; color: #8a8175; }
.wpx-price__checks { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.wpx-price__check { display: flex; gap: 10px; align-items: flex-start; }
.wpx-price__check .material-symbols-outlined { font-size: 18px; color: #7ee0a1; margin-top: 1px; flex: 0 0 auto; }
.wpx-price__check span:last-child { font-size: 14.5px; line-height: 1.55; color: #c9c9c9; }
.wpx-price__checks--light .wpx-price__check span:last-child { color: #e3e3e3; }
.wpx-price__cta {
  margin-top: auto; display: inline-block; text-align: center; text-decoration: none;
  font-size: 15px; font-weight: 700; padding: 12px 24px; border-radius: var(--r-pill);
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.wpx-price__cta--outline { border: 1px solid rgba(255,255,255,0.25); color: #fff; }
.wpx-price__cta--outline:hover { border-color: var(--c-orange); color: #f5b661; }
.wpx-price__cta--grad { background: var(--grad); color: #fff; box-shadow: var(--sh-grad); padding: 13px 24px; }
.wpx-price__cta--grad:hover { transform: translateY(-2px); filter: brightness(1.06); }

.wpx-price--featured { padding: 1.5px; background: var(--grad); box-shadow: 0 24px 60px rgba(228,0,58,0.25); gap: 0; }
.wpx-price__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%); z-index: 2;
  background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; border-radius: var(--r-pill); padding: 5px 16px;
}
.wpx-price__panel { height: 100%; background: #131313; border-radius: calc(var(--r-card-lg) - 1.5px); padding: 30px 28px; display: flex; flex-direction: column; gap: 16px; }

/* ---- Footer met pagina-specifieke copy ---- */

/* =================== Tablet (834) =================== */
@media (max-width: 1080px) {
  .wpx-hero__title { font-size: 38px; }
  .wpx-numhead__title { font-size: 26px; }
  .wpx-case { flex-direction: column; align-items: flex-start; gap: 22px; }
  .wpx-case__mark { display: none; }
  .wpx-case__stat { font-size: 56px; }
  .wpx-case__link { align-self: flex-start; }
  .wpx-checks2 { grid-template-columns: 1fr; }
  .wpx-pricing__title { font-size: 30px; }
  .wpx-pricing__grid { grid-template-columns: repeat(2, 1fr); }
}

/* =================== Mobiel (390) =================== */
@media (max-width: 700px) {
  .wpx-hero__inner { gap: 16px; }
  .wpx-hero__title { font-size: 30px; }
  .wpx-mock-wrap { margin-top: 28px; }

  .wpx-cards2 { grid-template-columns: 1fr; }
  .wpx-numhead__title { font-size: 22px; }

  .wpx-case { padding: 28px 24px; gap: 18px; }
  .wpx-case__stat { font-size: 40px; }

  .wpx-detail-sec { padding: 54px 0; }
  .wpx-details2 { gap: 40px; }
  .wpx-details2 > .wpx-sec2:not(:first-child) { padding-top: 40px; }
  .wpx-sec2__desc { font-size: 16px; }

  .wpx-pricing__title { font-size: 26px; }
  .wpx-pricing__grid { grid-template-columns: 1fr; }
}
