:root {
  --bg: #050814;
  --text: #f4f7ff;
  --muted: #b8bfd6;
  --purple: #8e5cff;
  --purple-2: #6e40ff;
  --blue: #4f8cff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 22%, rgba(138, 92, 255, 0.24), transparent 28%),
    radial-gradient(circle at 18% 68%, rgba(60, 90, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #040711 0%, #060b18 52%, #050814 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.42;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 20%, #000, transparent 72%);
}

body.drawer-open {
  overflow: hidden;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 30%, rgba(145, 93, 255, 0.15), transparent 28%),
    radial-gradient(circle at 20% 20%, rgba(86, 113, 255, 0.08), transparent 25%);
  z-index: 0;
}

.container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.site-header {
  padding: 18px 0 0;
  position: relative;
  z-index: 30;
}

.navbar {
  min-height: 94px;
  padding: 18px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(10, 14, 28, 0.84), rgba(8, 12, 22, 0.74));
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: white;
  flex-shrink: 0;
}

.brand-logo {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08),
    0 0 30px rgba(142, 92, 255, 0.30);
}

.brand-text {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.brand-bolt {
  color: #ffffff;
}

.brand-hub {
  color: var(--blue);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu a {
  color: rgba(255,255,255,0.90);
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition: 0.25s ease;
}

.nav-menu a:hover {
  color: #9bbcff;
}

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

.telegram-link {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.05);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28);
  transition: 0.25s ease;
}

.telegram-link img {
  width: 30px;
  height: 30px;
  display: block;
}

.telegram-link:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 140, 255, 0.42);
  box-shadow: 0 16px 34px rgba(42,171,238,0.22);
}

.header-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: 800;
  border-radius: 20px;
  transition: 0.25s ease;
}

.header-btn {
  padding: 18px 26px;
  font-size: 17px;
  background: linear-gradient(180deg, #8f63ff 0%, #6c42f7 100%);
  box-shadow:
    0 14px 34px rgba(120, 72, 255, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.18);
  flex-shrink: 0;
}

.header-btn:hover,
.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgba(120, 72, 255, 0.42),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
}

.home-main {
  min-height: calc(100vh - 112px);
}

.hero {
  padding: 48px 0 36px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 22px;
  align-items: center;
  min-height: calc(100vh - 170px);
}

.hero-content {
  padding: 24px 0 24px 18px;
}

