:root {
  --bg: #09111f;
  --bg-soft: rgba(15, 25, 44, 0.72);
  --panel: rgba(255, 255, 255, 0.1);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f6f8ff;
  --muted: rgba(246, 248, 255, 0.7);
  --subtle: rgba(246, 248, 255, 0.5);
  --accent: #7de8ff;
  --accent-strong: #43c6ff;
  --accent-warm: #ffe189;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(73, 158, 255, 0.26), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 201, 120, 0.16), transparent 22%),
    linear-gradient(180deg, #0c1629 0%, #08111f 38%, #06101b 100%);
}

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

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

.page-shell {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.background-orb {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.55;
  pointer-events: none;
  animation: floatOrb 16s ease-in-out infinite alternate;
}

.orb-one {
  top: 90px;
  right: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(125, 232, 255, 0.55), rgba(67, 198, 255, 0.02));
}

.orb-two {
  left: -120px;
  top: 460px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 225, 137, 0.34), rgba(255, 225, 137, 0.02));
}

.background-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 88%);
  pointer-events: none;
}

.site-header,
.hero,
.trust-row,
.content-section {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0 28px;
  animation: fadeRise 700ms ease-out both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand img {
  width: 42px;
  height: 42px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--text);
}

.active-nav {
  color: var(--text) !important;
  font-weight: 700;
}

.discord-nav {
  color: #d9ddff;
}

.discord-nav::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #5865f2;
  box-shadow: 0 0 0 5px rgba(88, 101, 242, 0.14);
  vertical-align: middle;
}

.glass-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 26px;
  align-items: stretch;
  padding: 18px 0 26px;
}

.hero-copy,
.hero-visual,
.trust-item,
.feature-card,
.step,
.download-panel {
  border-radius: var(--radius-xl);
}

.hero-copy {
  padding: 34px;
  animation: fadeRise 820ms ease-out both;
}

.eyebrow,
.section-tag,
.download-label,
.card-tag,
.trust-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8effad, #3bd672);
  box-shadow: 0 0 0 6px rgba(86, 232, 137, 0.14);
}

.hero h1,
.section-heading h2 {
  margin: 16px 0 0;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
}

