:root {
  --trp-hero-a: #667eea;
  --trp-hero-b: #764ba2;
  --trp-ink: #0f172a;
  --trp-muted: #64748b;
  --trp-surface: #ffffff;
  --trp-surface-2: #f8fafc;
  --trp-border: rgba(15, 23, 42, 0.12);
  --trp-shadow: 0 18px 45px rgba(2, 6, 23, 0.12);
  --trp-radius-lg: 20px;
  --trp-radius-md: 16px;
}

body.landing {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.activity-ticker {
  background: #0b1220;
  color: rgba(226, 232, 240, 0.88);
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 30s linear infinite;
}

.activity-ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-group {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.ticker-item i {
  color: rgba(226, 232, 240, 0.85);
}

.ticker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: ticker-pulse 2.1s ease-in-out infinite;
}

.ticker-strong {
  color: #fff;
}

.home-hero {
  background:
    radial-gradient(900px circle at 15% 10%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 55%),
    radial-gradient(700px circle at 90% 25%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, var(--trp-hero-a) 0%, var(--trp-hero-b) 100%);
  color: #fff;
  padding: 4.5rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}

.home-hero--light {
  background: #f8fafc;
  color: var(--trp-ink);
}

.home-hero--light::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 62%;
  height: 95%;
  background: radial-gradient(circle at 30% 30%, rgba(20, 184, 166, 0.18) 0%, rgba(255, 255, 255, 0) 62%);
  filter: blur(36px);
  border-bottom-left-radius: 999px;
  transform: translateX(18%);
  opacity: 0.95;
  pointer-events: none;
  animation: hero-float 12s ease-in-out infinite;
}

.home-hero--light::after {
  content: "";
  position: absolute;
  bottom: -18%;
  left: -12%;
  width: 45%;
  height: 60%;
  background: radial-gradient(circle at 60% 40%, rgba(124, 58, 237, 0.14) 0%, rgba(255, 255, 255, 0) 62%);
  filter: blur(34px);
  border-top-right-radius: 999px;
  transform: translateX(-12%);
  opacity: 0.95;
  pointer-events: none;
  animation: hero-float 14s ease-in-out infinite reverse;
}

.home-hero--light .home-hero-media::after {
  display: none;
}

.hero-grid {
  --bs-gutter-x: 1.75rem;
}

@media (min-width: 992px) {
  .hero-grid {
    --bs-gutter-x: 6rem;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.75);
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.06);
  width: fit-content;
  margin-bottom: 1.35rem;
}

.hero-badge-spark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #f97316, #facc15, #22c55e, #38bdf8, #f97316);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.45), 0 0 18px rgba(250, 204, 21, 0.35);
  position: relative;
  animation: badge-spark 3.2s linear infinite;
}

.hero-badge-spark::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 60%);
  opacity: 0.9;
}

.hero-headline {
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(3rem, 4.6vw, 4.3rem);
  margin-bottom: 1rem;
  color: #0f172a;
}

.hero-headline-line {
  display: block;
  white-space: nowrap;
}

.hero-headline-gradient {
  background: linear-gradient(90deg, #0d9488 0%, #2563eb 45%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.2rem, 3.1vw, 3rem);
  line-height: 1.12;
}

@media (max-width: 576px) {
  .hero-headline-line {
    white-space: normal;
  }
}

.hero-subhead {
  font-size: 1.35rem;
  color: rgba(15, 23, 42, 0.7);
  max-width: 44rem;
  margin-bottom: 1rem;
}

.hero-guardrail {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(15, 23, 42, 0.6);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}

.hero-guardrail i {
  color: rgba(15, 118, 110, 0.9);
}

.hero-guardrail-secondary {
  margin-bottom: 1.35rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.35rem;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 22px 55px rgba(2, 6, 23, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-btn-primary:hover {
  color: #fff;
  background: rgba(15, 23, 42, 0.92);
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.2);
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-btn-secondary:hover {
  color: rgba(15, 23, 42, 0.9);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(2, 6, 23, 0.08);
}

.hero-btn-login {
  display: none;
}

.hero-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: rgba(15, 23, 42, 0.7);
  font-weight: 800;
  font-size: 1.15rem;
}

.proof-avatars {
  display: inline-flex;
  align-items: center;
}

.proof-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 12px 22px rgba(2, 6, 23, 0.08);
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
  display: grid;
  place-items: center;
  font-weight: 950;
  color: #fff;
  margin-left: -10px;
  overflow: hidden;
}

.proof-avatar:first-child {
  margin-left: 0;
}

.proof-avatar:nth-child(2) {
  background: linear-gradient(135deg, #34d399 0%, #14b8a6 100%);
}

.proof-avatar:nth-child(3) {
  background: linear-gradient(135deg, #f472b6 0%, #a855f7 100%);
}

.proof-avatar-plus {
  background: rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.75);
}

.proof-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proof-divider {
  width: 1px;
  height: 16px;
  background: rgba(15, 23, 42, 0.18);
}

.proof-rating i {
  color: #facc15;
  margin-right: 0.3rem;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

@media (min-width: 992px) {
  .hero-visual {
    justify-content: flex-end;
    padding-right: 1.5rem;
  }

  .phone-wrap {
    margin-left: auto;
  }
}

.phone-wrap {
  position: relative;
  width: 420px;
  height: 720px;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(20, 184, 166, 0.18) 0%, rgba(124, 58, 237, 0.16) 45%, rgba(255, 255, 255, 0) 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.phone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 650px;
  transform: translate(-50%, -50%) rotate(-12deg);
  transition: transform 700ms ease, box-shadow 700ms ease;
  background: #0b1220;
  border-radius: 56px;
  padding: 12px;
  border: 4px solid rgba(15, 23, 42, 0.85);
  box-shadow: 0 30px 85px rgba(2, 6, 23, 0.25);
  z-index: 2;
}

.phone-wrap:hover .phone {
  transform: translate(-50%, -50%) rotate(0deg) scale(1.04);
  box-shadow: 0 35px 95px rgba(2, 6, 23, 0.28);
}

.phone-reflection {
  position: absolute;
  inset: 0;
  border-radius: 56px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 46px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.phone-status {
  padding: 16px 22px 8px;
  font-size: 0.72rem;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(15, 23, 42, 0.9);
  user-select: none;
}

.status-icons i {
  font-size: 0.85rem;
  margin-left: 6px;
  opacity: 0.9;
}

.phone-header {
  padding: 12px 22px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone-user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.phone-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.12) 0%, rgba(20, 184, 166, 0.22) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 22px rgba(2, 6, 23, 0.06);
  overflow: hidden;
  position: relative;
}

.phone-user-avatar-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.phone-user-greet {
  font-size: 0.72rem;
  color: rgba(100, 116, 139, 0.95);
  font-weight: 700;
}

.phone-user-name {
  font-size: 0.95rem;
  font-weight: 950;
  color: rgba(15, 23, 42, 0.95);
  line-height: 1.1;
}

.phone-bell {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 22px rgba(2, 6, 23, 0.06);
  position: relative;
}

.phone-bell i {
  color: rgba(51, 65, 85, 0.9);
}

.phone-bell-dot {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef4444;
  border: 2px solid #fff;
}

.balance-card {
  margin: 10px 18px 0;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(135deg, #14b8a6 0%, #0f766e 100%);
  color: #fff;
  box-shadow: 0 22px 55px rgba(20, 184, 166, 0.25);
  position: relative;
  overflow: hidden;
}

.balance-card::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  filter: blur(2px);
}

.balance-card::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -55px;
  width: 140px;
  height: 140px;
  background: rgba(124, 58, 237, 0.22);
  border-radius: 999px;
  filter: blur(10px);
}

.balance-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.balance-label {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 253, 250, 0.92);
}

.balance-top i {
  opacity: 0.9;
}

.balance-value {
  position: relative;
  z-index: 1;
  font-weight: 950;
  font-size: 2.3rem;
  letter-spacing: -0.02em;
  margin: 8px 0 14px;
}

.balance-value span {
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.9;
}

.balance-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
}

