/* Mining Insider marketing site v2 */
:root {
  color-scheme: dark;
  --ink: #07090c;
  --ink-soft: #0d1014;
  --panel: #14181e;
  --line: #303740;
  --line-soft: rgba(255, 255, 255, 0.14);
  --text: #f6f7f8;
  --muted: #aab1b9;
  --gold: #f4ae24;
  --gold-strong: #ffb000;
  --paper: #eef0f2;
  --paper-text: #11151a;
  --page: min(1180px, calc(100% - 48px));
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.page-width {
  width: var(--page);
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--gold);
  color: #080a0d;
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background: rgba(7, 9, 12, 0.96);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(16px);
}

.brand-link {
  width: 190px;
  height: 66px;
  display: flex;
  align-items: center;
}

.brand-link img {
  width: 176px;
  height: auto;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #d9dde1;
  font-size: 13px;
  font-weight: 650;
}

.primary-navigation a {
  padding-block: 12px;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--gold);
}

.primary-navigation .nav-cta {
  padding: 11px 17px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 0;
  background: transparent;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  background: white;
}

.hero {
  position: relative;
  min-height: min(
    760px,
    calc(100svh - var(--header-height) - 48px)
  );
  margin-top: var(--header-height);
  display: flex;
  align-items: center;
  background-color: rgba(5, 7, 10, 0.08);
  background-image: url("/assets/hero-approved-mine.webp");
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

.hero-content {
  padding-block: 72px;
}

.hero h1 {
  max-width: 670px;
  margin: 0;
  font-size: 82px;
  font-weight: 760;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 span,
h2 > span {
  color: var(--gold);
}

.hero-copy {
  margin: 28px 0 0;
  color: #e1e4e7;
  font-size: 22px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  margin-top: 32px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.button-outline {
  border-color: var(--gold);
  color: var(--gold);
}

.button-outline:hover,
.button-outline:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #242a31;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: white;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link span {
  color: var(--gold);
  font-size: 23px;
}

.band {
  padding-block: 100px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: 0;
}

.section-lead {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.evidence {
  background: #070a0d;
}

.evidence-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: end;
}

.evidence-intro h2 {
  max-width: 630px;
  font-size: 46px;
}

.evidence-intro > p {
  max-width: 520px;
  margin: 0;
  padding-left: 34px;
  border-left: 1px solid var(--line);
  color: #c8cdd2;
  font-size: 17px;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.source-grid article {
  min-width: 0;
  padding: 26px 20px 30px;
  border-right: 1px solid var(--line);
}

.source-grid article:last-child {
  border-right: 0;
}

.source-mark {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.source-grid h3 {
  min-height: 52px;
  margin: 18px 0 10px;
  font-size: 17px;
  line-height: 1.2;
}

.source-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.signal-rule {
  height: 28px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  border-bottom: 1px solid var(--gold);
}

.signal-rule span {
  width: 44px;
  height: 16px;
  margin-left: auto;
  border-left: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: skew(-28deg);
}

.material-index {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
  background: #080b0e;
}

.material-copy {
  display: flex;
  justify-content: flex-end;
  padding: 92px max(48px, calc((100vw - 1180px) / 2)) 92px 24px;
}

.material-copy-inner {
  width: min(566px, 100%);
}

.material-copy h2 {
  max-width: 540px;
}

.material-copy .section-lead {
  max-width: 520px;
  margin: 30px 0 0;
}

.coverage-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 56px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.coverage-index li {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #dce0e4;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.coverage-index span {
  margin-bottom: 6px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.method-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
}

.method-line > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.method-line p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid var(--gold);
  color: var(--muted);
  font-size: 13px;
}

.material-visual {
  position: relative;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.material-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-visual figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(7, 9, 12, 0.94);
  border-top: 1px solid var(--line);
}

.material-visual figcaption span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-right: 1px solid var(--line);
  color: #d8dde2;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.material-visual figcaption span:last-child {
  border-right: 0;
}

.permit-map {
  position: relative;
  min-height: 880px;
  display: flex;
  align-items: center;
  background-color: rgba(5, 7, 10, 0.2);
  background-image: url("/assets/permit-map-west.webp");
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  border-bottom: 1px solid var(--line);
}

.permit-content {
  padding-block: 88px 170px;
}

.permit-content h2 {
  max-width: 560px;
}

.permit-content .section-lead {
  max-width: 510px;
  margin: 28px 0 0;
}

.map-legend {
  width: min(500px, 100%);
  margin: 48px 0 0;
  border-top: 1px solid var(--line);
}

.map-legend > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.map-legend dt {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.map-legend dd {
  margin: 0;
  color: #bcc3ca;
  font-size: 13px;
}

.permit-sources {
  position: absolute;
  inset: auto 0 0;
  background: rgba(7, 9, 12, 0.95);
  border-top: 1px solid var(--line);
}

.permit-source-inner {
  min-height: 108px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  align-items: center;
}

.permit-source-inner strong {
  color: var(--gold);
  font-size: 14px;
}

.permit-source-inner ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--line);
  list-style: none;
}

.permit-source-inner li {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid var(--line);
  color: #d9dde1;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.audio-brief {
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  background-color: rgba(5, 7, 10, 0.12);
  background-image: url("/assets/audio-mine-dawn.webp");
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  border-bottom: 1px solid var(--line);
}

.audio-content {
  padding-block: 96px 220px;
}

.audio-meta-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.audio-meta-line strong {
  color: var(--gold);
}

.wave-mark {
  width: 52px;
  height: 18px;
  background:
    linear-gradient(
      90deg,
      transparent 0 6%,
      var(--gold) 6% 9%,
      transparent 9% 15%,
      var(--gold) 15% 19%,
      transparent 19% 27%,
      var(--gold) 27% 31%,
      transparent 31% 39%,
      var(--gold) 39% 44%,
      transparent 44% 53%,
      var(--gold) 53% 57%,
      transparent 57% 66%,
      var(--gold) 66% 70%,
      transparent 70% 79%,
      var(--gold) 79% 82%,
      transparent 82%
    );
}

.audio-content h2 {
  max-width: 720px;
  font-size: 70px;
}

.audio-content .section-lead {
  max-width: 590px;
  margin: 28px 0 0;
}

.listen-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 34px 0 28px;
}

