.mega2-page {
    --mega2-primary: #006eff;
    --mega2-primary-dark: #0056cc;
    --mega2-brand-red: #006eff;
    --mega2-amber: #8fc3ff;
    --mega2-ink: #152033;
    --mega2-copy: #475569;
    --mega2-muted: #75839a;
    --mega2-surface: #ffffff;
    --mega2-canvas: #f5f7fa;
    --mega2-border: #dfe6ef;
    --mega2-night: #07111f;
    --mega2-night-soft: #0e2037;
    width: 100%;
    overflow: hidden;
    color: var(--mega2-ink);
    background: var(--mega2-surface);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    word-break: normal;
    overflow-wrap: anywhere;
}

.mega2-page *,
.mega2-page *::before,
.mega2-page *::after {
    box-sizing: border-box;
}

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

.mega2-hero {
    position: relative;
    min-height: 650px;
    isolation: isolate;
    color: #ffffff;
    background-color: var(--mega2-night);
    background-image: linear-gradient(90deg, rgba(4, 13, 27, 0.97) 0%, rgba(6, 19, 38, 0.9) 43%, rgba(6, 20, 40, 0.42) 72%, rgba(5, 18, 37, 0.28) 100%), url('../../images/server/server-bg.avif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mega2-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.22;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 62%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 62%, #000 100%);
}

.mega2-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 72px;
    align-items: center;
    min-height: 650px;
    padding-top: 72px;
    padding-bottom: 88px;
}

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

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

.mega2-eyebrow {
    color: #bad6ff;
    margin-bottom: 24px;
}

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

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

.mega2-hero h1 strong {
    display: inline-block;
    margin-top: 8px;
    color: #ffffff;
    font-weight: 700;
}

.mega2-hero-copy > p {
    max-width: 640px;
    margin: 0 0 36px;
    color: #d5e0ef;
    font-size: 18px;
    line-height: 1.8;
}

.mega2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mega2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mega2-btn-primary {
    color: #ffffff;
    background: var(--mega2-primary);
    border-color: var(--mega2-primary);
    box-shadow: 0 12px 28px rgba(0, 110, 255, 0.24);
}

.mega2-btn-primary:hover {
    color: #ffffff;
    background: var(--mega2-primary-dark);
    border-color: var(--mega2-primary-dark);
    transform: translateY(-2px);
}

.mega2-btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.38);
}

.mega2-btn-ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.7);
}

.mega2-btn:focus-visible,
.mega2-text-link:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 4px;
}

.mega2-hero-visual {
    position: relative;
    min-height: 430px;
}

.mega2-visual-grid {
    position: absolute;
    inset: 16px 0 0 54px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background-image: linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
    background-size: 38px 38px;
}

.mega2-visual-grid::before,
.mega2-visual-grid::after {
    content: "";
    position: absolute;
    background: var(--mega2-brand-red);
}

.mega2-visual-grid::before {
    width: 74px;
    height: 4px;
    top: -2px;
    right: 44px;
}

.mega2-visual-grid::after {
    width: 4px;
    height: 74px;
    right: -2px;
    bottom: 42px;
}

.mega2-visual-panel {
    position: absolute;
    right: 34px;
    bottom: 0;
    width: min(390px, calc(100% - 42px));
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 6px;
    background: rgba(6, 18, 36, 0.86);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.mega2-panel-kicker {
    display: block;
    margin-bottom: 10px;
    color: #93b9ec;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.mega2-visual-panel > strong {
    display: block;
    margin-bottom: 24px;
    color: #ffffff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
}

.mega2-panel-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 47px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #9db0c8;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 12px;
}

.mega2-panel-line b {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.mega2-panel-line:first-of-type b {
    color: var(--mega2-amber);
}

.mega2-hero-scroll {
    position: absolute;
    right: 42px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.mega2-hero-scroll span {
    position: relative;
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.36);
}

.mega2-hero-scroll span::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    transform: rotate(45deg);
}

.mega2-stat-band {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-bottom: 1px solid var(--mega2-border);
    box-shadow: 0 18px 45px rgba(19, 42, 73, 0.08);
}

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

