body {
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif;
}
.mp-hero h1,
.mp-section-head h2,
.mp-final h2,
.page-hero h1,
.page-section h2 {
  font-family:
    "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  font-weight: 720;
  letter-spacing: -0.038em;
}
.mp-hero {
  overflow: hidden;
  padding: 108px 0 96px;
  color: #fff;
  background: #090c11;
}
.mp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: 70px;
}
.mp-eyebrow,
.mp-section-head > span,
.page-kicker {
  color: #9cb9dc;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
}
.mp-hero h1 {
  margin: 24px 0;
  font-size: clamp(60px, 6.5vw, 94px);
  line-height: 0.98;
}
.mp-hero h1 em {
  color: #adc6e2;
  font-style: normal;
}
.mp-hero-copy > p {
  max-width: 650px;
  color: #b6bec8;
  font-size: 19px;
  line-height: 1.6;
}
.mp-proofline {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
  gap: 9px 22px;
  color: #939ca7;
  font-size: 12px;
}
.mp-proofline span::before {
  margin-right: 7px;
  color: #75c594;
  content: "●";
  font-size: 8px;
}
.mp-live {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 22px 24px 0 rgba(117, 145, 177, 0.12);
}
.mp-live > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.mp-live::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 8, 12, 0.86), transparent 65%);
  content: "";
}
.mp-live-top {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 18px 22px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 11, 15, 0.58);
  backdrop-filter: blur(16px);
  font-size: 10px;
}
.mp-live-top span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #c6ccd3;
}
.mp-live-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75c594;
}
.mp-live-cards {
  display: grid;
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.mp-live-cards article {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(7, 10, 14, 0.67);
  backdrop-filter: blur(14px);
}
.mp-live-cards small,
.mp-live-cards b,
.mp-live-cards span {
  display: block;
}
.mp-live-cards small {
  color: #a9b3c0;
  font-size: 8px;
  letter-spacing: 0.1em;
}
.mp-live-cards b {
  margin: 8px 0 2px;
  font-size: 23px;
}
.mp-live-cards span {
  color: #9aa3af;
  font-size: 9px;
}
.mp-brands {
  padding: 40px 0;
  border-bottom: 1px solid #d7dadd;
  background: #f7f7f5;
}
.mp-brands .shell {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 50px;
}
.mp-brands p {
  color: #737b85;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.mp-logo-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 35px;
}
.mp-logo-wall img {
  display: block;
  width: auto;
  max-width: 130px;
  height: auto;
  max-height: 33px;
  justify-self: center;
  object-fit: contain;
}
.mp-services {
  padding: 112px 0;
  background: #f1f2f2;
}
.mp-section-head {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 350px;
  align-items: end;
  gap: 35px;
}
.mp-section-head h2 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 67px);
  line-height: 1.02;
}
.mp-section-head p {
  margin: 0;
  color: #666e78;
  line-height: 1.65;
}
.mp-service-list {
  margin-top: 65px;
  border-top: 1px solid #cfd3d6;
}
.mp-service-list > a {
  display: grid;
  padding: 30px 0;
  grid-template-columns: 65px minmax(0, 1fr) 180px 190px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #cfd3d6;
  transition:
    padding 0.2s,
    background 0.2s;
}
.mp-service-list > a:hover {
  padding-inline: 18px;
  background: #fff;
}
.mp-service-list > a > span {
  color: #7292b6;
  font-size: 12px;
  font-weight: 800;
}
.mp-service-list small {
  color: #7b838d;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
}
.mp-service-list h3 {
  margin: 5px 0;
  font-size: 26px;
  letter-spacing: -0.025em;
}
.mp-service-list p {
  max-width: 650px;
  margin: 0;
  color: #68707a;
  font-size: 13px;
}
.mp-service-list strong {
  font-size: 12px;
}
.mp-service-list > a > b {
  justify-self: end;
  color: #56799f;
  font-size: 12px;
}
.mp-cases {
  padding: 112px 0;
  color: #fff;
  background: #090c11;
}
.mp-section-head.light {
  display: block;
}
.mp-section-head.light h2 {
  margin-top: 15px;
}
.mp-case-grid {
  display: grid;
  margin-top: 55px;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 12px;
}
.mp-case-grid article {
  min-height: 360px;
  padding: 35px;
  border: 1px solid #303640;
  background: #141920;
}
.mp-case-grid article.living {
  background:
    linear-gradient(0deg, rgba(6, 9, 13, 0.82), rgba(6, 9, 13, 0.16)),
    url("assets/smart-living-v5.png") center/cover;
}
.mp-case-grid small {
  color: #a9c1dc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.mp-case-grid h3 {
  margin: 18px 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.mp-case-grid p {
  color: #aeb6c0;
  line-height: 1.6;
}
.mp-case-grid a {
  display: inline-block;
  margin-top: 25px;
  color: #b4cae2;
  font-weight: 750;
}
.mp-final {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #10151c;
}
.mp-final > div > span {
  color: #9cb9dc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.mp-final h2 {
  margin: 20px 0 35px;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.98;
}
.mp-final > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.mp-final > div > div > a:last-child {
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .mp-hero-grid {
    grid-template-columns: 1fr;
  }
  .mp-live {
    max-width: 850px;
  }
  .mp-logo-wall {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }
  .mp-section-head {
    grid-template-columns: 130px 1fr;
  }
  .mp-section-head p {
    grid-column: 2;
  }
  .mp-service-list > a {
    grid-template-columns: 45px 1fr 170px;
  }
  .mp-service-list > a > b {
    grid-column: 2;
  }
  .mp-case-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mp-case-grid article.living {
    grid-column: 1/-1;
  }
}
@media (max-width: 760px) {
  .mp-hero {
    padding: 75px 0;
  }
  .mp-hero-grid {
    gap: 45px;
  }
  .mp-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }
  .mp-live {
    min-height: 510px;
  }
  .mp-live-cards {
    grid-template-columns: 1fr;
  }
  .mp-brands .shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mp-logo-wall {
    grid-template-columns: repeat(2, 1fr);
  }
  .mp-services,
  .mp-cases {
    padding: 78px 0;
  }
  .mp-section-head {
    display: block;
  }
  .mp-section-head h2 {
    margin-top: 15px;
  }
  .mp-section-head p {
    margin-top: 20px;
  }
  .mp-service-list > a {
    grid-template-columns: 35px 1fr;
    padding: 24px 0;
  }
  .mp-service-list > a > strong,
  .mp-service-list > a > b {
    grid-column: 2;
    justify-self: start;
  }
  .mp-case-grid {
    grid-template-columns: 1fr;
  }
  .mp-case-grid article.living {
    grid-column: auto;
  }
  .mp-final > div > div {
    flex-direction: column;
  }
}

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 660px;
  padding: 120px 0 75px;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 8, 12, 0.95),
      rgba(5, 8, 12, 0.52) 58%,
      rgba(5, 8, 12, 0.2)
    ),
    linear-gradient(0deg, rgba(5, 8, 12, 0.7), transparent 45%);
  content: "";
}
.page-hero.ha {
  background-image: url("assets/smart-living-v5.png");
}
.page-hero.system {
  background-image: url("assets/ha/commandcenter.jpg");
}
.page-hero.endpoint {
  background-image: url("assets/endpoint-lab-v5.png");
}
.page-hero.web {
  background-image: url("assets/hero-remotefix-v5.png");
}
.page-hero.about {
  background-image: url("assets/hero-remotefix-v5.png");
}
.page-hero .shell {
  display: flex;
  min-height: 465px;
  align-items: flex-end;
}
.page-hero-copy {
  max-width: 850px;
}
.page-hero h1 {
  margin: 20px 0;
  font-size: clamp(55px, 6.4vw, 88px);
  line-height: 1;
}
.page-hero p {
  max-width: 720px;
  color: #c0c6ce;
  font-size: 18px;
  line-height: 1.6;
}
.page-hero .hero-actions {
  margin-top: 30px;
}
.page-section {
  padding: 105px 0;
  background: #f4f5f4;
}
.page-section.dark {
  color: #fff;
  background: #0b0f14;
}
.page-intro {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(280px, 400px);
  gap: 35px;
  align-items: start;
}
.page-intro > span {
  color: #6889ad;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.page-intro h2 {
  margin: 0;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.03;
}
.page-intro > p {
  margin: 0;
  color: #69717b;
  line-height: 1.7;
}
.page-section.dark .page-intro > p {
  color: #9da6b1;
}
.offer-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.offer-grid article {
  min-height: 265px;
  padding: 28px;
  border: 1px solid #d0d4d7;
  background: #fff;
}
.dark .offer-grid article {
  border-color: #2d343d;
  background: #141a21;
}
.offer-grid small {
  color: #6e91b8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.offer-grid h3 {
  margin: 26px 0 12px;
  font-size: 25px;
  letter-spacing: -0.025em;
}
.offer-grid p {
  color: #69717a;
  font-size: 13px;
  line-height: 1.6;
}
.dark .offer-grid p {
  color: #98a1ad;
}
.offer-grid strong {
  display: block;
  margin-top: 24px;
  font-size: 12px;
}
.package-grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.package-grid article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid #ccd1d4;
  background: #fff;
}
.package-grid article.featured {
  color: #fff;
  border-color: #151b22;
  background: #151b22;
  box-shadow: 10px 10px 0 #90accb;
}
.package-grid small {
  color: #7192b6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.package-grid h3 {
  margin: 22px 0 10px;
  font-size: 28px;
}
.package-grid .price {
  font-size: 38px;
  font-weight: 750;
  letter-spacing: -0.04em;
}
.package-grid p,
.package-grid li {
  color: #69717a;
  font-size: 12px;
  line-height: 1.6;
}
.package-grid .featured p,
.package-grid .featured li {
  color: #aeb7c2;
}
.package-grid ul {
  padding-left: 18px;
}
.package-grid a {
  margin-top: auto;
  color: #668bb4;
  font-weight: 800;
}
.package-grid .featured a {
  color: #b1c9e3;
}
.tech-context {
  padding: 44px 0;
  border-block: 1px solid #d4d8da;
  background: #fff;
}
.tech-context .shell {
  display: flex;
  align-items: center;
  gap: 45px;
}
.tech-context p {
  width: 180px;
  color: #737b85;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.tech-context .mp-logo-wall {
  flex: 1;
}
.career-list {
  margin-top: 55px;
  border-top: 1px solid #d0d4d7;
}
.career-list article {
  display: grid;
  padding: 28px 0;
  grid-template-columns: 170px 1fr;
  gap: 35px;
  border-bottom: 1px solid #d0d4d7;
}
.career-list time {
  color: #6989ad;
  font-weight: 800;
}
.career-list h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.career-list p {
  margin: 0;
  color: #69717a;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .page-intro {
    grid-template-columns: 120px 1fr;
  }
  .page-intro > p {
    grid-column: 2;
  }
  .offer-grid,
  .package-grid {
    grid-template-columns: 1fr 1fr;
  }
  .tech-context .shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .tech-context p {
    width: auto;
  }
  .tech-context .mp-logo-wall {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .page-hero {
    min-height: 590px;
    padding-top: 90px;
  }
  .page-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }
  .page-section {
    padding: 75px 0;
  }
  .page-intro {
    display: block;
  }
  .page-intro h2 {
    margin-top: 14px;
  }
  .page-intro > p {
    margin-top: 20px;
  }
  .offer-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }
  .career-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* V7 brand and project proof */
