:root {
  --blue: #2f9cff;
  --blue-dark: #126ee5;
  --sky: #e9f7ff;
  --yellow: #ffd84d;
  --orange: #ff9c31;
  --pink: #ff4d91;
  --dark: #15233a;
  --text: #24304a;
  --muted: #6d7890;
  --white: #ffffff;
  --line: rgba(36, 48, 74, 0.1);
  --shadow: 0 24px 70px rgba(26, 92, 167, 0.16);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 216, 77, 0.28), transparent 24%),
    radial-gradient(circle at 94% 10%, rgba(47, 156, 255, 0.26), transparent 26%),
    linear-gradient(180deg, #ecf9ff 0%, #ffffff 46%, #f8fbff 100%);
  font-family: Montserrat, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  user-select: none;
}

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

img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

input,
textarea {
  user-select: text;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.header {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 28px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 190px;
  font-size: 17px;
  font-weight: 900;
  line-height: 0.86;
  color: var(--dark);
}

.logo-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 35px rgba(47, 156, 255, 0.26);
  overflow: hidden;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo b {
  color: var(--blue);
  font-size: 18px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 950;
}

.nav a,
.footer a {
  border-radius: 999px;
  transition: color 170ms ease, background 170ms ease, transform 170ms ease;
}

.nav a {
  padding: 10px 12px;
}

.nav a:hover,
.footer a:hover {
  color: var(--blue);
  background: rgba(47, 156, 255, 0.1);
  transform: translateY(-2px);
}

.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  color: white;
  background: var(--dark);
  font-size: 13px;
  font-weight: 900;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: #f0f7ff;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 3px;
  background: var(--dark);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 80px;
  overflow: hidden;
}

.hero-art {
  position: absolute;
  inset: 0 0 auto auto;
  z-index: -2;
  width: min(980px, 72vw);
  height: min(720px, 70vw);
  border-bottom-left-radius: 54px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(13, 91, 171, 0.23);
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(236, 249, 255, 0.95) 0%, rgba(236, 249, 255, 0.38) 38%, rgba(236, 249, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, #ecf9ff 100%);
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-clouds {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(255, 255, 255, 0.95) 0 10%, transparent 25%),
    radial-gradient(ellipse at 82% 72%, rgba(255, 255, 255, 0.8) 0 9%, transparent 24%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) 340px;
  align-items: end;
  gap: 32px;
  min-height: calc(100svh - 230px);
}

.badge,
.section-title span,
.card-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(47, 156, 255, 0.12);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.badge.yellow {
  color: #8b5b00;
  background: rgba(255, 216, 77, 0.52);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 690px;
  margin: 22px 0 18px;
  color: var(--dark);
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.9;
  font-weight: 950;
}

h2 {
  margin: 12px 0 14px;
  color: var(--dark);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.95;
  font-weight: 950;
}

h3 {
  margin-bottom: 10px;
  color: var(--dark);
  font-size: 23px;
  line-height: 1.12;
}

.lead,
.section-title p,
.step p,
.feature p,
.news-card p,
.donate-copy p,
.cabinet-card p,
.social-inner p,
.footer p {
  color: var(--muted);
  line-height: 1.7;
}

.lead {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 18px;
}

.hero-actions,
.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(106px, 1fr));
  gap: 12px;
  max-width: 600px;
  margin-top: 22px;
}

.quick-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  color: white;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(21, 35, 58, 0.2);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.quick-socials a:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 24px 46px rgba(21, 35, 58, 0.28);
}

.quick-socials b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  color: inherit;
  background: rgba(255, 255, 255, 0.18);
  font-size: 11px;
}

