:root {
  --pclink-bg: #07152a;
  --pclink-bg-deep: #03101f;
  --pclink-blue: #0a1d36;
  --pclink-blue-2: #0d2645;
  --pclink-panel: rgba(7, 20, 38, 0.82);
  --pclink-line: rgba(255,255,255,0.10);
  --pclink-text: #f4f8ff;
  --pclink-muted: #c0cde0;
  --pclink-green: #44d25f;
  --pclink-green-2: #26b54a;
  --pclink-shadow: 0 24px 60px rgba(0,0,0,0.34);
  --pclink-max: 1280px;
}

.pclink-homepage {
  color: var(--pclink-text);
  background:
    linear-gradient(180deg, rgba(3,16,31,0.70) 0%, rgba(4,18,36,0.78) 100%),
    radial-gradient(circle at 20% 15%, rgba(75, 220, 105, 0.10), transparent 18%),
    radial-gradient(circle at 85% 12%, rgba(43, 126, 255, 0.16), transparent 24%),
    url('/wp-content/uploads/2026/03/server-bg.jpg') center center / cover no-repeat,
    #07152a;
}

.pclink-section-inner {
  width: min(calc(100% - 40px), var(--pclink-max));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pclink-hero {
  position: relative;
  padding: 62px 0 0;
  overflow: visible;
}

.pclink-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.18;
  pointer-events: none;
}

.pclink-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  min-height: 560px;
}

.pclink-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(3rem, 5.7vw, 5.6rem);
  line-height: 0.98;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.pclink-accent {
  color: #7eff8d;
  text-shadow: 0 0 20px rgba(68,210,95,0.28);
}

.pclink-hero-sub {
  margin: 0 0 22px;
  color: #f0f5fc;
  font-size: 1.18rem;
  line-height: 1.75;
  max-width: 760px;
}

.pclink-hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
}

.pclink-hero-points li {
  color: #eef8f1;
  font-weight: 700;
  font-size: 1.02rem;
}

.pclink-hero-points li::before {
  content: "◉";
  color: var(--pclink-green);
  margin-right: 8px;
}

.pclink-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pclink-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
  border: 1px solid transparent;
  box-shadow: 0 12px 26px rgba(0,0,0,0.18);
}

.pclink-btn-primary {
  background: linear-gradient(135deg, var(--pclink-green), var(--pclink-green-2));
  color: #fff;
}

.pclink-btn-secondary {
  background: rgba(10, 31, 57, 0.88);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}

.pclink-btn:hover,
.pclink-btn:focus {
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.pclink-hero-visual {
  background: linear-gradient(180deg, rgba(6,18,35,0.88) 0%, rgba(5,15,29,0.94) 100%);
  border: 1px solid rgba(90,140,220,0.24);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--pclink-shadow);
  backdrop-filter: blur(5px);
}

.pclink-status-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 800;
}

.pclink-status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.pclink-status-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
}

.pclink-status-card span {
  display: block;
  color: #d6e1ef;
  margin-bottom: 6px;
}

.pclink-status-card strong {
  display: block;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
}

.pclink-hero-note {
  color: #c9d5e4;
  line-height: 1.65;
  margin: 0;
}

.pclink-services {
  position: relative;
  margin-top: -54px;
  padding: 0 0 18px;
  z-index: 3;
}

.pclink-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pclink-services-card {
  background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
  border: 1px solid rgba(9,26,51,0.10);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(0,0,0,0.18);
  padding: 24px 20px 20px;
  min-height: 210px;
}

.pclink-services-card h3 {
  margin: 0 0 10px;
  color: #0e2d57;
  font-size: 1.8rem;
  line-height: 1.05;
}

.pclink-services-card p {
  margin: 0 0 16px;
  color: #1e3760;
  line-height: 1.65;
  font-size: 1rem;
}

.pclink-services-link {
  color: #22a34b;
  font-weight: 800;
  text-decoration: none;
}

