/* [project]/app/manrope_7b93e534.module.css [app-client] (css) */
@font-face {
  font-family: manrope;
  src: url("../media/Manrope_Variable-s.p.0nrgw8_4xg_io.ttf") format("truetype");
  font-display: swap;
  font-weight: 200 800;
}

@font-face {
  font-family: manrope Fallback;
  src: local(Arial);
  ascent-override: 106.45%;
  descent-override: 29.96%;
  line-gap-override: 0.0%;
  size-adjust: 100.14%;
}

.manrope_7b93e534-module__r5T22q__className {
  font-family: manrope, manrope Fallback;
}

.manrope_7b93e534-module__r5T22q__variable {
  --font-manrope: "manrope", "manrope Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --bg: #fff;
  --bg-deep: #101b30;
  --surface: #fff;
  --text: #142039;
  --text-soft: #4f5e73;
  --muted: #5a697f;
  --line: #dce2eb;
  --line-strong: #bdc8d8;
  --blue: #144be9;
  --cyan: #144be9;
  --danger: #bc263e;
  --success: #16714f;
  --container: 1320px;
  --font-sans: var(--font-manrope),Arial,sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  scroll-padding-top: 100px;
}

body {
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

button, input, textarea, select {
  font: inherit;
}

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

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

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

p, h1, h2, h3, figure {
  margin: 0;
}

button {
  cursor: pointer;
}

::selection {
  color: #fff;
  background: var(--blue);
}

:focus-visible {
  outline-offset: 5px;
  outline: 3px solid #4879ff;
}

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

.section {
  padding: 100px 0;
}

h2 {
  white-space: pre-line;
  letter-spacing: -.04em;
  text-wrap: balance;
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 620;
  line-height: 1.15;
}

h3 {
  letter-spacing: -.02em;
  font-size: 21px;
  font-weight: 630;
  line-height: 1.35;
}

.eyebrow {
  color: var(--blue);
  letter-spacing: .09em;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  font-size: 13px;
  font-weight: 650;
  display: flex;
}

.eyebrow > span {
  background: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.skip-link {
  z-index: 200;
  color: #fff;
  background: var(--blue);
  border-radius: 6px;
  padding: 12px 20px;
  position: fixed;
  top: 10px;
  left: 15px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.button {
  border: 1px solid #0000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 620;
  line-height: 1.4;
  transition: background .18s, transform .18s;
  display: inline-flex;
}

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

.button svg, .text-link svg {
  stroke: currentColor;
  stroke-width: 1.8px;
  flex: none;
}

.button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.button-primary {
  color: #fff;
  background: var(--blue);
}

.button-primary:hover {
  background: #103ac0;
}

.button-secondary, .button-ghost {
  color: var(--text);
  border-color: var(--line);
  background: none;
}

.button-secondary:hover, .button-ghost:hover {
  background: #eaf0fb;
}

.button-sm {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 14px;
}

.button-row {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.text-link {
  color: var(--blue);
  align-items: center;
  gap: 16px;
  font-weight: 600;
  display: inline-flex;
}

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

.site-header {
  z-index: 100;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff0;
  height: 80px;
  position: fixed;
  inset: 0 0 auto;
}

.site-header.is-scrolled {
  background: #fffffff5;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  height: 100%;
  display: flex;
}

.brand {
  flex: none;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  display: inline-flex;
}

.brand-mark {
  width: 36px;
  height: 36px;
}

.brand-word {
  letter-spacing: -.05em;
  font-size: 26px;
  font-weight: 750;
  line-height: 1;
}

.desktop-nav {
  align-items: center;
  gap: 27px;
  display: flex;
}

.desktop-nav a {
  color: var(--text-soft);
  padding: 13px 0;
  font-size: 14px;
  font-weight: 550;
}

.desktop-nav a:hover {
  color: var(--blue);
}

.header-actions {
  align-items: center;
  gap: 20px;
  display: flex;
}

.language-switch {
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 650;
}

.menu-toggle {
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 12px;
  display: none;
}

.menu-toggle span {
  background: var(--text);
  width: 21px;
  height: 2px;
  margin: 6px 0;
  display: block;
}

.mobile-menu {
  display: none;
}

.vpn-hero {
  padding: 125px 0 0;
}

.vpn-hero-grid {
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  gap: 18px;
  display: grid;
}

.vpn-hero-copy {
  z-index: 1;
  padding: 25px 0 32px;
  position: relative;
}

.vpn-hero h1 {
  letter-spacing: -.052em;
  font-size: clamp(48px, 4.7vw, 66px);
  font-weight: 650;
  line-height: 1.08;
}

.vpn-hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.vpn-lead {
  max-width: 525px;
  color: var(--text-soft);
  margin: 27px 0 31px;
  font-size: 19px;
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  display: flex;
}

.hero-secondary {
  align-items: center;
  gap: 14px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.hero-secondary:hover {
  color: var(--blue);
}

.hero-note {
  color: var(--muted);
  margin-top: 25px;
  font-size: 13px;
}

.vpn-art {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-width: 0;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.vpn-art img {
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: auto;
}

.vpn-art figcaption {
  text-align: center;
  margin-top: -6px;
}

.vpn-art figcaption > span {
  letter-spacing: .08em;
  color: var(--blue);
  font-size: 12px;
  font-weight: 650;
}

.vpn-art figcaption p {
  color: var(--text-soft);
  margin-top: 3px;
  font-size: 14px;
}

.value-strip {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  padding-block: 27px;
  display: grid;
}

.value-strip > div {
  border-left: 1px solid var(--line);
  align-items: center;
  gap: 19px;
  padding-inline: 28px;
  display: flex;
}

.value-strip > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.value-number {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
}

.value-strip p {
  color: var(--muted);
  gap: 2px;
  font-size: 14px;
  display: grid;
}

.value-strip strong {
  color: var(--text);
  font-size: 17px;
  font-weight: 610;
}

.difference-section {
  border-top: 1px solid var(--line);
  background: #fff;
}

.split-heading {
  grid-template-columns: 1.05fr 1fr;
  align-items: end;
  gap: 100px;
  display: grid;
}

.split-heading > p {
  color: var(--text-soft);
  max-width: 480px;
  font-size: 17px;
}

.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 60px;
  display: grid;
}

.feature-icon {
  width: 48px;
  height: 48px;
  color: var(--blue);
  background: #edf2ff;
  border-radius: 10px;
  place-items: center;
  margin-bottom: 23px;
  display: grid;
}

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

.benefit-grid h3 {
  margin-bottom: 12px;
}

.benefit-grid p {
  color: var(--text-soft);
}

.network-diagram {
  border: 1px solid var(--line);
  background: #f7f9fc;
  border-radius: 12px;
  margin-top: 53px;
  padding: 29px 32px 23px;
}

.diagram-heading {
  align-items: center;
  gap: 10px;
  display: flex;
}

.diagram-heading h3 {
  font-size: 16px;
  font-weight: 600;
}

.status-dot {
  background: var(--blue);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.diagram-wide {
  width: 100%;
  margin: 16px 0 8px;
}

.diagram-mobile {
  display: none;
}

.diagram-note {
  color: var(--muted);
  font-size: 13px;
}

.included-section {
  color: #f6f8ff;
  background: #111e35;
}

.included-layout {
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  display: grid;
}

.included-section .eyebrow {
  color: #8fb0ff;
}

.included-intro > p:not(.eyebrow) {
  color: #b7c4d9;
  max-width: 440px;
  margin: 24px 0 30px;
  font-size: 17px;
}

.included-intro .text-link {
  color: #99b8ff;
}

.included-list article {
  border-bottom: 1px solid #344259;
  grid-template-columns: 27px 1fr;
  gap: 20px;
  padding: 25px 0;
  display: grid;
}

.included-list article:first-child {
  padding-top: 0;
}

.included-list article > span {
  color: #91aff3;
  margin-top: 4px;
  font-size: 13px;
}

.included-list h3 {
  margin-bottom: 9px;
}

.included-list p {
  color: #b7c4d9;
}

.use-strip {
  border-top: 1px solid #344259;
  align-items: center;
  gap: 44px;
  margin-top: 64px;
  padding-top: 28px;
  display: flex;
}

.use-strip > span {
  color: #aabbd6;
  letter-spacing: .08em;
  font-size: 12px;
}

.use-strip > div {
  flex: 1;
  justify-content: space-between;
  gap: 22px;
  display: flex;
}

.use-strip p {
  align-items: center;
  gap: 9px;
  font-size: 14px;
  display: flex;
}

.use-strip svg {
  stroke: #91aff3;
  stroke-width: 2px;
  fill: none;
  flex: none;
}

.pricing-section {
  background: #f0f4fc;
}

.pricing-layout {
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 95px;
  display: grid;
}

.pricing-description {
  max-width: 540px;
  color: var(--text-soft);
  margin-top: 24px;
  font-size: 17px;
}

.price-card {
  background: #fff;
  border: 1px solid #d9e2f2;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 12px 36px #29477906;
}

.price-card > p:first-child {
  color: var(--muted);
  font-size: 14px;
}

.price-card h3 {
  letter-spacing: -.045em;
  margin: 16px 0;
  font-size: 31px;
  line-height: 1.12;
}

.price-note {
  color: var(--text-soft);
  margin-bottom: 25px;
}

.price-card .button {
  justify-content: space-between;
  width: 100%;
}

.launch-steps {
  border-top: 1px solid #cfdaed;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 66px 0 0;
  padding: 32px 0 0;
  list-style: none;
  display: grid;
}

.launch-steps li {
  align-items: flex-start;
  gap: 17px;
  display: flex;
}

.launch-steps li > span {
  width: 29px;
  height: 29px;
  color: var(--blue);
  border: 1px solid #b4c6eb;
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 13px;
  display: grid;
}

.launch-steps h3 {
  margin-bottom: 9px;
  font-size: 17px;
}

.launch-steps p {
  color: var(--text-soft);
  font-size: 14px;
}

.faq-section {
  background: #fff;
}

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

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

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

.faq-list summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 23px 0;
  font-size: 18px;
  font-weight: 580;
  line-height: 1.45;
  list-style: none;
  display: flex;
}

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

.faq-list summary > span {
  color: var(--blue);
  font-size: 25px;
  font-weight: 400;
  transition: transform .2s;
}

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

.faq-list details > p {
  color: var(--text-soft);
  padding: 0 40px 24px 0;
}

.contact-section {
  border-top: 1px solid var(--line);
}

.contact-layout {
  grid-template-columns: .95fr 1.05fr;
  align-items: start;
  gap: 95px;
  display: grid;
}

.contact-copy > p:not(.eyebrow) {
  color: var(--text-soft);
  max-width: 440px;
  margin-top: 25px;
  font-size: 17px;
}

.contact-copy > .contact-note {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 25px;
  font-size: 14px;
}

.contact-form-wrap {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.form-topline {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 63px;
  padding: 18px 28px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.form-topline span:last-child {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.contact-form {
  padding: 28px;
}

.form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 19px 16px;
  display: grid;
}

.form-grid label {
  gap: 8px;
  min-width: 0;
  display: grid;
}

.form-grid label > span {
  font-size: 14px;
  font-weight: 550;
}

.form-grid label small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%;
  min-width: 0;
  color: var(--text);
  background: #fcfdff;
  border: 1px solid #c8d1df;
  border-radius: 6px;
  padding: 11px 12px;
}

.form-grid input, .form-grid select {
  min-height: 47px;
}

.form-grid textarea {
  resize: vertical;
  min-height: 110px;
}

.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus {
  outline-offset: 1px;
  border-color: var(--blue);
  outline: 2px solid #a6beff;
}

.form-grid .has-error input, .form-grid .has-error textarea {
  border-color: var(--danger);
}

.honeypot {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
}

.consent-field {
  color: var(--text-soft);
  cursor: pointer;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin: 22px 0;
  font-size: 12px;
  display: grid;
  position: relative;
}

.consent-field > input {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
}

.custom-checkbox {
  border: 1px solid #a7b4c8;
  border-radius: 4px;
  place-items: center;
  width: 20px;
  height: 20px;
  display: grid;
}

.custom-checkbox svg {
  opacity: 0;
  stroke: #fff;
  stroke-width: 2.5px;
}

.consent-field > input:checked + .custom-checkbox {
  background: var(--blue);
  border-color: var(--blue);
}

.consent-field > input:checked + .custom-checkbox svg {
  opacity: 1;
}

.consent-field > input:focus-visible + .custom-checkbox {
  outline-offset: 3px;
  outline: 3px solid #8eacff;
}

.consent-field.has-error .custom-checkbox {
  border-color: var(--danger);
}

.consent-field a {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.turnstile-wrap {
  margin-bottom: 20px;
}

.form-submit-row {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  display: flex;
}

.form-status {
  color: var(--muted);
  font-size: 14px;
}

.form-status:empty {
  display: none;
}

.status-error, .status-rate, .status-validation {
  color: var(--danger);
}

.status-success {
  color: var(--success);
}

.telegram-row {
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 28px;
  display: flex;
}

.telegram-row p {
  color: var(--muted);
  font-size: 14px;
}

.button-telegram {
  color: #125dc4;
  background: #eaf3ff;
}

.button-telegram svg {
  stroke: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 55px 0 25px;
}

.footer-grid {
  grid-template-columns: 1.7fr 1fr .8fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
  display: grid;
}

.footer-brand p {
  max-width: 270px;
  color: var(--text-soft);
  margin-top: 20px;
  font-size: 14px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.footer-label {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: 650;
}

.footer-column a {
  color: var(--text-soft);
  min-height: 30px;
  font-size: 14px;
}

.footer-column a:hover {
  color: var(--blue);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding-top: 23px;
  font-size: 12px;
  display: flex;
}

.cookie-banner {
  z-index: 150;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1040px;
  margin: auto;
  padding: 22px;
  display: grid;
  position: fixed;
  inset: auto 20px 20px;
  box-shadow: 0 10px 60px #12233b26;
}

.cookie-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}

.cookie-copy > p:not(.cookie-title) {
  color: var(--text-soft);
  font-size: 13px;
}

.cookie-actions {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}

.cookie-options {
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  display: grid;
}

.cookie-options label {
  border: 1px solid var(--line);
  border-radius: 6px;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  padding: 13px;
  display: grid;
}

.cookie-options input {
  accent-color: var(--blue);
}

.cookie-options span {
  gap: 4px;
  display: grid;
}

.cookie-options strong {
  font-size: 14px;
}

.cookie-options small {
  color: var(--muted);
  font-size: 12px;
}

.floating-telegram {
  z-index: 80;
  background: var(--blue);
  color: #fff;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  font-size: 14px;
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 7px 25px #14203926;
}

.floating-telegram.is-visible {
  display: flex;
}

.legal-page {
  padding: 150px 0 95px;
}

.legal-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: 55px;
}

.legal-hero h1 {
  letter-spacing: -.04em;
  max-width: 950px;
  margin-bottom: 25px;
  font-size: clamp(38px, 5vw, 65px);
  line-height: 1.1;
}

.legal-intro {
  color: var(--text-soft);
  max-width: 760px;
  font-size: 18px;
}

.legal-updated {
  color: var(--muted);
  margin-top: 25px;
  font-size: 13px;
}

.legal-layout {
  grid-template-columns: 240px 1fr;
  gap: 75px;
  padding-top: 55px;
  display: grid;
}

.legal-aside {
  align-self: start;
  position: sticky;
  top: 115px;
}

.legal-aside > p {
  margin-bottom: 14px;
  font-weight: 600;
}

.legal-aside nav {
  gap: 12px;
  display: grid;
}

.legal-aside a {
  color: var(--text-soft);
  font-size: 14px;
}

.legal-aside a:hover {
  color: var(--blue);
}

.legal-document {
  overflow-wrap: anywhere;
  min-width: 0;
  max-width: 800px;
}

.legal-review {
  background: #eaf0ff;
  border: 1px solid #bbcffc;
  border-radius: 8px;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 42px;
  padding: 20px;
  font-size: 14px;
  display: flex;
}

.legal-review > span {
  color: var(--blue);
  font-weight: 700;
}

.legal-document section {
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.legal-document h2 {
  margin-bottom: 18px;
  font-size: 27px;
}

.legal-document p, .legal-document li {
  color: var(--text-soft);
}

.legal-document section p + p {
  margin-top: 15px;
}

.legal-back {
  padding-top: 20px;
}

.not-found {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  max-width: 950px;
  min-height: 100vh;
  margin: auto;
  padding: 60px 30px;
  display: flex;
}

.not-found h1 {
  letter-spacing: -.04em;
  font-size: clamp(40px, 6vw, 75px);
  line-height: 1.08;
}

.not-found > p {
  color: var(--text-soft);
}

@media (min-width: 1600px) {
  .vpn-hero {
    padding-top: 150px;
  }

  .vpn-hero-grid {
    gap: 35px;
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 17px;
  }

  .desktop-nav a {
    font-size: 13px;
  }

  .header-inner {
    gap: 18px;
  }

  .header-actions {
    gap: 13px;
  }

  .vpn-hero h1 {
    font-size: 51px;
  }

  .vpn-lead {
    font-size: 17px;
  }

  .hero-actions {
    gap: 12px;
  }

  .split-heading, .included-layout, .pricing-layout, .contact-layout, .faq-layout {
    gap: 50px;
  }

  .benefit-grid {
    gap: 28px;
  }

  .use-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .use-strip > div {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .container {
    width: min(calc(100% - 48px),var(--container));
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu.is-open {
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    height: calc(100dvh - 79px);
    padding: 24px;
    display: block;
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .mobile-menu nav {
    flex-direction: column;
    gap: 4px;
    display: flex;
  }

  .mobile-menu nav > a:not(.button) {
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
    font-size: 25px;
  }

  .mobile-menu nav > a > span {
    color: var(--blue);
    padding-right: 20px;
    font-size: 13px;
  }

  .mobile-menu .button {
    margin-top: 20px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .vpn-hero-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 5px;
  }

  .vpn-hero h1 {
    font-size: 43px;
  }

  .value-strip > div {
    gap: 12px;
    padding-inline: 17px;
  }

  .value-strip strong {
    font-size: 15px;
  }

  .value-strip p {
    font-size: 13px;
  }

  .section {
    padding: 75px 0;
  }

  .split-heading {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .benefit-grid {
    gap: 25px;
  }

  .benefit-grid h3 {
    font-size: 19px;
  }

  .included-layout, .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .included-intro > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) {
    max-width: 650px;
  }

  .included-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
  }

  .included-list article {
    padding: 0 0 20px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pricing-layout {
    gap: 35px;
  }

  .price-card {
    padding: 28px;
  }

  .price-card h3 {
    font-size: 27px;
  }

  .launch-steps {
    gap: 22px;
  }

  .launch-steps li {
    flex-direction: column;
    gap: 14px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 13px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }
}

@media (max-width: 650px) {
  .container {
    width: calc(100% - 40px);
  }

  .site-header {
    height: 68px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .brand-word {
    font-size: 24px;
  }

  .desktop-cta {
    display: none;
  }

  .mobile-menu.is-open {
    height: calc(100dvh - 67px);
    top: 67px;
  }

  .vpn-hero {
    padding-top: 103px;
  }

  .vpn-hero-grid {
    grid-template-columns: 1fr;
  }

  .vpn-hero-copy {
    padding: 0;
  }

  .vpn-hero h1 {
    font-size: clamp(38px, 10vw, 61px);
  }

  .vpn-lead {
    margin: 22px 0 24px;
    font-size: 17px;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
  }

  .hero-actions .button {
    justify-content: space-between;
  }

  .hero-secondary {
    justify-content: center;
  }

  .hero-note {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
  }

  .vpn-art {
    width: 100%;
    max-width: 400px;
    margin: 10px auto 0;
    padding-bottom: 20px;
  }

  .vpn-art figcaption {
    margin-top: -12px;
  }

  .vpn-art figcaption > span {
    font-size: 12px;
  }

  .vpn-art figcaption p {
    font-size: 13px;
  }

  .value-strip {
    grid-template-columns: 1fr;
    margin-top: 14px;
    padding-block: 6px;
  }

  .value-strip > div, .value-strip > div:first-child {
    border: 0;
    border-bottom: 1px solid var(--line);
    gap: 18px;
    padding: 17px 0;
  }

  .value-strip > div:last-child {
    border-bottom: 0;
  }

  .value-strip p {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    display: flex;
  }

  .value-strip p > span {
    text-align: right;
    max-width: 130px;
    font-size: 12px;
  }

  .section {
    padding: 60px 0;
  }

  h2 {
    letter-spacing: -.04em;
    font-size: 34px;
  }

  .split-heading, .benefit-grid, .included-list, .pricing-layout, .launch-steps {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 24px;
  }

  .split-heading > p {
    font-size: 16px;
  }

  .benefit-grid {
    gap: 30px;
    margin-top: 36px;
  }

  .benefit-grid article {
    border-bottom: 1px solid var(--line);
    padding-bottom: 27px;
  }

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

  .benefit-grid h3 {
    font-size: 21px;
  }

  .network-diagram {
    margin-top: 35px;
    padding: 22px;
  }

  .diagram-heading h3 {
    font-size: 15px;
  }

  .diagram-wide {
    display: none;
  }

  .diagram-mobile {
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    display: flex;
  }

  .diagram-mobile > span, .diagram-mobile > strong {
    text-align: center;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 16px;
    font-size: 16px;
  }

  .diagram-mobile > strong {
    color: #fff;
    background: var(--blue);
    border: 0;
  }

  .diagram-mobile small {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 400;
    display: block;
  }

  .diagram-mobile i {
    color: var(--blue);
    padding: 9px 0;
    font-style: normal;
  }

  .diagram-note {
    font-size: 12px;
  }

  .included-list {
    gap: 25px;
  }

  .use-strip {
    margin-top: 35px;
  }

  .use-strip > div {
    flex-direction: column;
    gap: 16px;
  }

  .price-card {
    padding: 26px;
  }

  .price-card h3 {
    font-size: 30px;
  }

  .launch-steps {
    gap: 27px;
    margin-top: 37px;
  }

  .launch-steps li {
    flex-direction: row;
    gap: 16px;
  }

  .launch-steps p {
    font-size: 15px;
  }

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

  .faq-list details > p {
    padding-right: 10px;
    font-size: 16px;
  }

  .contact-layout {
    gap: 30px;
  }

  .contact-form {
    padding: 21px;
  }

  .form-topline {
    flex-wrap: wrap;
    gap: 4px;
    padding: 19px 21px;
  }

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

  .form-field-wide {
    grid-column: auto;
  }

  .consent-field {
    font-size: 12px;
  }

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

  .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .cookie-banner {
    inset: auto 10px calc(10px + env(safe-area-inset-bottom));
    max-height: 80dvh;
    padding: 18px;
    overflow: auto;
  }

  .cookie-actions {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .cookie-actions .button {
    padding: 10px 12px;
    font-size: 13px;
  }

  .cookie-actions .button:first-child {
    grid-column: 1 / -1;
  }

  .cookie-options {
    grid-template-columns: 1fr;
  }

  .legal-page {
    padding: 112px 0 60px;
  }

  .legal-hero h1 {
    font-size: 37px;
  }

  .legal-aside {
    display: none;
  }

  .legal-document h2 {
    font-size: 25px;
  }

  .floating-telegram span {
    display: none;
  }
}

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

  *, :before, :after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --type-display: clamp(3.25rem, 5.25vw, 4.75rem);
  --type-heading: clamp(2rem, 3.1vw, 2.75rem);
  --type-title: 1.25rem;
  --type-body: 1.0625rem;
  --type-small: .875rem;
}

body {
  font-optical-sizing: auto;
}

h1, h2, h3 {
  font-family: var(--font-sans);
}

h2 {
  font-size: var(--type-heading);
  letter-spacing: -.045em;
  font-weight: 560;
  line-height: 1.18;
}

h3 {
  font-size: var(--type-title);
  letter-spacing: -.025em;
  font-weight: 650;
  line-height: 1.35;
}

.section {
  padding-block: 88px;
}

.eyebrow {
  letter-spacing: .105em;
  margin-bottom: 22px;
  font-size: .75rem;
  font-weight: 700;
}

.site-header {
  border-bottom-color: #ecedf1;
  height: 84px;
}

.desktop-nav {
  gap: 22px;
}

.desktop-nav a {
  white-space: nowrap;
  font-size: 1.0625rem;
  font-weight: 560;
}

.brand-word {
  letter-spacing: -.06em;
  font-size: 1.5rem;
  font-weight: 800;
}

.button {
  border-radius: 12px;
  min-height: 50px;
  font-size: .875rem;
  font-weight: 650;
}

.button-sm {
  min-height: 44px;
}

.button-lg {
  min-height: 56px;
  padding: 16px 24px;
}

.language-switch {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
}

.language-flag {
  border-radius: 3px;
  flex: none;
  overflow: hidden;
  box-shadow: 0 0 0 1px #1823341a;
}

.language-short {
  display: none;
}

.header-actions {
  flex-shrink: 0;
}

.header-actions .button, .language-switch {
  font-size: 1rem;
}

.vpn-hero {
  background: #fff;
  padding-top: 126px;
  overflow: clip;
}

.vpn-hero-grid {
  grid-template-columns: 1.18fr 1fr;
  gap: 52px;
}

.vpn-hero-copy {
  padding-block: 42px;
}

.vpn-hero h1 {
  font-size: var(--type-display);
  letter-spacing: -.065em;
  font-weight: 560;
  line-height: 1.035;
}

.vpn-hero h1 em {
  font-weight: 560;
}

.vpn-lead {
  letter-spacing: -.015em;
  max-width: 33rem;
  margin-block: 28px 32px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.hero-actions {
  gap: 20px;
}

.hero-secondary {
  font-size: .875rem;
  font-weight: 600;
}

.hero-note {
  margin-top: 26px;
  font-size: .8125rem;
  line-height: 1.6;
}

.value-strip {
  margin-top: 32px;
  padding-block: 25px;
}

.value-strip strong {
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 650;
}

.value-strip p {
  font-size: .875rem;
}

.split-heading {
  gap: 80px;
}

.split-heading > p, .included-intro > p:not(.eyebrow), .pricing-description, .contact-copy > p:not(.eyebrow) {
  font-size: var(--type-body);
  line-height: 1.75;
}

.benefit-grid {
  gap: 40px;
  margin-top: 48px;
}

.benefit-grid p, .included-list p, .price-note, .faq-list details > p {
  font-size: 1rem;
  line-height: 1.75;
}

.benefit-grid h3, .included-list h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.included-layout, .pricing-layout, .contact-layout {
  gap: 80px;
}

.included-list article {
  padding-block: 24px;
}

.price-card {
  border-radius: 20px;
  padding: 36px;
}

.price-card h3 {
  letter-spacing: -.05em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.launch-steps h3 {
  font-size: 1rem;
  font-weight: 650;
}

.launch-steps p {
  font-size: .875rem;
  line-height: 1.75;
}

.faq-list summary {
  padding-block: 25px;
  font-size: 1.0625rem;
  font-weight: 600;
}

.contact-form-wrap {
  border-radius: 20px;
}

.form-grid label > span {
  font-size: .875rem;
}

.form-grid input, .form-grid select, .form-grid textarea {
  border-radius: 9px;
  font-size: 1rem;
}

.contact-copy > .contact-note {
  font-size: .875rem;
}

.footer-brand p, .footer-column a {
  font-size: 1rem;
  line-height: 1.65;
}

.footer-label {
  font-size: 1rem;
}

.footer-bottom {
  font-size: .875rem;
}

.footer-column a {
  overflow-wrap: anywhere;
  padding-block: 6px;
}

.footer-telegram {
  align-items: center;
  gap: 9px;
  display: inline-flex;
}

.footer-telegram svg {
  color: #229ed9;
  flex-shrink: 0;
}

.legal-hero h1 {
  letter-spacing: -.05em;
  font-weight: 560;
}

.legal-document p, .legal-document li {
  font-size: 1rem;
  line-height: 1.8;
}

.phone-figure {
  justify-self: center;
  width: 100%;
  max-width: 540px;
  padding: 0;
}

.phone-clip-defs {
  pointer-events: none;
  position: absolute;
}

.phone-stage {
  aspect-ratio: 1;
  perspective: 1100px;
  width: 100%;
  position: relative;
}

.phone-motion {
  transform-origin: 50% 55%;
  will-change: transform;
  width: 100%;
  height: 100%;
  transform: rotateY(-24deg);
}

.phone-figure img {
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.phone-figure figcaption {
  text-align: center;
  max-width: 350px;
  margin: 12px auto 0;
  position: relative;
}

.phone-figure figcaption p {
  letter-spacing: -.015em;
  color: #647084;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 1280px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu.is-open {
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    height: calc(100dvh - 83px);
    padding: 24px;
    display: block;
    position: fixed;
    top: 83px;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .mobile-menu nav {
    flex-direction: column;
    gap: 4px;
    display: flex;
  }

  .mobile-menu nav > a:not(.button) {
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
    font-size: 1.75rem;
  }

  .mobile-menu nav > a > span {
    color: var(--blue);
    padding-right: 20px;
    font-size: .875rem;
  }

  .mobile-menu .button {
    margin-top: 20px;
    font-size: 1rem;
  }

  body.menu-open {
    overflow: hidden;
  }
}

@media (max-width: 1120px) {
  :root {
    --type-display: clamp(3rem, 5.2vw, 3.65rem);
  }

  .vpn-hero-grid {
    grid-template-columns: 1.18fr 1fr;
    gap: 22px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .split-heading, .included-layout, .pricing-layout, .contact-layout {
    gap: 44px;
  }

  .vpn-lead {
    font-size: 1.0625rem;
  }
}

@media (max-width: 920px) {
  .section {
    padding-block: 70px;
  }

  .vpn-hero h1 {
    font-size: clamp(2.65rem, 5.2vw, 3.25rem);
  }

  .vpn-hero-grid {
    gap: 12px;
  }

  .vpn-hero-copy {
    padding-block: 28px;
  }

  .benefit-grid {
    gap: 26px;
  }

  .benefit-grid h3 {
    font-size: 1.125rem;
  }

  .included-layout, .contact-layout, .faq-layout {
    grid-template-columns: 1fr;
  }

  .mobile-menu.is-open {
    height: calc(100dvh - 83px);
    top: 83px;
  }
}

@media (max-width: 650px) {
  body {
    font-size: 1rem;
  }

  .container {
    width: calc(100% - 40px);
  }

  .section {
    padding-block: 58px;
  }

  .site-header {
    height: 72px;
  }

  .mobile-menu.is-open {
    height: calc(100dvh - 71px);
    top: 71px;
  }

  .vpn-hero {
    padding-top: 106px;
  }

  .vpn-hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vpn-hero-copy {
    padding-block: 0;
  }

  .vpn-hero h1 {
    letter-spacing: -.055em;
    font-size: clamp(2.35rem, 9.4vw, 3.5rem);
    line-height: 1.09;
  }

  h2 {
    letter-spacing: -.045em;
    font-size: clamp(1.85rem, 7.6vw, 2.5rem);
    line-height: 1.2;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: .75rem;
  }

  .vpn-lead {
    margin-block: 24px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-note {
    margin-top: 14px;
    font-size: .75rem;
  }

  .hero-actions {
    gap: 6px;
  }

  .phone-figure {
    max-width: 390px;
    margin-top: 0;
  }

  .phone-figure figcaption {
    max-width: 285px;
    margin-top: 5px;
  }

  .phone-figure figcaption p {
    font-size: .8125rem;
  }

  .value-strip {
    margin-top: 30px;
  }

  .value-strip > div {
    gap: 13px;
  }

  .value-strip strong {
    font-size: .875rem;
  }

  .value-strip p > span {
    font-size: .75rem;
  }

  .split-heading, .included-layout, .pricing-layout, .contact-layout {
    gap: 28px;
  }

  .split-heading > p, .included-intro > p:not(.eyebrow), .pricing-description, .contact-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .benefit-grid {
    gap: 24px;
    margin-top: 32px;
  }

  .benefit-grid h3, .included-list h3 {
    font-size: 1.125rem;
  }

  .price-card {
    padding: 26px;
  }

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

  .faq-list summary {
    font-size: 1rem;
  }

  .legal-hero h1 {
    font-size: 2.125rem;
  }
}

@media (max-width: 380px) {
  .language-name {
    display: none;
  }

  .language-short {
    display: inline;
  }

  .header-inner, .header-actions {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone-motion {
    will-change: auto;
    transform: none !important;
  }
}

/*# sourceMappingURL=app_0-e8s7v._.css.map*/