.balance-btn {
  flex: 1;
  border-radius: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 900;
  font-size: 0.82rem;
}

.balance-btn-ghost {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.balance-btn-solid {
  background: rgba(255, 255, 255, 0.95);
  color: rgba(15, 118, 110, 0.95);
  border-color: rgba(255, 255, 255, 0.6);
}

.phone-section {
  padding: 18px 22px 0;
  flex: 1;
  background: rgba(248, 250, 252, 1);
}

.phone-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.phone-section-title {
  font-weight: 950;
  font-size: 0.95rem;
  color: rgba(15, 23, 42, 0.95);
}

.phone-section-link {
  font-size: 0.78rem;
  font-weight: 900;
  color: rgba(20, 184, 166, 0.95);
}

.activity-list {
  display: grid;
  gap: 10px;
}

.activity-item {
  background: #fff;
  border-radius: 22px;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.05);
  display: flex;
  gap: 10px;
  align-items: center;
}

.activity-item-muted {
  opacity: 0.65;
}

.activity-ic {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.activity-ic-blue {
  background: rgba(59, 130, 246, 0.12);
  color: rgba(37, 99, 235, 0.95);
}

.activity-ic-purple {
  background: rgba(124, 58, 237, 0.12);
  color: rgba(124, 58, 237, 0.95);
}

.activity-ic-orange {
  background: rgba(249, 115, 22, 0.12);
  color: rgba(234, 88, 12, 0.95);
}

.activity-text {
  flex: 1;
  min-width: 0;
}

.activity-title {
  font-weight: 900;
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-time {
  font-size: 0.72rem;
  color: rgba(100, 116, 139, 0.9);
  font-weight: 700;
}

.activity-points {
  font-weight: 950;
  color: rgba(34, 197, 94, 0.95);
  font-size: 0.92rem;
}

.activity-points-negative {
  color: rgba(15, 23, 42, 0.8);
}

.phone-nav {
  padding: 10px 22px 16px;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.nav-ic {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: rgba(148, 163, 184, 1);
  font-size: 1.15rem;
}

.nav-ic-active {
  color: rgba(20, 184, 166, 0.95);
}

.nav-cta {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.18);
  transform: translateY(-12px);
}

.float-card {
  --rot: 0deg;
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 3;
  pointer-events: none;
  animation: float-y 6s ease-in-out infinite;
  transform: rotate(var(--rot));
}

.float-card-right {
  top: 90px;
  right: 8px;
  --rot: 6deg;
  animation-delay: 0.5s;
}

.float-card-left {
  bottom: 170px;
  left: -18px;
  --rot: -4deg;
  animation-delay: 2.3s;
}

.float-ic {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.2);
}

.float-ic-amazon {
  background: #fff;
  background-image: url("../images/Amazon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.float-ic-bonus {
  background: rgba(34, 197, 94, 0.12);
  color: rgba(34, 197, 94, 0.95);
}

.float-kicker {
  font-size: 0.68rem;
  font-weight: 950;
  color: rgba(100, 116, 139, 0.95);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.float-value {
  font-weight: 950;
  color: rgba(15, 23, 42, 0.95);
  font-size: 1.08rem;
  margin-top: 2px;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: -40% -30%;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.26) 0 1.5px, transparent 1.8px),
    radial-gradient(circle at 80% 35%, rgba(255, 255, 255, 0.2) 0 1.2px, transparent 1.6px),
    radial-gradient(circle at 65% 80%, rgba(255, 255, 255, 0.18) 0 1.2px, transparent 1.6px);
  background-size: 34px 34px, 42px 42px, 50px 50px;
  background-position: 0 0, 0 0, 0 0;
  opacity: 0.35;
  transform: translate3d(0, 0, 0);
  animation: hero-drift 18s linear infinite;
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -200px;
  top: -220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%);
  filter: blur(2px);
  animation: hero-float 9s ease-in-out infinite;
  pointer-events: none;
}

