/* ==========================================================
   ALIEN2 - ORTAK PREMIUM SAYFA TASARIMI
   Ana sayfa / giriş / kayıt / indirme
   ========================================================== */

:root {
  --alien-gold: #f5cf85;
  --alien-gold-light: #ffedbd;
  --alien-bronze: #a65b24;
  --alien-bronze-dark: #4b1d0b;
  --alien-ink: #050302;
  --alien-panel: rgba(10, 5, 3, .86);
  --alien-line: rgba(245, 207, 133, .24);
  --alien-text: #f4e4c4;
  --alien-muted: rgba(244, 228, 196, .66);
}

body.premium-home-page,
body.premium-login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 64% 25%, rgba(197, 73, 26, .23), transparent 29%),
    linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .38) 47%, rgba(0, 0, 0, .88) 100%),
    url("../images/premium_login_bg.png") center top / cover fixed no-repeat !important;
  color: var(--alien-text);
}

body.premium-home-page *,
body.premium-login-page * {
  box-sizing: border-box;
}

body.premium-home-page::before,
body.premium-login-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58), transparent 30%, transparent 72%, rgba(0, 0, 0, .62)),
    radial-gradient(circle at 50% 18%, rgba(255, 204, 121, .08), transparent 30%);
}

body.premium-home-page > header,
body.premium-home-page > main,
body.premium-home-page > footer,
body.premium-login-page > header,
body.premium-login-page > main,
body.premium-login-page > footer {
  position: relative;
  z-index: 1;
}

body.premium-home-page .languagepicker,
body.premium-login-page .languagepicker,
body.premium-home-page .discord-widget,
body.premium-login-page .discord-widget {
  display: none !important;
}

body.premium-home-page .wrapper,
body.premium-login-page .wrapper {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

/* ÜST PANEL */

body.premium-home-page header,
body.premium-login-page header {
  min-height: 0 !important;
  background: transparent !important;
}

body.premium-home-page .header--background,
body.premium-login-page .header--background {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
}

body.premium-home-page .header--background::before,
body.premium-home-page .header--background::after,
body.premium-login-page .header--background::before,
body.premium-login-page .header--background::after {
  display: none !important;
  content: none !important;
}

body.premium-home-page header nav,
body.premium-login-page header nav {
  width: 100% !important;
  min-height: 96px;
  margin: 18px auto 0 !important;
  padding: 8px 26px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border: 1px solid var(--alien-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(22, 11, 6, .91), rgba(6, 3, 2, .86)),
    radial-gradient(circle at 50% 0%, rgba(255, 185, 91, .12), transparent 62%) !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .48),
    inset 0 1px 0 rgba(255, 235, 179, .12);
  backdrop-filter: blur(12px);
}

body.premium-home-page header .nav--items,
body.premium-login-page header .nav--items {
  width: auto !important;
  min-width: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-around !important;
  gap: 12px;
}

body.premium-home-page header nav a,
body.premium-login-page header nav a {
  padding: 12px 10px !important;
  color: #e8c98f !important;
  font-family: FrizQuadrataTT, Trajan Pro Bold, serif !important;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .8px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .9);
  transition: color .18s ease, transform .18s ease, text-shadow .18s ease;
}

body.premium-home-page header nav a::before,
body.premium-home-page header nav a::after,
body.premium-login-page header nav a::before,
body.premium-login-page header nav a::after {
  display: none !important;
  content: none !important;
}

body.premium-home-page header nav a:hover,
body.premium-login-page header nav a:hover {
  color: var(--alien-gold-light) !important;
  transform: translateY(-1px);
  text-shadow: 0 0 15px rgba(245, 207, 133, .38);
}

body.premium-home-page header nav .nav-logo,
body.premium-login-page header nav .nav-logo {
  width: 190px !important;
  height: 76px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: url("../images/alien2_logo_web.png") center / contain no-repeat !important;
  filter:
    drop-shadow(0 0 15px rgba(255, 70, 27, .24))
    drop-shadow(0 12px 24px rgba(0, 0, 0, .76));
}

/* ORTA LOGO / HERO */

