:root {
  --bg: #050712;
  --bg-elevated: #090b18;
  --bg-elevated-soft: #0d1022;
  --bg-alt: #050814;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --accent: #ff375f;
  --accent-soft: rgba(255, 55, 95, 0.14);
  --accent-strong: #ff6b81;
  --accent-gradient: linear-gradient(135deg, #ff375f, #ff9f0a);
  --text: #f8fafc;
  --text-soft: #a1a7c4;
  --text-softer: #6b7190;
  --danger: #ff6b81;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-pill: 999px;
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.6);
  --shadow-subtle: 0 0 0 1px rgba(148, 163, 184, 0.15);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  background: radial-gradient(circle at top, #141735 0, #050712 45%, #02020a 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  min-height: 100vh;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(28px);
}

.page.page-loaded {
  animation: pageFadeIn 0.6s ease-out forwards;
}

@keyframes pageFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(5, 7, 18, 0.96), rgba(5, 7, 18, 0.7), transparent);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background-image: conic-gradient(from 180deg, #ff375f, #ff9f0a, #ff375f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #020617;
  box-shadow: 0 0 24px rgba(255, 55, 95, 0.8);
}

.logo-text {
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: var(--text-soft);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: var(--text-softer);
}

.nav-links a {
  position: relative;
  padding-block: 0.25rem;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-gradient);
  transition: width 0.18s ease-out;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a:hover::after {
  width: 18px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background 0.12s ease-out, border-color 0.12s ease-out, color 0.12s ease-out;
}

.btn-primary {
  background-image: var(--accent-gradient);
  color: #020617;
  box-shadow: 0 12px 35px rgba(92, 242, 200, 0.4);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(92, 242, 200, 0.6);
}

.btn-outline {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.35);
  color: var(--text);
}

.btn-outline:hover {
  border-color: rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.95);
}

.btn-ghost {
  background: transparent;
  color: var(--text-soft);
}

.btn-ghost:hover {
  color: var(--text);
  background: rgba(148, 163, 184, 0.09);
}

.btn-discord {
  background: #5865f2;
  border-color: #5865f2;
  color: #f9fafb;
}

.btn-discord:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(88, 101, 242, 0.6);
}

.btn-discord::before {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M20.317 4.369A19.91 19.91 0 0 0 16.558 3a13.9 13.9 0 0 0-.66 1.368 18.27 18.27 0 0 0-3.796 0A13.64 13.64 0 0 0 11.44 3a19.05 19.05 0 0 0-3.761 1.38A21.52 21.52 0 0 0 4.3 18.274a19.5 19.5 0 0 0 4.605 2.343A14.5 14.5 0 0 0 9.52 19.4a8.77 8.77 0 0 1-1.36-.662c.115-.083.227-.17.335-.26a6.3 6.3 0 0 0 6.01 0c.11.09.222.177.335.26a8.6 8.6 0 0 1-1.366.665 14.4 14.4 0 0 0 .62 1.215 19.4 19.4 0 0 0 4.61-2.345A21.46 21.46 0 0 0 20.317 4.37ZM9.68 15.33c-1.177 0-2.137-1.08-2.137-2.41s.944-2.41 2.137-2.41 2.154 1.09 2.137 2.41c0 1.33-.96 2.41-2.137 2.41Zm4.64 0c-1.177 0-2.137-1.08-2.137-2.41s.944-2.41 2.137-2.41 2.154 1.09 2.137 2.41c0 1.33-.96 2.41-2.137 2.41Z'/%3E%3C/svg%3E");
}

.btn-noicon::before {
  content: none;
}

.btn-youtube {
  background: #ef4444;
  border-color: #ef4444;
  color: #f9fafb;
}

.btn-youtube:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(248, 113, 113, 0.6);
}

.btn-youtube::before {
  content: "";
  width: 16px;
  height: 12px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  clip-path: polygon(30% 20%, 30% 80%, 75% 50%);
}

.btn.block {
  width: 100%;
}

.hero {
  padding: 3.75rem 0 2.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  margin: 0.4rem 0 0.7rem;
  letter-spacing: -0.03em;
}

.hero-subtitle {
  margin: 0;
  color: var(--text-soft);
  max-width: 32rem;
  font-size: 0.98rem;
}

.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-strong);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.meta-pill {
  font-size: 0.78rem;
  padding: 0.25rem 0.7rem;
  border-radius: var(--radius-pill);
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: var(--text-softer);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.9rem;
}

.hero-stats div {
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  background: radial-gradient(circle at top left, rgba(255, 55, 95, 0.25), transparent 52%),
    radial-gradient(circle at bottom right, rgba(248, 113, 113, 0.35), transparent 55%);
  border: 1px solid rgba(148, 163, 184, 0.35);
  transition: box-shadow 0.35s ease-out;
}

