:root {
  --nova-bg: #060b17;
  --nova-bg-soft: #0b1529;
  --nova-panel: rgba(12, 22, 42, 0.84);
  --nova-line: rgba(124, 180, 255, 0.14);
  --nova-text: #f3f7ff;
  --nova-muted: #aac0de;
  --nova-primary: #00b7ff;
  --nova-primary-2: #4f7cff;
  --nova-accent: #6be0ff;
  --nova-radius-xl: 26px;
  --nova-radius-lg: 18px;
  --nova-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  --nova-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--nova-text);
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 183, 255, 0.16), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(79, 124, 255, 0.16), transparent 28%),
    linear-gradient(180deg, var(--nova-bg) 0%, #07101d 42%, #030812 100%);
  line-height: 1.6;
}

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

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

button {
  font: inherit;
}

.nova-shell {
  width: min(calc(100% - 32px), var(--nova-max));
  margin: 0 auto;
}

.nova-panel {
  background: var(--nova-panel);
  border: 1px solid var(--nova-line);
  border-radius: var(--nova-radius-xl);
  box-shadow: var(--nova-shadow);
}

.nova-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(6, 11, 23, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nova-header__row {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nova-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nova-brand__logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--nova-primary), var(--nova-primary-2));
  box-shadow: 0 12px 28px rgba(0, 183, 255, 0.18);
}

.nova-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nova-brand__text {
  display: grid;
  gap: 2px;
}

.nova-brand__text strong {
  font-size: 16px;
}

.nova-brand__text small,
.nova-kicker,
.nova-badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--nova-muted);
}

.nova-nav,
.nova-header__actions,
.nova-hero__buttons,
.nova-side__actions,
.nova-pills {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nova-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--nova-muted);
  transition: 0.2s ease;
}

.nova-nav a:hover {
  color: var(--nova-text);
  background: rgba(255, 255, 255, 0.05);
}

.nova-button {
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: transform 0.18s ease;
}

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

.nova-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--nova-primary), var(--nova-primary-2));
  box-shadow: 0 14px 30px rgba(79, 124, 255, 0.24);
}

.nova-button--light,
.nova-button--soft {
  color: var(--nova-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nova-hero {
  padding: 36px 0 18px;
}

.nova-hero__grid,
.nova-grid-2,
.nova-grid-3,
.nova-slots {
  display: grid;
  gap: 16px;
}

.nova-hero__grid {
  grid-template-columns: 1.12fr 0.88fr;
}

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

.nova-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.nova-slots {
  grid-template-columns: repeat(4, 1fr);
}

.nova-hero__main,
.nova-hero__side,
.nova-copy,
.nova-slot,
.nova-faq__item,
.nova-footer__row,
.nova-banner {
  padding: 24px;
}

.nova-badge,
.nova-kicker {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #d8efff;
  margin-bottom: 16px;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.12;
}

h1 {
  font-size: clamp(34px, 5.2vw, 58px);
}

h2 {
  font-size: clamp(28px, 4vw, 40px);
}

h3 {
  font-size: 20px;
}

.nova-lead,
.nova-copy p,
.nova-section__head p,
.nova-slot__body p,
.nova-footer p,
.nova-faq__body p,
.nova-pills span,
.nova-stat span {
  color: var(--nova-muted);
}

.nova-offer {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 900;
  margin: 0 0 14px;
}

.nova-side__image {
  min-height: 190px;
  border-radius: var(--nova-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(107, 224, 255, 0.14);
  background: linear-gradient(135deg, rgba(0, 183, 255, 0.1), rgba(79, 124, 255, 0.08));
  margin: 18px 0;
}

.nova-side__image img,
.nova-slot__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nova-pills span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

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

.nova-stat {
  padding: 16px;
  border-radius: var(--nova-radius-lg);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nova-stat strong {
  display: block;
  font-size: 22px;
  margin-bottom: 4px;
}

.nova-section {
  padding: 18px 0;
}

.nova-section--strip {
  padding-top: 8px;
}

.nova-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.nova-section__head p {
  margin: 0;
  max-width: 58ch;
}

.nova-slot {
  overflow: hidden;
}

.nova-slot__media {
  height: 180px;
  border-radius: var(--nova-radius-lg);
  overflow: hidden;
  margin-bottom: 18px;
}

.nova-slot__body {
  display: grid;
  gap: 12px;
}

.nova-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nova-faq {
  display: grid;
  gap: 14px;
}

.nova-faq__item {
  overflow: hidden;
}

.nova-faq__trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nova-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.nova-faq__body {
  display: none;
  padding-top: 14px;
}

.nova-faq__item[data-open="true"] .nova-faq__body {
  display: block;
}

.nova-footer {
  padding: 22px 0 34px;
}

.nova-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.nova-footer p {
  margin: 8px 0 0;
  max-width: 62ch;
}

@media (max-width: 1100px) {
  .nova-hero__grid,
  .nova-grid-2,
  .nova-grid-3,
  .nova-slots {
    grid-template-columns: 1fr 1fr;
  }

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

  .nova-nav {
    display: none;
  }

  .nova-header__row {
    min-height: auto;
    padding: 14px 0;
  }
}

@media (max-width: 700px) {
  .nova-shell {
    width: min(calc(100% - 20px), var(--nova-max));
  }

  .nova-hero__main,
  .nova-hero__side,
  .nova-copy,
  .nova-slot,
  .nova-faq__item,
  .nova-footer__row,
  .nova-banner {
    padding: 18px;
  }

  .nova-header__actions,
  .nova-hero__buttons,
  .nova-side__actions,
  .nova-pills {
    width: 100%;
    flex-direction: column;
  }

  .nova-button {
    width: 100%;
  }

  .nova-stats,
  .nova-grid-3,
  .nova-slots {
    grid-template-columns: 1fr;
  }

  .nova-banner {
    flex-direction: column;
    align-items: stretch;
  }
}