body.premium-home-page .header--content,
body.premium-login-page .header--content {
  width: 100% !important;
  min-height: 290px;
  margin: 0 !important;
  padding: 32px 0 12px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

body.premium-home-page .header--logo,
body.premium-login-page .header--logo {
  width: min(500px, 78vw) !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.premium-home-page .header--logo img,
body.premium-login-page .header--logo img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: auto;
  filter:
    drop-shadow(0 0 24px rgba(255, 70, 27, .30))
    drop-shadow(0 28px 42px rgba(0, 0, 0, .80));
}

body.premium-home-page .header--register,
body.premium-login-page .header--register {
  width: auto !important;
  height: auto !important;
  min-width: 170px;
  margin: 10px auto 0 !important;
  padding: 15px 30px !important;
  line-height: 1 !important;
  border: 1px solid rgba(255, 211, 130, .50);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(151, 76, 27, .96), rgba(67, 26, 10, .98)) !important;
  color: #fff0c5 !important;
  font-family: Trajan Pro Bold, FrizQuadrataTT, serif;
  font-size: 14px;
  letter-spacing: 1.8px;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, .54),
    inset 0 1px 0 rgba(255, 237, 179, .20);
}

body.premium-home-page .header--register::before,
body.premium-login-page .header--register::before {
  display: none !important;
  content: none !important;
}

body.premium-home-page .header--statistics {
  width: auto !important;
  margin-top: 18px;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  gap: 14px;
}

body.premium-home-page .header--statistics > div {
  min-width: 160px;
  padding: 12px 22px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(245, 207, 133, .22);
  border-radius: 18px;
  background: rgba(7, 4, 2, .66);
  text-align: center !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .34);
  backdrop-filter: blur(8px);
}

body.premium-home-page .header--statistics > div::before {
  display: none !important;
  content: none !important;
}

body.premium-home-page .header--statistics span:first-child {
  color: #ffd477 !important;
  font-size: 28px !important;
  line-height: 1 !important;
}

body.premium-home-page .header--statistics span:last-child {
  padding: 4px 0 0 !important;
  color: #f5e7c8 !important;
  font-size: 12px;
  line-height: 1.2;
}

body.premium-home-page .header--scroll-down,
body.premium-login-page .header--statistics,
body.premium-login-page .header--register,
body.premium-login-page .header--scroll-down,
body.premium-register-page .header--register {
  display: none !important;
}

/* İÇ SAYFALARIN İÇERİK ALANI */

body.premium-login-page main#content {
  flex: 1 0 auto;
  width: 100%;
  margin: -14px 0 0 !important;
  padding: 0 0 34px !important;
}

body.premium-login-page main#content > .wrapper {
  width: min(1000px, calc(100% - 40px));
}

body.premium-login-page .generic--section {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: none !important;
}

body.premium-login-page .titled-section--title::before,
body.premium-login-page .titled-section--title::after {
  display: none !important;
  content: none !important;
}

/* GİRİŞ */

body.premium-login-page:not(.premium-register-page):not(.premium-download-page) .generic--section {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

body.premium-login-page:not(.premium-register-page):not(.premium-download-page) .titled-section--title {
  display: none !important;
}

body.premium-login-page form.form--generic {
  max-width: none !important;
  border: 1px solid rgba(245, 207, 133, .28);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(24, 11, 5, .92), rgba(5, 3, 2, .94)),
    radial-gradient(circle at 50% 0%, rgba(255, 115, 41, .17), transparent 58%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .58),
    inset 0 1px 0 rgba(255, 235, 178, .13);
  backdrop-filter: blur(12px);
}

body.premium-login-page:not(.premium-register-page):not(.premium-download-page) form.form--generic {
  width: min(500px, 100%) !important;
  margin: 0 auto !important;
  padding: 28px 30px 26px !important;
}

body.premium-login-page form.form--generic::before {
  content: "GÜVENLİ GİRİŞ";
  display: block;
  margin-bottom: 18px;
  color: #ffe0a0;
  font-family: Trajan Pro Bold, FrizQuadrataTT, serif;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.6px;
  text-align: center;
}

body.premium-login-page.premium-reset-page form.form--generic::before {
  content: "ŞİFRE SIFIRLAMA" !important;
}