.hero-stats div:hover {
  box-shadow: 0 0 28px rgba(255, 55, 95, 0.2), 0 0 50px rgba(255, 159, 10, 0.1);
}

.stat-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--text-softer);
  margin-bottom: 0.2rem;
}

.stat-value {
  font-weight: 600;
  font-size: 0.98rem;
}

.hero-panel {
  position: relative;
}

.hero-card {
  background: radial-gradient(circle at top left, rgba(255, 55, 95, 0.18), transparent 55%),
    radial-gradient(circle at bottom right, rgba(248, 113, 113, 0.22), transparent 55%),
    var(--bg-elevated);
  border-radius: 24px;
  padding: 1.45rem 1.4rem 1.4rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(148, 163, 184, 0.42);
  transition: box-shadow 0.35s ease-out;
}

.hero-card:hover {
  box-shadow: var(--shadow-soft), 0 0 40px rgba(255, 55, 95, 0.2), 0 0 70px rgba(255, 159, 10, 0.1);
}

.hero-card-visual {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #020617;
}

.hero-card-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.1rem;
}

.pill {
  font-size: 0.7rem;
  padding: 0.28rem 0.7rem;
  border-radius: var(--radius-pill);
}

.pill-green {
  background: var(--accent-soft);
  color: var(--accent-strong);
  border: 1px solid rgba(92, 242, 200, 0.7);
}

.pill-dark {
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.4);
  color: var(--text-soft);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.metric {
  padding: 0.7rem 0.7rem;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.metric-label {
  display: block;
  font-size: 0.7rem;
  color: var(--text-softer);
  margin-bottom: 0.25rem;
}

.metric-value {
  font-size: 1rem;
  font-weight: 600;
}

.metric-good {
  color: var(--accent);
}

.metric-delta {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.7rem;
  color: var(--danger);
}

.metric-positive {
  color: var(--accent);
}

.hero-chart {
  padding: 0.9rem 0.8rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.4);
  margin-bottom: 1rem;
}

.chart-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.chart-row:last-child {
  margin-bottom: 0;
}

.chart-label {
  font-size: 0.75rem;
  color: var(--text-softer);
}

.chart-bar {
  position: relative;
  height: 0.38rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(30, 41, 59, 0.9);
}

.chart-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.chart-bar-before::after {
  width: 60%;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.4), rgba(148, 163, 184, 0.6));
}

.chart-bar-after::after {
  width: 100%;
  background: var(--accent-gradient);
}

.chart-value {
  font-size: 0.75rem;
  color: var(--text-soft);
}

.hero-footer {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.section {
  padding: 3rem 0 2.5rem;
}

.section-alt {
  background: radial-gradient(circle at top, #0b1024 0, #050712 45%, #030617 100%);
}

.section-header {
  text-align: left;
  margin-bottom: 2rem;
}

.section-header h2 {
  margin: 0.3rem 0 0.4rem;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}

.section-subtitle {
  margin: 0;
  max-width: 34rem;
  color: var(--text-soft);
  font-size: 0.98rem;
}

.grid {
  display: grid;
  gap: 1.3rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  background: rgba(9, 11, 24, 0.96);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.1rem 1.15rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  transition: box-shadow 0.35s ease-out;
}

.feature-card:hover {
  box-shadow: var(--shadow-subtle), 0 0 32px rgba(255, 55, 95, 0.15), 0 0 56px rgba(255, 159, 10, 0.08);
}

.feature-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
}

.feature-card p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-soft);
}

.reviews-slider {
  margin-top: 1.8rem;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 1.2rem;
  animation: reviewsScroll 30s linear infinite;
}

.media-card {
  flex: 0 0 auto;
  min-width: 360px;
  max-width: 420px;
}

.media-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(9, 11, 24, 0.96);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  aspect-ratio: 16 / 9;
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes reviewsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.premium-grid {
  gap: 1.1rem;
}

.feature-card-premium {
  background: #050608;
  border-radius: 18px;
  padding: 1rem 1.2rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.7);
}

.feature-card-premium h3 {
  font-size: 0.96rem;
  font-weight: 600;
}

.feature-card-premium p {
  font-size: 0.84rem;
  line-height: 1.55;
}

.premium-dashboard {
  margin-top: 1.5rem;
  border-radius: 22px;
  overflow: visible;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #020308;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.8);
  position: relative;
}

.premium-dashboard-img-wrap {
  display: block;
  position: relative;
  border-radius: 22px;
  overflow: visible;
}

