@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700;800&family=Vollkorn:wght@800&display=swap");

.services-proof-page {
  --proof-blue: #a9c7fb;
  --proof-green: #9edfc9;
  --proof-orange: #f6c69a;
  --proof-purple: #ceb2f7;
  --proof-dark: #090d26;
  --proof-muted: #4b5574;
  --proof-line: #dce5eb;
  --proof-surface: #ffffff;
  --proof-dots: radial-gradient(circle, rgba(129, 144, 166, 0.18) 1px, transparent 1.2px);
  background-color: #f9fbfd;
  color: var(--proof-dark);
  display: block;
  font-weight: 400;
}

.services-proof-page main {
  background-color: #f9fbfd;
  background-image: var(--proof-dots);
  background-size: 22px 22px;
}

.services-proof-page strong,
.services-proof-page b {
  font-weight: 600;
}

.services-proof-page h1,
.services-proof-page h2,
.services-proof-page h3,
.services-proof-page p {
  margin-top: 0;
}

.services-proof-page h1,
.services-proof-page h2,
.services-proof-page h3 {
  text-wrap: balance;
}

.services-proof-page h1 {
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 5vw, 4.85rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.services-proof-page h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.25vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.services-proof-page h3 {
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.2;
}

.services-proof-page p,
.services-proof-page li,
.services-proof-page label,
.services-proof-page input,
.services-proof-page select,
.services-proof-page textarea,
.services-proof-page button {
  font-size: 1rem;
  line-height: 1.65;
}

.services-shell {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--proof-dark);
  color: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.proof-banner {
  background: var(--proof-dark);
  color: #fff;
  font-size: 0.84rem;
}

.proof-banner .proof-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100% - 32px, 1200px);
  min-height: 38px;
  margin-inline: auto;
  text-align: center;
}

.proof-banner-badge {
  padding: 2px 9px;
  border-radius: 999px;
  background: var(--proof-orange);
  color: var(--proof-dark);
  font-weight: 600;
  white-space: nowrap;
}

.services-proof-page .site-nav {
  top: 0;
}

.services-proof-page .nav-inner {
  grid-template-columns: 1fr auto 1fr;
}

.services-proof-page .nav-brand {
  justify-self: start;
}

.services-proof-page .nav-menu {
  justify-self: center;
}

.nav-link-active {
  box-shadow: 0 2px 0 var(--proof-blue);
}

.services-hero {
  overflow: hidden;
  padding: 2rem 0;
  background:
    var(--proof-dots),
    radial-gradient(circle at 7% 15%, rgba(169, 199, 251, 0.34), transparent 31%),
    radial-gradient(circle at 89% 76%, rgba(158, 223, 201, 0.3), transparent 30%),
    linear-gradient(135deg, #f7faff, #f5fffb);
  background-size: 22px 22px, auto, auto, auto;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: stretch;
  gap: 1.8rem;
  width: min(100% - 48px, 1180px);
}

.services-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 1.4rem;
  padding: 1.4rem 0 1.4rem 0.2rem;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.services-hero h1 {
  max-width: none;
  margin: 0;
  font-family: "Vollkorn", Georgia, serif;
  font-size: clamp(2.25rem, 3.8vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.services-hero h1 span {
  display: block;
  white-space: nowrap;
}

.section-kicker {
  box-sizing: border-box;
  display: inline-flex;
  width: min(100%, 22rem);
  min-height: 2.15rem;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(110, 110, 117, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #9fc3fa;
  box-shadow: 0 12px 34px rgba(64, 83, 135, 0.08);
  font-size: 0.74rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1 !important;
  text-transform: uppercase;
}

.section-kicker::before {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #9fc3fa, #8de0c8);
  box-shadow: 0 0 0 6px rgba(159, 195, 250, 0.14);
  content: "";
}

.services-hero-lead {
  max-width: 54ch;
  margin-bottom: 0;
  color: var(--proof-muted);
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.hero-choice-box {
  display: grid;
  gap: 0.85rem;
  width: min(100%, 31rem);
  margin: 0;
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(216, 228, 234, 0.95);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 15px 36px rgba(9, 13, 38, 0.09);
  backdrop-filter: blur(10px);
}

.hero-choice-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.9rem;
}

.hero-choice-actions .services-button,
.hero-choice-actions .services-link-button {
  font-size: 0.8rem;
}

.hero-choice-actions .services-button-primary {
  color: #fff;
}

.hero-choice-actions .services-link-button {
  border-bottom: 0;
}

.services-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin: 30px 0 22px;
}

.services-button,
.services-link-button,
.need-action,
.self-service-actions a {
  font-family: inherit;
  font-weight: 600;
}

.services-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 0;
  border-radius: 11px;
  color: var(--proof-dark);
  cursor: pointer;
  text-decoration: none;
}

.services-button-primary {
  background: var(--proof-blue);
  box-shadow: 0 9px 22px rgba(74, 112, 172, 0.2);
}

.services-link-button {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--proof-dark);
  cursor: pointer;
}

.services-hero-visual {
  display: grid;
  padding: 1rem;
}

.services-hero-photo {
  position: relative;
  min-height: 33rem;
  border-radius: 2.2rem;
  box-shadow: 0 30px 70px rgba(9, 13, 38, 0.18);
}

.services-hero-photo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 50%;
}

