:root {
    --abh-ink: #070b11;
    --abh-ink-soft: #101722;
    --abh-paper: #f3f5f7;
    --abh-white: #ffffff;
    --abh-line: #ccd2d9;
    --abh-muted: #5f6875;
    --abh-blue: #006fee;
    --abh-blue-bright: #1597ff;
    --abh-blue-deep: #004baa;
    --abh-cyan: #21c8ff;
    --abh-success: #43e19d;
    --abh-display: "Arial Narrow", "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
    --abh-sans: "Aptos", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
    --abh-mono: "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    --bs-primary: #006fee;
    --bs-primary-rgb: 0, 111, 238;
    --bs-body-font-family: var(--abh-sans);
    --bs-body-color: var(--abh-ink);
    --bs-body-bg: var(--abh-paper);
    --bs-border-radius: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--abh-paper);
    color: var(--abh-ink);
    font-family: var(--abh-sans);
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

p,
h1,
h2,
h3,
blockquote {
    margin-top: 0;
}

.container-xxl {
    padding-right: 2rem;
    padding-left: 2rem;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1100;
    padding: 10px 14px;
    background: var(--abh-ink);
    color: var(--abh-white);
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

.skip-link:focus {
    color: var(--abh-white);
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid #8bc5ff;
    outline-offset: 4px;
}

.utility-bar {
    background: var(--abh-ink);
    color: #bac3cd;
    font-family: var(--abh-mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.utility-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.status-dot {
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--abh-success);
    box-shadow: 0 0 0 4px rgba(67, 225, 157, .1);
}

.utility-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.utility-links a {
    transition: color 160ms ease;
}

.utility-links a:hover {
    color: var(--abh-white);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(7, 11, 17, .13);
    background: rgba(243, 245, 247, .94);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    width: 176px;
    height: 72px;
    flex: 0 0 176px;
    display: flex;
    align-items: center;
    line-height: 0;
}

.brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.desktop-nav {
    align-items: center;
    gap: 34px;
    font-size: 14px;
    font-weight: 650;
}

.desktop-nav > a:not(.nav-cta) {
    position: relative;
    padding: 12px 0;
}

.desktop-nav > a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 2px;
    background: var(--abh-blue);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.desktop-nav > a:not(.nav-cta):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-cta,
.btn-abh-primary,
.btn-abh-outline,
.btn-abh-white {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 750;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-cta {
    min-height: 46px;
    padding: 0 20px;
    background: var(--abh-ink);
    color: var(--abh-white);
}

.nav-cta:hover,
.btn-abh-primary:hover,
.btn-abh-outline:hover,
.btn-abh-white:hover {
    transform: translateY(-2px);
}

.nav-cta:hover {
    background: var(--abh-blue);
    color: var(--abh-white);
}

.mobile-menu {
    position: relative;
}

.mobile-menu summary {
    width: 78px;
    min-height: 44px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--abh-ink);
    color: var(--abh-white);
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    font-weight: 700;
}

.mobile-menu summary::-webkit-details-marker {
    display: none;
}

.mobile-menu summary span:last-child {
    transition: transform 160ms ease;
}

.mobile-menu[open] summary span:last-child {
    transform: rotate(45deg);
}

.mobile-menu nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(280px, calc(100vw - 32px));
    padding: 10px;
    background: var(--abh-ink);
    color: var(--abh-white);
    box-shadow: 0 24px 60px rgba(7, 11, 17, .28);
}

.mobile-menu nav a {
    display: block;
    min-height: 48px;
    padding: 14px 12px;
    border-bottom: 1px solid #26303d;
}

.mobile-menu nav a:last-child {
    border-bottom: 0;
    color: var(--abh-cyan);
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 86px;
    background:
        linear-gradient(rgba(7, 11, 17, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 11, 17, .045) 1px, transparent 1px),
        var(--abh-paper);
    background-size: 56px 56px;
}

.hero::before {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    top: -430px;
    left: -230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 151, 255, .16), transparent 67%);
    pointer-events: none;
}

.hero .container-xxl {
    position: relative;
}

.hero-copy {
    min-width: 0;
}

