.hgc-page {
    --hgc-ink: #142238;
    --hgc-copy: #4b5d73;
    --hgc-muted: #718196;
    --hgc-blue: #006eff;
    --hgc-blue-dark: #0056cc;
    --hgc-blue-soft: #8fc3ff;
    --hgc-red: #006eff;
    --hgc-canvas: #f4f7fb;
    --hgc-border: #dce5ef;
    --hgc-night: #071426;
    --hgc-night-soft: #0d2139;
    --hgc-white: #ffffff;
    width: 100%;
    overflow: hidden;
    color: var(--hgc-ink);
    background: var(--hgc-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    word-break: normal;
    overflow-wrap: anywhere;
}

.hgc-page *,
.hgc-page *::before,
.hgc-page *::after {
    box-sizing: border-box;
    word-break: normal;
}

.hgc-page .common-layout {
    width: min(var(--max-width, 1400px), calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hgc-page a {
    color: inherit;
}

.hgc-page button,
.hgc-page input,
.hgc-page select,
.hgc-page textarea {
    font: inherit;
}

.hgc-page button {
    height: auto !important;
    cursor: pointer;
    touch-action: manipulation;
}

.hgc-skip-link {
    position: fixed;
    top: 12px;
    left: 16px;
    z-index: 2000;
    padding: 10px 14px;
    border-radius: 4px;
    color: #ffffff;
    background: var(--hgc-blue-dark);
    transform: translateY(-180%);
    transition: transform 180ms ease;
}

.hgc-skip-link:focus {
    transform: translateY(0);
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.hgc-hero {
    position: relative;
    isolation: isolate;
    min-height: 660px;
    overflow: hidden;
    color: #ffffff;
    background: var(--hgc-night);
}

.hgc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: linear-gradient(90deg, rgba(7, 20, 38, 0.98) 0%, rgba(7, 20, 38, 0.88) 44%, rgba(7, 20, 38, 0.54) 100%), url('../../images/server/server-bg.avif');
    background-repeat: no-repeat;
    background-position: center, 78% 38%;
    background-size: cover, cover;
    opacity: 1;
}

.hgc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.22;
    background-image: linear-gradient(rgba(150, 195, 242, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(150, 195, 242, 0.12) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
}

.hgc-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 72px;
    align-items: center;
    min-height: 660px;
    padding-top: 92px;
    padding-bottom: 76px;
}

.hgc-hero-copy {
    max-width: 720px;
}

.hgc-eyebrow,
.hgc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--hgc-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.hgc-eyebrow {
    margin-bottom: 22px;
    color: #bad6ff;
}

.hgc-eyebrow span {
    width: 34px;
    height: 3px;
    background: var(--hgc-red);
}

.hgc-hero h1 {
    max-width: 680px;
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: 0;
}

.hgc-hero h1 strong {
    color: #8fc3ff;
    font-weight: 700;
}

.hgc-hero-lead {
    max-width: 640px;
    margin: 0 0 34px;
    color: #d5e0ef;
    font-size: 18px;
    line-height: 1.8;
}

.hgc-hero-actions,
.hgc-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hgc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hgc-btn:hover {
    transform: translateY(-2px);
}

.hgc-btn:focus-visible,
.hgc-text-link:focus-visible,
.hgc-cta-secondary:focus-visible,
.hgc-hero-foot a:focus-visible {
    outline: 3px solid #8fc3ff;
    outline-offset: 3px;
}

.hgc-btn-primary {
    color: #ffffff;
    background: var(--hgc-blue);
    box-shadow: 0 10px 24px rgba(0, 110, 255, 0.24);
}

.hgc-btn-primary:hover {
    background: #197cff;
}

.hgc-btn-outline {
    border-color: rgba(188, 216, 247, 0.56);
    color: #e5effb;
    background: rgba(7, 20, 38, 0.18);
}

.hgc-btn-outline:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.hgc-hero-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.hgc-hero-signals li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d5e0ef;
    font-size: 14px;
}

.hgc-hero-signals i {
    color: #8fc3ff;
    font-size: 15px;
}

.hgc-hero-media {
    position: relative;
    min-width: 0;
    padding-top: 18px;
}

.hgc-hero-media-index {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 2;
    color: #8fc3ff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.hgc-hero-media-index span {
    margin: 0 7px;
    color: rgba(255, 255, 255, 0.44);
}

.hgc-hero-media figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(177, 211, 245, 0.44);
    border-radius: 8px;
    background: var(--hgc-night-soft);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
    aspect-ratio: 4 / 3;
}

.hgc-hero-media figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 20, 38, 0.05) 42%, rgba(7, 20, 38, 0.78) 100%);
    pointer-events: none;
}