.home-hero .container {
  position: relative;
  z-index: 1;
}

.home-hero-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  margin-bottom: 1rem;
}

.home-hero-title-strong {
  font-weight: 900;
}

.home-hero-title-soft {
  font-weight: 650;
  opacity: 0.92;
}

.home-hero-title-dot {
  opacity: 0.75;
  margin: 0 0.35rem;
}

.home-hero-lead {
  max-width: 42rem;
  font-size: 1.1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.6rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  font-size: 0.9rem;
  backdrop-filter: blur(12px);
  margin-bottom: 1rem;
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.btn-trp-primary {
  border: 0;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  color: var(--trp-ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 35px rgba(2, 6, 23, 0.18);
}

.btn-trp-primary:hover {
  color: var(--trp-ink);
  background: #fff;
  transform: translateY(-1px);
}

.btn-trp-secondary {
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
}

.btn-trp-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.home-hero-media {
  border-radius: var(--trp-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.3);
  background: rgba(2, 6, 23, 0.12);
  position: relative;
}

.home-hero-media video {
  width: 100%;
  height: auto;
  display: block;
}

.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.07) 45%, rgba(255, 255, 255, 0.0) 72%);
  transform: translateX(-60%);
  animation: hero-shimmer 6s ease-in-out infinite;
  pointer-events: none;
}

.home-hero-meta {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-weight: 600;
  font-size: 0.9rem;
}

.section-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--trp-ink);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  margin-bottom: 0.6rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.1);
  border: 1px solid rgba(102, 126, 234, 0.18);
  color: #4338ca;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 0.85rem;
}

.section-lead {
  color: var(--trp-muted);
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
}

#how-it-works .section-kicker--minimal {
  background: none;
  border: 0;
  padding: 0;
  margin-bottom: 1rem;
  color: rgba(100, 116, 139, 0.85);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
}

#how-it-works .section-title {
  font-weight: 900;
  margin-bottom: 0.9rem;
  line-height: 1.1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

#how-it-works .section-lead {
  opacity: 0.75;
  margin-bottom: 2.6rem;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

#how-it-works {
  min-height: calc(100vh - 56px);
  display: flex;
  align-items: center;
}

#how-it-works > .container {
  width: 100%;
}

@media (min-width: 992px) {
  #how-it-works .section-title {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  #how-it-works {
    min-height: auto;
  }
}

.steps-emotion {
  margin: 0 0 2.2rem;
  text-align: center;
  color: rgba(100, 116, 139, 0.85);
  font-weight: 600;
}

.community-section .section-title-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.community-section .section-title-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f97316 0%, #ec4899 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 16px 32px rgba(236, 72, 153, 0.28);
}

.community-section .section-title {
  font-weight: 900;
  margin-bottom: 0;
}

.community-section .section-lead {
  opacity: 0.7;
}

.surface {
  background: var(--trp-surface);
  border: 1px solid var(--trp-border);
  border-radius: var(--trp-radius-lg);
  box-shadow: var(--trp-shadow);
}

.surface-soft {
  background: var(--trp-surface-2);
}

.step-card {
  border: 1px solid var(--trp-border);
  border-radius: var(--trp-radius-lg);
  padding: 1.9rem 1.6rem;
  background: #fff;
  height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  position: relative;
  will-change: transform;
}

.step-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.95);
  color: #fff;
  border: 4px solid #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.14);
}

.steps-row {
  position: relative;
}

.steps-row .col-lg-4 {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .steps-row .col-lg-4:not(:last-child) .step-card::after {
    content: "";
    position: absolute;
    top: 56px;
    left: 100%;
    width: var(--bs-gutter-x, 1.5rem);
    height: 2px;
    background: rgba(148, 163, 184, 0.35);
    border-radius: 999px;
  }

  .steps-row .col-lg-4:not(:last-child) .step-card::before {
    content: "";
    position: absolute;
    top: 56px;
    left: 100%;
    width: var(--bs-gutter-x, 1.5rem);
    height: 2px;
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.45), rgba(124, 58, 237, 0.55));
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: left;
  }
}

.step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  background: linear-gradient(135deg, var(--trp-hero-a) 0%, var(--trp-hero-b) 100%);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.16);
  margin-bottom: 0.85rem;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.step-card--discover .step-icon {
  background: linear-gradient(135deg, #22c55e 0%, #14b8a6 100%);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.35);
}

.step-card--review .step-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  box-shadow: 0 14px 28px rgba(59, 130, 246, 0.3);
}

.step-card--rewards .step-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.32);
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.16);
  border-color: rgba(102, 126, 234, 0.45);
}

.step-card:hover .step-icon {
  box-shadow:
    0 0 0 6px rgba(102, 126, 234, 0.12),
    0 18px 36px rgba(2, 6, 23, 0.22);
  transform: scale(1.06);
}

.step-title {
  font-weight: 800;
  color: var(--trp-ink);
  margin-bottom: 0.6rem;
}

.step-text {
  color: var(--trp-muted);
  margin-bottom: 0;
  line-height: 1.6;
}

.step-connector-vertical {
  width: 2px;
  height: 42px;
  margin: 0.85rem auto 0;
  background: rgba(148, 163, 184, 0.35);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.step-connector-vertical span {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(102, 126, 234, 0.35), rgba(124, 58, 237, 0.45));
  transform: scaleY(0);
  transform-origin: top;
}