.eyebrow,
.kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
    color: var(--abh-blue-deep);
    font-family: var(--abh-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow-line {
    width: 64px;
    height: 1px;
    background: var(--abh-blue);
}

.hero h1 {
    max-width: 760px;
    margin: 26px 0 30px;
    font-family: var(--abh-display);
    font-size: clamp(4.5rem, 5.5vw, 6rem);
    font-stretch: condensed;
    font-weight: 800;
    letter-spacing: -.066em;
    line-height: .87;
    text-transform: uppercase;
}

.hero h1 em {
    color: var(--abh-blue);
    font-style: normal;
}

.hero-lede {
    max-width: 590px;
    margin-bottom: 0;
    color: #3d4651;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    line-height: 1.65;
}

.hero-actions {
    margin-top: 32px;
    gap: 30px;
}

.btn-abh-primary {
    padding: 0 23px;
    background: var(--abh-blue);
    color: var(--abh-white);
    box-shadow: 8px 8px 0 var(--abh-ink);
}

.btn-abh-primary:hover {
    background: var(--abh-ink);
    color: var(--abh-white);
    box-shadow: 5px 5px 0 var(--abh-blue);
}

.text-link,
.service-meta a,
.plan-card a,
.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 750;
}

.text-link span,
.service-meta a span,
.plan-card a span,
.cta-secondary span {
    transition: transform 180ms ease;
}

.text-link:hover span,
.service-meta a:hover span,
.plan-card a:hover span,
.cta-secondary:hover span {
    transform: translate(3px, -3px);
}

.hero-proof {
    max-width: 590px;
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid var(--abh-line);
}

.hero-proof div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-proof strong {
    font-family: var(--abh-display);
    font-size: 26px;
    letter-spacing: -.04em;
}

.hero-proof span {
    color: var(--abh-muted);
    font-family: var(--abh-mono);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-console {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid #252e3a;
    background:
        radial-gradient(circle at 51% 36%, rgba(0, 111, 238, .28), transparent 31%),
        linear-gradient(145deg, #111a26, #05080d 67%);
    color: var(--abh-white);
    box-shadow: 18px 22px 0 rgba(7, 11, 17, .09), 0 26px 64px rgba(7, 11, 17, .2);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.console-grid {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image:
        linear-gradient(rgba(115, 174, 229, .2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(115, 174, 229, .2) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, black, transparent 77%);
    pointer-events: none;
}

.console-topline {
    position: relative;
    z-index: 2;
    min-height: 54px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #293442;
    color: #8f9dac;
    font-family: var(--abh-mono);
    font-size: 9px;
    letter-spacing: .13em;
}

.console-ready {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--abh-success);
}

.console-ready i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
}

.emblem-stage {
    position: absolute;
    top: 88px;
    left: 50%;
    width: 380px;
    height: 380px;
    transform: translateX(-50%);
}

.emblem-stage::before {
    content: "";
    position: absolute;
    inset: 70px;
    border-radius: 50%;
    background: rgba(0, 111, 238, .28);
    filter: blur(60px);
}

.emblem-stage img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 220px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .65));
    transform: translate(-50%, -50%);
}

.orbit {
    position: absolute;
    border: 1px solid rgba(65, 164, 255, .32);
    border-radius: 50%;
}

.orbit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--abh-cyan);
    box-shadow: 0 0 12px var(--abh-cyan);
}

.orbit-one {
    inset: 34px;
}

.orbit-two {
    inset: 3px;
    border-style: dashed;
    transform: rotate(21deg);
}

.data-tag {
    position: absolute;
    z-index: 3;
    min-width: 124px;
    padding: 9px 11px;
    border-left: 2px solid var(--abh-blue-bright);
    background: rgba(4, 9, 15, .82);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    backdrop-filter: blur(8px);
}

.data-tag span,
.data-tag strong {
    display: block;
    font-family: var(--abh-mono);
    line-height: 1.35;
}

.data-tag span {
    color: #7691aa;
    font-size: 8px;
    letter-spacing: .13em;
}

.data-tag strong {
    margin-top: 3px;
    color: #eef7ff;
    font-size: 10px;
    letter-spacing: .05em;
}

.tag-edge {
    top: 147px;
    right: 18px;
}

.tag-network {
    top: 301px;
    left: 17px;
}

.tag-control {
    top: 360px;
    right: 18px;
}

.console-terminal {
    position: absolute;
    z-index: 4;
    right: 22px;
    bottom: 22px;
    left: 22px;
    border: 1px solid #293442;
    background: rgba(5, 9, 14, .96);
    font-family: var(--abh-mono);
}

