    :root {
      --ink: #071f43;
      --ink-soft: #24405f;
      --muted: #5f7188;
      --green: #0c8732;
      --green-soft: #34c759;
      --line: #d9e3ee;
      --blue: #062d4d;
      --blue-deep: #03223e;
      --paper: #ffffff;
      --soft: #f4f8fb;
      --shadow: 0 14px 35px rgba(4, 30, 54, 0.14);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      color: var(--ink);
      background: #eaf0f6;
      font-family: Inter, "Segoe UI", Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0;
    }

    svg {
      display: block;
    }

    .site {
      width: min(100%, 864px);
      margin: 0 auto;
      overflow: hidden;
      background: var(--paper);
      box-shadow: 0 0 0 1px rgba(7, 31, 67, 0.06);
    }

    .container {
      width: calc(100% - 78px);
      margin: 0 auto;
    }

    .icon {
      width: 24px;
      height: 24px;
      color: currentColor;
      stroke-width: 1.9;
    }

    .topbar {
      position: relative;
      z-index: 20;
      height: 57px;
      background: rgba(255, 255, 255, 0.96);
      border-bottom: 1px solid #dfe7ef;
      box-shadow: 0 1px 8px rgba(7, 31, 67, 0.08);
    }

    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      padding: 0 24px;
    }

    .brand {
      display: flex;
      align-items: flex-end;
      gap: 7px;
      min-width: 162px;
      color: var(--ink);
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
    }

    .brand-image {
      align-items: center;
    }

    .brand-logo {
      display: block;
      width: auto;
      height: 55px;
      max-width: 168px;
    }

    .brand-aw {
      font-size: 40px;
      font-weight: 900;
      letter-spacing: -1px;
    }

    .brand-name {
      padding-bottom: 5px;
      font-size: 17px;
      font-weight: 800;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 30px;
      font-size: 10px;
      font-weight: 800;
      color: #061d40;
    }

    .nav a {
      color: inherit;
      text-decoration: none;
      white-space: nowrap;
    }

    .nav .with-chevron {
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .nav .with-chevron svg {
      width: 10px;
      height: 10px;
    }

    .nav-dropdown {
      position: relative;
      color: inherit;
    }

    .nav-dropdown summary {
      list-style: none;
      cursor: pointer;
      white-space: nowrap;
    }

    .nav-dropdown summary::-webkit-details-marker {
      display: none;
    }

    .nav-dropdown[open] summary svg {
      transform: rotate(180deg);
    }

    .dropdown-menu {
      position: absolute;
      top: calc(100% + 16px);
      left: 0;
      z-index: 50;
      display: grid;
      min-width: 238px;
      padding: 10px;
      border: 1px solid #dbe4ec;
      border-radius: 7px;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 18px 35px rgba(7, 31, 67, 0.18);
    }

    .nav-dropdown:not([open]) .dropdown-menu {
      display: none;
    }

    .dropdown-menu a {
      display: block;
      padding: 10px 12px;
      border-radius: 5px;
      color: var(--ink);
      font-size: 12px;
      line-height: 1.2;
      text-decoration: none;
    }

    .dropdown-menu a:hover {
      color: var(--green);
      background: #edf7f1;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 33px;
      padding: 0 14px;
      border-radius: 5px;
      border: 1px solid transparent;
      font-size: 12px;
      font-weight: 800;
      text-decoration: none;
      white-space: nowrap;
      transition: transform 160ms ease, box-shadow 160ms ease;
    }

    .btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(7, 31, 67, 0.12);
    }

    .btn .icon {
      width: 14px;
      height: 14px;
    }

    .btn-primary {
      color: #fff;
      background: var(--green);
      border-color: var(--green);
    }

    .btn-light {
      color: var(--ink);
      background: #fff;
      border-color: #aab8ca;
    }

    .top-cta {
      min-width: 133px;
      height: 31px;
      margin-left: 22px;
      border-radius: 5px;
      font-size: 11px;
    }

    .hero {
      position: relative;
      min-height: 397px;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
        url("assets/hero-aw-ict.png") center right / cover no-repeat,
        #f3f7fb;
      isolation: isolate;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 29%, rgba(255, 255, 255, 0.72) 43%, rgba(255, 255, 255, 0.04) 62%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 74%, rgba(243, 247, 251, 0.82) 100%);
      pointer-events: none;
    }

    .hero-copy {
      position: relative;
      z-index: 4;
      width: 364px;
      padding-top: 49px;
      margin-left: 40px;
    }

    .hero h1 {
      margin: 0;
      font-size: 39px;
      line-height: 1.2;
      font-weight: 900;
      letter-spacing: 0;
    }

    .hero h1 span {
      color: var(--green);
    }

    .hero p {
      width: 315px;
      margin: 18px 0 24px;
      color: #243b58;
      font-size: 14px;
      line-height: 1.72;
      font-weight: 500;
    }

    .hero-actions {
      display: flex;
      gap: 15px;
      align-items: center;
    }

    .hero-tags {
      position: absolute;
      left: 40px;
      bottom: 28px;
      z-index: 5;
      display: flex;
      gap: 8px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 4px;
      height: 34px;
      padding: 0 6px;
      border: 1px solid #d6e0ea;
      border-radius: 6px;
      color: var(--ink);
      background: rgba(247, 250, 253, 0.92);
      font-size: 8px;
      font-weight: 800;
      box-shadow: 0 1px 2px rgba(7, 31, 67, 0.03);
      white-space: nowrap;
    }

    .tag .icon {
      width: 15px;
      height: 15px;
      flex: 0 0 15px;
    }

    .hero-tags .tag:nth-child(1) {
      width: 105px;
    }

    .hero-tags .tag:nth-child(2) {
      width: 116px;
    }

    .hero-tags .tag:nth-child(3) {
      width: 106px;
    }

    .hero-tags .tag:nth-child(4) {
      width: 99px;
    }

    .services-hero {
      padding-bottom: 34px;
    }

    .services-hero .hero-tags {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      width: calc(100% - 80px);
      margin: 22px 40px 0;
      flex-wrap: wrap;
    }

    .datacenter {
      position: absolute;
      inset: 0 0 0 326px;
      z-index: 1;
      display: none;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0) 28%),
        url("assets/reference.png");
      background-size: auto, 864px 1821px;
      background-position: 0 0, -326px -57px;
      background-repeat: no-repeat;
    }

    .datacenter::before {
      content: "";
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 168px;
      height: 100%;
      background:
        linear-gradient(90deg, rgba(5, 16, 27, 0.2), rgba(10, 28, 44, 0.12)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 56px),
        linear-gradient(180deg, #9fb9cc 0%, #d7e4ed 43%, #7893a5 44%, #658294 52%, #1c3f51 53%, #0d2e40 100%);
      opacity: 0.9;
    }

    .datacenter::after {
      content: "";
      display: none;
      position: absolute;
      left: -20px;
      right: -40px;
      bottom: -50px;
      height: 150px;
      background:
        linear-gradient(105deg, rgba(255, 255, 255, 0.2), transparent 30%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 86px),
        linear-gradient(180deg, rgba(27, 60, 72, 0), rgba(15, 44, 51, 0.82));
      transform: skewY(-8deg);
      transform-origin: left bottom;
    }

    .rack-row {
      position: absolute;
      left: 30px;
      top: -3px;
      z-index: 2;
      display: flex;
      gap: 12px;
      height: 340px;
      perspective: 900px;
      display: none;
    }

    .rack {
      position: relative;
      width: 48px;
      height: 338px;
      border: 1px solid rgba(171, 203, 224, 0.24);
      border-radius: 1px;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 9%, rgba(0, 0, 0, 0.28) 80%),
        linear-gradient(180deg, #071622 0%, #122f43 50%, #07131e 100%);
      box-shadow: inset 5px 0 16px rgba(255, 255, 255, 0.04), 13px 18px 22px rgba(0, 0, 0, 0.34);
      transform: rotateY(-8deg);
      overflow: hidden;
    }

    .rack:nth-child(2n) {
      width: 56px;
      transform: rotateY(-5deg);
    }

    .rack:nth-child(3n) {
      width: 43px;
    }

    .rack::before {
      content: "";
      position: absolute;
      inset: 13px 8px;
      background:
        radial-gradient(circle, #4ee36f 0 2px, transparent 2.5px) 5px 7px / 24px 33px,
        radial-gradient(circle, #12a9ff 0 1.8px, transparent 2.4px) 18px 21px / 26px 38px,
        repeating-linear-gradient(180deg, #1b3d55 0 9px, #0a1f31 9px 12px, #18374d 12px 18px, #071723 18px 28px);
      opacity: 0.95;
    }

    .rack::after {
      content: "";
      position: absolute;
      right: 5px;
      top: 98px;
      width: 4px;
      height: 84px;
      border-radius: 4px;
      background: rgba(202, 222, 236, 0.55);
      box-shadow: 0 78px 0 rgba(202, 222, 236, 0.35);
    }

    .ceiling-lights {
      position: absolute;
      inset: 0;
      z-index: 3;
      pointer-events: none;
      background:
        radial-gradient(ellipse at 38% 6%, rgba(235, 250, 255, 0.74) 0 8px, transparent 20px),
        radial-gradient(ellipse at 64% 5%, rgba(235, 250, 255, 0.72) 0 8px, transparent 20px),
        radial-gradient(ellipse at 91% 4%, rgba(235, 250, 255, 0.76) 0 8px, transparent 20px);
      opacity: 0.92;
      display: none;
    }

    .mill {
      position: absolute;
      right: 84px;
      bottom: 78px;
      z-index: 4;
      width: 50px;
      height: 78px;
      opacity: 0.78;
      display: none;
    }

    .mill-body {
      position: absolute;
      left: 21px;
      bottom: 0;
      width: 12px;
      height: 42px;
      background: linear-gradient(180deg, #384c59, #263945);
      clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
    }

    .mill-blades,
    .mill-blades::before,
    .mill-blades::after {
      position: absolute;
      left: 25px;
      top: 24px;
      width: 2px;
      height: 46px;
      content: "";
      background: #243947;
      transform-origin: 1px 2px;
    }

    .mill-blades {
      transform: rotate(18deg);
    }

    .mill-blades::before {
      transform: rotate(90deg);
    }

    .mill-blades::after {
      transform: rotate(45deg);
      opacity: 0.8;
    }

    .status-card {
      position: absolute;
      right: 24px;
      bottom: 28px;
      z-index: 6;
      display: grid;
      grid-template-columns: 1fr 1px 1.25fr;
      gap: 15px;
      width: 344px;
      height: 168px;
      min-height: 0;
      padding: 17px 16px 15px;
      color: #e9f5fb;
      background: rgba(4, 40, 61, 0.94);
      border: 1px solid rgba(130, 180, 203, 0.24);
      border-radius: 8px;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.28);
      backdrop-filter: blur(5px);
      overflow: hidden;
    }

    .status-divider {
      width: 1px;
      background: rgba(199, 223, 236, 0.18);
    }

    .status-title {
      margin: 0 0 4px;
      font-size: 11px;
      font-weight: 900;
    }

    .status-ok {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 14px;
      color: #dbe9f1;
      font-size: 9px;
    }

    .status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #4ecf48;
      box-shadow: 0 0 0 3px rgba(78, 207, 72, 0.16);
    }

    .status-row {
      display: grid;
      grid-template-columns: 17px 1fr auto;
      align-items: center;
      gap: 6px;
      height: 24px;
      font-size: 9px;
      color: #dbe8f1;
    }

    .status-row .check {
      display: grid;
      place-items: center;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      color: #fff;
      background: #3cc64a;
      font-size: 9px;
      font-weight: 900;
    }

    .status-right {
      min-width: 0;
    }

    .chart-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
      color: #dfeaf0;
      font-size: 10px;
      font-weight: 800;
    }

    .chart-head span {
      color: #9fb3c4;
      font-size: 7px;
      font-weight: 700;
    }

    .chart {
      width: 100%;
      height: 53px;
      margin-bottom: 12px;
      overflow: visible;
    }

    .uptime-label {
      color: #dfeaf0;
      font-size: 10px;
      font-weight: 800;
    }

    .uptime-value {
      margin-top: 2px;
      color: #6ce15d;
      font-size: 29px;
      line-height: 1;
      font-weight: 900;
    }

    .uptime-sub {
      margin-top: 4px;
      color: #a8bac8;
      font-size: 8px;
      font-weight: 700;
    }

    .data-section {
      min-height: 282px;
      padding: 33px 0 28px;
      background:
        radial-gradient(circle at 70% 38%, rgba(231, 239, 246, 0.65), transparent 34%),
        linear-gradient(90deg, #f6f9fc 0%, #fff 46%, #f7fbfd 100%);
      border-bottom: 1px solid #e2e9ef;
    }

    .data-grid {
      display: grid;
      grid-template-columns: 278px 1fr;
      gap: 18px;
      align-items: center;
    }

    .nextcloud-mark {
      position: relative;
      width: 96px;
      height: 39px;
      margin-bottom: 14px;
    }

    .nextcloud-mark span {
      position: absolute;
      top: 6px;
      display: block;
      border: 7px solid #1591d0;
      border-radius: 50%;
      background: transparent;
    }

    .nextcloud-mark .cloud-main {
      left: 29px;
      top: 0;
      width: 43px;
      height: 43px;
    }

    .nextcloud-mark .cloud-left {
      left: 1px;
      width: 28px;
      height: 28px;
    }

    .nextcloud-mark .cloud-right {
      right: 1px;
      width: 28px;
      height: 28px;
    }

    .data-copy h2,
    .services h2,
    .process h2,
    .cta h2 {
      margin: 0;
      color: var(--ink);
      font-weight: 900;
      letter-spacing: 0;
    }

    .data-copy h2 {
      width: 285px;
      font-size: 28px;
      line-height: 1.2;
    }

    .data-copy p {
      margin: 16px 0 0;
      color: #29435f;
      font-size: 12px;
      line-height: 1.72;
      font-weight: 500;
    }

    .data-features {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      min-height: 104px;
      align-items: center;
      margin-top: 48px;
    }

    .data-feature {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      min-height: 102px;
      color: var(--ink);
      text-align: center;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 900;
    }

    .data-feature:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 2px;
      width: 1px;
      height: 96px;
      background: repeating-linear-gradient(180deg, #cfd9e4 0 4px, transparent 4px 8px);
    }

    .data-feature .icon {
      width: 39px;
      height: 39px;
    }

    .data-feature .green {
      color: var(--green);
    }

    .map-wrap {
      position: relative;
      height: 205px;
      margin-top: 5px;
    }

    .nl-map {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      color: #cbd7e2;
    }

    .map-feature {
      position: absolute;
      left: 34px;
      bottom: 18px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 9px;
      width: 112px;
      text-align: center;
      color: var(--ink);
      font-size: 12px;
      line-height: 1.18;
      font-weight: 900;
    }

    .map-feature .icon {
      width: 42px;
      height: 42px;
      color: var(--green);
    }

    .map-pin {
      position: absolute;
      right: 48px;
      top: 44px;
      width: 19px;
      height: 19px;
      color: var(--green);
    }

    .process {
      min-height: 260px;
      padding: 20px 0 14px;
      background: #fff;
      border-bottom: 1px solid #e4ebf1;
    }

    .process h2,
    .services h2 {
      text-align: center;
      font-size: 30px;
      line-height: 1.1;
    }

    .steps {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0;
      margin-top: 26px;
    }

    .steps::before {
      content: "";
      position: absolute;
      left: 46px;
      right: 46px;
      top: 7px;
      height: 1px;
      background: #ccd9e5;
    }

    .step {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      min-height: 162px;
      padding: 0 16px;
      text-align: center;
    }

    .step:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 24px;
      width: 1px;
      height: 134px;
      background: repeating-linear-gradient(180deg, #cbd7e2 0 4px, transparent 4px 8px);
    }

    .step-number {
      position: relative;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 25px;
      height: 25px;
      margin-bottom: 16px;
      border-radius: 50%;
      color: #fff;
      background: var(--green);
      font-size: 15px;
      font-weight: 900;
      box-shadow: 0 0 0 4px #fff;
    }

    .step-icon {
      display: grid;
      place-items: center;
      width: 62px;
      height: 62px;
      margin-bottom: 12px;
      border: 1px solid #dce5ee;
      border-radius: 50%;
      color: var(--ink);
      background: #fff;
      box-shadow: inset 0 0 0 5px #f8fbfd;
    }

    .step-icon .icon {
      width: 33px;
      height: 33px;
    }

    .step strong {
      display: block;
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 1.1;
      font-weight: 900;
    }

    .step p {
      max-width: 98px;
      margin: 0;
      color: #5d7085;
      font-size: 10px;
      line-height: 1.35;
      font-weight: 500;
    }

    .services {
      min-height: 391px;
      padding: 13px 0 27px;
      background: #fff;
      border-bottom: 1px solid #dfe7ee;
    }

    .section-heading {
      max-width: 650px;
      margin: 0 auto 18px;
      text-align: center;
    }

    .section-heading span {
      display: block;
      margin-bottom: 8px;
      color: var(--green);
      font-size: 12px;
      line-height: 1.2;
      font-weight: 900;
      text-transform: uppercase;
    }

    .section-heading h2 {
      margin: 0;
    }

    .section-heading p {
      max-width: 560px;
      margin: 12px auto 0;
      color: #50657b;
      font-size: 13px;
      line-height: 1.6;
      font-weight: 600;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px 18px;
      margin-top: 15px;
    }

    .service-card {
      display: grid;
      grid-template-columns: 58px 1fr;
      gap: 15px;
      min-height: 90px;
      padding: 13px 16px;
      border: 1px solid #dbe4ec;
      border-radius: 7px;
      background: #fff;
      box-shadow: 0 1px 0 rgba(7, 31, 67, 0.02);
      color: inherit;
      text-decoration: none;
      transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    }

    a.service-card:hover {
      transform: translateY(-2px);
      border-color: rgba(12, 135, 50, 0.35);
      box-shadow: 0 12px 24px rgba(7, 31, 67, 0.1);
    }

    .service-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--green);
    }

    .service-icon .icon {
      width: 46px;
      height: 46px;
      stroke-width: 1.7;
    }

    .service-card h3 {
      margin: 0 0 5px;
      color: var(--ink);
      font-size: 13px;
      line-height: 1.1;
      font-weight: 900;
    }

    .service-card p {
      margin: 0;
      color: #50657b;
      font-size: 9px;
      line-height: 1.2;
      font-weight: 600;
    }

    .service-detail .service-grid {
      align-items: stretch;
    }

    .service-detail .service-card {
      grid-template-columns: 1fr;
      justify-items: center;
      align-content: start;
      gap: 12px;
      min-height: 155px;
      text-align: center;
    }

    .service-detail .service-card p {
      max-width: 220px;
      margin: 0 auto;
      font-size: 10px;
      line-height: 1.35;
    }

    .care {
      position: relative;
      min-height: 188px;
      padding: 18px 0 0;
      color: #fff;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(3, 31, 57, 0.98), rgba(4, 47, 78, 0.93)),
        radial-gradient(circle at 64% 35%, rgba(89, 153, 189, 0.34), transparent 36%),
        var(--blue-deep);
    }

    .care::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.45;
      filter: blur(0.2px);
    }

    .care .container {
      position: relative;
      z-index: 2;
    }

    .care h2 {
      margin: 0;
      font-size: 22px;
      line-height: 1.1;
      font-weight: 900;
    }

    .care h2 span {
      color: #39cc4b;
    }

    .care-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr) 150px;
      align-items: start;
      margin-top: 22px;
    }

    .care-item {
      position: relative;
      min-height: 87px;
      padding: 0 14px;
      text-align: center;
    }

    .care-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 1px;
      width: 1px;
      height: 72px;
      background: repeating-linear-gradient(180deg, rgba(227, 240, 247, 0.4) 0 4px, transparent 4px 8px);
    }

    .care-icon {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      margin: 0 auto 9px;
      color: #fff;
    }

    .care-icon .icon {
      width: 32px;
      height: 32px;
    }

    .care-item strong {
      display: block;
      margin-bottom: 6px;
      font-size: 10px;
      line-height: 1.15;
      font-weight: 900;
    }

    .care-item p {
      margin: 0 auto;
      max-width: 130px;
      color: #d2e0ea;
      font-size: 8px;
      line-height: 1.35;
      font-weight: 600;
    }

    .care-map {
      position: relative;
      height: 92px;
      margin-top: -34px;
    }

    .care-map svg {
      width: 140px;
      height: 124px;
      color: rgba(177, 204, 219, 0.52);
    }

    .care-map .pin-dot {
      position: absolute;
      left: 64px;
      top: 55px;
      width: 28px;
      height: 28px;
      color: #8ddb57;
      filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
    }

    .care-strip {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      height: 32px;
      border-top: 1px solid rgba(207, 225, 237, 0.17);
      background: rgba(2, 29, 52, 0.55);
    }

    .strip-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: center;
      height: 100%;
      gap: 16px;
      color: #e5f0f6;
      font-size: 9px;
      font-weight: 700;
    }

    .strip-item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      white-space: nowrap;
    }

    .strip-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #38bf3a;
    }

    .strip-item .icon {
      width: 13px;
      height: 13px;
      color: #50d04b;
    }

    .cta {
      min-height: 138px;
      padding: 18px 0;
      background: #fff;
      border-bottom: 1px solid #dfe8ef;
    }

    .cta-grid {
      display: grid;
      grid-template-columns: 1fr 370px;
      gap: 28px;
      align-items: center;
    }

    .cta h2 {
      font-size: 24px;
      line-height: 1.1;
    }

    .cta h2 span {
      color: var(--green);
    }

    .cta p {
      margin: 8px 0 12px;
      color: #465d75;
      font-size: 11px;
      font-weight: 600;
    }

    .cta-actions {
      display: flex;
      align-items: center;
      gap: 22px;
    }

    .contact-mini {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--ink);
      font-size: 10px;
      font-weight: 800;
      white-space: nowrap;
    }

    .contact-mini .icon {
      width: 18px;
      height: 18px;
    }

    .contact-mini small {
      display: block;
      color: #6b7b8f;
      font-size: 7px;
      font-weight: 700;
    }

    .contact-panel {
      display: grid;
      gap: 10px;
      padding: 16px;
      border: 1px solid #dbe4ec;
      border-radius: 8px;
      background: #f8fbfd;
      box-shadow: 0 8px 18px rgba(7, 31, 67, 0.08);
    }

    .contact-panel > a,
    .contact-panel > span {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--ink);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.35;
      text-decoration: none;
    }

    .contact-panel .icon {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      color: var(--green);
    }

    .office-photo {
      position: relative;
      height: 88px;
      overflow: hidden;
      border-radius: 7px;
      border: 1px solid #d4e0ea;
      background: url("assets/reference.png");
      background-size: 864px 1821px;
      background-position: -457px -1622px;
      background-repeat: no-repeat;
      box-shadow: 0 8px 17px rgba(7, 31, 67, 0.12);
    }

    .office-photo::before {
      content: "";
      display: none;
      position: absolute;
      left: 116px;
      right: 36px;
      bottom: 18px;
      height: 49px;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 30%),
        linear-gradient(180deg, #273545 0 10px, #d7e0e8 10px 100%);
      clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
      box-shadow: 0 0 0 1px rgba(7, 31, 67, 0.25);
    }

    .office-photo::after {
      content: "AW ICT B.V.";
      display: none;
      position: absolute;
      right: 58px;
      top: 25px;
      color: #fff;
      font-size: 10px;
      font-weight: 900;
    }

    .trees {
      position: absolute;
      left: 12px;
      bottom: 29px;
      width: 95px;
      height: 49px;
      background:
        radial-gradient(circle at 12px 22px, #5c903f 0 18px, transparent 19px),
        radial-gradient(circle at 35px 14px, #477f36 0 22px, transparent 23px),
        radial-gradient(circle at 64px 22px, #669843 0 20px, transparent 21px);
      display: none;
    }

    .parking {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 24px;
      background: linear-gradient(180deg, #8b969d, #607078);
      display: none;
    }

    .footer {
      min-height: 91px;
      padding: 15px 0 12px;
      color: #fff;
      background: linear-gradient(90deg, #03233f, #05375b);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.55fr 0.55fr 0.75fr 0.8fr;
      gap: 28px;
      align-items: start;
    }

    .footer .brand {
      color: #fff;
      min-width: 0;
    }

    .footer .brand-aw {
      font-size: 31px;
    }

    .footer .brand-name {
      padding-bottom: 4px;
      font-size: 12px;
    }

    .footer p,
    .footer a {
      color: #d7e3ec;
      text-decoration: none;
      font-size: 7px;
      line-height: 1.45;
      font-weight: 600;
    }

    .footer p {
      margin: 4px 0 0;
      max-width: 146px;
    }

    .footer h4 {
      margin: 4px 0 5px;
      color: #fff;
      font-size: 8px;
      font-weight: 900;
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .copyright {
      justify-self: end;
      margin-top: 12px;
      color: #dce8ef;
      font-size: 8px;
      font-weight: 700;
      white-space: nowrap;
    }

    @media (min-width: 761px) {
      body {
        background: #fff;
      }

      .site {
        width: 100%;
        max-width: none;
        box-shadow: none;
      }

      .container,
      .topbar-inner {
        width: min(1392px, calc(100% - 96px));
        margin-left: auto;
        margin-right: auto;
      }

      .topbar {
        height: 96px;
      }

      .topbar-inner {
        padding: 0;
        gap: 42px;
      }

      .brand {
        min-width: 230px;
        gap: 10px;
      }

      .brand-logo {
        height: 55px;
      }

      .brand-aw {
        font-size: 52px;
      }

      .brand-name {
        padding-bottom: 7px;
        font-size: 22px;
      }

      .nav {
        flex: 1;
        justify-content: center;
        gap: clamp(28px, 3.2vw, 58px);
        font-size: 13px;
      }

      .btn {
        min-height: 52px;
        padding: 0 25px;
        border-radius: 7px;
        font-size: 15px;
        gap: 13px;
      }

      .btn .icon {
        width: 18px;
        height: 18px;
      }

      .top-cta {
        min-width: 220px;
        height: 54px;
        margin-left: 0;
        font-size: 15px;
      }

      .hero {
        min-height: 720px;
      }

      .hero::before {
        background:
          linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 25%, rgba(255, 255, 255, 0.64) 41%, rgba(255, 255, 255, 0.03) 61%),
          linear-gradient(180deg, rgba(255, 255, 255, 0) 78%, rgba(243, 247, 251, 0.78) 100%);
      }

      .hero-copy {
        width: min(620px, 44vw);
        padding-top: 110px;
        margin-left: max(48px, calc((100% - 1392px) / 2));
      }

      .hero h1 {
        font-size: clamp(54px, 4.6vw, 72px);
        line-height: 1.12;
      }

      .hero p {
        width: min(540px, 100%);
        margin: 30px 0 34px;
        font-size: 19px;
        line-height: 1.72;
      }

      .hero-actions {
        gap: 24px;
      }

      .hero-tags {
        left: max(48px, calc((100% - 1392px) / 2));
        bottom: 78px;
        gap: 14px;
      }

      .services-hero {
        padding-bottom: 78px;
      }

      .services-hero .hero-tags {
        left: auto;
        right: auto;
        bottom: auto;
        width: min(760px, calc(100% - 96px));
        margin: 34px 0 0 max(48px, calc((100% - 1392px) / 2));
      }

      .tag,
      .hero-tags .tag:nth-child(n) {
        width: auto;
        min-width: 152px;
        height: 48px;
        padding: 0 18px;
        gap: 10px;
        border-radius: 8px;
        font-size: 13px;
      }

      .tag .icon {
        width: 21px;
        height: 21px;
        flex-basis: 21px;
      }

      .datacenter {
        inset: 0 0 0 38%;
        background:
          linear-gradient(180deg, rgba(5, 20, 31, 0.08), rgba(6, 26, 42, 0.48)),
          radial-gradient(circle at 67% 18%, rgba(194, 224, 243, 0.38), transparent 23%),
          linear-gradient(90deg, #10283d 0%, #173a54 52%, #254e6b 100%);
      }

      .datacenter::before,
      .datacenter::after,
      .rack-row,
      .ceiling-lights,
      .mill {
        display: block;
      }

      .datacenter::before {
        right: 0;
        width: 32%;
      }

      .datacenter::after {
        height: 210px;
      }

      .rack-row {
        display: flex;
        left: 54px;
        right: 280px;
        top: 0;
        bottom: 0;
        height: auto;
        gap: 20px;
        align-items: stretch;
      }

      .rack,
      .rack:nth-child(2n),
      .rack:nth-child(3n) {
        width: auto;
        flex: 1 1 0;
        height: 100%;
      }

      .mill {
        right: 150px;
        bottom: 126px;
        transform: scale(1.65);
        transform-origin: center bottom;
      }

      .status-card {
        right: max(48px, calc((100% - 1392px) / 2));
        bottom: 86px;
        width: 520px;
        height: 230px;
        padding: 26px 24px 22px;
        grid-template-columns: 1fr 1px 1.2fr;
        gap: 22px;
        border-radius: 10px;
      }

      .status-title {
        font-size: 16px;
      }

      .status-ok,
      .status-row,
      .chart-head,
      .uptime-label {
        font-size: 12px;
      }

      .status-row {
        grid-template-columns: 24px 1fr auto;
        height: 30px;
      }

      .status-row .check {
        width: 18px;
        height: 18px;
        font-size: 12px;
      }

      .chart {
        height: 70px;
      }

      .uptime-value {
        font-size: 42px;
      }

      .uptime-sub {
        font-size: 11px;
      }

      .data-section {
        min-height: 420px;
        padding: 72px 0 66px;
      }

      .data-grid {
        grid-template-columns: 430px 1fr;
        gap: 52px;
      }

      .nextcloud-mark {
        transform: scale(1.18);
        transform-origin: left top;
        margin-bottom: 28px;
      }

      .data-copy h2 {
        width: auto;
        font-size: 42px;
        line-height: 1.16;
      }

      .data-copy p {
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.7;
      }

      .data-features {
        grid-template-columns: repeat(4, minmax(120px, 1fr));
        min-height: 168px;
        margin-top: 42px;
      }

      .data-feature {
        min-height: 150px;
        gap: 16px;
        font-size: 16px;
      }

      .data-feature .icon {
        width: 58px;
        height: 58px;
      }

      .map-wrap {
        height: 300px;
      }

      .map-feature {
        left: 72px;
        bottom: 34px;
        width: 148px;
        font-size: 16px;
      }

      .map-feature .icon {
        width: 58px;
        height: 58px;
      }

      .map-pin {
        right: 66px;
        top: 64px;
        width: 26px;
        height: 26px;
      }

      .process {
        min-height: 390px;
        padding: 54px 0 50px;
      }

      .process h2,
      .services h2 {
        font-size: 44px;
      }

      .steps {
        margin-top: 48px;
      }

      .steps::before {
        left: 72px;
        right: 72px;
        top: 13px;
      }

      .step {
        min-height: 232px;
        padding: 0 26px;
      }

      .step:not(:last-child)::after {
        top: 38px;
        height: 190px;
      }

      .step-number {
        width: 36px;
        height: 36px;
        margin-bottom: 24px;
        font-size: 20px;
      }

      .step-icon {
        width: 88px;
        height: 88px;
        margin-bottom: 18px;
      }

      .step-icon .icon {
        width: 48px;
        height: 48px;
      }

      .step strong {
        font-size: 17px;
      }

      .step p {
        max-width: 164px;
        font-size: 13px;
        line-height: 1.45;
      }

      .services {
        min-height: auto;
        padding: 56px 0 72px;
      }

      .service-grid {
        gap: 26px;
        margin-top: 34px;
      }

      .service-card {
        grid-template-columns: 86px 1fr;
        gap: 24px;
        min-height: 156px;
        padding: 30px 28px;
        border-radius: 8px;
      }

      .service-icon .icon {
        width: 68px;
        height: 68px;
      }

      .service-card h3 {
        margin-bottom: 10px;
        font-size: 21px;
      }

      .service-card p {
        max-width: 310px;
        font-size: 15px;
        line-height: 1.5;
      }

      .care {
        min-height: 300px;
        padding: 42px 0 0;
      }

      .care h2 {
        font-size: 36px;
      }

      .care-grid {
        grid-template-columns: repeat(4, 1fr) 230px;
        margin-top: 38px;
      }

      .care-item {
        min-height: 130px;
        padding: 0 28px;
      }

      .care-item:not(:last-child)::after {
        height: 112px;
      }

      .care-icon,
      .care-icon .icon {
        width: 48px;
        height: 48px;
      }

      .care-item strong {
        font-size: 14px;
      }

      .care-item p {
        max-width: 205px;
        font-size: 11px;
        line-height: 1.45;
      }

      .care-map {
        height: 138px;
        margin-top: -46px;
      }

      .care-map svg {
        width: 210px;
        height: 180px;
      }

      .care-map .pin-dot {
        left: 94px;
        top: 76px;
        width: 38px;
        height: 38px;
      }

      .care-strip {
        height: 48px;
      }

      .strip-inner {
        font-size: 13px;
      }

      .strip-dot {
        width: 13px;
        height: 13px;
      }

      .strip-item .icon {
        width: 17px;
        height: 17px;
      }

      .cta {
        min-height: 210px;
        padding: 38px 0;
      }

      .cta-grid {
        grid-template-columns: minmax(520px, 1fr) 600px;
        gap: 68px;
      }

      .cta h2 {
        font-size: 40px;
      }

      .cta p {
        margin: 14px 0 24px;
        font-size: 16px;
      }

      .cta-actions {
        gap: 26px;
      }

      .contact-mini {
        font-size: 14px;
      }

      .contact-mini small {
        font-size: 10px;
      }

      .contact-mini .icon {
        width: 24px;
        height: 24px;
      }

      .office-photo {
        height: 145px;
        border-radius: 8px;
        background-size: 1392px 2935px;
        background-position: -736px -2610px;
      }

      .footer {
        min-height: 150px;
        padding: 30px 0 26px;
      }

      .footer-grid {
        grid-template-columns: 1.4fr 0.55fr 0.55fr 0.7fr 0.8fr;
        gap: 60px;
      }

      .footer .brand-aw {
        font-size: 44px;
      }

      .footer .brand-name {
        font-size: 16px;
      }

      .footer p,
      .footer a {
        font-size: 11px;
      }

      .footer p {
        max-width: 240px;
      }

      .footer h4 {
        font-size: 12px;
      }

      .copyright {
        font-size: 12px;
      }
    }

    @media (max-width: 760px) {
      .site {
        width: 100%;
      }

      .container {
        width: calc(100% - 36px);
      }

      .topbar {
        height: auto;
      }

      .topbar-inner {
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px 18px;
      }

      .nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        overflow: visible;
      }

      .nav-dropdown[open] {
        width: 100%;
      }

      .dropdown-menu {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        min-width: 0;
        margin-top: 8px;
        box-shadow: 0 10px 24px rgba(7, 31, 67, 0.12);
      }

      .dropdown-menu a {
        padding: 11px 10px;
        font-size: 12px;
      }

      .top-cta {
        margin-left: 0;
      }

      .hero {
        min-height: 620px;
      }

      .datacenter {
        inset: 260px 0 0 0;
      }

      .hero::before {
        background: linear-gradient(180deg, #fff 0%, #fff 43%, rgba(255, 255, 255, 0.24) 74%, rgba(243, 247, 251, 0.86) 100%);
      }

      .hero-copy {
        width: auto;
        margin: 0 18px;
        padding-top: 32px;
      }

      .hero h1 {
        font-size: 34px;
      }

      .hero p {
        width: auto;
      }

      .hero-tags {
        left: 18px;
        right: 18px;
        bottom: 198px;
        flex-wrap: wrap;
      }

      .services-hero {
        padding-bottom: 36px;
      }

      .services-hero .hero-tags {
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 36px);
        margin: 20px 18px 0;
      }

      .status-card {
        right: 18px;
        left: 18px;
        bottom: 18px;
        width: auto;
      }

      .data-grid,
      .cta-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .data-copy h2 {
        width: auto;
      }

      .data-features,
      .steps,
      .service-grid,
      .care-grid,
      .strip-inner {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .data-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
      }

      .steps,
      .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
      }

      .data-feature {
        min-height: 118px;
      }

      .step {
        min-height: 176px;
        padding: 0 8px;
      }

      .step p {
        max-width: 140px;
      }

      .steps::before,
      .step::after,
      .data-feature::after,
      .care-item::after {
        display: none;
      }

      .service-card {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
        min-height: 178px;
        padding: 18px 12px;
        text-align: center;
      }

      .service-card p {
        max-width: 170px;
      }

      .care {
        padding-bottom: 88px;
      }

      .care-grid {
        margin-bottom: 28px;
      }

      .care-strip {
        height: auto;
        padding: 10px 0;
      }

      .office-photo {
        height: 132px;
      }

      .copyright {
        justify-self: start;
      }
    }