.steps-anim-ready .steps-row.is-animated .step-card {
  opacity: 0;
  transform: translateY(28px) scale(0.95);
  filter: blur(6px);
}

.steps-anim-ready .steps-row.is-animated.is-unlocked .step-card {
  animation: step-pop 1.3s cubic-bezier(0.22, 0.8, 0.25, 1) both;
  animation-delay: calc(var(--step-index) * 0.55s);
}

.steps-anim-ready .steps-row.is-unlocked .step-connector-vertical span {
  transform: scaleY(1);
  transition: transform 1.6s ease;
  transition-delay: calc(var(--step-index) * 0.55s + 0.45s);
}

.steps-anim-ready .steps-row.is-unlocked .col-lg-4:not(:last-child) .step-card::before {
  transform: scaleX(1);
  transition: transform 4s ease;
  transition-delay: calc(var(--step-index) * 0.55s + 0.45s);
}

.steps-note {
  margin: 2.1rem 0 0;
  text-align: center;
  color: rgba(100, 116, 139, 0.8);
  font-size: 0.95rem;
  font-weight: 650;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.steps-note i {
  color: rgba(15, 118, 110, 0.9);
}

.preview-card {
  border: 1px solid var(--trp-border);
  border-radius: var(--trp-radius-lg);
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.preview-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.14);
  border-color: rgba(102, 126, 234, 0.35);
}

.preview-thumb {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease;
}

.preview-media {
  position: relative;
  flex: 0 0 auto;
}


.preview-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.55) 0%, rgba(2, 6, 23, 0) 60%);
  opacity: 0.85;
  pointer-events: none;
}

.preview-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}

.badge-glass {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.55rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.badge-hot {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.55rem;
  border-radius: 0.7rem;
  background: rgba(249, 115, 22, 0.92);
  border: 1px solid rgba(249, 115, 22, 0.95);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.preview-center-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 200ms ease, transform 200ms ease;
  z-index: 2;
  pointer-events: none;
}

.preview-center-icon i {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 1.6rem;
  backdrop-filter: blur(10px);
}

.preview-card:hover .preview-center-icon {
  opacity: 1;
  transform: scale(1);
}

.preview-card:hover .preview-thumb {
  transform: scale(1.02);
}

.preview-placeholder {
  height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  background:
    radial-gradient(600px circle at 20% 20%, rgba(102, 126, 234, 0.18) 0%, rgba(102, 126, 234, 0) 55%),
    radial-gradient(500px circle at 80% 40%, rgba(118, 75, 162, 0.2) 0%, rgba(118, 75, 162, 0) 60%),
    linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
  color: var(--trp-ink);
}

.preview-body {
  padding: 0.85rem 0.95rem 0.95rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .preview-thumb,
  .preview-placeholder {
    height: 240px;
  }
}



.preview-title {
  font-weight: 800;
  color: var(--trp-ink);
  line-height: 1.25;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  min-height: calc(1.25em * 1);
  font-size: 1rem;
}

.preview-stats {
  display: none;
}

.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.26rem 0.55rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #475569;
  background: rgba(100, 116, 139, 0.08);
  border: 1px solid rgba(100, 116, 139, 0.16);
}

.preview-float-points {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(2, 6, 23, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.preview-card:hover .preview-float-points {
  opacity: 1;
  transform: translateY(0);
}

.preview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--trp-muted);
  margin-top: auto;
}

.preview-cta {
  font-size: 0.88rem;
  font-weight: 900;
  color: rgba(15, 118, 110, 0.95);
  white-space: nowrap;
}

.preview-cta:hover {
  color: rgba(13, 148, 136, 1);
}

.preview-cta .cta-arrow {
  display: inline-block;
  margin-left: 0.15rem;
  transition: transform 160ms ease;
}

.preview-card:hover .preview-cta .cta-arrow {
  transform: translateX(3px);
}

.ai-preview-card {
  border-style: dashed;
  border-color: rgba(99, 102, 241, 0.35);
}

.ai-preview-card .preview-media-overlay {
  background: linear-gradient(to top, rgba(2, 6, 23, 0.62) 0%, rgba(2, 6, 23, 0.1) 60%);
}

.badge-glass.badge-ai {
  background: rgba(15, 118, 110, 0.75);
  border-color: rgba(15, 118, 110, 0.95);
}

.preview-summary {
  margin: 0.4rem 0 0.9rem;
  color: rgba(51, 65, 85, 0.85);
  font-size: 0.95rem;
  line-height: 1.55;
}

.live-pill--ai {
  gap: 0.4rem;
  background: rgba(15, 118, 110, 0.12);
  color: rgba(15, 118, 110, 0.95);
  border: 1px solid rgba(15, 118, 110, 0.3);
}

.points-pill {
  display: none;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.22);
  color: #92400e;
  font-weight: 800;
  font-size: 0.9rem;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center;
  justify-items: center;
}