.mega2-stat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 148px;
    padding: 26px 32px;
}

.mega2-stat + .mega2-stat {
    border-left: 1px solid var(--mega2-border);
}

.mega2-stat strong {
    margin-bottom: 9px;
    color: var(--mega2-ink);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.mega2-stat:first-child strong {
    color: var(--mega2-primary);
}

.mega2-stat .unit {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 600;
}

.mega2-stat > span {
    color: var(--mega2-copy);
    font-size: 14px;
    line-height: 1.5;
}

.mega2-section {
    padding: 112px 0;
}

.mega2-intro-section {
    background: #ffffff;
}

.mega2-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
    gap: 92px;
    align-items: center;
}

.mega2-section-heading h2,
.mega2-centered-heading h2,
.mega2-network-grid h2,
.mega2-cta h2 {
    margin: 18px 0 24px;
    color: var(--mega2-ink);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.mega2-section-heading h2 em {
    color: var(--mega2-primary);
    font-style: normal;
}

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

.mega2-section-heading > p {
    max-width: 590px;
}

.mega2-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    margin-top: 24px;
    color: var(--mega2-primary);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.mega2-text-link:hover {
    color: var(--mega2-primary-dark);
}

.mega2-location-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid #1d3452;
    border-radius: 8px;
    background: var(--mega2-night-soft);
    box-shadow: 0 24px 54px rgba(23, 45, 75, 0.18);
}

.mega2-location-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 44px 28px 86px;
    opacity: 0.68;
}

.mega2-location-overlay {
    position: absolute;
    top: 49%;
    left: 78%;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 190px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    color: #ffffff;
    background: rgba(3, 15, 29, 0.9);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
    transform: translate(-50%, -50%);
}

.mega2-pin {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--mega2-brand-red);
}

.mega2-location-overlay strong,
.mega2-location-overlay small {
    display: block;
}

.mega2-location-overlay strong {
    margin-bottom: 3px;
    font-size: 14px;
}

.mega2-location-overlay small {
    color: #b9c8da;
    font-size: 11px;
    line-height: 1.55;
}

.mega2-location-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 0 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #dbe8f7;
    background: rgba(4, 16, 31, 0.8);
    font-size: 14px;
}

.mega2-location-caption i {
    color: var(--mega2-primary);
}

.mega2-facility-section {
    background: var(--mega2-canvas);
}

.mega2-centered-heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.mega2-centered-heading h2 {
    margin-bottom: 16px;
}

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

.mega2-facility-card {
    position: relative;
    min-height: 330px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid var(--mega2-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(22, 45, 74, 0.05);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.mega2-facility-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--mega2-primary);
    opacity: 0;
    transition: opacity 180ms ease;
}

.mega2-facility-card:hover {
    border-color: #bfd4f2;
    box-shadow: 0 18px 42px rgba(22, 54, 93, 0.1);
    transform: translateY(-3px);
}

.mega2-facility-card:hover::before {
    opacity: 1;
}

.mega2-facility-card-accent::before {
    background: var(--mega2-brand-red);
    opacity: 1;
}

.mega2-card-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border: 1px solid #cfe0f8;
    border-radius: 6px;
    color: var(--mega2-primary);
    background: #eff6ff;
    font-size: 20px;
}

.mega2-facility-card-accent .mega2-card-icon {
    border-color: #cfe0f8;
    color: var(--mega2-brand-red);
    background: #eff6ff;
}

.mega2-facility-card h3 {
    margin: 0 0 20px;
    color: var(--mega2-ink);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}

.mega2-facility-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega2-facility-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 19px;
    color: var(--mega2-copy);
    font-size: 14px;
    line-height: 1.65;
}

.mega2-facility-card li:last-child {
    margin-bottom: 0;
}

.mega2-facility-card li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mega2-primary);
}

.mega2-facility-card-accent li::before {
    background: var(--mega2-brand-red);
}

.mega2-network-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: #ffffff;
    background: var(--mega2-night-soft);
}

