:root {
  color-scheme: dark;
  --bg: #050505;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --surface-soft: rgba(255, 255, 255, 0.03);
  --text: #f8f8f8;
  --muted: #a6a6a6;
  --accent: #2de190;
  --accent-soft: rgba(45, 225, 144, 0.15);
  --border: rgba(255, 255, 255, 0.1);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 42%),
    #050505;
  color: var(--text);
}

.page-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px 48px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #f8f8f8 0%, #c7c7c7 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.brand-logo {
  width: 22px;
  height: 22px;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.button-primary {
  background: rgba(255, 255, 255, 0.08);
}

.button:hover {
  transform: translateY(-1px);
}

.button:link,
.button:visited,
.button:active,
.button:hover {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 110px);
  padding-top: 60px;
}

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

.eyebrow {
  margin: 0 0 18px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 5vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hero-text {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 5vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

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

.cube-glow {
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cube-center {
  width: 160px;
  height: 160px;
  background: radial-gradient(circle at top, #ffffff 30%, rgba(255, 255, 255, 0) 70%);
  filter: blur(1px);
  border-radius: 20px;
  box-shadow: inset 0 0 120px rgba(255, 255, 255, 0.25), 0 0 80px rgba(45, 225, 144, 0.18);
}

.cube-base {
  position: absolute;
  bottom: 18px;
  width: 180px;
  height: 110px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}

.cube-pillar {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  border-radius: 12px;
}

.cube-pillar.left {
  left: 32%;
}

.cube-pillar.right {
  right: 32%;
}

.hero-card {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 280px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.25);
}

.hero-card-preview {
  height: 140px;
  background: linear-gradient(135deg, #0b0b0b 20%, rgba(255, 255, 255, 0.08) 100%);
  display: grid;
  place-items: center;
}

.hero-card-preview::before {
  content: "";
  width: 80%;
  height: 70%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
}

.hero-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  gap: 16px;
}

.hero-card-title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 0.95rem;
}

.hero-card-date {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.pill {
  background: rgba(45, 225, 144, 0.16);
  color: var(--accent);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
}

.pill-small {
  font-size: 0.78rem;
  padding: 8px 12px;
}

.instances {
  margin: 120px 0 32px;
}

.instances h2 {
  font-size: 2rem;
  margin: 0 0 28px;
}

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

.instance-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.instance-card-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
}

.icon-box span {
  display: block;
  width: 22px;
  height: 22px;
  background-size: cover;
}

.icon-discord {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23f8f8f8' d='M7.4 6.6c-.8 0-1.4.7-1.4 1.5s.6 1.5 1.4 1.5 1.4-.7 1.4-1.5-.6-1.5-1.4-1.5zm9.3 0c-.8 0-1.4.7-1.4 1.5s.6 1.5 1.4 1.5 1.4-.7 1.4-1.5-.6-1.5-1.4-1.5zm-4.6-4.1C5.9 2.5 2 6 2 10.8c0 5.1 4.6 9.3 10.3 9.3 5.7 0 10.3-4.2 10.3-9.3 0-4.7-3.9-8.3-8.2-8.3-1.1 0-2.2.2-3.2.5-.3.1-.5.3-.7.5l-.1.1-.1.1-.1.1-.1.1s-.1.1-.2.1c-.1.1-.3.2-.4.2l-.1.1-.1.1c-.3.2-.5.4-.7.7-.9.8-1.4 1.8-1.4 2.9 0 3.2 2.6 5.7 5.9 5.7 3.3 0 5.9-2.5 5.9-5.7 0-1.1-.5-2.1-1.4-2.9-.2-.2-.4-.5-.7-.7l-.1-.1-.1-.1c-.1-.1-.3-.1-.4-.2-.1-.1-.2-.1-.2-.1l-.1-.1-.1-.1-.1-.1-.1-.1c-.2-.2-.4-.4-.7-.5-.9-.3-1.8-.5-2.8-.5z'/%3e%3c/svg%3e");
}

.icon-robot {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23f8f8f8' d='M12 2c-3.3 0-6 2.7-6 6v2H4c-.6 0-1 .4-1 1v5c0 1.1.9 2 2 2v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h6v1c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1c1.1 0 2-.9 2-2v-5c0-.6-.4-1-1-1h-2V8c0-3.3-2.7-6-6-6zm-3 7V8c0-1.7 1.3-3 3-3s3 1.3 3 3v1H9zm-4 1h14v5H5v-5zm5 4c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm6 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z'/%3e%3c/svg%3e");
}

.instance-title {
  margin: 0 0 6px;
  font-size: 1.1rem;
  font-weight: 700;
}

.instance-price {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.instance-specs {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 26px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  color: #d8d8d8;
  font-size: 0.95rem;
}


.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.faq-list details {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  color: var(--text);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.faq-help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
}

.help-label {
  margin: 0 0 18px;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}

.help-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}

.page-footer {
  margin-top: 76px;
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links {
  display: flex;
  gap: 72px;
  margin-bottom: 46px;
}

.footer-links div {
  display: grid;
  gap: 14px;
}

.footer-heading {
  margin: 0 0 10px;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.95rem;
}

.hero-footer-text {
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.86;
  margin: 0 0 28px;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

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

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

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

  .faq-section {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;
    gap: 32px;
  }
}

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

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-card {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .hero-footer-text {
    font-size: 6rem;
  }
}
