/*
Theme Name: PandinspectiePro Coming Soon
Theme URI: https://pandinspectiepro.nl/
Author: PandinspectiePro
Description: Professionele tijdelijke homepage voor PandinspectiePro.nl tijdens de ontwikkeling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: pandinspectiepro-coming-soon
*/

:root {
  --pip-ink: #17211f;
  --pip-muted: #6e7976;
  --pip-soft: #e9f3ef;
  --pip-line: #e4e9e7;
  --pip-green: #153f37;
  --pip-green-2: #226453;
  --pip-dark: #12362f;
  --pip-orange: #e98a3d;
  --pip-orange-soft: #f5ecdf;
  --pip-canvas: #f5f7f6;
  --pip-white: #ffffff;
  --pip-shadow: 0 12px 40px rgba(24, 49, 42, 0.08);
  --pip-radius: 9px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pip-ink);
  background: var(--pip-canvas);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

a {
  color: inherit;
}

.pip-page {
  min-height: 100vh;
  overflow: hidden;
}

.pip-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.pip-header {
  position: relative;
  z-index: 3;
  padding: 24px 0;
}

.pip-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pip-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: -0.55px;
}

.pip-logo-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #153a33;
  background: linear-gradient(145deg, #ffc074, #ed9650);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  box-shadow: 0 7px 18px rgba(5, 28, 23, 0.16), inset 0 1px rgba(255, 255, 255, 0.36);
}

.pip-logo svg {
  width: 24px;
  height: 24px;
}

.pip-logo-text {
  display: grid;
  line-height: 1.05;
}

.pip-logo-text small {
  color: var(--pip-muted);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.pip-logo-text b {
  color: #d97e36;
  font: inherit;
}

.pip-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid #bdd8cf;
  border-radius: 999px;
  color: var(--pip-green-2);
  background: #edf7f3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pip-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #56a281;
  box-shadow: 0 0 0 4px #e7f2ed;
}

.pip-hero {
  position: relative;
  padding: 44px 0 78px;
  background: radial-gradient(circle at 20% 20%, rgba(72, 143, 117, 0.34), transparent 30%), linear-gradient(145deg, #0d332b, #174a3e);
}

.pip-hero::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(13, 51, 43, 0.18), rgba(255, 255, 255, 0.04));
  content: "";
  z-index: 0;
}

.pip-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 64px;
  z-index: 1;
}

.pip-kicker {
  margin-bottom: 18px;
}

.pip-hero h1 {
  max-width: 640px;
  margin: 0;
  color: var(--pip-white);
  font-family: Manrope, sans-serif;
  font-size: clamp(38px, 5.4vw, 62px);
  line-height: 1.06;
  letter-spacing: -2px;
}

.pip-hero h1 span {
  color: #f3aa65;
}

.pip-lead {
  max-width: 610px;
  margin: 20px 0 0;
  color: #b9cec8;
  font-size: 16px;
  line-height: 1.72;
}

.pip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.pip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--pip-radius);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.pip-button:hover {
  transform: translateY(-1px);
}

.pip-button-primary {
  color: var(--pip-white);
  background: var(--pip-green);
  box-shadow: 0 6px 15px rgba(21, 63, 55, 0.16);
}

.pip-button-secondary {
  color: var(--pip-green);
  background: var(--pip-white);
  border-color: #dbe2df;
}

.pip-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 610px;
}

.pip-proof-item {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--pip-radius);
  background: rgba(255, 255, 255, 0.08);
}

.pip-proof-item strong {
  display: block;
  color: var(--pip-white);
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.pip-proof-item span {
  color: #b9cec8;
  font-size: 12px;
}

.pip-preview {
  position: relative;
  justify-self: end;
  width: min(100%, 508px);
}

.pip-device {
  padding: 18px;
  border: 1px solid rgba(18, 54, 47, 0.08);
  border-radius: 18px;
  background: var(--pip-white);
  box-shadow: var(--pip-shadow);
}

.pip-screen {
  overflow: hidden;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 12px;
  background: var(--pip-white);
}

.pip-screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: var(--pip-dark);
  color: var(--pip-white);
}

.pip-dots {
  display: flex;
  gap: 6px;
}

.pip-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
}

.pip-screen-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.pip-app-card {
  padding: 16px;
  border: 1px solid var(--pip-line);
  border-radius: 10px;
  background: #fbfdfc;
}

.pip-app-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.pip-app-title {
  font-weight: 850;
  font-family: Manrope, sans-serif;
}

.pip-app-badge {
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--pip-green);
  background: var(--pip-soft);
  font-size: 12px;
  font-weight: 800;
}

.pip-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pip-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pip-muted);
  font-size: 14px;
}

.pip-check {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--pip-white);
  background: var(--pip-green);
  font-size: 13px;
  font-weight: 900;
}

.pip-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pip-metric {
  padding: 14px;
  border-radius: var(--pip-radius);
  background: var(--pip-soft);
}

.pip-metric strong {
  display: block;
  color: var(--pip-green);
  font-family: Manrope, sans-serif;
  font-size: 24px;
}

.pip-metric span {
  color: var(--pip-muted);
  font-size: 13px;
}

.pip-section {
  padding: 70px 0;
}

.pip-section-white {
  background: var(--pip-white);
}

.pip-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.pip-section-heading h2 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.pip-section-heading p {
  margin: 14px 0 0;
  color: var(--pip-muted);
  font-size: 18px;
}

.pip-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pip-feature {
  padding: 22px;
  border: 1px solid var(--pip-line);
  border-radius: 12px;
  background: var(--pip-white);
  box-shadow: 0 8px 26px rgba(26, 57, 49, 0.04);
}

.pip-feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: var(--pip-radius);
  color: #173c34;
  background: var(--pip-orange-soft);
  font-size: 11px;
  font-weight: 900;
}

.pip-feature h3 {
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: 19px;
}

.pip-feature p {
  margin: 0;
  color: var(--pip-muted);
}

.pip-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border-radius: 13px;
  color: var(--pip-white);
  background: linear-gradient(145deg, #0d332b, #174a3e);
  box-shadow: var(--pip-shadow);
}

.pip-cta h2 {
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: clamp(26px, 4vw, 38px);
}

.pip-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.pip-cta .pip-button {
  color: var(--pip-green);
  background: var(--pip-white);
}

.pip-footer {
  padding: 28px 0;
  color: var(--pip-muted);
  font-size: 14px;
}

.pip-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--pip-line);
  padding-top: 20px;
}

@media (max-width: 880px) {
  .pip-hero::before {
    width: 100%;
    height: 100%;
  }

  .pip-hero-grid,
  .pip-cta {
    grid-template-columns: 1fr;
  }

  .pip-preview {
    justify-self: start;
  }

  .pip-feature-grid,
  .pip-proof {
    grid-template-columns: 1fr;
  }

  .pip-preview {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  .pip-shell {
    width: min(100% - 28px, 1120px);
  }

  .pip-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .pip-hero {
    padding-top: 28px;
  }

  .pip-hero h1 {
    font-size: 42px;
  }

  .pip-lead {
    font-size: 18px;
  }

  .pip-actions,
  .pip-button {
    width: 100%;
  }

  .pip-metrics {
    grid-template-columns: 1fr;
  }

  .pip-section {
    padding: 52px 0;
  }
}