@media (max-width: 576px) {
  .hero-btn-login {
    display: inline-flex;
  }

  body.landing .mobile-auth-actions {
    display: none;
  }

  .home-hero {
    padding: 3.2rem 0 2.2rem;
  }

  .hero-badge {
    font-size: 0.98rem;
    padding: 0.32rem 0.7rem;
  }

  .hero-headline {
    font-size: clamp(2.2rem, 8.2vw, 3rem);
  }

  .hero-headline-gradient {
    font-size: clamp(1.6rem, 6.8vw, 2.25rem);
  }

  .hero-subhead {
    font-size: 1.05rem;
  }

  .hero-guardrail {
    font-size: 0.95rem;
  }

  .hero-proof {
    font-size: 0.95rem;
  }

  .hero-visual {
    margin-top: 1.75rem;
  }

  .phone-wrap {
    width: 280px;
    height: 520px;
  }

  .phone {
    width: 240px;
    height: 490px;
    border-radius: 46px;
  }

  .phone-reflection {
    border-radius: 46px;
  }

  .phone-screen {
    border-radius: 38px;
  }

  .phone-status {
    padding: 12px 18px 6px;
    font-size: 0.62rem;
  }

  .status-icons i {
    font-size: 0.75rem;
  }

  .phone-header {
    padding: 10px 18px 6px;
  }

  .phone-user-avatar {
    width: 34px;
    height: 34px;
  }

  .phone-user-greet {
    font-size: 0.62rem;
  }

  .phone-user-name {
    font-size: 0.82rem;
  }

  .phone-bell {
    width: 34px;
    height: 34px;
  }

  .balance-card {
    margin: 8px 14px 0;
    padding: 14px;
    border-radius: 22px;
  }

  .balance-label {
    font-size: 0.62rem;
  }

  .balance-value {
    font-size: 1.8rem;
    margin: 6px 0 10px;
  }

  .balance-value span {
    font-size: 0.85rem;
  }

  .balance-btn {
    padding: 6px 8px;
    font-size: 0.72rem;
    border-radius: 12px;
  }

  .phone-section {
    padding: 12px 16px 0;
  }

  .phone-section-title {
    font-size: 0.85rem;
  }

  .phone-section-link {
    font-size: 0.7rem;
  }

  .activity-item {
    padding: 8px 10px;
    border-radius: 18px;
  }

  .activity-ic {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }

  .activity-title {
    font-size: 0.75rem;
  }

  .activity-time {
    font-size: 0.65rem;
  }

  .activity-points {
    font-size: 0.82rem;
  }

  .phone-nav {
    padding: 8px 18px 12px;
  }

  .nav-ic {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .nav-cta {
    width: 46px;
    height: 46px;
    transform: translateY(-10px);
  }

  .float-card {
    display: none;
  }

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

@media (max-width: 360px) {
  .phone-wrap {
    width: 250px;
    height: 480px;
  }

  .phone {
    width: 220px;
    height: 460px;
  }

  .balance-card {
    padding: 12px;
  }

  .balance-value {
    font-size: 1.6rem;
  }

  .activity-ic {
    width: 30px;
    height: 30px;
  }

  .nav-cta {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 2200px) and (min-height: 1200px) {
  .home-hero {
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    padding: 5.5rem 0 4.5rem;
    z-index: 0;
  }

  .activity-ticker {
    margin-top: -2.5rem;
    position: relative;
    z-index: 3;
  }

  .home-hero > .container {
    width: 100%;
    max-width: 1680px;
  }

  .hero-grid {
    --bs-gutter-x: 8rem;
  }

  .hero-badge {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }

  .hero-headline {
    font-size: clamp(3.6rem, 3vw, 5rem);
  }

  .hero-headline-gradient {
    font-size: clamp(2.6rem, 2.4vw, 3.6rem);
  }

  .hero-subhead {
    font-size: 1.55rem;
    max-width: 50rem;
  }

  .hero-guardrail {
    font-size: 1.2rem;
  }

  .hero-cta {
    gap: 1rem;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 1.1rem 1.6rem;
    font-size: 1.05rem;
  }

  .hero-proof {
    font-size: 1.25rem;
  }

  .phone-wrap {
    width: 520px;
    height: 900px;
  }

  .phone {
    transform: translate(-50%, -50%) rotate(-12deg) scale(1.15);
  }

  .phone-wrap:hover .phone {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.2);
  }

  .float-card-right {
    top: 120px;
    right: 14px;
  }

  .float-card-left {
    bottom: 210px;
    left: -26px;
  }

  #how-it-works {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #how-it-works .section-kicker--minimal {
    font-size: 0.95rem;
    letter-spacing: 0.28em;
  }

  #how-it-works .section-title {
    font-size: clamp(2.4rem, 2.6vw, 3.4rem);
  }

  #how-it-works .section-lead {
    font-size: 1.25rem;
    max-width: 70ch;
  }

  .steps-emotion {
    font-size: 1.15rem;
    margin-bottom: 2.8rem;
  }

  .steps-row {
    --bs-gutter-x: 6rem;
  }

  .step-card {
    padding: 2.4rem 2rem;
  }

  .step-number {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
    top: -18px;
  }

  .step-icon {
    width: 64px;
    height: 64px;
    font-size: 1.6rem;
    margin-bottom: 1.1rem;
  }

  .step-title {
    font-size: 1.35rem;
  }

  .step-text {
    font-size: 1.05rem;
  }

  .steps-note {
    font-size: 1.05rem;
  }

  .trending-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .trending-section .container {
    max-width: 1680px;
  }

  .trending-section .section-title {
    font-size: clamp(2.2rem, 2.4vw, 3rem);
  }

  .trending-section .section-lead {
    font-size: 1.2rem;
  }

  .trending-section .live-pill {
    font-size: 0.95rem;
    padding: 0.35rem 0.75rem;
  }

  .trending-section .live-dot {
    width: 10px;
    height: 10px;
  }

  .trending-section .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
  }

  .trending-section .preview-thumb,
  .trending-section .preview-placeholder {
    height: 280px;
  }

  .trending-section .preview-body {
    padding: 1.2rem 1.2rem 1.3rem;
  }

  .trending-section .preview-title {
    font-size: 1.2rem;
  }

  .trending-section .preview-float-points {
    font-size: 1rem;
    padding: 0.45rem 0.75rem;
  }

  .trending-section .badge-glass,
  .trending-section .badge-hot {
    font-size: 0.85rem;
    padding: 0.38rem 0.65rem;
  }

  .trending-section .preview-cta {
    font-size: 1rem;
  }

  .activity-ticker .ticker-item {
    font-size: 1rem;
    padding: 0.75rem 1.4rem;
  }

  #rewards,
  #community {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #rewards .section-title,
  #community .section-title {
    font-size: clamp(2.2rem, 2.3vw, 3rem);
  }

  #rewards .section-lead,
  #community .section-lead {
    font-size: 1.2rem;
  }

  #rewards .trust-note {
    font-size: 1.05rem;
  }

  .brand-marquee {
    padding: 3.2rem 0;
  }

  .brand-item img {
    height: 88px;
    max-width: 260px;
  }

  #rewards .reward-mini {
    padding: 1.3rem 1.4rem;
    gap: 1rem;
  }

  #rewards .reward-mini img,
  #rewards .reward-mini-fallback {
    width: 70px;
    height: 70px;
    border-radius: 18px;
  }

  #rewards .reward-mini-title {
    font-size: 1.1rem;
  }

  #rewards .reward-mini-sub {
    font-size: 1rem;
  }

  #rewards .mini-badge {
    font-size: 0.9rem;
  }

  #community .leaderboard-head {
    padding: 1.4rem 1.6rem;
  }

  #community .leaderboard-title {
    font-size: 1.2rem;
  }

  #community .leaderboard-row {
    padding: 1.4rem 1.6rem;
    gap: 1.2rem;
  }

  #community .leaderboard-avatar {
    width: 56px;
    height: 56px;
  }

  #community .leaderboard-avatar.is-rank-1 {
    width: 64px;
    height: 64px;
  }

  #community .leaderboard-name {
    font-size: 1.15rem;
  }

  #community .leaderboard-meta {
    font-size: 1rem;
  }

  #community .leaderboard-progress-label {
    font-size: 0.95rem;
  }

  #community .leaderboard-points .points {
    font-size: 1.15rem;
  }

  #community .leaderboard-footer {
    padding: 1.1rem 1.5rem;
  }

  #community .leaderboard-note {
    font-size: 1.05rem;
  }

  .cta-card {
    padding: 4.5rem 4rem;
  }

  .cta-card h2 {
    font-size: clamp(2.4rem, 2.4vw, 3.2rem);
  }

  .cta-card p {
    font-size: 1.15rem;
  }

  .cta-reassurance .meta-chip {
    font-size: 1rem;
    padding: 0.45rem 0.85rem;
  }

  .site-footer {
    padding: 5.5rem 0 3rem;
  }

  .site-footer .container {
    max-width: 1680px;
  }

  .footer-grid {
    gap: 3.2rem;
  }

  .footer-brand-name {
    font-size: 1.4rem;
  }

  .footer-brand-copy {
    font-size: 1.05rem;
  }

  .footer-col-title {
    font-size: 1.05rem;
  }

  .footer-links a {
    font-size: 1rem;
  }

  .footer-bottom {
    font-size: 1rem;
  }
}