.pclink-highlight-bar {
  margin: 8px auto 28px;
  width: min(calc(100% - 40px), var(--pclink-max));
  background: linear-gradient(180deg, rgba(6,18,35,0.86) 0%, rgba(7,20,38,0.92) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  box-shadow: var(--pclink-shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
}

.pclink-highlight-item {
  padding: 18px 20px;
  color: #eef7fb;
  text-align: center;
  font-weight: 700;
  font-size: 1.03rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.pclink-highlight-item:last-child {
  border-right: 0;
}

.pclink-highlight-item::before {
  content: "✓ ";
  color: #74ef8b;
}
.pclink-intro,
.pclink-why,
.pclink-voordelen,
.pclink-portal,
.pclink-about,
.pclink-cta {
  padding: 24px 0;
}

.pclink-block-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.pclink-block-text,
.pclink-why-panel p,
.pclink-portal-panel p,
.pclink-about-panel p,
.pclink-cta-panel p,
.pclink-voordeel p {
  color: #c5d1df;
  line-height: 1.75;
}

.pclink-why-grid,
.pclink-portal-grid,
.pclink-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.pclink-why-panel,
.pclink-portal-panel,
.pclink-about-panel,
.pclink-cta-panel,
.pclink-voordeel {
  background: linear-gradient(180deg, rgba(9,24,44,0.88) 0%, rgba(7,20,38,0.94) 100%);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  box-shadow: var(--pclink-shadow);
  padding: 28px;
}

.pclink-mini-points,
.pclink-cta-points {
  list-style: none;
  padding: 0;
}

.pclink-mini-points {
  margin: 14px 0 0;
  display: grid;
  gap: 12px;
}

.pclink-mini-points li,
.pclink-cta-points li {
  color: #eef8f1;
  font-weight: 700;
}

.pclink-mini-points li::before,
.pclink-cta-points li::before {
  color: #74ef8b;
  margin-right: 8px;
}

.pclink-mini-points li::before {
  content: "✓";
}

.pclink-cta-points li::before {
  content: "›";
}

.pclink-voordelen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pclink-voordeel strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.pclink-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0 0 22px;
}

@media (max-width: 1100px) {
  .pclink-services-grid,
  .pclink-highlight-bar,
  .pclink-voordelen-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pclink-hero-grid,
  .pclink-why-grid,
  .pclink-portal-grid,
  .pclink-about-grid {
    grid-template-columns: 1fr;
  }

  .pclink-services {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .pclink-section-inner,
  .pclink-highlight-bar {
    width: min(calc(100% - 28px), var(--pclink-max));
  }

  .pclink-hero {
    padding-top: 42px;
  }

  .pclink-hero-grid,
  .pclink-services-grid,
  .pclink-highlight-bar,
  .pclink-voordelen-grid,
  .pclink-status-grid,
  .pclink-why-grid,
  .pclink-portal-grid,
  .pclink-about-grid {
    grid-template-columns: 1fr;
  }

  .pclink-button-row,
  .pclink-hero-points,
  .pclink-cta-points {
    display: block;
  }

  .pclink-button-row .pclink-btn {
    width: 100%;
    margin-bottom: 12px;
  }

  .pclink-hero-points li,
  .pclink-cta-points li {
    margin-bottom: 10px;
  }

  .pclink-services-card h3 {
    font-size: 1.55rem;
  }
}

/* =========================
   Homepage verfijning richting voorbeeld
   ========================= */

.pclink-homepage {
  position: relative;
}

.pclink-homepage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,10,20,0.10) 0%, rgba(2,10,20,0.38) 100%);
  pointer-events: none;
}

.pclink-hero-copy {
  max-width: 760px;
}

.pclink-hero-copy h1 {
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.pclink-hero-sub {
  font-size: 1.22rem;
  max-width: 720px;
  text-shadow: 0 8px 24px rgba(0,0,0,0.28);
}

.pclink-hero-visual {
  border-radius: 24px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(7,21,40,0.84) 0%, rgba(4,14,28,0.93) 100%);
  box-shadow:
    0 30px 70px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

.pclink-status-title {
  letter-spacing: -0.02em;
}

.pclink-status-card {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.pclink-services {
  margin-top: -68px;
}

.pclink-services-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 230px;
  padding-top: 28px;
}

.pclink-services-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #2cc44d 0%, #72eb89 100%);
}

