.page {
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: clip;
}

.site {
  position: relative;
  z-index: 2;
}

.atmo {
  position: absolute;
  z-index: 0;
  inset: 0;
  max-width: 100%;
  overflow: clip;
  pointer-events: none;
}

.atmo::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -180px;
  width: min(860px, 76vw);
  height: 660px;
  border-radius: 50%;
  background: radial-gradient(closest-side, var(--color-accent-glow), var(--color-coral-faint) 52%, transparent);
  filter: blur(28px);
}

.atmo::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -200px;
  width: min(560px, 64vw);
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(closest-side, var(--color-neutral-glow), transparent);
  filter: blur(32px);
}

.grain {
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .035;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.hero {
  position: relative;
  max-width: 100%;
  overflow-x: clip;
  padding-top: 56px;
  padding-bottom: 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 46fr 54fr;
  gap: 40px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}

.kicker-ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.kicker-box {
  fill: var(--color-panel);
  stroke: var(--color-border);
}

.kicker-dot {
  fill: var(--color-accent);
}

.kicker-arrow {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kicker em {
  color: var(--color-muted);
  font-style: normal;
  font-weight: 500;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.h1 .hl {
  color: transparent;
  background: linear-gradient(92deg, var(--color-accent), var(--color-accent-dark));
  background-clip: text;
  -webkit-background-clip: text;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 24px;
}

.link-arrow {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  color: var(--color-accent);
  font-size: 15px;
  font-weight: 700;
}

.link-arrow span {
  transition: transform var(--transition-fast);
}

.link-arrow:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.link-arrow:hover span {
  transform: translateX(3px);
}

.lede {
  max-width: 52ch;
  margin-top: 24px;
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lede strong {
  color: var(--color-text);
  font-weight: 700;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.trust li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 600;
}

.trust svg {
  width: 14px;
  height: 14px;
  flex: none;
}

.check-bg {
  fill: var(--color-panel-alt);
}

.check-line {
  fill: none;
  stroke: var(--color-text);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rows {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}

.row-tag {
  display: flex;
  align-items: center;
  gap: 16px;
}

.row-label {
  width: 64px;
  flex: none;
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
}

.platforms,
.flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 0;
  list-style: none;
}

.platforms li,
.flags li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 500;
}

.platforms svg {
  width: 15px;
  height: 15px;
  flex: none;
  color: var(--color-muted);
}

.flags svg {
  width: 21px;
  height: 14px;
  flex: none;
}

.flag-red {
  fill: var(--color-flag-red);
}

.flag-blue {
  fill: var(--color-flag-blue);
}

.flag-white {
  fill: var(--color-flag-white);
}

.flag-edge {
  fill: none;
  stroke: var(--color-flag-edge);
  stroke-width: 1;
}

.hero-device {
  position: relative;
  width: 635px;
  max-width: 100%;
  height: 600px;
  margin-left: auto;
}

.dev-glow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 34px;
  width: min(560px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--color-coral-glow), var(--color-coral-faint) 40%, transparent 62%);
  animation: home-breathe 6s ease-in-out infinite;
}

.dev-dots {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: grid;
  width: 216px;
  max-width: 38%;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  opacity: .9;
  transform: rotate(-7deg);
  mask-image: linear-gradient(135deg, transparent, var(--color-text) 60%);
  -webkit-mask-image: linear-gradient(135deg, transparent, var(--color-text) 60%);
}

.dev-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-coral));
}

.dev-dots i:nth-child(3n) {
  opacity: .65;
  transform: scale(.7);
}

.dev-dots i:nth-child(4n) {
  opacity: .4;
  transform: scale(.35);
}

.plate {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 152px;
  height: 152px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-glass);
  box-shadow: inset 0 1px 0 var(--color-highlight), var(--shadow-raised);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.plate::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-coral));
}

.plate::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--color-coral-edge), transparent 70%);
  pointer-events: none;
}

.plate-a {
  top: 40px;
  left: 30px;
  animation: home-drift 8s ease-in-out -2.6s infinite;
}

.plate-b {
  top: 372px;
  left: 458px;
  animation: home-drift 8s ease-in-out -5.3s infinite;
}

.plate-ico {
  width: 28px;
  height: 28px;
  color: var(--color-text);
}

.plate-ico path,
.plate-ico rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plate-title {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.plate-sub {
  margin-top: 4px;
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .04em;
}

.cube-shadow {
  position: absolute;
  z-index: 3;
  top: 456px;
  left: 160px;
  width: 380px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(closest-side, var(--color-shadow-strong), transparent);
  filter: blur(22px);
}

.cube {
  position: absolute;
  z-index: 4;
  top: 76px;
  left: 126px;
  width: 374px;
  height: 404px;
  animation: home-drift 8s ease-in-out infinite;
}

.face {
  position: absolute;
}

.face-top {
  top: 0;
  left: 64px;
  width: 310px;
  height: 64px;
  transform: skewX(45deg);
  transform-origin: bottom left;
  background: linear-gradient(100deg, var(--color-accent), var(--color-coral));
  box-shadow: inset 0 1px 0 var(--color-highlight-soft), inset 1px 0 0 var(--color-highlight-soft);
}

.face-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--color-highlight-soft), transparent 62%);
}