.services-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 58%, rgba(9, 13, 38, 0.58));
  pointer-events: none;
}

.hero-info-card {
  position: absolute;
  bottom: 1.6rem;
  left: 1.5rem;
  z-index: 3;
  display: grid;
  width: min(23rem, calc(100% - 3rem));
  gap: 0.5rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 1.5rem;
  background: #fffbf5eb;
  color: var(--proof-dark);
  box-shadow: 0 16px 36px rgba(9, 13, 38, 0.2);
  backdrop-filter: blur(12px);
}

.hero-info-card p,
.hero-info-card h2 {
  margin: 0;
}

.hero-info-card h2 {
  max-width: 15ch;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.08;
}

.hero-info-card p:last-child {
  max-width: 30ch;
  color: var(--proof-muted);
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
}

.hero-info-eyebrow {
  color: #9fc3fa;
  font-size: 0.7rem !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.services-section {
  padding: clamp(62px, 8vw, 104px) 0;
}

.services-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 34px;
}

.services-section-heading > p {
  max-width: 48ch;
  margin-bottom: 10px;
  color: var(--proof-muted);
}

.needs-section-heading {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 34px;
}

.needs-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px 24px;
}

#behoeften {
  padding-bottom: clamp(26px, 3vw, 44px);
}

.need-card {
  --card-accent: #6f9ef0;
  --card-soft: #f1f6ff;
  position: relative;
  overflow: visible;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 25px 24px;
  border: 1px solid #dbe3ed;
  border-radius: 1.6rem;
  background: linear-gradient(145deg, #fff, var(--card-soft));
  box-shadow: 10px 10px 0 color-mix(in srgb, var(--card-accent) 88%, #fff), 0 16px 34px rgba(9, 13, 38, 0.06);
  cursor: pointer;
}

.need-card::before {
  content: none;
}

.need-card::after {
  content: none;
}

.need-card-blue { --card-accent: #6f9ef0; --card-soft: #f1f6ff; --card-label: #466fb5; }
.need-card-green { --card-accent: #61c9ab; --card-soft: #f1fbf7; --card-label: #347f6b; }
.need-card-orange { --card-accent: #faca8e; --card-soft: #fff8f1; --card-label: #b46a20; }
.need-card-purple { --card-accent: #a36eef; --card-soft: #faf6ff; --card-label: #7445b6; }
.need-card-red { --card-accent: #ee8077; --card-soft: #fff5f4; --card-label: #b6514b; }
.need-card-pink { --card-accent: #ed80ee; --card-soft: #fff3ff; --card-label: #923993; }

.need-card-topline {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.need-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--card-accent) 26%, #fff);
  color: var(--proof-dark);
}

.need-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.assumption-tag,
.verified-tag,
.example-quote-label {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid #ead9c7;
  border-radius: 999px;
  background: #fffaf4;
  color: #633b0f;
  font-size: 0.67rem;
  font-weight: 500;
  line-height: 1.35;
}

.verified-tag {
  border-color: #cfe8df;
  background: #f3fbf8;
  color: #154c3d;
}

.need-card .assumption-tag,
.need-card .verified-tag {
  border: 0;
  background: color-mix(in srgb, var(--card-accent) 30%, #fff);
  color: var(--card-label);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.need-card h3,
.need-card > p,
.need-meta,
.need-action {
  position: relative;
  z-index: 1;
}

.need-card h3 {
  max-width: 18ch;
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.need-card > p {
  margin-bottom: 13px;
  color: var(--proof-muted);
  font-size: 0.94rem !important;
  line-height: 1.6 !important;
}

.need-meta {
  width: 100%;
  display: grid;
  gap: 7px;
  margin: auto 0 13px;
  padding: 0;
  list-style: none;
}

.need-meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #59637e;
  font-size: 0.82rem;
  line-height: 1.45;
}

.need-meta-icon {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  border-radius: 6px;
  background: color-mix(in srgb, var(--card-accent) 22%, #fff);
}

.need-meta-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.need-action {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.need-action:focus-visible {
  border-radius: 1.6rem;
  outline: 3px solid #ef9235;
  outline-offset: -5px;
}

.choice-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin: clamp(160px, 17vw, 256px) 0 0;
  padding: 30px 32px;
  border-radius: 20px;
  background: linear-gradient(115deg, #edf4ff, #eafaf5);
}

.choice-helper h2 {
  margin-bottom: 8px;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.choice-helper p:last-child {
  max-width: 65ch;
  margin-bottom: 0;
  color: var(--proof-muted);
}

.playground-section {
  padding: clamp(26px, 3vw, 44px) 0;
  background: transparent;
}

.choice-helper-section {
  padding: clamp(26px, 3vw, 44px) 0 clamp(48px, 6vw, 80px);
  background: transparent;
}

.choice-helper-section .choice-helper {
  margin: 0;
}

.playground-panel {
  --playground-accent: #faca8e;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 1rem;
  width: min(100% - 2rem, 1180px);
  padding: 1.4rem;
  overflow: visible;
  border: 1.5px solid #dbe3ed;
  border-radius: 24px;
  background: radial-gradient(circle at top right, color-mix(in srgb, var(--playground-accent) 18%, transparent), transparent 28%), rgba(255, 255, 255, 0.88);
  box-shadow: 10px 10px 0 color-mix(in srgb, var(--playground-accent) 88%, #fff), 0 24px 80px rgba(64, 83, 135, 0.1);
}

.reference-section-title {
  font-family: "Vollkorn", Georgia, serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.playground-copy {
  display: grid;
  gap: 0.9rem;
}

.playground-copy > * {
  margin: 0;
}

.playground-copy h2 {
  font-size: 36px;
}

.playground-copy > p {
  color: var(--proof-muted);
  line-height: 1.6 !important;
}

.playground-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 1.45rem;
  align-items: center;
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--playground-accent) 24%, #fff);
  color: #cf8533;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.playground-button {
  justify-self: start;
  margin-top: 0.4rem;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  padding: 0.62rem 1.15rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #fbd6a5, #e99c49);
  color: #fff;
  box-shadow: 0 18px 40px rgba(250, 202, 142, 0.42);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.15;
}

.playground-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 14rem;
  place-items: center;
  border-radius: 1.4rem;
  background: radial-gradient(circle at center, rgba(250, 202, 142, 0.15), transparent 46%), linear-gradient(180deg, rgba(244, 247, 251, 0.96), rgba(237, 241, 248, 0.92));
}

.playground-visual img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.96);
}

.playground-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100% - 2rem, 1180px);
  margin-top: 1rem;
}

.playground-example-card {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: 0.75rem 0.75rem 1.15rem;
  border: 1px solid rgba(220, 228, 241, 0.88);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(64, 83, 135, 0.08);
}

.playground-example-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 0.85rem;
  background: #f4f7fb;
}

.playground-example-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.playground-example-card p {
  margin: 0 0.35rem;
  color: var(--proof-muted);
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

.academy-section {
  padding: 1.4rem 0;
  background: transparent;
}

.playground-section + .academy-section {
  margin-top: clamp(24px, 3vw, 48px);
}

.academy-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 2rem;
  width: min(100% - 2rem, 1180px);
  margin-bottom: 2.6rem;
}

.academy-heading > div {
  display: grid;
  gap: 1.15rem;
  width: min(100%, 46rem);
}

.academy-heading h2 {
  max-width: none;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 40px;
}

.academy-eyebrow {
  display: inline-flex;
  width: min(100%, 22rem);
  min-height: 2.15rem;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(110, 110, 117, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #9fc3fa;
  font-size: 0.74rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1 !important;
  text-transform: uppercase;
}

.academy-eyebrow::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #9fc3fa, #8de0c8);
  box-shadow: 0 0 0 6px rgba(159, 195, 250, 0.14);
}

.academy-intro {
  display: grid;
  max-width: 44rem;
  gap: 1rem;
}

.academy-intro > p {
  max-width: 63ch;
  margin: 0;
  color: var(--proof-muted);
  font-size: 1rem !important;
  line-height: 1.68 !important;
}

.academy-provider {
  display: flex;
  box-sizing: border-box;
  width: min(75%, 18rem);
  max-width: 100%;
  align-items: center;
  gap: 1rem;
  padding: 0.6375rem 0.75rem;
  border: 1px solid rgba(220, 228, 241, 0.92);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(64, 83, 135, 0.08);
}

.academy-provider p {
  margin: 0;
  color: var(--proof-muted);
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}

.academy-provider img {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  height: auto;
  object-fit: contain;
}

.academy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100% - 2rem, 1180px);
}

.academy-card {
  --academy-accent: #6f9ef0;
  overflow: hidden;
  display: grid;
  min-height: 24rem;
  align-content: space-between;
  gap: 0.8rem;
  padding: 1.45rem;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(242, 247, 255, 0.98), rgba(236, 243, 255, 0.96));
  color: var(--proof-dark);
  box-shadow: 0 24px 80px rgba(64, 83, 135, 0.1);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.academy-card-green { --academy-accent: #1ac190; background: linear-gradient(180deg, rgba(242, 255, 250, 0.98), rgba(232, 248, 242, 0.96)); }
.academy-card-orange { --academy-accent: #faca8e; background: linear-gradient(180deg, rgba(255, 249, 239, 0.98), rgba(252, 241, 224, 0.96)); }

.academy-card:hover {
  box-shadow: 0 24px 70px rgba(64, 83, 135, 0.16);
  transform: translateY(-4px);
}

.academy-card-media {
  height: 10.5rem;
  margin: -1.45rem -1.45rem 0.35rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
}

.academy-card-blue .academy-card-media { box-shadow: inset 0 -42px 56px rgba(236, 243, 255, 0.9); }
.academy-card-green .academy-card-media { box-shadow: inset 0 -42px 56px rgba(232, 248, 242, 0.92); }
.academy-card-orange .academy-card-media { box-shadow: inset 0 -42px 56px rgba(252, 241, 224, 0.92); }

.academy-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92);
}

.academy-card-copy {
  display: grid;
  gap: 0.8rem;
}

.academy-card:nth-child(2) .academy-card-copy {
  margin-top: -0.4rem;
}

.academy-card-copy h3 {
  max-width: 13ch;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.academy-card-copy p {
  max-width: 30ch;
  margin: 0;
  color: var(--proof-muted);
  line-height: 1.6 !important;
}

.academy-facts {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.academy-fact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
}

.academy-fact > span {
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--academy-accent);
}

.academy-fact svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.academy-fact > div {
  display: grid;
  gap: 0.15rem;
}

.academy-fact small {
  color: var(--proof-muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.academy-fact strong {
  color: var(--proof-dark);
  font-size: 0.86rem;
  line-height: 1.35;
}

.academy-card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--academy-accent);
  font-weight: 400;
}

.proof-section {
  padding-top: 1rem;
  background: transparent;
}

.product-head,
.product-grid {
  width: min(calc(100% - 2rem), 1180px);
}

.product-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.6rem;
}

.product-head > div:first-child {
  display: grid;
  width: min(100%, 22rem);
  max-width: 36rem;
  gap: 1.15rem;
}

.product-head h2 {
  max-width: 12ch;
  margin: 0;
  font-family: "Vollkorn", Georgia, serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.product-arrows {
  display: flex;
  gap: 0.65rem;
  padding-bottom: 0.2rem;
}

.product-arrows button {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(159, 195, 250, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 34px rgba(64, 83, 135, 0.08);
  color: var(--proof-dark);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 800;
  transition: transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.product-arrows button:hover {
  transform: translateY(-1px);
  border-color: rgba(111, 158, 240, 0.72);
  background: rgba(255, 255, 255, 0.92);
}

.product-grid {
  box-sizing: border-box;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 5.1rem) / 3);
  align-items: start;
  gap: 1.45rem;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0.7rem 1.1rem 2.15rem;
  scroll-padding-inline: 1.1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-grid::-webkit-scrollbar {
  display: none;
}

.product-card {
  position: relative;
  z-index: 1;
  display: grid;
  overflow: visible;
  padding: 0.48rem;
  border-radius: 1.45rem;
  background: transparent;
  color: var(--proof-dark);
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-card::before {
  position: absolute;
  inset: 0.48rem;
  z-index: 1;
  border: 1px solid rgba(220, 228, 241, 0.82);
  border-radius: 1.45rem;
  background: #fff;
  box-shadow: 0 24px 80px rgba(64, 83, 135, 0.1);
  content: "";
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card:nth-child(2),
.product-card:nth-child(4) {
  margin-top: 1.35rem;
}

.product-accent {
  position: absolute;
  inset: 0.24rem;
  z-index: 0;
  border-radius: 1.45rem;
  pointer-events: none;
}

.product-card:nth-child(1) .product-accent { transform: translate(-0.26rem, -0.26rem) rotate(-1.1deg); }
.product-card:nth-child(2) .product-accent { transform: translate(0.26rem, 0.26rem) rotate(1.4deg); }
.product-card:nth-child(3) .product-accent { transform: translate(0.26rem, -0.26rem) rotate(1deg); }
.product-card:nth-child(4) .product-accent { transform: translate(0.26rem, 0.26rem) rotate(1.4deg); }

.product-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  min-height: 10.75rem;
  align-content: end;
  justify-items: start;
  gap: 0.5rem;
  padding: 1.15rem;
  border-radius: 1.45rem 1.45rem 0 0;
  background: radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.92), transparent 24%), linear-gradient(135deg, rgba(246, 248, 252, 0.98), rgba(239, 243, 250, 0.94));
}

.product-media::before,
.product-media::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  opacity: 0.65;
}

.product-media::before {
  top: 1.1rem;
  right: 1.2rem;
  width: 5.5rem;
  height: 5.5rem;
  background: rgba(159, 195, 250, 0.16);
}

.product-media::after {
  bottom: -2.2rem;
  left: 1.1rem;
  width: 9rem;
  height: 5rem;
  background: rgba(141, 224, 200, 0.14);
  transform: rotate(-8deg);
}

.product-media img {
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  z-index: 1;
  width: min(52%, 8.4rem);
  max-height: 12.5rem;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(29, 36, 51, 0.16));
  transform: translateX(-50%) rotate(-3deg);
}

.product-card:nth-child(2) .product-media img,
.product-card:nth-child(3) .product-media img {
  bottom: -1.2rem;
  width: min(82%, 14.25rem);
  max-height: 14.5rem;
}

.product-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.62rem;
  padding: 1.15rem 1.2rem 1.3rem;
}

.product-copy h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.product-copy p {
  margin: 0;
  color: var(--proof-muted);
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

.product-copy strong {
  margin-top: 0.25rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-tone-mint .product-accent { background: linear-gradient(135deg, rgba(97, 201, 171, 0.96), rgba(141, 224, 200, 0.92)); }
.product-tone-mint .product-media { background: radial-gradient(circle at 72% 32%, rgba(141, 224, 200, 0.16), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 246, 0.94)); }
.product-tone-mint strong { color: #1ac190; }
.product-tone-blue .product-accent { background: linear-gradient(135deg, rgba(111, 158, 240, 0.98), rgba(159, 195, 250, 0.94)); }
.product-tone-blue .product-media { background: radial-gradient(circle at 15% 20%, rgba(159, 195, 250, 0.22), transparent 30%), linear-gradient(135deg, rgba(248, 250, 255, 0.98), rgba(239, 245, 255, 0.94)); }
.product-tone-blue strong { color: var(--proof-dark); }
.product-tone-amber .product-accent { background: linear-gradient(135deg, rgba(250, 202, 142, 0.98), rgba(250, 202, 142, 0.82)); }
.product-tone-amber .product-media { background: radial-gradient(circle at 78% 18%, rgba(250, 202, 142, 0.2), transparent 26%), linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 240, 0.95)); }
.product-tone-amber strong { color: #e6a851; }
.product-tone-purple .product-accent { background: linear-gradient(135deg, rgba(163, 110, 239, 0.96), rgba(194, 148, 248, 0.94)); }
.product-tone-purple .product-media { background: radial-gradient(circle at 72% 36%, rgba(194, 148, 248, 0.18), transparent 30%), linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 255, 0.94)); }
.product-tone-purple strong { color: #9b67eb;
}

