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/ha/home.jpg");
}
.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;
  }
}

/* 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;
  }
}