.premium-dashboard-img-wrap::before {
  content: "";
  position: absolute;
  inset: -32px;
  border-radius: 32px;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(255, 55, 95, 0.5) 0%, rgba(255, 159, 10, 0.25) 35%, rgba(255, 55, 95, 0.08) 55%, transparent 75%);
  opacity: 0;
  transition: opacity 0.4s ease-out;
  z-index: 0;
  pointer-events: none;
  filter: blur(20px);
}

.premium-dashboard-img-wrap:hover::before {
  opacity: 1;
}

.premium-dashboard-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 22px;
  transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
  transform: scale(1);
}

.premium-dashboard-img-wrap:hover .premium-dashboard-img {
  transform: scale(1.03);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(255, 55, 95, 0.25), 0 0 100px rgba(255, 159, 10, 0.15);
}

.steps {
  display: grid;
  gap: 1rem;
  max-width: 36rem;
}

.step {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.step-number {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
}

.step-body h3 {
  margin: 0 0 0.3rem;
  font-size: 0.98rem;
}

.step-body p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-soft);
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 1.4rem;
  align-items: stretch;
}

.pricing-card {
  background: rgba(9, 11, 24, 0.96);
  border-radius: var(--radius-xl);
  padding: 1.4rem 1.3rem 1.5rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: box-shadow 0.35s ease-out;
}

.pricing-card:hover {
  box-shadow: var(--shadow-subtle), 0 0 36px rgba(148, 163, 184, 0.12), 0 0 60px rgba(99, 102, 241, 0.08);
}

.pricing-card > a {
  margin-top: auto;
}

.pricing-card-highlight {
  border-color: rgba(255, 55, 95, 0.8);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.95);
  background: radial-gradient(circle at top left, rgba(255, 55, 95, 0.26), transparent 50%),
    radial-gradient(circle at bottom right, rgba(248, 113, 113, 0.36), transparent 52%),
    rgba(9, 11, 24, 0.98);
}

.pricing-card-highlight:hover {
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.95), 0 0 40px rgba(255, 55, 95, 0.25), 0 0 70px rgba(255, 159, 10, 0.12);
}

.pricing-card h3 {
  margin: 0;
  font-size: 1rem;
}

.pricing-price {
  margin: 0.1rem 0 0;
  font-size: 1.7rem;
  font-weight: 700;
}

.pricing-subtitle {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-soft);
}

.pricing-list {
  margin: 0.7rem 0 0.9rem;
  padding-left: 1.2rem;
  list-style: none;
}

.pricing-list li {
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.86rem;
  color: var(--text-soft);
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: -0.85rem;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}

.badge {
  position: absolute;
  top: 0.95rem;
  right: 1.1rem;
  font-size: 0.7rem;
  padding: 0.18rem 0.6rem;
  border-radius: var(--radius-pill);
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(255, 55, 95, 0.7);
  color: var(--accent-strong);
}

.support-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.3rem 1.4rem;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at left, rgba(255, 55, 95, 0.26), transparent 52%),
    radial-gradient(circle at right, rgba(248, 113, 113, 0.32), transparent 52%),
    rgba(9, 11, 24, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.35);
  transition: box-shadow 0.35s ease-out;
}

.support-grid:hover {
  box-shadow: 0 0 36px rgba(255, 55, 95, 0.22), 0 0 64px rgba(255, 159, 10, 0.12);
}

.support-grid h2 {
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.site-footer {
  padding: 2.2rem 0 1.4rem;
  border-top: 1px solid rgba(15, 23, 42, 1);
  background: radial-gradient(circle at top, #090f22 0, #020617 40%, #020617 100%);
  margin-top: auto;
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}

.footer-note {
  margin: 0.6rem 0 0;
  font-size: 0.82rem;
  color: var(--text-soft);
  max-width: 15rem;
}

.footer-columns {
  display: flex;
  gap: 2.3rem;
}

.footer-column h4 {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-softer);
}

.footer-column a {
  display: block;
  font-size: 0.82rem;
  color: var(--text-soft);
  margin-bottom: 0.25rem;
}

.footer-column a:hover {
  color: var(--text);
}

.footer-bottom {
  margin-top: 1.6rem;
  border-top: 1px solid rgba(15, 23, 42, 1);
  padding-top: 0.9rem;
  font-size: 0.78rem;
  color: var(--text-softer);
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    order: -1;
  }

  .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    flex-direction: column;
  }

  .support-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .header-inner {
    flex-wrap: wrap;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 2.6rem;
  }

  .hero-copy h1 {
    font-size: 2.1rem;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .container {
    padding-inline: 1.2rem;
  }
}