.quick-socials .social-discord {
  background: linear-gradient(135deg, #5865f2, #7c4dff);
}

.quick-socials .social-telegram {
  background: linear-gradient(135deg, #229ed9, #27c2ff);
}

.quick-socials .social-vk {
  background: linear-gradient(135deg, #0077ff, #55a7ff);
}

.quick-socials .social-forum {
  background: linear-gradient(135deg, #ff4d91, #ff9c31);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 176px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.button:hover,
.server-card:hover,
.feature:hover,
.news-card:hover,
.shop-card:hover {
  transform: translateY(-4px);
}

.button.primary {
  color: white;
  background: linear-gradient(135deg, #ff4d4d, var(--orange) 48%, var(--yellow));
  box-shadow: 0 22px 48px rgba(255, 92, 49, 0.38);
}

.hero-actions .button.primary {
  min-height: 66px;
  min-width: 250px;
  font-size: 15px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  animation: connectPulse 1.8s ease-in-out infinite;
}

.button.white {
  color: var(--blue-dark);
  background: white;
  box-shadow: 0 18px 42px rgba(47, 156, 255, 0.14);
}

.button.dark {
  color: white;
  background: linear-gradient(135deg, var(--dark), #244f8f);
  box-shadow: 0 20px 46px rgba(21, 35, 58, 0.3);
}

@keyframes connectPulse {
  0%,
  100% {
    box-shadow: 0 22px 48px rgba(255, 92, 49, 0.34);
  }

  50% {
    box-shadow: 0 26px 62px rgba(255, 92, 49, 0.58);
  }
}

.launcher-card {
  align-self: center;
  min-height: 310px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.launcher-card strong {
  display: block;
  margin: 18px 0 4px;
  color: var(--blue-dark);
  font-size: 72px;
  line-height: 0.9;
}

.status-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 16px;
}

.status-stats div {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 247, 255, 0.78));
  overflow: hidden;
}

.status-stats div::after {
  content: "";
  position: absolute;
  inset: auto -20% -42% 28%;
  height: 70px;
  border-radius: 999px;
  background: rgba(255, 216, 77, 0.22);
  transform: rotate(-8deg);
}

.status-stats div > * {
  position: relative;
  z-index: 1;
}

.status-stats span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.status-stats strong {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 44px);
}

.launcher-card .button {
  width: 100%;
  margin-top: 28px;
}

.section {
  padding: 86px 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 72px;
  background:
    linear-gradient(90deg, rgba(236, 249, 255, 0.96), rgba(236, 249, 255, 0.72)),
    url("assets/hero-rp.jpg") center / cover no-repeat;
}

.forbes-page {
  background:
    linear-gradient(90deg, rgba(255, 248, 221, 0.96), rgba(236, 249, 255, 0.78)),
    radial-gradient(circle at 82% 26%, rgba(255, 216, 77, 0.48), transparent 28%),
    url("assets/hero-rp.jpg") center / cover no-repeat;
}

.forbes-page .section-title span {
  color: #8b5b00;
  background: rgba(255, 216, 77, 0.62);
}

.forbes-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 18px 22px;
  border-radius: 24px;
  color: white;
  background: linear-gradient(135deg, #15233a, #126ee5 58%, #ff9c31);
  box-shadow: 0 24px 54px rgba(21, 35, 58, 0.22);
}

.forbes-banner span {
  display: grid;
  place-items: center;
  min-width: 86px;
  min-height: 42px;
  border-radius: 999px;
  color: #15233a;
  background: #ffd84d;
  font-weight: 950;
}

.forbes-banner b {
  font-size: 18px;
  text-align: right;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 16px 0;
  max-width: 900px;
}

.shop-page {
  background:
    linear-gradient(90deg, rgba(255, 248, 217, 0.95), rgba(236, 249, 255, 0.7)),
    url("assets/update-68.jpg") center / cover no-repeat;
}

.cabinet-page {
  background:
    linear-gradient(90deg, rgba(236, 249, 255, 0.95), rgba(255, 255, 255, 0.74)),
    url("assets/hero-rp.jpg") center / cover no-repeat;
}

.news-page {
  background:
    linear-gradient(90deg, rgba(236, 249, 255, 0.95), rgba(255, 255, 255, 0.66)),
    url("assets/update-67.jpg") center / cover no-repeat;
}

.section-title {
  max-width: 720px;
  margin-bottom: 34px;
}

.server-grid,
.feature-grid,
.news-grid,
.donate-grid,
.shop-cards,
.step-list {
  display: grid;
  gap: 20px;
}

.server-grid {
  grid-template-columns: repeat(3, 1fr);
}

.server-card.single {
  max-width: 640px;
}

.server-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.server-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: white;
  background: var(--blue);
  font-weight: 950;
}

.server-actions a:last-child {
  background: var(--dark);
}

.server-card,
.step,
.feature,
.news-card,
.shop-card,
.cabinet-card,
.social-inner {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.feature,
.shop-card,
.server-card {
  position: relative;
  overflow: hidden;
}

.feature::after,
.shop-card::after,
.server-card::after {
  content: "";
  position: absolute;
  inset: -70% auto auto -40%;
  width: 160px;
  height: 260px;
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(28deg);
  transition: transform 240ms ease;
}

.feature:hover::after,
.shop-card:hover::after,
.server-card:hover::after {
  transform: translateX(260px) rotate(28deg);
}

.feature > *,
.shop-card > *,
.server-card > * {
  position: relative;
  z-index: 1;
}

.server-card {
  padding: 26px;
}

.server-card.hot {
  background: linear-gradient(135deg, #ffffff, #fff5c9);
}

.server-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.server-top b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  box-shadow: 0 16px 30px rgba(47, 156, 255, 0.25);
}

.server-top span {
  color: var(--muted);
  font-weight: 900;
}

.server-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--dark);
  font-size: 32px;
}

.progress {
  height: 12px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #e6eef7;
  overflow: hidden;
}

.progress i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--yellow));
}

