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

body {
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: var(--font-body, Onest, system-ui, sans-serif);
  overflow-x: hidden;
}

.xconnect-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.xconnect-page > main {
  flex: 1 0 auto;
}

.xconnect-page > footer {
  margin-top: auto;
}

.skip-link {
  position: fixed;
  left: 24px;
  top: 16px;
  z-index: 999;
  transform: translateY(-140%);
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: #7867f4;
  text-decoration: none;
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 13px;
  transition: transform .2s ease;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 120px;
}

.xconnect-header {
  backdrop-filter: blur(0);
}

.xconnect-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 34px rgba(120, 103, 244, 0.55);
}

.xconnect-logo-text {
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.xconnect-header-actions {
  gap: 24px;
}

.xconnect-menu-wrap {
  position: relative;
}

.xconnect-round-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: #7867f4;
  background: rgba(120, 103, 244, 0.15);
  cursor: pointer;
  font: inherit;
}

.xconnect-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 120;
  display: none;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(120, 103, 244, 0.22);
  border-radius: 18px;
  background: rgba(9, 8, 17, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.xconnect-menu.is-open {
  display: grid;
  gap: 6px;
}

.xconnect-menu-item {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 12px;
  text-align: left;
}

.xconnect-menu-item:hover,
.xconnect-menu-item.is-active {
  color: #fff;
  background: rgba(120, 103, 244, 0.16);
}

.xconnect-menu-note {
  display: block;
  padding: 8px 12px 4px;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 11px;
  line-height: 1.5;
}

.xconnect-currency-wrap {
  position: relative;
}

.xconnect-currency-trigger {
  min-height: 34px;
  border: 0;
  cursor: pointer;
}

.xc-toast-region {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 220;
  display: flex;
  width: min(360px, calc(100% - 44px));
  flex-direction: column;
  gap: 10px;
}

.xc-toast {
  padding: 14px 16px;
  border: 1px solid rgba(120, 103, 244, 0.22);
  border-radius: 16px;
  color: #fff;
  background: rgba(9, 8, 17, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  font-family: var(--font-body, Onest, system-ui, sans-serif);
  font-size: 14px;
}

.xconnect-hero-title {
  max-width: 760px;
  white-space: pre-line;
}

.xconnect-hero-copy {
  max-width: 620px;
}

.xconnect-nav {
  background: rgba(120, 103, 244, 0.035);
}

.xconnect-section-title {
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-weight: 600;
  line-height: 1.15;
  max-width: 980px;
  text-wrap: balance;
}

.xconnect-muted {
  color: rgba(255, 255, 255, 0.7);
}

.xconnect-section-lede {
  max-width: 720px;
}

.xconnect-card {
  border: 1px solid rgba(120, 103, 244, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.xconnect-location-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.xconnect-location-card {
  min-height: 64px;
}

.xconnect-flag {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.xconnect-reviews {
  min-height: 190px;
}

.xconnect-vpnstatus {
  max-width: 360px;
  width: 100%;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(120, 103, 244, 0.18);
}

.xconnect-vpnstatus img {
  width: 100%;
  height: auto;
}

.xconnect-footer-link {
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.xconnect-footer-link:hover {
  color: rgba(255, 255, 255, 0.72);
}

.xconnect-mobile-menu {
  display: none;
}

.xconnect-mobile-menu.is-open {
  display: flex;
}

.xconnect-mobile-lang {
  display: none;
}

.xconnect-mobile-nav-toggle,
.xconnect-mobile-nav {
  display: none;
}

@media (max-width: 1279px) {
  .xconnect-header {
    padding-inline: 24px;
  }
}

@media (max-width: 1023px) {
  .xconnect-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .xconnect-logo-text {
    font-size: 15px;
  }

  .xconnect-header {
    padding-inline: 24px;
  }

  .xconnect-header-actions {
    display: none;
  }

  .xconnect-mobile-lang {
    display: flex;
    position: fixed;
    top: 30px;
    left: calc(100vw - 118px);
    z-index: 80;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #7867f4;
    background: rgba(120, 103, 244, 0.15);
    border-radius: 999px;
  }

  .xconnect-mobile-nav-toggle {
    display: inline-flex;
    position: fixed;
    top: 30px;
    left: calc(100vw - 66px);
    z-index: 82;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #7867f4;
    background: rgba(120, 103, 244, 0.15);
    cursor: pointer;
  }

  .xconnect-mobile-nav-toggle::before,
  .xconnect-mobile-nav-toggle::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  }

  .xconnect-mobile-nav-toggle::before {
    box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  }

  .xconnect-mobile-nav-toggle::after {
    opacity: 0;
  }

  .xconnect-mobile-nav-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
    box-shadow: none;
  }

  .xconnect-mobile-nav-toggle[aria-expanded="true"]::after {
    opacity: 1;
    transform: rotate(-45deg);
  }

  .xconnect-mobile-nav {
    position: fixed;
    left: 24px;
    right: 24px;
    top: 88px;
    z-index: 81;
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(120, 103, 244, 0.22);
    border-radius: 22px;
    background: rgba(9, 8, 17, 0.96);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
  }

  .xconnect-mobile-nav.is-open {
    display: flex;
  }

  .xconnect-mobile-nav a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 14px;
    color: #fff;
    background: rgba(120, 103, 244, 0.1);
    font-family: var(--font-display, Unbounded, system-ui, sans-serif);
    font-size: 14px;
    text-decoration: none;
  }

  .xconnect-mobile-lang .xconnect-menu {
    position: fixed;
    top: auto;
    bottom: 24px;
    left: 24px;
    right: 24px;
    min-width: 0;
  }

  .xconnect-hero-title {
    max-width: 340px;
    font-size: 28px;
    line-height: 1.18;
  }

  .xconnect-hero-copy {
    max-width: 340px;
  }

  .xconnect-section-title {
    max-width: 330px;
    font-size: 22px;
    line-height: 1.22;
  }

  .xconnect-section-lede {
    max-width: 340px;
  }

  .xconnect-location-grid {
    grid-template-columns: 1fr;
  }

  .xconnect-location-card {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .xconnect-logo-text {
    font-size: 14px;
  }

  .xconnect-logo-mark {
    width: 30px;
    height: 30px;
  }

  .xconnect-mobile-lang {
    left: calc(100vw - 114px);
  }

  .xconnect-mobile-nav-toggle {
    left: calc(100vw - 62px);
  }

  .xconnect-hero-title {
    max-width: 320px;
    font-size: 26px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

.icon-\[tabler--brand-android\],
.icon-\[tabler--brand-apple\],
.icon-\[tabler--brand-windows\],
.icon-\[tabler--device-desktop\],
.icon-\[tabler--file-text\],
.icon-\[tabler--headset\],
.icon-\[tabler--layout-dashboard\],
.icon-\[tabler--logout\],
.icon-\[tabler--menu-2\],
.icon-\[tabler--message-plus\],
.icon-\[tabler--messages\],
.icon-\[tabler--package\],
.icon-\[tabler--plus\],
.icon-\[tabler--robot\],
.icon-\[tabler--shield-lock\],
.icon-\[tabler--shopping-cart\],
.icon-\[tabler--user\],
.icon-\[tabler--x\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.icon-\[tabler--brand-apple\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20.94c1.5 0 2.75.03 4-1.44 1.42-1.68 2-3.98 2-6.23C18 10.2 16.16 8 13.75 8c-1.2 0-2.05.68-2.75.68S9.55 8 8.35 8C5.95 8 4 10.2 4 13.27c0 2.25.58 4.55 2 6.23 1.25 1.47 2.5 1.44 4 1.44.8 0 1.35-.38 2-.38s1.2.38 2 .38M12 7c.3-2 1.6-3.4 3.4-4'/%3E%3C/svg%3E");
}

.icon-\[tabler--brand-android\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 10v6m16-6v6M7 9h10v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1zm1-5 1.5 2M16 4l-1.5 2M9 13v.01M15 13v.01'/%3E%3C/svg%3E");
}

.icon-\[tabler--brand-windows\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5.5 10.5 4v7H3zm0 7.5h7.5v7L3 18.5zm9-9.3L21 2v9h-9zm0 9.3h9v9l-9-1.7z'/%3E%3C/svg%3E");
}

.icon-\[tabler--device-desktop\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm5 16h8m-4-5v5'/%3E%3C/svg%3E");
}

.icon-\[tabler--file-text\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 3v4a1 1 0 0 0 1 1h4M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2M9 9h1M9 13h6M9 17h6'/%3E%3C/svg%3E");
}

.icon-\[tabler--layout-dashboard\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h6v8H4zm10 0h6v4h-6zm0 8h6v8h-6zM4 16h6v4H4z'/%3E%3C/svg%3E");
}

.icon-\[tabler--logout\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2M9 12h12m-3-3 3 3-3 3'/%3E%3C/svg%3E");
}

.icon-\[tabler--menu-2\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
}

.icon-\[tabler--message-plus\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 9h8M8 13h6M12 20l-3-3H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7M16 19h6M19 16v6'/%3E%3C/svg%3E");
}

.icon-\[tabler--messages\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 14l-3 3h-7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zM7 9H5a2 2 0 0 0-2 2v8l3-3h3'/%3E%3C/svg%3E");
}

.icon-\[tabler--package\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3l8 4.5v9L12 21l-8-4.5v-9zm0 9 8-4.5M12 12 4 7.5M12 12v9M16 5.25 8 9.75'/%3E%3C/svg%3E");
}

.icon-\[tabler--plus\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}

.icon-\[tabler--robot\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 7h10a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2M9 7V4m6 3V4M9 13h.01M15 13h.01M10 17h4'/%3E%3C/svg%3E");
}

.icon-\[tabler--shield-lock\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3l8 4v5c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V7zm-2 9a2 2 0 1 1 4 0v2h-4zm0 2h4'/%3E%3C/svg%3E");
}

.icon-\[tabler--shopping-cart\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 19a1 1 0 1 0 0 2 1 1 0 0 0 0-2M17 19a1 1 0 1 0 0 2 1 1 0 0 0 0-2M3 3h2l2.2 11.2a2 2 0 0 0 2 1.8h7.8a2 2 0 0 0 2-1.6L20 8H6'/%3E%3C/svg%3E");
}

.icon-\[tabler--x\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}

.icon-\[tabler--headset\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 14v-2a8 8 0 0 1 16 0v2M4 14a2 2 0 0 1 2-2h1v6H6a2 2 0 0 1-2-2zm13-2h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1zM18 18a4 4 0 0 1-4 4h-2'/%3E%3C/svg%3E");
}

.icon-\[tabler--user\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7a4 4 0 1 0 8 0 4 4 0 0 0-8 0M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2'/%3E%3C/svg%3E");
}
