@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("assets/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  --bg: #040914;
  --bg2: #09213a;
  --panel: rgba(12, 31, 55, .82);
  --panel2: rgba(24, 51, 83, .92);
  --line: rgba(171, 217, 247, .34);
  --cyan: #42f2d1;
  --blue: #7398ff;
  --orange: #ffc27c;
  --shadow: 0 30px 84px rgba(0, 0, 0, .38);
  --surface-border: rgba(161, 232, 246, .46);
  --surface-fill: radial-gradient(circle at 100% 0, rgba(66, 242, 209, .08), transparent 38%), linear-gradient(145deg, #205d75 0%, #123a58 65%, #0b233c 100%);
  --surface-shadow: 0 16px 40px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .12);
  --page-gutter: 20px;
  --column-gap: 48px;
}

body {
  background:
    radial-gradient(circle at 8% 2%, rgba(66, 242, 209, .28), transparent 31rem),
    radial-gradient(circle at 93% 14%, rgba(115, 152, 255, .38), transparent 35rem),
    radial-gradient(circle at 50% 92%, rgba(66, 242, 209, .12), transparent 30rem),
    linear-gradient(135deg, #061226 0%, #0b2b45 52%, #07152a 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(162, 211, 245, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(162, 211, 245, .065) 1px, transparent 1px);
  opacity: .68;
}

body::after {
  background:
    linear-gradient(90deg, transparent 0%, rgba(66, 242, 209, .05) 24%, rgba(66, 242, 209, .19) 34%, rgba(66, 242, 209, .36) 43%, rgba(75, 220, 224, .4) 51%, rgba(104, 178, 249, .27) 60%, rgba(66, 242, 209, .18) 70%, rgba(66, 242, 209, .04) 78%, transparent 100%),
    radial-gradient(circle at 50% 16%, rgba(115, 152, 255, .28), transparent 25rem),
    radial-gradient(circle at 84% 72%, rgba(66, 242, 209, .2), transparent 29rem);
  opacity: .67;
  filter: blur(3px);
  animation: pageFlowX 10s ease-in-out infinite both;
  transform: translateX(-120%);
}

.header {
  border-bottom-color: rgba(135, 196, 239, .18);
  background: linear-gradient(90deg, rgba(3, 10, 21, .82), rgba(8, 25, 47, .78));
  box-shadow: 0 16px 54px rgba(0, 0, 0, .24), 0 1px 0 rgba(66, 242, 209, .08);
}

.links {
  border-color: rgba(133, 194, 239, .24);
  background: linear-gradient(135deg, rgba(25, 57, 91, .88), rgba(7, 17, 35, .88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 12px 34px rgba(0, 0, 0, .18);
}

.links a:hover,
.links a.active,
.links a[aria-current="page"] {
  color: #031714;
  background: linear-gradient(135deg, var(--cyan), #a6fff2);
  box-shadow: 0 8px 20px rgba(66, 242, 209, .18), inset 0 1px 0 rgba(255, 255, 255, .42);
}

.call,
.primary {
  background: linear-gradient(135deg, #20d9bd, #75ffe9 58%, #a6fff2);
  box-shadow: 0 16px 34px rgba(66, 242, 209, .24), inset 0 1px 0 rgba(255, 255, 255, .48);
}

.ghost {
  border-color: rgba(158, 208, 244, .26);
  background: rgba(10, 28, 51, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.hero::before {
  display: none;
}

.orb-a {
  background: radial-gradient(circle, rgba(66, 242, 209, .72), transparent 66%);
}

.orb-b {
  background: radial-gradient(circle, rgba(115, 152, 255, .58), transparent 66%);
}

.console {
  border-color: rgba(130, 200, 243, .28);
  background:
    radial-gradient(circle at 88% -10%, rgba(115, 152, 255, .36), transparent 19rem),
    radial-gradient(circle at 8% 100%, rgba(66, 242, 209, .16), transparent 16rem),
    linear-gradient(145deg, #173b61, #091b35 74%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28), 0 0 70px rgba(66, 242, 209, .08), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.console .cards div {
  border-color: rgba(142, 204, 245, .16);
  background: linear-gradient(145deg, rgba(13, 38, 65, .8), rgba(5, 16, 33, .62));
}

.bars i {
  background: linear-gradient(90deg, var(--cyan), rgba(115, 152, 255, .84));
  box-shadow: 0 4px 14px rgba(66, 242, 209, .16);
}

.hero-side .console,
.hero-side .cyber-shell {
  background:
    radial-gradient(circle at 85% 0, rgba(115, 152, 255, .28), transparent 20rem),
    radial-gradient(circle at 8% 100%, rgba(66, 242, 209, .14), transparent 17rem),
    linear-gradient(145deg, #123451, #081a32 76%);
}

.hero-side .cyber-shell {
  border-color: rgba(130, 200, 243, .2);
  box-shadow: 0 26px 66px rgba(0, 0, 0, .26), 0 0 64px rgba(115, 152, 255, .08);
}

.hero-side .cyber-stage {
  border-color: rgba(130, 200, 243, .24);
  box-shadow: inset 0 0 48px rgba(66, 242, 209, .07), 0 16px 36px rgba(0, 0, 0, .2);
}

.service-card {
  border-color: rgba(131, 194, 240, .22);
  background:
    radial-gradient(circle at 100% 0, rgba(66, 242, 209, .17), transparent 43%),
    linear-gradient(145deg, #113654, #091a32 78%);
  box-shadow: 0 20px 52px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.service-card:nth-child(2),
.service-card:nth-child(5) {
  background:
    radial-gradient(circle at 100% 0, rgba(66, 242, 209, .3), transparent 43%),
    radial-gradient(circle at 0 100%, rgba(52, 208, 183, .18), transparent 48%),
    linear-gradient(145deg, #155b5c, #10444a 58%, #081d2d 100%);
}

.service-card:nth-child(3),
.service-card:nth-child(6) {
  background:
    radial-gradient(circle at 100% 0, rgba(66, 242, 209, .18), transparent 43%),
    linear-gradient(145deg, #154b5c, #091a32 78%);
}

.service-card::after {
  background: radial-gradient(circle, rgba(115, 152, 255, .25), transparent 70%);
}

.service-card > span {
  color: #031714;
  background: var(--cyan);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24);
}

.service-card:hover {
  border-color: rgba(95, 255, 229, .62);
  box-shadow: 0 28px 68px rgba(0, 0, 0, .28), 0 0 48px rgba(66, 242, 209, .1), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.image-panel {
  border-color: rgba(126, 202, 244, .24);
  background: linear-gradient(145deg, rgba(66, 242, 209, .22), rgba(115, 152, 255, .16));
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24), 0 0 56px rgba(66, 242, 209, .07);
}

.managed-cards div {
  border-color: rgba(115, 152, 255, .22);
  background:
    radial-gradient(circle at 100% 0, rgba(115, 152, 255, .19), transparent 17rem),
    linear-gradient(145deg, #153254, #08182f 80%);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.managed-cards div:nth-child(2n) {
  border-color: rgba(66, 242, 209, .2);
  background:
    radial-gradient(circle at 100% 0, rgba(66, 242, 209, .17), transparent 17rem),
    linear-gradient(145deg, #103b50, #07182d 80%);
}

.cloud-panel {
  border-color: rgba(126, 200, 243, .32);
  background:
    radial-gradient(circle at 84% 0, rgba(115, 152, 255, .42), transparent 18rem),
    radial-gradient(circle at 10% 100%, rgba(66, 242, 209, .22), transparent 17rem),
    linear-gradient(145deg, #16476c, #091a35 76%);
  box-shadow: 0 30px 76px rgba(0, 0, 0, .28), 0 0 70px rgba(115, 152, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.cloud-flow-node {
  border-color: rgba(132, 195, 241, .22);
  background: linear-gradient(145deg, rgba(18, 55, 86, .72), rgba(5, 16, 34, .52));
}

.cloud-flow-main {
  border-color: rgba(92, 255, 229, .58);
  background: linear-gradient(145deg, rgba(66, 242, 209, .28), rgba(115, 152, 255, .25));
  box-shadow: 0 16px 38px rgba(66, 242, 209, .13);
}

.cloud-service-card {
  border-color: rgba(126, 194, 241, .22);
  background:
    radial-gradient(circle at 100% 0, rgba(66, 242, 209, .15), transparent 13rem),
    linear-gradient(145deg, #103451, #08172d 80%);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .065);
}

.cloud-service-card:nth-child(2),
.cloud-service-card:nth-child(4) {
  background:
    radial-gradient(circle at 100% 0, rgba(115, 152, 255, .22), transparent 13rem),
    linear-gradient(145deg, #18305a, #09152f 80%);
}

.why-outcomes {
  border-color: rgba(126, 200, 243, .26);
  background:
    radial-gradient(circle at 8% 0, rgba(66, 242, 209, .18), transparent 18rem),
    radial-gradient(circle at 100% 100%, rgba(115, 152, 255, .15), transparent 20rem),
    linear-gradient(145deg, #143755, #08172e 80%);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.why-detail-card {
  border-color: rgba(115, 152, 255, .22);
  background:
    radial-gradient(circle at 100% 0, rgba(115, 152, 255, .18), transparent 13rem),
    linear-gradient(145deg, #173258, #09162f 82%);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.why-detail-card:nth-child(2n),
.why-actions div {
  border-color: rgba(66, 242, 209, .22);
  background:
    radial-gradient(circle at 100% 0, rgba(66, 242, 209, .16), transparent 13rem),
    linear-gradient(145deg, #103b51, #07172c 82%);
}

.why-actions div {
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.why-outcomes-grid article {
  border-color: rgba(128, 192, 241, .2);
  background: linear-gradient(145deg, rgba(18, 49, 76, .86), rgba(6, 17, 34, .74));
}

.contact-card {
  border-color: rgba(96, 246, 221, .34);
  color: #f5fbff;
  background:
    radial-gradient(circle at 92% 0, rgba(115, 152, 255, .46), transparent 28rem),
    radial-gradient(circle at 4% 100%, rgba(66, 242, 209, .31), transparent 25rem),
    linear-gradient(135deg, #0d5560, #162c5a 60%, #0b1734);
  box-shadow: 0 34px 92px rgba(0, 0, 0, .32), 0 0 78px rgba(66, 242, 209, .1), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.contact-card .eyebrow {
  color: var(--cyan);
}

.contact-card h2 {
  color: #f5fbff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.contact-card p,
.contact-card p a {
  color: #c9d9e8;
}

.contact-visual {
  border-color: rgba(157, 228, 239, .3);
  background: linear-gradient(145deg, rgba(4, 28, 45, .54), rgba(7, 15, 40, .42));
  box-shadow: 0 22px 52px rgba(0, 0, 0, .24), 0 0 38px rgba(115, 152, 255, .1);
}

.contact-actions .primary {
  color: #031712;
  background: linear-gradient(135deg, #20d9bd, #75ffe9 58%, #a6fff2);
}

.contact-actions .light {
  border-color: rgba(190, 232, 238, .28);
  color: #f3fffd;
  background: rgba(5, 20, 38, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.partner-mark {
  border-color: rgba(115, 152, 255, .3);
  background: linear-gradient(145deg, #ffffff, #d8ecff);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .2), 0 0 22px rgba(115, 152, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .88);
}

.partner-mark:hover,
.partner-mark:focus-within {
  border-color: rgba(66, 242, 209, .7);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .28), 0 0 30px rgba(66, 242, 209, .17);
}

.partner-mark img[src*="images.png"],
.partner-mark img[src*="ubiquiti-white.png"],
.partner-mark img[src*="2017-cisco-logo-3.webp"],
.partner-mark img[src*="geovision.png"] {
  mix-blend-mode: multiply !important;
}

.footer {
  border-top-color: rgba(130, 195, 240, .16);
  background: linear-gradient(90deg, rgba(3, 10, 20, .7), rgba(8, 24, 46, .66));
}

.service-card::after {
  background: radial-gradient(circle, rgba(66, 242, 209, .14), transparent 70%);
}

.service-card:hover {
  border-color: rgba(94, 255, 229, .56);
  box-shadow: 0 28px 68px rgba(0, 0, 0, .28), 0 0 42px rgba(66, 242, 209, .09), inset 0 1px 0 rgba(255, 255, 255, .1);
}

/* Use the same calm navy surface across every supporting panel. */
.service-card:nth-child(n),
.hero-side .console,
.hero-side .cyber-shell,
.managed-cards div:nth-child(n),
.cloud-panel,
.cloud-flow-node,
.cloud-service-card:nth-child(n),
.why-detail-card:nth-child(n),
.why-actions div,
.why-outcomes,
.why-outcomes-grid article,
.contact-card,
.image-panel,
.contact-visual {
  border-color: var(--surface-border);
  background: var(--surface-fill);
  box-shadow: var(--surface-shadow);
}

.console .cards div {
  border-color: rgba(118, 203, 226, .18);
  background: linear-gradient(145deg, rgba(18, 55, 80, .8), rgba(8, 25, 45, .72));
}

.managed-cards div:nth-child(n):hover,
.cloud-service-card:hover,
.why-detail-card:hover {
  border-color: rgba(94, 255, 229, .56);
  box-shadow: 0 28px 68px rgba(0, 0, 0, .28), 0 0 42px rgba(66, 242, 209, .09), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.cloud-flow-main {
  border-color: rgba(94, 255, 229, .5);
  background:
    radial-gradient(circle at 100% 0, rgba(66, 242, 209, .2), transparent 40%),
    linear-gradient(145deg, #154451 0%, #0a2636 68%, #081a2d 100%);
  box-shadow: 0 16px 38px rgba(66, 242, 209, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.cloud-flow-line {
  background: linear-gradient(90deg, rgba(66, 242, 209, .2), var(--cyan), rgba(66, 242, 209, .2));
}

.cloud-flow-line::after {
  border-color: var(--cyan);
}

.why-actions div:nth-child(n) {
  border-left-color: var(--cyan);
}

.why-outcomes-grid article:nth-child(n)::before {
  background: linear-gradient(90deg, var(--cyan), rgba(66, 242, 209, .32));
  box-shadow: 0 0 18px rgba(66, 242, 209, .24);
}

.bars i {
  background: linear-gradient(90deg, var(--cyan), rgba(66, 204, 180, .58));
}

/* Keep hierarchy consistent: white for titles, one muted tone for supporting copy. */
h1,
h2,
h3,
.health-left strong,
.cloud-panel-top strong,
.cloud-flow-node strong,
.cloud-panel-note strong,
.why-actions strong,
.console .cards b,
.hero-side .cyber-copy h2 {
  color: #fff;
}

.lead,
.muted,
.section-head p,
.service-card p,
.managed-cards p,
.health-tag,
.console .cards span,
.cloud-flow-node small,
.cloud-panel-note,
.cloud-service-card p,
.why-detail-intro p,
.why-detail-card p,
.why-actions span,
.why-outcomes-grid p,
.contact-card p,
.contact-card p a {
  color: #d1deea;
}

.contact-card p a {
  color: #d6fff8;
  font-size: 1.35rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(66, 242, 209, .78);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  white-space: normal;
}

.contact-card p a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

.eyebrow,
.why-detail-intro .eyebrow,
.cloud-panel-label,
.cloud-status,
.why-actions strong {
  color: var(--cyan);
}

/* Concise service copy can be larger without reducing the card presence. */
.service-card {
  min-height: 250px;
  grid-template-rows: auto auto 1fr;
  align-content: start;
}

.service-card p {
  margin-top: 26px;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.68;
}

.managed-cards div {
  min-height: 220px;
  justify-content: flex-start;
}

.managed-cards p {
  margin-bottom: 0;
  font-size: clamp(1.08rem, 1.3vw, 1.18rem);
  line-height: 1.72;
}

.card-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-points li {
  display: grid;
  place-items: center;
  padding: 9px 6px;
  border: 1px solid rgba(94, 255, 229, .24);
  border-radius: 10px;
  color: #d7fffa;
  background: rgba(66, 242, 209, .08);
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.service-card .card-points {
  grid-column: 1 / -1;
  align-self: end;
}

.managed-cards .card-points {
  margin: 0;
  align-self: end;
}

.why-outcomes {
  gap: 22px;
  padding: 22px;
}

.why-outcomes-grid article {
  min-height: 96px;
  padding: 16px;
}

.why-grid > .reveal:last-child > .muted {
  font-size: clamp(1.15rem, 1.55vw, 1.35rem);
  line-height: 1.68;
}

.why-detail-card {
  min-height: 170px;
  padding: 20px;
  align-content: start;
  row-gap: 14px;
}

.why-detail-card p {
  font-size: 1.02rem;
  line-height: 1.55;
}

.why-detail-card h3 {
  font-size: 1.18rem;
}

.why-actions strong {
  font-size: 1.02rem;
}

.why-actions span {
  font-size: .95rem;
  line-height: 1.5;
}

.why-outcomes-grid p {
  font-size: .95rem;
  line-height: 1.5;
}

.why-actions div {
  min-height: 118px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

@media (max-width: 680px) {
  .why-detail-card,
  .why-actions div {
    min-height: 0;
  }

  .why-detail-card {
    align-content: start;
  }

  .why-actions div {
    display: block;
  }
}

/* Impeccable polish: consistent type, states, and motion without redesigning the layout. */
h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.service-card > span,
.cloud-service-card > span,
.why-detail-card span {
  font-variant-numeric: tabular-nums;
}

.managed-cards div,
.cloud-service-card,
.why-detail-card,
.why-actions div,
.why-outcomes-grid article {
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.service-card:nth-child(n):hover,
.managed-cards div:nth-child(n):hover,
.cloud-service-card:nth-child(n):hover,
.why-detail-card:nth-child(n):hover,
.why-actions div:hover,
.why-outcomes-grid article:hover {
  border-color: var(--surface-border);
  box-shadow: var(--surface-shadow);
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body::after {
    animation: none;
    transform: none;
  }

  .managed-cards div,
  .cloud-service-card,
  .why-detail-card,
  .why-actions div,
  .why-outcomes-grid article {
    transition: none;
  }
}


.cloud-service-card {
  grid-template-rows: auto 1fr;
  row-gap: 18px;
}

.cloud-service-card p {
  align-self: center;
  margin: 0;
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
  line-height: 1.65;
}

.cloud-service-card > span,
.why-detail-card > span {
  background: var(--cyan);
  color: #031714;
}

.service-card h3,
.managed-cards h3,
.cloud-service-card h3,
.why-detail-card h3 {
  letter-spacing: -.02em;
  line-height: 1.2;
}

.card-points li {
  overflow-wrap: anywhere;
  background: rgba(5, 20, 38, .2);
  border-color: rgba(161, 232, 246, .2);
}

.contact-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
}

.contact-actions .btn {
  flex: 1 1 220px;
  width: auto;
  white-space: normal;
}

@media (max-width: 1240px) {
  .nav {
    position: relative;
    flex-wrap: wrap;
  }

  .menu {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-left: auto;
    padding: 8px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #123a58;
    color: #fff;
    font: inherit;
    font-weight: 700;
  }

  .call {
    display: none;
  }

  .links {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 1;
    order: 3;
    width: 100%;
    margin: 0;
    border-radius: 24px;
    max-height: calc(100dvh - var(--header-height, 160px) - 24px);
    overflow-y: auto;
    background: #0d2944;
  }

  .links.open {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .links a {
    text-align: center;
  }
}

@media (max-width: 980px) {
  .contact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    width: calc(100% - 28px);
    gap: 12px;
  }

  .logo img {
    max-width: calc(100vw - 130px);
  }

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

  .why-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .service-card,
  .managed-cards div {
    min-height: 0;
  }

  .service-card {
    align-content: start;
  }

  .managed-cards div {
    justify-content: flex-start;
  }

  .card-points {
    margin-top: 22px;
  }
}

/* Local business presentation with clear, concise supporting content. */
html {
  cursor: auto;
}

a,
button,
summary,
[role="button"] {
  cursor: pointer;
}

.hero-copy > .eyebrow {
  display: block;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-shadow: none;
  font-size: .9rem;
  letter-spacing: .08em;
  line-height: 1.5;
}

.hero-copy h1 {
  font-size: clamp(3.25rem, 5.6vw, 5.4rem);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: 1.04;
  text-wrap: initial;
}

.hero-copy .lead {
  max-width: 48ch;
  font-size: clamp(1.25rem, 1.65vw, 1.45rem);
  line-height: 1.7;
}

.section-head h2,
.managed .split h2,
.cloud-intro h2,
.why .why-grid > .reveal:last-child > h2 {
  font-size: clamp(2.25rem, 3.8vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.section-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 24px 48px;
  margin-bottom: 32px;
}

.section-head h2,
.section-head p {
  margin-bottom: 0;
}

.service-card,
.cloud-service-card,
.why-detail-card {
  grid-template-columns: minmax(0, 1fr);
}

.service-card {
  min-height: 230px;
  grid-template-columns: minmax(0, 1fr) 104px;
  column-gap: 16px;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 16px;
}

.service-card > h3 {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.service-photo {
  grid-column: 2;
  grid-row: 1;
  width: 104px;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
}

.service-card > h3,
.cloud-service-card > h3 {
  justify-self: start;
  font-weight: 700;
}

.service-card p {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.6;
}

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

.card-points {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.card-points li {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #c4e6e5;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.card-points li + li::before {
  content: "/";
  margin-right: 12px;
  color: var(--cyan);
}

.support-scope,
.cloud-process {
  padding: 28px;
  border-radius: 22px;
  background: rgba(7, 26, 45, .4);
  box-shadow: inset 0 0 0 1px rgba(161, 232, 246, .16);
}

.support-scope h3,
.cloud-process h3 {
  font-size: 1.4rem;
  letter-spacing: -.02em;
}

.section-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
  margin-bottom: 22px;
  border-radius: 14px;
}

.cloud-process .section-photo {
  object-position: center 60%;
}

.section-copy .support-scope,
.section-copy .cloud-process {
  margin-top: 24px;
  padding: 0;
  background: none;
  box-shadow: none;
}

.section-copy > .text-link {
  margin-top: 20px;
}

.section-copy .cloud-process dl {
  gap: 16px;
  margin-top: 18px;
}

.section-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: 22px;
  background: #0b233c;
  box-shadow: var(--surface-shadow);
}

.section-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 980px) {
  .section-visual {
    min-height: 0;
    aspect-ratio: 2 / 1;
  }
}

.cloud .cloud-intro > .muted {
  font-size: clamp(1.12rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.cloud .cloud-process h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.cloud .cloud-process dt {
  color: var(--cyan);
  font-size: 1.12rem;
}

.cloud .cloud-process dd {
  font-size: 1.12rem;
  line-height: 1.55;
}

.cloud-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  min-width: 0;
  align-self: stretch;
}

.cloud-side .section-visual {
  min-height: 0;
  aspect-ratio: 2.8 / 1;
  align-self: start;
}

.cloud-side .section-visual img {
  object-position: center 60%;
}

.cloud-side .cloud-services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.cloud-side .cloud-service-card {
  min-height: 160px;
  padding: 20px;
}

@media (max-width: 680px) {
  .cloud-side .section-visual {
    aspect-ratio: 2 / 1;
  }

  .cloud-side .cloud-services-grid {
    grid-template-columns: 1fr;
  }

  .cloud-side .cloud-service-card {
    min-height: 0;
  }
}

.local-photo {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin: 24px 0 0;
}

.local-photo img {
  width: 140px;
  height: 110px;
  object-fit: cover;
  border-radius: 14px;
}

.local-photo strong,
.local-photo span {
  display: block;
  line-height: 1.5;
}

.local-photo strong {
  color: #fff;
  font-size: 1rem;
}

.local-photo span {
  color: #d1deea;
  font-size: .95rem;
}

.local-photo .text-link {
  font-size: .95rem;
  padding-block: 6px;
}

.support-scope ul {
  display: grid;
  gap: 16px;
  padding-left: 22px;
  margin: 24px 0 0;
  color: #d1deea;
  font-size: 1.12rem;
  line-height: 1.6;
}

.support-scope li::marker {
  color: var(--cyan);
}

.cloud-process dl {
  display: grid;
  gap: 22px;
  margin: 24px 0 0;
}

.cloud-process dt {
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}

.cloud-process dd {
  margin: 0;
  color: #d1deea;
  font-size: 1.05rem;
  line-height: 1.6;
}

.cloud-service-card {
  min-height: 190px;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.cloud-service-card h3 {
  min-height: 0;
  align-self: start;
}

.cloud-service-card p {
  align-self: start;
}

.why .why-outcomes-grid article {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.why .why-left {
  align-self: stretch;
  grid-template-rows: auto 1fr;
  align-content: stretch;
}

.why .why-detail-card:nth-child(n) {
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(161, 232, 246, .24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(23, 64, 85, .8), rgba(9, 30, 49, .85));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.why .why-detail-card p {
  font-size: 1.08rem;
  line-height: 1.6;
}

.why .why-detail-grid {
  gap: 16px;
}

.why .why-detail-card {
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 10px;
}

.why-detail-card h3 {
  align-self: start;
}

.why-detail-card p {
  align-self: start;
}

.why .why-detail-card h3 {
  color: #fff;
  font-size: 1.15rem;
}

.why .why-outcomes {
  margin-top: 40px;
}

.why .why-outcomes-grid article::before {
  content: none;
}

.why-outcomes-grid {
  gap: 24px;
}

.text-link {
  display: inline-block;
  padding-block: 12px;
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 1.05rem;
  font-weight: 650;
}

.text-link:hover {
  color: #fff;
}

@media (max-width: 980px) {
  .support-scope,
  .cloud-process {
    padding: 24px;
  }
}

@media (max-width: 680px) {
  .hero-copy h1 {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
  }

  .hero-copy .lead {
    font-size: 1.1rem;
  }

  .service-card,
  .cloud-service-card {
    min-height: 0;
  }

  .cloud-service-card h3 {
    min-height: 0;
  }

  .service-card .card-points {
    margin-top: 0;
  }

  .service-card {
    grid-template-columns: minmax(0, 1fr) 80px;
    column-gap: 12px;
  }

  .service-photo {
    width: 80px;
    height: 60px;
  }

  .section-photo {
    aspect-ratio: 2 / 1;
  }

  .local-photo {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 14px;
  }

  .local-photo img {
    width: 100px;
    height: 100px;
  }
}

.hero-side {
  gap: 18px;
  min-width: 0;
}

.hero-side .console,
.hero-side .cyber-shell {
  padding: 24px;
  border: 1px solid rgba(161, 232, 246, .32);
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 100% 0, rgba(66, 242, 209, .1), transparent 65%),
    linear-gradient(145deg, #163e55, #0b233c);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.visual-heading .eyebrow {
  margin-bottom: 8px;
  font-size: .7rem;
  letter-spacing: .12em;
}

.hero-side .visual-heading h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.02em;
  text-wrap: pretty;
}

.dashboard-rows {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.dashboard-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  line-height: 1.35;
}

.dashboard-label strong {
  color: #f7fbff;
  font-size: .94rem;
  font-weight: 650;
}

.dashboard-label span {
  color: #bfcedc;
  font-size: .78rem;
  text-align: right;
}

.dashboard-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #071a2b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.dashboard-track i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #259e99, var(--cyan));
  transform: scaleX(var(--initial-fill));
  transform-origin: left;
}

.console.fill-started .dashboard-track i {
  /* Fixed layout width keeps container-query styles stable during both fill stages. */
  will-change: transform;
  animation:
    dashboard-fill 1.2s cubic-bezier(.22, 1, .36, 1) var(--delay) both,
    dashboard-complete 3.8s ease-in-out calc(var(--delay) + 2.7s) forwards;
  animation-play-state: paused;
}

.console.fill-started.visual-active .dashboard-track i {
  animation-play-state: running;
}

.hero-side .cyber-shell {
  gap: 18px;
}

.hero-side .console {
  container-type: inline-size;
  border-color: rgba(108, 244, 221, .45);
  background:
    radial-gradient(ellipse at 95% 0, rgba(66, 242, 209, .18), transparent 60%),
    linear-gradient(145deg, #17465c, #0b233c 75%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(209, 255, 249, .16), 0 0 28px rgba(66, 242, 209, .06);
}

.console .visual-heading {
  position: relative;
  padding-right: 68px;
}

.dashboard-emblem {
  position: absolute;
  top: -4px;
  right: 0;
  width: 56px;
  height: 56px;
  overflow: visible;
}

.dashboard-emblem-base {
  fill: #0a2b3d;
  stroke: rgba(66, 242, 209, .2);
}

.dashboard-orbit {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.5;
  stroke-dasharray: 34 12 8 12;
  transform-origin: 32px 32px;
  animation: dashboard-orbit 16s linear infinite paused;
}

.dashboard-emblem-shield {
  fill: rgba(66, 242, 209, .12);
  stroke: var(--cyan);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 3px rgba(66, 242, 209, .45));
}

.dashboard-emblem-check {
  fill: none;
  stroke: #e4fff9;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dashboard-row {
  --row-phase: 0s;
  position: relative;
  isolation: isolate;
}

.dashboard-row:nth-child(2) { --row-phase: -1.6s; }
.dashboard-row:nth-child(3) { --row-phase: -3.2s; }

.dashboard-row::before {
  content: "";
  position: absolute;
  inset: -6px -10px;
  z-index: -1;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(66, 242, 209, .09), transparent);
  animation: dashboard-row-light 6s ease-in-out var(--row-phase) infinite paused;
}

.dashboard-sparkline {
  width: 100px;
  height: 18px;
  flex: 0 1 100px;
  align-self: center;
  overflow: visible;
}

.dashboard-trace,
.dashboard-trace-head {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.2;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.dashboard-trace {
  opacity: .25;
}

.dashboard-trace-head {
  stroke: #c5fff1;
  stroke-width: 2.4;
  stroke-dasharray: .28 .72;
  filter: drop-shadow(0 0 2px rgba(66, 242, 209, .7));
  animation: dashboard-trace-travel 2.8s linear var(--row-phase) infinite paused;
}

.dashboard-track {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 10px rgba(66, 242, 209, .1);
}

.dashboard-track i {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #229d9d, #42f2d1 75%, #b4ffef);
}

.dashboard-track i::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 30%, rgba(236, 255, 252, .85) 50%, transparent 70%);
  animation: dashboard-sweep 3.8s ease-in-out var(--row-phase) infinite paused;
}

.console.visual-active .dashboard-orbit,
.console.visual-active .dashboard-trace-head,
.console.visual-active .dashboard-row::before,
.console.visual-active .dashboard-track i::before {
  animation-play-state: running;
}

@keyframes dashboard-orbit {
  to { transform: rotate(360deg); }
}

@keyframes dashboard-trace-travel {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes dashboard-row-light {
  0%, 100% { opacity: .25; }
  50% { opacity: .9; }
}

@keyframes dashboard-sweep {
  0%, 15% { transform: translateX(-100%); }
  75%, 100% { transform: translateX(100%); }
}

@container (max-width: 400px) {
  .console .visual-heading {
    padding-right: 0;
  }

  .dashboard-emblem,
  .dashboard-sparkline {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dashboard-orbit,
  .dashboard-trace-head,
  .dashboard-row::before {
    animation: none;
  }

  .dashboard-track i::before {
    display: none;
    animation: none;
  }
}

.hero-side .cyber-stage {
  width: 100%;
  min-height: 0;
  aspect-ratio: 2 / 1;
  margin: 0;
  border: 1px solid rgba(66, 242, 209, .36);
  border-radius: 16px;
  background: #071c30;
  box-shadow: 0 0 28px rgba(66, 242, 209, .1);
}

.hero-side .cyber-stage::before {
  content: none;
}

.network-map {
  display: block;
  width: 100%;
  height: 100%;
}

.network-map image {
  opacity: .82;
  filter: saturate(.75) contrast(1.08);
}

.network-route,
.network-signal,
.network-trail {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.network-route {
  opacity: .5;
}

.network-signal,
.network-trail {
  animation: network-travel var(--route-duration) linear var(--route-delay) infinite;
  animation-play-state: paused;
}

.network-signal {
  stroke: #e4fff9;
  stroke-width: 2.2;
  stroke-dasharray: .025 .975;
}

.network-trail {
  stroke-width: 3;
  stroke-dasharray: .13 .87;
  opacity: .45;
}

.cyber-shell.visual-active .network-signal,
.cyber-shell.visual-active .network-trail,
.cyber-shell.visual-active .network-halos circle {
  animation-play-state: running;
}

.network-nodes circle {
  fill: #c5fff2;
  stroke: #082039;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.network-halos circle {
  fill: rgba(66, 242, 209, .12);
  stroke: var(--cyan);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: network-hub-pulse 4s ease-out var(--hub-delay) infinite;
  animation-play-state: paused;
}

.network-threat-route,
.network-threat-packet {
  fill: none;
  stroke: #ff736b;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  filter: url(#network-glow);
  animation-duration: 15s;
  animation-delay: var(--threat-delay);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: paused;
}

.network-threat-route {
  stroke-width: 1.8;
  stroke-dasharray: 1;
  animation-name: network-threat-arrival;
}

.network-threat-packet {
  stroke: #ffe0d9;
  stroke-width: 3;
  stroke-dasharray: .012 .988;
  animation-name: network-threat-packet;
}

.network-block {
  animation: network-blocked 15s linear var(--threat-delay) infinite;
  animation-play-state: paused;
}

.network-shield {
  fill: #082039;
  stroke: var(--cyan);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  filter: url(#network-glow);
}

.network-shield-check {
  fill: none;
  stroke: #e4fff9;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.network-block text {
  fill: #ffb4ac;
  stroke: #071c30;
  stroke-width: 6px;
  paint-order: stroke;
  font-size: 28px;
  font-weight: 700;
}

.cyber-shell.visual-active .network-threat-route,
.cyber-shell.visual-active .network-threat-packet,
.cyber-shell.visual-active .network-block {
  animation-play-state: running;
}

.hero-side .visual-caption {
  margin: 0;
  color: #b1c7d8;
  font-size: .78rem;
  line-height: 1.5;
}

.console .visual-caption {
  margin-top: 22px;
}

@keyframes dashboard-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(var(--initial-fill)); }
}

@keyframes dashboard-complete {
  from { transform: scaleX(var(--initial-fill)); }
  to { transform: scaleX(1); }
}

@keyframes network-travel {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes network-hub-pulse {
  0% { transform: scale(.6); opacity: 0; }
  15% { opacity: .7; }
  85%, 100% { transform: scale(3); opacity: 0; }
}

@keyframes network-threat-arrival {
  0%, 11% { stroke-dashoffset: 1; opacity: 0; }
  12% { stroke-dashoffset: 1; opacity: .85; }
  30%, 42% { stroke-dashoffset: 0; opacity: .85; }
  50%, 100% { stroke-dashoffset: 0; opacity: 0; }
}

@keyframes network-threat-packet {
  0%, 11% { stroke-dashoffset: 1; opacity: 0; }
  12% { stroke-dashoffset: 1; opacity: 1; }
  30% { stroke-dashoffset: .012; opacity: 1; }
  31%, 100% { stroke-dashoffset: .012; opacity: 0; }
}

@keyframes network-blocked {
  0%, 27% { opacity: 0; }
  30%, 44% { opacity: 1; }
  52%, 100% { opacity: 0; }
}

@media (max-width: 680px) {
  .hero-side .console,
  .hero-side .cyber-shell {
    padding: 20px;
    border-radius: 22px;
  }

  .dashboard-label {
    flex-wrap: wrap;
    gap: 4px 12px;
  }

  .network-block text {
    font-size: 42px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .dashboard-track i {
    width: 100%;
    transform: none;
  }

  .console.fill-started .dashboard-track i {
    animation: none;
  }

  .network-signal,
  .network-trail,
  .network-halos circle {
    display: none;
    animation: none;
  }

  .network-threat:not(:first-child),
  .network-threat-packet {
    display: none;
  }

  .network-threat-route,
  .network-block {
    animation: none;
    opacity: 1;
  }

  .network-threat-route {
    stroke-dasharray: .02 .025;
    stroke-dashoffset: 0;
  }
}

/* Company-wide hierarchy: quieter navigation, readable type, and clear actions. */
.logo img {
  width: min(320px, 30vw);
}

.links {
  background: rgba(9, 29, 48, .88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.links a {
  font-weight: 700;
  font-size: .96rem;
}

.btn,
.call {
  font-weight: 750;
}

.hero-copy h1 {
  font-weight: 700;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts strong,
.hero-facts span {
  display: block;
  line-height: 1.5;
}

.hero-facts strong {
  color: #fff;
  font-size: .98rem;
  font-weight: 650;
}

.hero-facts span {
  color: #bacee0;
  font-size: .84rem;
}

.service-card,
.managed-cards div,
.cloud-service-card {
  border-radius: 24px;
}

.service-card > h3,
.managed-cards h3,
.cloud-service-card h3 {
  font-size: 1.22rem;
  font-weight: 650;
}

.managed-cards p,
.cloud-service-card p {
  line-height: 1.6;
}

.card-points li {
  color: #d1deea;
}

.contact-card h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-shadow: none;
}

.contact-card .contact-intro {
  max-width: 46ch;
  margin-bottom: 22px;
  font-size: 1.08rem;
  line-height: 1.6;
}

.contact-actions .btn {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .14);
}

.partner-mark {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .16);
}

.partner-mark:hover,
.partner-mark:focus-within,
.partner-mark:hover img,
.partner-mark:focus-within img {
  transform: none;
}

@media (max-width: 1240px) {
  .links {
    background: #0d2944;
  }
}

@media (max-width: 680px) {
  .logo img {
    width: min(260px, 65vw);
  }

  .hero-facts {
    gap: 8px;
  }

  .hero-facts strong {
    font-size: .85rem;
  }

  .hero-facts span {
    font-size: .78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* The inner flow wraps text around the photo; the outer grid aligns the coverage row. */
.service-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  grid-row: auto;
  row-gap: 20px;
  min-height: 230px;
}

.service-copy {
  display: flow-root;
  min-width: 0;
}

.service-copy h3 {
  margin: 0 0 14px;
  font-size: 1.22rem;
  font-weight: 650;
}

.service-photo {
  float: right;
  width: 104px;
  height: 78px;
  margin: 0 0 12px 18px;
  border: 1px solid rgba(161, 232, 246, .3);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .2);
}

.service-card p {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.6;
}

.service-card .card-points {
  padding-top: 0;
}

.service-photo-product {
  object-fit: contain;
  background: #fff;
}

@media (max-width: 680px) {
  .service-photo {
    width: 80px;
    height: 60px;
    margin-left: 14px;
  }
}

/* One outer gutter and column grid keeps section edges aligned after content changes. */
.container,
.nav,
.partners-section .partner-grid,
.footer .container {
  width: min(var(--max), calc(100% - 2 * var(--page-gutter)));
  margin-inline: auto;
}

.hero-grid,
.section-head,
.managed .split,
.cloud-shell,
.why .why-grid,
.contact-card {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--column-gap);
  align-items: start;
}

.hero-copy,
.hero-side,
.cloud-intro {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.contact-visual {
  width: 100%;
  justify-self: stretch;
}

.managed-cards {
  column-gap: var(--column-gap);
}

.managed-cards > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 14px;
}

.managed-cards h3,
.managed-cards p {
  margin: 0;
}

.service-card .card-points {
  margin: 0;
}

@media (max-width: 980px) {
  .hero-grid,
  .section-head,
  .managed .split,
  .cloud-shell,
  .why .why-grid,
  .contact-card {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }

  .hero-side .console {
    max-width: none;
  }
}

@media (max-width: 680px) {
  :root {
    --page-gutter: 14px;
  }

  .partners-section .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .partners-section .partner-row {
    display: contents;
  }
}

/* Content stays usable if JavaScript cannot load; motion is an enhancement. */
.reveal {
  opacity: 1;
  transform: none;
}

.will-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px);
}

.skip-link {
  position: fixed;
  top: 8px;
  left: var(--page-gutter);
  z-index: 100;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--cyan);
  color: #031714;
  font-weight: 700;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.footer-inner {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px 24px;
}

.footer-copy {
  padding-block: 12px;
}

@media (max-width: 1240px) {
  html:not(.navigation-ready) .nav {
    flex-wrap: wrap;
  }

  html:not(.navigation-ready) .menu {
    display: none;
  }

  html:not(.navigation-ready) .links {
    display: flex;
    position: static;
    flex-wrap: wrap;
    width: 100%;
    max-height: none;
    margin: 0;
    order: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .will-reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
