:root {
  --bg: #120707;
  --bg-soft: #1b1010;
  --bg-panel: rgba(26, 18, 18, 0.82);
  --bg-panel-strong: rgba(15, 10, 10, 0.92);
  --line: rgba(255, 222, 167, 0.12);
  --line-strong: rgba(255, 222, 167, 0.28);
  --text: #f5eddc;
  --muted: #ccbda6;
  --accent: #e3b55d;
  --accent-bright: #ffd88b;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(164, 70, 32, 0.18), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(227, 181, 93, 0.12), transparent 18%),
    linear-gradient(180deg, #2a0f0d 0%, #1a0a0a 24%, #110707 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 236, 196, 0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 236, 196, 0.01) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 88%);
}

body.legal-page {
  color: #221c17;
  background:
    radial-gradient(circle at top, rgba(214, 175, 108, 0.12), transparent 28%),
    linear-gradient(180deg, #fbf7f1 0%, #f3ede4 100%);
}

body.legal-page::before {
  background-image:
    linear-gradient(rgba(60, 36, 18, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 36, 18, 0.035) 1px, transparent 1px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 92%);
}

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

.site-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 18px auto 40px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(19, 12, 12, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

body.legal-page .topbar {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(110, 80, 46, 0.16);
  box-shadow: 0 16px 44px rgba(60, 37, 18, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

body.legal-page .brand,
body.legal-page .brand span {
  color: #221c17;
}

.brand img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

.brand span {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  border: 0;
  font-size: 1.24rem;
}

.nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nav a,
.footer-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav a {
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
}

.nav a:hover,
.nav a.is-active {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}

body.legal-page .nav a,
body.legal-page .footer-nav a {
  color: #68584b;
}

body.legal-page .nav a:hover,
body.legal-page .nav a.is-active {
  color: #221c17;
  border-color: rgba(110, 80, 46, 0.22);
  background: rgba(74, 46, 17, 0.05);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

body.legal-page .nav-toggle {
  border-color: rgba(110, 80, 46, 0.16);
  background: rgba(74, 46, 17, 0.04);
}

body.legal-page .nav-toggle span {
  background: #221c17;
}

.hero,
.page-hero {
  padding: 58px 0 28px;
}

.hero {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 40px;
  align-items: start;
}

.hero-copy {
  max-width: 32rem;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-bright);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
}

body.legal-page .eyebrow {
  color: #9e6d2f;
}

h1,
.section-heading h2,
.release-banner h2,
.detail-card h2,
.platform-card h2,
.faq-card h2,
.comparison-card h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-weight: 600;
  line-height: 0.96;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.15rem, 3.9vw, 3.95rem);
  max-width: 11.4ch;
  text-wrap: balance;
  line-height: 0.98;
}

.page-hero {
  max-width: 860px;
}

.features-page-hero h1 {
  max-width: 18ch;
}

body.legal-page .page-hero {
  max-width: 780px;
  padding: 48px 0 20px;
}

body.legal-page .page-hero h1 {
  max-width: none;
  font-size: clamp(1.95rem, 3vw, 3.1rem);
  line-height: 1.02;
  font-weight: 500;
}

.lede,
.page-lede,
.section-copy,
.release-banner p,
.feature-card p,
.workflow-steps p,
.site-footer p,
.detail-card li,
.platform-card p,
.note-card li,
.faq-card li,
.comparison-card p {
  color: var(--muted);
  line-height: 1.75;
}

.lede,
.page-lede {
  margin: 16px 0 0;
  font-size: 0.96rem;
  max-width: 38rem;
}

body.legal-page .page-lede,
body.legal-page .manual-text,
body.legal-page .detail-card li,
body.legal-page .comparison-card p,
body.legal-page .site-footer p {
  color: #5e5348;
  font-size: 0.92rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-actions .button {
  padding: 15px 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-primary {
  color: #1e1408;
  background: linear-gradient(135deg, #efc96f, #dea644);
  box-shadow: 0 16px 34px rgba(224, 169, 68, 0.24);
}

.button-secondary {
  color: var(--text);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
}

.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(228, 184, 92, 0.5);
}

.hero-panel,
.detail-grid,
.platform-grid,
.download-note-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.glass-card,
.feature-card,
.workflow-steps article,
.detail-card,
.platform-card,
.note-card,
.faq-card,
.comparison-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(30, 20, 20, 0.94), rgba(13, 9, 9, 0.92));
  box-shadow: var(--shadow);
}

body.legal-page .detail-card,
body.legal-page .comparison-card,
body.legal-page .glass-card {
  border-color: rgba(110, 80, 46, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 246, 239, 0.98));
  box-shadow: 0 18px 42px rgba(60, 37, 18, 0.08);
}

.spotlight-card {
  padding: 20px;
}

.screenshot-card {
  padding-bottom: 24px;
}

.screenshot-figure {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  overflow: hidden;
  background: #0d1117;
}

.home-screenshot,
.shot-screenshot {
  height: auto;
  object-fit: cover;
}

.spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 224, 169, 0.12);
  border: 1px solid var(--line-strong);
  color: var(--accent-bright);
  font-size: 0.7rem;
  font-weight: 700;
}

