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

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v24-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --red-50: #fef2f2;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --yellow-400: #facc15;
  --blue-50: #eff6ff;
  --blue-600: #2563eb;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --white: #fff;
  --shadow-sm: 0 1px 3px rgb(15 23 42 / 0.08);
  --shadow: 0 12px 30px rgb(15 23 42 / 0.10);
  --shadow-lg: 0 24px 60px rgb(15 23 42 / 0.16);
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--gray-50);
  color: var(--gray-900);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  border: 0;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--gray-900);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

:focus-visible {
  outline: 3px solid rgb(34 197 94 / 0.38);
  outline-offset: 3px;
}

.startup {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  background: var(--green-600);
  color: #fff;
}

.startup__brand {
  font-size: clamp(2.5rem, 10vw, 4rem);
  font-weight: 700;
}

.startup__brand span {
  color: #0b2113;
}

.startup p {
  margin: 12px 0 0;
  color: rgb(255 255 255 / 0.78);
}

.spinner {
  width: 26px;
  height: 26px;
  margin-top: 24px;
  border: 3px solid rgb(255 255 255 / 0.28);
  border-top-color: #fff;
  border-radius: 999px;
  animation: spin 0.8s linear infinite;
}

.noscript {
  padding: 32px;
  text-align: center;
}

.top-offer {
  min-height: 39px;
  padding: 9px 16px;
  background: var(--green-600);
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
}

.top-offer strong {
  color: #fef08a;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgb(229 231 235 / 0.9);
  background: rgb(255 255 255 / 0.88);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.section-inner,
.footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.18rem;
  font-weight: 700;
  text-decoration: none;
}

.brand__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--green-600);
  color: #fff;
  font-size: 1.12rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 120px) 0 clamp(88px, 11vw, 140px);
  background: #fff;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background-image: radial-gradient(#d1d5db 1px, transparent 1px);
  background-size: 17px 17px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hero .section-inner {
  position: relative;
}

.eyebrow {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 26px;
  padding: 8px 14px;
  border: 1px solid var(--green-100);
  border-radius: 999px;
  background: var(--green-50);
  color: var(--green-700);
  font-size: 0.75rem;
  box-shadow: var(--shadow-sm);
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 999px;
  background: var(--green-500);
  animation: pulse 1.8s ease-in-out infinite;
}

.hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #111;
  font-size: clamp(2.1rem, 5vw, 3.65rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.hero__value {
  color: var(--green-600);
}

.hero__partner-image {
  display: block;
  width: min(100%, 1040px);
  height: auto;
  margin: 34px auto 0;
  border: 1px solid var(--gray-200);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
}

.hero__copy {
  max-width: 690px;
  margin: 24px auto 36px;
  color: var(--gray-600);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.75;
}

.hero__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.scarcity {
  padding: 7px 12px;
  border: 1px solid #fee2e2;
  border-radius: 999px;
  background: var(--red-50);
  color: var(--red-500);
  font-size: 0.72rem;
}

.scarcity::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 999px;
  background: var(--red-500);
  animation: pulse 1.6s ease-in-out infinite;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: 13px;
  background: var(--green-600);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  background: var(--green-700);
  box-shadow: 0 12px 24px rgb(22 163 74 / 0.25);
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
  box-shadow: none;
  transform: none;
}

.button--hero {
  min-height: 58px;
  padding-inline: 30px;
  border-bottom: 4px solid var(--green-800);
  border-radius: 999px;
  box-shadow: 0 15px 30px rgb(22 163 74 / 0.24);
}

.button--small {
  min-height: 40px;
  padding: 9px 17px;
  border-radius: 999px;
  font-size: 0.82rem;
}

.button--outline {
  border: 1px solid var(--green-200);
  background: #fff;
  color: var(--green-700);
}

.button--outline:hover {
  background: var(--green-50);
  box-shadow: none;
}

.button--danger {
  background: var(--red-600);
}

.button--wide {
  width: 100%;
}

.button--ghost {
  min-height: 38px;
  padding: 7px 11px;
  background: transparent;
  color: var(--gray-500);
  font-size: 0.76rem;
  font-weight: 400;
}

