:root {
  color-scheme: dark;
  --bg: #060812;
  --panel: #0f1522;
  --panel-2: #151c2a;
  --text: #f8fafc;
  --muted: #a9b4c4;
  --line: rgba(255, 255, 255, 0.13);
  --cyan: #38d9f2;
  --pink: #ff6db3;
  --green: #81f0b4;
  --yellow: #f7d56b;
}

* {
  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;
  background: var(--bg);
  color: var(--text);
  padding-bottom: 78px;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(6, 8, 18, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  text-decoration: none;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: #071018;
  background: var(--cyan);
}

nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover {
  color: var(--text);
}

.launch-banner {
  position: fixed;
  top: 72px;
  left: 50%;
  z-index: 9;
  display: flex;
  width: min(960px, calc(100% - 40px));
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  color: #e8fbff;
  border: 1px solid rgba(56, 217, 242, 0.34);
  border-radius: 8px;
  background: rgba(6, 12, 24, 0.84);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.launch-banner strong {
  color: var(--cyan);
}

.launch-banner span {
  color: #dbeafe;
  font-size: 14px;
}

.launch-banner a {
  color: #071018;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 5vw, 72px) 82px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 8, 18, 0.96) 0%, rgba(6, 8, 18, 0.78) 38%, rgba(6, 8, 18, 0.24) 78%),
    linear-gradient(0deg, rgba(6, 8, 18, 1) 0%, rgba(6, 8, 18, 0) 28%);
}

.hero-content {
  position: relative;
  width: 100%;
  max-width: 780px;
  min-width: 0;
  z-index: 1;
}

.offer-pill {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 10px 14px;
  color: #071018;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  font-size: 14px;
  font-weight: 900;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(56px, 9vw, 118px);
  line-height: 0.92;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
}

h3 {
  margin: 0;
  font-size: 22px;
}

.hero-copy {
  max-width: 690px;
  margin: 26px 0 0;
  color: #dbeafe;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero-note {
  max-width: 620px;
  margin: 16px 0 0;
  color: #dbeafe;
  font-size: 15px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 900;
  text-decoration: none;
}

.primary-action {
  color: #061018;
  background: var(--cyan);
}

.primary-action:hover {
  background: #74e7f8;
}

.secondary-action {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.large {
  min-height: 60px;
  margin-top: 28px;
  font-size: 17px;
}

.trust-strip,
.section,
.split-section,
.pricing-section,
.download-section,
footer,
.legal-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip div {
  padding: 24px;
  background: #0a101c;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.section,
.split-section,
.pricing-section,
.download-section {
  padding: 98px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-grid article,
.download-card,
.price-panel,
.workflow-grid article,
.app-shot,
.privacy-list div,
.policy-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
}

.feature-grid article {
  min-height: 230px;
  padding: 26px;
}

.feature-grid article span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.feature-grid h3 {
  margin-top: 34px;
}

.feature-grid p,
.pricing-section p,
.workflow-grid p,
.app-shot p,
.split-section p,
.download-section p {
  color: var(--muted);
  line-height: 1.7;
}

.split-section,
.pricing-section,
.download-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.pricing-section {
  padding-bottom: 68px;
}

.price-panel {
  padding: 34px;
}

.price-panel span {
  color: var(--green);
  font-weight: 900;
}

.price-panel strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
}

.price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.value-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.value-list div,
.download-proof span {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.value-list div {
  padding: 14px;
}

.value-list strong,
.value-list span {
  display: block;
}

.value-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.workflow-grid,
.screenshot-grid,
.audience-grid,
.sample-grid {
  display: grid;
  gap: 16px;
}

.workflow-grid {
  grid-template-columns: repeat(3, 1fr);
}

.demo-video-wrap {
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #020617;
}

.demo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020617;
}

.audience-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.sample-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.sample-grid article,
.conversion-strip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
}

.sample-grid article {
  min-height: 260px;
  padding: 24px;
}

.sample-grid span,
.sample-grid strong,
.sample-grid p {
  display: block;
}

.sample-grid span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.sample-grid strong {
  margin-top: 10px;
  font-size: 28px;
}

.sample-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.wave-preview {
  display: flex;
  height: 82px;
  align-items: center;
  gap: 8px;
  margin: 28px 0 18px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.wave-preview i {
  display: block;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), var(--pink));
}

.wave-preview i:nth-child(1) { height: 34%; }
.wave-preview i:nth-child(2) { height: 72%; }
.wave-preview i:nth-child(3) { height: 46%; }
.wave-preview i:nth-child(4) { height: 88%; }
.wave-preview i:nth-child(5) { height: 58%; }
.wave-preview i:nth-child(6) { height: 76%; }
.wave-preview i:nth-child(7) { height: 38%; }

.vocal-wave i {
  background: linear-gradient(180deg, var(--pink), var(--cyan));
}

.instrumental-wave i {
  background: linear-gradient(180deg, var(--green), var(--cyan));
}

.conversion-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 18px;
}

.conversion-strip strong,
.conversion-strip span {
  display: block;
}

.conversion-strip span {
  margin-top: 5px;
  color: var(--muted);
}

.audience-grid a {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  text-decoration: none;
}

.audience-grid a:hover {
  border-color: rgba(56, 217, 242, 0.72);
}

.audience-grid strong,
.audience-grid span {
  display: block;
}

.audience-grid strong {
  font-size: 22px;
}

.audience-grid span {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.workflow-grid article {
  padding: 26px;
}

.workflow-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #061018;
  background: var(--green);
  font-weight: 900;
}

.workflow-grid h3 {
  margin-top: 30px;
}

.screenshot-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.app-shot {
  min-height: 300px;
  padding: 18px;
}

