:root {
  --page: #080b10;
  --page-soft: #0c1119;
  --card: #101722;
  --card-raised: #151e2b;
  --line: #243145;
  --line-bright: #354a68;
  --text: #f1f5fb;
  --muted: #8f9aae;
  --accent: #69d6ff;
  --accent-deep: #2f92ff;
  --accent-soft: rgba(105, 214, 255, 0.12);
  --lime: #bcff58;
  --danger: #ff7b7b;
  --shell: 1180px;
  --radius: 22px;
  color-scheme: dark;
}

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

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(55, 129, 255, 0.09), transparent 28rem),
    var(--page);
  color: var(--text);
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E");
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
.brand-copy strong,
.button,
.metric-row strong,
.status-pill,
.eyebrow {
  font-family: "Avenir Next Condensed", "Futura", "Trebuchet MS", sans-serif;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--page);
  background: var(--accent);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.focus-ring:focus-visible,
.site-nav a:focus-visible,
.site-footer a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(36, 49, 69, 0.75);
  background: rgba(8, 11, 16, 0.82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  border-radius: 10px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 42px;
  height: 42px;
  overflow: hidden;
  color: var(--page);
  background: var(--accent);
  border-radius: 12px 12px 4px 12px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.08em;
  box-shadow: 0 0 30px rgba(105, 214, 255, 0.2);
}

.brand-mark span {
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 10px;
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-copy strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 36px);
}

.site-nav a {
  padding: 8px 0;
  color: var(--muted);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button span {
  font-size: 19px;
  line-height: 1;
  transition: transform 180ms ease;
}

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

.button:hover span {
  transform: translate(2px, -2px);
}

.button-main {
  color: #041018;
  background: linear-gradient(105deg, var(--accent-deep), var(--accent));
  box-shadow: 0 16px 40px rgba(47, 146, 255, 0.22);
}

.button-main:hover {
  box-shadow: 0 20px 48px rgba(47, 146, 255, 0.31);
}

.button-quiet,
.button-outline {
  color: var(--text);
  background: rgba(255, 255, 255, 0.025);
  border-color: var(--line);
}

.button-quiet:hover,
.button-outline:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 11px;
  color: #05131c;
  background: var(--accent);
  font-size: 13px;
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid,
.closing-grid {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(105, 214, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 214, 255, 0.11) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(14px);
}

.hero-glow-one {
  top: -220px;
  left: -100px;
  background: radial-gradient(circle, rgba(47, 146, 255, 0.2), transparent 68%);
}

.hero-glow-two {
  right: -160px;
  bottom: -210px;
  background: radial-gradient(circle, rgba(105, 214, 255, 0.16), transparent 68%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 710px;
  align-items: center;
  gap: clamp(40px, 7vw, 95px);
  padding-block: 72px 88px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.15rem, 6.6vw, 6.55rem);
  font-weight: 850;
}

.hero h1 em {
  display: block;
  color: var(--muted);
  font-weight: 500;
}

.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-tags li {
  padding: 8px 12px;
  color: #b7c1d0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 11, 16, 0.52);
  font-size: 12px;
  font-weight: 700;
}

.server-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.stage-orbit {
  position: absolute;
  border: 1px solid rgba(105, 214, 255, 0.18);
  border-radius: 50%;
}

.orbit-one {
  width: 460px;
  height: 460px;
  animation: slow-spin 24s linear infinite;
}

.orbit-one::after,
.orbit-two::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--accent);
}

.orbit-one::after {
  top: 40px;
  left: 76px;
}

.orbit-two {
  width: 365px;
  height: 365px;
  border-style: dashed;
  animation: slow-spin 18s linear infinite reverse;
}

.orbit-two::after {
  right: -4px;
  top: 50%;
}

.server-card {
  position: relative;
  z-index: 2;
  width: min(100%, 420px);
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(21, 30, 43, 0.98), rgba(10, 15, 23, 0.98));
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.46), inset 0 1px rgba(255, 255, 255, 0.05);
  transform: rotate(1.2deg);
}

.server-topline,
.server-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.server-topline > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.signal-dot {
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--lime);
}

.status-pill {
  padding: 5px 8px;
  color: var(--lime);
  border: 1px solid rgba(188, 255, 88, 0.25);
  border-radius: 999px;
  background: rgba(188, 255, 88, 0.06);
  font-size: 9px;
}

.server-main {
  padding: 42px 30px 34px;
}