.mega2-network-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(143, 195, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(143, 195, 255, 0.1) 1px, transparent 1px);
    background-size: 64px 64px;
}

.mega2-network-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 96px;
    align-items: center;
}

.mega2-index-light {
    color: #8ebfff;
}

.mega2-network-grid h2 {
    color: #ffffff;
    font-size: 44px;
}

.mega2-network-grid h2 strong {
    color: #76adf8;
}

.mega2-network-grid > div:first-child > p {
    max-width: 570px;
    margin: 0 0 32px;
    color: #bdcadb;
    font-size: 16px;
    line-height: 1.85;
}

.mega2-btn-light {
    color: var(--mega2-night);
    background: #ffffff;
    border-color: #ffffff;
}

.mega2-btn-light:hover {
    color: var(--mega2-night);
    background: #e8f2ff;
    border-color: #e8f2ff;
    transform: translateY(-2px);
}

.mega2-network-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(5, 17, 34, 0.62);
}

.mega2-network-metrics > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 174px;
    padding: 28px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mega2-network-metrics strong {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.mega2-network-metrics strong span {
    font-size: 18px;
}

.mega2-network-metrics > div:first-child strong {
    color: var(--mega2-amber);
}

.mega2-network-metrics > div > span {
    color: #b8c7da;
    font-size: 14px;
}

.mega2-cta-section {
    padding: 84px 0;
    background: #ffffff;
}

.mega2-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 48px 54px;
    border: 1px solid var(--mega2-border);
    border-left: 4px solid var(--mega2-brand-red);
    border-radius: 8px;
    background: #f9fbfe;
}

.mega2-cta h2 {
    margin: 10px 0 10px;
    font-size: 30px;
}

.mega2-cta p {
    max-width: 720px;
}

.mega2-cta > .mega2-btn {
    flex: 0 0 auto;
}

@media (max-width: 1100px) {
    .mega2-page .common-layout {
        width: min(100% - 48px, 960px);
    }

    .mega2-hero,
    .mega2-hero-inner {
        min-height: 620px;
    }

    .mega2-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
        gap: 36px;
    }

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

    .mega2-visual-panel {
        right: 0;
    }

    .mega2-intro-grid,
    .mega2-network-grid {
        gap: 52px;
    }

    .mega2-intro-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
    }

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

@media (max-width: 820px) {
    .mega2-page .common-layout {
        width: calc(100% - 40px);
    }

    .mega2-hero,
    .mega2-hero-inner {
        min-height: auto;
    }

    .mega2-hero-inner {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 76px;
        padding-bottom: 62px;
    }

    .mega2-hero h1 {
        font-size: 44px;
    }

    .mega2-hero-visual {
        min-height: 330px;
        max-width: 600px;
        width: 100%;
        justify-self: end;
    }

    .mega2-hero-scroll {
        display: none;
    }

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

    .mega2-stat:nth-child(3) {
        border-left: 0;
    }

    .mega2-stat:nth-child(n + 3) {
        border-top: 1px solid var(--mega2-border);
    }

    .mega2-section {
        padding: 80px 0;
    }

    .mega2-intro-grid,
    .mega2-network-grid {
        grid-template-columns: 1fr;
    }

    .mega2-location-card {
        min-height: 400px;
    }

    .mega2-network-section {
        padding: 82px 0;
    }

    .mega2-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 40px;
    }
}

