:root {
  --monos-ink: #ebeef0;
  --monos-muted: rgba(163, 171, 181, 0.85);
  --monos-muted-strong: rgba(198, 205, 212, 0.92);
  --monos-accent: #2db8a8;
  --monos-accent-strong: #45d0bf;
  --monos-accent-light: rgba(45, 184, 168, 0.15);
  --monos-card-bg: rgba(31, 36, 44, 0.9);
  --monos-card-soft: rgba(24, 28, 35, 0.82);
  --monos-card-stroke: rgba(255, 255, 255, 0.12);
  --monos-card-stroke-strong: rgba(255, 255, 255, 0.18);
  --monos-card-accent: #282d36;
  --monos-bg-top: #141720;
  --monos-bg-bottom: #080a10;
  --monos-shadow: rgba(0, 0, 0, 0.35);
  --monos-shadow-soft: rgba(0, 0, 0, 0.18);
  --discord: #5865f2;
  --discord-hover: #4752c4;
}

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

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(180deg, var(--monos-bg-top) 0%, var(--monos-bg-bottom) 100%);
  color: var(--monos-ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

a,
button {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(45, 184, 168, 0.18);
}

[id] {
  scroll-margin-top: 104px;
}

:focus-visible {
  outline: 2px solid var(--monos-accent-strong);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 30;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--monos-accent);
  color: #061411;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.ambient-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 20%, rgba(45, 184, 168, 0.16) 0%, transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(45, 184, 168, 0.12) 0%, transparent 22%),
    radial-gradient(circle at 85% 72%, rgba(74, 93, 122, 0.18) 0%, transparent 24%),
    radial-gradient(circle at 10% 88%, rgba(178, 106, 68, 0.08) 0%, transparent 22%),
    linear-gradient(180deg, var(--monos-bg-top) 0%, var(--monos-bg-bottom) 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 20px 0 0;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid var(--monos-card-stroke);
  border-radius: 999px;
  background: rgba(8, 10, 16, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px var(--monos-shadow-soft);
}

.brand-link {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.site-nav a,
.footer-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--monos-muted);
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--monos-ink);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.hero,
.features,
.download-section {
  content-visibility: auto;
}

.hero {
  padding: 56px 0 72px;
}

.hero-shell {
  display: block;
}

.hero-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.section-kicker,
.support-label,
.feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--monos-accent-strong);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--monos-accent);
  box-shadow: 0 0 20px rgba(45, 184, 168, 0.4);
}

.hero-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 22px 0 20px;
}

.hero-title-block {
  min-width: 0;
  padding-right: 12px;
}

.app-icon {
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(43, 49, 58, 0.98), rgba(20, 23, 30, 0.98));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  animation: scale-in 0.7s ease both;
}

.app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-title {
  display: inline-block;
  margin: 0;
  padding-right: 0.08em;
  font-size: clamp(3.4rem, 8vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-wrap: balance;
  background: linear-gradient(135deg, var(--monos-ink) 0%, rgba(235, 238, 240, 0.72) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fade-in-up 0.7s ease 0.06s both;
}

.app-subtitle {
  margin: 10px 0 0;
  color: var(--monos-muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  letter-spacing: 0.02em;
  animation: fade-in-up 0.7s ease 0.14s both;
}

.hero-description,
.section-description,
.overview-card p,
.feature-body p,
.download-note p,
.support-copy p,
.footer-copy {
  color: var(--monos-muted-strong);
  text-wrap: pretty;
}

.hero-description {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.06rem;
  animation: fade-in-up 0.7s ease 0.22s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  animation: fade-in-up 0.7s ease 0.3s both;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.primary-cta {
  background: linear-gradient(135deg, var(--monos-accent), var(--monos-accent-strong));
  color: #041411;
  box-shadow: 0 18px 50px rgba(45, 184, 168, 0.25);
}

.secondary-cta {
  border-color: var(--monos-card-stroke-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--monos-ink);
}

.primary-cta:hover,
.secondary-cta:hover,
.download-btn:hover,
.support-card:hover,
.discord-link:hover {
  transform: translateY(-2px);
}

.primary-cta:hover {
  box-shadow: 0 24px 60px rgba(45, 184, 168, 0.32);
}

.secondary-cta:hover {
  border-color: rgba(45, 184, 168, 0.32);
  background: rgba(45, 184, 168, 0.12);
}

.hero-points {
  display: grid;
  gap: 12px;
  max-width: 34rem;
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
  animation: fade-in-up 0.7s ease 0.38s both;
}

.hero-points li {
  position: relative;
  padding-left: 20px;
  color: var(--monos-muted);
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--monos-accent);
  box-shadow: 0 0 18px rgba(45, 184, 168, 0.32);
}

.section-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-title {
  margin: 18px 0 0;
  font-size: clamp(2.15rem, 4.2vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.section-description {
  margin: 16px auto 0;
  max-width: 42rem;
  font-size: 1rem;
}

.feature-card,
.support-card,
.download-btn {
  border: 1px solid var(--monos-card-stroke);
  background:
    linear-gradient(180deg, rgba(31, 36, 44, 0.94) 0%, rgba(20, 24, 31, 0.9) 100%);
  box-shadow: 0 18px 48px var(--monos-shadow-soft);
}

.features {
  padding: 24px 0 104px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  animation: fade-in-up 0.6s ease both;
}

.feature-card:nth-child(1) {
  animation-delay: 0.06s;
}

.feature-card:nth-child(2) {
  animation-delay: 0.12s;
}

.feature-card:nth-child(3) {
  animation-delay: 0.18s;
}

.feature-card:nth-child(4) {
  animation-delay: 0.24s;
}

.feature-card:nth-child(5) {
  animation-delay: 0.3s;
}

.feature-card:nth-child(6) {
  animation-delay: 0.36s;
}

.feature-card:nth-child(7) {
  animation-delay: 0.42s;
}

.feature-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45, 184, 168, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 184, 168, 0.26);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--monos-accent), rgba(45, 184, 168, 0.72));
  box-shadow: 0 10px 28px rgba(45, 184, 168, 0.24);
}

.feature-icon svg,
.download-icon svg,
.discord-link svg {
  width: 24px;
  height: 24px;
}

.feature-icon svg {
  color: #ffffff;
}

.feature-body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.feature-body h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.15;
}