.logo-grid img {
  max-height: 36px;
  width: auto;
  max-width: 100%;
  opacity: 1;
  filter: none;
  transition: transform 200ms ease;
  animation: logo-float 8s ease-in-out infinite;
}

.logo-grid img:nth-child(2n) { animation-delay: 0.6s; }
.logo-grid img:nth-child(3n) { animation-delay: 1.2s; }
.logo-grid img:nth-child(5n) { animation-delay: 1.8s; }

.logo-grid img:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.brand-marquee {
  position: relative;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--trp-radius-lg);
  padding: 2.6rem 0;
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.brand-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 26s linear infinite;
}

.brand-marquee:hover .brand-track {
  animation-play-state: paused;
}

.brand-group {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  padding: 0 2.4rem;
  white-space: nowrap;
}

.brand-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: none;
  opacity: 1;
  transition: transform 180ms ease;
}

.brand-item:hover {
  transform: translateY(-1px);
}

.brand-item img {
  height: 70px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}


.brand-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  pointer-events: none;
}

.brand-fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(248, 250, 252, 0.95), rgba(248, 250, 252, 0));
}

.brand-fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(248, 250, 252, 0.95), rgba(248, 250, 252, 0));
}

.reward-mini {
  border: 1px solid var(--trp-border);
  border-radius: var(--trp-radius-md);
  padding: 1rem 1.1rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.reward-mini img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.reward-mini-fallback {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--trp-hero-a) 0%, var(--trp-hero-b) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.reward-mini-title {
  font-weight: 800;
  color: var(--trp-ink);
  margin: 0;
  line-height: 1.2;
}

.reward-mini-sub {
  margin: 0.1rem 0 0;
  color: var(--trp-muted);
  font-size: 0.92rem;
  display: grid;
  gap: 0.15rem;
}

.reward-mini-points {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.reward-mini-label {
  font-size: 0.76rem;
  color: rgba(100, 116, 139, 0.8);
  font-weight: 600;
}

.reward-mini-badges {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #065f46;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.2);
  white-space: nowrap;
}

.mini-badge-muted {
  color: #334155;
  background: rgba(100, 116, 139, 0.1);
  border-color: rgba(100, 116, 139, 0.18);
}

@media (max-width: 576px) {
  .reward-mini {
    flex-wrap: wrap;
    padding: 0.7rem 0.8rem;
    gap: 0.6rem;
  }

  .reward-mini img,
  .reward-mini-fallback {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .reward-mini-title {
    font-size: 0.95rem;
  }

  .reward-mini-sub {
    font-size: 0.8rem;
  }

  .reward-mini-badges {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .mini-badge {
    font-size: 0.72rem;
    padding: 0.2rem 0.5rem;
  }
}

.reviewer-card {
  border: 1px solid var(--trp-border);
  border-radius: var(--trp-radius-lg);
  padding: 1.25rem 1.15rem;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.reviewer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(2, 6, 23, 0.12);
  border-color: rgba(102, 126, 234, 0.35);
}

.reviewer-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.reviewer-avatar {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, var(--trp-hero-a) 0%, var(--trp-hero-b) 100%);
  position: relative;
}

.reviewer-avatar::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.12) 55%, rgba(255, 255, 255, 0.4) 100%);
  z-index: -1;
  opacity: 0.45;
  filter: blur(0.2px);
  animation: ring-glow 7s ease-in-out infinite;
}