.hgc-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hgc-hero-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hgc-hero-media figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 1;
    color: #eef5fd;
    font-size: 14px;
    line-height: 1.6;
}

.hgc-hero-status {
    position: absolute;
    right: 22px;
    bottom: -22px;
    left: 22px;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(177, 211, 245, 0.38);
    border-radius: 6px;
    background: rgba(8, 26, 48, 0.92);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.hgc-hero-status > div {
    min-width: 0;
    padding: 16px 18px;
}

.hgc-hero-status > div + div {
    border-left: 1px solid rgba(177, 211, 245, 0.22);
}

.hgc-hero-status span {
    display: block;
    margin-bottom: 6px;
    color: #8fb1d5;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 10px;
    font-weight: 700;
}

.hgc-hero-status strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
}

.hgc-hero-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 24px;
    color: #9eb5ce;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 11px;
    letter-spacing: 0;
}

.hgc-hero-foot a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d8e8fb;
    text-decoration: none;
}

.hgc-proof-band {
    border-bottom: 1px solid var(--hgc-border);
    background: #ffffff;
}

.hgc-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hgc-proof-item {
    min-width: 0;
    padding: 28px 24px 26px;
}

.hgc-proof-item + .hgc-proof-item {
    border-left: 1px solid var(--hgc-border);
}

.hgc-proof-item strong {
    display: block;
    color: var(--hgc-ink);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    font-variant-numeric: tabular-nums;
}

.hgc-proof-item strong span,
.hgc-proof-item sup {
    display: inline;
    color: var(--hgc-blue);
    font-size: 14px;
    vertical-align: baseline;
}

.hgc-proof-item span {
    display: block;
    margin-top: 8px;
    color: var(--hgc-muted);
    font-size: 13px;
    line-height: 1.55;
}

.hgc-section {
    padding: 108px 0;
}

.hgc-overview-section {
    background: var(--hgc-canvas);
}

.hgc-section-heading {
    max-width: 760px;
    margin-bottom: 52px;
}

.hgc-heading-split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr);
    gap: 72px;
    align-items: end;
    max-width: none;
}

.hgc-section-heading h2 {
    margin: 14px 0 0;
    color: var(--hgc-ink);
    font-size: 46px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
}

.hgc-section-heading h2 em {
    color: var(--hgc-blue);
    font-style: normal;
    font-weight: 700;
}

.hgc-section-heading > p,
.hgc-heading-split > p {
    margin: 0;
    color: var(--hgc-copy);
    font-size: 16px;
    line-height: 1.85;
}

.hgc-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 72px;
    align-items: start;
}

.hgc-overview-copy {
    max-width: 640px;
}

.hgc-overview-copy p {
    margin: 0 0 22px;
    color: var(--hgc-copy);
    font-size: 16px;
    line-height: 1.9;
}

.hgc-overview-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 30px;
    padding: 18px 20px;
    border-left: 3px solid var(--hgc-blue);
    background: #ffffff;
}

.hgc-overview-note > i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--hgc-blue);
    font-size: 18px;
}

.hgc-overview-note strong,
.hgc-overview-note span {
    display: block;
}

