:root {
  --bg: #080a0f;
  --panel: #111722;
  --panel-strong: #172033;
  --text: #f4f7fb;
  --muted: #a8b3c7;
  --line: #273244;
  --cyan: #45d6e8;
  --violet: #875cff;
  --lime: #b6ef6f;
  --rose: #ff6f91;
  --amber: #ffc857;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 6vw;
  background: rgba(8, 10, 15, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.footer-links,
.hero-actions,
.policy-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #061018;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

.nav-links {
  gap: 22px;
}

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

.nav-links a:hover,
.footer-links a:hover,
.service-card a:hover {
  color: var(--text);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 48px;
  align-items: center;
  padding: 7vh 6vw;
  overflow: hidden;
}

.studio-hero {
  background:
    linear-gradient(90deg, rgba(8, 10, 15, 0.98) 0%, rgba(8, 10, 15, 0.78) 56%, rgba(8, 10, 15, 0.92) 100%),
    url("neovia-hero.png") center right / cover no-repeat;
}

.product-hero {
  background:
    linear-gradient(135deg, rgba(69, 214, 232, 0.12), transparent 34%),
    linear-gradient(45deg, rgba(255, 200, 87, 0.08), transparent 42%),
    #090c13;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 820px;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions,
.policy-links {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #071017;
  background: var(--cyan);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  width: min(100%, 620px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section {
  padding: 88px 6vw;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

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

.service-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.price-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.service-card p,
.price-card li,
.legal-content p,
.split-band p,
.policy-band p {
  color: var(--muted);
}

.featured-card {
  background: linear-gradient(145deg, rgba(69, 214, 232, 0.16), rgba(135, 92, 255, 0.14)), var(--panel);
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #061018;
  background: var(--amber);
  font-weight: 900;
}

.split-band,
.policy-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--panel-strong);
}

.bot-panel {
  min-height: 440px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(69, 214, 232, 0.15), rgba(255, 111, 145, 0.08)),
    var(--panel);
  box-shadow: var(--shadow);
}

.bot-disc {
  display: grid;
  place-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #0b1020 0 18%, transparent 19%),
    conic-gradient(from 20deg, var(--cyan), var(--violet), var(--rose), var(--amber), var(--cyan));
}

.bot-disc span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #071017;
  font-size: 2rem;
  font-weight: 900;
}

.track-lines {
  display: grid;
  gap: 10px;
  width: min(72%, 360px);
}

.track-lines span {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.track-lines span:nth-child(2) {
  width: 78%;
}

.track-lines span:nth-child(3) {
  width: 54%;
}

.equalizer {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 54px;
}

.equalizer span {
  width: 12px;
  border-radius: 4px 4px 0 0;
  background: var(--cyan);
}

.equalizer span:nth-child(1) { height: 24px; }
.equalizer span:nth-child(2) { height: 44px; background: var(--lime); }
.equalizer span:nth-child(3) { height: 34px; background: var(--amber); }
.equalizer span:nth-child(4) { height: 54px; background: var(--rose); }
.equalizer span:nth-child(5) { height: 30px; background: var(--violet); }

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

.price-card {
  min-height: 300px;
}

.premium-card {
  border-color: rgba(69, 214, 232, 0.55);
}

.price {
  color: var(--cyan);
  font-size: 2.4rem;
  font-weight: 900;
}

.price-card ul {
  padding-left: 20px;
}

.command-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.command-list code {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--lime);
  background: var(--panel);
}

.legal-page {
  padding: 70px 6vw 90px;
}

.guide-page {
  padding: 70px 6vw 90px;
}

.legal-hero {
  max-width: 900px;
  padding-bottom: 34px;
}

.legal-hero h1 {
  font-size: clamp(2.7rem, 7vw, 5.6rem);
}

.legal-content {
  max-width: 920px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 42px;
}

.guide-card {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.guide-card p,
.faq-list p {
  color: var(--muted);
}

.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #061018;
  background: var(--lime);
  font-weight: 900;
}

.guide-card code,
.faq-list code {
  display: inline-block;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--lime);
  background: rgba(0, 0, 0, 0.22);
  overflow-wrap: anywhere;
}

.guide-section {
  padding-left: 0;
  padding-right: 0;
}

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

.guide-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
}

.guide-table th,
.guide-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.guide-table th {
  color: var(--text);
  background: var(--panel-strong);
}

.guide-table td {
  color: var(--muted);
}

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

.command-list.compact {
  gap: 8px;
}

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

.claim-section {
  padding-left: 0;
  padding-right: 0;
}

.claim-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.claim-steps article {
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.claim-steps p {
  color: var(--muted);
}

.claim-steps code {
  display: inline-block;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--lime);
  background: rgba(0, 0, 0, 0.22);
  overflow-wrap: anywhere;
}

.faq-list article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 6vw;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.footer-links {
  gap: 18px;
}

@media (max-width: 900px) {
  .site-header,
  .site-footer,
  .split-band,
  .policy-band {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-grid,
  .pricing-grid,
  .guide-grid,
  .claim-steps,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .bot-panel {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .site-header,
  .section,
  .hero,
  .legal-page,
  .site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  h1 {
    font-size: 3rem;
  }

  .legal-content {
    padding: 22px;
  }
}