body.premium-login-page .form--input-group {
  position: relative;
  margin: 0 0 11px !important;
}

body.premium-login-page .form--input-icon-user,
body.premium-login-page .form--input-icon-password,
body.premium-login-page .form--input-icon-email {
  display: none !important;
}

body.premium-login-page input[type="text"],
body.premium-login-page input[type="password"],
body.premium-login-page select {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 207, 127, .24) !important;
  border-radius: 14px !important;
  outline: 0;
  background: rgba(4, 2, 1, .68) !important;
  color: #fff1cf !important;
  font-size: 13px !important;
  box-shadow:
    inset 0 0 17px rgba(0, 0, 0, .42),
    0 1px 0 rgba(255, 230, 170, .05);
}

body.premium-login-page input::placeholder {
  color: rgba(255, 232, 190, .48);
}

body.premium-login-page input:focus,
body.premium-login-page select:focus {
  border-color: rgba(255, 216, 137, .68) !important;
  box-shadow:
    0 0 0 3px rgba(255, 180, 82, .10),
    inset 0 0 17px rgba(0, 0, 0, .42);
}

body.premium-login-page select option {
  background: #130904;
  color: #f6e4bf;
}

body.premium-login-page .password-group {
  display: flex;
  align-items: stretch;
  gap: 5px;
}

body.premium-login-page .password-group input {
  min-width: 0;
  flex: 1 1 auto;
}

body.premium-login-page .password-group > .btn {
  flex: 0 0 42px;
  width: 42px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 207, 127, .22) !important;
  border-radius: 12px !important;
  background: rgba(37, 16, 7, .82);
  color: #f9d99a !important;
  line-height: 1 !important;
}

body.premium-login-page .g-recaptcha {
  max-width: 304px;
  margin-inline: auto;
  transform: scale(.82);
  transform-origin: center;
}

body.premium-login-page form .form--button {
  width: 100% !important;
  height: 48px !important;
  margin: 2px 0 0 !important;
  padding: 0 22px !important;
  border: 1px solid rgba(255, 221, 145, .52) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #b96d2c, #642b11 72%, #3c1608) !important;
  color: #fff2c8 !important;
  font-family: Trajan Pro Bold, FrizQuadrataTT, serif !important;
  font-size: 14px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .78);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, .46),
    inset 0 1px 0 rgba(255, 241, 186, .25);
  transition: transform .18s ease, filter .18s ease;
}

body.premium-login-page form .form--button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

body.premium-login-page .text-center.text-white {
  width: min(500px, 100%) !important;
  margin: 12px auto 0 !important;
  padding: 11px 16px !important;
  border: 1px solid rgba(245, 207, 133, .13);
  border-radius: 16px;
  background: rgba(5, 3, 2, .55);
  color: var(--alien-muted) !important;
  font-size: 12px;
  text-align: center;
  backdrop-filter: blur(8px);
}

body.premium-login-page .text-center.text-white p {
  margin: 5px 0 !important;
}

body.premium-login-page .text-center.text-white a {
  color: var(--alien-gold) !important;
  text-decoration: none;
}

/* KAYIT */

body.premium-register-page .header--content,
body.premium-download-page .header--content {
  min-height: 270px;
  padding-top: 24px !important;
}

body.premium-register-page .header--logo,
body.premium-download-page .header--logo {
  width: min(420px, 72vw) !important;
}

body.premium-register-page main#content {
  margin-top: -28px !important;
}