.feature-body p {
  margin: 0;
}

.download-section {
  padding: 0 0 112px;
}

.download-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.download-copy {
  min-width: 0;
}

.download-description {
  margin-left: 0;
}

.support-copy strong {
  font-size: 1.2rem;
  line-height: 1.2;
}

.support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 28px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.support-card:hover {
  border-color: rgba(88, 101, 242, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.support-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.support-copy p {
  margin: 0;
}

.support-arrow,
.download-arrow {
  color: var(--monos-muted);
  font-size: 1.4rem;
  line-height: 1;
}

.download-buttons {
  display: grid;
  gap: 16px;
}

.download-btn {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 22px;
  border-radius: 28px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.download-btn:hover {
  border-color: rgba(45, 184, 168, 0.26);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.download-btn-primary {
  border-color: rgba(45, 184, 168, 0.38);
  box-shadow: 0 24px 60px rgba(45, 184, 168, 0.09);
}

.download-btn-altstore:hover {
  border-color: rgba(34, 197, 94, 0.32);
}

.download-btn-faq:hover {
  border-color: rgba(96, 165, 250, 0.28);
}

.download-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(45, 184, 168, 0.14);
  color: var(--monos-accent);
}

.download-btn-altstore .download-icon {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

.download-btn-faq .download-icon {
  background: rgba(96, 165, 250, 0.14);
  color: #60a5fa;
}

.download-text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.btn-label {
  display: block;
  color: var(--monos-ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.btn-sub {
  display: block;
  color: var(--monos-muted);
  font-size: 0.92rem;
}

.footer {
  padding: 40px 0 44px;
  border-top: 1px solid var(--monos-card-stroke);
}

.footer-shell {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.footer-copy-block {
  min-width: 0;
}

.footer-brand {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-copy {
  margin: 8px 0 0;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.discord-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(88, 101, 242, 0.16);
  color: #d6dbff;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.discord-link:hover {
  background: var(--discord);
  color: #ffffff;
}

.copyright {
  margin: 26px 0 0;
  color: var(--monos-muted);
  font-size: 0.85rem;
  text-align: center;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

  .hero {
    padding-top: 40px;
  }

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

  .footer-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100%, calc(100% - 28px));
  }

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

  .site-header-inner {
    border-radius: 28px;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav,
  .footer-links {
    justify-content: flex-start;
  }

  .hero {
    padding-bottom: 56px;
  }

  .hero-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .feature-card,
  .download-btn {
    grid-template-columns: 1fr;
  }

  .feature-icon,
  .download-icon {
    margin-bottom: 2px;
  }

  .support-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-arrow,
  .download-arrow {
    display: none;
  }
}

@media (max-width: 540px) {
  .app-icon {
    width: 88px;
    height: 88px;
    border-radius: 24px;
  }

  .feature-card,
  .support-card,
  .download-btn {
    padding: 22px;
    border-radius: 24px;
  }

  .section-title {
    font-size: 2rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