.shot-toolbar {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
}

.shot-toolbar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--line);
}

.shot-upload {
  display: grid;
  min-height: 120px;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  text-align: center;
}

.shot-upload p {
  margin: 0;
}

.shot-progress {
  height: 12px;
  margin: 26px 0 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.shot-progress span,
.mixer-row span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--green));
}

.mixer-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.mixer-row span {
  height: 12px;
  background: linear-gradient(90deg, var(--pink), var(--cyan));
}

.analysis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.analysis-grid div {
  min-height: 92px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.analysis-grid strong,
.analysis-grid span {
  display: block;
}

.analysis-grid strong {
  font-size: 24px;
}

.analysis-grid span {
  margin-top: 8px;
  color: var(--muted);
}

.master-shot {
  display: grid;
  gap: 12px;
}

.master-shot strong,
.master-shot span,
.master-shot p {
  display: block;
}

.master-shot strong {
  font-size: 24px;
}

.master-shot span,
.master-shot p {
  color: var(--muted);
}

.master-shot div {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.master-shot em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--pink));
}

.privacy-list {
  display: grid;
  gap: 14px;
}

.privacy-list div {
  padding: 24px;
}

.privacy-list strong,
.privacy-list span {
  display: block;
}

.privacy-list span {
  margin-top: 8px;
  color: var(--muted);
}

.download-section {
  margin-bottom: 70px;
  padding-inline: clamp(22px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 0%, rgba(56, 217, 242, 0.16), transparent 38%),
    linear-gradient(135deg, #101826, #0a101a);
}

.download-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.download-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.download-steps div {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(56, 217, 242, 0.22);
  border-radius: 8px;
  background: rgba(56, 217, 242, 0.08);
}

.download-steps strong {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #04100d;
  font-weight: 900;
}

.download-steps span {
  color: #e5f6ff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.download-proof span {
  padding: 10px 12px;
  color: #dbeafe;
  font-size: 13px;
  font-weight: 800;
}

.fine-print {
  max-width: 650px;
  margin-top: 18px;
  font-size: 13px;
}

.whatsapp-action {
  margin: 14px 0 0 12px;
}

.download-card {
  padding: 30px;
}

.download-card ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 2;
}

.policy-link {
  margin-top: 22px;
}

.policy-section {
  padding-top: 58px;
}

.share-section {
  padding-top: 20px;
}

.share-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.share-grid article {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
}

.share-grid p {
  flex: 1;
  color: var(--muted);
  line-height: 1.7;
}

.copy-link-button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #061018;
  background: var(--cyan);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.policy-grid article {
  padding: 26px;
}

.policy-grid p {
  color: var(--muted);
  line-height: 1.7;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 42px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.sticky-download {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: flex;
  width: min(520px, calc(100% - 36px));
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(56, 217, 242, 0.28);
  border-radius: 8px;
  background: rgba(8, 13, 24, 0.92);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.sticky-download strong,
.sticky-download span {
  display: block;
}

.sticky-download span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.sticky-download .primary-action {
  min-height: 44px;
}

.legal-page {
  padding: 148px 0 86px;
}

.legal-page h1 {
  max-width: 900px;
  font-size: clamp(44px, 7vw, 82px);
}

.legal-page > p {
  max-width: 820px;
  color: #dbeafe;
  font-size: 20px;
  line-height: 1.6;
}

.legal-page section {
  max-width: 900px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.legal-page h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.legal-page section p {
  color: var(--muted);
  line-height: 1.8;
}

.legal-page a {
  color: var(--cyan);
}

.seo-page {
  padding: 148px 0 88px;
}

.seo-hero {
  max-width: 940px;
}

.seo-hero h1 {
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.98;
}

.seo-hero p {
  max-width: 820px;
  color: #dbeafe;
  font-size: 20px;
  line-height: 1.65;
}

.seo-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  margin-top: 38px;
}

.seo-panel,
.launch-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
}

.seo-panel p,
.seo-panel li,
.launch-copy p,
.launch-copy li {
  color: var(--muted);
  line-height: 1.75;
}

.seo-panel ul,
.launch-copy ul {
  padding-left: 22px;
}

.seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-links a {
  color: var(--text);
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    position: sticky;
    width: 100%;
    max-width: 100%;
  }

  .launch-banner {
    position: static;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% - 28px);
    max-width: 720px;
    margin: 82px auto -54px;
    transform: none;
    text-align: center;
  }

  .launch-banner > * {
    min-width: 0;
  }

  .launch-banner span {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .launch-banner a {
    width: 100%;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 82vh;
    padding-top: 76px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(40px, 11.5vw, 48px);
  }

  .hero-copy {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-content {
    max-width: 100%;
    overflow: hidden;
  }

  .hero-note {
    font-size: 14px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 8, 18, 0.94), rgba(6, 8, 18, 0.58)),
      linear-gradient(0deg, rgba(6, 8, 18, 1), rgba(6, 8, 18, 0) 35%);
  }

  .trust-strip,
  .feature-grid,
  .workflow-grid,
  .screenshot-grid,
  .audience-grid,
  .sample-grid,
  .share-grid,
  .policy-grid,
  .seo-layout,
  .split-section,
  .pricing-section,
  .download-section {
    grid-template-columns: 1fr;
  }

  .download-steps {
    grid-template-columns: 1fr;
  }

  .section,
  .split-section,
  .pricing-section,
  .download-section {
    padding-block: 68px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action,
  .copy-link-button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .conversion-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .whatsapp-action {
    margin-left: 0;
  }

  .sticky-download {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    align-items: stretch;
    flex-direction: column;
  }

  .sticky-download .primary-action {
    width: 100%;
    padding-inline: 16px;
  }
}