body.premium-register-page .generic--section {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

body.premium-register-page .titled-section--title {
  display: none !important;
}

body.premium-register-page form.form--generic {
  width: min(780px, 100%) !important;
  margin: 0 auto !important;
  padding: 22px 24px 20px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}

body.premium-register-page form.form--generic::before {
  content: "HESAP OLUŞTUR";
  grid-column: 1 / -1;
  margin: 0 0 5px;
  font-size: 21px;
}

body.premium-register-page form.form--generic .form--input-group {
  min-width: 0;
  margin: 0 !important;
}

body.premium-register-page form.form--generic .form--input-group:has(.checkbox),
body.premium-register-page form.form--generic .form--input-group:has(.g-recaptcha),
body.premium-register-page form.form--generic .form--button {
  grid-column: 1 / -1;
}

body.premium-register-page form.form--generic .form--input-group:has(.checkbox) {
  min-height: 42px;
  padding: 9px 12px !important;
  display: flex;
  align-items: center;
  border: 1px solid rgba(245, 207, 133, .12);
  border-radius: 13px;
  background: rgba(4, 2, 1, .36);
}

body.premium-register-page form.form--generic .form--input-group:has(.g-recaptcha) {
  min-height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.premium-register-page form.form--generic .form--button {
  width: min(340px, 100%) !important;
  margin-inline: auto !important;
}

body.premium-register-page .text-center.text-white {
  width: min(780px, 100%) !important;
}

body.premium-register-page .text-center.text-white p {
  display: inline-block;
  margin: 2px 10px !important;
}

/* İNDİRME */

body.premium-download-page main#content {
  margin-top: -24px !important;
}

body.premium-download-page .generic--section {
  width: min(960px, 100%) !important;
  padding: 28px 30px 32px !important;
  border: 1px solid rgba(245, 207, 133, .24);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(22, 10, 5, .90), rgba(5, 3, 2, .92)),
    radial-gradient(circle at 50% 0%, rgba(255, 117, 42, .14), transparent 58%) !important;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .56),
    inset 0 1px 0 rgba(255, 235, 178, .12);
  backdrop-filter: blur(12px);
}

body.premium-download-page .generic--section > br {
  display: none;
}

body.premium-download-page .titled-section--title {
  position: static !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  text-align: center;
}

body.premium-download-page .titled-section--title > span {
  color: #ffe0a0 !important;
  font-family: Trajan Pro Bold, FrizQuadrataTT, serif;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 2.5px;
  text-shadow: 0 0 20px rgba(255, 104, 41, .28);
}

body.premium-download-page .titled-section--title::after {
  content: "ALIEN2 OYUN DOSYALARI" !important;
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin-top: 6px;
  color: rgba(255, 232, 190, .56);
  font-size: 11px;
  letter-spacing: 2px;
  transform: none !important;
  background: none !important;
}

body.premium-download-page .w-full.text-center {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.premium-download-page .w-full.text-center a {
  min-height: 52px;
  padding: 12px 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 207, 133, .20);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(103, 45, 17, .90), rgba(40, 16, 7, .94)) !important;
  color: #fff0ca !important;
  font-size: 13px !important;
  text-decoration: none !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 235, 175, .15);
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

body.premium-download-page .w-full.text-center a:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
  border-color: rgba(245, 207, 133, .42);
}

body.premium-download-page .w-full.text-center svg {
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px !important;
  margin-right: 9px !important;
  fill: #f7d78f;
}

/* ANA SAYFA */

body.premium-home-page .header--content {
  min-height: 455px;
  padding-top: 36px !important;
}

body.premium-home-page main#content {
  display: none !important;
}

/* ALT PANEL - her zaman sayfa içeriğinin altında */

body.premium-home-page footer,
body.premium-login-page footer {
  position: relative !important;
  inset: auto !important;
  width: min(1240px, calc(100% - 40px)) !important;
  min-height: 112px !important;
  height: auto !important;
  margin: auto auto 18px !important;
  padding: 0 !important;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(245, 207, 133, .20);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(20, 10, 5, .91), rgba(5, 3, 2, .90)),
    radial-gradient(circle at 50% 0%, rgba(255, 181, 88, .10), transparent 60%) !important;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, .52),
    inset 0 1px 0 rgba(255, 236, 182, .10);
  transform: none !important;
  backdrop-filter: blur(12px);
}

body.premium-home-page footer .wrapper,
body.premium-login-page footer .wrapper {
  width: 100% !important;
}

body.premium-home-page footer nav,
body.premium-login-page footer nav {
  width: 100% !important;
  min-height: 76px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 9px 22px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border: 0 !important;
  background: transparent !important;
}

body.premium-home-page footer .nav--items,
body.premium-login-page footer .nav--items {
  width: auto !important;
  display: flex !important;
  justify-content: space-around !important;
  gap: 10px;
}