.needs-section-heading h2,
.academy-heading h2,
.product-head h2,
.compact-heading h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-family: inherit;
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.services-section.process-section {
  padding-top: clamp(48px, 5vw, 72px);
  background: transparent;
}

.compact-heading {
  max-width: 760px;
}

.compact-heading > div {
  display: grid;
  gap: 1.15rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: steps;
}

.process-grid li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 26px;
  border: 1px solid #dce4ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(35, 54, 77, 0.045);
}

.process-grid li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -46px;
  width: 40px;
  height: 26px;
  background: #7fa6ee;
  clip-path: polygon(0 38%, 65% 38%, 65% 4%, 100% 50%, 65% 96%, 65% 62%, 0 62%);
  transform: translateY(-50%);
  pointer-events: none;
}

.process-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: #4f75bb;
}

.process-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.process-grid h3 {
  margin: 4px 0 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--proof-muted);
  font-size: 0.92rem !important;
}

.contact-section {
  padding: clamp(68px, 9vw, 112px) 0;
  background:
    radial-gradient(circle, rgba(129, 144, 166, 0.16) 1px, transparent 1.2px),
    linear-gradient(135deg, #eef7f5 0%, #f9fbfd 52%, #eef4ff 100%);
  background-size: 22px 22px, auto;
  color: var(--proof-dark);
  border-top: 1px solid rgba(220, 229, 235, 0.9);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(42px, 8vw, 88px);
  align-items: start;
}

.contact-section .section-kicker {
  border-color: #dce5eb;
  background: rgba(255, 255, 255, 0.82);
  color: #9fc3fa;
}

.contact-copy > p:not(.section-kicker) {
  color: var(--proof-muted);
}

.contact-copy > .section-kicker {
  margin-bottom: 1.15rem;
}

.contact-note {
  display: grid;
  gap: 4px;
  margin: 28px 0;
  padding: 18px;
  border: 1px solid #dce5eb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.contact-note span {
  color: var(--proof-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.contact-copy address {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-style: normal;
}

.contact-copy address a {
  display: inline-flex;
  gap: 14px;
  min-height: 44px;
  align-items: center;
  color: var(--proof-dark);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  text-decoration: none;
}

.contact-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
}

.contact-icon-mail {
  background: #7fd9c7;
}

.contact-icon-phone {
  background: #9bbbf3;
}

.contact-icon-address {
  background: #b48bea;
}

.contact-address {
  display: inline-flex;
  gap: 14px;
  min-height: 44px;
  align-items: flex-start;
  margin-top: 6px;
  color: var(--proof-dark);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 22px;
  background: #fff;
  color: var(--proof-dark);
  box-shadow: 0 22px 48px rgba(53, 74, 107, 0.12);
}

.contact-typeform {
  display: block;
}

.contact-typeform > [data-tf-live] {
  min-height: 560px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field label {
  font-weight: 600;
  line-height: 1.4;
}

.form-field label span,
.form-field small {
  color: #646d84;
  font-size: 0.8rem;
  font-weight: 400;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aeb8c7;
  border-radius: 10px;
  background: #fff;
  color: var(--proof-dark);
  font-family: inherit;
}

.contact-form textarea {
  min-height: 116px;
  resize: vertical;
}

.contact-form [aria-invalid="true"] {
  border-color: #a42020;
  box-shadow: 0 0 0 2px rgba(164, 32, 32, 0.15);
}

.form-submit {
  justify-self: start;
}

.form-status {
  min-height: 1.6em;
  margin-bottom: 0;
  color: #24435b;
  font-size: 0.87rem !important;
}

.form-status.is-error {
  color: #8f1717;
}

.form-status.is-success {
  padding: 10px 12px;
  border-radius: 9px;
  background: #e7f7f0;
  color: #154c3d;
}

.services-footer {
  padding: 34px 0;
  background:
    var(--proof-dots),
    #fff;
  background-size: 22px 22px, auto;
  color: var(--proof-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 24px;
}

.footer-grid img {
  width: 175px;
  height: auto;
}

.footer-grid p {
  margin-bottom: 0;
  font-size: 0.82rem !important;
}

.footer-grid p:last-child {
  text-align: right;
}

.services-proof-page :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #ef9235;
  outline-offset: 3px;
}

.services-button,
.need-card {
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.services-button:hover {
  filter: brightness(0.96);
  transform: translateY(-2px);
}

.need-card:hover {
  box-shadow: 0 18px 42px rgba(9, 13, 38, 0.11);
  transform: translateY(-3px);
}

@media (max-width: 1040px) {
  .services-proof-page .nav-menu {
    gap: 16px;
  }

  .services-proof-page .nav-link {
    font-size: 14px;
  }

  .services-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.8fr);
    gap: 42px;
  }

  .services-hero-photo {
    min-height: 33rem;
  }

  .needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 960px) {
  .playground-panel,
  .academy-grid {
    grid-template-columns: 1fr;
  }

  .playground-examples {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100% - 32px, 36rem);
  }
}

@media (max-width: 859px) {
  .services-proof-page .nav-inner {
    grid-template-columns: 1fr auto;
  }

  .services-proof-page .nav-menu {
    justify-self: stretch;
  }

  .services-hero-grid,
  .contact-grid,
  .playground-panel {
    grid-template-columns: 1fr;
  }

  .services-hero-photo {
    width: min(100%, 620px);
    min-height: 410px;
    margin-inline: auto;
  }

  .services-section-heading,
  .choice-helper {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-section-heading {
    gap: 4px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    row-gap: 52px;
  }

  .process-grid li:not(:last-child)::after {
    top: calc(100% + 26px);
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media (max-width: 820px) {
  .product-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-grid {
    grid-auto-columns: min(88%, 24rem);
  }

  .product-card:nth-child(2),
  .product-card:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .services-shell {
    width: min(100% - 32px, 1200px);
  }

  .proof-banner .proof-shell {
    min-height: 48px;
    flex-wrap: wrap;
    gap: 5px 8px;
    padding: 7px 0;
    line-height: 1.35;
  }

  .services-proof-page .nav-inner {
    padding: 12px 16px;
  }

  .services-proof-page .nav-brand img {
    height: 34px;
  }

  .services-hero {
    padding: 48px 0 62px;
  }

  .services-hero-grid {
    gap: 36px;
  }

  .services-hero h1 {
    font-size: clamp(2.25rem, 3.8vw, 3.2rem);
    line-height: 0.98;
  }

  .hero-choice-actions,
  .services-button {
    width: 100%;
  }

  .hero-choice-box {
    gap: 16px;
    margin-top: 24px;
    padding: 17px;
  }

  .hero-choice-actions {
    align-items: center;
    flex-direction: row;
    gap: 11px;
  }

  .hero-choice-actions .services-button {
    width: auto;
    min-width: 0;
    flex: 1;
    padding-inline: 12px;
  }

  .hero-choice-actions .services-link-button {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
  }

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

  .services-hero-photo {
    min-height: 33rem;
    border-radius: 2.2rem;
  }

  .hero-info-card {
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 28px);
    padding: 12px 13px;
  }

  .services-section {
    padding: 62px 0;
  }

  .services-section-heading,
  .needs-section-heading {
    margin-bottom: 26px;
  }

  .needs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .academy-grid {
    grid-template-columns: 1fr;
  }

  .need-card {
    min-height: 0;
    padding: 24px 22px 22px 28px;
  }

  .need-card-topline {
    align-items: flex-start;
  }

  .need-meta {
    margin-top: 12px;
  }

  .choice-helper {
    margin: 96px 0 0;
    padding: 24px 22px;
  }

  .choice-helper .services-button {
    width: 100%;
  }

  .playground-button {
    width: fit-content;
    min-height: 44px;
  }

  .playground-examples {
    gap: 0.7rem;
  }

  .playground-example-card {
    gap: 0.55rem;
    padding: 0.45rem 0.45rem 0.7rem;
    border-radius: 0.95rem;
  }

  .playground-example-image {
    border-radius: 0.6rem;
  }

  .playground-example-card p {
    margin: 0 0.15rem;
    font-size: 0.78rem !important;
    line-height: 1.42 !important;
  }

  .process-grid li {
    padding: 22px;
  }

  .self-service-strip {
    padding: 26px 22px;
  }

  .contact-section {
    padding: 64px 0;
  }

  .contact-grid {
    gap: 34px;
  }

  .contact-form {
    padding: 22px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-submit {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-grid p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  .services-button,
  .need-card,
  .academy-card,
  .product-card,
  .product-arrows button,
  .skip-link {
    scroll-behavior: auto;
    transition: none;
  }

  .services-button:hover,
  .need-card:hover,
  .academy-card:hover,
  .product-card:hover,
  .product-arrows button:hover {
    transform: none;
  }
}

/* Intro onder de hulpvraag: twee regels op desktop, vrij afbreken op mobiel. */
.needs-section-intro {
  margin: 0;
  color: var(--proof-muted);
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .needs-intro-break {
    display: none;
  }
}