.button--ghost:hover {
  background: var(--gray-100);
  box-shadow: none;
  transform: none;
}

.section {
  padding: 78px 0;
}

.section--muted {
  background: var(--gray-50);
}

.section--white {
  background: #fff;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
}

.section-heading p {
  margin: 14px 0 0;
  color: var(--gray-600);
}

.steps-grid,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.step-card,
.plan-card,
.member-card {
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.step-card {
  min-height: 240px;
  padding: 30px;
}

.step-card__number {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 1.15rem;
  font-weight: 700;
}

.step-card h3 {
  margin: 0 0 10px;
  font-size: 1.17rem;
}

.step-card p,
.muted {
  color: var(--gray-600);
}

.step-card p {
  margin: 0;
  line-height: 1.7;
}

.faq {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 13px;
}

.faq details {
  padding: 20px 22px;
  border: 1px solid var(--gray-100);
  border-radius: 15px;
  background: var(--gray-50);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: var(--green-600);
  font-size: 1.4rem;
}

.faq details[open] summary::after {
  content: "−";
}

.faq p {
  margin: 15px 0 0;
  color: var(--gray-600);
  line-height: 1.72;
}

.footer {
  padding: 38px 0;
  border-top: 1px solid var(--gray-200);
  background: #fff;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--gray-500);
  font-size: 0.8rem;
}

.footer__links {
  display: flex;
  gap: 18px;
}

.text-link {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 18px;
  display: grid;
  place-items: center;
  background: rgb(17 24 39 / 0.65);
  backdrop-filter: blur(5px);
  animation: fade-in 180ms ease both;
}

.modal {
  width: min(390px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  text-align: center;
  animation: scale-in 200ms ease both;
}

.modal--wide {
  width: min(600px, 100%);
  text-align: left;
}

.modal__icon,
.success-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green-100);
  font-size: 2.25rem;
}

.modal h2,
.modal h3 {
  margin: 0 0 9px;
}

.modal p {
  color: var(--gray-600);
  line-height: 1.65;
}

.modal__close {
  width: 36px;
  height: 36px;
  float: right;
  border-radius: 999px;
  background: var(--gray-100);
  color: var(--gray-600);
  cursor: pointer;
}

.app-shell {
  min-height: 100vh;
  padding-bottom: 24px;
  background: var(--gray-50);
}

.app-header {
  position: relative;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 17px 18px 10px;
}

.app-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.app-logo {
  font-size: 1.48rem;
  font-weight: 700;
}

.app-logo span {
  color: var(--green-600);
}

.balance-pill {
  padding: 10px 17px;
  border-radius: 11px;
  background: var(--green-600);
  color: #fff;
  box-shadow: 0 8px 18px rgb(22 163 74 / 0.18);
  font-size: 0.86rem;
  font-weight: 700;
}

.progress-track {
  height: 10px;
  margin: 14px 0 7px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--gray-200);
}

.progress-track span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-500), var(--green-700));
  transition: width 400ms ease;
}

.progress-label {
  margin: 0;
  color: var(--gray-500);
  text-align: center;
  font-size: 0.7rem;
}