.hgc-overview-note strong {
    margin-bottom: 5px;
    color: var(--hgc-ink);
    font-size: 15px;
}

.hgc-overview-note span {
    color: var(--hgc-copy);
    font-size: 14px;
    line-height: 1.65;
}

.hgc-image-mosaic {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    min-height: 500px;
}

.hgc-image-mosaic figure {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #dbe5f0;
}

.hgc-image-mosaic .hgc-mosaic-main {
    grid-row: 1 / span 2;
}

.hgc-image-mosaic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease;
}

.hgc-image-mosaic picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hgc-image-mosaic figure:hover img {
    transform: scale(1.035);
}

.hgc-image-mosaic figure::after {
    content: "";
    position: absolute;
    inset: 38% 0 0;
    background: linear-gradient(180deg, transparent, rgba(8, 24, 44, 0.82));
    pointer-events: none;
}

.hgc-image-mosaic figcaption {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 1;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.45;
}

.hgc-image-mosaic .hgc-mosaic-main figcaption span,
.hgc-image-mosaic .hgc-mosaic-main figcaption strong {
    display: block;
}

.hgc-image-mosaic .hgc-mosaic-main figcaption span {
    margin-bottom: 4px;
    color: #b7d8ff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 10px;
    font-weight: 700;
}

.hgc-image-mosaic .hgc-mosaic-main figcaption strong {
    font-size: 18px;
}

.hgc-facilities-section {
    background: #ffffff;
}

.hgc-facility-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hgc-facility-card {
    min-width: 0;
    min-height: 470px;
    padding: 30px 28px 28px;
    border: 1px solid var(--hgc-border);
    border-top: 3px solid var(--hgc-blue);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(25, 55, 92, 0.06);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hgc-facility-card:hover {
    border-color: #abc9e8;
    box-shadow: 0 20px 42px rgba(25, 55, 92, 0.1);
    transform: translateY(-3px);
}

.hgc-facility-card-accent {
    border-top-color: var(--hgc-red);
}

.hgc-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.hgc-card-number {
    color: #8aa0b8;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 12px;
    font-weight: 700;
}

.hgc-card-top > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--hgc-blue);
    background: #eaf3ff;
    font-size: 18px;
}

.hgc-facility-card-accent .hgc-card-top > i {
    color: var(--hgc-red);
    background: #eaf3ff;
}

.hgc-facility-card h3 {
    margin: 0 0 12px;
    color: var(--hgc-ink);
    font-size: 22px;
    line-height: 1.35;
}

.hgc-facility-card > p {
    min-height: 76px;
    margin: 0 0 22px;
    color: var(--hgc-copy);
    font-size: 14px;
    line-height: 1.75;
}

.hgc-facility-card ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hgc-facility-card li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 8px;
    color: var(--hgc-copy);
    font-size: 14px;
    line-height: 1.65;
}

.hgc-facility-card li i {
    margin-top: 4px;
    color: var(--hgc-blue);
    font-size: 12px;
}

.hgc-facility-card-accent li i {
    color: var(--hgc-red);
}

.hgc-gallery-section {
    color: #ffffff;
    background: #09182b;
}

.hgc-heading-light .hgc-kicker {
    color: #91bdf0;
}

.hgc-heading-light h2 {
    color: #ffffff;
}

.hgc-heading-light h2 em {
    color: #8fc3ff;
}

.hgc-heading-light > p {
    color: #b9c9dc;
}

.hgc-gallery {
    width: 100%;
    margin: 0;
}

.hgc-gallery-stage {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(163, 196, 232, 0.3);
    border-radius: 8px;
    background: #111f33;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.hgc-gallery-stage:focus-visible,
.hgc-gallery-thumbs button:focus-visible,
.hgc-gallery-arrow:focus-visible,
.hgc-gallery-toggle:focus-visible {
    outline: 3px solid #8dc2ff;
    outline-offset: 3px;
}

.hgc-gallery-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.48fr) minmax(270px, 0.52fr);
    min-width: 0;
    margin: 0;
    opacity: 0;
    transform: translateX(18px);
    transition: opacity 320ms ease, transform 320ms ease;
}