@media (max-width: 560px) {
    .mega2-page .common-layout {
        width: calc(100% - 32px);
    }

    .mega2-hero-inner {
        padding-top: 58px;
        padding-bottom: 48px;
    }

    .mega2-eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

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

    .mega2-hero-copy > p {
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.75;
    }

    .mega2-actions {
        flex-direction: column;
    }

    .mega2-btn {
        width: 100%;
        min-height: 48px;
    }

    .mega2-hero-visual {
        min-height: 286px;
    }

    .mega2-visual-grid {
        inset: 0 0 22px 20px;
    }

    .mega2-visual-panel {
        right: 0;
        width: calc(100% - 16px);
        padding: 24px 58px 24px 24px;
    }

    .mega2-visual-panel > strong {
        font-size: 26px;
    }

    .mega2-stat {
        min-height: 126px;
        padding: 22px 16px;
    }

    .mega2-stat strong {
        font-size: 26px;
    }

    .mega2-stat > span {
        font-size: 13px;
    }

    .mega2-section {
        padding: 64px 0;
    }

    .mega2-section-heading h2,
    .mega2-centered-heading h2,
    .mega2-network-grid h2 {
        font-size: 30px;
    }

    .mega2-intro-grid {
        gap: 42px;
    }

    .mega2-location-card {
        min-height: 330px;
    }

    .mega2-location-card > img {
        padding: 30px 14px 78px;
    }

    .mega2-location-overlay {
        top: 48%;
        left: 62%;
        min-width: 170px;
    }

    .mega2-centered-heading {
        margin-bottom: 36px;
    }

    .mega2-facility-grid {
        grid-template-columns: 1fr;
    }

    .mega2-facility-card {
        min-height: 0;
        padding: 26px 24px;
    }

    .mega2-network-section {
        padding: 66px 0;
    }

    .mega2-network-grid {
        gap: 42px;
    }

    .mega2-network-metrics > div {
        min-height: 138px;
        padding: 22px 18px;
    }

    .mega2-network-metrics strong {
        font-size: 30px;
    }

    .mega2-cta-section {
        padding: 56px 0;
    }

    .mega2-cta {
        gap: 28px;
        padding: 30px 24px;
    }

    .mega2-cta h2 {
        font-size: 25px;
    }
}

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

/* Rich content layout: keeps the page editorial while preserving the 51BGP palette. */
.mega2-hero-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 11px;
    margin-top: 26px;
    color: #b9cee8;
    font-size: 13px;
    line-height: 1.5;
}

.mega2-hero-trust i {
    color: #75b4ff;
    font-size: 14px;
}

.mega2-hero-trust span + i {
    margin-left: 9px;
}

.mega2-overview-section {
    padding-top: 106px;
    padding-bottom: 92px;
    background: #ffffff;
}

.mega2-section-header {
    margin-bottom: 48px;
}

.mega2-section-header-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 72px;
    align-items: end;
}

.mega2-section-header-split h2 {
    margin: 17px 0 0;
    color: var(--mega2-ink);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.28;
}

.mega2-section-header-split h2 em {
    color: var(--mega2-primary);
    font-style: normal;
}

.mega2-section-header-split > p {
    max-width: 520px;
    margin: 0 0 3px;
    color: var(--mega2-copy);
    font-size: 16px;
    line-height: 1.85;
}

.mega2-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
    gap: 78px;
    align-items: stretch;
}

.mega2-overview-copy {
    align-self: center;
    max-width: 650px;
}

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

.mega2-overview-copy p:first-child {
    color: var(--mega2-ink);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.75;
}

.mega2-building-figure {
    position: relative;
    min-height: 400px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #0c1d31;
    box-shadow: 0 24px 52px rgba(26, 52, 83, 0.15);
}

.mega2-building-figure picture,
.mega2-building-figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.mega2-building-figure img {
    min-height: 400px;
    object-fit: cover;
}

.mega2-building-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(4, 16, 32, 0.86) 100%);
    pointer-events: none;
}

.mega2-building-figure figcaption {
    position: absolute;
    right: 26px;
    bottom: 24px;
    left: 26px;
    z-index: 1;
    color: #ffffff;
}

.mega2-building-figure figcaption span,
.mega2-building-figure figcaption strong,
.mega2-building-figure figcaption small {
    display: block;
}

.mega2-building-figure figcaption span {
    margin-bottom: 8px;
    color: #a9cbf7;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.mega2-building-figure figcaption strong {
    font-size: 22px;
    line-height: 1.35;
}

.mega2-building-figure figcaption small {
    margin-top: 4px;
    color: #d1deee;
    font-size: 13px;
}

.mega2-benefit-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 58px;
    border-top: 1px solid var(--mega2-border);
    border-bottom: 1px solid var(--mega2-border);
}