.terminal-head {
    min-height: 34px;
    padding: 0 11px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid #242e3b;
    color: #738396;
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.terminal-head > span:last-child {
    justify-self: end;
}

.terminal-dots {
    display: flex;
    gap: 5px;
}

.terminal-dots i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #344150;
}

.terminal-body {
    padding: 15px 17px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    font-size: 9px;
}

.terminal-body p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.terminal-body span {
    color: #6f8092;
}

.terminal-body b {
    color: #d9e9f7;
    font-weight: 500;
}

.terminal-body .terminal-result {
    grid-column: 1 / -1;
    margin-top: 4px;
    padding-top: 10px;
    justify-content: flex-start;
    border-top: 1px solid #242e3b;
    color: var(--abh-success);
}

.signal-strip {
    overflow: hidden;
    background: var(--abh-blue);
    color: var(--abh-white);
}

.signal-row {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    font-family: var(--abh-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.signal-row p {
    margin-bottom: 0;
    white-space: nowrap;
}

.signal-row span {
    color: rgba(255, 255, 255, .35);
    font-size: 8px;
}

.section {
    padding: 112px 0;
}

.section-heading {
    margin-bottom: 54px;
}

.section-heading h2,
.plans-intro h2,
.operators-statement h2,
.why-statement h2,
.final-cta h2 {
    margin: 18px 0 0;
    font-family: var(--abh-display);
    font-size: clamp(3rem, 5.2vw, 5.5rem);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .94;
    text-transform: uppercase;
}

.section-intro,
.plans-intro > p,
.operators-statement > p,
.why-statement > p,
.cta-copy > p {
    margin-bottom: 0;
    color: var(--abh-muted);
    font-size: 17px;
    line-height: 1.7;
}

.service-list {
    border-top: 1px solid var(--abh-line);
}

.service-card {
    margin-right: 0;
    margin-left: 0;
    padding: 44px 0;
    border-bottom: 1px solid var(--abh-line);
    transition: padding 180ms ease, background-color 180ms ease, margin 180ms ease;
}

.service-card:hover {
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 24px;
    padding-left: 24px;
    background: var(--abh-white);
}

.service-index,
.service-label,
.service-meta li,
.service-meta > p {
    font-family: var(--abh-mono);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.service-index {
    color: var(--abh-blue);
}

.service-label {
    margin-bottom: 14px;
    color: var(--abh-blue-deep);
}

.service-main h3 {
    max-width: 760px;
    margin-bottom: 0;
    font-family: var(--abh-display);
    font-size: clamp(2rem, 3.2vw, 3.7rem);
    font-weight: 750;
    letter-spacing: -.052em;
    line-height: 1;
}

.service-description {
    max-width: 700px;
    margin: 20px 0 0;
    color: var(--abh-muted);
    font-size: 16px;
    line-height: 1.7;
}

.service-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-meta ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-meta li {
    padding: 9px 0;
    border-bottom: 1px solid #dce0e5;
    color: #444d59;
}

.service-meta li::before {
    content: "+";
    margin-right: 9px;
    color: var(--abh-blue);
}

.service-meta > p {
    margin: 19px 0 16px;
    color: var(--abh-muted);
}

.service-meta a,
.plan-card a {
    color: var(--abh-blue-deep);
}

.plans {
    position: relative;
    overflow: hidden;
    background: var(--abh-ink);
    color: var(--abh-white);
}

.plans::after {
    content: "";
    position: absolute;
    right: -200px;
    bottom: -450px;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 111, 238, .35), transparent 65%);
    pointer-events: none;
}

.plans .container-xxl {
    position: relative;
    z-index: 1;
}

.kicker-light {
    color: var(--abh-cyan);
}

.plans-intro h2 {
    font-size: clamp(3rem, 4.8vw, 5rem);
}

.plans-intro > p {
    margin: 26px 0 34px;
    color: #9ba8b7;
}

.btn-abh-outline {
    padding: 0 23px;
    border-color: #364353;
    color: var(--abh-white);
}

.btn-abh-outline:hover {
    border-color: var(--abh-cyan);
    background: rgba(33, 200, 255, .07);
    color: var(--abh-white);
}

.plan-cards {
    border: 1px solid #2b3542;
}

.plan-card {
    position: relative;
    min-height: 430px;
    height: 100%;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #2b3542;
    background: rgba(255, 255, 255, .02);
    transition: background-color 180ms ease, transform 180ms ease;
}

.plan-cards > div:last-child .plan-card {
    border-right: 0;
}

.plan-card:hover {
    background: #111a25;
    transform: translateY(-2px);
}

.plan-card.featured {
    background: var(--abh-blue);
    border-color: var(--abh-blue);
}

.plan-badge {
    position: absolute;
    top: -28px;
    right: -1px;
    left: -1px;
    min-height: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--abh-cyan);
    color: var(--abh-ink);
    font-family: var(--abh-mono);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.plan-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.plan-title h3 {
    margin-bottom: 0;
    font-size: 18px;
}

.plan-title span {
    color: #708094;
    font-family: var(--abh-mono);
    font-size: 9px;
}

.featured .plan-title span {
    color: rgba(255, 255, 255, .62);
}

.plan-price {
    margin: 48px 0 34px;
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.plan-price strong {
    font-family: var(--abh-display);
    font-size: 54px;
    letter-spacing: -.06em;
    line-height: 1;
}

.plan-price span {
    color: #8190a0;
    font-family: var(--abh-mono);
    font-size: 9px;
    text-transform: uppercase;
}

.featured .plan-price span {
    color: rgba(255, 255, 255, .68);
}

.plan-card ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
    color: #a6b2bf;
    font-size: 13px;
    list-style: none;
}

.featured ul {
    color: var(--abh-white);
}

.plan-card li::before {
    content: "—";
    margin-right: 8px;
    color: var(--abh-blue-bright);
}

.featured li::before {
    color: var(--abh-cyan);
}

.plan-card a {
    margin-top: auto;
    color: var(--abh-white);
}

.infrastructure {
    background: #e9edf1;
}

.bento-card {
    position: relative;
    overflow: hidden;
    min-height: 275px;
    padding: 36px;
    background: var(--abh-white);
    border: 1px solid #d4dae1;
}

.bento-large {
    min-height: 568px;
    padding: 44px;
    background: var(--abh-ink);
    color: var(--abh-white);
}

.bento-label {
    margin-bottom: 0;
    color: var(--abh-blue);
    font-family: var(--abh-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bento-large .bento-label {
    color: var(--abh-cyan);
}

.bento-large h3 {
    max-width: 690px;
    margin: 22px 0 0;
    font-family: var(--abh-display);
    font-size: clamp(2.5rem, 4vw, 4.7rem);
    font-weight: 760;
    letter-spacing: -.06em;
    line-height: .98;
    text-transform: uppercase;
}

.bento-large > p:nth-of-type(2) {
    max-width: 670px;
    margin: 24px 0 0;
    color: #9aa8b7;
    font-size: 16px;
    line-height: 1.7;
}

.rack-visual {
    margin-top: 42px;
    border: 1px solid #2b3644;
    background: #0b1119;
}

.rack-unit {
    min-height: 49px;
    padding: 0 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8px 8px 8px 36px;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid #26313e;
    color: #6f8091;
    font-family: var(--abh-mono);
    font-size: 9px;
    letter-spacing: .08em;
}

.rack-unit:last-child {
    border-bottom: 0;
}

.rack-unit i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #354250;
}

.rack-unit i.active {
    background: var(--abh-success);
    box-shadow: 0 0 9px var(--abh-success);
}

.rack-unit b {
    justify-self: end;
    color: #445364;
    font-weight: 400;
}

.bento-stat strong {
    display: block;
    margin-top: 17px;
    color: var(--abh-blue);
    font-family: var(--abh-display);
    font-size: 82px;
    letter-spacing: -.07em;
    line-height: .9;
}

.bento-stat h3 {
    max-width: 260px;
    margin: 12px 0 0;
    font-family: var(--abh-display);
    font-size: 25px;
    letter-spacing: -.04em;
    line-height: 1.05;
    text-transform: uppercase;
}

.location-pulse {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    height: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d4dae1;
}

.location-pulse i {
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border: 2px solid var(--abh-white);
    border-radius: 50%;
    background: var(--abh-blue);
    box-shadow: 0 0 0 3px rgba(0, 111, 238, .15);
}

.bento-quote {
    background: var(--abh-blue);
    color: var(--abh-white);
    border-color: var(--abh-blue);
}

.bento-quote .bento-label {
    color: rgba(255, 255, 255, .7);
}

.bento-quote blockquote {
    margin: 27px 0 0;
    font-family: var(--abh-display);
    font-size: clamp(1.7rem, 2.7vw, 2.55rem);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.bento-quote > p:last-child {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .72);
    font-family: var(--abh-mono);
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.operators {
    position: relative;
    overflow: hidden;
    background: var(--abh-ink-soft);
    color: var(--abh-white);
}

.operators::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -180px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 111, 238, .28), transparent 66%);
}