.server-label {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.server-name-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.server-name-row h2 {
  font-size: 3rem;
}

.server-name-row > span {
  color: var(--muted);
  font-size: 13px;
}

.server-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 22px 0 32px;
}

.server-price strong {
  font-size: 2rem;
}

.server-price span {
  color: var(--muted);
  font-size: 13px;
}

.activity-bars {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;
  height: 70px;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.activity-bars i {
  display: block;
  min-height: 8px;
  background: linear-gradient(to top, var(--accent-deep), var(--accent));
  border-radius: 3px 3px 1px 1px;
  box-shadow: 0 0 12px rgba(105, 214, 255, 0.16);
  animation: bar-breathe 2.8s ease-in-out infinite alternate;
}

.activity-bars i:nth-child(1) { height: 32%; }
.activity-bars i:nth-child(2) { height: 58%; animation-delay: -0.3s; }
.activity-bars i:nth-child(3) { height: 42%; animation-delay: -0.7s; }
.activity-bars i:nth-child(4) { height: 78%; animation-delay: -1.1s; }
.activity-bars i:nth-child(5) { height: 50%; animation-delay: -0.2s; }
.activity-bars i:nth-child(6) { height: 90%; animation-delay: -1.4s; }
.activity-bars i:nth-child(7) { height: 65%; animation-delay: -0.5s; }
.activity-bars i:nth-child(8) { height: 38%; animation-delay: -1.7s; }
.activity-bars i:nth-child(9) { height: 74%; animation-delay: -0.9s; }
.activity-bars i:nth-child(10) { height: 48%; animation-delay: -1.3s; }
.activity-bars i:nth-child(11) { height: 82%; animation-delay: -0.1s; }
.activity-bars i:nth-child(12) { height: 60%; animation-delay: -1.6s; }

.server-footer {
  justify-content: flex-start;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  letter-spacing: 0;
}

.server-footer span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stage-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(12, 17, 25, 0.92);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  font-weight: 700;
}

.stage-note span {
  color: var(--accent);
  font-family: "Futura", sans-serif;
}

.note-top {
  top: 70px;
  right: -8px;
}

.note-bottom {
  bottom: 54px;
  left: -22px;
}

.section {
  padding-block: 120px;
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: grid;
  max-width: 760px;
  gap: 18px;
  margin-bottom: 58px;
}

.section-head .eyebrow {
  margin-bottom: 0;
}

.section-head h2,
.how-intro h2,
.faq-intro h2,
.closing-inner h2 {
  font-size: clamp(2.65rem, 5vw, 5.2rem);
}

.section-head > p,
.pricing-head > p,
.how-intro > p,
.faq-intro > p,
.closing-inner > p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.15fr;
  gap: 14px;
}

.feature-card {
  position: relative;
  min-height: 340px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(21, 30, 43, 0.76), rgba(12, 17, 25, 0.78));
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.feature-card::after {
  position: absolute;
  right: -62px;
  bottom: -74px;
  width: 180px;
  height: 180px;
  content: "";
  border: 1px solid rgba(105, 214, 255, 0.14);
  border-radius: 50%;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-bright);
  background: linear-gradient(160deg, rgba(25, 37, 54, 0.88), rgba(12, 17, 25, 0.84));
}

.feature-index,
.card-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #657086;
  font-family: "Futura", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 70px;
  color: var(--accent);
  border: 1px solid rgba(105, 214, 255, 0.23);
  border-radius: 15px;
  background: var(--accent-soft);
}

.feature-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  font-size: 1.55rem;
}

.feature-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(12, 17, 25, 0.68);
}

.metric-row > div {
  display: grid;
  gap: 5px;
  padding: 28px;
  text-align: center;
}

.metric-row > div + div {
  border-left: 1px solid var(--line);
}

.metric-row strong {
  font-size: 2.2rem;
  letter-spacing: -0.04em;
}

.metric-row span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pricing-section {
  background:
    radial-gradient(circle at 14% 35%, rgba(47, 146, 255, 0.09), transparent 28rem),
    var(--page-soft);
}

.pricing-head {
  grid-template-columns: 1fr 350px;
  max-width: none;
  align-items: end;
}

.pricing-head > div {
  display: grid;
  gap: 18px;
}

.trial-banner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 26px;
  padding: 22px 24px;
  margin-bottom: 14px;
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  background: linear-gradient(100deg, rgba(47, 146, 255, 0.14), rgba(105, 214, 255, 0.025));
}