.mega2-benefit {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 102px;
    padding: 26px 28px;
}

.mega2-benefit + .mega2-benefit {
    border-left: 1px solid var(--mega2-border);
}

.mega2-benefit > i {
    flex: 0 0 22px;
    margin-top: 3px;
    color: var(--mega2-primary);
    font-size: 19px;
    text-align: center;
}

.mega2-benefit strong,
.mega2-benefit span {
    display: block;
}

.mega2-benefit strong {
    margin-bottom: 5px;
    color: var(--mega2-ink);
    font-size: 15px;
}

.mega2-benefit span {
    color: var(--mega2-copy);
    font-size: 13px;
    line-height: 1.55;
}

.mega2-gallery-section {
    padding-top: 104px;
    padding-bottom: 100px;
    color: #ffffff;
    background: #0a1728;
}

.mega2-section-header-light .mega2-index {
    color: #91bdf0;
}

.mega2-section-header-light h2 {
    color: #ffffff;
}

.mega2-section-header-light h2 em {
    color: #7eb8ff;
}

.mega2-section-header-light > p {
    color: #bac9db;
}

.mega2-gallery {
    /* Follow the section's common-layout width so the gallery shares the same
       left edge as the heading and the sections above/below it. The inset used
       on mid-sized desktop screens is applied in the responsive rules below,
       where the fixed consultation rail can otherwise cover the last 70px. */
    width: 100%;
    max-width: none;
    margin: 0;
    padding-right: 0;
}

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

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

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

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

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

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

.mega2-gallery-slide picture {
    min-height: 540px;
}

.mega2-gallery-slide img {
    min-height: 540px;
    object-fit: cover;
}

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

.mega2-gallery-slide figcaption > span {
    margin-bottom: auto;
    color: #7eb8ff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 14px;
    font-weight: 700;
}

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

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

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

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

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

.mega2-gallery-next {
    left: calc(72.5% - 24px);
}

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

.mega2-gallery-counter {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex: 0 0 auto;
    color: #8ea6c1;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 13px;
}

.mega2-gallery-counter strong {
    color: #ffffff;
    font-size: 25px;
}

.mega2-gallery-progress {
    position: relative;
    flex: 1 1 auto;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

.mega2-gallery-progress span {
    display: block;
    width: 16.67%;
    height: 100%;
    background: #6facf8;
    transition: width 260ms ease;
}

.mega2-gallery-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 4px;
    color: #d7e5f4;
    background: transparent;
    font-size: 13px;
    cursor: pointer;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

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

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

.mega2-gallery-thumbs button {
    position: relative;
    display: block;
    height: auto !important;
    min-width: 0;
    padding: 0 0 10px;
    overflow: hidden;
    border: 1px solid rgba(163, 196, 232, 0.24);
    border-radius: 4px;
    color: #adc1d9;
    background: #111f33;
    text-align: left;
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mega2-gallery-thumbs button:hover,
.mega2-gallery-thumbs button[aria-selected="true"] {
    border-color: #78b3fb;
    color: #ffffff;
    transform: translateY(-2px);
}

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

.mega2-gallery-thumbs img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    opacity: 0.68;
    transition: opacity 180ms ease;
}

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

.mega2-gallery-thumbs span {
    display: block;
    padding: 8px 10px 0;
    font-size: 12px;
    line-height: 1.4;
}

.mega2-facility-section {
    padding-top: 106px;
    padding-bottom: 112px;
}

.mega2-facility-card {
    display: flex;
    flex-direction: column;
    min-height: 356px;
}

.mega2-facility-card .mega2-card-icon {
    flex: 0 0 auto;
}

.mega2-card-code {
    margin-bottom: 11px;
    color: var(--mega2-primary);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 10px;
    font-weight: 700;
}

.mega2-facility-card-accent .mega2-card-code {
    color: var(--mega2-brand-red);
}

.mega2-facility-card h3 {
    margin-bottom: 12px;
}

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

.mega2-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    margin-top: auto;
    padding-top: 16px;
    color: var(--mega2-primary);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.mega2-card-link:hover {
    color: var(--mega2-primary-dark);
}

.mega2-spec-section {
    padding-top: 106px;
    padding-bottom: 104px;
    background: #ffffff;
}

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

.mega2-spec-card {
    min-width: 0;
    padding: 28px 28px 24px;
    border: 1px solid var(--mega2-border);
    border-radius: 6px;
    background: #fbfcfe;
}

.mega2-spec-card header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.mega2-spec-icon {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid #cfe0f8;
    border-radius: 5px;
    color: var(--mega2-primary);
    background: #eff6ff;
    font-size: 17px;
}

.mega2-spec-icon-accent {
    border-color: #cfe0f8;
    color: var(--mega2-brand-red);
    background: #eff6ff;
}

.mega2-spec-card header span {
    display: block;
    margin-bottom: 4px;
    color: var(--mega2-muted);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 10px;
    font-weight: 700;
}

.mega2-spec-card h3 {
    margin: 0;
    color: var(--mega2-ink);
    font-size: 19px;
    line-height: 1.35;
}

.mega2-spec-card dl {
    margin: 0;
}

.mega2-spec-card dl > div {
    display: grid;
    grid-template-columns: minmax(88px, 0.5fr) minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--mega2-border);
}