.hgc-gallery-slide.is-active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
}

.hgc-gallery-slide[hidden] {
    display: none;
}

.hgc-gallery-slide picture,
.hgc-gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.hgc-gallery-slide picture {
    min-height: 520px;
}

.hgc-gallery-slide img {
    min-height: 520px;
    object-fit: cover;
}

.hgc-gallery-slide figcaption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
    padding: 34px 30px 44px;
    border-left: 1px solid rgba(163, 196, 232, 0.22);
    background: #111f33;
}

.hgc-gallery-slide figcaption > span {
    align-self: flex-start;
    margin-bottom: auto;
    color: #8fc3ff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 12px;
    font-weight: 700;
}

.hgc-gallery-slide figcaption strong {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.35;
}

.hgc-gallery-slide figcaption p {
    margin: 12px 0 0;
    color: #b9c9dc;
    font-size: 14px;
    line-height: 1.75;
}

.hgc-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px !important;
    min-height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(5, 16, 31, 0.62);
    font-size: 25px;
    transform: translateY(-50%);
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hgc-gallery-arrow:hover {
    border-color: #ffffff;
    background: rgba(0, 110, 255, 0.86);
    transform: translateY(-50%) scale(1.04);
}

.hgc-gallery-prev {
    left: 20px;
}

.hgc-gallery-next {
    left: calc(74% - 24px);
}

.hgc-gallery-toolbar {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 76px;
    padding: 0 2px;
}

.hgc-gallery-counter {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex: 0 0 auto;
    min-width: 76px;
}

.hgc-gallery-counter strong {
    color: #ffffff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 28px;
    line-height: 1;
}

.hgc-gallery-counter span {
    color: #8fa8c2;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 12px;
}

.hgc-gallery-progress {
    flex: 1 1 auto;
    height: 2px;
    overflow: hidden;
    background: rgba(171, 199, 228, 0.28);
}

.hgc-gallery-progress span {
    display: block;
    width: 25%;
    height: 100%;
    background: #8fc3ff;
    transition: width 260ms ease;
}

.hgc-gallery-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(163, 196, 232, 0.45);
    border-radius: 4px;
    color: #dcecff;
    background: transparent;
    font-size: 13px;
}

.hgc-gallery-toggle:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.hgc-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hgc-gallery-thumbs button {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    height: auto !important;
    padding: 0 0 12px;
    overflow: hidden;
    border: 1px solid rgba(163, 196, 232, 0.27);
    border-radius: 5px;
    color: #c9d8e9;
    background: #101f34;
    text-align: left;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hgc-gallery-thumbs button:hover,
.hgc-gallery-thumbs button[aria-selected="true"] {
    border-color: #8fc3ff;
    background: #172c47;
    transform: translateY(-2px);
}

.hgc-gallery-thumbs button[aria-selected="true"]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #8fc3ff;
}

.hgc-gallery-thumbs img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    opacity: 0.72;
    transition: opacity 180ms ease;
}

.hgc-gallery-thumbs picture {
    display: block;
    width: 100%;
    line-height: 0;
}

.hgc-gallery-thumbs button:hover img,
.hgc-gallery-thumbs button[aria-selected="true"] img {
    opacity: 1;
}

.hgc-gallery-thumbs button span {
    display: block;
    padding: 9px 12px 0;
    color: #dbe8f7;
    font-size: 13px;
    line-height: 1.4;
}

.hgc-network-section {
    color: #ffffff;
    background: #0d2742;
}

.hgc-network-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 72px;
    align-items: center;
}

.hgc-network-copy {
    max-width: 620px;
}

.hgc-network-copy .hgc-kicker {
    color: #9ac6f5;
}