.badge-soft {
  color: var(--muted);
}

.screenshot-figure,
.home-screenshot,
.shot-screenshot-wrap,
.shot-screenshot {
  display: block;
  width: 100%;
}

.app-preview,
.shot-frame {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  background: linear-gradient(180deg, #12171d, #0a0f15);
}

.app-preview {
  overflow: hidden;
}

.app-preview-top {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.app-preview-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.app-preview-top span:first-child {
  background: #d85d52;
}

.app-preview-top span:nth-child(2) {
  background: #d9aa45;
}

.app-preview-top span:nth-child(3) {
  background: #5ab76c;
}

.app-preview-grid {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.preview-panel {
  padding: 16px;
  border-radius: 18px;
  background: #0f1620;
  border: 1px solid rgba(117, 155, 212, 0.14);
}

.preview-meters {
  display: grid;
  grid-template-columns: 1fr 1fr 120px 1.4fr;
  gap: 12px;
  min-height: 110px;
}

.vu-strip,
.analyser-box,
.scope-box,
.track-row,
.shot-row,
.shot-bars,
.shot-buttons,
.shot-wave {
  border-radius: 14px;
}

.vu-strip {
  background: linear-gradient(180deg, rgba(232, 225, 204, 0.88), rgba(212, 197, 155, 0.9));
  position: relative;
}

.vu-strip::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 55%;
  height: 4px;
  background: #14181f;
  transform: rotate(-24deg);
  border-radius: 999px;
}

.scope-box {
  background:
    linear-gradient(45deg, transparent 48%, rgba(136, 175, 234, 0.35) 49%, rgba(136, 175, 234, 0.35) 51%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, rgba(136, 175, 234, 0.35) 49%, rgba(136, 175, 234, 0.35) 51%, transparent 52%),
    #09111b;
}

.analyser-box {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #09111b;
  background-size: 100% 18px, 38px 100%, auto;
}

.preview-waveform {
  min-height: 180px;
  position: relative;
  overflow: hidden;
}

.waveform-line {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 22px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 12px 50%, rgba(212, 242, 149, 0.9), rgba(212, 242, 149, 0) 20%),
    linear-gradient(90deg, rgba(174, 223, 110, 0.7), rgba(116, 165, 76, 0.7));
  opacity: 0.8;
}

.waveform-line-a { top: 34px; }
.waveform-line-b { top: 84px; width: 74%; }
.waveform-line-c { top: 132px; width: 88%; }

.preview-tracklist {
  display: grid;
  gap: 10px;
}

.track-row {
  min-height: 42px;
  background: linear-gradient(90deg, rgba(244, 246, 250, 0.06), rgba(244, 246, 250, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
}

.stat-grid article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
}

.stat-label {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-bright);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stat-grid strong {
  display: block;
  max-width: 18ch;
  font-size: 0.96rem;
  line-height: 1.4;
}

.trust-strip {
  padding-top: 10px;
}

.trust-card {
  padding: 18px 22px;
  text-align: center;
}

.trust-card p {
  margin: 0;
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1rem;
}

.footer-brand {
  display: grid;
  gap: 6px;
  align-content: start;
}

.footer-logo {
  width: min(100%, 112px);
  height: auto;
  margin-top: -14px;
}

.footer-copy {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  max-width: 28ch;
}

.section {
  padding: 34px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 20px;
}

.section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px 28px;
  max-width: none;
}

.section-heading-split h2 {
  font-size: clamp(1.75rem, 2.65vw, 2.38rem);
}

.section-heading-split .section-copy {
  font-size: 1.04rem;
  line-height: 1.78;
}

.section-heading h2,
.release-banner h2,
.detail-card h2,
.platform-card h2,
.faq-card h2,
.comparison-card h2 {
  font-size: clamp(1.65rem, 2.9vw, 2.75rem);
}

body.legal-page .detail-card h2,
body.legal-page .comparison-card h2 {
  font-size: clamp(1.22rem, 1.9vw, 1.55rem);
  line-height: 1.08;
  font-weight: 500;
}

.compact-heading h2 {
  font-size: clamp(1.55rem, 2.45vw, 2.2rem);
}

.feature-grid,
.workflow-steps,
.shot-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.workflow-steps article,
.detail-card,
.platform-card,
.note-card,
.faq-card,
.comparison-card {
  padding: 20px;
}

.feature-card h3,
.workflow-steps h3,
.note-card h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.workflow-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-number {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--accent-bright);
}

