@font-face {
  font-family: "Fraunces VarID";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Fraunces_400Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Fraunces VarID";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/Fraunces_600SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Fraunces VarID";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Fraunces_700Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter VarID";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Inter_400Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter VarID";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Inter_500Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Inter VarID";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Inter_700Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter VarID";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/Inter_800ExtraBold.ttf") format("truetype");
}

:root {
  --primary: #12332e;
  --secondary: #1f4a43;
  --deep: #061512;
  --deep-2: #082e28;
  --accent: #d6a84f;
  --accent-dark: #a87418;
  --soft-gold: #fff2cc;
  --ivory: #f8f6f0;
  --surface: #ffffff;
  --text: #17201d;
  --muted: #6d746f;
  --line: #e8e1d4;
  --success: #1f6f55;
  --danger: #a33a2b;
  --shadow: 0 24px 70px rgba(18, 51, 46, 0.16);
  --display: "Fraunces VarID", Georgia, serif;
  --ui: "Inter VarID", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ivory);
  color: var(--text);
  font-family: var(--ui);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

body::selection {
  background: var(--accent);
  color: var(--primary);
}

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

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

.site-header {
  align-items: center;
  background: rgba(6, 21, 18, 0.78);
  color: var(--surface);
  display: flex;
  height: 76px;
  justify-content: flex-start;
  left: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

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

.brand span {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.section-dark {
  background: radial-gradient(circle at 78% 26%, rgba(31, 74, 67, 0.84), transparent 32%),
    linear-gradient(135deg, var(--deep), var(--deep-2));
  color: var(--surface);
  overflow: hidden;
  position: relative;
}

.hero {
  min-height: 100svh;
  padding: 132px clamp(20px, 5vw, 72px) 72px;
}

.hero-content {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 92px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--accent-dark);
}

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

h1 {
  font-family: var(--display);
  font-size: clamp(68px, 10vw, 132px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 26px;
}

h2 {
  color: inherit;
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 22px;
}

h3 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 12px;
}

.hero-statement {
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 22px;
  max-width: 620px;
}

.hero-text,
.section-lead,
.security-list,
.activity-card p,
.reward-ticket p,
.progress-card p,
.final-cta p {
  color: rgba(23, 32, 29, 0.72);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.62;
}

.hero-text {
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.store-button {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: var(--surface);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  min-width: 164px;
  padding: 10px 18px 11px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.store-button:hover {
  border-color: rgba(214, 168, 79, 0.62);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.store-button span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.store-button strong {
  color: var(--surface);
  font-family: var(--ui);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
  margin-top: 3px;
}

.store-button-gold {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 16px 36px rgba(214, 168, 79, 0.24);
}

.store-button-gold span,
.store-button-gold strong {
  color: var(--primary);
}

.button {
  align-items: center;
  border-radius: 18px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--accent);
  box-shadow: 0 16px 36px rgba(214, 168, 79, 0.24);
  color: var(--primary);
}

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

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

.phone-stage::before {
  background: rgba(214, 168, 79, 0.13);
  border: 1px solid rgba(214, 168, 79, 0.28);
  border-radius: 999px;
  content: "";
  height: 460px;
  position: absolute;
  width: 460px;
}

.phone {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
  min-height: 620px;
  overflow: hidden;
  padding: 26px 18px 20px;
  position: relative;
  width: min(100%, 360px);
  z-index: 2;
}

.phone::before {
  background: var(--deep-2);
  content: "";
  height: 258px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.phone::after {
  border: 2px solid rgba(214, 168, 79, 0.26);
  border-radius: 999px;
  content: "";
  height: 420px;
  position: absolute;
  right: -220px;
  top: -116px;
  width: 420px;
}

.phone-header,
.phone-title,
.digital-card,
.quick-actions,
.activity-card {
  position: relative;
  z-index: 2;
}

.phone-header {
  align-items: center;
  color: var(--surface);
  display: flex;
  gap: 8px;
}

.phone-header img {
  height: 48px;
  width: 48px;
}

.phone-header span {
  flex: 1;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  min-width: 0;
}

.phone-icons {
  display: flex;
  gap: 8px;
}

.phone-icons span {
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.phone-title {
  color: var(--surface);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.18;
  margin: 28px 0 16px;
  padding-left: 4px;
}

.digital-card {
  aspect-ratio: 1.5;
  border-radius: 12px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.card-art {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card-overlay {
  inset: 0;
  padding: 22px;
  position: absolute;
}

.card-logo {
  height: 54px;
  width: 54px;
}

.status-pill {
  align-items: center;
  background: linear-gradient(115deg, #fff8e1, #f8e7a1 28%, #d6a84f 56%, #a96f1f);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
  min-height: 30px;
  padding: 0 11px;
  position: absolute;
  right: 16px;
  top: 18px;
}

.status-pill span {
  background: var(--primary);
  border-radius: 999px;
  height: 6px;
  width: 6px;
}

.digital-card h2 {
  color: var(--surface);
  font-size: 27px;
  line-height: 1.05;
  margin: 24px 0 4px;
}

.digital-card p {
  color: #e9e0cf;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.gold-rule {
  background: linear-gradient(90deg, var(--accent), rgba(214, 168, 79, 0));
  height: 2px;
  margin-top: 18px;
  width: 76%;
}

.nfc-mark {
  height: 40px;
  position: absolute;
  right: 22px;
  top: 108px;
  width: 40px;
}

.nfc-mark span {
  border: 2px solid var(--accent);
  border-left-color: transparent;
  border-radius: 999px;
  display: block;
  inset: 0;
  position: absolute;
}

.nfc-mark span:nth-child(2) {
  inset: 7px;
}

.nfc-mark span:nth-child(3) {
  inset: 14px;
}

.quick-actions {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin: 12px 12px 22px;
}

.quick-actions span {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.activity-card {
  align-items: center;
  background: var(--surface);
  border: 1px solid rgba(18, 51, 46, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(18, 51, 46, 0.1);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 18px;
}

.activity-card strong {
  color: var(--primary);
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
}

.activity-card p {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}

.activity-card > span {
  align-items: center;
  background: var(--soft-gold);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 32px;
  padding: 0 12px;
}

.rings {
  border: 2px solid rgba(214, 168, 79, 0.3);
  border-radius: 999px;
  pointer-events: none;
  position: absolute;
}

.rings::before,
.rings::after {
  border: inherit;
  border-radius: inherit;
  content: "";
  position: absolute;
}

.rings::before {
  inset: -92px;
}

.rings::after {
  inset: -184px;
}

.rings-hero {
  height: 420px;
  right: -120px;
  top: 110px;
  width: 420px;
}

.rings-gray {
  border-color: rgba(26, 45, 41, 0.13);
  height: 320px;
  left: -150px;
  top: 120px;
  width: 320px;
}

.security-rings {
  bottom: -90px;
  height: 360px;
  left: -120px;
  width: 360px;
}

.section-inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 104px clamp(20px, 5vw, 72px);
  position: relative;
  z-index: 2;
}

.identity-band {
  background: var(--surface);
}

.identity-band .section-inner {
  max-width: 960px;
  text-align: center;
}

.identity-band h2,
.membership-types-section h2,
.feature-grid-section h2,
.rewards-section h2 {
  color: var(--primary);
}

.section-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.section-lead.narrow {
  margin-left: 0;
  max-width: 560px;
}

.section-lead.inverted {
  color: rgba(255, 255, 255, 0.72);
  margin-left: 0;
}

.feature-grid-section {
  background: var(--ivory);
}

.membership-types-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 168, 79, 0.14), transparent 28%),
    linear-gradient(180deg, var(--surface), var(--ivory));
  overflow: hidden;
  position: relative;
}

.membership-types-layout {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.membership-types-copy {
  max-width: 560px;
}

.membership-wallet {
  min-height: 560px;
  position: relative;
}

.membership-wallet::before {
  border: 2px solid rgba(26, 45, 41, 0.1);
  border-radius: 999px;
  content: "";
  height: 520px;
  position: absolute;
  right: -170px;
  top: -50px;
  width: 520px;
}

.membership-wallet::after {
  background: rgba(214, 168, 79, 0.13);
  border-radius: 999px;
  bottom: 20px;
  content: "";
  filter: blur(18px);
  height: 92px;
  left: 12%;
  position: absolute;
  width: 76%;
}

.membership-main,
.membership-strip {
  position: absolute;
  z-index: 2;
}

.membership-main {
  background: linear-gradient(145deg, var(--deep-2), var(--primary));
  border: 1px solid rgba(214, 168, 79, 0.32);
  border-radius: 28px;
  box-shadow: 0 30px 78px rgba(18, 51, 46, 0.28);
  color: var(--surface);
  min-height: 268px;
  overflow: hidden;
  padding: 30px;
  right: 4%;
  top: 36px;
  width: 74%;
}

.membership-main::after {
  border: 2px solid rgba(214, 168, 79, 0.28);
  border-radius: 999px;
  content: "";
  height: 260px;
  position: absolute;
  right: -90px;
  top: -80px;
  width: 260px;
}

.membership-main > span {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 64px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.membership-main h3 {
  color: var(--surface);
  font-size: 34px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.membership-main p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  max-width: 310px;
  position: relative;
  z-index: 2;
}

.membership-strip {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 51, 46, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(18, 51, 46, 0.14);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 104px;
  padding: 18px 20px;
  width: 76%;
}

.membership-strip h3 {
  color: var(--primary);
  font-size: 20px;
  margin-bottom: 5px;
}

.membership-strip p {
  color: rgba(23, 32, 29, 0.66);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
  margin: 0;
}

.membership-strip > span {
  background: linear-gradient(115deg, #fff8e1, #f8e7a1 28%, #d6a84f 64%, #a87418);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(168, 116, 24, 0.18);
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
}

.strip-rewards {
  left: 0;
  top: 232px;
}

.strip-points {
  right: 0;
  top: 332px;
}

.strip-temporary {
  left: 8%;
  top: 432px;
}

.strip-wallet {
  right: 8%;
  top: 500px;
  width: 68%;
}

.feature-grid-section .section-inner {
  max-width: 1280px;
}

.progress-card {
  background: var(--surface);
  border: 1px solid rgba(18, 51, 46, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.rewards-section {
  background: var(--surface);
  overflow: hidden;
  position: relative;
}

.fast-register-layout {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4.5vw, 58px);
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 0.86fr);
  justify-content: center;
}

.fast-register-copy {
  max-width: 430px;
}

.fast-register-copy h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.04;
}

.fast-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.fast-points span {
  align-items: center;
  background: linear-gradient(115deg, #fff8e1, #f8e7a1 28%, #d6a84f 64%, #bb8329);
  border: 1px solid rgba(168, 116, 24, 0.32);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(168, 116, 24, 0.18);
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 44px;
  padding: 0 18px;
}

.fast-register-visual {
  border-radius: 30px;
  box-shadow: 0 32px 86px rgba(18, 51, 46, 0.22);
  margin: 0;
  max-width: 560px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fast-register-visual::after {
  border: 1px solid rgba(214, 168, 79, 0.32);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fast-register-visual img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  width: 100%;
}

.rewards-layout,
.security-layout {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
}

.reward-stack {
  display: grid;
  gap: 18px;
}

.reward-ticket {
  background: linear-gradient(145deg, var(--deep-2), var(--primary));
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(18, 51, 46, 0.24);
  color: var(--surface);
  min-height: 210px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.reward-ticket::after {
  border: 2px solid rgba(214, 168, 79, 0.3);
  border-radius: 999px;
  content: "";
  height: 260px;
  position: absolute;
  right: -120px;
  top: -80px;
  width: 260px;
}

.ticket-label {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.reward-ticket h3 {
  color: var(--surface);
  font-size: 34px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.reward-ticket p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.progress-card {
  padding: 22px;
}

.progress-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.progress-top strong {
  color: var(--primary);
  font-size: 16px;
  font-weight: 800;
}

.progress-top span {
  color: var(--accent-dark);
  font-weight: 900;
}

.progress-track {
  background: rgba(18, 51, 46, 0.1);
  border-radius: 999px;
  height: 9px;
  margin: 18px 0 12px;
  overflow: hidden;
}

.progress-track span {
  background: linear-gradient(90deg, var(--accent), var(--accent-dark));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 62%;
}

.progress-card p {
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.security-section {
  min-height: 640px;
}

.security-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(214, 168, 79, 0.22);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: 28px;
}

.lock-count {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}

.lock-count span {
  color: var(--accent);
  font-family: var(--display);
  font-size: 74px;
  font-weight: 700;
  line-height: 0.85;
}

.lock-count p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.32;
  margin: 0;
}

.security-list {
  color: rgba(255, 255, 255, 0.72);
  list-style: none;
  margin: 0;
  padding: 0;
}

.security-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0 14px 30px;
  position: relative;
}

.security-list li::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 23px;
  width: 8px;
}

.final-cta {
  text-align: center;
}

.cta-inner {
  max-width: 800px;
}

.final-cta img {
  height: 88px;
  margin: 0 auto 26px;
  width: 88px;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 auto 30px;
  max-width: 620px;
}

.cta-store-actions {
  justify-content: center;
  margin-top: 8px;
}

.final-cta .legal-notice {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
  margin: 44px auto 0;
  max-width: 500px;
}

.final-cta .legal-notice a {
  color: rgba(214, 168, 79, 0.9);
  font-weight: 700;
}

.final-cta .legal-notice a:hover {
  color: var(--soft-gold);
}

.legal-page {
  background: var(--ivory);
}

.legal-header {
  background: rgba(6, 21, 18, 0.9);
}

.legal-hero {
  padding: 132px clamp(20px, 5vw, 72px) 82px;
}

.legal-hero-inner {
  margin: 0 auto;
  max-width: 920px;
  position: relative;
  z-index: 2;
}

.legal-hero h1 {
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.96;
  margin-bottom: 24px;
}

.legal-hero p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 720px;
}

.legal-content {
  margin: 0 auto;
  max-width: 900px;
  padding: 72px clamp(20px, 5vw, 72px) 96px;
}

.legal-updated {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.legal-block {
  background: var(--surface);
  border: 1px solid rgba(18, 51, 46, 0.08);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(18, 51, 46, 0.08);
  margin-top: 18px;
  padding: 28px;
}

.legal-block h2 {
  color: var(--primary);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  margin-bottom: 12px;
}

.legal-block p,
.legal-disclaimer {
  color: rgba(23, 32, 29, 0.72);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0;
}

.legal-disclaimer {
  background: rgba(214, 168, 79, 0.16);
  border: 1px solid rgba(214, 168, 79, 0.34);
  border-radius: 18px;
  color: var(--primary);
  margin-top: 28px;
  padding: 18px 20px;
}

.legal-back {
  align-items: center;
  background: var(--primary);
  border-radius: 18px;
  color: var(--surface);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  margin-top: 24px;
  min-height: 50px;
  padding: 0 20px;
}

@media (max-width: 900px) {
  .site-header {
    height: 70px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-content,
  .membership-types-layout,
  .rewards-layout,
  .security-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: left;
  }

  .phone-stage {
    min-height: auto;
  }

  .fast-register-layout {
    grid-template-columns: 1fr;
  }

  .fast-register-copy {
    max-width: none;
  }

  .membership-wallet {
    min-height: 640px;
  }

  .membership-main {
    left: 0;
    right: auto;
    width: 86%;
  }

  .membership-strip {
    width: 86%;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-bottom: 54px;
  }

  .store-actions {
    flex-direction: column;
  }

  .store-button,
  .button {
    width: 100%;
  }

  .phone-stage::before {
    height: 320px;
    width: 320px;
  }

  .phone {
    border-radius: 30px;
    min-height: 560px;
    width: 100%;
  }

  .digital-card h2 {
    font-size: 23px;
  }

  .nfc-mark {
    right: 16px;
    top: 104px;
  }

  .section-inner {
    padding-bottom: 76px;
    padding-top: 76px;
  }

  .membership-wallet {
    min-height: 680px;
  }

  .membership-main {
    min-height: 250px;
    padding: 24px;
    width: 100%;
  }

  .membership-main h3 {
    font-size: 29px;
  }

  .membership-strip {
    min-height: 116px;
    width: 96%;
  }

  .strip-rewards {
    top: 248px;
  }

  .strip-points {
    top: 366px;
  }

  .strip-temporary {
    left: 0;
    top: 484px;
  }

  .strip-wallet {
    right: 0;
    top: 602px;
    width: 96%;
  }

  .lock-count {
    align-items: flex-start;
    flex-direction: column;
  }
}
