@font-face {
  font-family: "Parimatch Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Parimatch Sans Regular"),
    url("fonts/parimatch-sans-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Parimatch Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("Parimatch Sans Medium"),
    url("fonts/parimatch-sans-medium.woff2") format("woff2");
}

@font-face {
  font-family: "Parimatch Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("Parimatch Sans Bold"),
    url("fonts/parimatch-sans-bold.woff2") format("woff2");
}

:root {
  --font-sans: "Parimatch Sans", "Inter", system-ui, -apple-system, sans-serif;
  --mono-400: #949093;
  --pm-black: #000000;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-sans);
  background: var(--pm-black);
  color: var(--mono-400);
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

.page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(16px, 4vw, 32px) clamp(16px, 5vw, 48px) clamp(24px, 4vh, 40px);
}

@media (max-width: 380px) {
  .page .header {
    order: 1;
  }

  .page .hero {
    order: 2;
  }

  .page .panel {
    order: 3;
  }
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 472px;
}

.header__logo {
  display: block;
  width: min(100%, 471px);
  height: auto;
}

.header__tags {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 11px;
  width: 100%;
}

.header__tag {
  display: block;
  height: auto;
  max-width: 45%;
}

.header__tag--l {
  width: 132px;
}

.header__tag--r {
  width: 160px;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0 16px;
  margin-bottom: -32px;
  position: relative;
  z-index: -1;
}

.hero__duck img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

@media (min-width: 1024px) {
  .hero__duck img {
    width: auto;
    max-width: 260px;
    max-height: 376px;
    object-fit: contain;
  }
}

.panel {
  width: 100%;
  max-width: 990px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.kicker {
  margin: 0;
  font-family: "Parimatch Sans", "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--mono-400);
}

.title {
  margin: 0;
  font-family: "Parimatch Sans", "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 103%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--mono-400);
  text-wrap: wrap;
  max-width: min(720px, 100%);
}

html:lang(en) .title {
  text-wrap: nowrap;
  max-width: none;
}

.title__br {
  display: none;
}

.vpn-message {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  color: var(--mono-400);
  max-width: min(560px, 100%);
}

.stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
}

@media (max-width: 1100px) {
  html:lang(en) .title {
    text-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .title__br {
    display: block;
  }

  .hero__duck {
    width: min(240px, 55vw);
    max-height: min(347px, 42vh);
  }
}

@media (max-width: 600px) {
  .page {
    padding-top: 50px;
  }

  .header__logo {
    width: 252px;
  }

  .header__tags {
    height: 9px;
    margin-top: 6px;
  }

  .header__tag--l {
    width: auto;
  }

  .header__tag--r {
    width: auto;
  }

  .hero {
    margin-bottom: 0px;
  }

  .hero__duck {
    width: 228px;
    height: 331px;
  }

  .kicker {
    font-size: 16px;
  }

  .title {
    font-size: 20px;
    max-width: 280px;
  }

  .vpn-message {
    font-size: 16px;
    max-width: 280px;
  }
}

html:lang(zh-Hans) {
  --font-sans: "Parimatch Sans", "Inter", system-ui, -apple-system, sans-serif;
}

html:lang(zh-Hans) .kicker,
html:lang(zh-Hans) .title,
html:lang(zh-Hans) .vpn-message {
  font-family: "Parimatch Sans", "Inter", system-ui, -apple-system, sans-serif;
}

html:lang(zh-Hans) .title {
  line-height: 110%;
}

html:lang(ar) {
  --font-sans: "Parimatch Sans", "Inter", system-ui, -apple-system, sans-serif;
}

html:lang(ar) .kicker,
html:lang(ar) .title,
html:lang(ar) .vpn-message {
  font-family: "Parimatch Sans", "Inter", system-ui, -apple-system, sans-serif;
}

:lang(zh) .title,
:lang(ar) .title,
:lang(tr) .title {
  text-transform: none;
}
