:root {
  color-scheme: dark;
  --black: #030306;
  --panel: rgba(3, 4, 10, 0.96);
  --panel-soft: rgba(3, 6, 13, 0.92);
  --gold: #f7c53e;
  --gold-light: #ffe47c;
  --cream: #fff0c2;
  --line: rgba(247, 197, 62, 0.72);
  --muted: #cfc8b8;
  --white: #fffdf6;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 50;
  padding: 10px 14px;
  color: #050506;
  background: var(--gold-light);
  transform: translateY(-150%);
}

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

.site-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.02)),
    url("assets/mrcoinseller-giftstorm-background.png");
  background-position: center center;
  background-size: cover;
}

.site-shell::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 66% 41%, transparent 0 31%, rgba(0, 0, 0, 0.04) 54%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 46%, rgba(0, 0, 0, 0.32));
}

.site-header,
.hero {
  position: relative;
  z-index: 1;
}

.site-header {
  height: 124px;
}

.header-inner {
  display: flex;
  width: min(1296px, calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 46px;
}

.crush-brand {
  flex: 0 0 auto;
  width: 230px;
  border-radius: 8px;
}

.crush-brand:focus-visible,
.cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.crush-brand img {
  width: 230px;
  height: auto;
}

.header-status {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-status > span {
  display: inline-flex;
  min-height: 32px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 222, 110, 0.5);
  border-radius: 999px;
  color: #e4dcc9;
  background: rgba(3, 6, 11, 0.76);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.header-status .header-id {
  min-width: 108px;
  border-color: var(--gold);
  color: #171005;
  background: linear-gradient(135deg, var(--gold-light), #efae24);
}

.hero {
  width: min(1334px, calc(100% - 52px));
  margin: 0 auto;
  padding-bottom: 20px;
}

.hero-stage {
  position: relative;
  display: grid;
  min-height: 630px;
  grid-template-columns: 582px minmax(0, 1fr);
}

.identity-panel {
  position: relative;
  z-index: 3;
  display: flex;
  height: 630px;
  padding: 26px 26px 20px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
}

.storm-label {
  display: inline-flex;
  width: max-content;
  min-height: 34px;
  padding: 0 16px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(247, 197, 62, 0.36);
  border-radius: 999px;
  color: #f8dc74;
  background: #060711;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.storm-label span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f229b8;
  box-shadow: 0 0 18px rgba(242, 41, 184, 0.75);
}

.hero-copy {
  margin-top: 50px;
}

.hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: 58px;
  font-weight: 780;
  line-height: 1.02;
}

.agency-name {
  margin: 8px 0 0;
  color: var(--gold-light);
  font-size: 28px;
  font-weight: 700;
}

.hero-description {
  max-width: 470px;
  margin: 14px 0 0;
  color: #e7e2d7;
  font-size: 18px;
  line-height: 1.45;
}

.hero-description-mobile,
.brand-mark-mobile,
.trust-chips {
  display: none;
}

.agency-id-card {
  display: grid;
  min-height: 90px;
  margin-top: 54px;
  padding: 16px 24px;
  align-items: center;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 20px 34px;
  border: 1px solid var(--gold-light);
  border-radius: 17px;
  background: rgba(7, 7, 10, 0.92);
}

.agency-id-label {
  align-self: start;
  color: #bcb4a4;
  font-size: 12px;
  font-weight: 650;
}

.agency-id-card strong {
  color: var(--gold-light);
  font-size: 25px;
  font-weight: 760;
}

.search-note {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #ddd7c9;
  font-size: 14px;
}

.cta-cluster {
  margin-top: auto;
}

.primary-actions {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.cta {
  position: relative;
  display: inline-flex;
  height: 58px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 780;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.cta:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.cta-host {
  color: #161005;
  background: linear-gradient(115deg, #ffe489, #efac24);
}

.cta-agent {
  color: #14110b;
  background: linear-gradient(115deg, #fffdf6, #f7dda2);
}

.coin-entry {
  position: relative;
  display: grid;
  margin-top: 28px;
  grid-template-columns: 1fr 100px;
  align-items: start;
}

.cta-coins {
  height: 52px;
  padding: 0 18px;
  justify-content: flex-start;
  gap: 16px;
  border-color: rgba(247, 197, 62, 0.55);
  color: var(--gold-light);
  background: #050911;
  font-size: 17px;
}

.coin-disc {
  width: 18px;
  height: 18px;
  margin-left: auto;
  border: 4px double #332100;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 13px rgba(255, 206, 69, 0.25);
}

.coin-bars {
  display: inline-flex;
  height: 24px;
  align-items: flex-end;
  gap: 2px;
}

.coin-bars i {
  display: block;
  width: 7px;
  border: 1px solid #8b5c06;
  border-radius: 3px 3px 2px 2px;
  background: linear-gradient(90deg, #ffe680, #eaa520);
}

.coin-bars i:nth-child(1) {
  height: 17px;
}

.coin-bars i:nth-child(2) {
  height: 22px;
}

.coin-bars i:nth-child(3) {
  height: 15px;
}

.coin-bundles {
  position: relative;
  z-index: 2;
  width: 105px;
  margin: -24px 0 0 -2px;
  text-align: center;
}

.coin-bundles img {
  width: 105px;
  height: 76px;
  object-fit: contain;
}

.coin-bundles figcaption {
  margin-top: -5px;
  color: #e6c65d;
  font-size: 10px;
}

.stage-details {
  position: relative;
  min-width: 0;
}

.brand-mark {
  margin: 0;
}

.brand-mark-desktop {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 152px;
  padding: 12px 12px 8px;
  border: 1px solid var(--gold-light);
  border-radius: 21px;
  background: rgba(3, 5, 9, 0.92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.brand-mark-desktop img {
  width: 126px;
  height: 126px;
  border-radius: 14px;
}

.brand-mark figcaption {
  color: #cfc8b8;
  text-align: center;
  font-size: 10px;
}

.brand-mark-desktop figcaption {
  margin-top: 5px;
}

.live-preview {
  position: absolute;
  right: 64px;
  bottom: 44px;
  display: flex;
  width: 438px;
  min-height: 116px;
  padding: 26px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(247, 197, 62, 0.42);
  border-radius: 20px;
  background: rgba(3, 6, 12, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}

.live-preview h2,
.feature h2 {
  margin: 0;
  color: var(--gold-light);
  font-size: 23px;
  font-weight: 680;
}

.live-preview p,
.feature p {
  margin: 4px 0 0;
  color: #d7d0c1;
  font-size: 14px;
  line-height: 1.35;
}

.feature-rail {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 98px;
  margin: 26px 18px 0;
  padding: 17px 20px;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(3, 7, 13, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.5);
}

.feature {
  display: flex;
  min-width: 0;
  padding: 0 32px;
  align-items: center;
  gap: 24px;
  border-left: 1px solid rgba(255, 221, 116, 0.17);
}

.feature:first-child {
  border-left: 0;
}

.feature h2 {
  font-size: 16px;
}

.feature p {
  font-size: 12px;
}

.feature-copy-mobile {
  display: none;
}

.feature-icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 222, 114, 0.62);
  color: var(--gold);
}

.icon-play {
  border-radius: 50%;
}

.icon-play::after {
  position: absolute;
  top: 6px;
  left: 8px;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--gold);
}

.icon-phone {
  width: 14px;
  border-radius: 4px;
}

.icon-phone::after {
  position: absolute;
  bottom: 2px;
  left: 4px;
  width: 4px;
  height: 2px;
  border-radius: 1px;
  content: "";
  background: var(--gold);
}

.icon-card {
  width: 22px;
  height: 14px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f5be32 0 31%, #ffdc68 31% 65%, #eaa31d 65%);
}

.content-sections {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #050507;
}

.section-band {
  position: relative;
  padding: 96px 24px;
  border-top: 1px solid rgba(247, 197, 62, 0.14);
}

.section-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  margin-bottom: 46px;
  align-items: end;
  gap: 64px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

.section-heading > p,
.live-room-copy > p,
.coin-access-copy > p,
.faq-layout > header > p,
.final-entry-inner > p {
  margin: 0;
  color: #c9c3b7;
  font-size: 17px;
  line-height: 1.65;
}

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

.section-heading h2,
.live-room-copy h2,
.coin-access-copy h2,
.faq-layout h2,
.final-entry-inner h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: 44px;
  font-weight: 760;
  line-height: 1.08;
}

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

.path-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 38px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(247, 197, 62, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(247, 197, 62, 0.12), transparent 40%),
    #090a0f;
}

.path-card-agent {
  border-color: rgba(255, 240, 194, 0.3);
  background:
    radial-gradient(circle at 100% 0, rgba(242, 41, 184, 0.09), transparent 38%),
    #090a0f;
}

.path-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold), transparent 75%);
}

.path-card-agent::before {
  background: linear-gradient(90deg, #fff0c2, #f229b8 70%, transparent);
}

.path-index {
  position: absolute;
  top: 30px;
  right: 32px;
  color: rgba(255, 227, 127, 0.25);
  font-size: 66px;
  font-weight: 800;
  line-height: 1;
}

.path-label {
  width: max-content;
  margin: 0 0 24px;
  padding: 8px 12px;
  border: 1px solid rgba(247, 197, 62, 0.32);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.path-card h3 {
  position: relative;
  max-width: 430px;
  margin: 0;
  color: var(--white);
  font-size: 30px;
  line-height: 1.15;
}

.path-description {
  position: relative;
  max-width: 470px;
  margin: 18px 0 0;
  color: #cbc5b9;
  font-size: 15px;
  line-height: 1.6;
}

.path-points {
  display: grid;
  margin: 24px 0 30px;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.path-points li {
  position: relative;
  padding-left: 20px;
  color: #eee8dc;
  font-size: 14px;
}

.path-points li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 12px rgba(247, 197, 62, 0.5);
}

.section-cta {
  display: inline-flex;
  width: max-content;
  min-width: 190px;
  height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--gold-light);
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 780;
  transition: transform 160ms ease, filter 160ms ease;
}

.path-card .section-cta {
  margin-top: auto;
}

.section-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.section-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.section-cta-gold {
  color: #171005;
  background: linear-gradient(115deg, #ffe489, #efac24);
}

.section-cta-cream {
  color: #14110b;
  background: linear-gradient(115deg, #fffdf6, #f7dda2);
}

.section-cta-outline {
  color: var(--gold-light);
  background: rgba(4, 7, 12, 0.94);
}

.steps-band {
  background: #08080b;
}

.section-heading-compact {
  margin-bottom: 52px;
}

.steps-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(247, 197, 62, 0.36);
  border-bottom: 1px solid rgba(247, 197, 62, 0.2);
  list-style: none;
}

.steps-grid li {
  min-height: 210px;
  padding: 34px 38px 38px;
  border-left: 1px solid rgba(247, 197, 62, 0.16);
}

.steps-grid li:first-child {
  border-left: 0;
}

.steps-grid span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.steps-grid h3 {
  margin: 32px 0 10px;
  color: var(--white);
  font-size: 21px;
}

.steps-grid p {
  margin: 0;
  color: #beb8ac;
  font-size: 14px;
  line-height: 1.55;
}

.live-room-band {
  background:
    linear-gradient(90deg, rgba(242, 41, 184, 0.025), transparent 28%),
    #050507;
}

.live-room-layout {
  display: grid;
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
}

.live-room-copy > p:not(.section-eyebrow),
.coin-access-copy > p:not(.section-eyebrow) {
  max-width: 520px;
  margin-top: 22px;
}

.readiness-list {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 10px;
}

.readiness-list span {
  padding: 10px 14px;
  border: 1px solid rgba(247, 197, 62, 0.28);
  border-radius: 999px;
  color: #e2dccf;
  background: #0b0b10;
  font-size: 12px;
}

.live-room-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(247, 197, 62, 0.48);
  border-radius: 8px;
  background: #050506;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.live-room-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.8));
}

.live-room-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.live-room-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.live-room-visual figcaption span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-room-visual figcaption strong {
  color: #fff7dd;
  font-size: 18px;
}

.coin-access-band {
  background: #090a0f;
}

.coin-access-layout {
  display: grid;
  min-height: 420px;
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
}

.coin-showcase {
  position: relative;
  min-height: 360px;
  margin: 0;
}

.coin-showcase::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 180px;
  border: 1px solid rgba(247, 197, 62, 0.32);
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(247, 197, 62, 0.18), transparent 68%);
  transform: translate(-50%, -50%);
}

.coin-showcase img {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  height: 360px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.58));
}