.reviewer-name {
  font-weight: 900;
  color: var(--trp-ink);
  line-height: 1.1;
}

.reviewer-meta {
  color: var(--trp-muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.reviewer-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.reviewer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: -0.2rem;
}

.leaderboard {
  border-radius: var(--trp-radius-lg);
}

.leaderboard-head {
  background: rgba(15, 23, 42, 0.95);
  color: #fff;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.leaderboard-title {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 900;
}

.leaderboard-title i {
  color: #facc15;
}

.leaderboard-sub {
  color: rgba(226, 232, 240, 0.75);
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.leaderboard-body {
  display: flex;
  flex-direction: column;
}

.leaderboard-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.04);
  transition: background 160ms ease, box-shadow 160ms ease;
  color: inherit;
  position: relative;
  cursor: pointer;
}

.leaderboard-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: rgba(102, 126, 234, 0.45);
  opacity: 0;
  transform: scaleY(0.8);
  transition: opacity 160ms ease, transform 160ms ease;
}

.leaderboard-row:hover {
  background: rgba(15, 23, 42, 0.02);
}

.leaderboard-row:hover::before {
  opacity: 1;
  transform: scaleY(1);
}

.rank-badge {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #64748b;
  background: rgba(148, 163, 184, 0.16);
}

.rank-1 {
  color: #92400e;
  background: rgba(250, 204, 21, 0.22);
}

.rank-2 {
  color: #334155;
  background: rgba(148, 163, 184, 0.22);
}

.rank-3 {
  color: #9a3412;
  background: rgba(251, 146, 60, 0.22);
}

.leaderboard-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 950;
  color: #fff;
  background: linear-gradient(135deg, var(--trp-hero-a) 0%, var(--trp-hero-b) 100%);
  box-shadow: 0 16px 30px rgba(2, 6, 23, 0.12);
  overflow: hidden;
}

.leaderboard-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.leaderboard-avatar.is-rank-1 {
  width: 54px;
  height: 54px;
  box-shadow:
    0 0 0 3px rgba(250, 204, 21, 0.4),
    0 18px 34px rgba(2, 6, 23, 0.16);
}

.leaderboard-avatar.is-rank-2 {
  box-shadow:
    0 0 0 3px rgba(148, 163, 184, 0.5),
    0 16px 30px rgba(2, 6, 23, 0.14);
}

.leaderboard-avatar.is-rank-3 {
  box-shadow:
    0 0 0 3px rgba(251, 146, 60, 0.45),
    0 16px 30px rgba(2, 6, 23, 0.14);
}

.leaderboard-main {
  flex: 1;
  min-width: 0;
}

.leaderboard-name {
  font-weight: 950;
  color: var(--trp-ink);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.leaderboard-crown {
  display: inline-flex;
  align-items: center;
  color: #7c3aed;
  opacity: 0.9;
}

.leaderboard-meta {
  color: var(--trp-muted);
  font-weight: 700;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.leaderboard-divider {
  opacity: 0.6;
}

.streak-icon.is-flicker {
  animation: streak-flicker 800ms ease;
}

.leaderboard-progress {
  margin-top: 0.55rem;
  display: grid;
  gap: 0.4rem;
}

.leaderboard-progress-label {
  font-size: 0.82rem;
  color: rgba(100, 116, 139, 0.9);
  font-weight: 700;
}

.leaderboard-progress-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.leaderboard-progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.75) 0%, rgba(34, 197, 94, 0.85) 100%);
  transition: width 600ms ease;
}

.leaderboard-points {
  text-align: right;
}

.leaderboard-points .points {
  font-weight: 950;
  color: #4338ca;
}

.leaderboard-points .label {
  font-size: 0.78rem;
  color: rgba(100, 116, 139, 0.9);
  font-weight: 700;
}

.leaderboard-points .label-secondary {
  color: rgba(100, 116, 139, 0.72);
}

.leaderboard-footer {
  padding: 0.85rem 1.25rem;
  background: rgba(15, 23, 42, 0.03);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  text-align: center;
}

.leaderboard-footer a {
  color: #4338ca;
}

.leaderboard-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.75rem;
}

.leaderboard-note {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  color: rgba(100, 116, 139, 0.75);
  text-align: center;
}

.cta-card {
  background:
    radial-gradient(900px circle at 20% 10%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 55%),
    radial-gradient(700px circle at 90% 35%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, var(--trp-hero-a) 0%, var(--trp-hero-b) 100%);
  color: #fff;
  border-radius: var(--trp-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.22);
  position: relative;
  overflow: hidden;
}

.cta-card h2 {
  position: relative;
  z-index: 1;
}

.cta-card h2::after {
  content: "";
  position: absolute;
  inset: -12% -6%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  animation: cta-headline-glow 1s ease forwards;
  pointer-events: none;
}

