:root {
  color-scheme: dark;
  --bg: #002E46;
  --bg-2: #061424;
  --surface: rgba(9, 24, 42, 0.82);
  --surface-2: rgba(14, 33, 55, 0.92);
  --panel-dark: rgba(2, 9, 20, 0.78);
  --text: #ffffff;
  --muted: #d5deeb;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.22);
  --accent: #ff820d;
  --accent-2: #ffb22e;
  --cyan: #1aa6ff;
  --green: #b7ff1f;
  --purple: #c45cff;
  --font-system: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: "Sofia Sans", var(--font-system);
  --fs-body: 17px;
  --lh-body: 1.47;
  --fs-small: 14px;
  --lh-small: 1.42;
  --fs-h1: 56px;
  --lh-h1: 1.08;
  --fs-h2: 32px;
  --lh-h2: 1.13;
  --fs-h3: 24px;
  --lh-h3: 1.18;
  --fs-h4: 19px;
  --lh-h4: 1.26;
  --content-width: 980px;
  --text-width: 740px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-system);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-body);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 0%, transparent 68%);
}

a {
  color: inherit;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0;
}

body:not(:has(.legal)) p:not(.eyebrow) {
  font-weight: 400;
}

p,
li {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(255, 178, 46, 0.74);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--accent);
  color: #05101c;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(2, 9, 20, 0.78);
  backdrop-filter: blur(18px);
}