.pclink-services-card h3 {
  font-size: 1.95rem;
  letter-spacing: -0.02em;
}

.pclink-services-card p {
  font-size: 1.02rem;
}

.pclink-services-link {
  display: inline-block;
  margin-top: auto;
  border-bottom: 2px solid rgba(34,163,75,0.24);
  padding-bottom: 2px;
}

.pclink-highlight-bar {
  border-radius: 18px;
  box-shadow:
    0 24px 50px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.pclink-highlight-item {
  font-size: 1.06rem;
  letter-spacing: -0.01em;
}

.pclink-intro {
  padding-top: 34px;
}

.pclink-cta-panel {
  position: relative;
  overflow: hidden;
}

.pclink-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(68,210,95,0.12), transparent 18%),
    radial-gradient(circle at 88% 20%, rgba(88,146,255,0.12), transparent 18%);
  pointer-events: none;
}

.pclink-cta-panel > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  .pclink-services {
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .pclink-hero-copy h1 {
    font-size: 2.7rem;
  }

  .pclink-hero-sub {
    font-size: 1.08rem;
  }

  .pclink-services-card {
    min-height: 0;
  }
}

/* =========================
   Cards en CTA extra verfijning
   ========================= */

.pclink-services-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.pclink-services-card::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  margin-bottom: 16px;
  background:
    linear-gradient(180deg, rgba(68,210,95,0.14) 0%, rgba(38,181,74,0.20) 100%),
    #f4f8fb;
  border: 1px solid rgba(34,163,75,0.16);
  order: -1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.pclink-services-card:nth-child(1)::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(68,210,95,0.20) 0%, rgba(68,210,95,0.08) 45%, transparent 46%),
    linear-gradient(180deg, rgba(68,210,95,0.14) 0%, rgba(38,181,74,0.20) 100%),
    #f4f8fb;
}

.pclink-services-card:nth-child(2)::after {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(34,163,75,0.30) 18% 24%, transparent 24% 42%, rgba(34,163,75,0.30) 42% 48%, transparent 48% 66%, rgba(34,163,75,0.30) 66% 72%, transparent 72% 100%),
    linear-gradient(180deg, rgba(68,210,95,0.14) 0%, rgba(38,181,74,0.20) 100%),
    #f4f8fb;
}

.pclink-services-card:nth-child(3)::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(34,163,75,0.28) 0 18%, transparent 19%),
    linear-gradient(180deg, rgba(68,210,95,0.14) 0%, rgba(38,181,74,0.20) 100%),
    #f4f8fb;
}

.pclink-services-card:nth-child(4)::after {
  background:
    linear-gradient(180deg, transparent 0 14%, rgba(34,163,75,0.26) 14% 20%, transparent 20% 38%, rgba(34,163,75,0.26) 38% 44%, transparent 44% 62%, rgba(34,163,75,0.26) 62% 68%, transparent 68% 100%),
    linear-gradient(90deg, transparent 0 14%, rgba(34,163,75,0.26) 14% 20%, transparent 20% 38%, rgba(34,163,75,0.26) 38% 44%, transparent 44% 62%, rgba(34,163,75,0.26) 62% 68%, transparent 68% 100%),
    linear-gradient(180deg, rgba(68,210,95,0.14) 0%, rgba(38,181,74,0.20) 100%),
    #f4f8fb;
}

.pclink-services-card p {
  flex-grow: 1;
}

.pclink-services-link {
  align-self: flex-start;
}

.pclink-highlight-bar {
  margin-top: 10px;
  margin-bottom: 34px;
}

.pclink-cta {
  padding-top: 30px;
  padding-bottom: 34px;
}

.pclink-cta-panel {
  border-radius: 22px;
  padding: 34px 30px;
}

.pclink-cta-panel .pclink-block-title {
  max-width: 820px;
}