.screenshot-section .shot-grid,
.detail-grid,
.download-note-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shot-card {
  padding: 18px;
}

.shot-card-full {
  padding: 20px;
}

.shot-card-header {
  margin-bottom: 14px;
  color: var(--text);
  font-weight: 700;
}

.shot-frame {
  min-height: 240px;
  padding: 18px;
}

.shot-screenshot-wrap {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0d1117;
}

.shot-frame-wide,
.shot-frame-stack {
  display: grid;
  gap: 12px;
}

.shot-bars {
  height: 52px;
  background: linear-gradient(90deg, rgba(232, 225, 204, 0.9), rgba(214, 196, 157, 0.92));
}

.shot-wave {
  min-height: 92px;
  background:
    linear-gradient(180deg, transparent 46%, rgba(145, 196, 102, 0.45) 47%, rgba(145, 196, 102, 0.45) 53%, transparent 54%),
    #0e1620;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.shot-buttons {
  height: 42px;
  background: linear-gradient(90deg, rgba(233, 211, 162, 0.15), rgba(233, 211, 162, 0.02));
}

.shot-row {
  min-height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.detail-grid,
.platform-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card ul,
.note-card ul,
.faq-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.manual-text {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.compact-steps {
  margin-top: 12px;
}

.manual-steps {
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.8;
}

.manual-steps li + li,
.shortcut-list li + li {
  margin-top: 8px;
}

.shortcut-list {
  margin: 14px 0 0;
  padding-left: 0;
  list-style: none;
  color: var(--muted);
}

.shortcut-list strong {
  color: var(--text);
  font-weight: 700;
}

.comparison-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.comparison-card > div {
  max-width: 460px;
}

.platform-status {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 216, 139, 0.34);
  background: linear-gradient(135deg, #efc96f, #dea644);
  box-shadow: 0 10px 22px rgba(224, 169, 68, 0.16);
  color: #1e1408;
  font-weight: 700;
}

.platform-cta {
  appearance: none;
}

.platform-cta:hover {
  transform: translateY(-1px);
}

.platform-feedback {
  min-height: 1.35rem;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.release-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(228, 184, 92, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(37, 25, 24, 0.96), rgba(15, 10, 10, 0.95));
  box-shadow: var(--shadow);
}

.release-banner > div {
  max-width: 760px;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding: 14px 0 6px;
  border-top: 1px solid var(--line);
}

body.legal-page .site-footer {
  border-top-color: rgba(110, 80, 46, 0.14);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.04rem;
}

.site-footer p {
  max-width: 50ch;
  margin: 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  align-self: start;
  white-space: nowrap;
}

.footer-nav a:hover {
  color: var(--text);
}

body.legal-page .footer-nav a:hover {
  color: #221c17;
}

.manual-jump-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.manual-jump-links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}

.manual-jump-links a:hover {
  border-color: var(--accent-bright);
  color: var(--accent-bright);
}

.manual-download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.inline-actions-start {
  justify-content: flex-start;
}

.section-download-actions {
  align-self: end;
}

.section-download-actions .button {
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 600;
}

.section-download-actions .button-secondary {
  background: rgba(255, 255, 255, 0.02);
}

.guide-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.guide-card-full {
  grid-column: 1 / -1;
}

.guide-card-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.guide-card-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
}

