:root {
  color-scheme: dark;
  --background: #010937;
  --background-deep: #050812;
  --surface: #111620;
  --raised: #181e2a;
  --line: #293141;
  --text: #f8fafc;
  --muted: #a5adba;
  --lime: #b7ff2a;
  --ink: #111704;
  --shell: 1180px;
  --section-space: clamp(64px, 7vw, 96px);
  --card-padding: clamp(24px, 3vw, 32px);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 7%, rgba(183, 255, 42, 0.09), transparent 26rem),
    var(--background);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 5px;
  border-radius: 8px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

strong {
  color: var(--text);
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.section-pad {
  padding-block: var(--section-space);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(1, 9, 55, 0.76);
  backdrop-filter: blur(18px) saturate(130%);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.brand img {
  object-fit: contain;
}

.brand-context {
  margin-left: 2px;
  padding: 5px 9px;
  border: 1px solid rgba(183, 255, 42, 0.24);
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.07);
  color: var(--lime);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a,
.site-footer nav a {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  transition: color 160ms ease;
}

.nav-links a:hover,
.site-footer nav a:hover,
.site-footer p a:hover {
  color: var(--text);
}

.nav-links .nav-action {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(183, 255, 42, 0.34);
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.07);
  color: var(--lime);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-transform: uppercase;
}

.nav-links .nav-action:hover,
.nav-links .nav-action[aria-current="page"] {
  border-color: var(--lime);
  color: #cbff65;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.support-hero,
.policy-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.support-hero::before,
.policy-hero::before {
  position: absolute;
  inset: 0;
  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: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}

.support-hero::after,
.policy-hero::after {
  position: absolute;
  top: 8%;
  right: -14rem;
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
  background: var(--lime);
  content: "";
  filter: blur(190px);
  opacity: 0.06;
  pointer-events: none;
}

.support-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  align-items: center;
  gap: clamp(54px, 9vw, 120px);
  min-height: 0;
  padding-block: var(--section-space);
}

.support-hero-copy {
  min-width: 0;
}

.support-hero h1 {
  margin-bottom: 34px;
  font-size: clamp(5rem, 9.2vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.84;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 34px;
  color: #c7cdd6;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 850;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.button-primary:hover {
  background: #c5ff53;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.button-secondary:hover {
  border-color: #465166;
  background: rgba(255, 255, 255, 0.06);
}

.public-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.public-note span {
  color: var(--lime);
  font-size: 0.48rem;
}

.request-checklist {
  position: relative;
  padding: var(--card-padding);
  overflow: hidden;
  border: 1px solid rgba(183, 255, 42, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 80% 8%, rgba(183, 255, 42, 0.12), transparent 17rem),
    var(--surface);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.25);
}

.checklist-heading {
  margin-bottom: 22px;
}

.checklist-heading .eyebrow {
  margin-bottom: 17px;
}

.checklist-heading h2 {
  max-width: 400px;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.2vw, 3.6rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.request-checklist ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.request-checklist li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  min-height: 62px;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.request-checklist li span {
  color: var(--lime);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.request-checklist li strong {
  font-size: 0.84rem;
}

.checklist-tip {
  margin: 22px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(183, 255, 42, 0.15);
  border-radius: 12px;
  background: rgba(183, 255, 42, 0.06);
  color: var(--muted);
  font-size: 0.72rem;
}

.checklist-tip strong {
  color: var(--lime);
}

.support-options {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--background-deep);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 48px);
  gap: 48px;
}

.section-heading .eyebrow {
  margin-bottom: 8px;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.support-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 16px;
  padding: var(--card-padding);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 48%),
    var(--surface);
  transition: border-color 160ms ease, transform 160ms ease;
}

.support-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.support-card-featured {
  border-color: rgba(183, 255, 42, 0.22);
  background:
    radial-gradient(circle at 15% 8%, rgba(183, 255, 42, 0.11), transparent 16rem),
    var(--surface);
}

.card-index {
  color: var(--lime);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}

.support-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.card-link,
.card-meta,
.policy a {
  color: var(--lime);
  font-size: 0.76rem;
  font-weight: 850;
}

.card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 44px;
  gap: 8px;
  border-bottom: 1px solid rgba(183, 255, 42, 0.32);
}

.card-link:hover {
  border-color: var(--lime);
}

