:root {
  --bg: #060606;
  --panel: #171516;
  --panel-2: #1f1c1e;
  --text: #ffffff;
  --muted: #c7c7c7;
  --green: #00e676;
  --green-2: #75ff4d;
  --pink: #ff3f86;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 18px 60px rgba(0, 230, 118, 0.12);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 230, 118, 0.1), transparent 28%),
    radial-gradient(circle at 75% 20%, rgba(255, 63, 134, 0.09), transparent 30%),
    linear-gradient(180deg, #040404 0%, #111 45%, #070707 100%);
}

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

a {
  color: inherit;
}

.site-header {
  background: #000;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  width: min(1360px, calc(100% - 32px));
  min-height: 134px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--green);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 26px;
}

.logo-mark {
  width: 38px;
  height: 24px;
  border-radius: 10px 10px 14px 14px;
  background: var(--green);
  position: relative;
  box-shadow: 0 0 22px rgba(0, 230, 118, 0.7);
}

.logo-mark::before,
.logo-mark::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 9px;
  height: 5px;
  background: #00180c;
  border-radius: 0 0 10px 10px;
}

.logo-mark::before {
  left: 7px;
  transform: rotate(12deg);
}

.logo-mark::after {
  right: 7px;
  transform: rotate(-12deg);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--green-2);
}

.header-actions {
  display: flex;
  gap: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #2f2f31;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-green {
  background: var(--green);
  color: #031107;
  box-shadow: 0 18px 32px rgba(0, 230, 118, 0.22);
}

.btn-green:hover {
  box-shadow: 0 20px 42px rgba(0, 230, 118, 0.34);
}

.btn-dark {
  background: #303033;
}

.page-hero {
  background: rgba(22, 20, 21, 0.94);
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 630px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 64px;
  padding: 40px 0 76px;
}

.hero-copy {
  max-width: 690px;
}

.kicker {
  color: var(--green-2);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 16px;
}

h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.lead {
  color: #fff;
  font-size: 18px;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.hero-card {
  min-height: 510px;
  border: 2px solid var(--pink);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.58)),
    radial-gradient(circle at 50% 60%, rgba(117, 255, 77, 0.32), transparent 25%),
    linear-gradient(135deg, #07120b 0%, #000 48%, #0b2415 100%);
  box-shadow: var(--shadow), inset 0 0 60px rgba(0, 230, 118, 0.15);
  padding: 44px;
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 230, 118, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 230, 118, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.8;
}

.hero-card-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
}

.brand-title {
  font-size: clamp(44px, 5vw, 74px);
  line-height: 0.95;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(117, 255, 77, 0.45);
}

.brand-title span {
  color: var(--green-2);
}

.hero-card-tagline {
  margin-top: 14px;
  color: #fff;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
}

.mascot {
  width: 178px;
  height: 178px;
  border-radius: 42% 42% 50% 50%;
  background: radial-gradient(circle at 50% 35%, #1b1b1d, #020202 72%);
  align-self: center;
  position: relative;
  box-shadow: 0 0 80px rgba(117, 255, 77, 0.35);
}

.mascot::before,
.mascot::after {
  content: "";
  position: absolute;
  top: 76px;
  width: 42px;
  height: 12px;
  background: var(--green-2);
  border-radius: 50% 10px 50% 10px;
  box-shadow: 0 0 18px rgba(117, 255, 77, 0.85);
}

.mascot::before {
  left: 38px;
  transform: rotate(12deg);
}

.mascot::after {
  right: 38px;
  transform: rotate(-12deg);
}

.section {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0;
}

.section-narrow {
  max-width: 980px;
}

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

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.card {
  background: linear-gradient(180deg, var(--panel-2), #121112);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.card strong {
  color: #fff;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #00180c;
  background: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
  padding: 9px 0;
  border-top: 1px solid var(--line);
}

.feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 230, 118, 0.7);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #111;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

th,
td {
  text-align: left;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

th {
  color: #fff;
  background: #181617;
}

tr:last-child td {
  border-bottom: 0;
}

.cta-strip {
  margin: 28px 0 0;
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(0, 230, 118, 0.16), rgba(255, 63, 134, 0.12)),
    #151314;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer {
  background: #000;
  border-top: 1px solid var(--line);
  padding: 38px 0;
}

.footer-inner {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    padding: 22px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-wrap,
  .main-nav,
  .header-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding-top: 56px;
  }

  .hero-card {
    min-height: 420px;
  }

  .grid,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .cta-strip,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .main-nav {
    gap: 16px;
  }

  .header-actions {
    gap: 12px;
  }

  .btn {
    width: 100%;
  }

  .hero-card {
    padding: 26px;
  }

  .section {
    padding: 54px 0;
  }
}


.article-section {
  padding-top: 62px;
}

.article-body {
  max-width: 1080px;
  margin: 0 auto;
}

.content-block {
  padding: 34px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(31, 28, 30, 0.96), rgba(18, 17, 18, 0.98));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.content-block h2 {
  color: #fff;
  margin-bottom: 18px;
}

.content-block h3 {
  color: var(--green-2);
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 22px;
}

.content-block p:last-child,
.content-block ul:last-child,
.content-block ol:last-child,
.note-box:last-child {
  margin-bottom: 0;
}

.article-list {
  margin-bottom: 18px;
}

.styled-list {
  margin: 18px 0;
  padding-left: 24px;
  color: var(--muted);
}

.styled-list li {
  margin-bottom: 10px;
  line-height: 1.55;
}

.note-box {
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  border-radius: 16px;
  background: rgba(0, 230, 118, 0.08);
  color: #fff;
}

.faq-block h3 {
  color: #fff;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.article-cta {
  margin-top: 32px;
}

@media (max-width: 560px) {
  .content-block {
    padding: 24px;
  }
}