.hero-text,
.section-heading p,
.feature-card p,
.step p,
.download-card p,
.download-summary p,
.download-footnotes p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.03em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.download-card:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #04111d;
  background: linear-gradient(180deg, #ffffff, #ccf3ff);
  box-shadow: 0 22px 45px rgba(67, 198, 255, 0.24);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.button-discord {
  color: #f7f8ff;
  border: 1px solid rgba(132, 142, 255, 0.34);
  background: linear-gradient(180deg, rgba(104, 117, 255, 0.34), rgba(88, 101, 242, 0.2));
  box-shadow: 0 16px 34px rgba(88, 101, 242, 0.18);
}

.button-discord:hover {
  background: linear-gradient(180deg, rgba(114, 127, 255, 0.42), rgba(88, 101, 242, 0.28));
  box-shadow: 0 20px 40px rgba(88, 101, 242, 0.24);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.hero-points div {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-points strong,
.feature-card h3,
.step h3,
.download-card h3 {
  display: block;
  letter-spacing: -0.04em;
}

.hero-points strong {
  margin-bottom: 8px;
  font-size: 0.96rem;
}

.hero-points span {
  color: var(--subtle);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-visual {
  padding: 18px;
  animation: fadeRise 920ms ease-out both;
}

.window-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 18px;
}

.traffic-light {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.red {
  background: #ff5f57;
}

.yellow {
  background: #febc2e;
}

.green {
  background: #28c840;
}

.window-title {
  margin-left: 10px;
  color: var(--subtle);
  font-size: 0.88rem;
}

.preview-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 16px;
}

.preview-sidebar,
.preview-terminal {
  min-height: 520px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-sidebar {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.preview-app {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.preview-app img {
  width: 42px;
  height: 42px;
}

.preview-app strong,
.preview-stats strong,
.download-summary strong {
  font-size: 1rem;
}

.preview-app span,
.preview-stats span {
  color: var(--subtle);
  font-size: 0.84rem;
}

.sidebar-chip {
  margin-top: 12px;
  padding: 13px 14px;
  border-radius: 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
}

.sidebar-chip.active {
  color: #06101b;
  font-weight: 800;
  background: linear-gradient(180deg, #fefefe, #d7f5ff);
}

.preview-terminal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(125, 232, 255, 0.14), transparent 24%),
    rgba(7, 16, 29, 0.84);
}

.terminal-header,
.preview-stats,
.trust-row,
.feature-grid,
.steps,
.download-grid,
.hashes {
  display: grid;
  gap: 16px;
}

.terminal-header {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.terminal-badge {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(126, 232, 255, 0.14);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.terminal-lines {
  margin: 20px 0 0;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", monospace;
  line-height: 1.65;
}

.terminal-lines p {
  margin: 0 0 8px;
  color: #cbe8ef;
}

.terminal-lines p:last-child {
  margin-bottom: 0;
}

.prompt {
  color: var(--accent-warm);
}

.success {
  color: #87f8b4;
}

.preview-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.preview-stats div,
.download-summary,
.download-card,
.hashes div {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.preview-stats div {
  display: grid;
  grid-template-rows: 2.9rem minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 10px;
  min-height: 126px;
  padding: 16px 12px;
  text-align: center;
}

.preview-stats span {
  display: block;
  align-self: end;
  max-width: 5ch;
  line-height: 1.18;
  font-size: 0.82rem;
}

.preview-stats strong {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 2.5em;
  font-size: 1.15rem;
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.trust-row,
.feature-grid,
.steps,
.download-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-item,
.feature-card,
.step,
.download-panel {
  animation: fadeRise 850ms ease-out both;
}

.trust-item:nth-child(2),
.feature-card:nth-child(2),
.step:nth-child(2) {
  animation-delay: 90ms;
}

.trust-item:nth-child(3),
.feature-card:nth-child(3),
.step:nth-child(3) {
  animation-delay: 180ms;
}

.feature-card:nth-child(4) {
  animation-delay: 270ms;
}

.button,
.download-card,
.site-nav,
.preview-app,
.sidebar-chip,
.preview-stats div {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.hero-visual:hover .preview-app,
.hero-visual:hover .preview-stats div,
.hero-visual:hover .sidebar-chip:not(.active) {
  transform: translateY(-1px);
}

.hero-visual:hover .preview-terminal {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 20px 40px rgba(0, 0, 0, 0.18);
}

.button-primary:hover {
  box-shadow: 0 24px 52px rgba(67, 198, 255, 0.28);
}

@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatOrb {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(18px, -14px, 0) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.trust-row {
  margin-top: 10px;
}

.trust-item {
  padding: 20px 22px;
}

.trust-item strong {
  display: block;
  margin-top: 8px;
  letter-spacing: -0.04em;
}

.content-section {
  padding-top: 86px;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.section-heading p {
  margin-top: 14px;
  font-size: 1.02rem;
}

.feature-grid,
.steps {
  margin-top: 28px;
}

.feature-card,
.step {
  padding: 24px;
}

.feature-card h3,
.step h3 {
  margin: 6px 0 0;
  font-size: 1.35rem;
}

.step-number {
  display: inline-flex;
  margin-bottom: 18px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.05em;
  font-size: 1.9rem;
}

.download-section {
  padding-bottom: 84px;
}

.download-panel {
  margin-top: 28px;
  padding: 24px;
}

.download-summary {
  margin-bottom: 18px;
}

.download-summary strong {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.download-summary p {
  margin: 10px 0 0;
}

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

.download-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(125, 232, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.035));
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.download-card:hover {
  border-color: rgba(125, 232, 255, 0.34);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

.download-card.is-recommended {
  grid-column: 1 / -1;
  min-height: 0;
  border-color: rgba(125, 232, 255, 0.3);
  background:
    radial-gradient(circle at top right, rgba(125, 232, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.download-card.is-recommended h3 {
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.download-card.is-recommended p {
  max-width: 56ch;
}

.download-card.is-recommended .download-cta {
  color: #06111d;
  background: linear-gradient(180deg, #ffffff, #c9f2ff);
  box-shadow: 0 16px 30px rgba(67, 198, 255, 0.22);
}

.download-card p {
  margin-bottom: 18px;
}

.download-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #06111d;
  background: linear-gradient(180deg, #ffffff, #ccf3ff);
  box-shadow: 0 16px 30px rgba(67, 198, 255, 0.22);
}

.download-card:not(.is-recommended) .download-cta {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.download-card strong {
  display: block;
  margin-top: 18px;
  font-size: 0.98rem;
  color: var(--accent);
  word-break: break-word;
}

.hashes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.hashes span {
  display: block;
  margin-bottom: 10px;
  color: var(--subtle);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hashes code {
  display: block;
  color: #d8f7ff;
  font-size: 0.84rem;
  line-height: 1.7;
  word-break: break-all;
}

.download-footnotes {
  display: grid;
  gap: 6px;
  margin-top: 18px;
}

.download-footnotes p {
  margin: 0;
}

.social-hero,
.social-grid {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
}

.social-hero {
  padding: 34px;
  border-radius: var(--radius-xl);
  animation: fadeRise 820ms ease-out both;
}

.social-hero h1 {
  margin: 16px 0 0;
  max-width: 10ch;
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-size: clamp(3rem, 7vw, 5rem);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 28px 0 84px;
}

.social-card {
  padding: 28px;
  border-radius: var(--radius-xl);
  min-height: 320px;
  animation: fadeRise 900ms ease-out both;
}

.social-card:nth-child(2) {
  animation-delay: 120ms;
}

.social-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

.social-card h2 {
  margin: 18px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.social-card p {
  margin: 18px 0 26px;
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.7;
}

.social-button {
  margin-top: auto;
}

.instagram-card {
  background:
    radial-gradient(circle at top right, rgba(255, 117, 166, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
}

.instagram-card .social-kicker {
  color: #ff9cd0;
}

.instagram-button {
  color: #ffffff;
  border: 1px solid rgba(255, 127, 176, 0.32);
  background: linear-gradient(180deg, rgba(255, 93, 177, 0.42), rgba(203, 73, 136, 0.28));
  box-shadow: 0 16px 32px rgba(255, 93, 177, 0.18);
}

.instagram-button:hover {
  background: linear-gradient(180deg, rgba(255, 110, 185, 0.5), rgba(203, 73, 136, 0.34));
}

.youtube-card {
  background:
    radial-gradient(circle at top right, rgba(255, 99, 99, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
}

.youtube-card .social-kicker {
  color: #ff9f9f;
}

.youtube-button {
  color: #ffffff;
  border: 1px solid rgba(255, 103, 103, 0.28);
  background: linear-gradient(180deg, rgba(255, 76, 76, 0.42), rgba(190, 41, 41, 0.26));
  box-shadow: 0 16px 32px rgba(255, 76, 76, 0.18);
}

.youtube-button:hover {
  background: linear-gradient(180deg, rgba(255, 92, 92, 0.5), rgba(190, 41, 41, 0.34));
}

@media (max-width: 1100px) {
  .hero,
  .trust-row,
  .feature-grid,
  .steps,
  .download-grid,
  .social-grid,
  .hashes {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-points,
  .preview-layout,
  .preview-stats {
    grid-template-columns: 1fr;
  }

  .preview-sidebar,
  .preview-terminal {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 18px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }

  .hero-copy,
  .hero-visual,
  .feature-card,
  .step,
  .download-panel {
    padding: 22px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.2rem);
  }

  .social-hero h1 {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 52px;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}