.trial-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--accent);
  border: 1px solid rgba(105, 214, 255, 0.3);
  border-radius: 17px;
  font-family: "Futura", sans-serif;
  font-weight: 800;
}

.trial-banner h3 {
  font-size: 1.55rem;
}

.trial-banner p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.trial-banner .card-kicker {
  margin: 0 0 6px;
  color: var(--accent);
}

.trial-price {
  display: grid;
  justify-items: end;
  min-width: 110px;
}

.trial-price strong {
  font-size: 2rem;
  line-height: 1;
}

.trial-price span {
  color: var(--muted);
  font-size: 12px;
}

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

.price-card {
  position: relative;
  display: flex;
  min-height: 640px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(12, 17, 25, 0.9);
  transition: transform 200ms ease, border-color 200ms ease;
}

.price-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-bright);
}

.price-card-featured {
  border-color: rgba(105, 214, 255, 0.58);
  background:
    linear-gradient(160deg, rgba(47, 146, 255, 0.13), rgba(12, 17, 25, 0.96) 42%),
    var(--card);
  box-shadow: 0 25px 70px rgba(22, 106, 196, 0.13);
}

.popular-label {
  position: absolute;
  top: -1px;
  left: 32px;
  padding: 7px 12px;
  color: #041018;
  background: var(--accent);
  border-radius: 0 0 9px 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card-featured .price-card-top {
  padding-top: 27px;
}

.card-kicker {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card h3 {
  font-size: 3rem;
}

.price-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 24px 0 30px;
}

.price-main strong {
  font-size: 2rem;
}

.price-main span {
  color: var(--muted);
  font-size: 13px;
}

.period-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.period-options button {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 11px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8, 11, 16, 0.72);
  cursor: pointer;
  font-size: 13px;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.period-options button:hover {
  border-color: var(--line-bright);
}

.period-options button[aria-pressed="true"] {
  color: var(--page);
  border-color: var(--accent);
  background: var(--accent);
}

.period-options span {
  color: var(--muted);
}

.period-options button[aria-pressed="true"] span {
  color: rgba(8, 11, 16, 0.72);
}

.period-options button:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.device-line {
  margin: 24px 0;
  color: #cbd4e2;
  font-size: 13px;
}

.device-line span {
  margin-right: 8px;
  color: var(--lime);
  font-size: 9px;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.how-section {
  position: relative;
  overflow: hidden;
}

.how-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--line);
}

.how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.how-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.how-intro > p,
.faq-intro > p {
  margin-top: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--accent);
  border-radius: 4px;
  font-weight: 800;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

.step-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  min-height: 170px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.step-list li:first-child {
  border-top: 1px solid var(--line);
}