.mega2-spec-card dt,
.mega2-spec-card dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.mega2-spec-card dt {
    color: var(--mega2-muted);
}

.mega2-spec-card dd {
    color: var(--mega2-copy);
    font-weight: 600;
    overflow-wrap: anywhere;
}

.mega2-network-section {
    padding-top: 106px;
    padding-bottom: 106px;
}

.mega2-network-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.mega2-network-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(147, 187, 235, 0.35);
    border-radius: 3px;
    color: #c7dbf2;
    font-size: 12px;
}

.mega2-network-visual {
    position: relative;
    margin-right: 0;
    min-height: 370px;
    border: 1px solid rgba(159, 195, 235, 0.24);
    border-radius: 6px;
    background-color: rgba(4, 15, 30, 0.76);
    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: 34px 34px;
}

.mega2-network-node {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    min-width: 100px;
    min-height: 74px;
    padding: 10px 14px;
    border: 1px solid rgba(144, 193, 250, 0.58);
    border-radius: 5px;
    color: #ffffff;
    background: rgba(13, 39, 70, 0.94);
    text-align: center;
}

.mega2-network-node i {
    margin-bottom: 5px;
    color: #86bdff;
    font-size: 20px;
}

.mega2-network-node span,
.mega2-network-node small {
    color: #b9cde5;
    font-size: 12px;
    line-height: 1.4;
}

.mega2-network-node-source {
    top: 38px;
    left: 8%;
}

.mega2-network-node-core {
    top: 50%;
    left: 50%;
    min-width: 126px;
    min-height: 112px;
    border-color: var(--mega2-primary);
    background: rgba(28, 43, 60, 0.96);
    transform: translate(-50%, -50%);
}

.mega2-network-node-core strong {
    color: #ffffff;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 20px;
    line-height: 1.15;
}

.mega2-network-node-core small {
    margin-top: 8px;
    color: var(--mega2-primary-soft, #8fc3ff);
}

.mega2-network-node-service {
    right: 8%;
    bottom: 38px;
}

.mega2-network-route {
    position: absolute;
    z-index: 1;
    left: 20%;
    width: 58%;
    height: 2px;
    background: #5aa5fa;
    transform-origin: left center;
}

.mega2-network-route::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -1px;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    color: #75b5ff;
    transform: rotate(45deg);
}

.mega2-network-route span {
    position: absolute;
    top: -24px;
    left: 43%;
    color: #87bdf7;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 10px;
}

.mega2-network-route-a {
    top: 45%;
    color: #5aa5fa;
    transform: rotate(12deg);
}

.mega2-network-route-b {
    top: 57%;
    color: #8fc3ff;
    background: #8fc3ff;
    transform: rotate(-12deg);
}

.mega2-network-route-b::after {
    color: #8fc3ff;
}

.mega2-network-route-b span {
    color: #b9d9ff;
}