.nav {
  display: grid;
  width: min(var(--max-width), calc(100vw - 64px));
  min-height: 86px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  transition: min-height 220ms ease, padding 220ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.brand-logo,
.brand-wordmark {
  width: min(220px, 48vw);
  height: auto;
}

.brand-logo {
  display: block;
  width: 246px;
  transition: width 220ms ease;
}

.site-header.is-compact .nav {
  min-height: 43px;
}

.site-header.is-compact .brand-logo-full {
  width: 148px;
}

.brand-icon-mobile,
.mobile-download {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 4vw, 40px);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a,
.footer-column a {
  color: var(--text);
  text-decoration: none;
}

.nav-links a:hover,
.footer-column a:hover {
  color: var(--accent-2);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 24px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-cta,
.button-primary {
  background: linear-gradient(180deg, #ff961a, #ff7900);
  color: #fff;
  box-shadow: 0 14px 32px rgba(255, 130, 13, 0.26);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.button-spark,
.button-play {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
}

.button-spark::before,
.button-spark::after {
  position: absolute;
  inset: 3px 8px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.button-spark::after {
  transform: rotate(90deg);
}

.button-play {
  margin-right: 12px;
}

.button-play::before {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid currentColor;
  content: "";
}

main {
  width: min(var(--max-width), calc(100vw - 64px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  min-height: 630px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 42px;
  padding: 40px 0 50px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

h1,
.section-copy h2,
.pricing-section h2,
.cta-panel h2 {
  margin: 0;
  color: var(--text);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 590px;
  margin-bottom: 24px;
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: var(--lh-h1);
  letter-spacing: 0;
}

h1 span {
  color: inherit;
}

.eyebrow {
  color: var(--accent);
}

.lead {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
}

.proof-chips {
  display: flex;
  max-width: 520px;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.proof-chip {
  display: inline-flex;
  min-height: auto;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #d6deeb;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.proof-chip::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(183, 255, 31, 0.75);
  content: "";
}

.mobile-copy {
  display: none;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.hero-store-row {
  --hero-store-height: 95px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.hero-store-qr {
  display: block;
  width: var(--hero-store-height);
  height: var(--hero-store-height);
  border-radius: 8px;
}

.hero-store-cta {
  display: inline-flex;
  height: var(--hero-store-height);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.hero-store-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.hero-store-cta img {
  display: block;
  width: auto;
  height: 100%;
}

.cta-store-row {
  --hero-store-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.cta-store-qr {
  display: block;
  width: var(--hero-store-height);
  height: var(--hero-store-height);
  border-radius: 8px;
}

.cta-store-badge {
  display: inline-flex;
  height: var(--hero-store-height);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.cta-store-badge:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.cta-store-badge img {
  display: block;
  width: auto;
  height: 100%;
}

.app-store-badge {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 7px 14px 8px;
  background: #05070a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.app-store-badge small {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
}

.app-store-badge.compact {
  min-height: 42px;
  margin-top: 12px;
  font-size: 16px;
}

.apple-mark {
  position: relative;
  width: 23px;
  height: 27px;
}

.apple-mark::before,
.apple-mark::after {
  position: absolute;
  background: #fff;
  content: "";
}

.apple-mark::before {
  left: 5px;
  bottom: 0;
  width: 17px;
  height: 20px;
  border-radius: 48% 48% 44% 44%;
}

.apple-mark::after {
  top: 0;
  left: 13px;
  width: 8px;
  height: 9px;
  border-radius: 8px 0 8px 0;
  transform: rotate(-28deg);
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.pulse-rings {
  position: absolute;
  top: 74px;
  right: -110px;
  width: 640px;
  height: 420px;
  border-radius: 999px;
  background:
    repeating-radial-gradient(ellipse at center, rgba(255, 130, 13, 0.2) 0 1px, transparent 2px 24px),
    repeating-radial-gradient(ellipse at center, rgba(26, 166, 255, 0.16) 0 1px, transparent 2px 28px);
  opacity: 0.78;
  transform: rotate(-8deg);
}

.wave-line {
  position: absolute;
  width: 220px;
  height: 70px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 130, 13, 0.38), transparent),
    url("/assets/drummer-buddy-wave.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 18px rgba(255, 130, 13, 0.7));
  opacity: 0.9;
}

.wave-line-left {
  left: -42px;
  bottom: 148px;
}

.wave-line-right {
  right: -42px;
  bottom: 70px;
  transform: scaleX(-1);
}

.screenshot-phone {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.screenshot-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-shot-one,
.hero-shot-two {
  position: absolute;
}

.hero-shot-one {
  top: 24px;
  left: 48px;
  z-index: 2;
  width: 264px;
  transform: rotate(-5deg);
}

.hero-shot-two {
  top: 72px;
  right: 92px;
  z-index: 1;
  width: 252px;
  transform: rotate(6deg);
}

.section-shot,
.library-shot {
  width: min(264px, 82vw);
}

.screen-pair {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.pair-shot {
  width: min(220px, calc(50vw - 56px));
}

.screen-pair .pair-shot:nth-child(2) {
  margin-top: 28px;
}

.gallery-shot {
  width: min(220px, 66vw);
  margin: 0 auto 20px;
}

.phone {
  position: absolute;
  overflow: hidden;
  border: 6px solid #151922;
  border-radius: 42px;
  background: #050a0f;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.15),
    0 26px 70px rgba(0, 0, 0, 0.48);
}

.phone::before {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
  content: "";
}

.phone-speaker {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 64px;
  height: 7px;
  border-radius: 999px;
  background: #10151d;
  transform: translateX(-50%);
}

.phone-screen {
  position: absolute;
  inset: 12px;
  overflow: hidden;
  border-radius: 31px;
  background: linear-gradient(180deg, #06131f, #02101b 62%, #031322);
  padding: 22px 16px 14px;
}

.phone-library {
  top: 38px;
  left: 56px;
  z-index: 2;
  width: 300px;
  height: 560px;
  transform: rotate(-5deg);
}

.phone-editor {
  top: 82px;
  right: 10px;
  z-index: 1;
  width: 292px;
  height: 510px;
  transform: rotate(6deg);
}

.phone-section {
  position: relative;
  width: 320px;
  height: 510px;
  transform: none;
}

.phone-small {
  position: relative;
  width: 270px;
  height: 430px;
  transform: none;
}

.app-status,
.app-title-row,
.editor-header,
.section-title,
.transport {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-status {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  opacity: 0.9;
}

.app-title-row {
  justify-content: flex-start;
  gap: 7px;
  margin-top: 16px;
  font-size: 13px;
}

.app-title-row img {
  width: 24px;
  height: 24px;
}

.search-field {
  height: 32px;
  margin-top: 14px;
  border-radius: 999px;
  padding: 9px 12px;
  background: #000;
  color: #69768a;
  font-size: 11px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 10px 0;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.tabs span {
  border-radius: 999px;
  padding: 8px 5px;
  background: rgba(255, 255, 255, 0.05);
}

.tabs span:first-child {
  background: rgba(26, 166, 255, 0.28);
}

.song-list {
  display: grid;
  gap: 7px;
}

.song-row {
  display: grid;
  min-height: 48px;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(26, 166, 255, 0.12);
  border-radius: 8px;
  padding: 6px;
  background: rgba(8, 42, 64, 0.76);
}

.song-row img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.song-row strong,
.song-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.song-row strong {
  color: #fff;
  font-size: 10px;
}

.song-row small {
  margin-top: 3px;
  color: #95a4b8;
  font-size: 8px;
}

.phone-cta,
.phone-outline {
  width: 100%;
  height: 39px;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9f1f, #ff7b00);
  color: #10131a;
  font-weight: 600;
}

.phone-outline {
  margin-top: 8px;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
}

.editor-header {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 24px;
  font-size: 12px;
}

.editor-header.compact {
  margin-top: 14px;
}

.editor-header strong,
.editor-header small {
  display: block;
}

.editor-header small {
  color: var(--muted);
  font-size: 9px;
}

.back-chevron {
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.section-title {
  margin: 14px -16px 8px;
  padding: 8px 16px;
  background: linear-gradient(90deg, #07334b, #0c2638);
}

.section-title span {
  color: #78caff;
  font-weight: 600;
}

.section-title strong {
  flex: 1;
  margin-left: 14px;
  font-size: 12px;
}

.section-title small {
  color: #c8d6e7;
  font-size: 9px;
}

.beat-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
  padding: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 16.66%),
    #081018;
}

.beat-grid i {
  aspect-ratio: 0.72;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
}

.beat-grid i.on {
  background: #f4bf17;
  box-shadow: 0 0 12px rgba(244, 191, 23, 0.45);
}

.beat-grid i.hot {
  background: var(--accent);
  box-shadow: 0 0 12px rgba(255, 130, 13, 0.5);
}

.beat-grid.large {
  gap: 5px;
}

.section-list {
  display: grid;
  gap: 5px;
  margin-top: 10px;
}

.section-list span {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  padding: 8px 9px;
  background: rgba(10, 54, 80, 0.9);
  color: #dbe7f5;
  font-size: 10px;
  font-weight: 600;
}

.section-list small {
  color: #fff;
}

.section-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 7px;
  color: #8fa2b7;
  font-size: 8px;
  text-align: center;
}

.transport {
  gap: 9px;
  justify-content: center;
  margin-top: 14px;
}

.transport span,
.transport b {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.transport b {
  width: 38px;
  height: 38px;
  border-color: var(--accent);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 20px 0 20px;
  border-radius: 14px;
  background: var(--panel-dark);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.feature-strip article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 14px;
  padding: 24px 20px;
}

.feature-strip article + article {
  border-left: 0;
}

.feature-strip h2,
.capability-grid h2 {
  margin: 0 0 6px;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  letter-spacing: 0;
}

.feature-strip p,
.capability-grid p,
.section-copy p,
.steps-section p,
.pricing-section p,
.cta-panel p,
.footer-brand p,
.footer-column p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.feature-strip p {
  font-size: 14px;
}

.strip-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.strip-icon-edit {
  width: 53px;
  height: 53px;
}

.strip-icon-sound {
  width: 58px;
  height: 58px;
}

.video-section,
.steps-section {
  padding: 58px 0 12px;
  text-align: center;
}

.video-section h2,
.steps-section h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: 0;
}

.video-section .eyebrow {
  color: #c9d2df;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.video-showcase {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.video-player-frame {
  position: relative;
  width: min(285px, 82vw);
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  padding: 5px;
  background: var(--panel-dark);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.video-player-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  border-radius: 27px;
  background: #020914;
  cursor: pointer;
  object-fit: cover;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.video-play-button:hover {
  background: rgba(0, 0, 0, 0.92);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-play-button span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #fff;
}

.video-player-frame.is-playing .video-play-button {
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.steps-grid article {
  position: relative;
  min-height: 220px;
  border: 0;
  border-radius: 12px;
  padding: 28px 24px;
  background: var(--panel-dark);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  text-align: left;
}

.steps-grid article::after {
  position: absolute;
  top: 26px;
  right: 24px;
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  content: "";
}

.steps-grid span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 130, 13, 0.16);
  color: var(--accent-2);
  font-size: 20px;
  font-weight: 600;
}

.steps-grid h3 {
  margin: 22px 0 10px;
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  letter-spacing: 0;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 68px;
  margin: 30px 0;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.split-section-first {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.split-section-reverse {
  padding-top: 40px;
}

.screen-phone {
  display: flex;
  min-height: 485px;
  align-items: flex-end;
  justify-content: center;
}

.phone-small-wrap {
  min-height: 430px;
}

.screens-gallery {
  padding: 64px 0 22px;
  text-align: center;
}

.screens-gallery h2 {
  max-width: 720px;
  margin: 0 auto;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: 0;
}

.screens-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.screens-grid article {
  min-width: 0;
  border: 0;
  border-radius: 12px;
  padding: 18px 14px 22px;
  background: var(--panel-dark);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.screens-grid h3 {
  margin: 0 0 8px;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  letter-spacing: 0;
}

.screens-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.section-copy {
  max-width: 500px;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-copy h2,
.pricing-section h2,
.cta-panel h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: 0;
}

.section-copy > p {
  margin-top: 18px;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 44px;
  color: var(--muted);
  line-height: 1.45;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 31px;
  height: 22px;
  background: url("/assets/creatives/wave.svg") center / contain no-repeat;
  content: "";
}

.check-list li::after {
  content: none;
}

.check-list strong {
  display: block;
  color: var(--text);
}

.capability-grid,
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 28px 0;
}

.capability-grid article,
.pricing-cards article {
  min-height: 186px;
  border: 0;
  border-radius: 10px;
  padding: 28px 22px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.neon-ring {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  border: 3px dotted currentColor;
  border-radius: 999px;
  box-shadow: 0 0 20px currentColor;
}

.neon-ring.blue {
  color: #2a78ff;
}

.neon-ring.orange {
  color: var(--accent);
}

.neon-ring.green {
  color: var(--green);
}

.neon-ring.purple {
  color: var(--purple);
}

.pricing-section {
  padding: 34px 0 6px;
  text-align: center;
}

.pricing-cards {
  grid-template-columns: repeat(3, 1fr);
  padding-top: 28px;
}

.pricing-cards article {
  min-height: 170px;
}

.pricing-cards h3 {
  margin: 0;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  letter-spacing: 0;
}

.price {
  margin: 14px 0 10px !important;
  color: var(--text) !important;
  font-size: 24px;
  font-weight: 600;
}

.featured-price {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  margin: 20px 0 30px;
  border: 0;
  border-radius: 16px;
  padding: 34px 24px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(2, 9, 20, 0.74);
}

.footer-inner {
  display: grid;
  width: min(var(--max-width), calc(100vw - 64px));
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 34px;
  margin: 0 auto;
  padding: 28px 0 34px;
}

.footer-brand .brand-logo {
  width: 230px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--accent-2);
}

.footer-brand p {
  margin-top: 8px;
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  letter-spacing: 0;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 7px;
  color: var(--muted);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  letter-spacing: 0;
}

.footer-column strong {
  margin-bottom: 5px;
  color: var(--text);
}

.legal {
  width: min(var(--text-width), calc(100vw - 64px));
  max-width: var(--text-width);
  padding: 54px 0 80px;
}

.legal h1 {
  max-width: var(--text-width);
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  letter-spacing: 0;
}

.updated {
  margin: 14px 0 34px;
  color: var(--muted);
}

.legal h2 {
  margin: 34px 0 10px;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: 0;
}

.legal p,
.legal li {
  color: var(--muted);
  line-height: var(--lh-body);
}

body:has(.legal) .legal p {
  font-weight: 400;
}

.legal ul {
  padding-left: 22px;
}

@media (max-width: 734px) {
  :root {
    --fs-body: 17px;
    --lh-body: 1.47;
    --fs-h1: 42px;
    --lh-h1: 1.11;
    --fs-h2: 28px;
    --lh-h2: 1.14;
    --fs-h3: 22px;
    --lh-h3: 1.2;
    --fs-h4: 18px;
    --lh-h4: 1.28;
  }
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .split-section,
  .split-section-reverse {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-library {
    left: 11%;
  }

  .phone-editor {
    right: 9%;
  }

  .hero-shot-one {
    left: calc(50% - 300px);
  }

  .hero-shot-two {
    right: calc(50% - 96px);
  }

  .feature-strip,
  .steps-grid,
  .screens-grid,
  .capability-grid,
  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .feature-strip article + article {
    border-top: 0;
    border-left: 0;
  }

  .split-section-reverse .section-copy {
    order: 1;
  }

  .split-section-reverse .screen-phone {
    order: 2;
  }

  .cta-panel {
    padding: 34px 24px;
  }

  .cta-panel .wave-line {
    display: none;
  }

  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  main,
  .footer-inner,
  .legal {
    width: calc(100vw - 28px);
  }

  .nav {
    width: 100%;
    min-height: 0;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    padding: 10px;
  }

  .site-header .brand {
    transform: translateY(2px);
    transition: transform 180ms ease;
  }

  .site-header .brand-logo {
    width: min(239px, 60vw);
  }

  .site-header .brand-icon-mobile {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  .mobile-download {
    display: inline-flex;
    grid-column: 3;
    height: 27px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 0 10px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-2px);
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .site-header.is-compact .nav {
    padding: 3px;
  }

  .site-header.is-compact .brand {
    transform: none;
  }

  .site-header.is-compact .brand-logo-full {
    display: none;
  }

  .site-header.is-compact .brand-icon-mobile,
  .site-header.is-compact .mobile-download {
    display: inline-flex;
  }

  .site-header.is-compact .mobile-download {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    gap: 12px;
    padding: 40px 0 50px;
  }

  h1 {
    font-size: var(--fs-h1);
    line-height: var(--lh-h1);
  }

  .lead {
    font-size: 19px;
    line-height: 1.42;
  }

  .button {
    width: 100%;
  }

  .proof-chips {
    gap: 8px;
  }

  .hero-store-row {
    --hero-store-height: 72px;
    gap: 10px;
  }

  .cta-store-row {
    --hero-store-height: 72px;
    gap: 10px;
  }

  .hero-store-qr {
    display: none;
  }

  .cta-store-qr {
    display: none;
  }

  .video-player-frame {
    width: 90%;
    border-radius: 28px;
    padding: 4px;
    transition: width 180ms ease;
  }

  .video-player-frame.is-playing {
    width: 100%;
  }

  .video-player-frame video {
    border-radius: 24px;
  }

  .proof-chip {
    min-height: auto;
    font-size: 15px;
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: inline;
  }

  .app-store-badge {
    width: fit-content;
  }

  .hero-visual {
    overflow: visible;
    width: 100%;
    min-height: 470px;
    transform: none;
  }

  .phone-library {
    left: 0;
  }

  .phone-editor {
    top: 120px;
    right: -20px;
  }

  .hero-shot-one {
    top: 18px;
    left: 12px;
    width: min(50vw, 195px);
  }

  .hero-shot-two {
    top: 96px;
    right: 24px;
    width: min(46vw, 180px);
  }

  .feature-strip {
    margin-top: 20px;
  }

  .feature-strip article {
    grid-template-columns: 58px 1fr;
    padding: 22px 18px;
  }

  .screen-phone {
    min-height: 450px;
    transform: scale(0.92);
    transform-origin: center bottom;
  }

  .section-shot,
  .library-shot {
    width: min(256px, 86vw);
  }

  .screen-pair {
    gap: 10px;
  }

  .pair-shot {
    width: min(146px, calc(50vw - 24px));
  }

  .screen-pair .pair-shot:nth-child(2) {
    margin-top: 18px;
  }

  .gallery-shot {
    width: min(270px, 80vw);
  }

  .split-section {
    gap: 24px;
    margin: 0;
    padding: 40px 0;
  }

  .capability-grid,
  .pricing-cards {
    padding: 20px 0;
  }

  .cta-panel .button {
    min-width: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