.server-card a {
  color: var(--blue-dark);
  font-weight: 950;
}

.server-actions a {
  color: white;
}

.table-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 247, 255, 0.88));
  box-shadow: 0 28px 70px rgba(21, 35, 58, 0.16);
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 64px 1.2fr 1fr 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 22px;
}

.table-head {
  color: white;
  background: linear-gradient(135deg, var(--dark), var(--blue-dark));
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.table-row {
  border-top: 1px solid var(--line);
  transition: background 170ms ease, transform 170ms ease;
}

.table-list .table-row:hover {
  background: rgba(47, 156, 255, 0.08);
  transform: translateX(4px);
}

.table-list .table-row:nth-child(1) {
  background: linear-gradient(90deg, rgba(255, 216, 77, 0.28), rgba(255, 255, 255, 0.86));
}

.table-list .table-row:nth-child(2) {
  background: linear-gradient(90deg, rgba(196, 208, 222, 0.28), rgba(255, 255, 255, 0.86));
}

.table-list .table-row:nth-child(3) {
  background: linear-gradient(90deg, rgba(255, 156, 49, 0.22), rgba(255, 255, 255, 0.86));
}

.table-row b {
  color: var(--blue-dark);
  font-size: 22px;
}

.table-row small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.table-row strong {
  color: var(--dark);
}

.muted {
  margin: 0;
  padding: 20px 22px;
  color: var(--muted);
}

.steps {
  background: linear-gradient(180deg, rgba(47, 156, 255, 0.08), rgba(255, 255, 255, 0));
}

.steps-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.step {
  display: grid;
  grid-template-columns: 68px 1fr;
  column-gap: 18px;
  padding: 22px;
}

.step b {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-size: 26px;
}

.step p {
  margin: 0;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature {
  min-height: 230px;
  padding: 24px;
}

.feature span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: #f0f7ff;
  font-size: 28px;
}

.portal-grid .feature {
  color: inherit;
}

.portal-grid .feature span {
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-weight: 950;
}

.portal-grid .feature:nth-child(2) span {
  background: linear-gradient(135deg, var(--orange), var(--yellow));
}

.portal-grid .feature:nth-child(3) span {
  background: linear-gradient(135deg, var(--pink), #9f6cff);
}

.portal-grid .feature:nth-child(4) span {
  background: linear-gradient(135deg, #27c2ff, #20d37b);
}

.news {
  background: #f5fbff;
}

.news-grid {
  grid-template-columns: 1.25fr 1fr;
}

.news-card {
  overflow: hidden;
}

.news-card.big {
  grid-row: span 2;
}

.news-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.news-card.big img {
  height: 410px;
}

.news-card div {
  padding: 24px;
}

.news-card span {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.donate-grid {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
}

.donate-copy {
  max-width: 480px;
}

.shop-cards {
  grid-template-columns: repeat(3, 1fr);
}

.shop-card {
  min-height: 260px;
  padding: 24px;
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  box-shadow: 0 24px 54px rgba(255, 156, 49, 0.24);
}

.shop-card.blue {
  background: linear-gradient(135deg, var(--blue), #48d5ff);
  box-shadow: 0 24px 54px rgba(47, 156, 255, 0.24);
}

.shop-card.pink {
  background: linear-gradient(135deg, var(--pink), #9f6cff);
  box-shadow: 0 24px 54px rgba(255, 77, 145, 0.24);
}

.shop-card span {
  font-weight: 950;
  text-transform: uppercase;
}

.shop-card b {
  display: block;
  margin: 70px 0 10px;
  font-size: 36px;
}

.shop-card p {
  color: rgba(255, 255, 255, 0.88);
}

.cabinet-card,
.social-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
}

.profile-form {
  display: flex;
  gap: 12px;
  width: min(100%, 520px);
}

.profile-form input {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--dark);
  background: white;
  font: inherit;
  font-weight: 800;
  outline: none;
}

.profile-result {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.profile-grid,
.asset-grid {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.profile-grid {
  grid-template-columns: 1.4fr repeat(5, 1fr);
}

.profile-grid article,
.asset-grid div {
  min-height: 118px;
  padding: 18px;
  border-radius: 22px;
  background: #f4f9ff;
}

.profile-main {
  display: flex;
  gap: 16px;
  align-items: center;
}

.skin-box {
  display: grid;
  place-items: center;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  font-weight: 950;
  overflow: hidden;
}

.skin-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.skin-box.missing {
  padding: 8px;
  text-align: center;
  font-size: 13px;
}

.profile-grid article span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-grid article b {
  display: block;
  margin-top: 16px;
  color: var(--dark);
  font-size: 25px;
}

.asset-grid {
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0;
}

.asset-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.cabinet-card {
  background: linear-gradient(135deg, white, #edf8ff);
}

.social-inner {
  color: white;
  background:
    linear-gradient(135deg, rgba(21, 35, 58, 0.68), rgba(18, 110, 229, 0.54)),
    url("assets/hero-rp.jpg") center / cover no-repeat;
}

.social-inner h2,
.social-inner p {
  color: white;
}

.footer {
  padding: 28px 0;
  background: var(--dark);
  color: white;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-button {
    display: block;
    justify-self: center;
  }

  .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border-radius: 24px;
    background: white;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 14px;
  }

  .hero-grid,
  .steps-grid,
  .donate-grid {
    grid-template-columns: 1fr;
  }

  .quick-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-art {
    width: 100%;
    height: 58svh;
    opacity: 0.72;
  }

  .server-grid,
  .feature-grid,
  .shop-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-main {
    grid-column: span 2;
  }

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

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

  .news-card.big {
    grid-row: auto;
  }
}

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

  .header {
    top: 10px;
    width: calc(100% - 18px);
    gap: 8px;
    padding: 10px;
  }

  .logo {
    font-size: 12px;
  }

  .logo-icon,
  .menu-button {
    width: 42px;
    height: 42px;
  }

  .logo-icon img {
    width: 100%;
    height: 100%;
  }

  .forbes-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .forbes-banner b {
    text-align: left;
  }

  .login-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 11px;
  }

  .hero {
    padding-top: 118px;
  }

  h1 {
    font-size: clamp(46px, 16vw, 68px);
  }

  .button {
    width: 100%;
  }

  .quick-socials {
    grid-template-columns: 1fr;
  }

  .server-grid,
  .feature-grid,
  .shop-cards {
    grid-template-columns: 1fr;
  }

  .table-head {
    display: none;
  }

  .table-row {
    grid-template-columns: 42px 1fr;
  }

  .table-row span:nth-child(3),
  .table-row strong {
    grid-column: 2;
  }

  .profile-form {
    flex-direction: column;
  }

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

  .profile-main {
    grid-column: auto;
  }

  .section {
    padding: 64px 0;
  }

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

  .step b {
    margin-bottom: 16px;
  }

  .cabinet-card,
  .social-inner,
  .footer .container {
    align-items: stretch;
    flex-direction: column;
  }

  .news-card.big img,
  .news-card img {
    height: 230px;
  }
}