.wordmark {
  display: inline-flex;
  gap: 0;
  align-items: baseline;
  color: #111820;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.045em;
  text-transform: none;
}
.wordmark span,
.wordmark strong {
  color: inherit;
  font: inherit;
}
.wordmark strong {
  color: #3579b8;
  font-weight: 850;
}
.wordmark.inverse {
  color: #fff;
}
.wordmark.inverse strong {
  color: #84baf0;
}
.hero::before {
  content: "RemoteFix";
}
.brand-tiles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.brand-tiles > div {
  min-height: 92px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 11px;
  border: 1px solid #dfe3e7;
  border-radius: 12px;
  background: #fff;
}
.brand-tiles img {
  max-width: 128px;
  max-height: 31px;
  justify-self: auto;
}
.brand-tiles small {
  color: #69727d;
  font-size: 10px;
  line-height: 1.35;
}
.synology-wordmark {
  display: inline-block;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1;
  white-space: nowrap;
}
.tech-context .synology-wordmark {
  justify-self: center;
  font-size: 22px;
}
.proof-gallery {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.proof-card {
  padding: 12px 12px 27px;
  color: #dce4ec;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}
.proof-card > small,
.proof-card > h3,
.proof-card > p {
  display: block;
  margin-inline: 12px;
}
.proof-card > small {
  margin-top: 21px;
  color: #80b8ea;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.proof-card > h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}
.proof-card > p {
  margin-top: 12px;
  color: #9eabb8;
  font-size: 13px;
  line-height: 1.6;
}
.proof-screen,
.browser-frame {
  overflow: hidden;
  min-height: 230px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: #0d141d;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.24);
}
.proof-screen.large {
  min-height: 420px;
}
.screen-bar {
  height: 36px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8895a2;
  background: rgba(7, 11, 16, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.screen-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #52606e;
}
.screen-bar b {
  margin-left: 7px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.05em;
}
.ha-screen {
  background:
    linear-gradient(145deg, rgba(9, 16, 24, 0.7), rgba(10, 31, 48, 0.48)),
    url("assets/smart-living-v5.png") center/cover;
}
.ha-title {
  padding: 38px 30px 12px;
  display: grid;
  gap: 8px;
}
.ha-title small {
  color: #91c9f6;
}
.ha-title strong {
  max-width: 390px;
  font-size: 25px;
  line-height: 1.12;
}
.ha-kpis {
  padding: 28px 18px 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.large .ha-kpis {
  padding: 24px 30px 13px;
}
.ha-kpis span {
  padding: 14px 10px;
  display: grid;
  gap: 4px;
  font-size: 8px;
  color: #9eafbd;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(5, 10, 15, 0.68);
}
.ha-kpis b {
  color: #fff;
  font-size: 16px;
}
.ha-scenes {
  padding: 0 18px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.large .ha-scenes {
  padding: 0 30px 30px;
  grid-template-columns: repeat(3, 1fr);
}
.ha-scenes i {
  padding: 13px 7px;
  color: #dce9f2;
  font-size: 9px;
  font-style: normal;
  text-align: center;
  border-radius: 9px;
  background: rgba(65, 117, 157, 0.38);
  border: 1px solid rgba(135, 200, 245, 0.2);
}
.osd-screen {
  background: linear-gradient(135deg, #101a2b, #17213a 50%, #1d3154);
}
.osd-screen ul {
  margin: 15px 25px 24px;
  padding: 0;
  list-style: none;
}
.osd-screen li {
  margin: 8px 0;
  color: #8997a8;
  font-size: 10px;
}
.osd-screen li::before {
  content: "○";
  margin-right: 8px;
  color: #719ac5;
}
.osd-screen li.done {
  color: #c2d3e4;
}
.osd-screen li.done::before {
  content: "✓";
  color: #61d39b;
}
.osd-brand {
  padding: 35px 32px 8px;
  display: grid;
  gap: 7px;
}
.osd-brand strong {
  font-size: 25px;
}
.osd-brand small {
  color: #87a7c9;
}
.osd-progress {
  margin: 31px 25px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.large .osd-progress {
  margin-inline: 32px;
}
.osd-progress strong {
  font-size: 13px;
}
.osd-progress em {
  color: #99b9db;
  font-size: 10px;
  font-style: normal;
}
.osd-progress i {
  grid-column: 1/-1;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, #4e9add 84%, rgba(255, 255, 255, 0.1) 84%);
}
.web-screen {
  background: linear-gradient(135deg, #141a20, #254360);
}
.site-preview {
  padding: 30px 25px;
  display: grid;
  gap: 11px;
}
.site-preview strong {
  max-width: 280px;
  font-size: 22px;
  line-height: 1.1;
}
.site-preview span {
  width: 80%;
  height: 5px;
  background: rgba(255, 255, 255, 0.15);
}
.site-preview span + span {
  width: 55%;
}
.site-preview button,
.browser-frame button {
  width: max-content;
  margin-top: 10px;
  padding: 8px 11px;
  color: #0e1720;
  font-weight: 750;
  border: 0;
  border-radius: 5px;
  background: #d9ecff;
}
.project-proof-section {
  padding: 105px 0;
  background: #e8ebed;
}
.project-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 75px;
}
.project-proof-copy > span {
  color: #4279aa;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.project-proof-copy h2 {
  margin: 16px 0 20px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
}
.project-proof-copy > p {
  color: #626c76;
  line-height: 1.7;
}
.metric-list {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
}
.metric-list li {
  padding: 15px;
  color: #65717d;
  border: 1px solid #d2d8dd;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
}
.metric-list b {
  color: #15212b;
  font-size: 22px;
}
.check-list {
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 10px 0;
  border-bottom: 1px solid #cfd5da;
}
.check-list li::before {
  content: "✓";
  margin-right: 10px;
  color: #347f66;
  font-weight: 900;
}
.use-case-row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.use-case-row article {
  padding: 25px;
  border: 1px solid #d1d7dc;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
}
.use-case-row article > b {
  color: #3d7eb9;
  font-size: 11px;
}
.use-case-row h3 {
  margin: 13px 0 9px;
  font-size: 20px;
}
.use-case-row p {
  margin: 0;
  color: #67717b;
  font-size: 13px;
  line-height: 1.55;
}
.infra-screen {
  color: #dce7f1;
  background:
    radial-gradient(circle at 50% 10%, #275273, transparent 43%), #0d151c;
}
.infra-map {
  padding: 70px 35px 35px;
  display: grid;
  grid-template-columns: 1fr 35px 1.3fr 35px 1fr;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.infra-map strong {
  padding: 20px 10px;
  border: 1px solid #41657f;
  border-radius: 10px;
  background: rgba(35, 70, 96, 0.55);
}
.infra-map i {
  height: 1px;
  background: #4c85aa;
}
.infra-status {
  padding: 15px 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.infra-status span {
  padding: 14px;
  display: grid;
  gap: 5px;
  color: #8ca0b1;
  font-size: 9px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.05);
}
.infra-status b {
  color: #d9e7f2;
  font-size: 12px;
}
.website-proof .page-intro {
  margin-bottom: 45px;
}
.website-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.website-preview-grid article {
  padding: 11px 11px 25px;
  border: 1px solid #d1d7dc;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.58);
}
.website-preview-grid article > h3,
.website-preview-grid article > p {
  margin-inline: 12px;
}
.website-preview-grid article > h3 {
  margin-top: 20px;
  font-size: 20px;
}
.website-preview-grid article > p {
  color: #68727b;
  font-size: 13px;
  line-height: 1.55;
}
.browser-frame {
  min-height: 280px;
}
.browser-frame > div:last-child {
  min-height: 244px;
  padding: 37px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 13px;
}
.browser-frame small {
  font-size: 9px;
  letter-spacing: 0.1em;
}
.browser-frame strong {
  max-width: 250px;
  font-size: 26px;
  line-height: 1.04;
}
.living-site > div:last-child {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.48), rgba(9, 24, 38, 0.82)),
    url("assets/smart-living-v5.png") center/cover;
}
.trade-site > div:last-child {
  color: #1f1b17;
  background: linear-gradient(135deg, #eadbc8, #f8f2e8);
}
.trade-site button {
  color: #fff;
  background: #563c2c;
}
.business-site > div:last-child {
  background: linear-gradient(135deg, #1e2d42, #386e83);
}
@media (max-width: 960px) {
  .brand-tiles,
  .proof-gallery,
  .website-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-proof-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (max-width: 680px) {
  .brand-tiles,
  .proof-gallery,
  .website-preview-grid,
  .use-case-row {
    grid-template-columns: 1fr;
  }
  .project-proof-section {
    padding: 72px 0;
  }
  .proof-screen.large {
    min-height: 360px;
  }
  .ha-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .infra-map {
    padding-inline: 14px;
    grid-template-columns: 1fr;
  }
  .infra-map i {
    width: 1px;
    height: 15px;
    justify-self: center;
  }
  .infra-status {
    padding-inline: 14px;
    grid-template-columns: 1fr;
  }
}

/* V8 real project galleries */
.real-project-gallery {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.real-project-gallery figure,
.osd-wallpaper-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccd3d9;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(19, 30, 40, 0.1);
}
.real-project-gallery .gallery-wide {
  grid-column: 1 / -1;
}
.real-project-gallery img,
.osd-wallpaper-grid img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.real-project-gallery .gallery-wide img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.real-project-gallery figcaption,
.osd-wallpaper-grid figcaption {
  padding: 19px 20px 21px;
  display: grid;
  gap: 7px;
}
.real-project-gallery figcaption b,
.osd-wallpaper-grid figcaption b {
  color: #15212a;
  font-size: 17px;
}
.real-project-gallery figcaption span,
.osd-wallpaper-grid figcaption span {
  color: #66717b;
  font-size: 13px;
  line-height: 1.55;
}
.osd-image-gallery {
  margin-top: 72px;
}
.gallery-heading {
  max-width: 760px;
}
.gallery-heading > span,
.software-center-showcase > div:first-child > span {
  color: #4279aa;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.gallery-heading h2 {
  margin: 14px 0 17px;
  color: #17212b;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.03;
}
.gallery-heading p {
  color: #626d77;
  line-height: 1.7;
}
.osd-wallpaper-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.osd-wallpaper-grid img {
  height: 210px;
}
.software-center-showcase {
  margin-top: 22px;
  padding: 36px;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 50px;
  color: #dce8f2;
  border-radius: 16px;
  background: linear-gradient(135deg, #101820, #19314a);
  box-shadow: 0 28px 60px rgba(19, 30, 40, 0.18);
}
.software-center-showcase h3 {
  margin: 13px 0 12px;
  color: #fff;
  font-size: 27px;
}
.software-center-showcase p {
  margin: 0;
  color: #9cadbc;
  font-size: 14px;
  line-height: 1.65;
}
.app-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.app-icon-grid figure {
  margin: 0;
  min-height: 108px;
  padding: 14px 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}
.app-icon-grid img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.app-icon-grid figcaption {
  color: #c4d0da;
  font-size: 10px;
}
@media (max-width: 900px) {
  .real-project-gallery,
  .osd-wallpaper-grid {
    grid-template-columns: 1fr 1fr;
  }
  .real-project-gallery .gallery-wide {
    grid-column: 1 / -1;
  }
  .software-center-showcase {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .real-project-gallery,
  .osd-wallpaper-grid {
    grid-template-columns: 1fr;
  }
  .real-project-gallery .gallery-wide {
    grid-column: auto;
  }
  .real-project-gallery .gallery-wide img {
    height: 245px;
  }
  .software-center-showcase {
    padding: 24px;
  }
  .app-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* V9: journeys, benefits and real portfolio proof */
.why-section,
.journey-section,
.benefits-section,
.osd-explainer {
  padding: 92px 0;
}
.why-section,
.benefits-section {
  color: #e8f0f5;
  background:
    radial-gradient(
      circle at 14% 20%,
      rgba(45, 132, 164, 0.18),
      transparent 34%
    ),
    linear-gradient(145deg, #101820, #172a39 58%, #10202b);
}
.why-layout,
.benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 68px;
  align-items: start;
}
.why-layout > .page-intro,
.benefits-layout > .page-intro {
  display: block;
}
.why-layout > .page-intro > span,
.benefits-layout > .page-intro > span {
  display: block;
  margin-bottom: 16px;
}
.why-layout > .page-intro > p,
.benefits-layout > .page-intro > p {
  margin-top: 22px;
}
.why-section .page-intro h2,
.why-section .page-intro p,
.benefits-section .page-intro h2,
.benefits-section .page-intro p {
  color: inherit;
}
.why-section .page-intro p,
.benefits-section .page-intro p {
  color: #aebfca;
}
.text-cta,
.why-callout a {
  display: inline-flex;
  margin-top: 20px;
  color: #66d0e5;
  font-weight: 800;
  text-decoration: none;
}
.journey-section {
  color: #17212b;
  background: linear-gradient(180deg, #f7f4ee, #fff);
}
.journey-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}
.journey-grid article,
.benefit-grid article {
  position: relative;
  min-width: 0;
  border-radius: 15px;
}
.journey-grid article {
  padding: 27px 23px 28px;
  border: 1px solid #d9dde0;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(35, 47, 55, 0.07);
}
.journey-grid article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 29px;
  right: -12px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #3184a1;
  font-size: 12px;
}
.journey-grid b,
.benefit-grid b {
  color: #3485a3;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.journey-grid h3,
.benefit-grid h3 {
  margin: 15px 0 10px;
  font-size: 18px;
  line-height: 1.2;
}
.journey-grid p,
.benefit-grid p {
  margin: 0;
  color: #65717a;
  font-size: 13px;
  line-height: 1.6;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.benefit-grid article {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
}
.benefit-grid h3 {
  color: #fff;
}
.benefit-grid p {
  color: #aebfca;
}
.benefit-grid.compact article {
  min-height: 170px;
}
.why-callout {
  grid-column: 1 / -1;
  margin-top: 28px;
  padding: 32px 36px;
  border: 1px solid rgba(102, 208, 229, 0.25);
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(50, 132, 163, 0.18),
    rgba(255, 255, 255, 0.04)
  );
}
.why-callout span,
.osd-explainer span {
  color: #66d0e5;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.why-callout h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 27px;
}
.why-callout p {
  max-width: 900px;
  margin: 0;
  color: #b8c5ce;
  line-height: 1.7;
}
.osd-explainer {
  padding-block: 58px;
  color: #fff;
  background: linear-gradient(120deg, #143347, #225f76);
}
.osd-explainer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 70px;
  align-items: end;
}
.osd-explainer h2 {
  margin: 14px 0 0;
  max-width: 760px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}
.osd-explainer p {
  margin: 0;
  color: #c4d9e3;
  line-height: 1.72;
}
.endpoint-journey {
  background: #eef4f6;
}
.real-site-preview {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
  border: 1px solid #cbd3d9;
  border-radius: 14px;
  background: #13212c;
  box-shadow: 0 22px 55px rgba(19, 30, 40, 0.14);
}
.real-site-preview img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}
.real-site-preview span {
  position: absolute;
  right: 13px;
  bottom: 13px;
  padding: 9px 11px;
  color: #fff;
  border-radius: 7px;
  background: rgba(13, 28, 38, 0.9);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.real-site-preview:hover img {
  transform: scale(1.025);
}
.website-preview-grid > article > small {
  color: #3f7e99;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  .journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .journey-grid article::after {
    display: none !important;
  }
  .why-layout,
  .benefits-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .why-section,
  .journey-section,
  .benefits-section,
  .osd-explainer {
    padding: 68px 0;
  }
  .journey-grid,
  .benefit-grid,
  .osd-explainer-grid {
    grid-template-columns: 1fr;
  }
  .why-layout,
  .benefits-layout,
  .osd-explainer-grid {
    gap: 38px;
  }
  .why-callout {
    padding: 25px;
  }
  .real-site-preview img {
    height: 220px;
  }
}

/* V18: levende Home Assistant-demonstratie en duidelijker contact in de hero. */
.hero-contact-line {
  margin: 15px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 650;
}
.ha-film-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(78px,9vw,132px) 0;
  color: #edf7f4;
  background:
    radial-gradient(circle at 84% 18%, rgba(75,184,155,.2), transparent 30%),
    linear-gradient(137deg,#101e25,#153038 58%,#17484a);
}
.ha-film-grid {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(480px,1.22fr);
  align-items: center;
  gap: clamp(44px,7vw,94px);
}
.ha-film-copy > span { color: #78dac9; font-size: 11px; font-weight: 850; letter-spacing: .11em; }
.ha-film-copy h2 { max-width: 650px; margin: 16px 0 22px; color: #fff; font-size: clamp(42px,5vw,72px); line-height: 1; }
.ha-film-copy > p { max-width: 640px; color: #bfd4d1; font-size: 17px; line-height: 1.72; }
.ha-film-copy ul { display: grid; gap: 11px; margin: 26px 0 30px; padding: 0; list-style: none; }
.ha-film-copy li { position: relative; padding-left: 27px; color: #e2eeeb; line-height: 1.5; }
.ha-film-copy li::before { content: "✓"; position: absolute; left: 0; color: #78dac9; font-weight: 900; }
.ha-film-frame { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #0b151a; box-shadow: 0 34px 85px rgba(0,0,0,.38); }
.ha-film-frame img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ha-film-frame figcaption { display: flex; justify-content: space-between; gap: 22px; padding: 18px 22px 20px; }
.ha-film-frame figcaption b { color: #fff; }
.ha-film-frame figcaption span { color: #9eb8b5; font-size: 12px; text-align: right; }
@media(max-width:960px){.ha-film-grid{grid-template-columns:1fr}.ha-film-frame{max-width:780px}.ha-film-copy{max-width:760px}}
@media(max-width:620px){.ha-film-showcase{padding:68px 0}.ha-film-copy h2{font-size:42px}.ha-film-frame{border-radius:18px}.ha-film-frame figcaption{display:grid}.ha-film-frame figcaption span{text-align:left}}

/* Altijd bereikbare conversieroute op de commerciële pagina's. */
.rfx-quote-shortcut {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  gap: 2px;
  min-width: 214px;
  padding: 13px 18px 14px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  background: linear-gradient(135deg, #0f6f78, #164a68);
  box-shadow: 0 16px 38px rgba(15, 37, 52, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.rfx-quote-shortcut:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(15, 37, 52, 0.36);
}
.rfx-quote-shortcut span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rfx-quote-shortcut strong { color: #fff; font-size: 15px; }

@media (max-width: 720px) {
  .rfx-quote-shortcut {
    right: 14px;
    bottom: 14px;
    min-width: 0;
    padding: 11px 14px 12px;
    border-radius: 13px;
  }
  .rfx-quote-shortcut span { display: none; }
}

/* V16: iedere pagina opent met een eigen herkenbare praktijksituatie. */
.story-open {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(78px, 10vw, 144px) 0;
}
.story-heading > span,
.about-manifesto > span,
.incident-copy > span {
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.story-heading h2,
.incident-copy h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.story-heading > p,
.incident-copy > p {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
}

/* Nieuwe visuele volgorde: eerst een verhaal, dan bewijs, daarna aanbod. */
.page-home .story-home { order: 2; }
.page-home .mp-cases { order: 3; }
.page-home .mp-brands { order: 4; }
.page-home .mp-services { order: 5; }
.page-home .why-section { order: 6; }
.page-home .mp-final { order: 7; }

.page-ha .story-ha { order: 2; }
.page-ha .tech-context { order: 3; }
.page-ha .project-proof-section { order: 4; }
.page-ha #toepassingen { order: 5; }
.page-ha .benefits-section { order: 6; }
.page-ha .journey-section { order: 7; }
.page-ha .page-section.dark { order: 8; }

.page-system .story-system { order: 2; }
.page-system .tech-context { order: 3; }
.page-system .infrastructure-proof { order: 4; }
.page-system #beheer { order: 5; }
.page-system .page-section.dark { order: 6; }

.page-osd .story-osd { order: 2; }
.page-osd .endpoint-proof { order: 3; }
.page-osd .tech-context { order: 4; }
.page-osd .osd-explainer { order: 5; }
.page-osd #producten { order: 6; }
.page-osd .osd-benefits { order: 7; }
.page-osd .endpoint-journey { order: 8; }
.page-osd .page-section.dark { order: 9; }

.page-websites .story-web { order: 2; }
.page-websites .website-case-study { order: 3; }
.page-websites .website-proof { order: 4; }
.page-websites .tech-context { order: 5; }
.page-websites #levering { order: 6; }
.page-websites .page-section.dark { order: 7; }

.page-about .story-about { order: 2; }
.page-about .page-section:not(.dark) { order: 3; }
.page-about .why-section { order: 4; }
.page-about .page-section.dark { order: 5; }

/* Homepage: een dag als horizontale stroom, niet opnieuw een tegelmuur. */
.story-home {
  color: #f7fbff;
  background:
    radial-gradient(circle at 15% 20%, rgba(78, 155, 219, 0.25), transparent 30%),
    radial-gradient(circle at 84% 76%, rgba(222, 119, 64, 0.19), transparent 32%),
    #10161d;
}
.story-home .story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.5fr);
  gap: 32px 80px;
  align-items: end;
}
.story-home .story-heading > span { grid-column: 1 / -1; color: #8dc5f2; }
.story-home .story-heading > p { margin: 0; color: #aebdca; }
.moment-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: clamp(62px, 8vw, 100px);
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}
.moment-track::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 25%;
  height: 2px;
  content: "";
  background: #7dc0f3;
  box-shadow: 300px 0 #7dc0f3, 600px 0 #ee9868, 900px 0 #ee9868;
}
.moment-track article {
  min-height: 270px;
  padding: 35px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent);
}
.moment-track time { color: #83c8fa; font-size: 13px; font-weight: 800; }
.moment-track strong { display: block; margin-top: 62px; font-size: 23px; line-height: 1.15; }
.moment-track p { margin: 16px 0 0; color: #aebdca; font-size: 14px; line-height: 1.6; }

/* Home Assistant: een echte avond als gelaagd bedieningsbeeld. */
.story-ha {
  color: #20312a;
  background: linear-gradient(125deg, #f3eede, #e6efe8 60%, #dcebe4);
}
.story-split,
.incident-grid,
.osd-day-grid,
.web-funnel-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
}
.story-ha .story-heading > span { color: #4a7b5c; }
.story-ha .story-heading h2 { font-size: clamp(42px, 5.4vw, 74px); }
.story-ha .story-heading > p { color: #596960; }
.ha-evening {
  position: relative;
  display: grid;
  gap: 10px;
  padding: clamp(26px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(54, 94, 71, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(15, 30, 24, 0.9), rgba(15, 30, 24, 0.58)),
    url("assets/smart-living-v5.png") center / cover;
  box-shadow: 0 35px 90px rgba(44, 75, 58, 0.24);
}
.ha-evening > div {
  display: grid;
  grid-template-columns: 62px 0.9fr 1.2fr;
  gap: 18px;
  align-items: center;
  padding: 19px 20px;
  color: #f6fbf8;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}
.ha-evening time { color: #9ed7b1; font-size: 12px; font-weight: 800; }
.ha-evening b { font-size: 15px; }
.ha-evening span { color: #c8d5ce; font-size: 13px; }

/* Systeembeheer: incidentverloop in plaats van algemene beloften. */
.story-system {
  color: #f1f7f4;
  background:
    linear-gradient(rgba(11, 27, 24, 0.92), rgba(11, 27, 24, 0.96)),
    url("assets/ha/commandcenter.jpg") center / cover;
}
.incident-copy > span { color: #64d2a5; }
.incident-copy > p { color: #b8c9c2; }
.incident-path {
  position: relative;
  margin: 0;
  padding: 22px 0;
  list-style: none;
  border-left: 1px solid rgba(111, 218, 177, 0.36);
}
.incident-path li {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 22px 0 22px 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.incident-path li::before {
  position: absolute;
  top: 27px;
  left: -6px;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background: #6bdbaf;
  box-shadow: 0 0 0 8px rgba(107, 219, 175, 0.12);
}
.incident-path b { color: #6bdbaf; }
.incident-path span { color: #d9e5e0; }

/* OSD: zichtbaar opleverbewijs als digitale kassabon. */
.story-osd {
  color: #142633;
  background:
    linear-gradient(116deg, rgba(238, 247, 251, 0.96), rgba(217, 235, 244, 0.92)),
    #e9f3f8;
}
.story-osd .story-heading > span { color: #2e789c; }
.story-osd .story-heading h2 { font-size: clamp(40px, 5.2vw, 70px); }
.story-osd .story-heading > p { color: #5b6e79; }
.osd-receipt {
  padding: 18px;
  color: #ebf7fb;
  border: 1px solid rgba(68, 153, 190, 0.3);
  border-radius: 22px;
  background: linear-gradient(155deg, #102735, #17445a);
  box-shadow: 0 35px 80px rgba(26, 68, 89, 0.25);
}
.osd-receipt > div {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 18px;
  padding: 20px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.osd-receipt span { color: #72c8ea; font-size: 12px; font-weight: 800; }
.osd-receipt i { color: #77ddb4; font-size: 11px; font-style: normal; text-transform: uppercase; }
.osd-receipt > strong {
  display: block;
  padding: 27px 18px 12px;
  color: #7cdbf7;
  font-size: 16px;
  letter-spacing: 0.08em;
}

/* Websites: een concrete verkooproute met eigen kleur en vorm. */
.story-web {
  color: #fbf7fc;
  background:
    radial-gradient(circle at 10% 20%, rgba(225, 111, 116, 0.25), transparent 30%),
    linear-gradient(140deg, #211824, #3b2640 65%, #4c2f4a);
}
.story-web .story-heading > span { color: #f1a4bb; }
.story-web .story-heading h2 { font-size: clamp(42px, 5.5vw, 76px); }
.story-web .story-heading > p { color: #d6c5d7; }
.web-funnel { display: grid; gap: 15px; }
.web-funnel > div {
  display: grid;
  grid-template-columns: 58px 1fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}
.web-funnel > div:nth-child(2) { margin-inline: 34px; }
.web-funnel > div:nth-child(3) { margin-inline: 68px; background: rgba(240, 141, 159, 0.16); }
.web-funnel b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ee8da3;
}
.web-funnel span { font-size: 18px; font-weight: 800; }
.web-funnel small { color: #d7c3d7; }

/* Biografie: een redactioneel manifest, los van de productpagina's. */
.story-about {
  color: #221c18;
  background: linear-gradient(128deg, #f5eee5, #ebe0d2);
}
.about-manifesto {
  display: grid;
  grid-template-columns: 0.55fr minmax(0, 1.4fr) minmax(280px, 0.7fr);
  gap: 34px 70px;
  align-items: start;
}
.about-manifesto > span { color: #af5a35; }
.about-manifesto blockquote {
  margin: 0;
  font-size: clamp(40px, 5.5vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.about-manifesto > div {
  padding-top: 4px;
  color: #675a51;
  font-size: 17px;
  line-height: 1.7;
}
.about-manifesto a { display: inline-block; margin-top: 20px; color: #8e4628; font-weight: 800; }

/* Subtiele beweging geeft leven zonder van de site een kermis te maken. */
.moment-track article,
.ha-evening > div,
.incident-path li,
.osd-receipt > div,
.web-funnel > div {
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}
.moment-track article:hover,
.ha-evening > div:hover,
.web-funnel > div:hover { transform: translateY(-5px); }
.incident-path li:hover,
.osd-receipt > div:hover { transform: translateX(7px); }
.ha-evening > div:hover,
.web-funnel > div:hover { background-color: rgba(255, 255, 255, 0.13); }
.incident-path li::before { animation: rfx-status-pulse 2.8s ease-in-out infinite; }
.osd-receipt > div:nth-child(2) i { animation-delay: 0.35s; }
.osd-receipt > div:nth-child(3) i { animation-delay: 0.7s; }
.osd-receipt > div:nth-child(4) i { animation-delay: 1.05s; }
.osd-receipt i { animation: rfx-copy-pulse 2.8s ease-in-out infinite; }
@keyframes rfx-status-pulse {
  0%, 100% { box-shadow: 0 0 0 7px rgba(107, 219, 175, 0.08); }
  50% { box-shadow: 0 0 0 13px rgba(107, 219, 175, 0.17); }
}
@keyframes rfx-copy-pulse {
  0%, 100% { opacity: 0.68; }
  50% { opacity: 1; }
}

@media (max-width: 900px) {
  .story-home .story-heading,
  .story-split,
  .incident-grid,
  .osd-day-grid,
  .web-funnel-grid,
  .about-manifesto {
    grid-template-columns: 1fr;
  }
  .moment-track { grid-template-columns: 1fr 1fr; }
  .moment-track::before { display: none; }
  .about-manifesto { gap: 28px; }
}

@media (max-width: 600px) {
  .story-open { padding: 68px 0; }
  .story-heading h2,
  .incident-copy h2,
  .about-manifesto blockquote { font-size: clamp(38px, 11vw, 52px); }
  .moment-track { grid-template-columns: 1fr; }
  .moment-track article { min-height: auto; padding: 30px 18px; }
  .moment-track strong { margin-top: 34px; }
  .ha-evening { padding: 16px; border-radius: 20px; }
  .ha-evening > div {
    grid-template-columns: 58px 1fr;
    gap: 8px 13px;
    padding: 15px;
  }
  .ha-evening span { grid-column: 2; }
  .incident-path li { grid-template-columns: 58px 1fr; padding-left: 26px; }
  .osd-receipt > div { grid-template-columns: 54px 1fr; }
  .osd-receipt i { grid-column: 2; }
  .web-funnel > div,
  .web-funnel > div:nth-child(2),
  .web-funnel > div:nth-child(3) {
    grid-template-columns: 48px 1fr;
    margin-inline: 0;
    padding: 20px;
  }
  .web-funnel small { grid-column: 2; }
  .page-about .page-hero-copy,
  .page-about .page-hero-copy h1,
  .page-about .page-hero-copy p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .page-about .page-hero h1 { font-size: clamp(36px, 10.3vw, 47px); }
}

@media (prefers-reduced-motion: reduce) {
  .incident-path li::before,
  .osd-receipt i { animation: none; }
  .moment-track article,
  .ha-evening > div,
  .incident-path li,
  .osd-receipt > div,
  .web-funnel > div { transition: none; }
}

/* V17: ook ná de opening heeft iedere productpagina een eigen compositie. */
.page-ha #toepassingen .offer-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.page-ha #toepassingen .offer-grid article { grid-column: span 4; min-height: 270px; border-radius: 20px; }
.page-ha #toepassingen .offer-grid article:first-child,
.page-ha #toepassingen .offer-grid article:nth-child(4) { grid-column: span 8; }
.page-ha #toepassingen .offer-grid article:first-child { background: linear-gradient(135deg, #173b31, #285947); color: #f2faf5; }
.page-ha #toepassingen .offer-grid article:nth-child(4) { background: linear-gradient(135deg, #ede4cf, #f8f4e9); }
.page-ha #toepassingen .offer-grid article:first-child h3,
.page-ha #toepassingen .offer-grid article:first-child p { color: inherit; }

.page-system #beheer .offer-grid { display: block; border-top: 1px solid #ccd3d0; }
.page-system #beheer .offer-grid article {
  display: grid;
  grid-template-columns: 150px minmax(260px, 0.7fr) minmax(300px, 1fr);
  gap: 30px;
  align-items: center;
  min-height: 0;
  padding: 34px 0;
  border: 0;
  border-bottom: 1px solid #ccd3d0;
  background: transparent;
}
.page-system #beheer .offer-grid article h3,
.page-system #beheer .offer-grid article p { margin: 0; }

.page-osd #producten .offer-grid { grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #c8d7df; }
.page-osd #producten .offer-grid article {
  min-height: 260px;
  border: 0;
  border-right: 1px solid #c8d7df;
  border-bottom: 1px solid #c8d7df;
  background: linear-gradient(145deg, #fff, #edf5f8);
}
.page-osd #producten .offer-grid article:nth-child(3n) { background: #173b4d; color: #f1f8fb; }
.page-osd #producten .offer-grid article:nth-child(3n) h3,
.page-osd #producten .offer-grid article:nth-child(3n) p { color: inherit; }

.page-websites #levering .offer-grid { display: flex; flex-wrap: wrap; gap: 18px; }
.page-websites #levering .offer-grid article { flex: 1 1 31%; min-height: 245px; border-radius: 26px; }
.page-websites #levering .offer-grid article:nth-child(2),
.page-websites #levering .offer-grid article:nth-child(5) { flex-basis: 48%; background: #2c2030; color: #faf5fb; }
.page-websites #levering .offer-grid article:nth-child(2) h3,
.page-websites #levering .offer-grid article:nth-child(2) p,
.page-websites #levering .offer-grid article:nth-child(5) h3,
.page-websites #levering .offer-grid article:nth-child(5) p { color: inherit; }

/* Over RemoteFix: bedrijfspagina met redactionele hoofdstukken. */
.page-company main,
.page-bio main { display: block; }
.company-hero,
.company-origin,
.company-principles,
.company-scope,
.company-person,
.bio-hero,
.bio-intro,
.bio-scale,
.bio-career,
.bio-method,
.bio-final { padding: clamp(82px, 10vw, 150px) 0; }
.company-hero { color: #f4f7f8; background: linear-gradient(135deg, #0c1217, #15232c 70%, #1e3440); }
.company-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr); gap: 70px; align-items: end; }
.company-hero h1 { max-width: 850px; margin: 24px 0 0; font-size: clamp(56px, 8vw, 112px); line-height: 0.9; letter-spacing: -0.06em; }
.company-lead { padding-bottom: 8px; }
.company-lead p { color: #b8c5cd; font-size: 19px; line-height: 1.75; }
.company-lead .button { margin-top: 24px; }
.company-origin { background: #f0e8dd; color: #231e1a; }
.origin-grid { display: grid; grid-template-columns: 100px minmax(0, 0.9fr) minmax(320px, 0.8fr); gap: 50px; align-items: start; }
.origin-index { color: #b85e35; font-size: 20px; font-weight: 900; }
.origin-grid span,
.company-section-head span,
.scope-title span,
.person-grid span,
.bio-label,
.bio-scale > .shell > span,
.career-title span,
.method-editorial > div > span,
.bio-final span { color: #a85331; font-size: 11px; font-weight: 850; letter-spacing: 0.12em; }
.origin-grid h2,
.company-section-head h2,
.scope-title h2,
.person-grid h2 { margin: 18px 0 0; font-size: clamp(44px, 6vw, 78px); line-height: 0.98; letter-spacing: -0.05em; }
.origin-copy p { margin: 0 0 24px; color: #62564d; font-size: 17px; line-height: 1.8; }
.company-principles { background: #fff; }
.company-section-head { max-width: 850px; }
.principle-lines { margin-top: 72px; border-top: 1px solid #d7dbdd; }
.principle-lines article { display: grid; grid-template-columns: 80px minmax(240px, 0.7fr) 1fr; gap: 36px; align-items: center; padding: 35px 0; border-bottom: 1px solid #d7dbdd; }
.principle-lines b { color: #4d91ad; }
.principle-lines h3 { margin: 0; font-size: 25px; }
.principle-lines p { margin: 0; color: #66737b; line-height: 1.6; }
.company-scope { color: #f4f8fa; background: #101a21; }
.scope-stage { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 80px; align-items: start; }
.scope-title { position: sticky; top: 110px; }
.scope-title span { color: #6eb5d3; }
.scope-orbit { border-top: 1px solid rgba(255,255,255,.15); }
.scope-orbit a { display: grid; grid-template-columns: 50px .8fr 1fr; gap: 22px; padding: 32px 0; color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding 180ms ease, color 180ms ease; }
.scope-orbit a:hover { padding-left: 14px; color: #8ed3ef; }
.scope-orbit small { color: #6eb5d3; }
.scope-orbit strong { font-size: 20px; }
.scope-orbit span { color: #aab9c2; line-height: 1.55; }
.company-person { background: #d8e8ee; }
.person-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr) minmax(320px, .75fr); gap: 50px; align-items: start; }
.person-number { font-size: 82px; font-weight: 900; line-height: .9; color: #28667e; }
.person-grid > div:last-child { color: #53666f; font-size: 17px; line-height: 1.75; }
.person-grid a { color: #195b75; font-weight: 850; }

/* Jo-Jo: typografische biografie in plaats van een tweede dienstenpagina. */
.bio-hero { color: #f7f5f0; background: linear-gradient(125deg, #151310, #2e2821); }
.bio-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .65fr); gap: 90px; align-items: end; }
.bio-name > span { color: #e19a6e; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.bio-name h1 { margin: 24px 0 0; max-width: 970px; font-size: clamp(54px, 7.5vw, 104px); line-height: .92; letter-spacing: -.055em; }
.bio-summary > p { color: #c9c0b7; font-size: 18px; line-height: 1.72; }
.bio-summary > div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); }
.bio-summary b { color: #e8a47a; font-size: 25px; }
.bio-summary span { color: #bfb6ad; }
.bio-intro { background: #f7f4ee; }
.bio-intro-grid { display: grid; grid-template-columns: 170px minmax(0, 860px); gap: 80px; }
.bio-intro h2 { margin: 0 0 35px; font-size: clamp(45px, 6vw, 79px); line-height: .98; letter-spacing: -.05em; }
.bio-intro p { max-width: 760px; color: #665f58; font-size: 18px; line-height: 1.8; }
.bio-scale { color: #eff7fa; background: #112630; }
.bio-scale > .shell > span { color: #70bdd9; }
.scale-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.scale-wall article { min-height: 270px; padding: 32px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); }
.scale-wall .scale-large { grid-row: span 2; min-height: 554px; background: linear-gradient(150deg, rgba(69,151,182,.25), rgba(255,255,255,.04)); }
.scale-wall .scale-wide { grid-column: span 2; }
.scale-wall b { display: block; color: #84d0ea; font-size: clamp(38px, 4.5vw, 66px); line-height: 1; }
.scale-wall h3 { margin: 22px 0 14px; font-size: 24px; }
.scale-wall p { color: #afc2ca; line-height: 1.6; }
.bio-career { background: #fff; }
.career-editorial { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.career-editorial > *,
.career-chapters,
.career-chapters article,
.career-chapters article > div { min-width: 0; }
.career-title { position: sticky; top: 110px; align-self: start; }
.career-title h2 { margin: 18px 0 0; font-size: clamp(44px, 5.5vw, 72px); line-height: .98; letter-spacing: -.05em; }
.career-title h2 { overflow-wrap: anywhere; }
.career-chapters { border-top: 1px solid #d1d8dc; }
.career-chapters article { display: grid; grid-template-columns: 125px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid #d1d8dc; }
.career-chapters time { color: #397b96; font-size: 12px; font-weight: 850; }
.career-chapters h3 { margin: 0 0 12px; font-size: 24px; }
.career-chapters p { margin: 0; color: #68757c; line-height: 1.65; }
.bio-method { color: #f6eee8; background: #3c251d; }
.method-editorial { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.method-editorial h2 { margin: 18px 0 0; font-size: clamp(46px, 6vw, 80px); line-height: .98; letter-spacing: -.05em; }
.method-statements p { margin: 0; padding: 25px 0; color: #d3c1b7; line-height: 1.7; border-bottom: 1px solid rgba(255,255,255,.14); }
.method-statements b { display: block; margin-bottom: 7px; color: #fff; font-size: 19px; }
.bio-final { background: #dbeaf0; }
.bio-final-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.bio-final-grid > div:first-child p { color: #526871; line-height: 1.8; }
.bio-final h2 { margin: 0 0 30px; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.045em; }

@media (max-width: 900px) {
  .page-ha #toepassingen .offer-grid { grid-template-columns: 1fr 1fr; }
  .page-ha #toepassingen .offer-grid article,
  .page-ha #toepassingen .offer-grid article:first-child,
  .page-ha #toepassingen .offer-grid article:nth-child(4) { grid-column: auto; }
  .page-system #beheer .offer-grid article { grid-template-columns: 100px 1fr; }
  .page-system #beheer .offer-grid article p { grid-column: 2; }
  .company-hero-grid,
  .origin-grid,
  .scope-stage,
  .person-grid,
  .bio-hero-grid,
  .bio-intro-grid,
  .career-editorial,
  .method-editorial,
  .bio-final-grid { grid-template-columns: 1fr; }
  .scope-title,
  .career-title { position: static; }
  .origin-index { display: none; }
  .scale-wall { grid-template-columns: 1fr 1fr; }
  .scale-wall .scale-large { grid-row: auto; min-height: 300px; }
}

@media (max-width: 600px) {
  .page-ha #toepassingen .offer-grid,
  .page-osd #producten .offer-grid { grid-template-columns: 1fr; }
  .page-system #beheer .offer-grid article { grid-template-columns: 1fr; gap: 12px; }
  .page-system #beheer .offer-grid article p { grid-column: auto; }
  .page-websites #levering .offer-grid article,
  .page-websites #levering .offer-grid article:nth-child(2),
  .page-websites #levering .offer-grid article:nth-child(5) { flex-basis: 100%; }
  .company-hero h1,
  .bio-name h1 { font-size: clamp(44px, 13vw, 61px); overflow-wrap: anywhere; }
  .principle-lines article,
  .scope-orbit a { grid-template-columns: 46px 1fr; gap: 15px; }
  .principle-lines p,
  .scope-orbit span { grid-column: 2; }
  .person-number { font-size: 64px; }
  .scale-wall { grid-template-columns: 1fr; }
  .scale-wall .scale-wide { grid-column: auto; }
  .career-chapters article { grid-template-columns: 1fr; gap: 12px; }
  .career-title h2,
  .career-chapters h3,
  .career-chapters p { max-width: 100%; overflow-wrap: anywhere; }
}

/* V10: real OSD film and expanded website case */
.osd-film-showcase {
  margin-bottom: 26px;
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: center;
  color: #dce8f0;
  border: 1px solid rgba(54, 151, 181, 0.28);
  border-radius: 18px;
  background: linear-gradient(145deg, #0e1821, #142c3c);
  box-shadow: 0 28px 65px rgba(18, 35, 47, 0.18);
}
.osd-film-copy > span,
.website-case-copy > span {
  color: #4ac7df;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.osd-film-copy h2,
.website-case-copy h2 {
  margin: 14px 0 18px;
  font-size: clamp(34px, 3.8vw, 55px);
  line-height: 1.03;
}
.osd-film-copy p {
  color: #aabac5;
  line-height: 1.7;
}
.osd-film-copy .check-list {
  margin-top: 24px;
}
.osd-film-player,
.osd-film-stills figure,
.website-case-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #09131b;
}
.osd-film-player {
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.25);
}
.osd-film-player img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.osd-film-player figcaption {
  padding: 13px 16px;
  color: #99acb8;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.osd-film-stills {
  margin-bottom: 76px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.osd-film-stills figure {
  border: 1px solid #ccd3d9;
  background: #fff;
  box-shadow: 0 18px 42px rgba(19, 30, 40, 0.09);
}
.osd-film-stills img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.osd-film-stills figcaption {
  padding: 17px 18px 20px;
  display: grid;
  gap: 6px;
}
.osd-film-stills figcaption b {
  color: #17232d;
  font-size: 16px;
}
.osd-film-stills figcaption span {
  color: #69747d;
  font-size: 12px;
  line-height: 1.5;
}
.website-case-study {
  padding: 105px 0;
  color: #e7eff4;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(53, 143, 174, 0.16),
      transparent 35%
    ),
    linear-gradient(145deg, #0e171f, #172b39);
}
.website-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 65px;
  align-items: center;
}
.website-case-visual {
  position: relative;
  height: 690px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}
.website-case-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.website-case-visual figcaption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 10px 13px;
  color: #fff;
  border-radius: 7px;
  background: rgba(7, 20, 29, 0.9);
  font-size: 10px;
}
.website-case-copy > p {
  color: #afbec8;
  font-size: 16px;
  line-height: 1.72;
}
.case-result-list {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.case-result-list article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}
.case-result-list b {
  color: #4ac7df;
  font-size: 10px;
}
.case-result-list h3 {
  margin: 10px 0 7px;
  color: #fff;
  font-size: 17px;
}
.case-result-list p {
  margin: 0;
  color: #9fb0bb;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .osd-film-showcase,
  .website-case-grid {
    grid-template-columns: 1fr;
  }
  .website-case-visual {
    height: 560px;
  }
}
@media (max-width: 680px) {
  .osd-film-showcase {
    padding: 22px;
  }
  .osd-film-stills,
  .case-result-list {
    grid-template-columns: 1fr;
  }
  .website-case-study {
    padding: 72px 0;
  }
  .website-case-visual {
    height: 460px;
  }
}

/* V11: rustige tekstuitlijning en uitsluitend controleerbare OSD-inhoud */
.page-intro {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
  column-gap: clamp(42px, 7vw, 96px);
  row-gap: 14px;
}
.page-intro > span {
  grid-column: 1 / -1;
}
.page-intro h2,
.page-intro > p,
.project-proof-copy,
.website-case-copy,
.offer-grid article,
.package-grid article {
  min-width: 0;
}
.page-intro h2,
.website-case-copy h2,
.project-proof-copy h2 {
  text-wrap: balance;
}
.page-intro > p,
.website-case-copy > p,
.project-proof-copy > p {
  text-wrap: pretty;
}
.osd-fact-panel {
  padding: clamp(28px, 4vw, 44px);
  color: #edf6fa;
  border: 1px solid rgba(102, 208, 229, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(75, 193, 218, 0.2), transparent 42%),
    linear-gradient(145deg, #10212c, #17394a);
  box-shadow: 0 28px 64px rgba(8, 24, 34, 0.2);
}
.osd-fact-panel > span {
  color: #67d3e8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.osd-fact-panel h3 {
  margin: 13px 0 26px;
  font-size: clamp(26px, 3vw, 39px);
  line-height: 1.08;
  text-wrap: balance;
}
.osd-fact-panel dl,
.osd-fact-panel dl > div {
  margin: 0;
}
.osd-fact-panel dl {
  display: grid;
  gap: 0;
}
.osd-fact-panel dl > div {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.osd-fact-panel dt {
  color: #fff;
  font-weight: 800;
}
.osd-fact-panel dd {
  margin: 6px 0 0;
  color: #afc2cd;
  font-size: 13px;
  line-height: 1.55;
}
.osd-image-gallery .gallery-heading {
  max-width: 880px;
}
.website-case-grid {
  align-items: start;
}
.website-case-visual {
  height: min(560px, 68vw);
}
.website-case-copy {
  padding-top: 12px;
}

@media (max-width: 900px) {
  .page-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .page-intro > span,
  .page-intro > p {
    grid-column: auto;
  }
  .page-intro > p {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .page-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
    overflow-wrap: break-word;
  }
  .page-intro {
    display: grid;
  }
  .page-intro h2 {
    margin-top: 0;
    font-size: clamp(34px, 10vw, 48px);
  }
  .page-intro > p {
    margin-top: 0;
  }
  .osd-fact-panel {
    padding: 25px 22px;
  }
  .website-case-visual {
    height: 390px;
  }
}

/* V12: echte, privacyveilige Home Assistant-beelden */
.ha-scope-panel {
  padding: clamp(28px, 4vw, 44px);
  color: #eef7fa;
  border: 1px solid rgba(102, 208, 229, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(75, 193, 218, 0.2), transparent 42%),
    linear-gradient(145deg, #10212c, #17394a);
  box-shadow: 0 28px 64px rgba(8, 24, 34, 0.2);
}
.ha-scope-panel > span {
  color: #67d3e8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.ha-scope-panel h3 {
  margin: 13px 0 26px;
  font-size: clamp(26px, 3vw, 39px);
  line-height: 1.08;
  text-wrap: balance;
}
.ha-scope-panel dl,
.ha-scope-panel dl > div {
  margin: 0;
}
.ha-scope-panel dl > div {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.ha-scope-panel dt {
  color: #fff;
  font-weight: 800;
}
.ha-scope-panel dd {
  margin: 6px 0 0;
  color: #afc2cd;
  font-size: 13px;
  line-height: 1.55;
}
.ha-live-proof {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
  align-items: start;
}
.ha-live-proof-heading {
  grid-column: 1 / -1;
  max-width: 930px;
  margin-bottom: 14px;
}
.ha-live-proof-heading > span {
  color: #3b85a2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.ha-live-proof-heading h2 {
  margin: 13px 0 17px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.03;
  text-wrap: balance;
}
.ha-live-proof-heading p {
  max-width: 720px;
  margin: 0;
  color: #66737d;
  line-height: 1.7;
}
.ha-live-proof figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #cbd3d9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(19, 34, 45, 0.12);
}
.ha-live-proof figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  object-position: top center;
  background: #111820;
}
.ha-live-proof figure figcaption {
  padding: 22px 24px 25px;
  display: grid;
  gap: 8px;
}
.ha-live-proof figure figcaption b {
  color: #17232d;
  font-size: 19px;
}
.ha-live-proof figure figcaption span {
  color: #68747d;
  font-size: 13px;
  line-height: 1.6;
}
.ha-live-energy {
  grid-row: span 2;
}
.ha-live-media img {
  aspect-ratio: 1.55 / 1;
}
.ha-proof-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ha-proof-notes article {
  padding: 21px;
  border: 1px solid #ccd4da;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.74);
}
.ha-proof-notes b {
  color: #17232d;
  font-size: 14px;
}
.ha-proof-notes p {
  margin: 8px 0 0;
  color: #68747d;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .ha-live-proof {
    grid-template-columns: 1fr;
  }
  .ha-live-proof-heading {
    grid-column: auto;
  }
  .ha-live-energy {
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .ha-live-proof-heading h2 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .ha-proof-notes {
    grid-template-columns: 1fr;
  }
}

/* V14: bewijs eerst, met een eigen ritme per productpagina */
.page-home main,
.page-ha main,
.page-system main,
.page-osd main,
.page-websites main,
.page-about main {
  display: flex;
  flex-direction: column;
}

.page-home .mp-hero,
.page-ha .page-hero,
.page-system .page-hero,
.page-osd .page-hero,
.page-websites .page-hero,
.page-about .page-hero {
  order: 1;
}

.page-ha .tech-context,
.page-system .tech-context,
.page-osd .tech-context,
.page-websites .tech-context {
  order: 2;
}

.page-home .mp-cases { order: 2; }
.page-home .mp-brands { order: 3; }
.page-home .mp-services { order: 4; }
.page-home .why-section { order: 5; }
.page-home .mp-final { order: 6; }

.page-ha .project-proof-section { order: 3; }
.page-ha #toepassingen { order: 4; }
.page-ha .benefits-section { order: 5; }
.page-ha .journey-section { order: 6; }
.page-ha .page-section.dark { order: 7; }

.page-system .infrastructure-proof { order: 3; }
.page-system #beheer { order: 4; }
.page-system .page-section.dark { order: 5; }

.page-osd .endpoint-proof { order: 3; }
.page-osd .osd-explainer { order: 4; }
.page-osd #producten { order: 5; }
.page-osd .osd-benefits { order: 6; }
.page-osd .endpoint-journey { order: 7; }
.page-osd .page-section.dark { order: 8; }

.page-websites .website-case-study { order: 3; }
.page-websites .website-proof { order: 4; }
.page-websites #levering { order: 5; }
.page-websites .page-section.dark { order: 6; }

.page-about .why-section { order: 2; }
.page-about .page-section:not(.dark) { order: 3; }
.page-about .page-section.dark { order: 4; }

/* De eerste inhoudssectie voelt per pagina als een eigen etalage. */
.page-ha .project-proof-section,
.page-system .infrastructure-proof,
.page-osd .endpoint-proof,
.page-websites .website-case-study,
.page-about .why-section,
.page-home .mp-cases {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.page-ha .project-proof-section::before,
.page-system .infrastructure-proof::before,
.page-osd .endpoint-proof::before,
.page-websites .website-case-study::before,
.page-about .why-section::before,
.page-home .mp-cases::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: min(42vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.65;
  pointer-events: none;
}
.page-home .mp-cases .mp-section-head h2 { color: #172129; }
.page-home .mp-cases .mp-section-head > span,
.page-home .mp-cases .proof-card > small { color: #3b7891; }
.page-home .mp-cases .proof-card h3 { color: #172129; }
.page-home .mp-cases .proof-card > p { color: #65727a; }

.page-home .mp-cases {
  padding-top: clamp(82px, 10vw, 150px);
  background: linear-gradient(155deg, #fff 0%, #f2f5f4 56%, #e8efec 100%);
}
.page-home .mp-cases::before {
  top: -27%;
  right: -10%;
  background: radial-gradient(circle, rgba(226, 112, 68, 0.25), transparent 68%);
}

.page-ha .project-proof-section {
  padding-top: clamp(84px, 9vw, 138px);
  background:
    linear-gradient(120deg, rgba(238, 246, 239, 0.9), rgba(249, 246, 234, 0.92)),
    #f5f7f2;
}
.page-ha .project-proof-section::before {
  top: -18%;
  right: -8%;
  background: radial-gradient(circle, rgba(106, 165, 128, 0.34), transparent 68%);
}
.page-ha .ha-live-proof figure {
  border-color: rgba(80, 119, 94, 0.28);
  box-shadow: 0 30px 72px rgba(37, 70, 48, 0.16);
}
.page-ha .ha-live-proof-heading > span,
.page-ha .project-proof-copy > span {
  color: #39724d;
}

.page-system .infrastructure-proof {
  padding-top: clamp(88px, 10vw, 148px);
  color: #edf4f1;
  background:
    radial-gradient(circle at 84% 12%, rgba(67, 171, 139, 0.2), transparent 32%),
    linear-gradient(145deg, #101b1a, #17302b 68%, #203b34);
}
.page-system .infrastructure-proof::before {
  bottom: -46%;
  left: -14%;
  background: radial-gradient(circle, rgba(75, 193, 161, 0.22), transparent 66%);
}
.page-system .project-proof-copy h2,
.page-system .project-proof-copy p,
.page-system .check-list {
  color: inherit;
}
.page-system .project-proof-copy > span { color: #75d5b1; }
.page-system .infra-screen {
  transform: rotate(-1.2deg);
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.36);
}

.page-osd .osd-explainer {
  padding-block: clamp(52px, 7vw, 92px);
  color: #eef6fa;
  background:
    radial-gradient(circle at 82% 20%, rgba(61, 154, 199, 0.2), transparent 34%),
    linear-gradient(142deg, #10202b, #17384a);
}
.page-osd .osd-explainer h2,
.page-osd .osd-explainer p { color: inherit; }
.page-osd .osd-explainer .page-intro > span { color: #6bcce9; }
.page-osd .endpoint-proof {
  padding-top: clamp(86px, 10vw, 144px);
  background:
    linear-gradient(135deg, rgba(236, 245, 250, 0.96), rgba(255, 255, 255, 0.88)),
    #edf5f8;
}
.page-osd .endpoint-proof::before {
  top: -34%;
  left: -12%;
  background: radial-gradient(circle, rgba(44, 145, 190, 0.25), transparent 68%);
}
.page-osd .osd-image-gallery {
  margin-top: clamp(52px, 8vw, 96px);
  padding-top: clamp(48px, 6vw, 72px);
  border-top: 1px solid rgba(40, 88, 112, 0.18);
}

.page-websites .website-case-study {
  padding-top: clamp(86px, 10vw, 150px);
  background:
    radial-gradient(circle at 75% 15%, rgba(169, 113, 218, 0.24), transparent 32%),
    linear-gradient(145deg, #19171c, #29222d 68%, #35273a);
}
.page-websites .website-case-study::before {
  right: -10%;
  bottom: -42%;
  background: radial-gradient(circle, rgba(192, 122, 79, 0.27), transparent 67%);
}
.page-websites .website-case-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
}
.page-websites .website-case-copy,
.page-websites .website-case-copy h2,
.page-websites .website-case-copy p,
.page-websites .website-case-copy h3 { color: #f7f1f8; }
.page-websites .website-case-copy > span { color: #d6a2f3; }
.page-websites .website-case-copy .case-facts {
  border-color: rgba(255, 255, 255, 0.13);
}
.page-websites .website-case-copy .case-facts p { color: #c9bdca; }
.page-websites .website-case-visual {
  transform: rotate(1.25deg);
  box-shadow: 0 34px 84px rgba(70, 47, 35, 0.2);
}

.page-about .why-section {
  padding-top: clamp(92px, 11vw, 165px);
  color: #f8f4ed;
  background:
    radial-gradient(circle at 82% 12%, rgba(226, 112, 68, 0.25), transparent 28%),
    linear-gradient(138deg, #1b1917, #2c2722 70%, #3a2d25);
}
.page-about .why-section::before {
  left: -13%;
  bottom: -48%;
  background: radial-gradient(circle, rgba(229, 135, 81, 0.22), transparent 68%);
}
.page-about .why-section h2,
.page-about .why-section h3,
.page-about .why-section p { color: inherit; }
.page-about .why-section .page-intro > span,
.page-about .why-section .benefit-grid b { color: #f1a06e; }
.page-about .why-section .benefit-grid article {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
}

@media (min-width: 980px) {
  .page-ha .project-proof-grid,
  .page-system .project-proof-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  }
  .page-ha .ha-scope-panel { transform: translateY(-26px); }
  .page-about .why-section .benefit-grid article:nth-child(even) {
    transform: translateY(30px);
  }
}

@media (max-width: 720px) {
  .page-home .mp-cases,
  .page-ha .project-proof-section,
  .page-system .infrastructure-proof,
  .page-osd .endpoint-proof,
  .page-websites .website-case-study,
  .page-about .why-section {
    padding-top: 70px;
  }
  .page-websites .website-case-grid {
    grid-template-columns: 1fr;
  }
  .page-websites .website-case-visual,
  .page-system .infra-screen { transform: none; }
}