.operators .container-xxl {
    position: relative;
}

.operators-statement h2 {
    max-width: 850px;
}

.operators-statement > p {
    max-width: 720px;
    margin: 28px 0 0;
    color: #a2afbe;
}

.operator-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid #35404d;
    list-style: none;
}

.operator-list li {
    min-height: 74px;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #35404d;
    color: #d9e2ec;
}

.operator-list span {
    color: var(--abh-cyan);
    font-family: var(--abh-mono);
    font-size: 10px;
}

.why {
    background: var(--abh-white);
}

.why-statement h2 {
    font-size: clamp(3.2rem, 5.3vw, 5.7rem);
}

.why-statement > p {
    max-width: 700px;
    margin: 28px 0 0;
}

.principle-list {
    border-top: 1px solid var(--abh-line);
}

.principle-list article {
    padding: 32px 0;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    border-bottom: 1px solid var(--abh-line);
}

.principle-list article > span {
    color: var(--abh-blue);
    font-family: var(--abh-mono);
    font-size: 10px;
}

.principle-list h3 {
    margin-bottom: 0;
    font-family: var(--abh-display);
    font-size: 25px;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.principle-list p {
    margin: 9px 0 0;
    color: var(--abh-muted);
    line-height: 1.65;
}

.testimonial {
    padding-top: 92px;
    padding-bottom: 92px;
    background: #dfe5eb;
}

.testimonial-mark {
    color: var(--abh-blue);
    font-family: Georgia, serif;
    font-size: 190px;
    line-height: .75;
}

.testimonial blockquote {
    max-width: 1040px;
    margin-bottom: 0;
    font-family: var(--abh-display);
    font-size: clamp(2.4rem, 4.2vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.testimonial-credit {
    margin: 34px 0 0;
    display: flex;
    flex-direction: column;
}

.testimonial-credit strong {
    font-size: 15px;
}

.testimonial-credit span {
    margin-top: 3px;
    color: var(--abh-muted);
    font-family: var(--abh-mono);
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.final-cta {
    position: relative;
    overflow: hidden;
    padding: 114px 0 150px;
    background:
        radial-gradient(circle at 75% 20%, rgba(33, 200, 255, .24), transparent 28%),
        var(--abh-blue);
    color: var(--abh-white);
}

.final-cta h2 {
    font-size: clamp(3.4rem, 6vw, 6.6rem);
}

.contact-section {
    padding: 112px 0 132px;
}

.contact-section .row.position-relative {
    z-index: 1;
}

.contact-section h2 {
    max-width: 700px;
    font-size: clamp(3rem, 4.6vw, 5.1rem);
}

.contact-copy > p:not(.kicker):not(.contact-direct) {
    max-width: 590px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.7;
}

.contact-facts {
    margin: 40px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, .27);
}

.contact-facts > div {
    min-height: 57px;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .27);
}

.contact-facts dt,
.contact-facts dd {
    margin: 0;
    font-family: var(--abh-mono);
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.contact-facts dt {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
}

.contact-facts dd {
    color: var(--abh-white);
    font-weight: 750;
}

.contact-direct {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
}

.contact-direct a {
    margin-left: 5px;
    color: var(--abh-white);
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .45);
    text-underline-offset: 4px;
}

.contact-direct a:hover {
    color: var(--abh-white);
    text-decoration-color: var(--abh-white);
}

.contact-panel {
    position: relative;
    z-index: 1;
    padding: 38px;
    border: 1px solid #263444;
    background: rgba(7, 11, 17, .97);
    box-shadow: 12px 12px 0 rgba(0, 0, 0, .26);
}

.contact-panel::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 92px;
    height: 3px;
    background: var(--abh-cyan);
}

.contact-panel-head {
    padding-bottom: 26px;
    border-bottom: 1px solid #2b3746;
}

.contact-panel-head > p {
    margin-bottom: 13px;
    color: var(--abh-cyan);
    font-family: var(--abh-mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-panel-head h3 {
    margin-bottom: 0;
    color: var(--abh-white);
    font-family: var(--abh-display);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 780;
    letter-spacing: -.04em;
    line-height: 1;
    text-transform: uppercase;
}

.contact-panel-head > span {
    display: block;
    margin-top: 10px;
    color: #8f9dad;
    font-size: 14px;
}

.contact-alert {
    margin-top: 24px;
    padding: 15px 16px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    border: 1px solid;
    font-size: 14px;
}

.contact-alert > span {
    font-family: var(--abh-mono);
    font-weight: 800;
}

.contact-alert > p {
    margin: 0;
}

.contact-alert-success {
    border-color: rgba(67, 225, 157, .5);
    background: rgba(67, 225, 157, .1);
    color: #9cf3cc;
}

.contact-alert-error {
    border-color: rgba(255, 129, 129, .55);
    background: rgba(255, 94, 94, .1);
    color: #ffc0c0;
}

.contact-form {
    margin-top: 28px;
}

.contact-form label {
    margin-bottom: 8px;
    display: block;
    color: #b9c5d1;
    font-family: var(--abh-mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.contact-form label > span {
    color: #748497;
    font-weight: 400;
}

.contact-control,
.contact-control:focus {
    min-height: 54px;
    border: 1px solid #3b4858;
    border-radius: 0;
    background-color: #0d141e;
    color: var(--abh-white);
    font-size: 15px;
}

.contact-control:focus {
    border-color: var(--abh-cyan);
    background-color: #0d141e;
    color: var(--abh-white);
    box-shadow: 0 0 0 3px rgba(33, 200, 255, .16);
}

.contact-control[aria-invalid="true"] {
    border-color: #ff8181;
}

.contact-form .form-select {
    padding-right: .75rem;
    appearance: auto;
    background-image: none;
    color-scheme: dark;
}

.contact-form textarea.contact-control {
    min-height: 180px;
    resize: vertical;
}

.contact-field-help,
.contact-field-error {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 1.45;
}

.contact-field-help {
    color: #728195;
}

.contact-field-error {
    color: #ffabab;
}

.contact-submit-row {
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-submit-row .btn-abh-white {
    flex: 0 0 auto;
    padding-right: 22px;
    padding-left: 22px;
}

.contact-submit-row > p {
    max-width: 340px;
    margin: 0;
    color: #718095;
    font-family: var(--abh-mono);
    font-size: 9px;
    letter-spacing: .04em;
    line-height: 1.55;
    text-transform: uppercase;
}

.contact-guard {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-section .cta-secondary {
    font-size: 13px;
}

.cta-actions {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.btn-abh-white {
    padding: 0 23px;
    background: var(--abh-white);
    color: var(--abh-ink);
    box-shadow: 7px 7px 0 var(--abh-ink);
}

.btn-abh-white:hover {
    background: var(--abh-white);
    color: var(--abh-ink);
    box-shadow: 4px 4px 0 var(--abh-ink);
}

.cta-secondary {
    color: var(--abh-white);
}

.cta-secondary:hover {
    color: var(--abh-white);
}

.cta-watermark {
    position: absolute;
    right: -20px;
    bottom: -66px;
    color: rgba(255, 255, 255, .07);
    font-family: var(--abh-display);
    font-size: clamp(7rem, 16vw, 17rem);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: .8;
    white-space: nowrap;
    pointer-events: none;
}

.site-footer {
    padding: 72px 0 30px;
    background: #070a0f;
    color: var(--abh-white);
}

.footer-brand {
    width: 180px;
    padding: 8px;
    display: block;
    background: var(--abh-white);
}

.footer-brand img {
    width: 100%;
    height: auto;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    color: #8c98a7;
    font-size: 13px;
}

.footer-column > p {
    margin: 0 0 7px;
    color: var(--abh-white);
    font-family: var(--abh-mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer-column a:hover {
    color: var(--abh-cyan);
}

.footer-note span {
    max-width: 270px;
    line-height: 1.65;
}

.footer-bottom {
    margin-top: 62px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #252d38;
    color: #697687;
    font-family: var(--abh-mono);
    font-size: 9px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.footer-bottom p {
    margin-bottom: 0;
}

@media (min-width: 1400px) {
    .hero-console-column {
        padding-top: 42px;
    }
}

@media (max-width: 1399.98px) {
    .hero-copy {
        max-width: 900px;
    }

    .hero h1 {
        max-width: 880px;
        font-size: clamp(4.5rem, 8.2vw, 7rem);
    }

    .hero-lede {
        max-width: 660px;
    }

    .hero-console {
        width: min(100%, 620px);
        min-height: 600px;
        margin: 24px auto 0;
    }
}

@media (max-width: 1199.98px) {
    .hero-console {
        min-height: 580px;
    }

    .desktop-nav {
        gap: 22px;
    }

    .plan-card {
        padding: 28px 20px;
    }
}

@media (max-width: 991.98px) {
    .container-xxl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .header-inner {
        min-height: 78px;
    }

    .brand {
        width: 148px;
        height: 60px;
        flex-basis: 148px;
    }

    .hero {
        padding: 58px 0 76px;
    }

    .hero h1 {
        font-size: clamp(3.8rem, 12.5vw, 6.5rem);
    }

    .hero-console {
        width: min(100%, 590px);
        margin: 24px auto 0;
    }

    .signal-row {
        min-width: 720px;
    }

    .section {
        padding: 100px 0;
    }

    .service-meta ul {
        max-width: 360px;
    }

    .plans-intro {
        margin-bottom: 40px;
    }

    .bento-large {
        min-height: 590px;
    }

    .contact-copy {
        max-width: 760px;
    }

    .contact-panel {
        margin-top: 8px;
    }

    .footer-note {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .utility-links {
        display: none;
    }

    .utility-inner {
        justify-content: center;
    }

    .hero-actions {
        align-items: flex-start;
    }

    .hero-proof strong {
        font-size: 22px;
    }

    .service-card:hover {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .plan-cards {
        border: 0;
    }

    .plan-card {
        min-height: 370px;
        border: 1px solid #2b3542;
    }

    .plan-cards > div + div .plan-card {
        border-top: 0;
    }

    .plan-cards > div:last-child .plan-card {
        border-right: 1px solid #2b3542;
    }

    .plan-badge {
        top: 0;
        right: 0;
        left: auto;
        min-height: 25px;
    }

    .testimonial-mark {
        font-size: 100px;
        line-height: .5;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .container-xxl {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .hero h1 {
        font-size: clamp(2.5rem, 13vw, 4.5rem);
        line-height: .9;
    }

    .hero-lede {
        font-size: 1rem;
    }

    .hero-proof {
        margin-top: 46px;
    }

    .hero-console {
        min-height: 530px;
        margin-top: 16px;
    }

    .console-topline {
        padding: 0 12px;
    }

    .emblem-stage {
        top: 60px;
        transform: translateX(-50%) scale(.72);
    }

    .tag-edge {
        top: 127px;
    }

    .tag-network {
        top: 270px;
    }

    .tag-control {
        top: 329px;
    }

    .terminal-body {
        grid-template-columns: 1fr;
    }

    .terminal-body .terminal-result {
        grid-column: 1;
    }

    .signal-row {
        min-width: 650px;
    }

    .section {
        padding: 84px 0;
    }

    .section-heading {
        margin-bottom: 46px;
    }

    .section-heading h2,
    .plans-intro h2,
    .operators-statement h2,
    .why-statement h2,
    .final-cta h2 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .service-card {
        padding: 34px 0;
    }

    .service-main h3 {
        font-size: 2.25rem;
    }

    .bento-card,
    .bento-large {
        padding: 30px;
    }

    .bento-large {
        min-height: 620px;
    }

    .bento-stat,
    .bento-quote {
        min-height: 300px;
    }

    .testimonial blockquote {
        font-size: 2.45rem;
    }

    .final-cta {
        padding: 88px 0 120px;
    }

    .contact-section {
        padding: 78px 0 94px;
    }

    .contact-section h2 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .contact-panel {
        padding: 28px 22px;
        box-shadow: 8px 8px 0 rgba(0, 0, 0, .24);
    }

    .contact-submit-row {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .contact-submit-row .btn-abh-white {
        width: 100%;
    }

    .contact-submit-row > p {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