.cta-card h2,
.cta-card p {
  color: #fff;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: -60%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 55%);
  transform: translate3d(0, 0, 0);
  animation: hero-drift 22s linear infinite reverse;
  pointer-events: none;
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card .btn-trp-primary {
  animation: cta-glow 6s ease-in-out infinite;
}

.cta-reassurance {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  color: #fff;
  background: rgba(2, 6, 23, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
  animation: live-pulse 1.8s ease-in-out infinite;
}

.trust-note {
  color: #475569;
  max-width: 60ch;
}

.trust-note-secondary {
  color: rgba(71, 85, 105, 0.78);
}

.redeem-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.redeem-highlights .stat-chip {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.76);
  padding: 0.4rem 0.8rem;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.redeem-highlights .stat-chip i {
  color: rgba(15, 118, 110, 0.95);
}

@media (max-width: 768px) {
  .redeem-highlights {
    justify-content: flex-start;
  }
}

.spotlight {
  text-align: left;
  position: relative;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(34, 197, 94, 0.3) 0%, rgba(20, 184, 166, 0.24) 100%) border-box;
  border: 1px solid transparent;
}

.spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #166534;
  font-weight: 900;
  font-size: 0.9rem;
}

.spotlight-badge-icon {
  animation: spotlight-glow 7s ease-in-out infinite;
}

.spotlight-description {
  margin: 0.6rem 0 0.2rem;
  color: var(--trp-muted);
  font-weight: 650;
}

.spotlight-line {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.spotlight-name {
  font-weight: 950;
  color: var(--trp-ink);
}

.spotlight-meta {
  color: var(--trp-muted);
  font-weight: 700;
}

.spotlight-fade-in {
  animation: spotlight-fade 380ms ease-out;
}

.footer-min {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.site-footer {
  background: radial-gradient(900px circle at 20% 10%, rgba(102, 126, 234, 0.14) 0%, rgba(2, 6, 23, 0) 60%),
    radial-gradient(800px circle at 85% 35%, rgba(124, 58, 237, 0.12) 0%, rgba(2, 6, 23, 0) 62%),
    #0b1220;
  color: rgba(226, 232, 240, 0.82);
  padding: 4.5rem 0 2.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 2.5rem;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #14b8a6 0%, #7c3aed 100%);
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.28);
}

.footer-brand-name {
  font-weight: 950;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -0.01em;
}

.footer-brand-copy {
  margin: 0;
  max-width: 38ch;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.72);
}

.footer-col-title {
  font-weight: 900;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.footer-links a {
  color: rgba(226, 232, 240, 0.78);
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover {
  color: rgba(226, 232, 240, 0.95);
}

.footer-small {
  margin: 0 0 1rem;
  color: rgba(226, 232, 240, 0.62);
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.social-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: rgba(226, 232, 240, 0.8);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.social-btn:hover {
  transform: translateY(-1px);
  background: rgba(102, 126, 234, 0.22);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(148, 163, 184, 0.9);
  font-size: 0.9rem;
  font-weight: 650;
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-heart {
  color: #ef4444;
  font-weight: 900;
}

.footer-owner-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-color 160ms ease, color 160ms ease;
}

.footer-owner-link:hover {
  border-color: currentColor;
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .btn-trp-primary,
  .btn-trp-secondary,
  .ticker-track,
  .ticker-dot,
  .hero-badge-spark,
  .step-card,
  .preview-card,
  .reviewer-card,
  .home-hero::before,
  .home-hero::after,
  .home-hero-media::after,
  .phone,
  .float-card,
  .logo-grid img,
  .brand-track,
  .reviewer-avatar::after,
  .cta-card::before,
  .cta-card .btn-trp-primary,
  .live-dot,
  .spotlight-fade-in,
  .spotlight-badge-icon,
  .leaderboard-progress-bar span,
  .streak-icon.is-flicker,
  .step-connector-vertical span,
  .steps-row .col-lg-4:not(:last-child) .step-card::before,
  .cta-card h2::after {
    transition: none !important;
    animation: none !important;
  }

  .steps-anim-ready .steps-row.is-animated .step-card {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .steps-anim-ready .steps-row.is-unlocked .step-connector-vertical span,
  .steps-anim-ready .steps-row.is-unlocked .col-lg-4:not(:last-child) .step-card::before {
    transform: none;
  }

}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes badge-spark {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.08); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes float-y {
  0%, 100% { transform: translateY(0) rotate(var(--rot)); }
  50% { transform: translateY(-16px) rotate(var(--rot)); }
}

@keyframes hero-drift {
  0% { transform: translate3d(-1.2%, -1.2%, 0); }
  50% { transform: translate3d(1.2%, 1.4%, 0); }
  100% { transform: translate3d(-1.2%, -1.2%, 0); }
}

@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(22px); }
}

@keyframes hero-shimmer {
  0% { transform: translateX(-60%); opacity: 0.45; }
  50% { transform: translateX(30%); opacity: 0.7; }
  100% { transform: translateX(140%); opacity: 0.45; }
}

@keyframes step-pop {
  0% { opacity: 0; transform: translateY(28px) scale(0.95); filter: blur(6px); }
  60% { opacity: 1; transform: translateY(-6px) scale(1.03); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes ring-glow {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.6; }
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

@keyframes ticker-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes cta-glow {
  0%, 100% { box-shadow: 0 16px 35px rgba(2, 6, 23, 0.18); }
  50% { box-shadow: 0 18px 45px rgba(2, 6, 23, 0.26); }
}

@keyframes cta-headline-glow {
  0% { opacity: 0; transform: scale(0.99); }
  100% { opacity: 0.45; transform: scale(1); }
}

@keyframes spotlight-fade {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes spotlight-glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(250, 204, 21, 0)); }
  50% { filter: drop-shadow(0 0 6px rgba(250, 204, 21, 0.55)); }
}

@keyframes streak-flicker {
  0% { opacity: 0.45; transform: scale(0.92); }
  40% { opacity: 1; transform: scale(1.06); }
  100% { opacity: 1; transform: scale(1); }
}
