@font-face {
  font-family: "DM Sans";
  src: url("redeem/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("redeem/fonts/google-sans-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("redeem/fonts/rubik-regular-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Fragment Mono";
  src: url("redeem/fonts/fragment-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #040613;
  --bg-2: #090b1d;
  --panel: #0d1024;
  --panel-2: #14182c;
  --ink: #fff8ef;
  --muted: #aea9a1;
  --quiet: #746f6b;
  --line: rgba(255, 248, 239, 0.14);
  --orange: #ef552f;
  --orange-2: #ff774d;
  --gold: #ffb13d;
  --green: #68d99d;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(4, 6, 19, 0.86), rgba(4, 6, 19, 0.96)),
    url("redeem/images/hero-protocol.png") center top / cover fixed,
    var(--bg);
  font-family: "DM Sans", Arial, sans-serif;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(239, 85, 47, 0.32), transparent 28rem),
    radial-gradient(circle at 80% 10%, rgba(255, 177, 61, 0.17), transparent 30rem),
    linear-gradient(180deg, transparent 0%, rgba(4, 6, 19, 0.96) 74%);
  pointer-events: none;
}

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

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

.container {
  width: var(--container);
  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;
}

.top-note {
  border-bottom: 1px solid rgba(239, 85, 47, 0.22);
  background: rgba(10, 12, 27, 0.82);
  color: #f0e7dc;
  font-size: 13px;
}

.note-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.note-inner a {
  color: #ffb13d;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(4, 6, 19, 0.68);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(4, 6, 19, 0.9);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Google Sans", "DM Sans", Arial, sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #f36a45;
  white-space: nowrap;
}

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

.primary-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  color: #d5d0c9;
  font-size: 14px;
}

.primary-nav a,
.footer-links a {
  transition: color 160ms ease;
}

.primary-nav a:hover,
.footer-links a:hover,
.legal a:hover {
  color: var(--orange-2);
}

.header-cta {
  margin-left: 4px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 119, 77, 0.44);
  border-radius: 999px;
  padding: 0 17px;
  background: #f15b34;
  color: #130a07;
  font-weight: 700;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  width: var(--container);
  margin-inline: auto;
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 54px;
  padding: 52px 0 82px;
}

.eyebrow,
.section-kicker {
  font-family: "Fragment Mono", monospace;
  color: #ffb13d;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  border: 1px solid rgba(255, 177, 61, 0.18);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(255, 177, 61, 0.08);
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(104, 217, 157, 0.12);
}

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

h1,
h2,
h3 {
  font-family: "Google Sans", "DM Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 830px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7.2vw, 98px);
  line-height: 0.94;
}

h2 {
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 650px;
  color: #d4cec5;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.52;
  margin-bottom: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 24px;
  border: 1px solid var(--line);
  font-weight: 700;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: linear-gradient(90deg, var(--orange), var(--gold));
  border-color: rgba(255, 177, 61, 0.44);
  color: #120806;
  box-shadow: 0 20px 52px rgba(239, 85, 47, 0.22);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-art {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-card {
  position: absolute;
  inset: 34px 0 auto auto;
  width: min(88%, 440px);
  border: 1px solid rgba(255, 119, 77, 0.22);
  border-radius: 8px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
}

.wallet-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 420px);
  margin-top: 126px;
  border: 1px solid rgba(255, 248, 239, 0.17);
  border-radius: 8px;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(13, 16, 36, 0.86);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.wallet-head,
.wallet-grid {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.wallet-head {
  align-items: center;
  margin-bottom: 34px;
  color: var(--muted);
}

.wallet-head strong {
  border: 1px solid rgba(104, 217, 157, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  color: #c7f4dd;
  background: rgba(104, 217, 157, 0.08);
  font-size: 13px;
}

.wallet-balance small,
.wallet-grid small {
  display: block;
  color: var(--quiet);
  margin-bottom: 8px;
}

.wallet-balance b {
  display: block;
  font-family: "Rubik", "DM Sans", Arial, sans-serif;
  font-size: clamp(44px, 6vw, 66px);
  font-weight: 400;
}

.progress {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  margin: 26px 0;
}

.progress span {
  display: block;
  width: 78%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--green));
  border-radius: inherit;
}

.wallet-grid > div {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px;
  background: rgba(4, 6, 19, 0.34);
}

.announcement,
.cta-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.announcement-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.8fr);
  gap: 46px;
  align-items: end;
  padding: 74px 0;
}

.announcement-grid p:last-child,
.proof-copy p {
  color: #d0cac2;
  font-size: 18px;
  line-height: 1.62;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 72px 0;
}

.steps article {
  min-height: 236px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.04);
}

.steps span {
  display: inline-flex;
  font-family: "Fragment Mono", monospace;
  color: var(--orange-2);
  margin-bottom: 36px;
}

.steps p {
  color: var(--muted);
  line-height: 1.55;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: center;
  padding: 52px 0 84px;
}

.proof-media {
  overflow: hidden;
  border: 1px solid rgba(255, 119, 77, 0.2);
  border-radius: 8px;
  background: #496a70;
}

.proof-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 38% center;
}

.cta-band {
  padding: 44px 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 24px;
}

.cta-mark {
  width: 64px;
  height: 64px;
}

.cta-inner h2 {
  margin-bottom: 0;
}

.site-footer {
  padding: 58px 0 36px;
  background: rgba(4, 6, 19, 0.96);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.footer-brand {
  margin-bottom: 16px;
}

.copyright {
  color: var(--quiet);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  color: #d7d0c8;
  font-size: 15px;
}

.legal {
  padding-top: 28px;
  color: #908a84;
  font-size: 12px;
  line-height: 1.55;
}

.legal a {
  color: #d6d0c8;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.24);
}

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

  .primary-nav,
  .header-cta {
    display: none;
  }

  .primary-nav.is-open {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(9, 11, 29, 0.98);
    overflow: hidden;
  }

  .primary-nav.is-open a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav.is-open a:last-child {
    border-bottom: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 34px;
  }

  .hero-art {
    min-height: 520px;
    order: -1;
  }

  .announcement-grid,
  .proof,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .cta-inner {
    grid-template-columns: 56px 1fr;
  }

  .cta-inner .button {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (max-width: 620px) {
  :root {
    --container: min(100% - 28px, 1180px);
  }

  .note-inner {
    flex-direction: column;
    gap: 2px;
    padding: 8px 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .primary-nav.is-open {
    top: 70px;
    left: 14px;
    right: 14px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  .hero {
    gap: 24px;
  }

  .hero-art {
    min-height: 430px;
  }

  .brand-card {
    width: 100%;
    inset: 22px 0 auto 0;
  }

  .wallet-panel {
    padding: 18px;
    margin-top: 118px;
  }

  .hero-actions .button,
  .cta-inner .button {
    width: 100%;
  }

  .announcement-grid,
  .steps {
    padding: 52px 0;
  }

  .proof {
    padding-bottom: 58px;
  }

  .proof-media img {
    height: 300px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}
