/* Neon presentation theme. The product preview illustrates the Beta layout. */
:root {
  --neon-purple: #a544ff;
  --neon-pink: #ed44f5;
  --neon-blue: #3498ff;
  --neon-cyan: #60dcff;
  --neon-line: #6749b8;
  --neon-ink: #111326;
}

body {
  background: #0b0d1d;
  color: #f7f7ff;
}

::selection {
  background: var(--neon-purple);
  color: #fff;
}

.siteHeader {
  min-height: 68px;
  border-bottom: 1px solid #8042e8;
  background: rgba(16, 18, 38, 0.94);
  box-shadow: 0 2px 18px rgba(133, 38, 255, 0.2);
}

.brand {
  max-width: 250px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand span {
  background: linear-gradient(125deg, #fff 35%, #d58bff 85%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand img,
.footerBrand img {
  border: 1px solid #ad72ff;
  box-shadow: 0 0 8px #b547ff, 0 0 22px rgba(118, 65, 255, 0.75);
}

.siteNav {
  color: #d5d4e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.siteNav a:hover,
.siteNav a:focus-visible,
.footerLinks a:hover,
.footerLinks a:focus-visible,
.textLink:hover,
.textLink:focus-visible {
  color: #c79aff;
}

.siteNav .navDownload {
  border: 1px solid #b75eff;
  border-radius: 999px;
  background: linear-gradient(120deg, #b735ff, #504bff);
  color: #fff;
  box-shadow: 0 0 16px rgba(174, 58, 255, 0.55), 0 0 30px rgba(72, 82, 255, 0.35);
}

.siteNav .navDownload:hover,
.siteNav .navDownload:focus-visible {
  background: linear-gradient(120deg, #d55cff, #6876ff);
  color: #fff;
}

.hero {
  height: auto;
  min-height: 760px;
  max-height: none;
  border-bottom: 1px solid #7845d3;
  background: #121326;
}

.hero::after {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(140, 94, 255, 0.38) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(78, 161, 255, 0.25) 1px, transparent 1.5px);
  background-position: 10px 18px, 48px 60px;
  background-size: 137px 139px, 191px 173px;
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.heroScene {
  background:
    radial-gradient(ellipse at 70% 36%, rgba(94, 29, 185, 0.58), transparent 55%),
    radial-gradient(ellipse at 95% 88%, rgba(23, 56, 163, 0.4), transparent 46%),
    linear-gradient(112deg, #111424 4%, #15122e 54%, #100d27 100%);
}

.heroScene::before {
  position: absolute;
  top: -265px;
  right: -100px;
  width: min(73vw, 1040px);
  aspect-ratio: 1;
  border: 2px solid #4cb8ff;
  border-radius: 50%;
  background: radial-gradient(circle at 54% 46%, #1d1350 7%, #292075 45%, #1d1682 68%, #1249dc 84%, rgba(26, 89, 239, 0.12) 100%);
  box-shadow: 0 0 12px #43b7ff, 0 0 50px rgba(46, 127, 255, 0.74), inset 0 0 80px rgba(91, 33, 229, 0.65);
  content: "";
}

.heroScene::after {
  position: absolute;
  right: 5%;
  bottom: 6%;
  width: 185px;
  aspect-ratio: 1;
  border: 2px solid #6dcaff;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #985bff, #5525e5 65%, #222086);
  box-shadow: 0 0 22px #a44bff, 0 0 65px rgba(62, 113, 255, 0.88), inset 0 0 34px rgba(159, 76, 255, 0.7);
  content: "";
}

.heroShade {
  background: linear-gradient(90deg, rgba(12, 15, 31, 0.45), transparent 48%);
  pointer-events: none;
}

.sceneWindow {
  z-index: 1;
  top: 132px;
  left: 54%;
  width: 1160px;
  height: 660px;
  border: 2px solid #a348ff;
  border-radius: 16px;
  box-shadow: -3px 0 20px rgba(173, 64, 255, 0.88), 0 0 38px rgba(55, 128, 255, 0.66), 0 34px 84px rgba(3, 3, 22, 0.8);
  transform: rotate(-5deg) scale(0.83);
  transform-origin: top left;
  opacity: 1;
}

.heroBetaPreview {
  color: #eaf4f8;
  background: #0c1216;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}

.heroBetaTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  padding: 0 16px;
  border-bottom: 1px solid #2b3942;
  background: #20252b;
  font-size: 12px;
}

.heroBetaBody {
  display: flex;
  height: calc(100% - 34px);
}

.heroBetaRail {
  display: flex;
  flex: 0 0 74px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-right: 1px solid #2b3942;
  color: #9eb9c5;
  font-size: 23px;
}

.heroBetaRail img {
  width: 39px;
  height: 39px;
  margin-bottom: 16px;
}

.heroBetaRail b {
  width: 45px;
  padding: 9px 0;
  border: 1px solid #4c91a1;
  border-radius: 12px;
  color: #81e1ed;
  text-align: center;
}

.heroBetaMain {
  flex: 1;
  min-width: 0;
}

.heroBetaStatus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 25px;
  border-bottom: 1px solid #29404a;
}

.heroBetaStatus > span {
  display: grid;
  grid-template-columns: 10px auto;
  column-gap: 7px;
  align-items: center;
}

.heroBetaStatus i {
  grid-row: span 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #70dfa8;
}

.heroBetaStatus b {
  color: #7ce7ad;
  font-size: 10px;
}

.heroBetaStatus small {
  font-size: 10px;
}

.heroBetaStatus em {
  color: #8ee3aa;
  font-size: 11px;
  font-style: normal;
}

.heroBetaHeading {
  padding: 30px 25px 12px;
}

.heroBetaHeading small {
  display: block;
  margin-bottom: 10px;
  color: #74dce8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.heroBetaHeading strong {
  display: block;
  font-size: 28px;
}

.heroBetaHeading p {
  color: #b4cad3;
  font-size: 12px;
}

.heroBetaHeading div {
  width: max-content;
  margin-top: 18px;
  padding: 10px 22px;
  border: 1px solid #3b5660;
  border-radius: 10px;
  color: #a7c8d4;
}

.heroBetaStats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 12px 25px;
}

.heroBetaStats span {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid #334956;
  border-radius: 11px;
  background: #111b21;
}

.heroBetaStats small,
.heroBetaStats em {
  color: #a7c7d4;
  font-size: 10px;
  font-style: normal;
}

.heroBetaStats b {
  color: #73e7ad;
  font-size: 24px;
}

.heroBetaStats span:last-child b {
  color: #78dfee;
  font-size: 13px;
}

.heroBetaFeed {
  margin: 8px 25px;
  border: 1px solid #334956;
  border-radius: 11px;
  background: #111b21;
}

.heroBetaFeed > div,
.heroBetaFeed p {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #2b414d;
}

.heroBetaFeed > div {
  justify-content: space-between;
}

.heroBetaFeed small,
.heroBetaFeed em {
  color: #9cbdc9;
  font-size: 11px;
  font-style: normal;
}

.heroBetaFeed p span {
  color: #74dbea;
}

.heroContent {
  height: auto;
  min-height: 760px;
  justify-content: center;
  padding: 36px 0 42px;
  text-shadow: none;
}

.releaseFlag {
  align-self: flex-start;
  max-width: 560px;
  gap: 10px;
  margin-bottom: 25px;
  padding: 7px 15px;
  border: 1px solid #ae50ef;
  border-radius: 999px;
  background: rgba(18, 19, 40, 0.78);
  color: #e5def9;
  box-shadow: 0 0 12px rgba(170, 60, 255, 0.55), inset 0 0 10px rgba(92, 51, 205, 0.28);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.releaseFlag span {
  background: var(--neon-cyan);
  box-shadow: 0 0 10px var(--neon-cyan);
}

.hero h1,
.sectionHeading h2,
.communityInner h2 {
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.hero h1 {
  position: relative;
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(62px, 7vw, 112px);
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 1px 15px rgba(232, 227, 255, 0.12);
}

.hero h1 span {
  background: linear-gradient(115deg, #f35af6 2%, #aa4dff 46%, #60bdff 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heroContent > p:not(.releaseMeta) {
  max-width: 555px;
  color: #d5d3e6;
  font-size: 19px;
  font-weight: 600;
}

.button {
  min-height: 46px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.buttonPrimary,
.buttonPrimary:hover,
.buttonPrimary:focus-visible {
  border: 1px solid #dd76ff;
  background: linear-gradient(112deg, #d142f5, #834bff 54%, #297fff);
  color: #fff;
  box-shadow: 0 0 13px rgba(226, 63, 251, 0.72), 0 0 26px rgba(67, 108, 255, 0.56);
}

.buttonSecondary,
.buttonSecondary:hover,
.buttonSecondary:focus-visible {
  border: 1px solid #9d75f4;
  background: rgba(16, 16, 37, 0.7);
  color: #f7f5ff;
  box-shadow: 0 0 13px rgba(90, 78, 245, 0.26);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.releaseMeta,
.pricingLine span {
  color: #b9b8d1;
}

.pricingLine strong {
  padding: 2px 10px;
  border: 1px solid #4b4bd2;
  border-radius: 999px;
  background: linear-gradient(115deg, #253aa1, #482494);
  color: #f4f4ff;
}

.heroTrust span {
  border: 1px solid #686383;
  border-radius: 999px;
  background: rgba(11, 15, 31, 0.55);
  color: #d7d5e7;
}

.signalBand {
  border-top: 1px solid #6648b7;
  border-bottom: 1px solid #6648b7;
  background: linear-gradient(120deg, #141528, #17152e 60%, #101b35);
}

.signalGrid div {
  border-color: #4f428d;
}

.signalGrid strong::after {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--neon-pink), var(--neon-blue));
  content: "";
}

.demoSection {
  background:
    radial-gradient(circle at 85% 5%, rgba(101, 47, 181, 0.25), transparent 34rem),
    radial-gradient(circle at 5% 88%, rgba(27, 73, 172, 0.22), transparent 31rem),
    #0c0f21;
}

.demoSection::before {
  background-image:
    linear-gradient(rgba(144, 92, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 92, 255, 0.13) 1px, transparent 1px);
}

.sectionHeading > span,
.communityInner > div:first-child > span {
  color: #b48bff;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.sectionHeading h2,
.communityInner h2 {
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.02;
}

.betaReleaseCard {
  border: 1px solid #6b4bb4;
  background: linear-gradient(125deg, rgba(38, 23, 72, 0.86), rgba(15, 29, 61, 0.88));
  box-shadow: 0 0 30px rgba(117, 57, 214, 0.16);
}

.betaReleaseMeta {
  color: #bbaee2;
}

.productDemo {
  border-color: #6651ae;
  box-shadow: 0 16px 55px rgba(7, 4, 28, 0.5), 0 0 34px rgba(112, 59, 217, 0.17);
}

.section {
  border-color: #383061;
}

#features {
  background: radial-gradient(circle at 88% 18%, rgba(75, 56, 162, 0.15), transparent 30rem), #0e1021;
}

.featureItem {
  border-color: #4b3c79;
  background: linear-gradient(145deg, #1d1b38, #141a32);
}

.featureItem:hover {
  border-color: #a15df5;
  box-shadow: 0 12px 32px rgba(91, 41, 190, 0.26);
}

.featureHighlight {
  border-color: #9361de;
  background: linear-gradient(145deg, #30224e, #17254a);
}

.featureItem > span {
  color: #b785ff;
}

.sectionDark {
  background: linear-gradient(115deg, #18122d, #10182d);
}

.workflowList {
  border-color: #5e468d;
  background: #5e468d;
}

.workflowList li {
  background: #16172e;
}

.workflowList li > b {
  border-color: #b35eff;
  color: #d6a0ff;
}

.safetyBand {
  background: radial-gradient(circle at 4% 100%, rgba(33, 95, 185, 0.26), transparent 32rem), #11172c;
}

.safetyLayout .sectionHeading > span {
  color: #86c9ff;
}

.safetyPoints p,
.safetyPoints p:last-child {
  border-color: #415176;
  color: #c8d0df;
}

.faqList,
.faqList details {
  border-color: #43416e;
}

.faqList summary::after {
  color: #c791ff;
}

.communityBand {
  border-color: #6046ad;
  background: radial-gradient(circle at 10% 40%, rgba(176, 48, 221, 0.33), transparent 33rem), linear-gradient(110deg, #271443, #171b48 65%, #102d5c);
}

.siteFooter {
  background: #080b19;
}

.footerInner > p {
  border-color: #373452;
}

:focus-visible {
  outline-color: #c17aff;
}

@media (max-width: 1080px) {
  .hero {
    height: auto;
    min-height: 0;
  }

  .heroContent {
    height: auto;
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 95px;
  }

  .sceneWindow {
    display: none;
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(58px, 7.5vw, 86px);
  }

  .pricingLine {
    max-width: 520px;
  }
}

@media (max-width: 860px) {
  .siteNav {
    top: 76px;
    border: 1px solid #824be2;
    background: #14142c;
    box-shadow: 0 12px 32px rgba(7, 4, 25, 0.7);
  }

  .menuButton {
    border: 1px solid #8a62eb;
    background: #25204b;
    color: #fff;
  }
}

@media (max-width: 640px) {
  .heroContent {
    justify-content: start;
    padding-top: 55px;
    padding-bottom: 95px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(47px, 12vw, 72px);
  }

  .heroContent > p:not(.releaseMeta) {
    max-width: 95%;
    font-size: 16px;
  }

  .heroScene::before {
    top: auto;
    right: -45%;
    bottom: 6px;
    width: 105%;
  }

  .heroScene::after {
    right: 8%;
    bottom: 20px;
    width: 95px;
  }

  .releaseFlag {
    font-size: 10px;
  }

  .heroTrust {
    max-width: 360px;
  }

  .sectionHeading h2,
  .communityInner h2 {
    font-size: clamp(36px, 10vw, 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .featureItem {
    transition: none;
  }
}