.mega2-network-footnote {
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: #7e9bbb;
    font-size: 10px;
}

.mega2-location-section {
    padding-top: 106px;
    padding-bottom: 106px;
    background: #f5f7fa;
}

.mega2-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 78px;
    align-items: center;
}

.mega2-location-map {
    position: relative;
    margin-right: 0;
    min-height: 340px;
    overflow: hidden;
    border: 1px solid #1d3452;
    border-radius: 8px;
    background: #0e2037;
    box-shadow: 0 18px 42px rgba(23, 45, 75, 0.14);
}

.mega2-location-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 17, 31, 0.12), rgba(7, 17, 31, 0.38));
    pointer-events: none;
}

.mega2-location-map img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    opacity: 0.72;
}

.mega2-map-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    min-width: 142px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    color: #ffffff;
    background: rgba(4, 16, 31, 0.88);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    transform: none;
}

.mega2-map-label small {
    color: #9fc8f7;
    font-size: 10px;
    font-weight: 400;
}

.mega2-location-copy h2 {
    margin: 17px 0 22px;
    color: var(--mega2-ink);
    font-size: 42px;
    line-height: 1.28;
}

.mega2-location-copy h2 em {
    color: var(--mega2-primary);
    font-style: normal;
}

.mega2-location-copy > p {
    margin: 0;
    padding-right: 0;
    color: var(--mega2-copy);
    font-size: 16px;
    line-height: 1.85;
}

.mega2-address {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    padding: 17px 18px;
    border-left: 3px solid var(--mega2-brand-red);
    background: #ffffff;
}

.mega2-address > i {
    margin-top: 3px;
    color: var(--mega2-brand-red);
    font-size: 18px;
}

.mega2-address strong,
.mega2-address span {
    display: block;
}

.mega2-address strong {
    margin-bottom: 4px;
    color: var(--mega2-ink);
    font-size: 14px;
}

.mega2-address span {
    color: var(--mega2-copy);
    font-size: 13px;
    line-height: 1.6;
}

.mega2-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 22px;
}

.mega2-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: var(--mega2-primary);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.mega2-cta-phone:hover {
    color: var(--mega2-primary-dark);
}