.play-symbol {
  position: relative;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.play-symbol::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 30px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--gold);
}

.listen-row > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.listen-row strong {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
}

.listen-row span {
  color: var(--muted);
  font-size: 13px;
}

.audio-desk {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(244, 174, 36, 0.58);
  border-bottom: 1px solid rgba(244, 174, 36, 0.58);
}

.audio-desk article {
  min-height: 140px;
  padding: 24px 28px;
  background: rgba(7, 9, 12, 0.9);
  border-right: 1px solid var(--line);
}

.audio-desk article:last-child {
  border-right: 0;
}

.audio-desk span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.audio-desk p {
  margin: 12px 0 0;
  color: #d8dde1;
  font-size: 15px;
}

.audience {
  background: #0a0d11;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 90px;
  align-items: end;
}

.audience-grid > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.audience-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 54px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.audience-row span {
  min-height: 80px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #dde1e5;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.final-cta {
  padding-block: 84px;
  background: var(--gold);
  color: var(--ink);
}

.final-cta .eyebrow {
  color: #664000;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta h2 > span {
  color: var(--ink);
}

.site-footer {
  padding-block: 54px;
  background: #050609;
  border-top: 1px solid #222831;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
}

.footer-grid img {
  width: 160px;
  height: auto;
}

.footer-grid p,
.footer-grid span {
  color: #7f8994;
  font-size: 13px;
}

.footer-grid nav,
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: #c9d0d7;
  font-size: 13px;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--gold);
}

.legal-header {
  position: sticky;
}

.legal-back {
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: #d8dde3;
  font-size: 13px;
  font-weight: 800;
}

.legal-back:hover,
.legal-back:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.legal-main {
  min-height: 70vh;
  padding: 128px 0 92px;
  background: var(--ink);
}

.legal-shell {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
}