.card-meta {
  margin-top: auto;
  align-self: flex-start;
  padding: 8px 12px;
  border: 1px solid rgba(183, 255, 42, 0.2);
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.06);
}

.support-notice {
  background:
    radial-gradient(circle at 18% 55%, rgba(183, 255, 42, 0.05), transparent 26rem),
    var(--background);
}

.notice-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 62px);
  padding: clamp(24px, 4vw, 56px);
  border: 1px solid rgba(183, 255, 42, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 28%, rgba(183, 255, 42, 0.13), transparent 18rem),
    linear-gradient(135deg, rgba(183, 255, 42, 0.07), rgba(183, 255, 42, 0.015) 58%),
    var(--surface);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.notice-icon,
.summary-icon {
  display: grid;
  width: clamp(74px, 8vw, 98px);
  height: clamp(74px, 8vw, 98px);
  border: 1px solid rgba(183, 255, 42, 0.24);
  border-radius: 27px;
  background: rgba(183, 255, 42, 0.08);
  color: var(--lime);
  place-items: center;
}

.notice-icon svg,
.summary-icon svg {
  width: 52%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.notice-card .eyebrow {
  margin-bottom: 18px;
}

.notice-card h2 {
  max-width: 710px;
  margin-bottom: 16px;
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.notice-card p:last-child {
  max-width: 710px;
  margin-bottom: 0;
  color: #c7cdd6;
  font-weight: 600;
}

.outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  gap: 9px;
  padding: 12px 17px;
  border: 1px solid rgba(183, 255, 42, 0.38);
  border-radius: 13px;
  color: var(--lime);
  font-size: 0.75rem;
  font-weight: 850;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.outline-link:hover {
  background: var(--lime);
  color: var(--ink);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--background-deep);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 112px;
  gap: 24px;
  color: var(--muted);
  font-size: 0.75rem;
}

.footer-inner p {
  margin: 0;
  text-align: center;
}

.footer-inner nav {
  display: flex;
  justify-self: end;
  gap: 22px;
}

.footer-brand {
  color: var(--text);
  font-size: 0.83rem;
}

.policy-page {
  background: var(--background-deep);
}

.policy-hero {
  background: var(--background);
}

.policy-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  align-items: center;
  min-height: 0;
  gap: clamp(54px, 9vw, 120px);
  padding-block: var(--section-space);
}

