/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
      monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #0a1320;
  --ink-soft: #132235;
  --paper: #f4f1e9;
  --paper-bright: #fbfaf6;
  --line: #0a132029;
  --muted: #66717d;
  --accent: #c9f45b;
  --blue: #647bff;
  --text-body: clamp(16px, calc(15px + 0.2vw), 18px);
  --text-compact: clamp(15px, calc(14px + 0.15vw), 16px);
  --text-lead: clamp(17px, calc(16px + 0.25vw), 20px);
  --text-note: clamp(13px, calc(12px + 0.15vw), 14px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
  font-size: var(--text-body);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.page-top-anchor {
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.back-to-top {
  z-index: 70;
  width: 52px;
  height: 52px;
  color: var(--accent);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0a1320f0;
  border: 1px solid #fff3;
  border-radius: 50%;
  place-items: center;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  animation: linear both reveal-back-to-top;
  animation-timeline: scroll(root);
  animation-range: 260px 340px;
  display: grid;
  position: fixed;
  bottom: clamp(16px, 2vw, 28px);
  right: clamp(16px, 2vw, 28px);
  transform: translateY(12px);
  box-shadow: 0 14px 38px #0a132040;
}
.back-to-top svg {
  width: 24px;
  height: 24px;
}
.back-to-top path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.back-to-top:hover {
  color: var(--ink);
  background: var(--accent);
  box-shadow: 0 16px 42px #0a132052;
}
.back-to-top:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
@keyframes reveal-back-to-top {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@supports not (animation-timeline: scroll()) {
  .back-to-top {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}
.site-header {
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  width: min(100% - 48px, 1440px);
  min-height: 88px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.brand {
  align-items: center;
  gap: 13px;
  display: inline-flex;
}
.brand-mark {
  color: #fff;
  border: 1px solid #ffffff6b;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}
.brand-mark svg {
  width: 25px;
  height: 25px;
}
.brand-mark .logo-frame,
.brand-mark .logo-bar {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4px;
}
.brand-mark .logo-dot {
  fill: var(--accent);
}
.brand-mark .logo-dot.muted {
  fill: #ffffff61;
}
.brand-mark .logo-prompt {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-mark .logo-server {
  fill: none;
  stroke: #ffffff85;
  stroke-width: 1.3px;
  stroke-linecap: round;
}
.brand-copy {
  gap: 2px;
  display: grid;
}
.brand-copy strong {
  letter-spacing: 0.01em;
  font-size: 14px;
}
.brand-copy small {
  color: #ffffff94;
  font-size: 11px;
}
.desktop-nav {
  color: #ffffffb8;
  gap: 34px;
  font-size: 13px;
  display: flex;
}
.desktop-nav a {
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: #fff;
}
.header-cta {
  border: 1px solid #ffffff57;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s;
}
.header-cta:hover {
  color: var(--ink);
  background: #fff;
}
.header-cta:focus-visible,
.mobile-menu-trigger:focus-visible,
.mobile-nav a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.header-cta-short,
.mobile-menu-trigger,
.mobile-nav {
  display: none;
}
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 75% 18%, #647bff33, #0000 27%),
    linear-gradient(135deg, #09121e 0%, #0d1928 58%, #101f30 100%);
  grid-template-columns: minmax(0, 1.13fr) minmax(390px, 0.87fr);
  align-items: center;
  gap: 70px;
  min-height: 780px;
  padding: 155px max(48px, 50vw - 720px) 86px;
  display: grid;
  overflow: hidden;
}
.hero-copy {
  z-index: 2;
  max-width: 830px;
  position: relative;
}
.eyebrow {
  color: #fff9;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  font-size: 11px;
  font-weight: 750;
  display: flex;
}
.eyebrow > span {
  background: var(--accent);
  width: 28px;
  height: 2px;
}
.eyebrow.dark {
  color: var(--muted);
}
.hero h1 {
  letter-spacing: -0.055em;
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 760;
  line-height: 0.96;
}
.hero h1 span {
  color: var(--accent);
}
.hero-lead {
  color: #ffffffad;
  max-width: 690px;
  font-size: var(--text-lead);
  margin: 31px 0 0;
  line-height: 1.75;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
  display: flex;
}
.button {
  min-height: 54px;
  font-size: var(--text-compact);
  border: 1px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 23px;
  font-weight: 750;
  transition:
    transform 0.2s,
    background 0.2s,
    border 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--accent);
  color: var(--ink);
}
.button-primary:hover {
  background: #dafd82;
}
.button-secondary {
  color: #fff;
  border-color: #ffffff42;
}
.button-secondary:hover {
  border-color: #ffffffa6;
}
.hero-contact {
  color: #ffffff80;
  font-size: var(--text-note);
  align-items: center;
  gap: 16px;
  margin-top: 27px;
  display: flex;
}
.hero-contact span {
  background: var(--accent);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}
.hero-contact a:hover {
  color: #fff;
}
.hero-visual {
  place-items: center;
  min-height: 510px;
  display: grid;
  position: relative;
}
.visual-grid {
  opacity: 0.22;
  background-image:
    linear-gradient(#ffffff1f 1px, #0000 1px), linear-gradient(90deg, #ffffff1f 1px, #0000 1px);
  background-size: 42px 42px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle, #000 20%, #0000 70%);
  mask-image: radial-gradient(circle, #000 20%, #0000 70%);
}
.orbit {
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  position: absolute;
}
.orbit-one {
  width: 390px;
  height: 390px;
}
.orbit-two {
  border-style: dashed;
  width: 505px;
  height: 505px;
  animation: 42s linear infinite rotate;
}
.orbit-two:before,
.orbit-two:after {
  content: "";
  background: var(--accent);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
}
.orbit-two:before {
  box-shadow: 0 0 20px var(--accent);
  top: 61px;
  right: 81px;
}
.orbit-two:after {
  background: var(--blue);
  box-shadow: 0 0 20px var(--blue);
  bottom: 60px;
  left: 84px;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.hero-art {
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 35px 55px #00000075);
  width: min(92%, 485px);
  height: auto;
  position: relative;
}
.status-card {
  z-index: 4;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #0a1320c7;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  min-width: 174px;
  padding: 14px 17px;
  display: flex;
  position: absolute;
  box-shadow: 0 18px 45px #00000038;
}
.status-card-top {
  top: 68px;
  right: -8px;
}
.status-card-bottom {
  gap: 3px;
  display: grid;
  bottom: 62px;
  left: -2px;
}
.status-card small {
  color: #ffffff6b;
  letter-spacing: 0.16em;
  font-size: 9px;
}
.status-card strong {
  margin-top: 3px;
  font-size: 11px;
  display: block;
}
.status-light {
  background: var(--accent);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 14px var(--accent);
  border-radius: 50%;
}
.visual-label {
  color: #ffffff47;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  font-size: 9px;
  position: absolute;
  bottom: 5px;
  right: 9px;
}
.signal-strip {
  background: var(--accent);
  grid-template-columns: repeat(3, 1fr);
  padding: 0 max(48px, 50vw - 720px);
  display: grid;
}
.signal-strip > div {
  border-right: 1px solid #0a13202e;
  align-content: center;
  min-height: 132px;
  padding: 30px 35px 26px 60px;
  display: grid;
  position: relative;
}
.signal-strip > div:first-child {
  border-left: 1px solid #0a13202e;
}
.signal-strip span {
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 31px;
  left: 23px;
}
.signal-strip strong {
  font-size: var(--text-compact);
}
.signal-strip small {
  color: #0a13209e;
  font-size: var(--text-note);
  margin-top: 7px;
  line-height: 1.55;
}
.services {
  background: var(--paper);
  padding: 120px max(48px, 50vw - 660px);
}
.section-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 60px;
  display: flex;
}
.section-heading h2 {
  letter-spacing: -0.042em;
  margin: 0;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1.06;
}
.services-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.service-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  min-height: 350px;
  padding: 30px;
  transition:
    background 0.25s,
    transform 0.25s;
  display: flex;
}
.service-card:hover {
  background: var(--paper-bright);
  transform: translateY(-4px);
}
.service-number {
  color: var(--muted);
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 800;
}
.service-card h3 {
  letter-spacing: -0.025em;
  margin: 52px 0 17px;
  font-size: 23px;
}
.service-card p {
  color: var(--muted);
  font-size: var(--text-body);
  margin: 0;
  line-height: 1.7;
}
.service-card a {
  font-size: var(--text-note);
  margin-top: auto;
  padding-top: 28px;
  font-weight: 750;
}
.service-card a span {
  float: right;
}
.skip-link {
  z-index: 100;
  background: var(--accent);
  color: var(--ink);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.section-intro {
  max-width: 430px;
  color: var(--muted);
  font-size: var(--text-body);
  margin: 0 0 7px;
  line-height: 1.8;
}
.section-intro-highlight {
  border-left: 4px solid var(--blue);
  background: var(--paper-bright);
  max-width: 475px;
  padding: 23px 26px 23px 30px;
  line-height: 1.65;
  position: relative;
  box-shadow: 0 18px 45px #0a132012;
}
.section-intro-highlight strong {
  color: var(--ink);
  font-size: var(--text-lead);
  margin-bottom: 8px;
  line-height: 1.35;
  display: block;
}
.section-intro-highlight span {
  display: block;
}
.section-intro-highlight em {
  color: var(--ink);
  margin-top: 12px;
  font-style: normal;
  font-weight: 750;
  display: block;
}
.service-topline {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 22px;
  display: flex;
}
.featured-label {
  background: var(--accent);
  color: var(--ink);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 7px 9px;
  font-size: 10px;
  font-weight: 850;
}
.service-tags {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
  display: flex;
}
.service-tags span {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 6px 8px;
  font-size: 11px;
}
.service-card.featured {
  background: var(--ink);
  color: #fff;
}
.service-card.featured:hover {
  background: #111e2e;
}
.service-card.featured .service-number,
.service-card.featured p {
  color: #fff9;
}
.service-card.featured .service-tags span {
  color: #ffffff8a;
  border-color: #ffffff2b;
}
.managed-hosting {
  border-top: 1px solid var(--line);
  background: #e9ece7;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: clamp(60px, 8vw, 125px);
  padding: 115px max(48px, 50vw - 660px);
  display: grid;
}
.managed-hosting h2 {
  letter-spacing: -0.044em;
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 3.6vw, 54px);
  line-height: 1.06;
}
.managed-hosting-copy > p:not(.eyebrow) {
  max-width: 735px;
  color: var(--muted);
  font-size: var(--text-body);
  line-height: 1.8;
}
.managed-hosting-copy .managed-hosting-lead {
  color: var(--ink);
  font-size: var(--text-lead);
  margin: 28px 0 14px;
}
.managed-hosting-actions {
  align-items: center;
  gap: 25px;
  margin-top: 32px;
  display: flex;
}
.managed-hosting-actions .text-link {
  margin: 0;
}
.managed-hosting-panel {
  color: #fff;
  background: var(--ink);
  padding: 34px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 75px #0a13202b;
}
.managed-hosting-panel:before {
  content: "";
  opacity: 0.12;
  background-image:
    linear-gradient(#ffffff24 1px, #0000 1px), linear-gradient(90deg, #ffffff24 1px, #0000 1px);
  background-size: 34px 34px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(135deg, #0000 5%, #000 80%);
  mask-image: linear-gradient(135deg, #0000 5%, #000 80%);
}
.managed-hosting-panel > * {
  z-index: 1;
  position: relative;
}
.managed-hosting-panel-head {
  color: #ffffff8f;
  letter-spacing: 0.13em;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  display: flex;
}
.managed-hosting-panel-head small {
  font-size: inherit;
}
.managed-hosting-panel-head span {
  color: var(--accent);
}
.managed-hosting-panel h3 {
  letter-spacing: -0.035em;
  max-width: 420px;
  margin: 54px 0 30px;
  font-size: 28px;
  line-height: 1.15;
}
.managed-hosting-panel ul {
  border-top: 1px solid #ffffff24;
  margin: 0;
  padding: 0;
  list-style: none;
}
.managed-hosting-panel li {
  border-bottom: 1px solid #ffffff24;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 17px 0;
  display: grid;
}
.managed-hosting-panel li span {
  color: var(--accent);
  padding-top: 2px;
  font-size: 9px;
  font-weight: 800;
}
.managed-hosting-panel li strong {
  font-size: var(--text-note);
  font-weight: 650;
}
.managed-hosting-panel > p {
  color: #ffffff6b;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 26px 0 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}
.dedicated {
  color: #fff;
  background:
    radial-gradient(circle at 82%, #647bff30, #0000 34%), linear-gradient(145deg, #0a1421, #101f30);
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(65px, 8vw, 130px);
  padding: 135px max(48px, 50vw - 660px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.dedicated:before {
  content: "";
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(#ffffff1a 1px, #0000 1px), linear-gradient(90deg, #ffffff1a 1px, #0000 1px);
  background-size: 52px 52px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000 40%, #000);
  mask-image: linear-gradient(90deg, #0000 40%, #000);
}
.dedicated-copy,
.server-console {
  z-index: 1;
  position: relative;
}
.dedicated h2 {
  letter-spacing: -0.048em;
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 3.7vw, 58px);
  line-height: 1.06;
}
.dedicated-lead {
  color: #ffffffa3;
  max-width: 680px;
  font-size: var(--text-lead);
  margin: 28px 0 0;
  line-height: 1.8;
}
.check-list {
  border-top: 1px solid #ffffff26;
  margin: 35px 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  border-bottom: 1px solid #ffffff26;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 17px 0;
  display: grid;
}
.check-list li > span {
  color: var(--accent);
  padding-top: 3px;
  font-size: 10px;
  font-weight: 800;
}
.check-list div {
  gap: 5px;
  display: grid;
}
.check-list strong {
  font-size: var(--text-compact);
}
.check-list small {
  color: #ffffff8c;
  font-size: var(--text-note);
  line-height: 1.55;
}
.server-console {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #050c14a3;
  border: 1px solid #ffffff2b;
  border-radius: 10px;
  padding: 25px;
  box-shadow:
    0 45px 110px #00000061,
    inset 0 0 60px #647bff0d;
}
.console-head {
  color: #ffffff5c;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 2px 22px;
  display: grid;
}
.console-head small {
  letter-spacing: 0.15em;
  font-size: 9px;
}
.console-head > span:last-child {
  font-size: 9px;
  font-weight: 800;
}
.console-dot {
  background: var(--blue);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 12px var(--blue);
  border-radius: 50%;
}
.server-box {
  background: #111f2fd9;
  border: 1px solid #ffffff21;
  padding: 28px;
}
.server-title {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  display: grid;
}
.server-title strong {
  font-size: 14px;
}
.server-title small {
  color: var(--accent);
  letter-spacing: 0.12em;
  font-size: 9px;
}
.server-metrics {
  background: #ffffff17;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 28px;
  display: grid;
}
.server-metrics div {
  background: #111f2f;
  gap: 7px;
  padding: 16px 12px;
  display: grid;
}
.server-metrics span {
  color: #ffffff57;
  letter-spacing: 0.13em;
  font-size: 8px;
}
.server-metrics strong {
  font-size: 11px;
  font-weight: 700;
}
.load-lines {
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 5px;
  height: 42px;
  margin-top: 24px;
  display: grid;
}
.load-lines span {
  background: #c9f45b47;
  height: 30%;
  display: block;
}
.load-lines span:nth-child(2),
.load-lines span:nth-child(6) {
  height: 52%;
}
.load-lines span:nth-child(3),
.load-lines span:nth-child(7) {
  height: 74%;
}
.load-lines span:nth-child(4) {
  background: var(--accent);
  height: 100%;
}
.load-lines span:nth-child(5) {
  height: 66%;
}
.load-lines span:nth-child(8) {
  height: 45%;
}
.console-flow {
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  display: grid;
}
.console-flow div {
  border: 1px solid #ffffff1a;
  gap: 4px;
  padding: 13px;
  display: grid;
}
.console-flow span {
  color: #ffffff4f;
  font-size: 8px;
}
.console-flow strong {
  font-size: 10px;
}
.console-flow i {
  color: var(--accent);
  font-size: 11px;
  font-style: normal;
}
.server-console > p {
  color: #ffffff42;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 22px 0 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
}
.problems {
  background: var(--paper-bright);
  grid-template-columns: 0.88fr 1.12fr;
  gap: 90px;
  padding: 125px max(48px, 50vw - 660px);
  display: grid;
}
.problems-heading {
  align-self: start;
  position: sticky;
  top: 40px;
}
.problems-heading h2 {
  letter-spacing: -0.047em;
  margin: 0;
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 1.07;
}
.security-visual {
  border: 1px solid var(--line);
  background: #eef0eb;
  grid-template-columns: 135px 1fr;
  align-items: center;
  gap: 12px;
  max-width: 440px;
  min-height: 145px;
  margin-top: 42px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.security-visual:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #647bff12, #0000 65%);
  position: absolute;
  inset: 0;
}
.security-visual img {
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px #0a132029);
  width: 135px;
  height: 135px;
  position: relative;
}
.security-visual div {
  z-index: 1;
  gap: 7px;
  padding: 18px 18px 18px 0;
  display: grid;
  position: relative;
}
.security-visual small {
  color: var(--muted);
  letter-spacing: 0.12em;
  font-size: 9px;
  font-weight: 800;
}
.security-visual strong {
  font-size: 13px;
}
.security-visual span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.problem-list {
  border-top: 1px solid var(--line);
}
.problem-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 36px 1fr 30px;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  display: grid;
}
.problem-row > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}
.problem-row p {
  font-size: var(--text-body);
  margin: 0;
  font-weight: 650;
  line-height: 1.45;
}
.problem-row a {
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 11px;
  transition:
    background 0.2s,
    color 0.2s;
  display: grid;
}
.problem-row a:hover {
  background: var(--ink);
  color: #fff;
}
.process-section {
  color: #fff;
  background: #152437;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 90px;
  padding: 125px max(48px, 50vw - 660px);
  display: grid;
}
.process-heading h2 {
  letter-spacing: -0.043em;
  margin: 0;
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 1.07;
}
.process-heading > p:last-child {
  color: #ffffff9e;
  max-width: 480px;
  font-size: var(--text-body);
  margin: 25px 0 0;
  line-height: 1.75;
}
.process-grid {
  border-top: 1px solid #ffffff26;
  border-left: 1px solid #ffffff26;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.process-grid article {
  border-bottom: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  min-height: 260px;
  padding: 26px;
}
.process-grid article > span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 850;
}
.process-grid h3 {
  margin: 45px 0 13px;
  font-size: 19px;
}
.process-grid p {
  color: #ffffff94;
  font-size: var(--text-compact);
  margin: 0;
  line-height: 1.7;
}
.about {
  background: var(--paper);
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(60px, 9vw, 145px);
  padding: 135px max(48px, 50vw - 610px);
  display: grid;
}
.about-card {
  color: #fff;
  background:
    radial-gradient(circle at 50% 45%, #647bff3d, #0000 29%),
    linear-gradient(145deg, #0b1522, #17283b);
  place-items: center;
  min-height: 515px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.about-card:before,
.about-card:after {
  content: "";
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  position: absolute;
}
.about-card:before {
  width: 315px;
  height: 315px;
}
.about-card:after {
  border-style: dashed;
  width: 430px;
  height: 430px;
}
.about-graphic {
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 30px 45px #00000061);
  width: 88%;
  height: 88%;
  position: relative;
}
.about-status {
  z-index: 2;
  background: #070e16b3;
  border: 1px solid #ffffff24;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.about-copy h2 {
  letter-spacing: -0.043em;
  margin: 0;
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 1.07;
}
.about-lead {
  margin: 28px 0 17px;
  color: var(--ink) !important;
  font-size: var(--text-lead) !important;
}
.about-copy > p {
  color: var(--muted);
  font-size: var(--text-body);
  line-height: 1.8;
}
.about-company {
  border: 1px solid var(--line);
  background: var(--paper-bright);
  padding: 9px 12px;
  font-weight: 750;
  display: inline-block;
  color: var(--ink) !important;
  font-size: var(--text-note) !important;
  margin: 5px 0 0 !important;
}
.tech-stack {
  flex-wrap: wrap;
  gap: 7px;
  margin: 30px 0;
  display: flex;
}
.tech-stack span {
  border: 1px solid var(--line);
  background: var(--paper-bright);
  color: var(--muted);
  padding: 8px 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}
.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: var(--text-compact);
  gap: 25px;
  padding-bottom: 5px;
  font-weight: 750;
  display: inline-flex;
}
.faq {
  background: #e8e4d9;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
  padding: 125px max(48px, 50vw - 660px);
  display: grid;
}
.faq-heading h2 {
  letter-spacing: -0.043em;
  margin: 0;
  font-size: clamp(38px, 3.7vw, 56px);
}
.faq-heading > p:last-child {
  max-width: 440px;
  color: var(--muted);
  font-size: var(--text-body);
  line-height: 1.75;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  min-height: 88px;
  font-size: var(--text-body);
  grid-template-columns: 34px 1fr 30px;
  align-items: center;
  gap: 13px;
  font-weight: 700;
  list-style: none;
  display: grid;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  color: var(--muted);
  font-size: 9px;
}
.faq-list summary i {
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  transition: transform 0.2s;
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
}
.faq-list details p {
  color: var(--muted);
  font-size: var(--text-body);
  margin: -3px 35px 28px 47px;
  line-height: 1.75;
}
.file-drop {
  color: #fff;
  background:
    radial-gradient(circle at 18%, #647bff38, #0000 28%), linear-gradient(145deg, #08121f, #132439);
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 90px;
  padding: 105px max(48px, 50vw - 580px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.file-drop:before {
  content: "";
  opacity: 0.13;
  background-image:
    linear-gradient(#ffffff1c 1px, #0000 1px), linear-gradient(90deg, #ffffff1c 1px, #0000 1px);
  background-size: 46px 46px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 20%, #000, #0000 42%);
  mask-image: radial-gradient(circle at 20%, #000, #0000 42%);
}
.file-drop-visual {
  z-index: 1;
  place-items: center;
  min-height: 310px;
  display: grid;
  position: relative;
}
.upload-ring {
  border: 1px solid #ffffff29;
  border-radius: 50%;
  position: absolute;
}
.ring-one {
  width: 230px;
  height: 230px;
}
.ring-two {
  border-style: dashed;
  width: 305px;
  height: 305px;
  animation: 40s linear infinite reverse rotate;
}
.ring-two:before {
  content: "";
  background: var(--accent);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 16px var(--accent);
  border-radius: 50%;
  position: absolute;
  top: 32px;
  right: 42px;
}
.upload-symbol {
  z-index: 2;
  width: 120px;
  height: 120px;
  color: var(--accent);
  background: #0a13209e;
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  place-items: center;
  font-size: 42px;
  font-weight: 300;
  display: grid;
  position: relative;
  box-shadow:
    0 25px 55px #00000047,
    inset 0 0 35px #c9f45b0f;
}
.file-drop-visual > small {
  z-index: 2;
  color: #ffffff47;
  letter-spacing: 0.16em;
  font-size: 9px;
  position: absolute;
  bottom: 3px;
}
.file-drop-copy {
  z-index: 1;
  position: relative;
}
.file-drop-copy h2 {
  letter-spacing: -0.043em;
  max-width: 700px;
  margin: 0;
  font-size: clamp(38px, 3.8vw, 58px);
  line-height: 1.06;
}
.file-drop-copy > p:last-of-type {
  color: #ffffffa8;
  max-width: 680px;
  font-size: var(--text-body);
  margin: 27px 0 0;
  line-height: 1.8;
}
.file-drop-actions {
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  display: flex;
}
.file-drop-actions > small {
  color: #ffffff80;
  max-width: 245px;
  font-size: var(--text-note);
  line-height: 1.55;
}
.contact-section {
  background: var(--accent);
  padding: 100px max(48px, 50vw - 660px);
}
.contact-kicker {
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: clamp(11px, 0.75vw, 12px);
  font-weight: 850;
}
.contact-section h2 {
  letter-spacing: -0.052em;
  margin: 0;
  font-size: clamp(46px, 6.2vw, 88px);
  line-height: 0.98;
}
.contact-section h2 span {
  color: #0a13206b;
}
.contact-actions {
  align-items: center;
  gap: 34px;
  margin-top: 48px;
  display: flex;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #1b2a3c;
}
.contact-phone {
  gap: 4px;
  display: grid;
}
.contact-phone small {
  color: #0a132085;
  text-transform: uppercase;
  font-size: 9px;
}
.contact-phone strong {
  font-size: var(--text-lead);
}
.site-footer {
  color: #fff;
  background: #08111b;
  grid-template-columns: auto minmax(220px, 1fr) minmax(320px, auto) auto;
  align-items: center;
  gap: 40px;
  min-height: 150px;
  padding: 35px max(48px, 50vw - 720px);
  display: grid;
}
.footer-brand .brand-mark {
  border-color: #ffffff40;
}
.footer-company {
  color: #ffffff7a;
  font-size: var(--text-note);
  gap: 5px;
  margin: 0;
  font-style: normal;
  line-height: 1.5;
  display: grid;
}
.footer-company strong {
  color: #ffffffc2;
  font-size: var(--text-note);
}
.site-footer nav {
  color: #ffffffad;
  font-size: var(--text-note);
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
  display: flex;
}
.site-footer nav a:hover {
  color: #fff;
}
.site-footer > small {
  color: #ffffff7a;
  font-size: 11px;
}
.contact-page,
.legal-page {
  background: var(--paper);
  min-height: 100vh;
}
.contact-page-main {
  padding: 105px max(48px, 50vw - 610px) 125px;
}
.contact-page-intro {
  max-width: 920px;
}
.contact-page-intro h1 {
  letter-spacing: -0.052em;
  max-width: 900px;
  margin: 0;
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 1;
}
.contact-page-intro > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: var(--text-lead);
  margin: 30px 0 0;
  line-height: 1.75;
}
.contact-data-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 72px;
  display: grid;
}
.contact-data-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-bright);
  flex-direction: column;
  min-height: 405px;
  padding: 36px;
  display: flex;
}
.contact-data-card-primary {
  color: #fff;
  background: var(--ink);
}
.contact-data-label {
  color: var(--muted);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  gap: 13px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}
.contact-data-label span {
  color: var(--blue);
}
.contact-data-card-primary .contact-data-label {
  color: #ffffff7a;
}
.contact-data-card-primary .contact-data-label span {
  color: var(--accent);
}
.contact-data-card h2 {
  letter-spacing: -0.03em;
  margin: 52px 0 22px;
  font-size: 27px;
}
.contact-copy-box {
  gap: 10px;
  display: grid;
}
.contact-copy-value {
  overflow-wrap: anywhere;
  width: fit-content;
  max-width: 100%;
  color: var(--ink);
  cursor: text;
  -webkit-user-select: all;
  user-select: all;
  padding: 10px 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(20px, 2.3vw, 31px);
  font-weight: 700;
  line-height: 1.25;
  display: block;
}
.contact-copy-value:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
}
.contact-data-card-primary .contact-copy-value {
  color: var(--accent);
}
.contact-copy-box small {
  max-width: 470px;
  color: var(--muted);
  font-size: var(--text-note);
  line-height: 1.55;
}
.contact-data-card-primary .contact-copy-box small {
  color: #ffffff80;
}
.contact-data-card > p {
  max-width: 500px;
  color: var(--muted);
  font-size: var(--text-compact);
  margin: auto 0 0;
  line-height: 1.7;
}
.contact-data-card-primary > p {
  color: #ffffff94;
}
.contact-data-card > .button {
  align-self: flex-start;
  margin-top: auto;
}
.contact-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(55px, 8vw, 110px);
  margin-top: 95px;
  display: grid;
}
.contact-support-grid article {
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.contact-support-grid h2 {
  letter-spacing: -0.03em;
  margin: 0 0 20px;
  font-size: 27px;
}
.contact-support-grid p,
.contact-support-grid address {
  max-width: 520px;
  color: var(--muted);
  font-size: var(--text-body);
  font-style: normal;
  line-height: 1.75;
}
.contact-support-grid .text-link {
  color: var(--ink);
  margin-top: 14px;
}
.legal-header {
  color: #fff;
  background: #08111b;
  border-bottom: 1px solid #ffffff21;
  justify-content: space-between;
  align-items: center;
  min-height: 88px;
  padding: 0 max(48px, 50vw - 720px);
  display: flex;
}
.legal-back {
  color: #ffffffb8;
  border: 1px solid #ffffff42;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s;
}
.legal-back:hover {
  color: var(--ink);
  background: #fff;
}
.legal-main {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(65px, 9vw, 140px);
  padding: 110px max(48px, 50vw - 610px) 130px;
  display: grid;
}
.legal-intro {
  align-self: start;
  position: sticky;
  top: 38px;
}
.legal-intro h1 {
  letter-spacing: -0.052em;
  max-width: 560px;
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
}
.legal-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: var(--text-lead);
  margin: 28px 0 0;
  line-height: 1.75;
}
.legal-metadata {
  border-top: 1px solid var(--line);
  margin: 42px 0 0;
}
.legal-metadata div {
  border-bottom: 1px solid var(--line);
  gap: 6px;
  padding: 16px 0;
  display: grid;
}
.legal-metadata dt {
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
.legal-metadata dd {
  font-size: var(--text-note);
  margin: 0;
  font-weight: 700;
}
.legal-document {
  max-width: 790px;
}
.legal-document section {
  border-bottom: 1px solid var(--line);
  margin-bottom: 36px;
  padding: 0 0 36px;
}
.legal-document section:last-child {
  margin-bottom: 0;
}
.legal-document h2 {
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  font-size: 23px;
  line-height: 1.25;
}
.legal-document p,
.legal-document li {
  color: #4f5c68;
  font-size: var(--text-body);
  line-height: 1.8;
}
.legal-document p {
  margin: 0 0 14px;
}
.legal-document p:last-child {
  margin-bottom: 0;
}
.legal-document ul {
  gap: 10px;
  margin: 0 0 16px;
  padding-left: 20px;
  display: grid;
}
.legal-document strong {
  color: var(--ink);
}
.legal-document a {
  color: var(--ink);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--blue);
  -webkit-text-decoration-color: var(--blue);
  -webkit-text-decoration-color: var(--blue);
  text-decoration-color: var(--blue);
  text-underline-offset: 3px;
  font-weight: 700;
}
.legal-footer {
  color: #ffffff8f;
  background: #08111b;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 130px;
  padding: 35px max(48px, 50vw - 610px);
  display: flex;
}
.legal-footer > div {
  font-size: var(--text-note);
  gap: 5px;
  display: grid;
}
.legal-footer > div strong {
  color: #fff;
  font-size: var(--text-note);
}
.legal-footer nav {
  font-size: var(--text-note);
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 24px;
  display: flex;
}
.legal-footer a:hover {
  color: #fff;
}
@media (width<=1080px) {
  .hero {
    grid-template-columns: 1fr 0.72fr;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(48px, 6.6vw, 72px);
  }
  .hero-visual {
    margin: 0 -50px;
    transform: scale(0.84);
  }
  .managed-hosting {
    gap: 55px;
  }
  .dedicated {
    grid-template-columns: 1fr 0.85fr;
    gap: 55px;
  }
  .problems,
  .process-section,
  .faq,
  .file-drop {
    gap: 55px;
  }
  .site-footer {
    grid-template-columns: 1fr auto;
  }
  .site-footer nav {
    grid-column: 1/-1;
    justify-content: flex-start;
  }
  .site-footer > small {
    justify-self: end;
  }
  .legal-main {
    gap: 60px;
  }
}
@media (width<=820px) {
  .site-header {
    width: calc(100% - 34px);
    min-height: 74px;
  }
  .desktop-nav,
  .brand-copy small {
    display: none;
  }
  .header-cta {
    padding: 10px 14px;
  }
  .mobile-menu-trigger {
    color: #fff;
    border: 1px solid #ffffff57;
    border-radius: 50%;
    place-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    display: grid;
  }
  .mobile-menu-trigger > span {
    background: currentColor;
    width: 17px;
    height: 1.5px;
  }
  .mobile-nav {
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.2s,
      visibility 0.2s;
    display: block;
    position: fixed;
    inset: 0;
  }
  .mobile-nav:target {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-nav-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #040a12bd;
    position: absolute;
    inset: 0;
  }
  .mobile-nav-panel {
    width: min(410px, 100% - 34px);
    color: var(--ink);
    background: var(--paper-bright);
    padding: 24px;
    transition: transform 0.22s;
    position: absolute;
    top: 16px;
    right: 17px;
    transform: translateY(-12px);
    box-shadow: 0 28px 80px #00000052;
  }
  .mobile-nav:target .mobile-nav-panel {
    transform: translateY(0);
  }
  .mobile-nav-heading {
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
    align-items: flex-start;
    min-height: 45px;
    display: flex;
  }
  .mobile-nav-heading strong {
    font-size: 21px;
  }
  .mobile-nav-heading a {
    border: 1px solid var(--line);
    border-radius: 50%;
    place-items: center;
    width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 1;
    display: grid;
  }
  .mobile-nav-panel > a:not(.mobile-nav-contact) {
    border-bottom: 1px solid var(--line);
    min-height: 58px;
    font-size: var(--text-body);
    align-items: center;
    gap: 18px;
    font-weight: 700;
    display: flex;
  }
  .mobile-nav-panel > a:not(.mobile-nav-contact) span {
    color: var(--muted);
    letter-spacing: 0.12em;
    font-size: 10px;
  }
  .mobile-nav-contact {
    min-height: 54px;
    color: var(--ink);
    background: var(--accent);
    font-size: var(--text-compact);
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    padding: 0 18px;
    font-weight: 800;
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 130px 22px 70px;
  }
  .hero h1 {
    font-size: clamp(46px, 11vw, 62px);
  }
  .hero-visual {
    min-height: 420px;
    margin: -20px 0 -50px;
    transform: scale(0.82);
  }
  .signal-strip {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }
  .signal-strip > div {
    border-bottom: 1px solid #0a13202e;
    border-right: 0;
    min-height: 105px;
  }
  .signal-strip > div:first-child {
    border-left: 0;
  }
  .services {
    padding: 85px 22px;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .section-heading {
    display: block;
  }
  .section-heading .eyebrow {
    margin-bottom: 24px;
  }
  .section-intro {
    margin-top: 25px;
  }
  .managed-hosting,
  .dedicated,
  .problems,
  .process-section,
  .about,
  .faq,
  .file-drop {
    grid-template-columns: 1fr;
    padding: 90px 22px;
  }
  .managed-hosting {
    gap: 60px;
  }
  .managed-hosting-panel {
    justify-self: center;
    width: 100%;
    max-width: 620px;
  }
  .dedicated {
    gap: 70px;
  }
  .server-console {
    justify-self: center;
    width: 100%;
    max-width: 620px;
  }
  .problems-heading {
    position: static;
  }
  .process-grid {
    margin-top: 5px;
  }
  .about-card {
    min-height: 420px;
  }
  .about {
    gap: 60px;
  }
  .faq {
    gap: 50px;
  }
  .file-drop {
    gap: 45px;
  }
  .file-drop-visual {
    order: 2;
    min-height: 285px;
  }
  .file-drop-copy {
    order: 1;
  }
  .contact-section {
    padding: 85px 22px;
  }
  .contact-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-page-main {
    padding: 80px 22px 95px;
  }
  .contact-data-grid,
  .contact-support-grid {
    grid-template-columns: 1fr;
  }
  .contact-data-card {
    min-height: 365px;
  }
  .contact-support-grid {
    gap: 50px;
    margin-top: 75px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px 22px;
  }
  .site-footer nav {
    flex-wrap: wrap;
  }
  .site-footer > small {
    justify-self: start;
  }
  .legal-header {
    min-height: 76px;
    padding: 0 22px;
  }
  .legal-header .brand-copy small {
    display: none;
  }
  .legal-main {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 80px 22px 95px;
  }
  .legal-intro {
    position: static;
  }
  .legal-intro h1 {
    font-size: clamp(42px, 11vw, 58px);
  }
  .legal-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 38px 22px;
  }
  .legal-footer nav {
    justify-content: flex-start;
  }
}
@media (width<=520px) {
  .back-to-top {
    width: 48px;
    height: 48px;
  }
  .brand-copy strong {
    font-size: 12px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
  }
  .header-cta {
    font-size: var(--text-note);
  }
  .header-cta-full {
    display: none;
  }
  .header-cta-short {
    display: inline;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-actions {
    display: grid;
  }
  .button {
    width: 100%;
  }
  .hero-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hero-contact span {
    display: none;
  }
  .hero-visual {
    margin: -55px -70px -92px;
    transform: scale(0.68);
  }
  .managed-hosting-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .managed-hosting-actions .button {
    width: 100%;
  }
  .managed-hosting-panel {
    padding: 25px 22px;
  }
  .managed-hosting-panel h3 {
    margin-top: 42px;
    font-size: 25px;
  }
  .service-card {
    min-height: 340px;
  }
  .server-console {
    padding: 14px;
  }
  .server-box {
    padding: 18px;
  }
  .server-metrics {
    grid-template-columns: 1fr;
  }
  .console-flow {
    gap: 5px;
  }
  .console-flow div {
    padding: 9px 6px;
  }
  .console-flow strong {
    font-size: 8px;
  }
  .problem-row {
    grid-template-columns: 28px 1fr 28px;
    min-height: 104px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-grid article {
    min-height: 250px;
  }
  .about-card {
    min-height: 360px;
  }
  .about-graphic {
    width: 92%;
    height: 92%;
  }
  .faq-list summary {
    min-height: 94px;
  }
  .contact-section h2 {
    font-size: 48px;
  }
  .button-dark {
    width: 100%;
    font-size: var(--text-compact);
  }
  .contact-page-intro h1 {
    font-size: 44px;
  }
  .contact-data-card {
    min-height: 345px;
    padding: 28px 22px;
  }
  .contact-data-card h2 {
    margin-top: 42px;
  }
  .contact-copy-value {
    font-size: 20px;
  }
  .security-visual {
    grid-template-columns: 105px 1fr;
  }
  .security-visual img {
    width: 105px;
    height: 105px;
  }
  .file-drop-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .file-drop-actions .button {
    width: 100%;
  }
  .legal-back {
    padding: 9px 11px;
    font-size: 12px;
  }
  .legal-header .brand-copy {
    display: none;
  }
  .legal-document h2 {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .orbit-two,
  .ring-two {
    animation: none;
  }
  .back-to-top {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: none;
    transform: none;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
  }
}