.legal-shell h1 {
  margin: 0;
  font-size: 64px;
  line-height: 1;
}

.legal-effective {
  margin: 14px 0 48px;
  color: var(--gold);
  font-weight: 800;
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.legal-section p,
.legal-lead,
.legal-section li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.legal-section p {
  margin: 0;
}

.legal-section a {
  color: var(--gold);
  font-weight: 800;
}

.legal-section ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.support-callout {
  margin: 32px 0;
  padding: 24px;
  background: var(--panel);
  border-left: 3px solid var(--gold);
}

.support-callout strong {
  display: block;
  margin-bottom: 6px;
}

.support-callout a {
  color: var(--gold);
  font-weight: 800;
}

@media (min-width: 1440px) {
  .hero h1 {
    font-size: 92px;
  }
}

@media (max-width: 1040px) {
  .menu-button {
    display: block;
  }

  .primary-navigation {
    position: fixed;
    inset: var(--header-height) 0 auto;
    max-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    background: #07090c;
    border-bottom: 1px solid var(--line);
    transition: max-height 180ms ease;
  }

  .primary-navigation.open {
    max-height: 460px;
  }

  .primary-navigation a {
    padding: 16px 24px;
    border-top: 1px solid var(--line);
  }

  .primary-navigation .nav-cta {
    border: 0;
    border-top: 1px solid var(--line);
    color: var(--gold);
  }

  .hero h1 {
    font-size: 70px;
  }

  .evidence-intro,
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .evidence-intro > p {
    padding-left: 0;
    border-left: 0;
  }

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

  .source-grid article:nth-child(3) {
    border-right: 0;
  }

  .source-grid article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .material-index {
    grid-template-columns: 1fr;
  }

  .material-copy {
    justify-content: center;
    padding: 82px 24px;
  }

  .material-copy-inner {
    width: var(--page);
  }

  .material-visual {
    min-height: 620px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .permit-source-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 20px;
  }

  .permit-source-inner ul {
    border-top: 1px solid var(--line);
  }

  .audio-content h2 {
    font-size: 60px;
  }

  .audience-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 700px) {
  :root {
    --page: min(100% - 32px, 1180px);
    --header-height: 64px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .brand-link {
    width: 158px;
    height: 56px;
  }

  .brand-link img {
    width: 148px;
  }

  .hero {
    min-height: calc(100svh - var(--header-height) - 120px);
    align-items: flex-end;
    background-position: 56% center;
  }

  .hero-content {
    padding-block: 82px 70px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 50px;
    line-height: 0.96;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-copy br {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .button {
    width: 100%;
  }

  .band {
    padding-block: 74px;
  }

  h2,
  .evidence-intro h2,
  .audio-content h2 {
    font-size: 40px;
  }

  .section-lead {
    font-size: 16px;
  }

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

  .source-grid article,
  .source-grid article:nth-child(3) {
    min-height: 146px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .source-grid article:last-child {
    border-bottom: 0;
  }

  .source-grid h3 {
    min-height: 0;
  }

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

  .material-visual {
    min-height: 520px;
  }

  .material-visual img {
    object-position: center;
  }

  .material-visual figcaption {
    grid-template-columns: 1fr;
  }

  .material-visual figcaption span {
    min-height: 40px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .method-line {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .method-line p {
    padding: 0;
    border-left: 0;
  }

  .permit-map {
    min-height: 1020px;
    align-items: flex-start;
    background-color: rgba(5, 7, 10, 0.48);
    background-position: 54% center;
  }

  .permit-content {
    padding-block: 72px 280px;
  }

  .map-legend > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .permit-source-inner ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .permit-source-inner li {
    border-bottom: 1px solid var(--line);
  }

  .audio-brief {
    min-height: 1040px;
    align-items: flex-start;
    background-color: rgba(5, 7, 10, 0.4);
    background-position: 62% center;
  }

  .audio-content {
    padding-block: 74px 480px;
  }

  .audio-meta-line {
    flex-wrap: wrap;
  }

  .audio-desk {
    grid-template-columns: 1fr;
  }

  .audio-desk article {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .legal-main {
    padding-top: 100px;
  }

  .legal-shell h1 {
    font-size: 46px;
  }

  .legal-back {
    padding: 9px 11px;
  }
}

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

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

/* Beta access */
.get-app-page {
  background: #07090c;
}

.beta-hero {
  position: relative;
  min-height: 820px;
  margin-top: var(--header-height);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.98) 0%, rgba(7, 9, 12, 0.91) 48%, rgba(7, 9, 12, 0.46) 100%),
    url("/assets/hero-approved-mine.webp") center / cover;
}

.beta-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--gold);
  content: "";
}

.beta-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.72fr);
  gap: 88px;
  align-items: center;
  padding-block: 86px;
}

.beta-intro h1 {
  max-width: 690px;
  margin: 0;
  font-size: 72px;
  font-weight: 760;
  line-height: 0.95;
  letter-spacing: 0;
}

.beta-intro h1 span {
  color: var(--gold);
}

.beta-intro > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 0;
  color: #d0d5da;
  font-size: 19px;
  line-height: 1.65;
}

.beta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.beta-proof span {
  min-width: 160px;
  padding: 16px 20px 16px 0;
  color: #edf0f2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.beta-proof span + span {
  padding-left: 20px;
  border-left: 1px solid var(--line-soft);
}

.beta-form-shell {
  padding: 30px;
  border: 1px solid #464d56;
  border-top: 2px solid var(--gold);
  border-radius: 6px;
  background: rgba(12, 15, 19, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.beta-form-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.availability-mark {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #38c57a;
  box-shadow: 0 0 0 5px rgba(56, 197, 122, 0.12);
}

.beta-form-heading p {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}

.beta-form-heading span {
  color: var(--muted);
  font-size: 12px;
}

.beta-form-shell form {
  margin-top: 26px;
}

.beta-form-shell fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.beta-form-shell legend,
.email-field > span {
  display: block;
  margin-bottom: 10px;
  color: #dce0e4;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.platform-picker label {
  min-width: 0;
  cursor: pointer;
}

.platform-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.platform-choice {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #11151a;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.platform-choice strong {
  color: white;
  font-size: 14px;
}

.platform-choice small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}

.platform-picker input:checked + .platform-choice {
  border-color: var(--gold);
  background: rgba(244, 174, 36, 0.1);
}

.platform-picker input:focus-visible + .platform-choice {
  outline: 2px solid white;
  outline-offset: 2px;
}

.email-field {
  display: block;
  margin-top: 22px;
}

.email-field input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #4a515b;
  border-radius: 4px;
  outline: 0;
  background: #090c10;
  color: white;
  font: inherit;
}

.email-field input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(244, 174, 36, 0.13);
}