.app-main {
  width: min(520px, calc(100% - 28px));
  min-height: calc(100vh - 118px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  animation: slide-up 260ms ease both;
}

.app-main--wide {
  width: min(960px, calc(100% - 28px));
  align-items: start;
}

.app-card {
  width: 100%;
  padding: clamp(22px, 5vw, 34px);
  border: 1px solid var(--gray-100);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.app-card--plain {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.center {
  text-align: center;
}

.emoji-hero {
  margin-bottom: 12px;
  font-size: 4.6rem;
  line-height: 1;
}

.app-card h1,
.app-card h2,
.app-card h3 {
  margin: 0;
}

.app-card h1 {
  font-size: clamp(1.65rem, 6vw, 2.3rem);
}

.app-card h2 {
  font-size: clamp(1.4rem, 5vw, 1.85rem);
}

.app-card p {
  line-height: 1.62;
}

.amount-large {
  margin: 13px 0;
  color: var(--green-600);
  font-size: clamp(2.35rem, 10vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.amount-medium {
  color: var(--green-600);
  font-size: 1.7rem;
  font-weight: 700;
}

.code-value {
  margin: 8px 0 20px;
  color: var(--green-700);
  font-size: clamp(2.1rem, 10vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.23em;
}

.overline {
  margin: 0 0 4px !important;
  color: var(--gray-500);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.code-input {
  width: 100%;
  height: 62px;
  border: 2px solid var(--gray-200);
  border-radius: 15px;
  background: var(--gray-50);
  color: var(--gray-900);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.code-input:focus {
  border-color: var(--green-500);
  background: #fff;
  outline: 4px solid rgb(34 197 94 / 0.12);
}

.field-error {
  margin: 8px 0 0 !important;
  color: var(--red-500);
  font-size: 0.77rem;
}

.product-image {
  width: 100%;
  max-height: 260px;
  margin: 20px 0 18px;
  border-radius: 16px;
  object-fit: cover;
  background: var(--gray-100);
}

.product-brand {
  margin: 5px 0 18px !important;
  color: var(--gray-500);
  font-size: 0.82rem;
}

.choice-grid {
  display: grid;
  gap: 10px;
}

.choice {
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: #fff;
  color: var(--gray-700);
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.choice:hover {
  border-color: var(--green-500);
  background: var(--green-50);
  transform: translateX(2px);
}

.reward-pop {
  animation: bounce-in 440ms cubic-bezier(0.2, 0.9, 0.25, 1.3) both;
}

.video-stage {
  overflow: hidden;
  padding: 0;
}

.video-stage__heading {
  padding: 22px 22px 18px;
  background: #fff;
}

.video-stage__heading h2 {
  margin: 0;
}

.vturb-player-shell {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  background: #000;
}

.delayed-video-cta[hidden] {
  display: none !important;
}

.delayed-video-cta.is-visible {
  animation: slide-up 320ms ease both;
}

.validation-vsl-stage {
  overflow: hidden;
  padding: 0;
}

.validation-vsl-stage__heading {
  padding: 24px 22px 20px;
}

.validation-checkout {
  padding: 22px;
}

.validation-checkout[hidden] {
  display: none !important;
}

.validation-checkout.is-visible {
  animation: slide-up 320ms ease both;
}

.checkout-disclosure {
  margin-bottom: 16px;
  padding: 15px 16px;
  border: 1px solid #bfdbfe;
  border-radius: 13px;
  background: var(--blue-50);
  color: #1e3a8a;
  font-size: 0.75rem;
  line-height: 1.55;
}

.checkout-disclosure > strong,
.checkout-disclosure > span {
  display: block;
}

.checkout-disclosure > span {
  margin-top: 5px;
}

.checkout-disclosure--primary {
  padding: 24px 22px;
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: var(--gray-800);
  font-size: clamp(0.98rem, 2.7vw, 1.12rem);
  line-height: 1.55;
  text-align: center;
}

.checkout-disclosure--primary > strong {
  color: var(--gray-900);
  font-size: clamp(1.45rem, 5vw, 1.9rem);
  line-height: 1.15;
}

.checkout-disclosure--primary span {
  margin-top: 14px;
}

.checkout-disclosure--terms {
  margin: 14px 0 0;
  padding: 11px 13px;
  border-color: var(--gray-200);
  background: var(--gray-50);
  color: var(--gray-600);
  font-size: 0.65rem;
  line-height: 1.5;
}

.checkout-disclosure--terms span {
  margin-top: 0;
}

.video-frame {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(145deg, #111827, #1f2937);
  color: #fff;
  text-align: center;
}

.video-frame__play {
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green-500);
  box-shadow: 0 0 0 10px rgb(34 197 94 / 0.18);
  font-size: 1.7rem;
}

.video-frame p {
  max-width: 400px;
  margin: 0;
  color: rgb(255 255 255 / 0.75);
  font-size: 0.82rem;
}

.video-content {
  padding: 24px;
}

.security-row {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 18px;
  color: var(--gray-500);
  font-size: 0.68rem;
}

.form-group {
  margin-bottom: 16px;
  text-align: left;
}

.form-group label {
  margin-bottom: 7px;
  display: block;
  color: var(--gray-700);
  font-size: 0.79rem;
  font-weight: 700;
}

.field,
.select,
.textarea {
  width: 100%;
  border: 1px solid var(--gray-300);
  border-radius: 11px;
  background: #fff;
  color: var(--gray-900);
}

.field,
.select {
  min-height: 49px;
  padding: 11px 13px;
}

.textarea {
  min-height: 115px;
  padding: 12px 13px;
  resize: vertical;
}

.field:focus,
.select:focus,
.textarea:focus {
  border-color: var(--green-500);
  outline: 3px solid rgb(34 197 94 / 0.12);
}

.type-grid {
  margin: 14px 0 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.type-option {
  min-height: 55px;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: #fff;
  color: var(--gray-600);
  cursor: pointer;
  font-weight: 700;
}

.type-option[aria-pressed="true"] {
  border-color: var(--green-600);
  background: var(--green-600);
  color: #fff;
}

.privacy-note,
.info-box,
.demo-note {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.75rem;
  line-height: 1.55;
}

.privacy-note,
.info-box {
  background: var(--green-50);
  color: var(--green-800);
}

.demo-note {
  border: 1px solid #bfdbfe;
  background: var(--blue-50);
  color: #1e40af;
}

.validation-animation {
  width: 92px;
  height: 92px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 2.6rem;
  animation: pulse-ring 1.5s ease-in-out infinite;
}

.processing-ring {
  --progress: 0;
  width: 158px;
  height: 158px;
  margin: 24px auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: conic-gradient(var(--green-600) calc(var(--progress) * 1%), var(--gray-200) 0);
  transition: background 150ms linear;
}

.processing-ring::before {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: inherit;
  background: #fff;
}

.processing-ring strong {
  position: relative;
  z-index: 1;
  color: var(--green-700);
  font-size: 1.8rem;
}

.processing-status {
  min-height: 22px;
  color: var(--gray-500);
  font-size: 0.8rem;
}

.error-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-500);
  font-size: 0.8rem;
  font-weight: 700;
}

.timer-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 10px 16px;
  background: var(--red-600);
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.benefits {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--gray-100);
  border-radius: 13px;
  background: var(--gray-50);
}

.benefit__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
}

.benefit strong,
.benefit span {
  display: block;
}

.benefit strong {
  font-size: 0.82rem;
}

.benefit span {
  margin-top: 3px;
  color: var(--gray-600);
  font-size: 0.72rem;
}

.members-shell {
  min-height: 100vh;
  padding-bottom: 90px;
  background: var(--gray-50);
}

.members-header {
  border-bottom: 1px solid var(--gray-200);
  background: #fff;
}

.members-header__inner {
  width: min(1050px, calc(100% - 28px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.members-main {
  width: min(1050px, calc(100% - 28px));
  margin: 0 auto;
  padding: 30px 0;
}

.members-main h1 {
  margin: 0 0 7px;
  font-size: clamp(1.6rem, 5vw, 2.3rem);
}

.member-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.member-card {
  padding: 21px;
}

.member-card h2,
.member-card h3 {
  margin: 0;
}

.member-card p {
  color: var(--gray-600);
  font-size: 0.82rem;
  line-height: 1.6;
}

.member-card__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--green-100);
  font-size: 1.35rem;
}

.wallet-hero {
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--green-600), var(--green-800));
  color: #fff;
  box-shadow: var(--shadow);
}

.wallet-hero p {
  margin: 0;
  color: rgb(255 255 255 / 0.75);
  font-size: 0.78rem;
}

.wallet-hero strong {
  display: block;
  margin-top: 5px;
  font-size: clamp(2rem, 8vw, 3rem);
}

.two-column {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
}

.status-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.78rem;
}

.status-list li:last-child {
  border-bottom: 0;
}

.badge {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 0.68rem;
  font-weight: 700;
}

.badge--warning {
  background: #fef3c7;
  color: #92400e;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 30;
  width: min(560px, calc(100% - 24px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.94);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.bottom-nav a {
  min-height: 64px;
  padding: 8px 4px;
  display: grid;
  place-content: center;
  gap: 3px;
  color: var(--gray-500);
  text-align: center;
  text-decoration: none;
  font-size: 0.62rem;
}

.bottom-nav a span {
  font-size: 1.15rem;
}

.bottom-nav a[aria-current="page"] {
  background: var(--green-50);
  color: var(--green-700);
  font-weight: 700;
}

.login-shell {
  min-height: 100vh;
  padding: 24px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 16% 16%, rgb(34 197 94 / 0.16), transparent 28%),
    radial-gradient(circle at 82% 84%, rgb(21 128 61 / 0.13), transparent 32%),
    var(--gray-50);
}

.login-card {
  width: min(420px, 100%);
  padding: 32px;
  border: 1px solid var(--gray-100);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.login-card h1 {
  margin: 24px 0 6px;
  font-size: 1.7rem;
}

.login-card > p {
  margin: 0 0 24px;
  color: var(--gray-500);
  font-size: 0.82rem;
}

.payment-failure-card {
  width: min(900px, 100%);
}

.payment-failure-layout {
  width: min(900px, 100%);
  display: grid;
  gap: 16px;
}

.wallet-summary {
  min-height: 112px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #15803d;
  border-radius: 22px;
  background: linear-gradient(135deg, #16a34a, #166534);
  color: #fff;
  box-shadow: 0 18px 38px rgb(22 101 52 / 0.28);
}

.wallet-summary__wallet {
  position: relative;
  width: 70px;
  height: 52px;
  flex: 0 0 auto;
  border: 3px solid rgb(255 255 255 / 0.92);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.13);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 0.1);
}

.wallet-summary__wallet::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -3px;
  width: 29px;
  height: 19px;
  border: 3px solid rgb(255 255 255 / 0.92);
  border-right: 0;
  border-radius: 7px 0 0 7px;
  background: #14532d;
}

.wallet-summary__wallet span {
  position: absolute;
  z-index: 1;
  top: 23px;
  right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}

.wallet-summary__account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  text-align: left;
}

.wallet-summary__person {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.45);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.15);
  font-size: 1.35rem;
}

.wallet-summary__balance small {
  display: block;
  color: rgb(255 255 255 / 0.78);
  font-size: 0.68rem;
}

.wallet-summary__balance strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.1;
}