@media (max-width: 1100px) {
    .mega2-section-header-split {
        gap: 42px;
    }

    .mega2-overview-grid,
    .mega2-location-grid {
        gap: 46px;
    }

    .mega2-gallery-stage,
    .mega2-gallery-slide picture,
    .mega2-gallery-slide img {
        min-height: 490px;
    }

    .mega2-gallery-slide {
        grid-template-columns: minmax(0, 1.35fr) minmax(245px, 0.65fr);
    }

    .mega2-gallery-next {
        left: calc(67.5% - 24px);
    }

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

@media (max-width: 820px) {
    .mega2-hero-trust {
        max-width: 520px;
    }

    .mega2-overview-section,
    .mega2-gallery-section,
    .mega2-facility-section,
    .mega2-spec-section,
    .mega2-location-section {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .mega2-section-header-split,
    .mega2-overview-grid,
    .mega2-location-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mega2-section-header-split {
        margin-bottom: 36px;
    }

    .mega2-section-header-split h2,
    .mega2-location-copy h2 {
        font-size: 36px;
    }

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

    .mega2-building-figure,
    .mega2-building-figure img {
        min-height: 420px;
    }

    .mega2-benefit-strip {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .mega2-benefit + .mega2-benefit {
        border-top: 1px solid var(--mega2-border);
        border-left: 0;
    }

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

    .mega2-gallery {
        padding-right: 0;
    }

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

    .mega2-gallery-slide picture,
    .mega2-gallery-slide img {
        min-height: 360px;
        height: 360px;
    }

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

    .mega2-gallery-slide figcaption > span {
        margin-bottom: 20px;
    }

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

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

    .mega2-network-grid {
        gap: 42px;
    }

    .mega2-network-visual {
        margin-right: 0;
        min-height: 340px;
    }

    .mega2-location-map,
    .mega2-location-map img {
        min-height: 320px;
    }

    .mega2-location-map {
        margin-right: 0;
    }

    .mega2-location-copy > p {
        padding-right: 0;
    }
}

@media (max-width: 560px) {
    .mega2-hero-trust {
        gap: 7px 9px;
        margin-top: 22px;
        font-size: 12px;
    }

    .mega2-hero-trust span + i {
        margin-left: 5px;
    }

    .mega2-section-header-split h2,
    .mega2-location-copy h2 {
        font-size: 30px;
    }

    .mega2-section-header-split > p,
    .mega2-overview-copy p,
    .mega2-location-copy > p {
        font-size: 15px;
    }

    .mega2-overview-copy p:first-child {
        font-size: 17px;
    }

    .mega2-building-figure,
    .mega2-building-figure img {
        min-height: 330px;
    }

    .mega2-building-figure figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .mega2-building-figure figcaption strong {
        font-size: 20px;
    }

    .mega2-gallery-stage {
        border-radius: 5px;
    }

    .mega2-gallery-slide picture,
    .mega2-gallery-slide img {
        min-height: 244px;
        height: 244px;
    }

    .mega2-gallery-slide figcaption {
        min-height: 174px;
        padding: 18px 18px 22px;
    }

    .mega2-gallery-slide figcaption strong {
        font-size: 20px;
    }

    .mega2-gallery-slide figcaption p {
        margin-top: 8px;
        font-size: 13px;
    }

    .mega2-gallery-arrow {
        top: 122px;
        width: 44px;
        height: 44px;
        transform: none;
    }

    .mega2-gallery-arrow:hover {
        transform: scale(1.04);
    }

    .mega2-gallery-prev {
        left: 12px;
    }

    .mega2-gallery-next {
        right: 12px;
    }

    .mega2-gallery-toolbar {
        gap: 12px;
        min-height: 68px;
    }

    .mega2-gallery-toggle {
        padding: 0 10px;
    }

    .mega2-gallery-toggle span {
        display: none;
    }

    .mega2-gallery-thumbs {
        gap: 8px;
    }

    .mega2-gallery-thumbs span {
        padding: 7px 7px 0;
        font-size: 11px;
    }

    .mega2-facility-card {
        min-height: 0;
        padding: 24px 22px;
    }

    .mega2-spec-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mega2-spec-card {
        padding: 23px 20px 20px;
    }

    .mega2-spec-card dl > div {
        grid-template-columns: minmax(82px, 0.48fr) minmax(0, 1fr);
        gap: 8px;
    }

    .mega2-network-visual {
        margin-right: 0;
        min-height: 300px;
    }

    .mega2-network-node-source {
        top: 22px;
        left: 5%;
    }

    .mega2-network-node-service {
        right: 5%;
        bottom: 22px;
    }

    .mega2-network-node-core {
        min-width: 108px;
        min-height: 100px;
    }

    .mega2-network-route {
        left: 18%;
        width: 64%;
    }

    .mega2-network-footnote {
        right: 10px;
        bottom: 9px;
        font-size: 9px;
    }

    .mega2-location-map,
    .mega2-location-map img {
        min-height: 260px;
    }

    .mega2-location-map {
        margin-right: 0;
    }

    .mega2-location-copy > p {
        padding-right: 0;
    }

    .mega2-map-label {
        bottom: 14px;
        left: 14px;
        min-width: 120px;
        padding: 8px 9px;
        transform: none;
    }

    .mega2-cta-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

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

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

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

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

    .mega2-gallery,
    .mega2-network-visual,
    .mega2-location-map {
        margin-right: 0;
        padding-right: 0;
    }

    .mega2-gallery-section .mega2-section-header,
    .mega2-gallery-toolbar {
        padding-right: 0;
    }
}

/* At touch widths the consultation control becomes a bottom-corner button;
   restore the full content width and protect keyboard focus from that button. */
@media (max-width: 1024px) {
    .mega2-gallery,
    .mega2-network-visual,
    .mega2-location-map {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .mega2-location-copy > p {
        padding-right: 0 !important;
    }

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

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