.email-field input::placeholder {
  color: #737b85;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.beta-submit {
  width: 100%;
  margin-top: 14px;
  border-color: var(--gold);
  background: var(--gold);
  color: #080a0d;
  cursor: pointer;
}

.beta-submit:hover,
.beta-submit:focus-visible {
  background: #ffc14a;
}

.beta-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 21px;
  margin: 13px 0 0;
  color: #ffcf73;
  font-size: 13px;
  line-height: 1.5;
}

.form-status.success {
  color: #72d9a1;
}

.form-status.error {
  color: #ff8d8d;
}

.form-privacy {
  margin: 8px 0 0;
  color: #8f97a1;
  font-size: 11px;
  line-height: 1.55;
}

.form-privacy a {
  color: #d8dde2;
  text-decoration: underline;
}

.beta-process {
  background: #090c10;
}

.beta-process h2 {
  max-width: 740px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid article > span,
.qr-grid article > div:last-child > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.process-grid h3 {
  margin: 40px 0 10px;
  font-size: 24px;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.beta-qr {
  padding-block: 100px 116px;
  background: var(--paper);
  color: var(--paper-text);
}

.beta-qr .eyebrow {
  color: #a56b00;
}

.beta-qr h2 span {
  color: #bf7900;
}

.beta-qr-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.72fr;
  gap: 80px;
  align-items: end;
}

.beta-qr-heading > p {
  margin: 0 0 8px;
  padding-left: 32px;
  border-left: 1px solid #aeb4ba;
  color: #4e555d;
  font-size: 16px;
  line-height: 1.65;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.qr-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 26px;
  border: 1px solid #b5bbc1;
  border-radius: 6px;
  background: white;
}

.qr-image {
  padding: 10px;
  border: 1px solid #d0d4d8;
  background: white;
}

.qr-image img {
  display: block;
  width: 100%;
  height: auto;
}

.qr-grid h3 {
  margin: 12px 0 9px;
  font-size: 22px;
}

.qr-grid p {
  margin: 0;
  color: #5b626a;
  font-size: 13px;
  line-height: 1.55;
}

.qr-grid a {
  display: inline-flex;
  gap: 12px;
  margin-top: 22px;
  color: #755000;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .beta-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .beta-intro {
    max-width: 720px;
  }

  .beta-form-shell {
    max-width: 620px;
  }

  .qr-grid article {
    grid-template-columns: 140px minmax(0, 1fr);
  }
}