.payment-failure-alert {
  padding: 18px 20px;
  border: 1px solid #991b1b;
  border-radius: 14px;
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.55;
  box-shadow: 0 14px 30px rgb(185 28 28 / 0.28);
}

.payment-failure-alert strong {
  color: #fff;
}

.payment-failure-button {
  max-width: 520px;
  min-height: 60px;
  margin: 22px auto 0;
  padding: 16px 26px;
  font-size: 1rem;
  animation: checkout-pulse 1.6s ease-in-out infinite;
}

@keyframes checkout-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 24px rgb(22 163 74 / 24%);
  }

  50% {
    transform: scale(1.035);
    box-shadow: 0 16px 34px rgb(22 163 74 / 38%);
  }
}

.payment-failure-image {
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: block;
  border: 1px solid var(--gray-200);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.plan-card {
  position: relative;
  padding: 24px;
}

.plan-card--featured {
  border: 2px solid var(--green-500);
  box-shadow: 0 18px 38px rgb(22 163 74 / 0.14);
}

.plan-card__tag {
  position: absolute;
  top: -12px;
  left: 50%;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--green-600);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.plan-price {
  margin: 14px 0;
  color: var(--green-700);
  font-size: 2rem;
  font-weight: 700;
}

.plan-price small {
  color: var(--gray-500);
  font-size: 0.7rem;
  font-weight: 400;
}

.plan-features {
  min-height: 160px;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  color: var(--gray-600);
  font-size: 0.78rem;
  list-style: none;
}

.plan-features li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green-600);
  font-weight: 700;
}

