:root {
  --black: #101112;
  --ink: #1d1f20;
  --muted: #62686b;
  --gold: #f5b400;
  --gold-soft: #fff4cc;
  --cream: #f7f5f0;
  --line: #dedbd3;
  --green: #278126;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-stretch: normal;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(52px, 6.2vw, 92px); margin-bottom: 28px; }
h2 { font-size: clamp(36px, 4vw, 58px); margin-bottom: 22px; }
h3 { font-size: 22px; margin-bottom: 10px; }
p { color: var(--muted); }

.site-header {
  position: relative;
  z-index: 2;
  min-height: 78px;
  color: white;
  background: var(--black);
  border-bottom: 1px solid #292b2c;
}
.site-header-inner {
  width: 100%;
  max-width: 1440px;
  min-height: 78px;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 210px; height: 45px; object-fit: cover; object-position: left center; }
.brand span { padding-left: 14px; border-left: 1px solid #4a4c4d; color: #d9d9d9; font-size: 14px; }
.site-header nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.site-header nav a { color: #e7e7e7; font-size: 14px; text-decoration: none; }
.site-header nav a:hover { color: var(--gold); }
.header-cta { padding: 12px 18px; border-radius: 7px; background: var(--gold); color: #111; font-size: 14px; font-weight: 700; text-decoration: none; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245,180,0,.08) 0, rgba(245,180,0,0) 34%),
    var(--cream);
}
.hero-inner {
  width: 100%;
  max-width: 1440px;
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(520px, .97fr);
}
.hero::before { content: ""; position: absolute; top: 0; left: 0; width: 8px; height: 100%; background: var(--gold); }
.hero-copy { position: relative; z-index: 1; padding: 90px clamp(42px, 6.5vw, 106px); display: flex; flex-direction: column; justify-content: center; }
.hero-label { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: #4c4f50; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-label span { width: 36px; height: 3px; background: var(--gold); }
.hero h1 { max-width: 720px; font-size: clamp(50px, 5vw, 72px); letter-spacing: -.046em; }
.hero h1 > span { display: block; }
.hero-headline-accent { width: fit-content; margin-top: 18px; color: #3f4243; font-size: .76em; letter-spacing: -.04em; }
.eyebrow { margin-bottom: 18px; color: #7d5c00; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-lede { max-width: 640px; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin: 25px 0 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 8px; font-weight: 700; text-decoration: none; }
.button.primary, .guide-button { gap: 16px; }
.button.primary span, .guide-button span { font-size: 21px; line-height: 1; }
.button.primary { color: #111; background: var(--gold); }
.button.primary:hover { background: #ffc21c; }
.button.secondary { border: 1px solid #777; background: white; }
.app-download-button { color: #fff !important; background: var(--black) !important; }
.app-download-button:hover { background: #292b2c !important; }
.google-play-mark { flex: 0 0 auto; width: 24px; height: 27px; }
.app-download-copy { display: block; min-width: 112px; text-align: left; }
.app-download-copy small, .app-download-copy strong { display: block; }
.app-download-copy small { margin-bottom: 1px; font-size: 9px; line-height: 1; letter-spacing: .1em; }
.app-download-copy strong { font-size: 18px; line-height: 1.05; }
.guide-button { border-color: var(--gold) !important; color: #111 !important; background: var(--gold) !important; white-space: nowrap; }
.guide-button:hover { background: #ffc21c !important; }
.hero-assurance { display: grid; grid-template-columns: .75fr 1.25fr; max-width: 660px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-assurance div { padding: 20px 24px 20px 0; }
.hero-assurance div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.hero-assurance strong, .hero-assurance span { display: block; }
.hero-assurance strong { font-size: 16px; }
.hero-assurance span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.hero-media { position: relative; min-height: 760px; margin: 38px 42px 38px 0; overflow: hidden; border-radius: 28px; background: #e7e4de; box-shadow: 0 26px 65px rgba(17,18,18,.16); }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.28); border-radius: inherit; pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; filter: none; }
.hero-image-label { position: absolute; top: 24px; left: 24px; padding: 11px 15px; border-radius: 9px; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.hero-image-label span, .hero-image-label strong { display: block; }
.hero-image-label span { color: #76600f; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-image-label strong { margin-top: 2px; font-size: 14px; }
.hero-onboarding-card { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 14px; min-width: 300px; padding: 17px 19px; border: 1px solid #303233; border-radius: 13px; color: white; background: rgba(16,17,18,.94); box-shadow: 0 14px 36px rgba(0,0,0,.25); }
.hero-onboarding-card strong, .hero-onboarding-card div span { display: block; }
.hero-onboarding-card div span { margin-top: 2px; color: #bfc2c3; font-size: 12px; }
.hero-step-count { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #111; background: var(--gold); font-size: 20px; font-weight: 900; }

.section { max-width: var(--max); margin: 0 auto; padding: 112px 30px; }
.section-heading { margin-bottom: 54px; }
.section-heading.narrow { max-width: 790px; }
.section-heading.centered { max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { font-size: 19px; }

.benefits { padding-bottom: 96px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article { min-height: 255px; padding: 38px 34px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.number { display: block; margin-bottom: 36px; color: #8a6700; font-weight: 800; }

.community {
  background: var(--gold-soft);
}
.community-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 74px clamp(34px, 6vw, 90px);
  display: grid;
  grid-template-columns: 180px 1.2fr .8fr;
  gap: 54px;
  align-items: center;
}
.community-mark img { width: 160px; height: 160px; object-fit: contain; }
.community h2 { font-size: clamp(34px, 3.6vw, 52px); }
.community-quote { padding-left: 40px; border-left: 1px solid #cbb15f; }
.community-quote p { margin: 0; color: #39330f; font-size: 23px; line-height: 1.45; }

.network { padding-top: 105px; padding-bottom: 105px; }
.network-flow { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr; align-items: center; }
.network-flow article { min-height: 220px; padding: 30px 24px; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 12px 35px rgba(0,0,0,.05); }
.network-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 28px; border-radius: 50%; color: #111; background: var(--gold); font-weight: 900; }
.flow-line { height: 2px; background: var(--gold); }

.guidance {
  max-width: none;
  padding: 0;
  background: var(--cream);
}
.guidance-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 90px;
  padding: 108px clamp(36px, 7vw, 110px);
}
.guidance-copy h2 { max-width: 720px; }
.guidance-copy > p:not(.eyebrow) { max-width: 700px; font-size: 19px; }
.guidance-list { margin-top: 42px; border-top: 1px solid var(--line); }
.guidance-list div { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.guidance-list span { color: var(--muted); }
.app-card { align-self: center; padding: 30px; color: white; border-radius: 22px; background: var(--black); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.app-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; font-weight: 800; }
.app-card-top img { width: 46px; height: 34px; object-fit: contain; }
.progress { height: 7px; overflow: hidden; border-radius: 99px; background: #343637; }
.progress span { display: block; width: 100%; height: 100%; background: var(--gold); }
.progress-label { color: #c9cccd; font-size: 13px; }
.app-card ul { margin: 26px 0 0; padding: 0; list-style: none; }
.app-card li { display: flex; gap: 14px; padding: 15px 0; border-top: 1px solid #333637; }
.app-card li > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.app-card li div { display: flex; flex-direction: column; }
.app-card small { margin-top: 2px; color: #b9bdbf; }

.process { padding-top: 120px; }
.process-layout { display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: start; }
.process-steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-steps li { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 0 0 48px; }
.process-steps li::before { content: ""; position: absolute; left: 30px; top: 58px; bottom: 0; width: 2px; background: #e4dfd3; }
.process-steps li:last-child::before { display: none; }
.process-steps li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: #111; background: var(--gold); font-size: 22px; font-weight: 900; }
.process-steps p { margin: 0; }
.process-summary { position: static; padding: 34px; border-radius: 18px; background: var(--black); color: white; }
.process-summary .eyebrow { color: var(--gold); }
.process-summary h3 { font-size: 25px; }
.process-summary > strong { display: block; margin: 20px 0 10px; color: var(--gold); font-size: 44px; letter-spacing: -.04em; }
.process-summary p { color: #c8cbcc; }
.process-summary a { color: white; font-weight: 700; }

.requirements { padding-top: 100px; }
.requirements-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.requirements-grid article { min-height: 220px; padding: 28px 22px; border-right: 1px solid var(--line); }
.requirements-grid article:last-child { border-right: 0; }
.requirements-grid span { display: block; margin-bottom: 32px; color: #8a6700; font-weight: 800; }
.requirements-grid h3 { font-size: 19px; }
.ownership-note { margin-top: 24px; padding: 26px 30px; border-left: 4px solid var(--gold); background: var(--cream); }
.ownership-note p { margin: 6px 0 0; }

.activation {
  max-width: none;
  padding: 0;
  background: linear-gradient(90deg, var(--white) 0 50%, var(--cream) 50% 100%);
}
.activation-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--cream);
}
.activation-image { min-height: 700px; background: white; }
.activation-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: none; }
.activation-copy { padding: 78px clamp(38px, 6vw, 86px); }
.package-total { display: flex; justify-content: space-between; align-items: end; margin: 38px 0 18px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.package-total span { color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.package-total strong { font-size: 44px; letter-spacing: -.04em; }
.package-line { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.package-line > strong { color: #8a6700; font-size: 24px; }
.package-line h3 { font-size: 20px; }
.package-line p { margin: 0; }
.fine-print { margin-top: 26px; font-size: 14px; }

.wallet-safety {
  color: white;
  background: var(--black);
}
.wallet-safety-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 70px clamp(36px, 7vw, 100px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.wallet-safety .eyebrow { color: var(--gold); }
.wallet-safety h2 { font-size: clamp(34px, 4vw, 52px); }
.wallet-safety ul { margin: 0; padding: 0; list-style: none; }
.wallet-safety li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid #333637; }
.wallet-safety li::before { content: "✓"; position: absolute; left: 0; color: #72ce69; font-weight: 900; }

.standards { padding-top: 105px; }
.standard-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.standard-row div { padding: 30px 24px; border-right: 1px solid var(--line); }
.standard-row div:last-child { border-right: 0; }
.standard-row strong, .standard-row span { display: block; }
.standard-row span { margin-top: 8px; color: var(--muted); font-size: 14px; }

.faq { padding-top: 95px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; font-size: 20px; font-weight: 700; cursor: pointer; }
.faq-list details p { max-width: 800px; padding-bottom: 24px; }

.final-cta {
  background: var(--gold-soft);
}
.final-cta-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 78px clamp(34px, 7vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.final-cta h2 { max-width: 800px; font-size: clamp(34px, 4vw, 56px); }
.final-cta p:not(.eyebrow) { margin-bottom: 0; font-size: 18px; }

footer {
  min-height: 130px;
  color: white;
  background: var(--black);
}
.site-footer-inner {
  width: 100%;
  max-width: 1380px;
  min-height: 130px;
  margin: 0 auto;
  padding: 30px clamp(34px, 6vw, 80px);
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer-inner img { width: 230px; height: 48px; object-fit: cover; object-position: left center; }
.site-footer-inner span { padding-left: 24px; border-left: 1px solid #444; color: #c6c8c9; }
.site-footer-inner p { margin: 0 0 0 auto; color: white; }

/* Compact desktop: preserve the mockup's side-by-side composition on narrow desktop views. */
@media (min-width: 861px) and (max-width: 1120px) {
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; }

  .hero-inner { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); min-height: 700px; }
  .hero-copy { padding: 72px clamp(42px, 5vw, 62px); }
  .hero-media { min-height: 640px; margin: 30px 26px 30px 0; }

  .community-inner { grid-template-columns: 140px minmax(0, 1.2fr) minmax(180px, .8fr); gap: 30px; padding: 70px clamp(32px, 5vw, 56px); }
  .community-mark img { width: 130px; height: 130px; }
  .community-quote { padding-left: 28px; }
  .community-quote p { font-size: 20px; }

  .guidance-inner { grid-template-columns: minmax(0, 1fr) 330px; gap: 46px; padding: 88px clamp(36px, 5vw, 56px); }
  .process-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 46px; }
  .activation-image { min-height: 620px; }
  .activation-copy { padding: 64px clamp(32px, 4.5vw, 54px); }
  .wallet-safety-inner { gap: 44px; padding: 64px clamp(36px, 5vw, 56px); }
}

@media (max-width: 860px) {
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { min-height: 580px; margin: 0 34px 42px; }
  .benefit-grid, .requirements-grid, .standard-row { grid-template-columns: 1fr 1fr; }
  .benefit-grid article, .requirements-grid article, .standard-row div { border-bottom: 1px solid var(--line); }
  .community-inner { grid-template-columns: 120px 1fr; }
  .community-quote { grid-column: 1 / -1; padding: 30px 0 0; border-left: 0; border-top: 1px solid #cbb15f; }
  .network-flow { grid-template-columns: 1fr 1fr; gap: 18px; }
  .flow-line { display: none; }
  .guidance-inner, .process-layout, .wallet-safety-inner { grid-template-columns: 1fr; }
  .process-summary { position: static; }
  .activation { background: var(--cream); }
  .activation-inner { grid-template-columns: 1fr; }
  .activation-image { min-height: 560px; }
}

@media (max-width: 680px) {
  .site-header-inner { padding: 0 18px; }
  .brand img { width: 170px; }
  .brand span, .header-cta { display: none; }
  .hero-copy { padding: 62px 24px; }
  .hero h1 { font-size: clamp(44px, 12vw, 58px); }
  .hero-headline-accent { font-size: .8em; }
  .hero-media { min-height: 480px; margin: 0 18px 24px; border-radius: 20px; }
  .hero-assurance { grid-template-columns: 1fr; }
  .hero-assurance div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-image-label { top: 14px; left: 14px; }
  .hero-onboarding-card { right: 14px; bottom: 14px; left: 14px; min-width: 0; }
  .hero-actions { flex-direction: column; }
  .section { padding: 80px 22px; }
  .benefit-grid, .requirements-grid, .standard-row, .network-flow { grid-template-columns: 1fr; }
  .community-inner { grid-template-columns: 1fr; padding: 60px 24px; }
  .community-mark img { width: 120px; height: 120px; }
  .guidance-inner { padding: 80px 22px; }
  .guidance-list div { grid-template-columns: 1fr; gap: 5px; }
  .app-card { padding: 24px; }
  .process-layout { gap: 40px; }
  .activation-copy { padding: 62px 24px; }
  .package-line { grid-template-columns: 1fr; gap: 8px; }
  .wallet-safety-inner { padding: 62px 24px; gap: 30px; }
  .final-cta-inner { padding: 60px 24px; flex-direction: column; align-items: flex-start; }
  .site-footer-inner { flex-wrap: wrap; padding: 28px 22px; }
  .site-footer-inner p { width: 100%; margin-left: 0; }
}