.hgc-network-copy h2 {
    margin: 14px 0 20px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
}

.hgc-network-copy h2 em {
    color: #8fc3ff;
    font-style: normal;
    font-weight: 700;
}

.hgc-network-copy > p {
    margin: 0;
    color: #c4d6e9;
    font-size: 16px;
    line-height: 1.85;
}

.hgc-network-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 26px 0 30px;
}

.hgc-network-pills span {
    min-height: 32px;
    padding: 7px 11px;
    border: 1px solid rgba(150, 195, 242, 0.34);
    border-radius: 3px;
    color: #d9eaff;
    font-size: 12px;
    line-height: 1.4;
}

.hgc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.hgc-text-link i {
    color: #8fc3ff;
    transition: transform 180ms ease;
}

.hgc-text-link:hover i {
    transform: translateX(4px);
}

.hgc-network-visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(159, 195, 235, 0.28);
    border-radius: 7px;
    background: #081c31;
}

.hgc-network-visual::before {
    content: "";
    position: absolute;
    inset: 24px;
    z-index: 0;
    border: 1px solid rgba(159, 195, 235, 0.16);
    background-image: linear-gradient(rgba(137, 181, 233, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(137, 181, 233, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.hgc-network-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(8, 28, 49, 0.08), rgba(8, 28, 49, 0.54));
    pointer-events: none;
}

.hgc-network-visual > img {
    display: none;
}

.hgc-network-visual-title {
    position: absolute;
    top: 22px;
    left: 24px;
    z-index: 2;
    color: #8fc3ff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 11px;
    font-weight: 700;
}

.hgc-network-visual-title small {
    margin-left: 8px;
    color: #8fa8c2;
    font-family: inherit;
    font-size: 10px;
    font-weight: 400;
}

.hgc-network-line {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 34%;
    height: 2px;
    background: #79b9ff;
    box-shadow: 0 0 0 1px rgba(121, 185, 255, 0.12);
    transform-origin: left center;
}

.hgc-network-line-a {
    top: 43%;
    transform: rotate(-24deg);
}

.hgc-network-line-b {
    transform: rotate(0deg);
}

.hgc-network-line-c {
    top: 57%;
    transform: rotate(24deg);
}

.hgc-network-node {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(166, 207, 247, 0.52);
    border-radius: 3px;
    color: #e6f2ff;
    background: rgba(7, 23, 41, 0.86);
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.hgc-network-node-hk {
    top: 50%;
    left: 50%;
    display: grid;
    grid-template-columns: 28px auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    min-height: 64px;
    padding: 10px 12px;
    border-color: #8fc3ff;
    background: #0e355a;
    text-align: left;
    transform: translate(-50%, -50%);
}

.hgc-network-node-hk i {
    grid-row: 1 / span 2;
    align-self: center;
    color: #8fc3ff;
    font-size: 20px;
}

.hgc-network-node-hk strong {
    color: #ffffff;
    font-size: 14px;
}

.hgc-network-node-hk small {
    color: #bcd8f5;
    font-size: 10px;
}

.hgc-network-node-apac {
    top: 18%;
    right: 7%;
}

.hgc-network-node-eu {
    top: 50%;
    right: 7%;
    left: auto;
}

.hgc-network-node-us {
    right: 7%;
    bottom: 17%;
    left: auto;
}

.dc-network-region-1 {
    top: 18%;
    right: 7%;
}

.dc-network-region-2 {
    top: 50%;
    right: 7%;
    left: auto;
}

.dc-network-region-3 {
    right: 7%;
    bottom: 17%;
    left: auto;
}

.hgc-usecases-section {
    background: var(--hgc-canvas);
}

.hgc-usecase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hgc-usecase-grid article {
    min-width: 0;
    padding: 26px 22px 24px;
    border-top: 2px solid #aec5df;
    background: #ffffff;
}

.hgc-usecase-grid article:nth-child(2) {
    border-top-color: var(--hgc-red);
}

.hgc-usecase-grid article:nth-child(3) {
    border-top-color: var(--hgc-blue);
}

.hgc-usecase-grid article:nth-child(4) {
    border-top-color: #557ca6;
}

.hgc-usecase-grid i {
    display: block;
    margin-bottom: 22px;
    color: var(--hgc-blue);
    font-size: 24px;
}

.hgc-usecase-grid article:nth-child(2) i {
    color: var(--hgc-red);
}

.hgc-usecase-grid h3 {
    margin: 0 0 8px;
    color: var(--hgc-ink);
    font-size: 18px;
    line-height: 1.35;
}

.hgc-usecase-grid p {
    margin: 0;
    color: var(--hgc-copy);
    font-size: 14px;
    line-height: 1.7;
}

.hgc-cta-section {
    color: #ffffff;
    background: var(--hgc-blue);
}

.hgc-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.hgc-kicker-light {
    color: #cce2ff;
}

.hgc-cta h2 {
    margin: 12px 0 10px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.hgc-cta p {
    max-width: 680px;
    margin: 0;
    color: #e0edff;
    font-size: 16px;
    line-height: 1.75;
}

.hgc-btn-white {
    color: var(--hgc-blue-dark);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(4, 39, 95, 0.18);
}

.hgc-btn-white:hover {
    color: #003d92;
    background: #f1f7ff;
}

.hgc-cta-secondary {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .hgc-hero-inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
        gap: 42px;
    }

    .hgc-hero h1 {
        font-size: 48px;
    }

    .hgc-section-heading h2 {
        font-size: 40px;
    }

    .hgc-network-copy h2 {
        font-size: 42px;
    }

    .hgc-cta h2 {
        font-size: 36px;
    }

    .hgc-heading-split,
    .hgc-network-grid {
        gap: 42px;
    }

    .hgc-overview-grid {
        gap: 42px;
    }

    .hgc-facility-card {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (min-width: 1025px) and (max-width: 1655px) {
    .hgc-page .common-layout {
        width: min(var(--max-width, 1400px), calc(100% - 40px)) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body:has(.hgc-page) .consult-modern {
        transform: translate(calc(100% + 20px), -50%);
    }

    body:has(.hgc-page) .consult-modern:hover,
    body:has(.hgc-page) .consult-modern:focus-within {
        transform: translateY(-50%);
    }
}

@media (max-width: 1024px) {
    .hgc-page .common-layout {
        width: calc(100% - 40px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    html:has(.hgc-page) {
        scroll-padding-bottom: 88px;
    }

    .hgc-page :where(a, button, [tabindex]):focus {
        scroll-margin-bottom: 88px;
    }
}

@media (max-width: 820px) {
    .hgc-hero {
        min-height: auto;
    }

    .hgc-hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        min-height: auto;
        padding-top: 72px;
        padding-bottom: 68px;
    }

    .hgc-hero h1 {
        font-size: 42px;
    }

    .hgc-section-heading h2,
    .hgc-network-copy h2 {
        font-size: 36px;
    }

    .hgc-cta h2 {
        font-size: 34px;
    }

    .hgc-hero-media {
        max-width: 680px;
        width: 100%;
        justify-self: end;
    }

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

    .hgc-proof-item:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--hgc-border);
    }

    .hgc-proof-item:nth-child(4) {
        border-top: 1px solid var(--hgc-border);
    }

    .hgc-section {
        padding: 82px 0;
    }

    .hgc-heading-split,
    .hgc-overview-grid,
    .hgc-network-grid {
        grid-template-columns: 1fr;
    }

    .hgc-heading-split {
        gap: 22px;
    }

    .hgc-overview-grid,
    .hgc-network-grid {
        gap: 46px;
    }

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

    .hgc-facility-card:last-child {
        grid-column: 1 / -1;
    }

    .hgc-gallery-stage {
        min-height: 0;
    }

    .hgc-gallery-slide {
        position: relative;
        grid-template-columns: 1fr;
    }

    .hgc-gallery-slide picture {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .hgc-gallery-slide img {
        min-height: 0;
    }

    .hgc-gallery-slide figcaption {
        min-height: 190px;
        padding: 24px 24px 28px;
        border-top: 1px solid rgba(163, 196, 232, 0.22);
        border-left: 0;
    }

    .hgc-gallery-slide figcaption > span {
        margin-bottom: 30px;
    }

    .hgc-gallery-next {
        right: 20px;
        left: auto;
    }

    .hgc-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hgc-network-visual {
        min-height: 360px;
    }

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

    .hgc-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 560px) {
    .hgc-hero-inner {
        gap: 38px;
        padding-top: 58px;
        padding-bottom: 56px;
    }

    .hgc-eyebrow {
        margin-bottom: 18px;
        font-size: 11px;
    }

    .hgc-hero h1 {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.18;
    }

    .hgc-hero-lead {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.75;
    }

    .hgc-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hgc-btn {
        width: 100%;
    }

    .hgc-hero-signals {
        gap: 12px 16px;
        margin-top: 26px;
    }

    .hgc-hero-signals li {
        font-size: 13px;
    }

    .hgc-hero-media {
        padding-top: 14px;
    }

    .hgc-hero-status {
        right: 12px;
        bottom: -18px;
        left: 12px;
    }

    .hgc-hero-status > div {
        padding: 12px 10px;
    }

    .hgc-hero-status strong {
        font-size: 12px;
    }

    .hgc-hero-foot {
        padding-bottom: 18px;
        font-size: 10px;
    }

    .hgc-proof-item {
        padding: 22px 14px 20px;
    }

    .hgc-proof-item strong {
        font-size: 24px;
    }

    .hgc-proof-item span {
        font-size: 12px;
    }

    .hgc-section {
        padding: 72px 0;
    }

    .hgc-section-heading {
        margin-bottom: 36px;
    }

    .hgc-section-heading h2,
    .hgc-network-copy h2 {
        font-size: 34px;
    }

    .hgc-section-heading > p,
    .hgc-heading-split > p,
    .hgc-overview-copy p,
    .hgc-network-copy > p {
        font-size: 15px;
    }

    .hgc-image-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        min-height: 0;
    }

    .hgc-image-mosaic .hgc-mosaic-main {
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }

    .hgc-image-mosaic figure:not(.hgc-mosaic-main) {
        aspect-ratio: 4 / 3;
    }

    .hgc-facility-grid,
    .hgc-usecase-grid {
        grid-template-columns: 1fr;
    }

    .hgc-facility-card,
    .hgc-facility-card:last-child {
        grid-column: auto;
        min-height: 0;
    }

    .hgc-facility-card > p {
        min-height: 0;
    }

    .hgc-gallery-toolbar {
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 12px;
        padding-right: 56px;
        padding-bottom: 12px;
    }

    .hgc-gallery-progress {
        order: 3;
        flex-basis: 100%;
    }

    .hgc-gallery-toggle {
        margin-left: auto;
    }

    .hgc-gallery-thumbs button span {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 12px;
    }

    .hgc-network-visual {
        min-height: 290px;
    }

    .hgc-network-node-hk {
        left: 50%;
    }

    .hgc-network-node-apac,
    .dc-network-region-1 {
        top: 18%;
        right: 5%;
        left: auto;
    }

    .hgc-network-node-eu,
    .dc-network-region-2 {
        top: 50%;
        right: 5%;
        left: auto;
    }

    .hgc-network-node-us,
    .dc-network-region-3 {
        right: 5%;
        bottom: 14%;
        left: auto;
    }

    .hgc-cta {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .hgc-cta h2 {
        font-size: 30px;
    }

    .hgc-cta p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hgc-page *,
    .hgc-page *::before,
    .hgc-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