@media (max-width: 700px) {
  .beta-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(7, 9, 12, 0.7) 0%, rgba(7, 9, 12, 0.96) 31%, #07090c 63%),
      url("/assets/hero-approved-mine.webp") 62% top / auto 360px no-repeat;
  }

  .beta-hero-grid {
    gap: 38px;
    padding-block: 84px 64px;
  }

  .beta-intro h1 {
    max-width: 420px;
    font-size: 47px;
    line-height: 0.98;
  }

  .beta-intro > p:not(.eyebrow) {
    font-size: 16px;
  }

  .beta-proof span {
    min-width: 50%;
    padding-block: 13px;
  }

  .beta-proof span + span {
    padding-left: 0;
    border-left: 0;
  }

  .beta-form-shell {
    padding: 22px 18px;
  }

  .platform-picker {
    grid-template-columns: 1fr;
  }

  .platform-choice {
    min-height: 62px;
  }

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

  .process-grid article {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid article:last-child {
    border-bottom: 0;
  }

  .process-grid h3 {
    margin-top: 24px;
  }

  .beta-qr {
    padding-block: 74px;
  }

  .beta-qr-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .beta-qr-heading > p {
    padding-left: 0;
    border-left: 0;
  }

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

  .qr-grid article {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }

  .qr-grid h3 {
    font-size: 18px;
  }

  .qr-grid a {
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  .qr-grid article {
    grid-template-columns: 1fr;
  }

  .qr-image {
    width: 148px;
  }
}

/* Public app download */
.download-hero {
  position: relative;
  min-height: 780px;
  margin-top: var(--header-height);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.98) 0%, rgba(7, 9, 12, 0.9) 49%, rgba(7, 9, 12, 0.5) 100%),
    url("/assets/hero-approved-mine.webp") center / cover;
}

.download-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--gold);
  content: "";
}

.download-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.62fr);
  gap: 88px;
  align-items: center;
  padding-block: 86px;
}

.download-intro h1 {
  max-width: 760px;
  margin: 0;
  font-size: 70px;
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
}

.download-intro h1 span,
.download-platform-heading h2 span,
.download-capabilities h2 span {
  color: var(--gold);
}

.download-intro > p:not(.eyebrow) {
  max-width: 640px;
  margin: 28px 0 0;
  color: #d0d5da;
  font-size: 19px;
  line-height: 1.65;
}

