/* Access IT outer-space visual upgrade */
.hero::before,
.support-copy::after {
  content: "";
  position: absolute;
  inset: 78px 50% auto auto;
  width: min(940px, 92vw);
  height: 520px;
  transform: translateX(50%);
  background: linear-gradient(180deg, rgba(7,11,21,.08), rgba(7,11,21,.72)), url('/images/space-hero.svg') center/cover no-repeat;
  border-radius: 42px;
  opacity: .62;
  filter: saturate(1.15) contrast(1.05);
  z-index: 0;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.75) 52%, transparent 82%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, rgba(0,0,0,.75) 52%, transparent 82%);
}
.hero > *:not(.hero-grid) { z-index: 2; }
.hero-grid { z-index: 1; }
.space-visual {
  border-color: rgba(72,232,255,.25);
  box-shadow: 0 28px 95px rgba(72,232,255,.12), 0 24px 80px rgba(0,0,0,.28);
}
.space-visual img { transform: scale(1.015); }
.service-card:nth-child(7) {
  border-color: rgba(72,232,255,.25);
  background: radial-gradient(circle at 80% 0%, rgba(72,232,255,.18), transparent 42%), linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
}
.page-top,
.support-copy,
.support-status-card,
.support-block,
.content-card,
.tool-card {
  position: relative;
}
.page-top::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: min(560px, 58%);
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(7,11,21,.18)), url('/images/space-hero.svg') center/cover no-repeat;
  opacity: .28;
  z-index: 0;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%);
}
.page-top > * { position: relative; z-index: 1; }
.software-top::after {
  background: linear-gradient(90deg, transparent, rgba(7,11,21,.10)), url('/images/space-software.svg') center/cover no-repeat;
  opacity: .42;
}
.feature-card:nth-child(1)::after,
.feature-card:nth-child(2)::after,
.feature-card:nth-child(3)::after,
.feature-card:nth-child(4)::after,
.feature-card:nth-child(5)::after,
.feature-card:nth-child(6)::after,
.feature-card:nth-child(7)::after,
.free-apps-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 58%;
  background: url('/images/space-software.svg') center/cover no-repeat;
  opacity: .12;
  border-radius: inherit;
  pointer-events: none;
  mask-image: radial-gradient(circle at bottom right, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at bottom right, #000 0%, transparent 72%);
}
.free-apps-card::after { background-image: url('/images/space-free-apps.svg'); opacity: .2; }
.content-card:nth-child(2n)::after { background-image: url('/images/space-network.svg'); }
.content-card:nth-child(3n)::after { background-image: url('/images/space-cloud-backup.svg'); }
@media(max-width:760px){
  .hero::before { inset-top: 90px; height: 420px; opacity: .42; }
  .page-top::after { width: 100%; opacity: .16; mask-image: none; -webkit-mask-image: none; }
}


/* 10x page-specific imagery pass */
.page-art-band {
  margin: 24px 0 10px;
  position: relative;
  z-index: 2;
}
.page-art-frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(72,232,255,.22);
  background: rgba(5,10,20,.68);
  box-shadow: 0 30px 90px rgba(0,0,0,.32), 0 0 80px rgba(72,232,255,.08);
}
.page-art-frame::before {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(4,7,14,.18), transparent 45%, rgba(4,7,14,.42)), radial-gradient(circle at 18% 0%, rgba(72,232,255,.20), transparent 42%);
  z-index:1;
  pointer-events:none;
}
.page-art-frame img {
  display:block;
  width:100%;
  aspect-ratio: 16 / 2.9;
  object-fit:cover;
  filter: saturate(1.16) contrast(1.05);
  transform: scale(1.01);
}
.home-space-gallery {
  max-width: 1120px;
  margin: -42px auto 72px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 8;
}
.gallery-card {
  min-height: 178px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(72,232,255,.18);
  background: rgba(255,255,255,.035);
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
}
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
  display: block;
  opacity: .88;
}
.gallery-card::after {
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, transparent, rgba(3,7,15,.45));
  pointer-events:none;
}
.gallery-card.hero-card {
  grid-row: span 2;
  min-height: 372px;
}
.gallery-card.hero-card div {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
}
.gallery-card.hero-card h3 {
  color: var(--text);
  font-size: clamp(1.45rem, 2.4vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  max-width: 620px;
}
.service-card {
  overflow: hidden;
}
.service-card::after {
  content:"";
  position:absolute;
  right:-24px;
  bottom:-28px;
  width:190px;
  height:130px;
  background: url('/images/page-art/network-services.svg') center/cover no-repeat;
  opacity:.12;
  border-radius: 24px;
  transform: rotate(-6deg);
  pointer-events:none;
}
.service-card:nth-child(1)::after { background-image:url('/images/page-art/on-site-remote-support.svg'); }
.service-card:nth-child(2)::after { background-image:url('/images/page-art/network-services.svg'); }
.service-card:nth-child(3)::after { background-image:url('/images/page-art/network-monitoring.svg'); }
.service-card:nth-child(4)::after { background-image:url('/images/page-art/server-hosting-vm-physical.svg'); }
.service-card:nth-child(5)::after { background-image:url('/images/page-art/back-up.svg'); }
.service-card:nth-child(6)::after { background-image:url('/images/page-art/web-design.svg'); }
.service-card:nth-child(7)::after { background-image:url('/images/page-art/software-development.svg'); opacity:.18; width:220px; height:150px; }
@media(max-width:900px){
  .home-space-gallery{grid-template-columns:1fr;margin-top:0;padding:0 22px}.gallery-card.hero-card{min-height:300px}.page-art-frame img{aspect-ratio:16/4.4}
}


/* Text balance under shortened page images */
.page-art-copy {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 22px;
  margin: 18px 0 26px;
  padding: 26px 28px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.026));
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  position: relative;
  z-index: 2;
}
.page-art-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 650;
}
.page-art-copy > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: .98rem;
}
.page-copy-points {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-copy-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(72,232,255,.18);
  border-radius: 999px;
  background: rgba(7,14,28,.64);
  color: #dceeff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}
@media(max-width:900px){.page-art-copy{grid-template-columns:1fr;padding:22px}.page-copy-points{gap:8px}}