.hero-title {
  margin: 0;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero-title-top {
  display: block;
  font-size: clamp(58px, 6vw, 94px);
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 14px;
  text-shadow: 0 12px 36px rgba(255,255,255,0.08);
}

.hero-title-bottom {
  display: block;
  font-size: clamp(54px, 5.35vw, 86px);
  font-weight: 900;
  background: linear-gradient(180deg, #cfb6ff 0%, #a56fff 38%, #8d57ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 10px 34px rgba(142, 92, 255, 0.24));
}

.hero-description {
  margin: 34px 0 0;
  max-width: 720px;
  font-size: clamp(21px, 2.1vw, 25px);
  line-height: 1.6;
  color: #c8cfe2;
}

.hero-actions {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.primary-btn {
  padding: 22px 34px;
  min-width: 280px;
  font-size: 20px;
  background: linear-gradient(180deg, #8f63ff 0%, #6c42f7 100%);
  box-shadow:
    0 16px 40px rgba(120, 72, 255, 0.36),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.hero-visual {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 70%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(142,92,255,0.22), transparent 66%),
    radial-gradient(circle at 55% 65%, rgba(79,140,255,0.10), transparent 56%);
  filter: blur(24px);
  opacity: 0.75;
}

.phone-hero-image {
  position: relative;
  width: min(730px, 108%);
  max-height: 720px;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 26px 70px rgba(0,0,0,0.48))
    drop-shadow(0 0 36px rgba(142,92,255,0.20));
  mix-blend-mode: screen;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.22s ease;
}

.mobile-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-panel {
  width: min(360px, calc(100% - 28px));
  min-height: calc(100vh - 28px);
  margin: 14px;
  border-radius: 28px;
  padding: 20px;
  background:
    radial-gradient(circle at 80% 8%, rgba(142,92,255,0.22), transparent 30%),
    linear-gradient(180deg, rgba(12,16,33,0.98), rgba(6,9,20,0.98));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 28px 90px rgba(0,0,0,0.52);
  transform: translateX(-24px);
  transition: 0.22s ease;
}

.mobile-drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.drawer-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,0.07);
  color: white;
  font-size: 30px;
  line-height: 1;
}

.drawer-menu {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.drawer-menu a {
  min-height: 56px;
  border-radius: 18px;
  padding: 0 18px;
  color: white;
  text-decoration: none;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 800;
}

.drawer-telegram {
  margin-top: 28px;
  min-height: 64px;
  border-radius: 20px;
  padding: 0 18px;
  color: white;
  text-decoration: none;
  background: rgba(42,171,238,0.12);
  border: 1px solid rgba(42,171,238,0.26);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 900;
}

.drawer-telegram img {
  width: 34px;
  height: 34px;
}

/* Download page is kept, but removed from main page. */

.download-page {
  position: relative;
  z-index: 1;
  padding: 56px 0 100px;
}

.download-hero {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  align-items: stretch;
}

.beta-card {
  min-height: 360px;
  border-radius: 34px;
  padding: 30px;
  border: 1px solid rgba(165, 110, 255, 0.44);
  background:
    radial-gradient(circle at 80% 10%, rgba(142, 92, 255, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(18, 22, 46, 0.86), rgba(8, 12, 24, 0.84));
  box-shadow:
    0 24px 72px rgba(0,0,0,0.40),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.beta-label {
  width: fit-content;
  padding: 12px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #8f63ff 0%, #6c42f7 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.beta-card p {
  margin: 20px 0 0;
  color: #c8cfe2;
  font-size: 18px;
  line-height: 1.6;
}

.download-main {
  min-height: 360px;
  border-radius: 34px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 84% 18%, rgba(142, 92, 255, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(14, 19, 38, 0.88), rgba(8, 12, 24, 0.80));
  box-shadow: var(--shadow);
}

.download-page-title {
  margin: 0;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.download-page-text {
  margin: 24px 0 0;
  max-width: 780px;
  color: #c8cfe2;
  font-size: 21px;
  line-height: 1.65;
}

.download-layout {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 22px;
  align-items: stretch;
}

.version-table {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(7, 11, 23, 0.62);
}

.version-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.version-row:last-child {
  border-bottom: 0;
}

.version-row span {
  color: #aeb7d0;
  font-size: 16px;
  font-weight: 700;
}

.version-row strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.apk-download-btn {
  min-height: 100%;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, #8f63ff 0%, #6c42f7 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow:
    0 18px 44px rgba(120, 72, 255, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

@media (max-width: 1180px) {
  .nav-menu {
    gap: 26px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
  }

  .hero-content {
    padding-left: 0;
    text-align: center;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-visual {
    min-height: auto;
  }

  .phone-hero-image {
    width: min(720px, 100%);
    max-height: 620px;
  }
}

@media (max-width: 980px) {
  .download-hero {
    grid-template-columns: 1fr;
  }

  .beta-card {
    min-height: auto;
  }

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

  .apk-download-btn {
    min-height: 74px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 24px, 100%);
  }

  .site-header {
    padding-top: 10px;
  }

  .navbar {
    min-height: 70px;
    padding: 12px 14px;
    border-radius: 22px;
    justify-content: flex-start;
  }

  .menu-toggle {
    display: flex;
  }

  .desktop-menu,
  .desktop-telegram {
    display: none;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

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

  .header-actions {
    margin-left: auto;
  }

  .header-btn {
    padding: 13px 16px;
    font-size: 14px;
    border-radius: 16px;
  }

  .hero {
    padding: 22px 0 20px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .hero-content {
    order: 1;
  }

  .hero-visual {
    order: 2;
    width: 100%;
    min-height: 0;
  }

  .hero-title-top {
    font-size: clamp(40px, 12.5vw, 54px);
    margin-bottom: 8px;
  }

  .hero-title-bottom {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .hero-description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
    max-width: 350px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .primary-btn {
    min-width: min(100%, 320px);
    padding: 17px 24px;
    font-size: 17px;
    border-radius: 18px;
  }

  .phone-hero-image {
    width: min(100%, 430px);
    max-height: 43vh;
    object-fit: contain;
  }

  .download-page {
    padding-top: 32px;
  }

  .download-main,
  .beta-card {
    border-radius: 26px;
    padding: 24px;
  }

  .download-page-title {
    font-size: 42px;
  }

  .download-page-text {
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .navbar {
    gap: 10px;
  }

  .brand-text {
    font-size: 22px;
  }

  .header-btn {
    padding: 12px 13px;
    font-size: 13px;
  }

  .phone-hero-image {
    max-height: 39vh;
  }
}


/* Features page */

.nav-menu a.is-active {
  color: #9bbcff;
}

.features-page-main {
  position: relative;
  z-index: 1;
  padding: 54px 0 100px;
}

.features-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: stretch;
}

.features-hero-content,
.features-hero-panel,
.feature-showcase-card,
.features-bottom-card {
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 82% 16%, rgba(142, 92, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(14, 19, 38, 0.86), rgba(8, 12, 24, 0.80));
  box-shadow: var(--shadow);
}

.features-hero-content {
  border-radius: 34px;
  padding: 48px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features-page-title {
  margin: 0;
  max-width: 880px;
  font-size: clamp(48px, 5vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.features-page-text {
  margin: 26px 0 0;
  max-width: 820px;
  color: #c8cfe2;
  font-size: 22px;
  line-height: 1.65;
}

.features-hero-panel {
  border-radius: 34px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-phone {
  width: min(100%, 320px);
  min-height: 620px;
  border-radius: 42px;
  padding: 18px;
  background:
    radial-gradient(circle at 70% 10%, rgba(142, 92, 255, 0.22), transparent 26%),
    linear-gradient(180deg, #070b16, #090f1b);
  border: 10px solid #111626;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 24px 66px rgba(0,0,0,0.46),
    0 0 46px rgba(142, 92, 255, 0.18);
}

.mini-top {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mini-profile {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mini-profile img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.mini-profile strong {
  display: block;
  color: #fff;
  font-size: 21px;
}

.mini-profile span {
  display: block;
  margin-top: 3px;
  color: #45f08d;
  font-size: 13px;
}

.mini-message {
  width: fit-content;
  max-width: 220px;
  margin-top: 24px;
  padding: 15px 17px;
  border-radius: 18px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 12px 28px rgba(0,0,0,0.24);
}

.mini-message.left {
  background: rgba(40, 48, 78, 0.88);
}

.mini-message.right {
  margin-left: auto;
  background: linear-gradient(180deg, #8f63ff, #6c42f7);
}

.mini-input {
  margin-top: 180px;
  min-height: 54px;
  border-radius: 18px;
  padding: 0 14px;
  background: rgba(255,255,255,0.055);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,0.48);
}

.mini-input b {
  color: #cdbbff;
}

.feature-showcase-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-showcase-card {
  min-height: 430px;
  border-radius: 30px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.feature-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: rgba(142, 92, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 27px;
  flex-shrink: 0;
}

.feature-card-head h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.feature-card-head p {
  margin: 6px 0 0;
  color: #aeb7d0;
  font-size: 15px;
  font-weight: 700;
}

.feature-card-text {
  margin: 24px 0 0;
  color: #bac4dc;
  font-size: 17px;
  line-height: 1.7;
}

.feature-preview {
  margin-top: auto;
  border-radius: 24px;
  padding: 18px;
  background: rgba(7, 11, 23, 0.58);
  border: 1px solid rgba(255,255,255,0.07);
}

.chat-preview {
  display: grid;
  gap: 12px;
}

.preview-bubble {
  width: fit-content;
  max-width: 82%;
  padding: 12px 14px;
  border-radius: 16px;
  color: white;
  font-size: 14px;
}

.preview-left {
  background: rgba(44, 52, 83, 0.92);
}

.preview-right {
  margin-left: auto;
  background: linear-gradient(180deg, #8f63ff, #6c42f7);
}

.profile-preview {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
}

.profile-preview img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.profile-preview strong,
.push-preview strong {
  color: #fff;
  display: block;
  font-size: 16px;
}

.profile-preview span,
.push-preview span {
  margin-top: 4px;
  color: #9ca8c6;
  display: block;
  font-size: 13px;
}

.profile-preview button {
  grid-column: 1 / -1;
  min-height: 42px;
  border: 0;
  border-radius: 15px;
  color: white;
  background: linear-gradient(180deg, #8f63ff, #6c42f7);
  font-weight: 900;
}

.post-preview-line {
  height: 12px;
  width: 68%;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  margin-top: 12px;
}

.post-preview-line.long {
  width: 100%;
  margin-top: 0;
}

.post-preview-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  color: #cbbcff;
  font-weight: 800;
}

.comments-preview {
  display: grid;
  gap: 12px;
}

.comments-preview div {
  padding: 13px;
  border-radius: 16px;
  background: rgba(255,255,255,0.045);
}

.comments-preview b {
  display: block;
  color: #fff;
  font-size: 14px;
}

.comments-preview span {
  display: block;
  margin-top: 5px;
  color: #aeb7d0;
  font-size: 14px;
}

.support-preview {
  display: grid;
  gap: 10px;
}

.ticket-status {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  color: #ffcf63;
  background: rgba(255, 196, 71, 0.13);
  font-size: 12px;
  font-weight: 900;
}

.support-preview strong {
  color: #fff;
  font-size: 17px;
}

.support-preview small {
  color: #9ca8c6;
}

.push-preview {
  display: flex;
  gap: 13px;
  align-items: center;
}

.push-preview img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.features-bottom {
  margin-top: 28px;
}

.features-bottom-card {
  border-radius: 34px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.features-bottom-card h2 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.features-bottom-card p {
  margin: 18px 0 0;
  max-width: 850px;
  color: #bac4dc;
  font-size: 19px;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .features-page-hero {
    grid-template-columns: 1fr;
  }

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

  .features-hero-panel {
    min-height: 520px;
  }

  .mini-phone {
    min-height: 520px;
  }

  .mini-input {
    margin-top: 90px;
  }
}

@media (max-width: 820px) {
  .features-page-main {
    padding: 28px 0 72px;
  }

  .features-page-hero {
    gap: 16px;
  }

  .features-hero-content {
    min-height: auto;
    padding: 28px;
    border-radius: 26px;
  }

  .features-page-title {
    font-size: clamp(38px, 11vw, 48px);
  }

  .features-page-text {
    font-size: 17px;
    line-height: 1.6;
  }

  .features-hero-panel {
    padding: 18px;
    min-height: auto;
    border-radius: 26px;
  }

  .mini-phone {
    width: min(100%, 290px);
    min-height: 500px;
    border-radius: 34px;
    border-width: 8px;
  }

  .feature-showcase-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }

  .feature-showcase-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .feature-card-head h2 {
    font-size: 24px;
  }

  .feature-card-text {
    font-size: 16px;
  }

  .feature-preview {
    margin-top: 22px;
  }

  .features-bottom {
    margin-top: 16px;
  }

  .features-bottom-card {
    border-radius: 26px;
    padding: 26px;
    grid-template-columns: 1fr;
  }

  .features-bottom-card p {
    font-size: 16px;
  }
}


/* Features page v2: remove hero phone mockup */

.features-page-hero {
  grid-template-columns: 1fr !important;
}

.features-hero-panel,
.mini-phone {
  display: none !important;
}

.features-hero-content {
  min-height: 360px;
  width: 100%;
}

.features-page-title {
  max-width: 980px;
}

.features-page-text {
  max-width: 900px;
}

@media (max-width: 820px) {
  .features-hero-content {
    min-height: auto;
  }
}


/* Support page */

.support-page-main {
  position: relative;
  z-index: 1;
  padding: 54px 0 100px;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: stretch;
}

.support-hero-content,
.support-status-card,
.support-card,
.support-process-card,
.support-checklist-card,
.support-final-card {
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 82% 16%, rgba(142, 92, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(14, 19, 38, 0.86), rgba(8, 12, 24, 0.80));
  box-shadow: var(--shadow);
}

.support-hero-content {
  border-radius: 34px;
  padding: 48px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-page-title {
  margin: 0;
  max-width: 880px;
  font-size: clamp(50px, 5.2vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.support-page-text {
  margin: 26px 0 0;
  max-width: 840px;
  color: #c8cfe2;
  font-size: 22px;
  line-height: 1.65;
}

.support-hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.support-secondary-btn {
  min-height: 68px;
  padding: 0 28px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.055);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}

.support-status-card {
  border-radius: 34px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.support-status-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.support-status-top img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 0 28px rgba(142,92,255,0.24);
}

.support-status-top strong {
  display: block;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.support-status-top span {
  display: block;
  margin-top: 5px;
  color: #aeb7d0;
  font-size: 14px;
  font-weight: 700;
}

.support-status-list {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.support-status-list div {
  min-height: 68px;
  border-radius: 20px;
  padding: 0 18px;
  background: rgba(7, 11, 23, 0.58);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.support-status-list span {
  color: #9ca8c6;
  font-size: 14px;
  font-weight: 800;
}

.support-status-list strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.support-status-list strong.green {
  color: #45f08d;
}

.support-help-section {
  margin-top: 36px;
}

.support-section-title {
  margin: 0;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.support-card-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.support-card {
  min-height: 260px;
  border-radius: 30px;
  padding: 28px;
}

.support-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: rgba(142, 92, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 27px;
}

.support-card h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.support-card p {
  margin: 14px 0 0;
  color: #bac4dc;
  font-size: 17px;
  line-height: 1.7;
}

.support-process-section,
.support-checklist-section,
.support-final-section {
  margin-top: 28px;
}

.support-process-card {
  border-radius: 34px;
  padding: 42px;
}

.support-process-text {
  margin: 18px 0 0;
  max-width: 780px;
  color: #bac4dc;
  font-size: 19px;
  line-height: 1.65;
}

.support-steps {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.support-steps article {
  border-radius: 24px;
  padding: 24px;
  background: rgba(7, 11, 23, 0.58);
  border: 1px solid rgba(255,255,255,0.07);
}

.support-steps span {
  color: #8f63ff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.support-steps h3 {
  margin: 18px 0 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.support-steps p {
  margin: 12px 0 0;
  color: #bac4dc;
  font-size: 16px;
  line-height: 1.65;
}

.support-checklist-card {
  border-radius: 34px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
  align-items: start;
}

.support-checklist-content h2,
.support-final-card h2 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.support-checklist-content p,
.support-final-card p {
  margin: 18px 0 0;
  max-width: 780px;
  color: #bac4dc;
  font-size: 19px;
  line-height: 1.65;
}

.support-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.support-checklist li {
  min-height: 54px;
  border-radius: 18px;
  padding: 0 18px;
  background: rgba(7, 11, 23, 0.58);
  border: 1px solid rgba(255,255,255,0.07);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.support-checklist li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  margin-right: 12px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(180deg, #8f63ff, #6c42f7);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
  flex-shrink: 0;
}

.support-final-card {
  border-radius: 34px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

@media (max-width: 1180px) {
  .support-hero,
  .support-checklist-card,
  .support-final-card {
    grid-template-columns: 1fr;
  }

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

  .support-status-card {
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .support-page-main {
    padding: 28px 0 72px;
  }

  .support-hero {
    gap: 16px;
  }

  .support-hero-content,
  .support-status-card,
  .support-process-card,
  .support-checklist-card,
  .support-final-card {
    border-radius: 26px;
    padding: 26px;
  }

  .support-page-title {
    font-size: clamp(42px, 12vw, 52px);
  }

  .support-page-text,
  .support-process-text,
  .support-checklist-content p,
  .support-final-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .support-hero-actions {
    margin-top: 24px;
  }

  .support-hero-actions .primary-btn,
  .support-secondary-btn,
  .support-final-card .primary-btn {
    width: 100%;
    min-width: 0;
    min-height: 60px;
  }

  .support-card-grid,
  .support-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .support-card {
    min-height: auto;
    border-radius: 24px;
    padding: 22px;
  }

  .support-card h3 {
    font-size: 24px;
  }

  .support-card p {
    font-size: 16px;
  }

  .support-section-title {
    font-size: clamp(34px, 10vw, 44px);
  }

  .support-steps article {
    padding: 20px;
  }

  .support-checklist {
    gap: 10px;
  }

  .support-checklist li {
    font-size: 15px;
    min-height: 50px;
  }
}


/* Support page v2 contact channels */

.support-status-list strong {
  text-align: right;
}

@media (max-width: 820px) {
  .support-status-list div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .support-status-list strong {
    text-align: left;
  }
}


/* About page */

.about-page-main {
  position: relative;
  z-index: 1;
  padding: 54px 0 100px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
}

.about-hero-content,
.about-brand-card,
.about-large-card,
.about-value-card,
.about-team-card,
.about-final-card {
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 82% 16%, rgba(142, 92, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(14, 19, 38, 0.86), rgba(8, 12, 24, 0.80));
  box-shadow: var(--shadow);
}

.about-hero-content {
  border-radius: 34px;
  padding: 48px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page-title {
  margin: 0;
  max-width: 920px;
  font-size: clamp(50px, 5.2vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.about-page-text {
  margin: 26px 0 0;
  max-width: 860px;
  color: #c8cfe2;
  font-size: 22px;
  line-height: 1.65;
}

.about-page-text.secondary {
  margin-top: 16px;
  color: #aeb7d0;
}

.about-brand-card {
  border-radius: 34px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-brand-card img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.10),
    0 0 46px rgba(142, 92, 255, 0.34);
}

.about-brand-card strong {
  display: block;
  margin-top: 24px;
  color: var(--blue);
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.about-brand-card strong span {
  color: #ffffff;
}

.about-brand-card p {
  margin: 14px 0 0;
  color: #aeb7d0;
  font-size: 15px;
  font-weight: 800;
}

.about-section-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about-large-card {
  border-radius: 34px;
  padding: 42px;
  min-height: 330px;
}

.about-large-card h2,
.about-team-card h2,
.about-final-card h2 {
  margin: 0;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.about-large-card p,
.about-team-card p,
.about-final-card p {
  margin: 20px 0 0;
  color: #bac4dc;
  font-size: 19px;
  line-height: 1.65;
}

.about-values-section {
  margin-top: 36px;
}

.about-section-title {
  margin: 0;
  max-width: 980px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.about-section-text {
  margin: 20px 0 0;
  max-width: 920px;
  color: #bac4dc;
  font-size: 20px;
  line-height: 1.65;
}

.about-values-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.about-value-card {
  min-height: 260px;
  border-radius: 30px;
  padding: 28px;
}

.about-value-icon {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: rgba(142, 92, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 27px;
}

.about-value-card h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.about-value-card p {
  margin: 14px 0 0;
  color: #bac4dc;
  font-size: 16px;
  line-height: 1.7;
}

.about-team-section,
.about-final-section {
  margin-top: 28px;
}

.about-team-card {
  border-radius: 34px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
  align-items: start;
}

.about-team-list {
  display: grid;
  gap: 12px;
}

.about-team-list div {
  min-height: 68px;
  border-radius: 20px;
  padding: 0 18px;
  background: rgba(7, 11, 23, 0.58);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.about-team-list span {
  color: #9ca8c6;
  font-size: 14px;
  font-weight: 800;
}

.about-team-list strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: right;
}

.about-final-card {
  border-radius: 34px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.about-final-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.about-secondary-btn {
  min-height: 68px;
  padding: 0 28px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.055);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .about-hero,
  .about-section-grid,
  .about-team-card,
  .about-final-card {
    grid-template-columns: 1fr;
  }

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

  .about-brand-card {
    min-height: 300px;
  }
}

@media (max-width: 820px) {
  .about-page-main {
    padding: 28px 0 72px;
  }

  .about-hero {
    gap: 16px;
  }

  .about-hero-content,
  .about-brand-card,
  .about-large-card,
  .about-team-card,
  .about-final-card {
    border-radius: 26px;
    padding: 26px;
  }

  .about-page-title {
    font-size: clamp(42px, 12vw, 52px);
  }

  .about-page-text,
  .about-large-card p,
  .about-section-text,
  .about-team-card p,
  .about-final-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-brand-card img {
    width: 108px;
    height: 108px;
  }

  .about-brand-card strong {
    font-size: 38px;
  }

  .about-large-card {
    min-height: auto;
  }

  .about-section-title {
    font-size: clamp(34px, 10vw, 44px);
  }

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-value-card {
    min-height: auto;
    border-radius: 24px;
    padding: 22px;
  }

  .about-value-card h3 {
    font-size: 24px;
  }

  .about-team-list div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .about-team-list strong {
    text-align: left;
  }

  .about-final-actions {
    width: 100%;
    flex-direction: column;
  }

  .about-final-actions .primary-btn,
  .about-secondary-btn {
    width: 100%;
    min-width: 0;
    min-height: 60px;
  }
}


/* Global typography downscale ~8% */
.brand-text { font-size: 28px; }
.nav-menu a { font-size: 16px; }
.header-btn, .primary-btn { font-size: 16px; }
.hero-title-top { font-size: clamp(54px, 5.5vw, 86px); }
.hero-title-bottom { font-size: clamp(50px, 4.95vw, 78px); }
.hero-description { font-size: clamp(18px, 2vw, 22px); }
.section-label, .section-badge { font-size: 15px; }
.section-title { font-size: clamp(40px, 4.2vw, 58px); }
.section-text { font-size: 18px; }
.feature-card h3, .support-card h3, .download-card h3 { font-size: 28px; }
.feature-card p, .support-card p, .download-card p { font-size: 16px; }
.about-page-title { font-size: clamp(46px, 4.8vw, 78px); }
.about-page-text { font-size: 20px; }
.about-brand-card strong { font-size: 42px; }
.about-large-card h2, .about-final-card h2 { font-size: clamp(31px, 3.1vw, 48px); }
.about-large-card p, .about-final-card p { font-size: 18px; }
.about-section-title { font-size: clamp(35px, 3.7vw, 58px); }
.about-section-text { font-size: 18px; }
.about-value-card h3 { font-size: 24px; }
.about-value-card p { font-size: 15px; }
.about-team-section, .about-team-card { display: none !important; }
.about-brand-card p { display: none !important; }

@media (max-width: 820px) {
  .brand-text { font-size: 25px; }
  .hero-title-top { font-size: clamp(48px, 10vw, 56px); }
  .hero-title-bottom { font-size: clamp(44px, 9vw, 52px); }
  .hero-description { font-size: 16px; }
  .section-title { font-size: clamp(34px, 8vw, 42px); }
  .section-text, .about-page-text, .about-large-card p, .about-section-text, .about-final-card p { font-size: 15px; }
  .about-page-title { font-size: clamp(38px, 10vw, 48px); }
  .about-section-title { font-size: clamp(30px, 8.5vw, 40px); }
}


/* Site system v1 */

.site-footer {
  position: relative;
  z-index: 2;
  padding: 0 0 34px;
}

.footer-inner {
  min-height: 82px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(10, 14, 28, 0.74), rgba(8, 12, 22, 0.64));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.footer-brand b {
  color: #fff;
}

.footer-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #aeb7d0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.footer-links a:hover {
  color: #ffffff;
}

.system-page-main {
  position: relative;
  z-index: 1;
  padding: 54px 0 90px;
}

.system-card {
  border-radius: 34px;
  padding: 48px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 82% 16%, rgba(142, 92, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(14, 19, 38, 0.86), rgba(8, 12, 24, 0.80));
  box-shadow: var(--shadow);
}

.system-card h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.system-card h2 {
  margin: 34px 0 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.system-card p {
  margin: 18px 0 0;
  max-width: 920px;
  color: #bac4dc;
  font-size: 18px;
  line-height: 1.7;
}

.system-card a {
  color: #9bbcff;
}

.system-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.system-secondary-btn {
  min-height: 68px;
  padding: 0 28px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.055);
  color: #ffffff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
}

.system-contact-grid {
  margin-top: 28px;
  display: grid;
  gap: 14px;
  max-width: 620px;
}

.system-contact-grid a {
  min-height: 60px;
  border-radius: 18px;
  padding: 0 18px;
  background: rgba(7, 11, 23, 0.58);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 820px) {
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 20px;
  }

  .footer-links {
    gap: 14px;
  }

  .system-page-main {
    padding: 28px 0 72px;
  }

  .system-card {
    border-radius: 26px;
    padding: 26px;
  }

  .system-card h1 {
    font-size: clamp(38px, 10vw, 48px);
  }

  .system-card h2 {
    font-size: 23px;
  }

  .system-card p {
    font-size: 15px;
  }

  .system-actions .primary-btn,
  .system-secondary-btn {
    width: 100%;
    min-width: 0;
    min-height: 60px;
  }
}
