:root {
    --apxh-navy: #0b3447;
    --apxh-deep: #071f2b;
    --apxh-blue: #0d6b8e;
    --apxh-teal: #0f898d;
    --apxh-orange: #f7760f;
    --apxh-ink: #17384a;
    --apxh-body: #536b77;
    --apxh-line: #d6e4ea;
    --apxh-pale: #f1f7fa;
    --apxh-white: #ffffff;
    --apxh-charcoal: #1f2a30;
}

.apxute-hosting-experience .header-nav > ul {
    gap: 18px;
}

.apxute-hosting-experience .header-nav > ul > li > a {
    font-size: 13px;
    white-space: nowrap;
}

.apxute-hosting-experience .header-nav > ul > li > a.is-active,
.apxute-hosting-experience .header-nav > ul > li > a[aria-current="page"] {
    color: var(--apxh-blue);
}

.apxute-hosting-experience .header-nav > ul > li > a.is-active::after {
    background: var(--apxh-orange);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

.apxute-hosting-experience .header-actions {
    gap: 14px;
}

.apxute-hosting-experience .header-start-btn {
    padding-inline: 17px;
}

.apxh-page,
.apxh-page * {
    box-sizing: border-box;
}

.apxh-page {
    background: var(--apxh-white);
    color: var(--apxh-body);
    overflow: hidden;
}

.apxh-page h1,
.apxh-page h2,
.apxh-page h3,
.apxh-page p {
    letter-spacing: 0;
    margin-top: 0;
}

.apxh-page h1,
.apxh-page h2,
.apxh-page h3 {
    color: var(--apxh-ink);
    font-family: Manrope, Arial, sans-serif;
}

.apxh-page h1 {
    font-size: 48px;
    line-height: 1.08;
}

.apxh-page h2 {
    font-size: 36px;
    line-height: 1.16;
}

.apxh-page h3 {
    font-size: 20px;
    line-height: 1.3;
}

.apxh-page p {
    color: var(--apxh-body);
    font-size: 16px;
    line-height: 1.75;
}

.apxh-kicker,
.apxh-eyebrow {
    align-items: center;
    color: var(--apxh-teal);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.apxh-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.apxh-btn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

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

.apxh-btn.is-primary {
    background: var(--apxh-orange);
    color: var(--apxh-deep);
}

.apxh-btn.is-ghost {
    border-color: rgba(255,255,255,.48);
    color: var(--apxh-white);
}

.apxh-btn.is-dark {
    background: var(--apxh-deep);
    color: var(--apxh-white);
}

.apxh-btn.is-light {
    background: var(--apxh-white);
    color: var(--apxh-deep);
}

.apxh-btn.is-orange {
    background: var(--apxh-orange);
    color: var(--apxh-deep);
}

.apxh-hero {
    min-height: 460px;
    overflow: hidden;
    position: relative;
}

.apxh-service-hero {
    min-height: 600px;
    overflow: hidden;
    position: relative;
}

.apxh-hero-image,
.apxh-service-hero > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.apxh-hero-scrim {
    background: rgba(4, 22, 31, .3);
    inset: 0;
    position: absolute;
}

.apxh-hero-layout {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 460px;
    padding-block: 48px;
    position: relative;
    z-index: 1;
}

.apxh-hero-copy {
    max-width: 610px;
}

.apxh-hero-copy h1,
.apxh-service-hero-copy h1 {
    color: var(--apxh-white);
    margin-bottom: 18px;
    max-width: 690px;
}

.apxh-hero-copy > p,
.apxh-service-hero-copy > p {
    color: #e4edf1;
    font-size: 18px;
    max-width: 690px;
}

.apxh-hero-copy .apxh-eyebrow,
.apxh-service-hero-copy .apxh-eyebrow {
    color: #7ee3dd;
}

.apxh-hero-copy .apxh-actions,
.apxh-service-hero-copy .apxh-actions {
    margin-top: 24px;
}

.apxh-disclosure {
    align-items: center;
    color: #c4d4db;
    display: flex;
    font-size: 13px;
    gap: 8px;
    margin-top: 16px;
}

.apxh-command-panel {
    background: rgba(7, 31, 43, .9);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    color: var(--apxh-white);
    padding: 20px;
}

.apxh-command-panel > header,
.apxh-product-demo > header,
.apxh-control-demo > header {
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.14);
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding-bottom: 16px;
}

.apxh-command-panel > header span {
    align-items: center;
    display: flex;
    gap: 8px;
}

.apxh-command-panel > header b {
    color: #7ee3dd;
}

.apxh-command-summary {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 4px 15px;
}

.apxh-command-summary span {
    display: grid;
    gap: 3px;
}

.apxh-command-summary small {
    color: #9db3bd;
}

.apxh-command-summary > i {
    color: var(--apxh-orange);
    font-size: 24px;
}

.apxh-command-panel ul {
    display: grid;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.apxh-command-panel li {
    align-items: center;
    background: rgba(255,255,255,.07);
    border-radius: 5px;
    display: grid;
    gap: 12px;
    grid-template-columns: 32px 1fr auto;
    padding: 11px 12px;
}

.apxh-command-panel li > i:first-child {
    color: #7ee3dd;
}

.apxh-command-panel li > i:last-child {
    color: #76909c;
    font-size: 10px;
}

.apxh-command-panel li span {
    display: grid;
}

.apxh-command-panel li b {
    font-size: 13px;
}

.apxh-command-panel li small {
    color: #9db3bd;
    font-size: 11px;
}

.apxh-domain-band {
    background: var(--apxh-orange);
    color: var(--apxh-deep);
    padding: 38px 0;
}

.apxh-domain-band .container {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: .78fr 1.22fr;
}

.apxh-domain-band .apxh-kicker,
.apxh-domain-band h2,
.apxh-domain-band p {
    color: var(--apxh-deep);
}

.apxh-domain-band h2 {
    font-size: 29px;
    margin-bottom: 8px;
}

.apxh-domain-band p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
}

.apxh-domain-form label {
    color: var(--apxh-deep);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.apxh-domain-control {
    align-items: center;
    background: var(--apxh-white);
    border: 2px solid var(--apxh-deep);
    border-radius: 6px;
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr auto;
    min-height: 60px;
    padding: 5px 5px 5px 18px;
}

.apxh-domain-control > i {
    color: var(--apxh-blue);
}

.apxh-domain-control input {
    background: transparent;
    border: 0;
    color: var(--apxh-charcoal);
    font: inherit;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.apxh-domain-control input:focus {
    box-shadow: 0 2px 0 var(--apxh-blue);
}

.apxh-domain-control button {
    align-items: center;
    background: var(--apxh-deep);
    border: 0;
    border-radius: 4px;
    color: var(--apxh-white);
    cursor: pointer;
    display: flex;
    font-weight: 800;
    gap: 9px;
    min-height: 46px;
    padding: 10px 18px;
}

.apxh-domain-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 9px;
}

.apxh-domain-meta span,
.apxh-domain-meta b,
.apxh-domain-meta small {
    color: var(--apxh-deep);
    font-size: 11px;
}

.apxh-domain-meta b {
    background: rgba(255,255,255,.72);
    border-radius: 4px;
    padding: 3px 7px;
}

.apxh-domain-meta small {
    margin-left: auto;
}

.apxh-services,
.apxh-use-cases,
.apxh-included,
.apxh-order-steps,
.apxh-related,
.apxh-faq {
    padding: 88px 0;
}

.apxh-section-head {
    align-items: end;
    display: grid;
    gap: 50px;
    grid-template-columns: 1.1fr .9fr;
    margin-bottom: 42px;
}

.apxh-section-head h2 {
    margin-bottom: 0;
    max-width: 760px;
}

.apxh-section-head p {
    margin-bottom: 4px;
}

.apxh-service-switcher {
    border: 1px solid var(--apxh-line);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 285px 1fr;
    min-height: 430px;
    overflow: hidden;
}

.apxh-tab-list {
    background: var(--apxh-deep);
    display: grid;
    padding: 18px;
}

.apxh-tab-list button {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #b7c8d0;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    gap: 13px;
    padding: 15px 12px;
    text-align: left;
}

.apxh-tab-list button:last-child {
    border-bottom: 0;
}

.apxh-tab-list button[aria-selected="true"] {
    background: var(--apxh-orange);
    border-color: transparent;
    border-radius: 5px;
    color: var(--apxh-deep);
}

.apxh-tab-list button i {
    text-align: center;
    width: 20px;
}

.apxh-tab-panels,
.apxh-tab-panels > article {
    min-width: 0;
}

.apxh-tab-panels > article {
    align-items: center;
    display: grid;
    gap: 55px;
    grid-template-columns: 1fr .85fr;
    height: 100%;
    padding: 50px;
}

.apxh-tab-panels > article[hidden] {
    display: none;
}

.apxh-service-content {
    display: grid;
    gap: 24px;
    grid-template-columns: auto 1fr;
}

.apxh-service-content > span {
    color: var(--apxh-orange);
    font-size: 15px;
    font-weight: 800;
}

.apxh-service-content small {
    color: var(--apxh-teal);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.apxh-service-content h3 {
    font-size: 30px;
    margin-bottom: 13px;
}

.apxh-service-content a,
.apxh-vps-link,
.apxh-faq-layout > div:first-child > a {
    align-items: center;
    color: var(--apxh-blue);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 9px;
    text-decoration: none;
}

.apxh-service-state {
    background: var(--apxh-pale);
    border-left: 3px solid var(--apxh-orange);
    border-radius: 6px;
    padding: 22px;
}

.apxh-service-state header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.apxh-service-state header i {
    color: var(--apxh-teal);
}

.apxh-service-state > span {
    border-top: 1px solid var(--apxh-line);
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.apxh-service-state small,
.apxh-service-state strong {
    font-size: 12px;
}

.apxh-service-state small {
    color: var(--apxh-body);
}

.apxh-service-state strong {
    color: var(--apxh-ink);
}

.apxh-vps-link {
    border-bottom: 1px solid var(--apxh-line);
    color: var(--apxh-ink);
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr auto;
    margin-top: 24px;
    padding: 18px 4px;
}

.apxh-vps-link > i:first-child {
    color: var(--apxh-orange);
    font-size: 24px;
}

.apxh-vps-link span {
    display: grid;
}

.apxh-vps-link small {
    color: var(--apxh-body);
    font-weight: 500;
}

.apxh-use-cases {
    background: var(--apxh-pale);
}

.apxh-use-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.apxh-use-grid article {
    background: var(--apxh-white);
    border-top: 4px solid var(--apxh-blue);
    min-height: 410px;
    padding: 34px;
}

.apxh-use-grid article:nth-child(2) {
    border-color: var(--apxh-orange);
}

.apxh-use-grid article:nth-child(3) {
    border-color: var(--apxh-teal);
}

.apxh-use-grid article > span {
    color: var(--apxh-orange);
    font-weight: 800;
}

.apxh-use-grid h3 {
    font-size: 24px;
    margin: 30px 0 12px;
}

.apxh-use-grid ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.apxh-use-grid li {
    color: var(--apxh-ink);
    font-size: 13px;
}

.apxh-use-grid li i {
    color: var(--apxh-teal);
    margin-right: 9px;
}

.apxh-use-grid a {
    color: var(--apxh-blue);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.apxh-control-band {
    background: var(--apxh-deep);
    padding: 92px 0;
}

.apxh-control-layout {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: .85fr 1.15fr;
}

.apxh-control-copy h2,
.apxh-control-copy p {
    color: var(--apxh-white);
}

.apxh-control-copy .apxh-kicker {
    color: #7ee3dd;
}

.apxh-control-points {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
}

.apxh-control-points span {
    border-bottom: 1px solid rgba(255,255,255,.13);
    display: grid;
    gap: 4px;
    grid-template-columns: 28px 1fr;
    padding: 15px 0;
}

.apxh-control-points i {
    color: var(--apxh-orange);
    grid-row: 1 / span 2;
}

.apxh-control-points b {
    color: var(--apxh-white);
    font-size: 13px;
}

.apxh-control-points small {
    color: #98aeba;
    font-size: 11px;
}

.apxh-control-demo,
.apxh-product-demo {
    background: var(--apxh-white);
    border: 1px solid #365361;
    border-radius: 8px;
    box-shadow: 18px 18px 0 rgba(247,118,15,.16);
    overflow: hidden;
}

.apxh-control-demo > header,
.apxh-product-demo > header {
    background: #102f3e;
    color: var(--apxh-white);
    padding: 14px 17px;
}

.apxh-control-demo > header span,
.apxh-product-demo > header span {
    display: flex;
    gap: 5px;
}

.apxh-control-demo > header span i,
.apxh-product-demo > header span i {
    background: #6f8b97;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.apxh-control-demo > header span i:first-child,
.apxh-product-demo > header span i:first-child {
    background: var(--apxh-orange);
}

.apxh-console-body {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 380px;
}

.apxh-console-body nav {
    background: #eaf2f5;
    display: grid;
    gap: 6px;
    padding: 20px 12px;
}

.apxh-console-body nav button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: var(--apxh-body);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 12px;
    gap: 9px;
    padding: 11px;
    text-align: left;
}

.apxh-console-body nav button.is-active {
    background: var(--apxh-white);
    color: var(--apxh-blue);
    font-weight: 800;
}

.apxh-console-main {
    padding: 34px;
}

.apxh-console-kicker {
    color: var(--apxh-teal);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.apxh-console-main h3 {
    font-size: 25px;
    margin: 7px 0 22px;
}

.apxh-console-metrics {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.apxh-console-metrics span {
    background: var(--apxh-pale);
    border-radius: 5px;
    display: grid;
    gap: 6px;
    padding: 13px;
}

.apxh-console-metrics small,
.apxh-console-service small {
    color: var(--apxh-body);
    font-size: 10px;
}

.apxh-console-metrics b,
.apxh-console-service b {
    color: var(--apxh-ink);
    font-size: 12px;
}

.apxh-console-service {
    align-items: center;
    border: 1px solid var(--apxh-line);
    border-left: 3px solid var(--apxh-orange);
    border-radius: 5px;
    display: grid;
    gap: 13px;
    grid-template-columns: auto 1fr auto;
    margin-top: 20px;
    padding: 16px;
}

.apxh-console-service > i {
    color: var(--apxh-blue);
}

.apxh-console-service span {
    display: grid;
}

.apxh-console-service em {
    background: var(--apxh-deep);
    border-radius: 4px;
    color: var(--apxh-white);
    font-size: 10px;
    font-style: normal;
    padding: 7px 10px;
}

.apxh-spotlights {
    padding: 88px 0;
}

.apxh-spotlights .container {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.apxh-spotlights article {
    min-height: 560px;
    overflow: hidden;
    position: relative;
}

.apxh-spotlights img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.apxh-spotlights article::after {
    background: rgba(7,31,43,.72);
    content: "";
    inset: 0;
    position: absolute;
}

.apxh-spotlights article:nth-child(2)::after {
    background: rgba(13,107,142,.7);
}

.apxh-spotlights article > div {
    bottom: 0;
    padding: 44px;
    position: absolute;
    z-index: 1;
}

.apxh-spotlights h2,
.apxh-spotlights p,
.apxh-spotlights .apxh-kicker {
    color: var(--apxh-white);
}

.apxh-workflow {
    background: var(--apxh-pale);
    padding: 88px 0;
}

.apxh-workflow ol {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.apxh-workflow li {
    border-top: 2px solid var(--apxh-line);
    min-height: 250px;
    padding: 24px 24px 10px 0;
    position: relative;
}

.apxh-workflow li > span {
    color: var(--apxh-orange);
    font-size: 13px;
    font-weight: 800;
}

.apxh-workflow li > i {
    color: var(--apxh-teal);
    position: absolute;
    right: 22px;
    top: 28px;
}

.apxh-workflow li:last-child > i {
    display: none;
}

.apxh-workflow h3 {
    margin: 42px 0 9px;
}

.apxh-workflow p {
    font-size: 13px;
}

.apxh-faq-layout {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: .72fr 1.28fr;
}

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

.apxh-faq-list details {
    border-bottom: 1px solid var(--apxh-line);
    padding: 21px 0;
}

.apxh-faq-list summary {
    align-items: center;
    color: var(--apxh-ink);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 15px;
    justify-content: space-between;
    list-style: none;
}

.apxh-faq-list summary::-webkit-details-marker {
    display: none;
}

.apxh-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.apxh-faq-list p {
    font-size: 14px;
    margin: 14px 44px 0 0;
}

.apxh-final {
    background: var(--apxh-blue);
    padding: 60px 0;
}

.apxh-final .container {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr auto;
}

.apxh-final h2,
.apxh-final p,
.apxh-final .apxh-kicker {
    color: var(--apxh-white);
}

.apxh-final h2 {
    margin-bottom: 8px;
}

.apxh-final p {
    margin-bottom: 0;
}

.apxh-service-hero {
    min-height: 570px;
}

.apxh-service-hero .container {
    align-items: center;
    display: flex;
    min-height: 570px;
    position: relative;
    z-index: 1;
}

.apxh-service-hero-copy {
    max-width: 760px;
    padding: 70px 0;
}

.apxh-back-link {
    align-items: center;
    color: #c5d6dd;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 26px;
    text-decoration: none;
}

.apxh-query-note {
    background: #fff8f0;
    border-left: 3px solid var(--apxh-orange);
    color: var(--apxh-ink);
    font-size: 13px;
    margin: 18px 0 0;
    padding: 13px 16px;
}

.apxh-query-note i {
    color: var(--apxh-orange);
    margin-right: 8px;
}

.apxh-service-intro {
    border-bottom: 1px solid var(--apxh-line);
    padding: 60px 0;
}

.apxh-service-intro .container {
    align-items: start;
    display: grid;
    gap: 70px;
    grid-template-columns: .9fr 1.1fr;
}

.apxh-service-intro h2 {
    font-size: 29px;
    margin-bottom: 0;
}

.apxh-service-intro p {
    border-left: 3px solid var(--apxh-orange);
    margin: 0;
    padding-left: 24px;
}

.apxh-included {
    background: var(--apxh-pale);
}

.apxh-included-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.apxh-included-grid article {
    background: var(--apxh-white);
    min-height: 260px;
    padding: 30px;
    position: relative;
}

.apxh-included-grid article > i {
    color: var(--apxh-blue);
    font-size: 24px;
}

.apxh-included-grid article > span {
    color: #9eb2bc;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    right: 25px;
    top: 25px;
}

.apxh-included-grid h3 {
    margin: 38px 0 10px;
}

.apxh-included-grid p {
    font-size: 14px;
    margin-bottom: 0;
}

.apxh-service-demo-band {
    background: var(--apxh-deep);
    padding: 94px 0;
}

.apxh-service-demo-layout {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: .8fr 1.2fr;
}

.apxh-service-demo-layout > div:first-child h2,
.apxh-service-demo-layout > div:first-child > p {
    color: var(--apxh-white);
}

.apxh-service-demo-layout > div:first-child .apxh-kicker {
    color: #7ee3dd;
}

.apxh-service-demo-layout ul {
    display: grid;
    gap: 15px;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.apxh-service-demo-layout li {
    align-items: start;
    display: grid;
    gap: 13px;
    grid-template-columns: 22px 1fr;
}

.apxh-service-demo-layout li > i {
    color: var(--apxh-orange);
    margin-top: 5px;
}

.apxh-service-demo-layout li span {
    display: grid;
}

.apxh-service-demo-layout li b {
    color: var(--apxh-white);
    font-size: 13px;
}

.apxh-service-demo-layout li small {
    color: #9db3bd;
    line-height: 1.5;
}

.apxh-product-demo-body {
    display: grid;
    grid-template-columns: 185px 1fr;
    min-height: 410px;
}

.apxh-product-demo-body aside {
    align-content: start;
    background: #eaf2f5;
    display: grid;
    gap: 5px;
    padding: 25px 15px;
}

.apxh-product-demo-body aside > i {
    color: var(--apxh-blue);
    font-size: 25px;
    margin: 0 10px 7px;
}

.apxh-product-demo-body aside > span {
    color: var(--apxh-ink);
    font-size: 12px;
    font-weight: 800;
    margin: 0 10px 15px;
}

.apxh-product-demo-body aside button {
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: var(--apxh-body);
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    padding: 10px;
    text-align: left;
}

.apxh-product-demo-body aside button.is-active {
    background: var(--apxh-white);
    color: var(--apxh-blue);
    font-weight: 800;
}

.apxh-product-demo-body main {
    padding: 34px;
}

.apxh-demo-status {
    color: var(--apxh-teal);
    font-size: 11px;
    font-weight: 800;
}

.apxh-demo-status i {
    font-size: 7px;
    margin-right: 7px;
}

.apxh-product-demo-body main > small {
    color: var(--apxh-orange);
    display: block;
    font-weight: 800;
    margin-top: 30px;
}

.apxh-product-demo-body main h3 {
    font-size: 28px;
    margin: 7px 0 9px;
}

.apxh-product-demo-body main > p {
    font-size: 14px;
}

.apxh-demo-lines {
    display: grid;
    gap: 9px;
    margin: 25px 0;
}

.apxh-demo-lines i {
    background: #dce8ed;
    display: block;
    height: 7px;
    width: 88%;
}

.apxh-demo-lines i:nth-child(2) {
    width: 67%;
}

.apxh-demo-lines i:nth-child(3) {
    width: 77%;
}

.apxh-demo-action {
    align-items: center;
    border: 1px solid var(--apxh-line);
    border-left: 3px solid var(--apxh-orange);
    border-radius: 5px;
    display: grid;
    gap: 12px;
    grid-template-columns: auto 1fr auto;
    padding: 14px;
}

.apxh-demo-action > i {
    color: var(--apxh-blue);
}

.apxh-demo-action span {
    display: grid;
}

.apxh-demo-action small {
    color: var(--apxh-body);
    font-size: 10px;
}

.apxh-demo-action b {
    color: var(--apxh-ink);
    font-size: 12px;
}

.apxh-demo-action em {
    background: var(--apxh-deep);
    border-radius: 4px;
    color: var(--apxh-white);
    font-size: 10px;
    font-style: normal;
    padding: 6px 9px;
}

.apxh-order-steps ol {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.apxh-order-steps li {
    border-left: 1px solid var(--apxh-line);
    min-height: 260px;
    padding: 0 27px;
}

.apxh-order-steps li > span {
    color: var(--apxh-orange);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 80px;
}

.apxh-order-steps p {
    font-size: 13px;
}

.apxh-related {
    background: var(--apxh-pale);
}

.apxh-related-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

.apxh-related-grid > a {
    align-items: start;
    background: var(--apxh-white);
    border: 1px solid var(--apxh-line);
    border-radius: 6px;
    color: inherit;
    display: grid;
    gap: 15px;
    grid-template-columns: auto 1fr auto;
    min-height: 180px;
    padding: 25px;
    text-decoration: none;
}

.apxh-related-grid > a > i:first-child {
    color: var(--apxh-blue);
    font-size: 23px;
}

.apxh-related-grid > a > i:last-child {
    color: var(--apxh-orange);
}

.apxh-related-grid span {
    display: grid;
}

.apxh-related-grid small {
    color: var(--apxh-teal);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.apxh-related-grid b {
    color: var(--apxh-ink);
    font-size: 16px;
    margin: 5px 0 9px;
}

.apxh-related-grid em {
    color: var(--apxh-body);
    font-size: 12px;
    font-style: normal;
    line-height: 1.55;
}

.apxh-domain-band.is-compact {
    margin: 0;
}

body:not(.apxute-hosting-experience) .apxh-domain-band.is-compact {
    margin-block: 0;
}

.has-host-motion [data-host-reveal] {
    opacity: 1;
    transform: none;
}

.has-host-motion [data-host-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .apxute-hosting-experience .wdo-header .header-inner {
        gap: 8px;
    }
    .apxute-hosting-experience .wdo-header .header-logo {
        flex: 0 0 145px;
        max-width: 145px;
        width: 145px;
    }
    .apxute-hosting-experience .header-nav {
        display: flex !important;
        min-width: 0;
    }
    .apxute-hosting-experience .header-nav > ul {
        gap: 5px;
    }
    .apxute-hosting-experience .header-nav > ul > li > a {
        font-size: 10px;
    }
    .apxute-hosting-experience .header-actions {
        display: flex !important;
        gap: 6px;
        margin-left: 0;
    }
    .apxute-hosting-experience .header-actions > a {
        display: inline-flex !important;
        font-size: 10px;
        white-space: nowrap;
    }
    .apxute-hosting-experience .header-start-btn {
        min-height: 38px;
        padding: 8px 10px;
    }
    .apxute-hosting-experience .wdo-header .header-actions .mobile-menu-toggle {
        display: none !important;
    }
}

@media (max-width: 1100px) {
    .apxh-page h1 { font-size: 42px; }
    .apxh-page h2 { font-size: 32px; }
    .apxh-hero-layout { grid-template-columns: 1fr; }
    .apxh-command-panel { padding: 16px; }
    .apxh-tab-panels > article { gap: 30px; padding: 35px; }
    .apxh-control-layout,
    .apxh-service-demo-layout { gap: 45px; }
    .apxh-workflow ol { grid-template-columns: repeat(3, 1fr); }
    .apxh-workflow li:nth-child(3) > i { display: none; }
}

@media (max-width: 900px) {
    .apxh-hero,
    .apxh-hero-layout { min-height: 470px; }
    .apxh-hero-layout { grid-template-columns: 1fr; padding-block: 50px; }
    .apxh-command-panel { display: none; }
    .apxh-domain-band .container,
    .apxh-section-head,
    .apxh-control-layout,
    .apxh-service-demo-layout,
    .apxh-faq-layout,
    .apxh-service-intro .container { gap: 28px; grid-template-columns: 1fr; }
    .apxh-domain-meta small { margin-left: 0; width: 100%; }
    .apxh-service-switcher { grid-template-columns: 230px 1fr; }
    .apxh-tab-panels > article { grid-template-columns: 1fr; }
    .apxh-service-state { display: none; }
    .apxh-use-grid,
    .apxh-included-grid { grid-template-columns: repeat(2, 1fr); }
    .apxh-control-copy { max-width: 680px; }
    .apxh-spotlights .container { grid-template-columns: 1fr; }
    .apxh-spotlights article { min-height: 480px; }
    .apxh-order-steps ol,
    .apxh-related-grid { grid-template-columns: repeat(2, 1fr); }
    .apxh-final .container { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .apxh-page h1 { font-size: 34px; }
    .apxh-page h2 { font-size: 28px; }
    .apxh-page h3 { font-size: 18px; }
    .apxh-page p { font-size: 15px; }
    .apxh-hero,
    .apxh-hero-layout { min-height: 520px; }
    .apxh-hero-image { object-position: 78% center; }
    .apxh-hero-copy > p,
    .apxh-service-hero-copy > p { font-size: 16px; }
    .apxh-actions { align-items: stretch; flex-direction: column; }
    .apxh-btn { width: 100%; }
    .apxh-domain-band { padding: 32px 0; }
    .apxh-domain-band h2 { font-size: 25px; }
    .apxh-domain-control { grid-template-columns: auto 1fr; padding: 8px 10px 8px 15px; }
    .apxh-domain-control button { grid-column: 1 / -1; justify-content: center; width: 100%; }
    .apxh-services,
    .apxh-use-cases,
    .apxh-included,
    .apxh-order-steps,
    .apxh-related,
    .apxh-faq,
    .apxh-workflow,
    .apxh-spotlights { padding: 62px 0; }
    .apxh-section-head { margin-bottom: 30px; }
    .apxh-service-switcher { border: 0; display: block; min-height: 0; }
    .apxh-tab-list { display: grid; gap: 7px; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding: 10px; }
    .apxh-tab-list button { border: 0; min-height: 46px; min-width: 0; padding: 10px 11px; width: 100%; }
    .apxh-tab-list button:last-child { grid-column: 1 / -1; }
    .apxh-tab-list button span { white-space: normal; }
    .apxh-tab-panels { border: 1px solid var(--apxh-line); border-top: 0; }
    .apxh-tab-panels > article { padding: 28px 20px; }
    .apxh-service-content { gap: 14px; grid-template-columns: 1fr; }
    .apxh-service-content h3 { font-size: 25px; }
    .apxh-use-grid,
    .apxh-included-grid,
    .apxh-order-steps ol,
    .apxh-related-grid { grid-template-columns: 1fr; }
    .apxh-use-grid article { min-height: 0; padding: 28px; }
    .apxh-control-band,
    .apxh-service-demo-band { padding: 66px 0; }
    .apxh-control-points { grid-template-columns: 1fr; }
    .apxh-console-body { grid-template-columns: 1fr; }
    .apxh-console-body nav { display: flex; overflow-x: auto; padding: 10px; }
    .apxh-console-body nav button { flex: 0 0 auto; }
    .apxh-console-main { padding: 22px 16px; }
    .apxh-console-metrics { grid-template-columns: 1fr; }
    .apxh-control-demo,
    .apxh-product-demo { box-shadow: 8px 8px 0 rgba(247,118,15,.15); }
    .apxh-spotlights article { min-height: 500px; }
    .apxh-spotlights article > div { padding: 28px 22px; }
    .apxh-workflow ol { grid-template-columns: 1fr; }
    .apxh-workflow li { min-height: 0; padding: 22px 0; }
    .apxh-workflow li > i { display: none; }
    .apxh-workflow h3 { margin-top: 20px; }
    .apxh-service-hero,
    .apxh-service-hero .container { min-height: 620px; }
    .apxh-service-hero-copy { padding: 55px 0; }
    .apxh-service-intro p { padding-left: 17px; }
    .apxh-product-demo-body { grid-template-columns: 1fr; }
    .apxh-product-demo-body aside { display: flex; overflow-x: auto; padding: 12px; }
    .apxh-product-demo-body aside > i,
    .apxh-product-demo-body aside > span { display: none; }
    .apxh-product-demo-body aside button { flex: 0 0 auto; }
    .apxh-product-demo-body main { padding: 25px 18px; }
    .apxh-order-steps li { border-left: 3px solid var(--apxh-line); min-height: 0; padding: 0 0 28px 22px; }
    .apxh-order-steps li > span { margin-bottom: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .apxh-page *,
    .apxh-page *::before,
    .apxh-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
    .has-host-motion [data-host-reveal] {
        opacity: 1;
        transform: none;
    }
}