.toast {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 150;
  max-width: min(380px, calc(100% - 32px));
  padding: 13px 16px;
  border-radius: 12px;
  background: var(--gray-900);
  color: #fff;
  box-shadow: var(--shadow-lg);
  font-size: 0.78rem;
  animation: slide-up 220ms ease both;
}

.tracking-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 220;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(760px, calc(100% - 28px));
  padding: 18px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  transform: translateX(-50%);
  animation: slide-up 220ms ease both;
}

.tracking-consent strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gray-900);
}

.tracking-consent p {
  margin: 0;
  color: var(--gray-600);
  font-size: 0.73rem;
  line-height: 1.5;
}

.tracking-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.tracking-consent__actions .button {
  min-height: 42px;
  padding: 9px 16px;
}

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

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  50% { opacity: 0.42; }
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes scale-in {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes slide-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce-in {
  0% { opacity: 0; transform: scale(0.5); }
  65% { opacity: 1; transform: scale(1.08); }
  100% { transform: scale(1); }
}

@keyframes pulse-ring {
  50% { box-shadow: 0 0 0 14px rgb(34 197 94 / 0.08); }
}

@media (max-width: 820px) {
  .steps-grid,
  .plans-grid,
  .member-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 0;
  }

  .two-column {
    grid-template-columns: 1fr;
  }

  .footer__inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .top-offer {
    font-size: 0.7rem;
  }

  .site-header__inner {
    min-height: 60px;
  }

  .site-header .brand__mark {
    width: 31px;
    height: 31px;
  }

  .hero {
    padding-top: 68px;
  }

  .hero__copy {
    line-height: 1.6;
  }

  .hero__partner-image {
    margin-top: 24px;
    border-radius: 14px;
  }

  .button--hero {
    width: 100%;
    padding-inline: 18px;
    font-size: 0.88rem;
  }

  .section {
    padding: 60px 0;
  }

  .app-card {
    border-radius: 18px;
  }

  .security-row {
    gap: 10px;
    font-size: 0.62rem;
  }

  .members-header__inner .button--ghost {
    padding-inline: 7px;
  }

  .member-card,
  .plan-card {
    padding: 19px;
  }

  .bottom-nav {
    bottom: 8px;
  }

  .tracking-consent {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .tracking-consent__actions .button {
    flex: 1;
  }

  .payment-failure-card {
    padding: 18px;
  }

  .wallet-summary {
    min-height: 96px;
    padding: 16px;
    gap: 14px;
    border-radius: 18px;
  }

  .wallet-summary__wallet {
    width: 58px;
    height: 44px;
  }

  .wallet-summary__wallet::before {
    top: 12px;
  }

  .wallet-summary__wallet span {
    top: 19px;
  }

  .wallet-summary__person {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .payment-failure-alert {
    padding: 15px;
  }

  .payment-failure-image {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.benefits-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.benefit-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon.warning { color: #eab308; }
.benefit-icon.success { color: #3b82f6; }
.benefit-icon.shield { color: #22c55e; }

.benefit-text {
  display: flex;
  flex-direction: column;
}

.benefit-text strong {
  font-size: 1rem;
  color: #111827;
  margin-bottom: 2px;
}

.benefit-text span {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
}

.fb-comments {
  margin-top: 24px;
  text-align: left;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.fb-comments-header {
  font-size: 0.9rem;
  color: #4b4f56;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
}

.fb-comment {
  display: flex;
  margin-bottom: 16px;
  gap: 8px;
}

.fb-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.fb-comment-content {
  flex: 1;
}

.fb-comment-box {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 8px 12px;
  display: inline-block;
}

.fb-comment-box strong {
  display: block;
  font-size: 0.85rem;
  color: #050505;
  margin-bottom: 2px;
}

.fb-comment-box span {
  font-size: 0.9rem;
  color: #050505;
}

.fb-comment-actions {
  padding-left: 12px;
  margin-top: 4px;
  font-size: 0.75rem;
  color: #65676b;
  font-weight: 600;
}

.fb-comment-actions span:not(.fb-time) {
  cursor: pointer;
}

.fb-comment-actions span:not(.fb-time):hover {
  text-decoration: underline;
}

.fb-time {
  font-weight: 400;
}

.fb-comment-input-area {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  align-items: center;
}

.fb-input-box {
  flex: 1;
  background: #f0f2f5;
  border-radius: 20px;
  padding: 10px 16px;
  color: #65676b;
  font-size: 0.9rem;
  cursor: text;
}
