:root {
  --ink: #07090d;
  --panel: #0d1118;
  --panel-2: #121822;
  --line: #252d3a;
  --text: #f4f1e9;
  --muted: #9da5b2;
  --gold: #e7b957;
  --gold-light: #ffd985;
  --cyan: #2ad2dc;
  --red: #ef4f46;
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.nav {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; letter-spacing: .11em; font-weight: 700; }
.brand img { border-radius: 11px; box-shadow: 0 0 28px rgba(231,185,87,.16); }
.brand b { color: var(--gold); }
.navLinks { display: flex; gap: 34px; color: #bfc5ce; font-size: 14px; }
.navLinks a:hover { color: var(--text); }
.navTools { display: flex; align-items: center; gap: 13px; }
.languagePicker { display: flex; padding: 3px; gap: 1px; border: 1px solid #303845; border-radius: 7px; background: #0b0e13; }
.languageButton { min-width: 28px; height: 27px; padding: 0 6px; border: 0; border-radius: 4px; background: transparent; color: #7f8996; font: 700 9px var(--font-geist-mono), monospace; cursor: pointer; }
.languageButton:hover { color: var(--text); }.languageButton.active { color: #171107; background: var(--gold); }
.navCta { border: 1px solid #3a414d; border-radius: 7px; padding: 11px 17px; font-size: 13px; font-weight: 650; transition: .2s ease; }
.navCta:hover { border-color: var(--gold); color: var(--gold-light); }

.hero {
  min-height: 700px;
  padding: 72px 0 96px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 64px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -260px;
  top: 40px;
  border-radius: 50%;
  background: rgba(37,101,117,.14);
  filter: blur(90px);
  pointer-events: none;
}
.kicker, .overline { color: var(--gold); font: 700 11px/1.3 var(--font-geist-mono), monospace; letter-spacing: .17em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.kicker i { font: inherit; font-style: normal; }
.kicker span { width: 24px; height: 1px; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(50px, 6.2vw, 78px); letter-spacing: -.062em; line-height: .98; margin-bottom: 28px; font-weight: 660; }
h1 em { font-style: normal; color: var(--gold); text-shadow: 0 0 36px rgba(231,185,87,.15); }
.heroLead { color: #b2bac5; font-size: 18px; line-height: 1.7; max-width: 620px; }
.heroActions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 22px; border-radius: 7px; font-size: 14px; font-weight: 720; }
.button.primary { background: linear-gradient(135deg, var(--gold-light), #cf952d); color: #171107; box-shadow: 0 12px 32px rgba(214,161,55,.18); }
.button.primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
.button.ghost { border: 1px solid #303845; color: #d6dae0; }
.button.ghost:hover { border-color: #586273; }
.trustRow { display: flex; flex-wrap: wrap; gap: 17px; color: #8993a2; font-size: 12px; margin-top: 24px; }
.check { color: var(--gold); width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; background: rgba(231,185,87,.1); flex: 0 0 auto; }

.heroVisual { position: relative; min-width: 0; isolation: isolate; }
.heroVisual::after { content: ""; position: absolute; inset: 12% 4%; z-index: -3; background: linear-gradient(90deg, rgba(42,210,220,.19), rgba(239,79,70,.18)); filter: blur(55px); }
.appFrame { overflow: hidden; border-radius: 11px; border: 1px solid #303846; background: #090c11; box-shadow: 0 36px 90px rgba(0,0,0,.65), inset 0 1px rgba(255,255,255,.04); transform: perspective(1100px) rotateY(-2deg) rotateX(1.5deg); }
.appFrame img { width: 100%; aspect-ratio: 1.55; object-fit: cover; object-position: center; opacity: .95; }
.appBar { height: 39px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; border-bottom: 1px solid #242b35; color: #cba855; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .13em; }
.appBar small { justify-self: end; color: #66707e; font-size: 8px; }
.traffic { display: flex; gap: 5px; }.traffic i { width: 7px; height: 7px; background: #3d4652; border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(231,185,87,.16); border-radius: 50%; z-index: -2; }
.orbitOne { width: 480px; height: 480px; right: -75px; top: -90px; }
.orbitTwo { width: 360px; height: 360px; right: -15px; top: -30px; border-color: rgba(42,210,220,.12); }
.floatCard { position: absolute; border: 1px solid #394250; background: rgba(13,17,24,.92); backdrop-filter: blur(12px); border-radius: 8px; box-shadow: 0 18px 45px rgba(0,0,0,.45); }
.exportCard { bottom: -28px; right: 26px; padding: 13px 16px; display: grid; grid-template-columns: auto auto; column-gap: 12px; align-items: center; }
.exportCard b { grid-row: 1 / 3; color: var(--gold-light); font: 800 24px var(--font-geist-mono), monospace; }
.exportCard span { font-size: 11px; font-weight: 700; }.exportCard i { font-style: normal; color: #69c896; font-size: 10px; }
.audioCard { left: -26px; top: 52px; padding: 11px 14px; display: grid; gap: 5px; }
.audioCard b { font-size: 10px; }.bars { color: var(--cyan); letter-spacing: 2px; }

.signalBar { border-block: 1px solid #222934; background: #0b0e13; }
.signalInner { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 30px; color: #747e8c; font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .16em; }
.signalInner i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.product { padding: 126px 0; }
.sectionHeading { max-width: 700px; }
.sectionHeading h2 { font-size: clamp(40px, 5vw, 62px); line-height: 1.03; letter-spacing: -.05em; margin: 15px 0 22px; }
.sectionHeading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; }
.sectionHeading.centered { margin: 0 auto; text-align: center; }
.workflow { display: grid; grid-template-columns: repeat(5, 1fr); margin: 68px 0 110px; border-block: 1px solid var(--line); }
.workflowStep { min-height: 132px; padding: 25px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.workflowStep:last-child { border: 0; }.workflowStep span { color: var(--gold); font: 700 10px var(--font-geist-mono), monospace; }.workflowStep b { font-size: 14px; line-height: 1.35; }
.showcase { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.spectrumGallery { min-width: 0; }
.spectrumViewport { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #090c11; border: 1px solid #303846; box-shadow: 0 30px 80px rgba(0,0,0,.48); }
.spectrumViewport::before { content: ""; position: absolute; inset: 0; z-index: 5; pointer-events: none; border-left: 2px solid var(--cyan); border-right: 2px solid var(--red); opacity: .72; }
.spectrumSlide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 5s ease; pointer-events: none; }
.spectrumSlide.active { opacity: 1; transform: scale(1.075); z-index: 1; }
.spectrumSlide img, .spectrumSlide video { width: 100%; height: 100%; object-fit: cover; display: block; }
.spectrumSlide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,3,5,.8)); }
.spectrumSlide figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 23px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.spectrumSlide figcaption span { color: var(--gold-light); font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .11em; }
.spectrumSlide figcaption b { color: #e9edf1; font-size: 11px; letter-spacing: .07em; }
.tier { display: inline-flex; margin-right: 7px; padding: 4px 6px; border-radius: 3px; font: 800 7px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.tier.pro { color: #f5dfff; background: rgba(200,63,231,.32); border: 1px solid rgba(255,93,226,.5); }
.tier.standard { color: #fff1c9; background: rgba(213,153,35,.28); border: 1px solid rgba(255,199,82,.48); }
.tier.free { color: #d8e8ec; background: rgba(71,103,111,.38); border: 1px solid rgba(167,207,216,.42); }
.liveBadge { position: absolute; z-index: 7; top: 17px; left: 18px; padding: 7px 9px; background: rgba(3,5,8,.82); color: #d7b96f; font: 700 8px var(--font-geist-mono), monospace; letter-spacing: .09em; }
.soundToggle { position: absolute; z-index: 8; right: 18px; bottom: 59px; padding: 9px 11px; border: 1px solid rgba(231,185,87,.55); border-radius: 5px; background: rgba(4,6,9,.86); color: var(--gold-light); font: 750 8px var(--font-geist-mono), monospace; letter-spacing: .09em; cursor: pointer; backdrop-filter: blur(8px); }
.soundToggle:hover, .soundToggle.active { color: #111; background: var(--gold-light); }
.equalizer { position: absolute; z-index: 7; top: 17px; right: 19px; height: 23px; display: flex; align-items: flex-end; gap: 3px; }
.equalizer i { display: block; width: 3px; height: 8px; border-radius: 3px; background: var(--cyan); box-shadow: 0 0 8px rgba(42,210,220,.45); animation: eq .78s ease-in-out infinite alternate; }
.equalizer i:nth-child(2) { animation-delay: -.5s; }.equalizer i:nth-child(3) { animation-delay: -.2s; }.equalizer i:nth-child(4) { animation-delay: -.7s; }.equalizer i:nth-child(5) { animation-delay: -.3s; }.equalizer i:nth-child(6) { animation-delay: -.6s; }.equalizer i:nth-child(7) { animation-delay: -.1s; }
@keyframes eq { from { height: 5px; opacity: .55; } to { height: 22px; opacity: 1; } }
.spectrumDots { display: flex; justify-content: center; gap: 8px; margin-top: 17px; }
.spectrumDots button { width: 26px; height: 3px; padding: 0; border: 0; border-radius: 5px; background: #343d49; cursor: pointer; transition: .25s ease; }
.spectrumDots button.active { width: 48px; background: var(--gold); }
.showcaseImage { position: relative; padding: 10px; background: #0c1016; border: 1px solid #2b3340; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.showcaseImage::before { content: ""; position: absolute; inset: -1px; border-left: 2px solid var(--cyan); border-right: 2px solid var(--red); pointer-events: none; opacity: .7; }
.showcaseImage img { width: 100%; }
.showcaseImage > span { position: absolute; bottom: 22px; left: 26px; padding: 8px 10px; background: rgba(3,4,6,.82); color: #c9a65d; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.showcaseCopy h3 { font-size: 38px; line-height: 1.1; letter-spacing: -.04em; margin: 13px 0 20px; }
.showcaseCopy > p:not(.overline) { color: var(--muted); line-height: 1.7; }
.showcaseCopy ul, .planCard ul { list-style: none; padding: 0; margin: 30px 0 0; }
.showcaseCopy li { display: flex; gap: 12px; margin: 18px 0; }.showcaseCopy li span:last-child { display: grid; gap: 4px; }.showcaseCopy li b { font-size: 14px; }.showcaseCopy li small { color: #808997; line-height: 1.45; }

.pricing { padding: 126px 0; background: #0a0d12; border-block: 1px solid #202731; }
.founderCounter { width: min(720px, 100%); margin: 48px auto 46px; text-align: center; }
.counterNumber { display: flex; align-items: baseline; justify-content: center; gap: 12px; }
.counterNumber strong { color: var(--gold-light); font: 760 54px var(--font-geist-mono), monospace; letter-spacing: -.07em; }.counterNumber span { color: #d3d7de; font-size: 14px; }
.counterLine { height: 4px; background: #242b35; border-radius: 10px; margin: 17px 0 13px; overflow: hidden; }.counterLine i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #b3761f, var(--gold-light)); }
.founderCounter p { color: #747e8b; font-size: 12px; }
.planGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.planCard { position: relative; padding: 32px 28px 28px; border: 1px solid #28303b; background: #0d1117; border-radius: 10px; display: flex; flex-direction: column; }
.planCard.featured { border-color: #a8782d; background: linear-gradient(180deg, rgba(231,185,87,.075), #0d1117 26%); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.popular { position: absolute; right: 18px; top: 17px; color: #171107; background: var(--gold); border-radius: 4px; padding: 5px 7px; font: 800 8px var(--font-geist-mono), monospace; letter-spacing: .11em; }
.planEyebrow { color: var(--gold); font: 700 10px var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 14px; }
.planCard h3 { font-size: 28px; margin-bottom: 22px; }.priceRow { display: flex; align-items: baseline; gap: 10px; }.priceRow strong { font-size: 36px; letter-spacing: -.05em; }.priceRow del { color: #68717e; font-size: 14px; }
.suffix { color: #7e8794; font-size: 12px; margin: 5px 0 22px; }.planDescription { min-height: 66px; color: #a1a9b5; font-size: 14px; line-height: 1.55; }
.planCard ul { border-top: 1px solid #252c36; padding-top: 20px; margin-bottom: 27px; flex: 1; }.planCard li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #c5cbd3; margin: 13px 0; }
.planButton { min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid #38414d; border-radius: 6px; color: #969fab; font-size: 13px; font-weight: 700; cursor: not-allowed; text-align: center; padding: 8px 12px; }.planButton.gold { border-color: rgba(231,185,87,.7); color: var(--gold-light); background: rgba(231,185,87,.07); }
.downloadButtons { display: grid; gap: 9px; }
.planButton.downloadButton { cursor: pointer; color: #171107; border-color: var(--gold); background: linear-gradient(135deg, var(--gold-light), #cf952d); }
.planButton.downloadButton:hover { filter: brightness(1.08); transform: translateY(-1px); }
.planButton.purchaseButton { width: 100%; cursor: pointer; color: #f2f4f7; background: #151b24; }
.planButton.purchaseButton.gold { color: #171107; background: linear-gradient(135deg, var(--gold-light), #cf952d); }
.planButton.purchaseButton:hover { filter: brightness(1.1); transform: translateY(-1px); }
.planButton.purchaseButton:disabled { cursor: wait; opacity: .65; transform: none; }
.checkoutNotice { width: min(720px, 100%); margin: -20px auto 38px; padding: 18px 20px; border: 1px solid rgba(231,185,87,.5); border-radius: 8px; background: rgba(231,185,87,.07); text-align: center; }
.checkoutNotice.error { border-color: rgba(242,91,91,.55); background: rgba(242,91,91,.07); }
.checkoutNotice p { color: #d7dce4; margin: 0; line-height: 1.5; }
.licenseDelivery { display: grid; justify-items: center; gap: 10px; margin-top: 15px; }
.licenseDelivery strong { padding: 12px 14px; border: 1px dashed var(--gold); border-radius: 6px; color: var(--gold-light); font: 700 14px var(--font-geist-mono), monospace; letter-spacing: .04em; }
.paidDownloads { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; margin: 4px 0; }
.paidDownloads .planButton { display: block; margin: 0; }
.licenseDelivery button { padding: 9px 14px; border: 1px solid var(--gold); border-radius: 5px; background: var(--gold); color: #171107; font-weight: 750; cursor: pointer; }
.licenseDelivery small { color: #818b98; line-height: 1.45; }
.pricingNote { color: #636d7a; text-align: center; font-size: 11px; margin: 22px 0 0; }
.comparisonWrap { margin-top: 62px; border: 1px solid #2b3340; border-radius: 10px; overflow: hidden; background: #0b0f15; }
.comparisonIntro { padding: 30px 30px 24px; border-bottom: 1px solid #2b3340; }
.comparisonIntro h3 { font-size: 28px; letter-spacing: -.035em; margin: 10px 0 0; }
.comparisonTable { min-width: 760px; }
.comparisonRow { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); border-bottom: 1px solid #242b35; }
.comparisonRow:last-child { border-bottom: 0; }
.comparisonRow > * { padding: 15px 18px; border-right: 1px solid #242b35; font-size: 12px; line-height: 1.4; }
.comparisonRow > *:last-child { border-right: 0; }
.comparisonRow > b { color: #d8dce2; }
.comparisonRow > span { color: #929ba8; }
.comparisonRow > span:last-child { color: var(--gold-light); background: rgba(231,185,87,.025); }
.comparisonHead { background: #121821; }
.comparisonHead > b { color: var(--gold); font: 700 10px var(--font-geist-mono), monospace; letter-spacing: .1em; text-transform: uppercase; }

.faq { padding: 126px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faqGrid { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 2px; }
summary { cursor: pointer; list-style: none; font-weight: 650; padding-right: 30px; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 3px; color: var(--gold); font: 400 20px var(--font-geist-mono), monospace; }
details[open] summary::after { content: "−"; }
details p { color: #8f98a5; line-height: 1.65; font-size: 14px; padding-right: 35px; margin: 14px 0 0; }

.finalCta { border-block: 1px solid #272e38; background: radial-gradient(circle at 15% 50%, rgba(231,185,87,.1), transparent 26%), #0c1016; }
.finalInner { min-height: 235px; display: grid; grid-template-columns: auto 1fr auto; gap: 27px; align-items: center; }
.finalInner img { border-radius: 18px; }.finalInner h2 { margin: 9px 0 0; font-size: 38px; letter-spacing: -.04em; }
.footer { min-height: 180px; display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 28px; color: #727c89; font-size: 12px; }
.footer p { margin: 0; }.footer > div { display: flex; gap: 22px; }.footer > div a:hover { color: var(--text); }.footer small { grid-column: 1 / -1; border-top: 1px solid #1d232b; padding: 20px 0; width: 100%; }

@media (max-width: 980px) {
  .navLinks { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .heroCopy { max-width: 760px; }.heroVisual { width: min(760px, 95%); margin-inline: auto; }
  .showcase { grid-template-columns: 1fr; }.planGrid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }.planDescription { min-height: auto; }
  .faq { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav { height: auto; min-height: 72px; flex-wrap: wrap; padding-block: 12px; gap: 9px; }.navLinks { display: none; }.navTools { width: 100%; justify-content: space-between; order: 3; }.languagePicker { overflow-x: auto; }.navCta { padding: 9px 12px; }.brand span { font-size: 12px; }
  .hero { min-height: auto; padding: 55px 0 82px; gap: 52px; }.heroLead { font-size: 16px; }.heroActions { flex-direction: column; }.button { width: 100%; }.trustRow { display: grid; }
  .audioCard { display: none; }.exportCard { right: 12px; }.appFrame { transform: none; }.appFrame img { aspect-ratio: 1.35; object-position: left; }
  .signalInner { gap: 10px; justify-content: space-between; }.signalInner span { font-size: 7px; letter-spacing: .08em; }
  .product, .pricing, .faq { padding: 88px 0; }.workflow { grid-template-columns: 1fr; margin: 45px 0 75px; }.workflowStep { min-height: 75px; border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; align-items: center; }
  .showcase { gap: 44px; }.showcaseCopy h3 { font-size: 32px; }.spectrumSlide figcaption { left: 14px; right: 14px; bottom: 12px; }.spectrumSlide figcaption b { display: none; }.liveBadge { top: 10px; left: 11px; max-width: 70%; font-size: 6px; }.equalizer { top: 10px; right: 11px; }.soundToggle { right: 11px; bottom: 43px; font-size: 7px; padding: 7px 8px; }
  .counterNumber { align-items: center; flex-direction: column; gap: 1px; }.counterNumber strong { font-size: 48px; }
  .planCard { padding: 28px 22px; }.finalInner { padding: 48px 0; grid-template-columns: 1fr; text-align: center; }.finalInner img { margin-inline: auto; }
  .paidDownloads { grid-template-columns: 1fr; }
  .comparisonWrap { overflow-x: auto; margin-top: 42px; }.comparisonIntro { position: sticky; left: 0; width: calc(100vw - 32px); }.comparisonIntro h3 { font-size: 23px; }
  .footer { padding: 50px 0 25px; grid-template-columns: 1fr; }.footer > div { flex-wrap: wrap; }.footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