.pclink-cta-panel p {
  max-width: 760px;
}

.pclink-cta-points {
  margin-bottom: 24px;
}

.pclink-cta-points li {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 10px 14px;
}

@media (max-width: 768px) {
  .pclink-services-card::after {
    width: 52px;
    height: 52px;
  }

  .pclink-cta-panel {
    padding: 26px 20px;
  }

  .pclink-cta-points li {
    margin-bottom: 10px;
  }
}

/* =========================
   Hero/background verfijning
   ========================= */

.pclink-homepage {
  background:
    linear-gradient(180deg, rgba(2,10,20,0.52) 0%, rgba(3,14,28,0.74) 42%, rgba(5,18,34,0.90) 100%),
    radial-gradient(circle at 18% 12%, rgba(90, 235, 120, 0.10), transparent 16%),
    radial-gradient(circle at 86% 10%, rgba(64, 132, 255, 0.16), transparent 22%),
    url('/wp-content/uploads/2026/03/server-bg.jpg') center center / cover no-repeat,
    #07152a;
}

.pclink-hero {
  padding-top: 74px;
  padding-bottom: 8px;
}

.pclink-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(7,21,42,0.00) 0%, rgba(7,21,42,0.88) 100%);
  pointer-events: none;
}

.pclink-hero-grid {
  min-height: 610px;
  gap: 34px;
}

.pclink-hero-copy {
  padding-top: 24px;
  padding-bottom: 92px;
}

.pclink-hero-copy h1 {
  max-width: 760px;
}

.pclink-hero-sub {
  max-width: 680px;
}

.pclink-hero-visual {
  margin-top: 18px;
}

.pclink-services {
  margin-top: -86px;
  padding-bottom: 10px;
}

.pclink-services-grid {
  align-items: stretch;
}