.coin-access-copy .section-cta {
  margin-top: 34px;
}

.faq-band {
  background: #050507;
}

.faq-layout {
  display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.faq-layout > header > p:not(.section-eyebrow) {
  max-width: 360px;
  margin-top: 20px;
}

.faq-list {
  border-top: 1px solid rgba(247, 197, 62, 0.36);
}

.faq-list details {
  border-bottom: 1px solid rgba(247, 197, 62, 0.18);
}

.faq-list summary {
  padding: 24px 42px 24px 0;
  color: #fff7e1;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.faq-list details p {
  max-width: 680px;
  margin: -6px 0 24px;
  color: #bfb9ae;
  font-size: 14px;
  line-height: 1.6;
}

.final-entry {
  position: relative;
  min-height: 560px;
  padding: 104px 24px;
  overflow: hidden;
  border-top: 1px solid rgba(247, 197, 62, 0.26);
  background-image:
    linear-gradient(90deg, rgba(2, 2, 4, 0.97) 0%, rgba(2, 2, 4, 0.88) 48%, rgba(2, 2, 4, 0.42)),
    url("assets/mrcoinseller-giftstorm-background.png");
  background-position: center;
  background-size: cover;
}

.final-entry-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.final-entry-inner > p:not(.section-eyebrow) {
  max-width: 560px;
  margin-top: 22px;
}

.final-identity {
  display: flex;
  width: max-content;
  max-width: 100%;
  min-height: 58px;
  margin-top: 32px;
  padding: 10px 18px;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(247, 197, 62, 0.48);
  border-radius: 8px;
  background: rgba(3, 4, 8, 0.88);
}

.final-identity span {
  color: #bfb8aa;
  font-size: 12px;
}

.final-identity strong {
  color: var(--gold-light);
  font-size: 21px;
}

.final-actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer {
  display: flex;
  min-height: 124px;
  padding: 28px max(24px, calc((100% - 1200px) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(247, 197, 62, 0.18);
  color: #c7c0b1;
  background: #020204;
}

.site-footer > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-footer img {
  width: 154px;
  height: auto;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.site-footer > div p {
  color: var(--gold-light);
  font-size: 16px;
  font-weight: 750;
}

@media (max-width: 980px) {
  .header-status > span:not(.header-id) {
    display: none;
  }

  .hero {
    width: min(100% - 32px, 760px);
  }

  .hero-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .stage-details {
    display: none;
  }

  .identity-panel {
    width: 100%;
  }

  .feature {
    padding: 0 18px;
  }
}

@media (max-width: 600px) {
  .site-shell {
    min-height: 844px;
    background-position: 58.5% center;
  }

  .site-shell::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 52%, rgba(0, 0, 0, 0.25));
  }

  .site-header {
    height: 95px;
  }

  .header-inner {
    width: calc(100% - 48px);
    justify-content: flex-start;
  }

  .crush-brand,
  .crush-brand img {
    width: 190px;
  }

  .header-status {
    display: none;
  }

  .hero {
    width: calc(100% - 36px);
    padding: 0 0 30px;
  }

  .hero-stage {
    display: block;
    min-height: 620px;
  }

  .identity-panel {
    display: block;
    height: 350px;
    padding: 21px 20px 14px;
    overflow: visible;
    border-radius: 24px;
  }

  .storm-label {
    min-height: 30px;
    padding: 0 13px;
    gap: 8px;
    font-size: 10px;
  }

  .storm-label span {
    width: 10px;
    height: 10px;
  }

  .brand-mark-mobile {
    position: absolute;
    top: 13px;
    right: 26px;
    display: block;
    width: 90px;
    height: 90px;
    padding: 4px;
    overflow: hidden;
    border: 1px solid var(--gold-light);
    border-radius: 18px;
    background: #030408;
  }

  .brand-mark-mobile img {
    width: 80px;
    height: 80px;
    border-radius: 13px;
  }

  .brand-mark-mobile figcaption {
    position: absolute;
    right: 4px;
    bottom: 4px;
    left: 4px;
    overflow: hidden;
    color: var(--gold-light);
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero-copy {
    margin-top: 37px;
  }

  .hero-copy h1 {
    font-size: 33px;
    line-height: 1;
  }

  .agency-name {
    margin-top: 8px;
    font-size: 20px;
  }

  .hero-description-desktop {
    display: none;
  }

  .hero-description-mobile {
    display: block;
    max-width: 252px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.36;
  }

  .agency-id-card {
    display: grid;
    width: 100%;
    min-height: 58px;
    margin-top: 29px;
    padding: 8px 16px;
    grid-template-columns: 1fr;
    grid-template-rows: 23px 18px;
    border-radius: 15px;
  }

  .agency-id-label {
    align-self: center;
    color: var(--gold-light);
    font-size: 14px;
    font-weight: 700;
  }

  .agency-id-label::after {
    content: " 22257258";
  }

  .agency-id-card strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .search-note {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
  }

  .trust-chips {
    display: grid;
    margin-top: 15px;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trust-chips span {
    display: inline-flex;
    min-width: 0;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 222, 114, 0.36);
    border-radius: 999px;
    color: #e5ded0;
    background: rgba(5, 8, 13, 0.88);
    font-size: 10px;
    white-space: nowrap;
  }

  .trust-chips .trust-chip-gold {
    border-color: var(--gold);
    color: #120d04;
    background: linear-gradient(120deg, #ffe36f, #efaa20);
  }

  .cta-cluster {
    position: absolute;
    top: 378px;
    right: 12px;
    left: 12px;
    margin: 0;
  }

  .primary-actions {
    gap: 14px;
  }

  .cta {
    height: 52px;
    padding: 0 12px;
    font-size: 16px;
  }

  .coin-entry {
    display: block;
    margin-top: 19px;
  }

  .cta-coins {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    gap: 18px;
    font-size: 18px;
  }

  .coin-bundles {
    width: 184px;
    height: 103px;
    margin: 4px auto 0;
  }

  .coin-bundles img {
    width: 184px;
    height: 96px;
    transform: translateY(-22px) scale(1.1);
  }

  .coin-bundles figcaption {
    display: none;
  }

  .feature-rail {
    height: 98px;
    min-height: 98px;
    margin: 2px 10px 0;
    padding: 9px 0;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 19px;
  }

  .feature {
    display: flex;
    padding: 5px 18px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }

  .feature-live {
    display: none;
  }

  .feature-icon,
  .feature > .coin-bars {
    order: 2;
    display: block;
    margin-top: 6px;
  }

  .feature > .coin-bars {
    display: inline-flex;
  }

  .feature h2 {
    font-size: 13px;
  }

  .feature p {
    margin-top: 4px;
    font-size: 10px;
  }

  .feature > div {
    order: 1;
  }

  .feature-copy-desktop {
    display: none;
  }

  .feature-copy-mobile {
    display: inline;
  }
}

@media (max-width: 900px) {
  .section-band {
    padding: 78px 24px;
  }

  .section-heading,
  .live-room-layout,
  .coin-access-layout,
  .faq-layout {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .section-heading > p {
    max-width: 660px;
  }

  .path-card {
    padding: 32px;
  }

  .live-room-visual {
    width: 100%;
  }

  .coin-access-layout {
    min-height: 0;
  }

  .coin-access-copy {
    max-width: 680px;
  }

  .faq-layout > header > p:not(.section-eyebrow) {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .section-band {
    padding: 64px 18px;
  }

  .section-heading {
    margin-bottom: 34px;
    gap: 22px;
  }

  .section-heading h2,
  .live-room-copy h2,
  .coin-access-copy h2,
  .faq-layout h2,
  .final-entry-inner h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .section-heading > p,
  .live-room-copy > p,
  .coin-access-copy > p,
  .faq-layout > header > p,
  .final-entry-inner > p {
    font-size: 15px;
    line-height: 1.58;
  }

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

  .path-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .path-index {
    top: 24px;
    right: 22px;
    font-size: 48px;
  }

  .path-card h3 {
    max-width: 270px;
    font-size: 25px;
  }

  .path-description {
    font-size: 14px;
  }

  .path-points {
    margin: 22px 0 26px;
  }

  .path-card .section-cta,
  .coin-access-copy .section-cta {
    width: 100%;
  }

  .section-heading-compact {
    margin-bottom: 34px;
  }

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

  .steps-grid li {
    min-height: 0;
    padding: 26px 8px 28px;
    border-top: 1px solid rgba(247, 197, 62, 0.16);
    border-left: 0;
  }

  .steps-grid li:first-child {
    border-top: 0;
  }

  .steps-grid h3 {
    margin-top: 16px;
    font-size: 19px;
  }

  .live-room-layout,
  .coin-access-layout,
  .faq-layout {
    gap: 34px;
  }

  .readiness-list {
    margin-top: 26px;
  }

  .readiness-list span {
    padding: 8px 11px;
    font-size: 10px;
  }

  .live-room-visual {
    aspect-ratio: 4 / 3;
  }

  .live-room-visual figcaption {
    right: 16px;
    bottom: 14px;
    left: 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .live-room-visual figcaption strong {
    font-size: 15px;
  }

  .coin-showcase {
    min-height: 230px;
  }

  .coin-showcase::before {
    width: 260px;
    height: 130px;
  }

  .coin-showcase img {
    width: 100%;
    height: 230px;
  }

  .coin-access-copy .section-cta {
    margin-top: 28px;
  }

  .faq-list summary {
    padding: 20px 32px 20px 0;
    font-size: 16px;
  }

  .faq-list details p {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .final-entry {
    min-height: 0;
    padding: 78px 18px;
    background-position: 66% center;
  }

  .final-identity {
    display: grid;
    width: 100%;
    gap: 4px 12px;
    grid-template-columns: auto 1fr;
  }

  .final-identity strong {
    grid-column: 2;
    grid-row: 1;
  }

  .final-identity span:last-child {
    grid-column: 1 / -1;
  }

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

  .final-actions .section-cta {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    font-size: 14px;
  }

  .final-actions .section-cta-outline {
    grid-column: 1 / -1;
  }

  .site-footer {
    padding: 28px 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .site-footer > div {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 359px) {
  .hero {
    width: calc(100% - 24px);
  }

  .identity-panel {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand-mark-mobile {
    right: 16px;
  }

  .hero-copy h1 {
    font-size: 30px;
  }

  .primary-actions {
    gap: 8px;
  }

  .cta {
    font-size: 14px;
  }

  .feature {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

  .cta {
    transition: none;
  }
}
