/* Mantella.nl — Dienst-detail: WordPress */

/* ---- Hero ---- */
.wp-hero { padding: 70px var(--pad-x) 96px; }
.wp-hero__grid { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; }
.wp-hero__col { display: flex; flex-direction: column; gap: 24px; }
.wp-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.wp-breadcrumb a { color: #999; text-decoration: none; }
.wp-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.wp-breadcrumb__sep { color: #555; }
.wp-breadcrumb__current { color: var(--c-orange); font-weight: 700; }
.wp-hero__title { font-weight: 900; font-size: 68px; line-height: 1.04; text-wrap: balance; }
.wp-hero__lead { font-size: 20px; line-height: 1.7; color: #a9a9a9; text-wrap: pretty; }
.wp-hero__actions { display: flex; gap: 16px; margin-top: 4px; }

/* ---- PageSpeed-mockup ---- */
.wp-mock { position: relative; }
.wp-mock__card {
  background: rgba(16, 16, 16, 0.85);
  border: 1px solid #2e2e2e;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 50px 120px rgba(228, 0, 58, 0.18), 0 20px 60px rgba(0, 0, 0, 0.6);
}
.wp-mock__bar { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid #262626; background: #171717; }
.wp-mock__dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.wp-mock__url { margin-left: 10px; font-family: monospace; font-size: 13px; color: #777; }
.wp-mock__body { padding: 28px 26px; display: flex; flex-direction: column; gap: 18px; }
.wp-mock__score-row { display: flex; align-items: center; gap: 18px; }
.wp-mock__score {
  width: 72px; height: 72px; border-radius: 50%;
  background: conic-gradient(#1f8a5b 0% 98%, #383838 98% 100%);
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.wp-mock__score-inner {
  width: 62px; height: 62px; border-radius: 50%; background: #101010;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 800; font-size: 25px; color: #1f8a5b;
}
.wp-mock__score-label { display: flex; flex-direction: column; gap: 4px; }
.wp-mock__score-title { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: #fff; }
.wp-mock__score-sub { font-size: 14px; color: #888; }
.wp-mock__rows { display: flex; flex-direction: column; gap: 10px; font-family: monospace; font-size: 14px; }
.wp-mock__row { display: flex; justify-content: space-between; color: #999; }
.wp-mock__row-val { font-weight: 700; }
.wp-mock__row-val--green { color: #1f8a5b; }
.wp-mock__row-val--orange { color: var(--c-orange); }

/* ---- Wat we doen ---- */
.wp-services { padding: 90px var(--pad-x); }
.wp-services__inner { position: relative; display: flex; flex-direction: column; gap: 44px; }
.wp-services__title { font-weight: 800; font-size: 42px; color: var(--c-black-2); }
.wp-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.wp-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: var(--r-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wp-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(0, 0, 0, 0.12); }
.wp-card__mark {
  position: absolute;
  top: -14px;
  right: -10px;
  font-size: 130px;
  line-height: 1;
  opacity: 0.07;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.wp-card:hover .wp-card__mark { opacity: 0.18; transform: scale(1.14) rotate(-7deg); }
.wp-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-card__icon .material-symbols-outlined { font-size: 25px; }
.wp-card__icon--red { background: rgba(228, 0, 58, 0.1); }
.wp-card__icon--orange { background: rgba(243, 146, 0, 0.12); }
.wp-card__title { font-weight: 800; font-size: 19px; color: var(--c-black-2); }
.wp-card__desc { margin: 0; font-size: 15px; line-height: 1.6; color: #555; }
.wp-card__more { margin-top: 6px; font-size: 14px; font-weight: 700; }

.ic-red { color: var(--c-red); }
.ic-orange { color: var(--c-orange); }
.ic-black { color: var(--c-black-2); }

/* ---- Case-teaser ---- */
.wp-case {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
  border-radius: var(--r-card-lg);
  padding: 44px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.wp-case__body { position: relative; display: flex; flex-direction: column; gap: 12px; }
.wp-case__kicker { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--c-orange); }
.wp-case__title { font-weight: 800; font-size: 28px; color: #fff; }
.wp-case__desc { margin: 0; font-size: 17px; line-height: 1.6; color: #999; max-width: 640px; }
.wp-case__link { position: relative; white-space: nowrap; }

/* ---- Zo pakken we dat aan ---- */
.wp-detail-sec { padding: 90px var(--pad-x); }
.wp-detail-sec__inner { display: flex; flex-direction: column; gap: 44px; }
.wp-detail-sec__head { display: flex; flex-direction: column; gap: 10px; }
.wp-kicker { font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--c-red); }
.wp-detail-sec__title { font-weight: 800; font-size: 42px; color: var(--c-black-2); }
.wp-details { display: flex; flex-direction: column; gap: 22px; }
.wp-detail {
  background: #faf9f7;
  border: 1px solid var(--c-border-light-2);
  border-radius: var(--r-card-lg);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 36px;
}
.wp-detail__col { display: flex; flex-direction: column; gap: 12px; }
.wp-detail__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.wp-detail__icon .material-symbols-outlined { font-size: 25px; }
.wp-detail__title { font-weight: 800; font-size: 23px; color: var(--c-black-2); }
.wp-detail__desc { margin: 0; font-size: 16px; line-height: 1.65; color: #555; text-wrap: pretty; }
.wp-detail__checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
.wp-detail__check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--c-border-light-2);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}
.wp-detail__check .material-symbols-outlined { font-size: 18px; line-height: inherit; }

/* ---- Heldere pakketten ---- */
.wp-pricing { padding: 96px var(--pad-x); }
.wp-pricing__inner { position: relative; display: flex; flex-direction: column; gap: 48px; }
.wp-pricing__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.wp-pricing__title { font-weight: 800; font-size: 42px; color: #fff; }
.wp-pricing__note { font-size: 17px; color: #888; margin: 0; max-width: 400px; text-wrap: pretty; }
.wp-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.wp-price {
  position: relative;
  background: rgba(19, 19, 19, 0.85);
  border: 1px solid var(--c-border-dark);
  border-radius: var(--r-card-lg);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.wp-price:hover { border-color: #444; transform: translateY(-4px); }
.wp-price--featured {
  background: linear-gradient(150deg, #e4003a 10%, #f39200 115%);
  border: 0;
  box-shadow: 0 28px 70px rgba(228, 0, 58, 0.4);
}
.wp-price--featured:hover { border-color: transparent; }
.wp-price__badge {
  position: absolute; top: 22px; right: 22px;
  background: rgba(0, 0, 0, 0.25); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--r-pill);
}
.wp-price__name { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: #fff; }
.wp-price__amount { display: flex; align-items: baseline; gap: 6px; font-family: var(--font-head); font-weight: 800; font-size: 42px; color: #fff; }
.wp-price__period { font-size: 20px; font-weight: 500; }
.wp-price__checks { display: flex; flex-direction: column; gap: 11px; font-size: 16px; line-height: 1.5; color: #bbb; }
.wp-price__checks--light { color: #fff; }
.wp-price__check { display: flex; gap: 11px; align-items: center; }
.wp-price__check .material-symbols-outlined { font-size: 18px; color: var(--c-orange); }
.wp-price__checks--light .wp-price__check .material-symbols-outlined { color: #fff; }
.wp-price__cta { margin-top: auto; font-size: 16px; padding: 14px 28px; }

/* =================== Tablet (834) =================== */
@media (max-width: 1080px) {
  .wp-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .wp-hero__title { font-size: 49px; }

  .wp-services__inner { gap: 32px; }
  .wp-services__title { font-size: 30px; }
  .wp-cards { grid-template-columns: repeat(2, 1fr); }
  .wp-case { grid-template-columns: 1fr; gap: 32px; }

  .wp-detail-sec__inner { gap: 32px; }
  .wp-detail-sec__title { font-size: 30px; }
  .wp-detail { grid-template-columns: 1fr; padding: 28px; gap: 22px; }
  .wp-detail__title { font-size: 21px; }
  .wp-detail__checks { grid-template-columns: 1fr; }

  .wp-pricing__inner { gap: 32px; }
  .wp-pricing__title { font-size: 30px; }
  .wp-pricing__head { gap: 32px; }
  .wp-pricing__grid { grid-template-columns: repeat(2, 1fr); }
  .wp-price__amount { font-size: 30px; }
}

/* =================== Mobiel (390) =================== */
@media (max-width: 700px) {
  .wp-hero { padding: 42px var(--pad-x) 58px; }
  .wp-hero__grid { gap: 24px; }
  .wp-hero__title { font-size: 31px; }
  .wp-hero__actions { flex-direction: column; }

  .wp-services { padding-top: 54px; padding-bottom: 54px; }
  .wp-services__inner { gap: 24px; }
  .wp-services__title { font-size: 26px; }
  .wp-cards { grid-template-columns: 1fr; }
  .wp-case { grid-template-columns: 1fr; gap: 24px; padding: 32px 28px; }

  .wp-detail-sec { padding-top: 54px; padding-bottom: 54px; }
  .wp-detail-sec__inner { gap: 24px; }
  .wp-detail-sec__title { font-size: 26px; }
  .wp-details { gap: 22px; }
  .wp-detail { padding: 22px; gap: 18px; }
  .wp-detail__title { font-size: 20px; }
  .wp-detail__checks { grid-template-columns: 1fr; }

  .wp-pricing { padding-top: 58px; padding-bottom: 58px; }
  .wp-pricing__inner { gap: 24px; }
  .wp-pricing__title { font-size: 26px; }
  .wp-pricing__head { flex-wrap: wrap; align-items: flex-start; gap: 20px; }
  .wp-pricing__grid { grid-template-columns: 1fr; }
  .wp-price__amount { font-size: 26px; }
}