.face-left {
  top: 64px;
  left: 0;
  width: 64px;
  height: 340px;
  transform: skewY(45deg);
  transform-origin: right center;
  border: 1px solid var(--color-border);
  background: linear-gradient(180deg, var(--color-glass-strong), var(--color-glass) 68%, var(--color-coral-edge));
  box-shadow: inset 1px 0 0 var(--color-highlight);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.face-front {
  top: 64px;
  left: 64px;
  display: flex;
  width: 310px;
  height: 340px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 22px;
  border: 1px solid var(--color-border);
  background: var(--color-glass-strong);
  box-shadow: inset 0 1px 0 var(--color-highlight), var(--shadow-raised);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.panel-head,
.panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-title {
  color: var(--color-text);
  font-size: 15px;
}

.panel-mode,
.panel-tiers {
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .04em;
}

.routes {
  margin-top: 12px;
  padding: 0;
  list-style: none;
}

.routes li {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--color-border);
}

.routes li:first-child {
  border-top: 0;
}

.routes svg {
  width: 20px;
  height: 13px;
  flex: none;
}

.r-name {
  flex: 1;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
}

.r-type {
  display: inline-flex;
  height: 22px;
  align-items: center;
  gap: 6px;
  padding-inline: 9px;
  border-radius: var(--radius-pill);
  color: var(--color-text);
  background: var(--color-panel-alt);
  font-size: 10px;
  font-weight: 700;
}

.r-type i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.t-iepl i {
  background: var(--color-accent);
}

.t-relay i {
  background: var(--color-warning);
}

.t-direct i {
  background: var(--color-success);
}

.panel-foot {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}

.panel-more {
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
}

.chip {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  max-width: 100%;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  padding-inline: 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-text);
  background: var(--color-glass-strong);
  box-shadow: inset 0 1px 0 var(--color-highlight), 0 10px 24px -14px var(--color-shadow-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.chip i {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-coral));
}

.chip-a {
  top: 26px;
  left: 322px;
}

.chip-b {
  top: 512px;
  left: 140px;
}

@keyframes home-drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes home-breathe {
  0%,
  100% {
    opacity: .6;
  }

  50% {
    opacity: .9;
  }
}

.feature-section,
.pricing-section,
.blog-section {
  border-top: 1px solid var(--color-border);
}

.routes-section,
.method-section,
.faq-section {
  border-top: 1px solid var(--color-border);
  background: linear-gradient(180deg, var(--color-neutral-glow), transparent 28%);
}

.section-more {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 28px;
  font-weight: 700;
}

#server-status {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

#server-status:empty {
  display: none;
}

#server-status:not(:empty),
.server-status .srv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.srv-row {
  display: grid;
  min-width: 0;
  min-height: 52px;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-panel);
  box-shadow: inset 0 1px 0 var(--color-highlight), var(--shadow-panel);
}

.srv-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-success);
  box-shadow: 0 0 0 4px var(--color-accent-soft);
  animation: status-pulse 2.4s ease-in-out infinite;
}

.srv-flag {
  width: 21px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

.srv-name {
  min-width: 0;
  overflow: hidden;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srv-type {
  max-width: 100%;
  overflow: hidden;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  color: var(--color-text);
  background: var(--color-panel-alt);
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srv-ms,
.srv-bw {
  color: var(--color-muted);
  font-family: var(--font-mono);
  font-size: 11px;
  white-space: nowrap;
}

@keyframes status-pulse {
  0%,
  100% {
    opacity: .55;
  }

  50% {
    opacity: 1;
  }
}

.traffic-pack-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  background: linear-gradient(100deg, var(--color-accent-soft), var(--color-panel) 58%, var(--color-coral-faint));
}

.traffic-pack-panel h3 {
  margin-bottom: 8px;
}

.traffic-pack-panel p {
  max-width: 74ch;
  margin-bottom: 0;
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}

.method-layout > .section-heading {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  margin-bottom: 0;
}

.method-list {
  border-top: 1px solid var(--color-border);
}

.method-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-border);
}

.method-index {
  padding-top: 5px;
  color: var(--color-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.method-item h3 {
  font-size: 22px;
}

.method-item p {
  margin-bottom: 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}

.faq-layout > .section-heading {
  margin-bottom: 0;
}

.faq-layout .section-more {
  grid-column: 2;
}

.blog-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.blog-heading-row .section-heading {
  margin-bottom: 0;
}

.blog-heading-row > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  flex: none;
  font-weight: 700;
}

.blog-section .article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-section .article-card h3 {
  font-size: 21px;
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-device {
    margin-left: 0;
  }

  .h1 {
    font-size: 48px;
  }

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

  .method-layout > .section-heading {
    position: static;
  }

  .faq-layout .section-more {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 40px;
  }

  .h1 {
    font-size: 40px;
  }

  .plate,
  .dev-dots,
  .chip,
  .cube-shadow {
    display: none;
  }

  .hero-device {
    width: 100%;
    height: 440px;
  }

  .cube {
    top: 16px;
    left: 0;
  }

  .dev-glow {
    left: 0;
    width: 100%;
    max-width: 440px;
  }

  #server-status:not(:empty),
  .server-status .srv-grid {
    grid-template-columns: 1fr;
  }

  .traffic-pack-panel {
    grid-template-columns: 1fr;
  }

  .traffic-pack-panel .btn {
    width: 100%;
  }

  .blog-heading-row {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .blog-section .article-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .h1 {
    font-size: 34px;
  }

  .cta-row {
    flex-wrap: wrap;
    gap: 16px;
  }

  .row-tag {
    align-items: flex-start;
  }

  .kicker em {
    display: none;
  }

  .srv-row {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }

  .srv-bw {
    display: none;
  }

  .method-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .method-index {
    padding-top: 0;
  }
}

@media (max-width: 400px) {
  .hero-device {
    height: 340px;
  }

  .cube {
    top: 8px;
    transform: scale(.74);
    transform-origin: top left;
    animation: none;
  }

  .dev-glow {
    height: 330px;
  }

  .trust {
    gap-inline: 12px;
  }

  .platforms,
  .flags {
    gap-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cube,
  .plate,
  .dev-glow,
  .srv-dot {
    animation: none;
  }
}