.policy-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(4.8rem, 9vw, 7.8rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.policy-date {
  margin-bottom: 0;
  color: var(--lime);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.policy-summary {
  padding: var(--card-padding);
  border: 1px solid rgba(183, 255, 42, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 25% 15%, rgba(183, 255, 42, 0.1), transparent 14rem),
    var(--surface);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.summary-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 34px;
  border-radius: 21px;
}

.policy-summary p {
  margin-bottom: 0;
  color: #d4d9e0;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.policy {
  width: min(calc(100% - 48px), 1040px);
  padding-block: var(--section-space);
  counter-reset: policy-section;
}

.policy section {
  display: grid;
  grid-template-columns: 62px 235px minmax(0, 1fr);
  gap: 30px;
  padding-block: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  counter-increment: policy-section;
}

.policy-heading {
  padding-bottom: 32px;
}

.policy-heading h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.policy-heading .policy-date {
  margin: 0;
  color: var(--muted);
}

.policy section:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.policy section::before {
  color: var(--lime);
  content: counter(policy-section, decimal-leading-zero);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.policy h2 {
  margin: 0;
  font-size: 1.14rem;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.policy section > div {
  min-width: 0;
}

.policy p {
  margin-bottom: 15px;
  color: var(--muted);
  line-height: 1.75;
}

.policy p:last-child {
  margin-bottom: 0;
}

.policy a {
  font-size: inherit;
  font-weight: 650;
  border-bottom: 1px solid rgba(183, 255, 42, 0.3);
}

.policy a:hover {
  border-color: var(--lime);
}

@media (max-width: 940px) {
  .support-hero-grid,
  .policy-hero-grid {
    grid-template-columns: 1fr;
  }

  .support-hero-grid {
    min-height: 0;
    padding-block: var(--section-space);
  }

  .support-hero-copy {
    max-width: 720px;
  }

  .request-checklist,
  .policy-summary {
    max-width: 680px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-card {
    min-height: 0;
  }

  .notice-card {
    grid-template-columns: auto 1fr;
  }

  .notice-card .outline-link {
    grid-column: 2;
    justify-self: start;
  }

  .policy-hero-grid {
    min-height: 0;
  }

  .policy section {
    grid-template-columns: 52px 200px minmax(0, 1fr);
    gap: 24px;
  }
}

@media (max-width: 700px) {
  .shell,
  .policy {
    width: min(calc(100% - 32px), var(--shell));
  }

  .section-pad {
    padding-block: var(--section-space);
  }

  .site-header {
    background: rgba(1, 9, 55, 0.9);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .nav-product {
    display: none;
  }

  .nav-links {
    gap: 14px;
  }

  .support-hero-grid {
    padding-block: var(--section-space);
  }

  .support-hero h1,
  .policy-hero h1 {
    font-size: clamp(4rem, 18vw, 5.6rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .request-checklist {
    padding: var(--card-padding);
    border-radius: 26px;
  }

  .checklist-heading h2 {
    font-size: 2.55rem;
  }

  .support-card {
    min-height: 0;
  }

  .notice-card {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }

  .notice-card .outline-link {
    grid-column: auto;
  }

  .notice-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    padding-block: 28px;
  }

  .footer-inner p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  .policy-hero-grid {
    padding-block: var(--section-space);
  }

  .policy-summary {
    padding: var(--card-padding);
  }

  .policy section {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px 18px;
    padding-block: 36px;
  }

  .policy h2 {
    font-size: 1.08rem;
  }

  .policy section > div {
    grid-column: 2;
  }
}

@media (max-width: 500px) {
  .brand-context {
    display: none;
  }

  .nav-links > a:not(.nav-action) {
    display: none;
  }

  .nav-links .nav-action {
    padding: 8px 11px;
    font-size: 0.6rem;
  }

  .support-hero h1,
  .policy-hero h1 {
    font-size: clamp(3.7rem, 18vw, 4.8rem);
  }

  .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .section-heading h2 {
    font-size: 3.25rem;
  }

  .support-card {
    padding: var(--card-padding);
  }

  .notice-card {
    padding: 28px 24px;
  }

  .notice-card h2 {
    font-size: 2.75rem;
  }

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

  .footer-inner nav {
    justify-self: start;
  }

  .footer-inner p {
    grid-column: auto;
    grid-row: auto;
  }

  .policy section {
    grid-template-columns: 1fr;
  }

  .policy section > div {
    grid-column: 1;
  }
}

/* Match Sound Cue marketing navigation without changing the Support page. */
.site-header-marketing {
  background: rgba(1, 9, 55, 0.76);
}

.site-header-marketing .shell,
.site-footer-marketing .shell {
  width: min(calc(100% - 48px), var(--shell));
}

.site-header-marketing .nav-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 82px;
}

.site-header-marketing .brand,
.site-footer-marketing .brand {
  justify-self: start;
}

.site-header-marketing .brand img {
  width: 40px;
  height: 40px;
}

.site-header-marketing .nav-links {
  justify-content: center;
  gap: 30px;
}

.site-header-marketing .nav-status {
  justify-self: end;
  padding: 8px 13px;
  border: 1px solid rgba(183, 255, 42, 0.3);
  border-radius: 999px;
  background: rgba(183, 255, 42, 0.08);
  color: var(--lime);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer-marketing .footer-inner nav {
  flex-wrap: wrap;
}

@media (max-width: 860px) {
  .site-header-marketing .nav-wrap {
    grid-template-columns: 1fr auto;
  }

  .site-header-marketing .nav-links {
    display: none;
  }

  .site-footer-marketing .footer-inner {
    grid-template-columns: 1fr 1fr;
    padding-block: 28px;
  }

  .site-footer-marketing .footer-inner p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .site-header-marketing {
    background: rgba(1, 9, 55, 0.9);
  }

  .site-header-marketing .shell,
  .site-footer-marketing .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .site-header-marketing .nav-wrap {
    min-height: 72px;
  }

  .site-header-marketing .brand img {
    width: 34px;
    height: 34px;
  }

  .site-header-marketing .nav-status {
    padding: 7px 10px;
    font-size: 0.59rem;
  }

  .site-footer-marketing .footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-footer-marketing .footer-inner nav {
    justify-self: start;
    gap: 12px 18px;
  }

  .site-footer-marketing .footer-inner p {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