.guide-card-copy .guide-actions {
  margin-top: 8px;
  justify-content: flex-start;
}

.guide-card-layout .guide-preview {
  margin: 0;
}

.guide-card ul {
  margin: 0;
  padding-left: 20px;
}

.guide-preview {
  margin: 2px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  overflow: hidden;
  background: #0d1117;
}

.guide-preview img {
  display: block;
  width: 100%;
}

.guide-preview-feature img {
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  object-position: center top;
}

.guide-actions {
  margin-top: auto;
}

.support-minimal-grid .detail-card {
  min-height: 100%;
}

.support-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.support-card .manual-text {
  margin: 0;
}

.support-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.support-legal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-contact-strip p {
  max-width: 42rem;
}

.flow-grid {
  align-items: stretch;
}

.flow-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.flow-session-meta {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}

.flow-session-meta strong {
  overflow-wrap: anywhere;
  color: var(--text);
}

.meta-label {
  color: var(--accent-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.activation-grid {
  align-items: start;
}

.activation-card h3,
.serial-result h3 {
  margin: 0;
}

.activation-form {
  display: grid;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field span {
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea,
.serial-result textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
  line-height: 1.55;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(245, 237, 220, 0.48);
}

.turnstile-shell {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
}

.turnstile-placeholder {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.turnstile-widget {
  min-height: 1px;
}

.status-banner {
  min-height: 1.5rem;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.status-banner.is-pending {
  color: var(--accent-bright);
}

.status-banner.is-success {
  color: #c9f19a;
}

.status-banner.is-error {
  color: #ffb2a2;
}

.serial-result {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
}

.serial-result textarea {
  min-height: 118px;
  background: rgba(0, 0, 0, 0.16);
}

.contact-link {
  color: var(--accent-bright);
  text-decoration: none;
  font-weight: 700;
}

body.legal-page .contact-link {
  color: #8c5d1f;
}

.contact-link:hover {
  text-decoration: underline;
}

@media (max-width: 1120px) {
  .hero,
  .workflow-steps,
  .detail-grid,
  .platform-grid,
  .download-note-grid,
  .faq-grid,
  .comparison-card,
  .release-banner {
    grid-template-columns: 1fr;
  }

  .workflow-steps,
  .feature-grid,
  .shot-grid,
  .detail-grid,
  .platform-grid,
  .download-note-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-card,
  .release-banner,
  .site-footer {
    flex-direction: column;
  }

  .manual-jump-links {
    justify-content: flex-start;
  }

  .manual-download-actions {
    justify-content: flex-start;
  }

  .inline-actions {
    justify-content: flex-start;
  }

  .section-heading-split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .guide-card-layout {
    grid-template-columns: 1fr;
  }

  .preview-meters {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--max));
  }

  .topbar {
    flex-wrap: wrap;
    border-radius: 26px;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 8px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    width: 100%;
    text-align: left;
  }

  .hero,
  .feature-grid,
  .workflow-steps,
  .shot-grid,
  .detail-grid,
  .support-legal-grid,
  .platform-grid,
  .download-note-grid,
  .faq-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    padding-top: 44px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .platform-status,
  .inline-actions .button {
    width: 100%;
  }

  .preview-meters {
    grid-template-columns: 1fr;
  }
}