body.premium-home-page footer nav a,
body.premium-login-page footer nav a {
  padding: 9px 8px !important;
  color: #daba7e !important;
  font-family: FrizQuadrataTT, Trajan Pro Bold, serif !important;
  font-size: 11px;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
}

body.premium-home-page footer nav a::before,
body.premium-home-page footer nav a::after,
body.premium-login-page footer nav a::before,
body.premium-login-page footer nav a::after {
  display: none !important;
  content: none !important;
}

body.premium-home-page footer nav .nav-logo,
body.premium-login-page footer nav .nav-logo {
  width: 150px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: url("../images/alien2_logo_web.png") center / contain no-repeat !important;
  filter: drop-shadow(0 0 12px rgba(255, 73, 31, .20));
}

body.premium-home-page footer .copyright,
body.premium-login-page footer .copyright {
  min-height: 36px;
  padding: 10px 22px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(245, 207, 133, .10);
  color: rgba(244, 228, 196, .48);
  font-size: 11px;
}

body.premium-home-page footer .copyright a,
body.premium-login-page footer .copyright a {
  color: rgba(245, 207, 133, .66) !important;
  text-decoration: none;
}

/* TABLET */

@media (max-width: 900px) {
  body.premium-home-page .wrapper,
  body.premium-login-page .wrapper,
  body.premium-home-page footer,
  body.premium-login-page footer {
    width: calc(100% - 24px) !important;
  }

  body.premium-home-page header nav,
  body.premium-login-page header nav {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 10px 18px 14px !important;
  }

  body.premium-home-page header nav .nav-logo,
  body.premium-login-page header nav .nav-logo {
    order: -1;
    width: 170px !important;
    height: 62px !important;
    margin-inline: auto !important;
  }

  body.premium-home-page header .nav--items,
  body.premium-login-page header .nav--items {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  body.premium-home-page footer nav,
  body.premium-login-page footer nav {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  body.premium-home-page footer nav .nav-logo,
  body.premium-login-page footer nav .nav-logo {
    order: -1;
    margin-inline: auto !important;
  }

  body.premium-home-page footer .copyright,
  body.premium-login-page footer .copyright {
    flex-direction: column;
    text-align: center;
  }
}

/* TELEFON */

@media (max-width: 640px) {
  body.premium-home-page header nav,
  body.premium-login-page header nav {
    margin-top: 8px !important;
    border-radius: 18px;
  }

  body.premium-home-page header nav a,
  body.premium-login-page header nav a {
    padding: 8px 7px !important;
    font-size: 11px;
  }

  body.premium-home-page .header--content,
  body.premium-login-page .header--content {
    min-height: 220px;
    padding-top: 22px !important;
  }

  body.premium-home-page .header--logo,
  body.premium-login-page .header--logo {
    width: min(330px, 82vw) !important;
  }

  body.premium-home-page .header--statistics {
    width: 100% !important;
    gap: 8px;
  }

  body.premium-home-page .header--statistics > div {
    min-width: 0;
    flex: 1 1 0;
    padding: 10px 12px !important;
  }

  body.premium-login-page main#content > .wrapper {
    width: calc(100% - 24px) !important;
  }

  body.premium-login-page:not(.premium-register-page):not(.premium-download-page) form.form--generic,
  body.premium-register-page form.form--generic,
  body.premium-download-page .generic--section {
    padding: 20px 16px !important;
    border-radius: 20px;
  }

  body.premium-register-page form.form--generic {
    grid-template-columns: 1fr;
  }

  body.premium-register-page form.form--generic .form--input-group,
  body.premium-register-page form.form--generic .form--button,
  body.premium-register-page form.form--generic::before {
    grid-column: 1;
  }

  body.premium-register-page .text-center.text-white p {
    display: block;
    margin: 4px 0 !important;
  }

  body.premium-download-page .w-full.text-center {
    grid-template-columns: 1fr;
  }

  body.premium-login-page .g-recaptcha {
    transform: scale(.74);
  }

  body.premium-home-page footer,
  body.premium-login-page footer {
    margin-bottom: 8px !important;
    border-radius: 18px;
  }

  body.premium-home-page footer .nav--items,
  body.premium-login-page footer .nav--items {
    flex-wrap: wrap;
  }
}