.download-proof {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.download-proof span {
  min-width: 170px;
  padding: 16px 20px 16px 0;
  color: #edf0f2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.download-proof span + span {
  padding-left: 20px;
  border-left: 1px solid var(--line-soft);
}

.download-hero-card {
  padding: 30px;
  border: 1px solid #464d56;
  border-top: 2px solid var(--gold);
  border-radius: 6px;
  background: rgba(12, 15, 19, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.download-app-icon {
  display: block;
  width: 82px;
  height: 82px;
  border: 1px solid #414851;
  border-radius: 8px;
}

.download-card-label {
  margin: 24px 0 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.download-hero-card h2 {
  margin: 9px 0 8px;
  font-size: 30px;
}

.download-hero-card > p:last-of-type {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.hero-store-actions {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.store-button {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 16px;
  border: 1px solid #565d66;
  border-radius: 5px;
  background: #f5f6f7;
  color: #080a0d;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.05;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.store-button:hover,
.store-button:focus-visible {
  border-color: var(--gold);
  background: white;
}

.store-button small {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 600;
}

.store-button-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid #b8bec5;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}

.download-platforms {
  padding-block: 100px 112px;
  background: var(--paper);
  color: var(--paper-text);
}

.download-platforms .eyebrow {
  color: #9b6500;
}

.download-platform-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.72fr;
  gap: 80px;
  align-items: end;
}

.download-platform-heading > p {
  margin: 0 0 8px;
  padding-left: 32px;
  border-left: 1px solid #aeb4ba;
  color: #4e555d;
  font-size: 16px;
  line-height: 1.65;
}

.download-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.download-platform-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid #b5bbc1;
  border-radius: 6px;
  background: white;
}

.platform-kicker {
  color: #8b5c00;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.download-platform-copy h3 {
  margin: 12px 0 10px;
  font-size: 26px;
}

.download-platform-copy > p {
  margin: 0;
  color: #5b626a;
  font-size: 14px;
  line-height: 1.6;
}

.store-button-dark {
  width: fit-content;
  min-width: 240px;
  margin-top: 24px;
  border-color: #1c232b;
  background: #0b0f14;
  color: white;
}

.store-button-dark:hover,
.store-button-dark:focus-visible {
  background: #121821;
}

.store-button-dark .store-button-mark {
  border-color: #505965;
}

.download-qr {
  display: block;
  padding: 10px;
  border: 1px solid #d0d4d8;
  background: white;
}

.download-qr:focus-visible {
  outline: 3px solid #aa7200;
  outline-offset: 3px;
}

.download-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.download-capabilities {
  background: #090c10;
}

.download-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.download-capability-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.download-capability-grid article:last-child {
  border-right: 0;
}

.download-capability-grid article > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.download-capability-grid h3 {
  margin: 38px 0 10px;
  font-size: 24px;
}

.download-capability-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  .download-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .download-intro {
    max-width: 760px;
  }

  .download-hero-card {
    max-width: 620px;
  }

  .download-platform-card {
    grid-template-columns: minmax(0, 1fr) 150px;
  }
}

@media (max-width: 700px) {
  .download-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(7, 9, 12, 0.7) 0%, rgba(7, 9, 12, 0.96) 31%, #07090c 63%),
      url("/assets/hero-approved-mine.webp") 62% top / auto 360px no-repeat;
  }

  .download-hero-grid {
    gap: 38px;
    padding-block: 84px 64px;
  }

  .download-intro h1 {
    max-width: 440px;
    font-size: 46px;
    line-height: 1;
  }

  .download-intro > p:not(.eyebrow) {
    font-size: 16px;
  }

  .download-proof span {
    min-width: 50%;
    padding-block: 13px;
  }

  .download-proof span + span {
    padding-left: 0;
    border-left: 0;
  }

  .download-hero-card {
    padding: 22px 18px;
  }

  .download-platforms {
    padding-block: 74px;
  }

  .download-platform-heading,
  .download-platform-grid {
    grid-template-columns: 1fr;
  }

  .download-platform-heading {
    gap: 28px;
  }

  .download-platform-heading > p {
    padding-left: 0;
    border-left: 0;
  }

  .download-platform-card {
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 18px;
    padding: 20px;
  }

  .download-platform-copy h3 {
    font-size: 21px;
  }

  .store-button-dark {
    min-width: 0;
  }

  .download-capability-grid {
    grid-template-columns: 1fr;
  }

  .download-capability-grid article {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .download-capability-grid article:last-child {
    border-bottom: 0;
  }

  .download-capability-grid h3 {
    margin-top: 24px;
  }
}

@media (max-width: 470px) {
  .download-platform-card {
    grid-template-columns: 1fr;
  }

  .download-qr {
    width: 168px;
    grid-row: 1;
  }
}
