/* Homepage revision 11: text-only full-width server card; autoplay retained. */
#nx-compact {
  --nx-ink: #102c45;
  --nx-muted: #597087;
  --nx-border: #e0e9f1;
  --nx-accent: #087fba;
  display: block;
  width: 100vw;
  margin: 16px 0 0 calc(50% - 50vw);
  padding: 0;
  background: transparent;
  color: var(--nx-ink);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}
#nx-compact *, #nx-compact *::before, #nx-compact *::after { box-sizing: border-box; }
#nx-compact [hidden] { display: none !important; }
#nx-compact a { text-decoration: none; }
#nx-compact a:focus-visible, #nx-compact button:focus-visible { outline: 3px solid #1785bb; outline-offset: 4px; }
#nx-compact .nx-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
#nx-compact .nx-grid { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr); gap: 14px; }
#nx-compact .nx-main { min-width: 0; display: flex; flex-direction: column; padding: 23px 25px 0; border: 1px solid var(--nx-border); border-radius: 14px; background-color: #fff; background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(49, 110, 142, .045) 24px 25px); }
#nx-compact .nx-main-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
#nx-compact .nx-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #247593; font-size: 12px; font-weight: 800; letter-spacing: .07em; }
#nx-compact .nx-brand-line { width: 20px; height: 3px; background: #1bb2cb; border-radius: 2px; }
#nx-compact .nx-counter { color: #677d8f; font-size: 12px; letter-spacing: .06em; white-space: nowrap; }
#nx-compact .nx-counter b { color: #29556d; }
#nx-compact .nx-main-body { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, .9fr); gap: 8px; flex: 1; align-items: center; min-height: 263px; }
#nx-compact .nx-slides { min-width: 0; padding: 15px 0 19px; flex: 1; }
#nx-compact .nx-slide-copy { min-width: 0; }
#nx-compact .nx-slide { overflow-wrap: anywhere; }
#nx-compact .nx-slides-ready { display: grid; align-items: center; }
#nx-compact .nx-slides-ready .nx-slide { grid-area: 1 / 1; min-width: 0; }
/* Reserve the tallest slide without exposing inactive links to focus or AT. */
#nx-compact .nx-slides-ready .nx-slide[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
#nx-compact .nx-slide.nx-enter { animation: nx-slide-enter .38s cubic-bezier(.2,.65,.3,1) both; }
@keyframes nx-slide-enter { from { opacity: 0; transform: translateX(var(--nx-enter-x, 14px)); } to { opacity: 1; transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { #nx-compact .nx-slide.nx-enter { animation: none; } }
#nx-compact .nx-slide h1, #nx-compact .nx-slide h2 { padding: 0; margin: 0 0 14px; color: #14536a; font-size: clamp(32px, 2.65vw, 38px); font-weight: 800; line-height: 1.18; letter-spacing: -.04em; text-wrap: balance; }
#nx-compact .nx-slide h1 span, #nx-compact .nx-slide h2 span { color: #087fac; }
#nx-compact .nx-slide p { margin: 0; max-width: 450px; color: #496278; font-size: 15px; font-weight: 500; line-height: 1.65; }
#nx-compact .nx-slide p strong { color: #33576f; font-weight: 800; }
#nx-compact .nx-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 20px; }
#nx-compact .nx-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 44px; padding: 11px 16px; border-radius: 7px; background: #103b5a; color: #fff; font-size: 14px; font-weight: 750; transition: background .15s ease; }
#nx-compact .nx-button:hover { background: #0a5478; color: #fff; }
#nx-compact .nx-button i { font-size: 12px; }
#nx-compact .nx-text-link { color: #335e77; font-size: 13px; font-weight: 750; }
#nx-compact .nx-text-link i { margin-left: 5px; font-size: 10px; }
#nx-compact .nx-text-link:hover { color: #087fba; text-decoration: underline; }
#nx-compact .nx-illustration { position: relative; min-width: 0; width: 100%; max-width: 245px; aspect-ratio: 1; margin: 0 auto; isolation: isolate; pointer-events: none; }
#nx-compact .nx-illustration img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; margin: 0; object-fit: contain; opacity: 0; transition: opacity .32s ease; }
#nx-compact .nx-illustration img.nx-image-active { opacity: 1; }
#nx-compact .nx-illustration figcaption { display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: #52778d; font-size: 11px; font-weight: 600; margin-top: -5px; white-space: normal; }
#nx-compact .nx-illustration figcaption span { width: 5px; height: 5px; border-radius: 50%; background: #2eacaa; }
#nx-compact .nx-main-footer { min-height: 53px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; border-top: 1px solid #e8eef3; }
#nx-compact .nx-proof { display: flex; flex-wrap: wrap; gap: 14px; padding: 10px 0; }
#nx-compact .nx-proof span { font-size: 12px; font-weight: 650; color: #466279; white-space: nowrap; }
#nx-compact .nx-proof i { margin-right: 4px; color: #128eb2; }
#nx-compact .nx-controls { display: flex; align-items: center; gap: 3px; flex-shrink: 0; margin-left: auto; }
#nx-compact .nx-arrow { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 1px solid #e0e8ee; border-radius: 50%; background: #fff; color: #4e7289; cursor: pointer; font-size: 11px; }
#nx-compact .nx-arrow:hover { background: #ecf6fa; }
#nx-compact .nx-controls .nx-autoplay-toggle, #nx-compact .nx-message-controls .nx-autoplay-toggle { display: grid; place-items: center; flex-shrink: 0; width: 30px; height: 30px; margin-right: 3px; padding: 0; border: 1px solid #d8e4ee; border-radius: 50%; background: #f5f9fc; color: #37627e; font-size: 10px; cursor: pointer; }
#nx-compact .nx-autoplay-toggle:hover { background: #e6f0f7; }
#nx-compact .nx-message-controls .nx-autoplay-toggle::after { display: none; }
#nx-compact .nx-dots { display: flex; flex-wrap: wrap; justify-content: center; max-width: 160px; gap: 0; }
#nx-compact .nx-dots button { display: grid; place-items: center; width: 20px; height: 30px; padding: 0; border: 0; background: transparent; cursor: pointer; }
#nx-compact .nx-dots button::after { content: ""; width: 5px; height: 5px; border-radius: 4px; background: #c9d6df; }
#nx-compact .nx-dots button[aria-pressed="true"]::after { width: 13px; background: #158eb2; }
#nx-compact .nx-side { display: grid; grid-template-rows: auto 1fr; gap: 12px; min-width: 0; }
#nx-compact .nx-offer { display: flex; flex-direction: column; justify-content: space-between; min-height: 210px; padding: 22px; border: 1px solid #cde4f5; border-radius: 14px; background-color: #eaf5ff; background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(49, 110, 142, .035) 24px 25px); }
#nx-compact .nx-offer-label { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #23718f; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
#nx-compact .nx-offer-label > i { font-size: 15px; }
#nx-compact .nx-tag { margin-left: auto; padding: 3px 6px; border: 1px solid #c8dfef; border-radius: 4px; font-size: 10px; font-weight: 600; letter-spacing: 0; color: #466e83; }
#nx-compact .nx-offer h2 { padding: 0; margin: 16px 0 16px; color: #183d56; font-size: 28px; font-weight: 750; line-height: 1.25; letter-spacing: -.035em; }
#nx-compact .nx-offer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
#nx-compact .nx-price { display: grid; grid-template-columns: auto auto; justify-content: start; align-items: baseline; column-gap: 6px; row-gap: 2px; }
#nx-compact .nx-price strong { font-size: 28px; font-weight: 800; letter-spacing: -.045em; color: #116988; }
#nx-compact .nx-price > span { font-size: 13px; color: #506e80; }
#nx-compact .nx-price small { display: block; grid-column: 1 / -1; color: #557486; font-size: 12px; }
#nx-compact .nx-offer-link { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #bcd9ed; border-radius: 6px; font-size: 13px; font-weight: 800; color: #136b8a; padding: 10px 12px; white-space: nowrap; }
#nx-compact .nx-offer-link:hover { background: #fff; color: #123b50; }
#nx-compact .nx-offer.nx-server-offer { position: relative; min-height: 0; padding: 15px 18px; border-color: #33597e; background-color: #203e61; background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(211,229,248,.035) 24px 25px); box-shadow: 0 6px 20px rgba(24,53,87,.12); }
#nx-compact .nx-server-offer .nx-offer-label { color: #c5ddf5; font-size: 11px; letter-spacing: .065em; }
#nx-compact .nx-server-body { display: block; margin: 7px 0 8px; }
#nx-compact .nx-server-offer .nx-server-body h2 { color: #fff; margin: 0 0 7px; font-size: 25px; font-weight: 800; line-height: 1.12; letter-spacing: -.03em; overflow-wrap: anywhere; }
#nx-compact .nx-server-summary { margin: 0; color: #d7e3f0; font-size: 13px; line-height: 1.45; }
#nx-compact .nx-server-benefits { display: flex; flex-wrap: wrap; gap: 6px 13px; margin-bottom: 10px; color: #e4eef9; font-size: 11px; font-weight: 650; line-height: 1.4; }
#nx-compact .nx-server-benefits span { display: inline-flex; align-items: center; gap: 5px; }
#nx-compact .nx-server-benefits i { color: #9fc8ef; font-size: 11px; }
#nx-compact .nx-server-cta { display: inline-flex; justify-content: space-between; align-items: center; align-self: stretch; gap: 14px; min-height: 42px; padding: 10px 13px; border-radius: 6px; background: #edf4fc; color: #203e61; font-size: 14px; font-weight: 800; transition: background .15s ease; }
#nx-compact .nx-server-cta:hover { color: #193553; background: #fff; }
#nx-compact .nx-server-cta:focus-visible { outline-color: #fff; }
#nx-compact .nx-server-cta i { font-size: 12px; }
#nx-compact .nx-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
#nx-compact .nx-mini { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 12px 13px; min-width: 0; border: 1px solid var(--nx-border); border-radius: 12px; background-color: #fff; background-image: repeating-linear-gradient(135deg, transparent 0 24px, rgba(49, 110, 142, .04) 24px 25px); color: var(--nx-ink); transition: border-color .15s ease, background-color .15s ease; }
#nx-compact .nx-mini:hover { border-color: #a9d6e7; background-color: #edf5fa; }
#nx-compact .nx-mini-icon { font-size: 17px; color: #2384a7; margin-bottom: 7px; }
#nx-compact .nx-mini h3 { margin: 0 0 5px; padding: 0; color: #173b54; font-size: 16px; font-weight: 750; line-height: 1.4; }
#nx-compact .nx-mini > span { max-width: 100%; padding-right: 10px; color: #4f697e; font-size: 13px; line-height: 1.5; }
#nx-compact .nx-mini-arrow { position: absolute; right: 13px; bottom: 12px; font-size: 11px; color: #7196ab; }
#nx-compact .nx-hosting .nx-price { margin: 5px 0 10px; column-gap: 5px; grid-template-columns: minmax(0,auto) auto; max-width: 100%; }
#nx-compact .nx-hosting .nx-price strong { font-size: 24px; overflow-wrap: anywhere; }
#nx-compact .nx-hosting .nx-price > span { font-size: 12px; }
#nx-compact .nx-hosting .nx-price small { font-size: 11px; }
#nx-compact .nx-hosting .nx-hosting-cta { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: auto; padding: 0; color: #276884; font-size: 12px; font-weight: 750; }
#nx-compact .nx-hosting-cta i { font-size: 10px; }
#nx-compact .nx-mini-campaign h3 strong { font-weight: 800; color: #087fac; }
#nx-compact .nx-mini-campaign .nx-mini-icon { display: block; width: max-content; margin-bottom: 7px; }
#nx-compact .nx-campaign-link { display: block; color: inherit; }
#nx-compact .nx-message-slides { display: grid; width: 100%; flex: 1; }
#nx-compact [data-nx-message] { grid-area: 1 / 1; min-width: 0; overflow-wrap: anywhere; }
#nx-compact .nx-message-ready [data-nx-message][hidden] { display: block !important; visibility: hidden; pointer-events: none; }
#nx-compact [data-nx-message].nx-enter { animation: nx-slide-enter .3s ease both; }
#nx-compact .nx-message-controls { align-self: center; margin: 5px 0 -12px; }
@media (prefers-reduced-motion: reduce) { #nx-compact [data-nx-message].nx-enter { animation: none; } }
#nx-compact .nx-campaign-link > span { color: #4f697e; font-size: 13px; line-height: 1.5; }
#nx-compact .nx-coupon { display: flex; width: fit-content; align-items: center; gap: 4px; max-width: 100%; padding: 2px 2px 2px 6px; margin-top: 9px; border: 1px dashed #bbd9e6; border-radius: 4px; color: #335c75; background: #f3faff; font-size: 11px; line-height: 1.4; }
#nx-compact .nx-coupon b { font-weight: 800; letter-spacing: .015em; }
#nx-compact .nx-coupon button { display: grid; place-items: center; flex-shrink: 0; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 3px; background: transparent; color: #176f92; cursor: pointer; }
#nx-compact .nx-coupon button:hover { background: #dfedf6; }
#nx-compact .nx-coupon button[data-copied="true"] { color: #12694d; background: #dbf3e9; }
#nx-compact .nx-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
#nx-compact .nx-services { display: flex; align-items: center; min-height: 54px; margin-top: 12px; padding: 0 5px; border-bottom: 1px solid #e7edf2; gap: 0; }
#nx-compact .nx-services-label { color: #627d90; font-size: 11px; letter-spacing: .055em; font-weight: 750; padding-right: 20px; white-space: nowrap; }
#nx-compact .nx-services a { display: flex; flex: 1; align-items: center; justify-content: center; gap: 9px; padding: 10px 12px; color: #3a5870; font-size: 14px; font-weight: 650; border-left: 1px solid #e6edf2; white-space: nowrap; }
#nx-compact .nx-services a i { color: #537e98; font-size: 16px; }
#nx-compact .nx-services a:hover { color: #0789b1; background: #f6fbfd; }
@media (min-width: 1600px) {
  #nx-compact .nx-slide h1, #nx-compact .nx-slide h2 { font-size: 38px; }
}
@media (max-width: 1100px) and (min-width: 901px) {
  #nx-compact .nx-grid { grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); gap: 12px; }
  #nx-compact .nx-main { padding: 20px 20px 0; }
  #nx-compact .nx-main-body { grid-template-columns: minmax(0,1.7fr) minmax(0,1fr); }
  #nx-compact .nx-slide h1, #nx-compact .nx-slide h2 { font-size: 32px; }
  #nx-compact .nx-actions { gap: 9px; }
  #nx-compact .nx-offer { padding: 19px 17px; }
  #nx-compact .nx-tag { display: none; }
  #nx-compact .nx-proof { gap: 9px; }
  #nx-compact .nx-controls { gap: 0; }
  #nx-compact .nx-dots button { width: 16px; }
  #nx-compact .nx-services-label { display: none; }
}
@media (max-width: 900px) {
  #nx-compact .nx-grid { grid-template-columns: 1fr; }
  #nx-compact .nx-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  #nx-compact .nx-main-body { min-height: 240px; grid-template-columns: 1.5fr 1fr; }
  #nx-compact .nx-server-offer .nx-server-body h2 { font-size: 23px; }
  #nx-compact .nx-slide h1, #nx-compact .nx-slide h2 { font-size: 36px; }
  #nx-compact .nx-offer { min-height: 200px; }
  #nx-compact .nx-tag { display: none; }
  #nx-compact .nx-mini-grid { gap: 10px; }
  #nx-compact .nx-mini { justify-content: center; }
  #nx-compact .nx-mini-arrow { bottom: 19px; }
  #nx-compact .nx-services-label { display: none; }
}
@media (max-width: 600px) {
  #nx-compact { padding: 0; margin-top: 12px; }
  #nx-compact .nx-wrap { width: calc(100% - 28px); }
  #nx-compact .nx-main { padding: 19px 18px 0; }
  #nx-compact .nx-eyebrow { font-size: 11px; letter-spacing: .035em; gap: 6px; }
  #nx-compact .nx-brand-line { width: 13px; }
  #nx-compact .nx-main-body { display: block; min-height: 0; }
  #nx-compact .nx-illustration { display: none; }
  #nx-compact .nx-slides { padding: 21px 0 20px; min-height: 245px; }
  #nx-compact .nx-slide h1, #nx-compact .nx-slide h2 { font-size: 32px; }
  #nx-compact .nx-slide p { font-size: 15px; }
  #nx-compact .nx-actions { margin-top: 18px; gap: 13px; }
  #nx-compact .nx-button { min-height: 44px; font-size: 14px; }
  #nx-compact .nx-main-footer { flex-wrap: wrap; padding: 9px 0; gap: 2px; }
  #nx-compact .nx-proof { gap: 12px; padding: 5px 0; }
  #nx-compact .nx-proof span { font-size: 12px; }
  #nx-compact .nx-controls { margin-left: auto; }
  #nx-compact .nx-side { grid-template-columns: 1fr; }
  #nx-compact .nx-offer { min-height: 0; padding: 18px 20px; }
  #nx-compact .nx-offer h2 { font-size: 27px; margin: 12px 0; }
  #nx-compact .nx-tag { display: inline-block; }
  #nx-compact .nx-mini { min-height: 118px; justify-content: flex-start; padding: 13px; }
  #nx-compact .nx-server-offer .nx-server-body h2 { font-size: 25px; }
  #nx-compact .nx-mini h3 { font-size: 16px; }
  #nx-compact .nx-mini > span { font-size: 13px; }
  #nx-compact .nx-services { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; gap: 0; padding: 0; }
  #nx-compact .nx-services a { flex: 0 0 auto; padding: 13px 17px; font-size: 14px; }
  #nx-compact .nx-services a:first-of-type { border-left: 0; padding-left: 5px; }
}
/* Share the exact rail of the next module and remove its legacy hero overlap. */
#nx-compact ~ .nodex-assurance-band { margin-top: 14px !important; }
#nx-compact ~ .nodex-assurance-band .nodex-assurance-band__shell { box-sizing: border-box; width: min(1180px, calc(100% - 40px)) !important; }
@media (max-width: 600px) {
  #nx-compact ~ .nodex-assurance-band .nodex-assurance-band__shell { width: calc(100% - 28px) !important; }
}
@media (prefers-reduced-motion: reduce) {
  #nx-compact * { transition: none !important; scroll-behavior: auto !important; }
}