.step-list li > span {
  color: var(--accent);
  font-family: "Futura", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.step-list h3 {
  font-size: 1.65rem;
}

.step-list p {
  max-width: 430px;
  margin: 13px 0 0;
  color: var(--muted);
}

.faq-section {
  background: var(--page-soft);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
}

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

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

.faq-list summary {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  cursor: pointer;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: var(--accent);
  border: 1px solid var(--line);
  border-radius: 9px;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary span {
  background: var(--accent-soft);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  padding: 0 50px 24px 0;
  margin: 0;
  color: var(--muted);
}

.closing-section {
  position: relative;
  overflow: hidden;
  padding-block: 130px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.closing-grid {
  opacity: 0.18;
  mask-image: radial-gradient(circle at center, black, transparent 70%);
}

.closing-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.closing-inner .eyebrow {
  justify-content: center;
}

.closing-inner h2 {
  max-width: 900px;
}

.closing-inner > p {
  margin-top: 24px;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.site-footer {
  padding: 70px 0 26px;
  background: #06080c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 60px;
}

.footer-brand {
  margin-bottom: 22px;
}

.footer-grid > div > p {
  max-width: 330px;
  color: var(--muted);
}

.footer-grid h2 {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-grid ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.footer-grid li a,
.support-link {
  color: #c3ccda;
  font-size: 13px;
  transition: color 180ms ease;
}

.footer-grid li a:hover,
.support-link:hover {
  color: var(--accent);
}

.footer-grid .text-link {
  display: flex;
  margin-top: 22px;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  margin-top: 58px;
  color: #667185;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-pixel {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(4, 7, 11, 0.84);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-dialog {
  width: min(100%, 470px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid var(--line-bright);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0, rgba(47, 146, 255, 0.13), transparent 18rem),
    var(--card);
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.6);
}

.checkout-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.checkout-heading p {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-heading h2 {
  font-size: 2rem;
}

.checkout-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8, 11, 16, 0.72);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.checkout-close:hover {
  color: var(--text);
  border-color: var(--accent);
}

.checkout-price {
  margin: 22px 0 0;
  color: var(--accent);
  font-family: "Avenir Next Condensed", "Futura", "Trebuchet MS", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.checkout-form {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.checkout-field {
  display: grid;
  gap: 8px;
}

.checkout-field > span {
  font-size: 13px;
  font-weight: 800;
}

.checkout-field input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--page);
  font: inherit;
  outline: 0;
}

.checkout-field input:focus {
  border-color: var(--accent);
}

.checkout-field input[readonly] {
  color: var(--muted);
}

.checkout-legal {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.checkout-legal input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--accent);
}

.checkout-legal a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-error {
  min-height: 22px;
  margin: 0;
  color: var(--danger);
  font-size: 13px;
}

.checkout-form .button {
  width: 100%;
}

.checkout-form .button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.checkout-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.reveal {
  animation: reveal-up 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal-late { animation-delay: 120ms; }
.reveal-step-1 { animation-delay: 80ms; }
.reveal-step-2 { animation-delay: 160ms; }
.reveal-step-3 { animation-delay: 240ms; }

@keyframes reveal-up {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

@keyframes bar-breathe {
  from { opacity: 0.55; transform: scaleY(0.76); transform-origin: bottom; }
  to { opacity: 1; transform: scaleY(1); transform-origin: bottom; }
}

@media (max-width: 1080px) {
  .hero-layout {
    grid-template-columns: 1fr 430px;
    gap: 40px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card {
    min-height: 300px;
  }

  .how-layout,
  .faq-layout {
    gap: 65px;
  }
}

@media (max-width: 880px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 6px;
    justify-self: end;
    padding: 0;
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: 11px;
    background: transparent;
  }

  .menu-toggle span:not(.visually-hidden) {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px;
    border: 1px solid var(--line);
    border-radius: 0 0 16px 16px;
    background: rgba(8, 11, 16, 0.98);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  }

  .site-nav[data-open="true"] {
    display: flex;
  }

  .site-nav a {
    min-height: 48px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    padding-block: 80px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-tags {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .server-stage {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .trial-banner {
    grid-template-columns: auto 1fr auto;
  }

  .trial-banner .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .price-card .button {
    margin-top: 10px;
  }

  .how-section::before {
    display: none;
  }

  .how-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .how-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .site-header .shell {
    width: calc(100% - 24px);
  }

  .header-inner {
    min-height: 68px;
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero-layout {
    padding-block: 62px 70px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 15vw, 4.25rem);
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-tags {
    gap: 7px;
  }

  .server-stage {
    min-height: 400px;
  }

  .stage-orbit {
    transform: scale(0.78);
  }

  .orbit-one,
  .orbit-two {
    animation: none;
  }

  .server-card {
    width: calc(100% - 16px);
    transform: none;
  }

  .server-main {
    padding: 34px 22px 28px;
  }

  .server-name-row h2 {
    font-size: 2.45rem;
  }

  .stage-note {
    display: none;
  }

  .section {
    padding-block: 82px;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .section-head h2,
  .how-intro h2,
  .faq-intro h2,
  .closing-inner h2 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .section-head > p,
  .pricing-head > p,
  .how-intro > p,
  .faq-intro > p,
  .closing-inner > p {
    font-size: 16px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 280px;
  }

  .feature-icon {
    margin-bottom: 54px;
  }

  .metric-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-row > div + div {
    border-left: 0;
  }

  .metric-row > div:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .metric-row > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .metric-row > div {
    padding: 22px 10px;
  }

  .metric-row strong {
    font-size: 1.8rem;
  }

  .metric-row span {
    font-size: 9px;
  }

  .pricing-head {
    grid-template-columns: 1fr;
  }

  .trial-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .trial-mark {
    margin-inline: auto;
  }

  .trial-price {
    justify-items: center;
  }

  .price-card {
    padding: 28px 22px;
  }

  .price-card h3 {
    font-size: 2.5rem;
  }

  .checkout-modal {
    align-items: end;
    padding: 10px;
  }

  .checkout-dialog {
    max-height: calc(100vh - 20px);
    padding: 24px 20px;
    border-radius: 20px;
  }

  .step-list li {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .closing-section {
    padding-block: 90px;
  }

  .closing-actions {
    width: 100%;
    flex-direction: column;
  }

  .closing-actions .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