.pclink-highlight-bar {
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .pclink-hero-copy {
    padding-bottom: 16px;
  }

  .pclink-services {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .pclink-hero {
    padding-top: 44px;
  }

  .pclink-hero-grid {
    min-height: 0;
  }

  .pclink-hero-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pclink-hero::after {
    height: 90px;
  }
}

/* =========================
   Laatste homepage spacing/verfijning
   ========================= */

.pclink-services-grid {
  gap: 18px;
}

.pclink-services-card {
  min-height: 245px;
  padding-right: 22px;
  padding-left: 22px;
}

.pclink-services-card h3 {
  margin-bottom: 12px;
}

.pclink-services-card p {
  max-width: 95%;
}

.pclink-services-link {
  margin-top: 12px;
}

.pclink-highlight-bar {
  width: min(calc(100% - 40px), calc(var(--pclink-max) - 6px));
}

.pclink-intro .pclink-section-inner,
.pclink-why .pclink-section-inner,
.pclink-voordelen .pclink-section-inner,
.pclink-cta .pclink-section-inner {
  z-index: 3;
}

.pclink-intro {
  padding-top: 38px;
  padding-bottom: 18px;
}

.pclink-why {
  padding-top: 18px;
  padding-bottom: 18px;
}

.pclink-voordelen {
  padding-top: 18px;
  padding-bottom: 22px;
}

.pclink-voordeel {
  min-height: 168px;
}

.pclink-cta {
  padding-top: 34px;
  padding-bottom: 42px;
}

.pclink-cta-panel {
  max-width: 100%;
}

.pclink-cta-panel .pclink-button-row {
  margin-top: 4px;
}

.pclink-cta-panel .pclink-btn {
  min-width: 220px;
}

@media (max-width: 1100px) {
  .pclink-services-card {
    min-height: 220px;
  }

  .pclink-voordeel {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .pclink-services-grid {
    gap: 14px;
  }

  .pclink-services-card {
    min-height: 0;
    padding: 22px 18px 18px;
  }

  .pclink-highlight-bar {
    width: min(calc(100% - 28px), var(--pclink-max));
  }

  .pclink-cta-panel .pclink-btn {
    min-width: 0;
  }
}

/* =========================
   Laatste homepage top-afwerking
   ========================= */

.pclink-homepage {
  margin-top: -8px;
}

.pclink-hero .pclink-section-inner {
  padding-top: 8px;
}

.pclink-hero-copy h1,
.pclink-status-title,
.pclink-services-card h3,
.pclink-block-title {
  letter-spacing: -0.025em;
}

.pclink-status-card strong {
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .pclink-homepage {
    margin-top: -4px;
  }

  .pclink-hero .pclink-section-inner {
    padding-top: 0;
  }
}

/* =========================
   Hero full width fix
   ========================= */

.home .site-content .ast-container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.pclink-homepage {
  margin-top: -20px;
}

.pclink-hero {
  padding-left: 20px;
  padding-right: 20px;
}


/* =========================
   Hero visual boost
   ========================= */

.pclink-homepage {
  background:
    linear-gradient(180deg, rgba(0,10,20,0.65) 0%, rgba(3,14,28,0.85) 60%, rgba(5,18,34,0.95) 100%),
    url('/wp-content/uploads/2026/03/server-bg.jpg') center center / cover no-repeat;
}

.pclink-accent {
  color: #55ff7f;
  text-shadow:
    0 0 12px rgba(85,255,127,0.5),
    0 0 32px rgba(85,255,127,0.25);
}

.pclink-btn-primary {
  background: linear-gradient(135deg, #45e06f, #28b84d);
  box-shadow: 0 8px 24px rgba(40,184,77,0.35);
}

.pclink-btn-secondary {
  background: rgba(10,25,45,0.9);
  border: 1px solid rgba(255,255,255,0.25);
}

.pclink-hero-sub {
  opacity: 0.92;
}


/* =========================
   FINAL hero contrast fix
   ========================= */

.pclink-homepage {
  background:
    linear-gradient(180deg, rgba(0,8,18,0.75) 0%, rgba(3,12,24,0.88) 55%, rgba(5,18,34,0.96) 100%),
    url('/wp-content/uploads/2026/03/server-bg.jpg') center center / cover no-repeat;
}

.pclink-hero-copy h1 {
  color: #ffffff;
  text-shadow:
    0 12px 30px rgba(0,0,0,0.55),
    0 2px 6px rgba(0,0,0,0.6);
}

.pclink-accent {
  color: #59ff85;
  text-shadow:
    0 0 18px rgba(80,255,120,0.65),
    0 0 38px rgba(80,255,120,0.35);
}

.pclink-hero-sub {
  color: rgba(255,255,255,0.88);
}


/* =========================
   Layout alignment fix
   ========================= */

.pclink-section-inner {
  width: min(calc(100% - 20px), var(--pclink-max));
}

.pclink-hero {
  padding-left: 10px;
  padding-right: 10px;
}


/* =========================
   Card premium effect
   ========================= */

.pclink-services-card {
  box-shadow:
    0 20px 40px rgba(0,0,0,0.22),
    0 6px 12px rgba(0,0,0,0.18);
  transition: all 0.2s ease;
}

.pclink-services-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 60px rgba(0,0,0,0.28),
    0 10px 20px rgba(0,0,0,0.22);
}


/* =========================
   Doelbeeld correctielaag
   ========================= */

.home .entry-header,
.home .entry-title,
.home .ast-article-single .entry-header,
.home .ast-single-entry-banner,
.home .page-header {
  display: none !important;
}

.home .site-content .ast-container,
.home .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .ast-article-single,
.home .site-main .ast-article-single {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pclink-homepage {
  margin-top: -18px;
  background:
    linear-gradient(180deg, rgba(2,10,20,0.38) 0%, rgba(3,12,24,0.52) 38%, rgba(5,18,34,0.78) 100%),
    url('/wp-content/uploads/2026/03/server-bg.jpg') center center / cover no-repeat;
}

.pclink-section-inner {
  width: min(calc(100% - 56px), 1320px);
}

.pclink-hero {
  padding-top: 54px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.pclink-hero::before,
.pclink-homepage::after,
.pclink-hero::after {
  opacity: 0.08 !important;
}

.pclink-hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  min-height: 540px;
  align-items: start;
}

.pclink-hero-copy {
  padding-top: 34px;
  padding-bottom: 70px;
}

.pclink-hero-copy h1 {
  font-size: clamp(3.6rem, 5.8vw, 6rem);
  line-height: 0.96;
  max-width: 760px;
  margin-bottom: 22px;
}

.pclink-accent {
  color: #6cff86;
  text-shadow:
    0 0 14px rgba(95,255,130,0.55),
    0 0 34px rgba(95,255,130,0.24);
}

.pclink-hero-sub {
  font-size: 1.22rem;
  line-height: 1.6;
  max-width: 760px;
  margin-bottom: 26px;
  color: rgba(255,255,255,0.88);
}

.pclink-hero-points {
  gap: 14px 34px;
  margin-bottom: 28px;
}

.pclink-hero-points li {
  font-size: 1.06rem;
}

.pclink-btn {
  min-height: 58px;
  padding: 0 28px;
  font-size: 1.02rem;
  border-radius: 10px;
}

.pclink-btn-primary {
  background: linear-gradient(135deg, #43da65, #2db84d);
  box-shadow: 0 10px 28px rgba(45,184,77,0.30);
}

.pclink-btn-secondary {
  background: rgba(10,25,45,0.72);
  border: 2px solid rgba(255,255,255,0.20);
}

.pclink-hero-visual {
  margin-top: 18px;
  padding: 20px 22px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(6,18,35,0.76) 0%, rgba(5,15,29,0.86) 100%);
  max-width: 620px;
  justify-self: end;
}

.pclink-status-title {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.pclink-status-grid {
  gap: 10px;
  margin-bottom: 14px;
}

.pclink-status-card {
  border-radius: 14px;
  padding: 12px 10px;
}

.pclink-status-card span {
  font-size: 0.9rem;
}

.pclink-status-card strong {
  font-size: 1.45rem;
}

.pclink-hero-note {
  font-size: 0.98rem;
  line-height: 1.55;
}

.pclink-services {
  margin-top: -44px;
  padding-bottom: 12px;
}

.pclink-services-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pclink-services-card {
  min-height: 188px;
  border-radius: 12px;
  padding: 18px 20px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #eef3f8 100%);
  box-shadow:
    0 18px 34px rgba(0,0,0,0.22),
    0 4px 10px rgba(0,0,0,0.12);
}

.pclink-services-card::after {
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 12px;
}

.pclink-services-card h3 {
  font-size: 1.15rem;
  line-height: 1.15;
  margin-bottom: 10px;
}

.pclink-services-card p {
  font-size: 0.96rem;
  line-height: 1.5;
  max-width: 100%;
  margin-bottom: 12px;
}

.pclink-services-link {
  font-size: 0.95rem;
  margin-top: auto;
}

.pclink-highlight-bar {
  width: min(calc(100% - 56px), 1320px);
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 14px;
  overflow: hidden;
}

.pclink-highlight-item {
  padding: 16px 18px;
  font-size: 1rem;
}

.pclink-intro {
  padding-top: 28px;
  padding-bottom: 12px;
}

.pclink-why,
.pclink-voordelen {
  padding-top: 12px;
  padding-bottom: 16px;
}

.pclink-cta {
  padding-top: 26px;
  padding-bottom: 36px;
}

@media (max-width: 1100px) {
  .pclink-section-inner,
  .pclink-highlight-bar {
    width: min(calc(100% - 32px), 1320px);
  }

  .pclink-hero-grid,
  .pclink-services-grid,
  .pclink-why-grid,
  .pclink-portal-grid,
  .pclink-about-grid,
  .pclink-voordelen-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pclink-hero-grid {
    align-items: center;
  }

  .pclink-services {
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .pclink-homepage {
    margin-top: -6px;
  }

  .pclink-section-inner,
  .pclink-highlight-bar {
    width: min(calc(100% - 22px), 1320px);
  }

  .pclink-hero {
    padding-top: 24px;
  }

  .pclink-hero-grid,
  .pclink-services-grid,
  .pclink-status-grid,
  .pclink-highlight-bar,
  .pclink-why-grid,
  .pclink-portal-grid,
  .pclink-about-grid,
  .pclink-voordelen-grid {
    grid-template-columns: 1fr;
  }

  .pclink-hero-copy {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .pclink-hero-copy h1 {
    font-size: 2.9rem;
  }

  .pclink-hero-visual {
    max-width: none;
    justify-self: stretch;
    margin-top: 0;
  }

  .pclink-services {
    margin-top: 12px;
  }
}

/* =========================
   Laatste layout-verhouding
   ========================= */

.pclink-homepage {
  background:
    linear-gradient(180deg, rgba(2,10,20,0.26) 0%, rgba(3,12,24,0.42) 34%, rgba(5,18,34,0.72) 100%),
    url('/wp-content/uploads/2026/03/server-bg.jpg') center center / cover no-repeat;
}

.pclink-hero {
  padding-top: 42px;
}

.pclink-hero-grid {
  min-height: 500px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
}

.pclink-hero-copy {
  padding-top: 22px;
  padding-bottom: 52px;
}

.pclink-hero-copy h1 {
  font-size: clamp(3.4rem, 5.5vw, 5.5rem);
  margin-bottom: 18px;
}

.pclink-hero-sub {
  max-width: 700px;
  margin-bottom: 20px;
}

.pclink-hero-points {
  margin-bottom: 22px;
}

.pclink-hero-visual {
  margin-top: 6px;
  max-width: 560px;
  padding: 18px 18px 16px;
  border-radius: 16px;
}

.pclink-status-title {
  font-size: 1.02rem;
  margin-bottom: 10px;
}

.pclink-status-grid {
  gap: 8px;
  margin-bottom: 12px;
}

.pclink-status-card {
  padding: 10px 8px;
}

.pclink-status-card span {
  font-size: 0.84rem;
}

.pclink-status-card strong {
  font-size: 1.28rem;
}

.pclink-hero-note {
  font-size: 0.92rem;
}

.pclink-services {
  margin-top: -26px;
}

.pclink-services-grid {
  gap: 14px;
}

.pclink-services-card {
  min-height: 170px;
  padding: 16px 18px 14px;
  border-radius: 10px;
}

.pclink-services-card::after {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.pclink-services-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.pclink-services-card p {
  font-size: 0.92rem;
  line-height: 1.42;
  margin-bottom: 10px;
}

.pclink-services-link {
  font-size: 0.9rem;
}

.pclink-highlight-bar {
  margin-top: 8px;
  margin-bottom: 22px;
  border-radius: 10px;
}

.pclink-highlight-item {
  padding: 13px 14px;
  font-size: 0.94rem;
}

@media (max-width: 1100px) {
  .pclink-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pclink-hero-visual {
    max-width: none;
    justify-self: stretch;
  }

  .pclink-services {
    margin-top: 14px;
  }
}

/* =========================
   Laatste layout-verhouding
   ========================= */

.pclink-homepage {
  background:
    linear-gradient(180deg, rgba(2,10,20,0.26) 0%, rgba(3,12,24,0.42) 34%, rgba(5,18,34,0.72) 100%),
    url('/wp-content/uploads/2026/03/server-bg.jpg') center center / cover no-repeat;
}

.pclink-hero {
  padding-top: 42px;
}

.pclink-hero-grid {
  min-height: 500px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
}

.pclink-hero-copy {
  padding-top: 22px;
  padding-bottom: 52px;
}

.pclink-hero-copy h1 {
  font-size: clamp(3.4rem, 5.5vw, 5.5rem);
  margin-bottom: 18px;
}

.pclink-hero-sub {
  max-width: 700px;
  margin-bottom: 20px;
}

.pclink-hero-points {
  margin-bottom: 22px;
}

.pclink-hero-visual {
  margin-top: 6px;
  max-width: 560px;
  padding: 18px 18px 16px;
  border-radius: 16px;
}

.pclink-status-title {
  font-size: 1.02rem;
  margin-bottom: 10px;
}

.pclink-status-grid {
  gap: 8px;
  margin-bottom: 12px;
}

.pclink-status-card {
  padding: 10px 8px;
}

.pclink-status-card span {
  font-size: 0.84rem;
}

.pclink-status-card strong {
  font-size: 1.28rem;
}

.pclink-hero-note {
  font-size: 0.92rem;
}

.pclink-services {
  margin-top: -26px;
}

.pclink-services-grid {
  gap: 14px;
}

.pclink-services-card {
  min-height: 170px;
  padding: 16px 18px 14px;
  border-radius: 10px;
}

.pclink-services-card::after {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.pclink-services-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.pclink-services-card p {
  font-size: 0.92rem;
  line-height: 1.42;
  margin-bottom: 10px;
}

.pclink-services-link {
  font-size: 0.9rem;
}

.pclink-highlight-bar {
  margin-top: 8px;
  margin-bottom: 22px;
  border-radius: 10px;
}

.pclink-highlight-item {
  padding: 13px 14px;
  font-size: 0.94rem;
}

@media (max-width: 1100px) {
  .pclink-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pclink-hero-visual {
    max-width: none;
    justify-self: stretch;
  }

  .pclink-services {
    margin-top: 14px;
  }
}

/* =========================
   Laatste hero/knop correctie
   ========================= */

.pclink-hero-copy h1 {
  max-width: 900px;
}

.pclink-accent {
  display: inline;
  white-space: nowrap;
}

.pclink-btn-primary {
  color: #ffffff !important;
}

.pclink-btn-primary:hover,
.pclink-btn-primary:focus {
  color: #ffffff !important;
}

.pclink-services {
  margin-top: -18px;
}

.pclink-highlight-bar {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .pclink-accent {
    white-space: normal;
  }
}

/* =========================
   Live-ready statusblok
   ========================= */

.pclink-live-panel {
  display: grid;
  gap: 14px;
}

.pclink-live-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pclink-live-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(68,210,95,0.12);
  border: 1px solid rgba(68,210,95,0.28);
  color: #8cff9f;
  font-size: 0.82rem;
  font-weight: 700;
}

.pclink-live-chart {
  padding: 14px 14px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.pclink-live-chart-title {
  color: #d8e3ef;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pclink-live-chart-bars {
  height: 86px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 8px;
}

.pclink-live-chart-bars span {
  display: block;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, rgba(103,255,142,0.95) 0%, rgba(49,189,86,0.95) 100%);
  box-shadow: 0 0 12px rgba(68,210,95,0.18);
}

@media (max-width: 768px) {
  .pclink-live-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .pclink-live-chart-bars {
    gap: 6px;
  }
}

/* =========================
   Fase 2 live statuspaneel
   ========================= */

.pclink-live-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pclink-live-mini {
  padding: 12px 12px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.pclink-live-mini span {
  display: block;
  color: #c9d6e5;
  font-size: 0.82rem;
  margin-bottom: 4px;
}

.pclink-live-mini strong {
  display: block;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.1;
}

.pclink-live-mini.is-good strong {
  color: #8cff9f;
}

.pclink-live-mini.is-warn strong {
  color: #ffd86b;
}

.pclink-live-mini.is-critical strong {
  color: #ff8c8c;
}

.pclink-live-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.pclink-live-chart-updated {
  color: #aebdd0;
  font-size: 0.78rem;
}

.pclink-live-chart-wrap {
  display: grid;
  gap: 8px;
}

.pclink-live-chart-bars {
  height: 110px;
}

.pclink-live-chart-labels {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}

.pclink-live-chart-labels span {
  display: block;
  color: #96abc3;
  font-size: 0.72rem;
  text-align: center;
}

.pclink-live-note {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .pclink-live-summary {
    grid-template-columns: 1fr;
  }

  .pclink-live-chart-labels {
    gap: 6px;
  }
}
