.xy-reward-v2 {
  --reward-primary: #1769ff;
  --reward-primary-dark: #0b50d7;
  --reward-navy: #0c1b3a;
  --reward-text: #14213d;
  --reward-muted: #60708e;
  --reward-line: #dfe7f4;
  --reward-soft: #f5f8fd;
  --reward-white: #ffffff;
  color: var(--reward-text);
  background: #fff;
  overflow-x: hidden;
}

.xy-reward-v2 .xy-reward-page,
.xy-reward-v2 .xy-reward-page * {
  box-sizing: border-box;
}

.xy-reward-v2 .xy-reward-page a {
  text-decoration: none;
}

.xy-reward-v2 .xy-reward-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.xy-reward-v2 .xy-reward-hero {
  position: relative;
  min-height: 620px;
  padding: 0;
  overflow: hidden;
  background-color: #eef5ff;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.xy-reward-v2 .xy-reward-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(242, 247, 255, .98) 0%, rgba(242, 247, 255, .94) 42%, rgba(235, 244, 255, .8) 68%, rgba(235, 244, 255, .66) 100%),
    radial-gradient(circle at 76% 18%, rgba(69, 144, 255, .28), transparent 36%);
}

.xy-reward-v2 .xy-reward-hero::after {
  position: absolute;
  top: -170px;
  right: -110px;
  z-index: -1;
  width: 700px;
  height: 700px;
  content: "";
  border: 1px solid rgba(23, 105, 255, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(23, 105, 255, .035), 0 0 0 150px rgba(23, 105, 255, .02);
}

.xy-reward-v2 .xy-reward-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: 74px;
  align-items: center;
  min-height: 620px;
  padding-top: 54px;
  padding-bottom: 58px;
}

.xy-reward-v2 .xy-reward-eyebrow,
.xy-reward-v2 .xy-reward-section-head > div > span,
.xy-reward-v2 .xy-reward-section-head > span,
.xy-reward-v2 .xy-reward-calculator-copy > span,
.xy-reward-v2 .xy-reward-products-intro > span,
.xy-reward-v2 .xy-reward-rules-copy > span,
.xy-reward-v2 .xy-reward-faq-intro > span,
.xy-reward-v2 .xy-reward-cta-inner > div:first-child > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--reward-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.xy-reward-v2 .xy-reward-eyebrow {
  margin: 0;
  line-height: 1;
}

.xy-reward-v2 .xy-reward-eyebrow::before {
  display: block;
  width: 26px;
  height: 2px;
  content: "";
  background: var(--reward-primary);
}

.xy-reward-v2 .xy-reward-display-title {
  max-width: 650px;
  margin: 22px 0 20px;
  color: var(--reward-navy);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 800;
  line-height: 1.19;
  letter-spacing: -.045em;
}

.xy-reward-v2 .xy-reward-display-title em {
  color: var(--reward-primary);
  font-style: normal;
}

.xy-reward-v2 .xy-reward-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: #526482;
  font-size: 17px;
  line-height: 1.9;
}

.xy-reward-v2 .xy-reward-hero-copy > .xy-reward-hero-detail {
  margin-top: 3px;
  color: #71809a;
  font-size: 14px;
}

.xy-reward-v2 .xy-reward-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.xy-reward-v2 .xy-reward-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.xy-reward-v2 .xy-reward-btn:hover {
  transform: translateY(-2px);
}

.xy-reward-v2 .xy-reward-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.xy-reward-v2 .xy-reward-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #1769ff, #0a55dd);
  box-shadow: 0 13px 30px rgba(23, 105, 255, .25);
}

.xy-reward-v2 .xy-reward-btn-primary:hover {
  color: #fff;
  box-shadow: 0 16px 34px rgba(23, 105, 255, .32);
}

.xy-reward-v2 .xy-reward-btn-ghost {
  color: #29405f;
  border-color: #cad7e9;
  background: rgba(255, 255, 255, .64);
}

.xy-reward-v2 .xy-reward-btn-ghost:hover {
  color: var(--reward-primary);
  border-color: #a9c3ed;
  background: #fff;
}

.xy-reward-v2 .xy-reward-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 26px;
  margin: 24px 0 0;
  padding: 0;
  color: #60708e;
  font-size: 13px;
  list-style: none;
}

.xy-reward-v2 .xy-reward-trust-list li {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.xy-reward-v2 .xy-reward-trust-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--reward-primary);
  border: 1px solid #b9cff4;
  border-radius: 50%;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.xy-reward-v2 .xy-reward-hero-dashboard {
  position: relative;
  width: 100%;
  min-width: 0 !important;
  max-width: 470px;
  justify-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 34px 80px rgba(45, 87, 151, .18), 0 4px 16px rgba(38, 81, 145, .08);
  backdrop-filter: blur(16px);
}

.xy-reward-v2 .xy-reward-hero-dashboard::before {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(23, 105, 255, .2), rgba(68, 207, 255, .04));
  transform: rotate(12deg);
}

.xy-reward-v2 .xy-reward-console-visual {
  position: absolute;
  top: 34px;
  right: max(2vw, calc(50% - 700px));
  bottom: 34px;
  z-index: 0;
  width: min(46vw, 680px);
  pointer-events: none;
  opacity: .22;
}

.xy-reward-v2 .xy-reward-console-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.xy-reward-v2 .xy-reward-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #60708e;
  font-size: 13px;
}

.xy-reward-v2 .xy-reward-dashboard-head > div {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #263a59;
  font-weight: 700;
}

.xy-reward-v2 .xy-reward-dashboard-head > span {
  padding: 5px 9px;
  color: var(--reward-primary);
  border-radius: 999px;
  background: #edf4ff;
  font-size: 12px;
}

.xy-reward-v2 .xy-reward-live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #27bf78;
  box-shadow: 0 0 0 5px rgba(39, 191, 120, .12);
}

.xy-reward-v2 .xy-reward-rate-card {
  position: relative;
  margin-top: 20px;
  padding: 24px 24px 22px;
  overflow: hidden;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, #0e57df 0%, #1676ff 58%, #3198ff 100%);
  box-shadow: 0 18px 35px rgba(23, 105, 255, .24);
}

.xy-reward-v2 .xy-reward-rate-card::after {
  position: absolute;
  right: -34px;
  bottom: -78px;
  width: 190px;
  height: 190px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(255, 255, 255, .05), 0 0 0 66px rgba(255, 255, 255, .035);
}

.xy-reward-v2 .xy-reward-rate-card > span,
.xy-reward-v2 .xy-reward-rate-card > small {
  position: relative;
  z-index: 1;
  display: block;
}

.xy-reward-v2 .xy-reward-rate-card > span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.xy-reward-v2 .xy-reward-rate-card > strong {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin: 4px 0 2px;
  line-height: 1;
}

.xy-reward-v2 .xy-reward-rate-card b {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -.06em;
}

.xy-reward-v2 .xy-reward-rate-card i {
  margin: 0 0 8px 5px;
  font-size: 28px;
  font-style: normal;
}

.xy-reward-v2 .xy-reward-rate-card small {
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
}

.xy-reward-v2 .xy-reward-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 23px;
}

.xy-reward-v2 .xy-reward-dashboard-stats div {
  min-width: 0;
  padding: 0 14px;
  border-right: 1px solid #e7edf6;
}

.xy-reward-v2 .xy-reward-dashboard-stats div:first-child {
  padding-left: 0;
}

.xy-reward-v2 .xy-reward-dashboard-stats div:last-child {
  padding-right: 0;
  border-right: 0;
}

.xy-reward-v2 .xy-reward-dashboard-stats span,
.xy-reward-v2 .xy-reward-dashboard-stats strong {
  display: block;
}

.xy-reward-v2 .xy-reward-dashboard-stats span {
  margin-bottom: 5px;
  color: #8794a9;
  font-size: 11px;
}

.xy-reward-v2 .xy-reward-dashboard-stats strong {
  color: #253a5a;
  font-size: 13px;
  white-space: nowrap;
}

.xy-reward-v2 .xy-reward-dashboard-flow {
  display: flex;
  align-items: flex-start;
  margin-top: 23px;
  padding: 17px 14px 2px;
  border-top: 1px solid #e9eef6;
}

.xy-reward-v2 .xy-reward-dashboard-flow span {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  color: #77859b;
  font-size: 11px;
}

.xy-reward-v2 .xy-reward-dashboard-flow span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #74839a;
  border: 1px solid #d6deeb;
  border-radius: 50%;
  background: #fff;
  font-style: normal;
  font-weight: 700;
}

.xy-reward-v2 .xy-reward-dashboard-flow span.is-active {
  color: var(--reward-primary);
}

.xy-reward-v2 .xy-reward-dashboard-flow span.is-active i {
  color: #fff;
  border-color: var(--reward-primary);
  background: var(--reward-primary);
  box-shadow: 0 0 0 4px rgba(23, 105, 255, .1);
}

.xy-reward-v2 .xy-reward-dashboard-flow b {
  flex: 1 1 auto;
  height: 1px;
  min-width: 28px;
  margin: 12px 10px 0;
  background: linear-gradient(90deg, #9fc1f9, #dbe4f1);
}

.xy-reward-v2 .xy-reward-hero-orb {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: rgba(255, 255, 255, .26);
  box-shadow: 0 18px 50px rgba(23, 105, 255, .12);
  backdrop-filter: blur(8px);
}

.xy-reward-v2 .xy-reward-hero-orb-one {
  top: 105px;
  right: calc(50% - 570px);
  width: 54px;
  height: 54px;
}

.xy-reward-v2 .xy-reward-hero-orb-two {
  right: calc(50% - 480px);
  bottom: 50px;
  width: 30px;
  height: 30px;
}

.xy-reward-v2 .xy-reward-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-top: 1px solid rgba(215, 226, 242, .8);
  border-bottom: 1px solid #e4ebf5;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(31, 68, 120, .06);
  backdrop-filter: blur(14px);
}

.xy-reward-v2 .xy-reward-anchor-nav .xy-reward-container {
  display: flex;
  align-items: center;
  min-height: 58px;
}

.xy-reward-v2 .xy-reward-anchor-nav .xy-reward-container > span {
  margin-right: 45px;
  color: #1b2d4b;
  font-size: 14px;
  font-weight: 800;
}

.xy-reward-v2 .xy-reward-anchor-nav .xy-reward-container > div {
  display: flex;
  gap: 30px;
  align-items: center;
}

.xy-reward-v2 .xy-reward-anchor-nav a {
  color: #5c6b82;
  font-size: 13px;
  transition: color .2s ease;
}

.xy-reward-v2 .xy-reward-anchor-nav a:hover {
  color: var(--reward-primary);
}

.xy-reward-v2 .xy-reward-anchor-nav .xy-reward-anchor-action {
  margin-left: auto;
  padding: 8px 18px;
  color: #fff;
  border-radius: 6px;
  background: var(--reward-primary);
  font-weight: 700;
}

.xy-reward-v2 .xy-reward-section {
  padding: 96px 0;
  scroll-margin-top: 72px;
}

.xy-reward-v2 .xy-reward-section-head h2,
.xy-reward-v2 .xy-reward-calculator-copy h2,
.xy-reward-v2 .xy-reward-products-intro h2,
.xy-reward-v2 .xy-reward-rules-copy h2,
.xy-reward-v2 .xy-reward-faq-intro h2,
.xy-reward-v2 .xy-reward-cta h2 {
  margin: 12px 0 0;
  color: var(--reward-navy);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -.03em;
}

.xy-reward-v2 .xy-reward-section-head-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.xy-reward-v2 .xy-reward-section-head-split > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: var(--reward-muted);
  font-size: 15px;
  line-height: 1.85;
}

.xy-reward-v2 .xy-reward-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.xy-reward-v2 .xy-reward-audience-card {
  position: relative;
  min-height: 326px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--reward-line);
  border-radius: 14px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.xy-reward-v2 .xy-reward-audience-card::after {
  position: absolute;
  right: -54px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 105, 255, .07), transparent 68%);
}

.xy-reward-v2 .xy-reward-audience-card:hover {
  transform: translateY(-5px);
  border-color: #bed2f2;
  box-shadow: 0 22px 50px rgba(32, 73, 133, .11);
}

.xy-reward-v2 .xy-reward-audience-featured {
  border-color: #c9dafa;
  background: linear-gradient(145deg, #fff, #f5f9ff);
  box-shadow: 0 18px 45px rgba(38, 79, 143, .08);
}

.xy-reward-v2 .xy-reward-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 29px;
  border-radius: 13px;
}

.xy-reward-v2 .xy-reward-card-icon svg,
.xy-reward-v2 .xy-reward-flow-icon svg,
.xy-reward-v2 .xy-reward-product-icon svg,
.xy-reward-v2 .xy-reward-calculator-note svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.xy-reward-v2 .xy-reward-card-icon svg {
  width: 26px;
  height: 26px;
}

.xy-reward-v2 .xy-reward-card-icon-blue {
  color: #1769ff;
  background: #eaf2ff;
}

.xy-reward-v2 .xy-reward-card-icon-violet {
  color: #7556df;
  background: #f0edff;
}

.xy-reward-v2 .xy-reward-card-icon-cyan {
  color: #0e97b3;
  background: #e7f8fb;
}

.xy-reward-v2 .xy-reward-audience-card > span {
  color: var(--reward-primary);
  font-size: 12px;
  font-weight: 700;
}

.xy-reward-v2 .xy-reward-audience-card h3 {
  margin: 8px 0 10px;
  color: #172744;
  font-size: 20px;
  font-weight: 800;
}

.xy-reward-v2 .xy-reward-audience-card p {
  min-height: 52px;
  margin: 0;
  color: var(--reward-muted);
  font-size: 14px;
  line-height: 1.8;
}

.xy-reward-v2 .xy-reward-audience-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.xy-reward-v2 .xy-reward-audience-card li {
  padding: 5px 9px;
  color: #5b6b84;
  border: 1px solid #e1e8f2;
  border-radius: 5px;
  background: #f9fbfe;
  font-size: 11px;
}

.xy-reward-v2 .xy-reward-section-dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0d1f42;
}

.xy-reward-v2 .xy-reward-section-dark::before,
.xy-reward-v2 .xy-reward-section-dark::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.xy-reward-v2 .xy-reward-section-dark::before {
  top: -220px;
  right: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(23, 105, 255, .35), transparent 67%);
}

.xy-reward-v2 .xy-reward-section-dark::after {
  bottom: -260px;
  left: 20%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(64, 206, 255, .1), transparent 67%);
}

.xy-reward-v2 .xy-reward-calculator-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: 90px;
  align-items: center;
}

.xy-reward-v2 .xy-reward-calculator-copy > span {
  color: #79a9ff;
}

.xy-reward-v2 .xy-reward-calculator-copy h2 {
  color: #fff;
  font-size: 40px;
}

.xy-reward-v2 .xy-reward-calculator-copy > p {
  margin: 22px 0 0;
  color: #aebbd0;
  font-size: 15px;
  line-height: 1.9;
}

.xy-reward-v2 .xy-reward-calculator-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 30px;
  color: #8191aa;
  font-size: 12px;
  line-height: 1.65;
}

.xy-reward-v2 .xy-reward-calculator-note svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.xy-reward-v2 .xy-reward-calculator-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 32px 80px rgba(1, 12, 36, .3);
  backdrop-filter: blur(18px);
}

.xy-reward-v2 .xy-reward-calculator-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.xy-reward-v2 .xy-reward-calculator-card-head > div span,
.xy-reward-v2 .xy-reward-calculator-card-head > div strong {
  display: block;
}

.xy-reward-v2 .xy-reward-calculator-card-head > div span {
  color: #9eacc2;
  font-size: 13px;
}

.xy-reward-v2 .xy-reward-calculator-card-head > div strong {
  margin-top: 7px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.xy-reward-v2 .xy-reward-calculator-card-head > div b {
  font-size: 38px;
}

.xy-reward-v2 .xy-reward-calculator-badge {
  padding: 7px 10px;
  color: #a9c8ff;
  border: 1px solid rgba(105, 161, 255, .3);
  border-radius: 999px;
  background: rgba(23, 105, 255, .16);
  font-size: 11px;
}

.xy-reward-v2 .xy-reward-range {
  width: 100%;
  height: 4px;
  margin: 34px 0 0;
  border-radius: 999px;
  outline: 0;
  background: linear-gradient(90deg, #3e8cff 0, #3e8cff var(--reward-progress, 8.16%), rgba(255, 255, 255, .18) var(--reward-progress, 8.16%), rgba(255, 255, 255, .18) 100%);
  appearance: none;
}

.xy-reward-v2 .xy-reward-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--reward-primary);
  box-shadow: 0 0 0 5px rgba(59, 139, 255, .2);
  cursor: pointer;
  appearance: none;
}

.xy-reward-v2 .xy-reward-range::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--reward-primary);
  box-shadow: 0 0 0 5px rgba(59, 139, 255, .2);
  cursor: pointer;
}

.xy-reward-v2 .xy-reward-range-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  color: #6f819d;
  font-size: 10px;
}

.xy-reward-v2 .xy-reward-quick-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.xy-reward-v2 .xy-reward-quick-values button {
  min-height: 37px;
  padding: 0 8px;
  color: #9dacc1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  outline: 0;
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.xy-reward-v2 .xy-reward-quick-values button:hover,
.xy-reward-v2 .xy-reward-quick-values button.is-active {
  color: #fff;
  border-color: rgba(69, 142, 255, .7);
  background: rgba(23, 105, 255, .22);
}

.xy-reward-v2 .xy-reward-estimate {
  position: relative;
  margin-top: 28px;
  padding: 24px 26px;
  overflow: hidden;
  border-radius: 11px;
  background: linear-gradient(105deg, rgba(23, 105, 255, .34), rgba(39, 127, 255, .12));
}

.xy-reward-v2 .xy-reward-estimate::after {
  position: absolute;
  top: -70px;
  right: -45px;
  width: 180px;
  height: 180px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(87, 187, 255, .3), transparent 67%);
}

.xy-reward-v2 .xy-reward-estimate > span,
.xy-reward-v2 .xy-reward-estimate > strong,
.xy-reward-v2 .xy-reward-estimate > small {
  position: relative;
  z-index: 1;
  display: block;
}

.xy-reward-v2 .xy-reward-estimate > span {
  color: #b8cae7;
  font-size: 12px;
}

.xy-reward-v2 .xy-reward-estimate > strong {
  margin-top: 1px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.xy-reward-v2 .xy-reward-estimate > strong b {
  font-size: 46px;
}

.xy-reward-v2 .xy-reward-estimate > small {
  margin-top: 2px;
  color: #879dbc;
  font-size: 10px;
}

.xy-reward-v2 .xy-reward-section-head-centered {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.xy-reward-v2 .xy-reward-section-head-centered > span {
  justify-content: center;
}

.xy-reward-v2 .xy-reward-section-head-centered > p {
  margin: 14px 0 0;
  color: var(--reward-muted);
  font-size: 15px;
}

.xy-reward-v2 .xy-reward-flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.xy-reward-v2 .xy-reward-flow-list::before {
  position: absolute;
  top: 86px;
  right: 11%;
  left: 11%;
  z-index: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #dbe5f4, #9fc2fb, #dbe5f4);
}

.xy-reward-v2 .xy-reward-flow-list li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 22px 22px 26px;
  border: 1px solid var(--reward-line);
  border-radius: 12px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.xy-reward-v2 .xy-reward-flow-list li:hover {
  transform: translateY(-4px);
  border-color: #bfd3f3;
  box-shadow: 0 18px 38px rgba(30, 70, 127, .1);
}

.xy-reward-v2 .xy-reward-flow-number {
  color: #b2c5e4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.xy-reward-v2 .xy-reward-flow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 22px 0 24px;
  color: var(--reward-primary);
  border: 7px solid #fff;
  border-radius: 50%;
  background: #eaf2ff;
  box-shadow: 0 0 0 1px #cfe0f9;
}

.xy-reward-v2 .xy-reward-flow-icon svg {
  width: 25px;
  height: 25px;
}

.xy-reward-v2 .xy-reward-flow-list h3 {
  margin: 0 0 10px;
  color: #172744;
  font-size: 18px;
  font-weight: 800;
}

.xy-reward-v2 .xy-reward-flow-list p {
  margin: 0;
  color: var(--reward-muted);
  font-size: 13px;
  line-height: 1.75;
}

.xy-reward-v2 .xy-reward-flow-action {
  margin-top: 32px;
  text-align: center;
}

.xy-reward-v2 .xy-reward-text-link,
.xy-reward-v2 .xy-reward-products-intro > a,
.xy-reward-v2 .xy-reward-faq-intro > a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--reward-primary);
  font-size: 14px;
  font-weight: 700;
}

.xy-reward-v2 .xy-reward-text-link span,
.xy-reward-v2 .xy-reward-products-intro > a span,
.xy-reward-v2 .xy-reward-faq-intro > a span {
  transition: transform .2s ease;
}

.xy-reward-v2 .xy-reward-text-link:hover span,
.xy-reward-v2 .xy-reward-products-intro > a:hover span,
.xy-reward-v2 .xy-reward-faq-intro > a:hover span {
  transform: translateX(4px);
}

.xy-reward-v2 .xy-reward-section-soft {
  background: var(--reward-soft);
}

.xy-reward-v2 .xy-reward-products-layout {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 85px;
  align-items: center;
}

.xy-reward-v2 .xy-reward-products-intro > p,
.xy-reward-v2 .xy-reward-rules-copy > p,
.xy-reward-v2 .xy-reward-faq-intro > p {
  margin: 18px 0 25px;
  color: var(--reward-muted);
  font-size: 14px;
  line-height: 1.85;
}

.xy-reward-v2 .xy-reward-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xy-reward-v2 .xy-reward-product-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 100px;
  padding: 18px;
  color: inherit;
  border: 1px solid #dfe7f3;
  border-radius: 11px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.xy-reward-v2 .xy-reward-product-card:hover {
  color: inherit;
  transform: translateY(-3px);
  border-color: #bad1f4;
  box-shadow: 0 16px 34px rgba(28, 68, 124, .09);
}

.xy-reward-v2 .xy-reward-product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--reward-primary);
  border-radius: 10px;
  background: #edf4ff;
}

.xy-reward-v2 .xy-reward-product-icon svg {
  width: 24px;
  height: 24px;
}

.xy-reward-v2 .xy-reward-product-card > span:nth-child(2) strong,
.xy-reward-v2 .xy-reward-product-card > span:nth-child(2) small {
  display: block;
}

.xy-reward-v2 .xy-reward-product-card > span:nth-child(2) strong {
  color: #1a2d4b;
  font-size: 15px;
}

.xy-reward-v2 .xy-reward-product-card > span:nth-child(2) small {
  margin-top: 4px;
  color: #8793a5;
  font-size: 11px;
}

.xy-reward-v2 .xy-reward-product-card > i {
  color: #9aacc5;
  font-size: 16px;
  font-style: normal;
}

.xy-reward-v2 .xy-reward-rules-layout {
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  gap: 92px;
  align-items: center;
}

.xy-reward-v2 .xy-reward-btn-outline {
  color: var(--reward-primary);
  border-color: #b9d0f5;
  background: #fff;
}

.xy-reward-v2 .xy-reward-btn-outline:hover {
  color: var(--reward-primary-dark);
  border-color: #8fb3ed;
  box-shadow: 0 12px 25px rgba(23, 105, 255, .1);
}

.xy-reward-v2 .xy-reward-rules-card {
  padding: 10px 30px;
  border: 1px solid var(--reward-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(29, 69, 128, .08);
}

.xy-reward-v2 .xy-reward-rules-card > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  padding: 21px 0;
  border-bottom: 1px solid #e8edf5;
}

.xy-reward-v2 .xy-reward-rules-card > div:last-child {
  border-bottom: 0;
}

.xy-reward-v2 .xy-reward-rules-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--reward-primary);
  border-radius: 9px;
  background: #edf4ff;
  font-size: 12px;
  font-weight: 800;
}

.xy-reward-v2 .xy-reward-rules-card p {
  margin: 0;
  color: var(--reward-muted);
  font-size: 13px;
  line-height: 1.8;
}

.xy-reward-v2 .xy-reward-rules-card strong {
  display: block;
  margin-bottom: 2px;
  color: #1d2f4c;
  font-size: 14px;
}

.xy-reward-v2 .xy-reward-faq-section {
  padding-top: 88px;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

.xy-reward-v2 .xy-reward-faq-layout {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 90px;
  align-items: start;
}

.xy-reward-v2 .xy-reward-faq-intro {
  position: sticky;
  top: 90px;
}

.xy-reward-v2 .xy-reward-faq-list {
  border-top: 1px solid #dce4ef;
}

.xy-reward-v2 .xy-reward-faq-list details {
  border-bottom: 1px solid #dce4ef;
}

.xy-reward-v2 .xy-reward-faq-list summary {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 23px 2px;
  color: #1b2e4c;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.xy-reward-v2 .xy-reward-faq-list summary::-webkit-details-marker {
  display: none;
}

.xy-reward-v2 .xy-reward-faq-list summary i {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid #cbd7e8;
  border-radius: 50%;
}

.xy-reward-v2 .xy-reward-faq-list summary i::before,
.xy-reward-v2 .xy-reward-faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  content: "";
  background: #58708f;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.xy-reward-v2 .xy-reward-faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.xy-reward-v2 .xy-reward-faq-list details[open] summary {
  color: var(--reward-primary);
}

.xy-reward-v2 .xy-reward-faq-list details[open] summary i {
  border-color: #a8c4ef;
  background: #edf4ff;
}

.xy-reward-v2 .xy-reward-faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.xy-reward-v2 .xy-reward-faq-list details > p {
  margin: -5px 48px 22px 2px;
  color: var(--reward-muted);
  font-size: 13px;
  line-height: 1.85;
}

.xy-reward-v2 .xy-reward-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(110deg, #0b53dd 0%, #1769ff 50%, #2687ff 100%);
}

.xy-reward-v2 .xy-reward-cta::before,
.xy-reward-v2 .xy-reward-cta::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}

.xy-reward-v2 .xy-reward-cta::before {
  top: -150px;
  right: 2%;
  width: 360px;
  height: 360px;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, .035);
}

.xy-reward-v2 .xy-reward-cta::after {
  bottom: -180px;
  left: 35%;
  width: 300px;
  height: 300px;
}

.xy-reward-v2 .xy-reward-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.xy-reward-v2 .xy-reward-cta-inner > div:first-child > span {
  color: #c9ddff;
}

.xy-reward-v2 .xy-reward-cta h2 {
  max-width: 710px;
  color: #fff;
}

.xy-reward-v2 .xy-reward-cta p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
}

.xy-reward-v2 .xy-reward-cta .xy-reward-actions {
  flex: 0 0 auto;
  margin: 0;
}

.xy-reward-v2 .xy-reward-btn-light {
  color: var(--reward-primary);
  background: #fff;
  box-shadow: 0 14px 30px rgba(2, 34, 91, .18);
}

.xy-reward-v2 .xy-reward-btn-light:hover {
  color: var(--reward-primary-dark);
  box-shadow: 0 18px 36px rgba(2, 34, 91, .24);
}

.xy-reward-v2 .xy-reward-btn-glass {
  color: #fff;
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .08);
}

.xy-reward-v2 .xy-reward-btn-glass:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .14);
}

@media (max-width: 1100px) {
  .xy-reward-v2 .xy-reward-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
    gap: 40px;
  }

  .xy-reward-v2 .xy-reward-display-title {
    font-size: 44px;
  }

  .xy-reward-v2 .xy-reward-calculator-layout,
  .xy-reward-v2 .xy-reward-products-layout,
  .xy-reward-v2 .xy-reward-rules-layout,
  .xy-reward-v2 .xy-reward-faq-layout {
    gap: 52px;
  }

  .xy-reward-v2 .xy-reward-anchor-nav .xy-reward-container > span {
    display: none;
  }
}

@media (max-width: 900px) {
  .xy-reward-v2 .xy-reward-container {
    width: min(100% - 36px, 720px);
  }

  .xy-reward-v2 .xy-reward-hero,
  .xy-reward-v2 .xy-reward-hero-inner {
    min-height: auto;
  }

  .xy-reward-v2 .xy-reward-hero-inner,
  .xy-reward-v2 .xy-reward-calculator-layout,
  .xy-reward-v2 .xy-reward-products-layout,
  .xy-reward-v2 .xy-reward-rules-layout,
  .xy-reward-v2 .xy-reward-faq-layout {
    grid-template-columns: 1fr;
  }

  .xy-reward-v2 .xy-reward-hero-inner {
    gap: 42px;
    padding-top: 76px;
    padding-bottom: 64px;
  }

  .xy-reward-v2 .xy-reward-hero-dashboard {
    max-width: 620px;
    justify-self: start;
  }

  .xy-reward-v2 .xy-reward-console-visual {
    top: auto;
    right: -80px;
    bottom: 0;
    width: 440px;
    height: 380px;
    opacity: .12;
  }

  .xy-reward-v2 .xy-reward-section {
    padding: 76px 0;
  }

  .xy-reward-v2 .xy-reward-section-head-split {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .xy-reward-v2 .xy-reward-audience-grid {
    grid-template-columns: 1fr;
  }

  .xy-reward-v2 .xy-reward-audience-card {
    min-height: 0;
  }

  .xy-reward-v2 .xy-reward-audience-card p {
    min-height: 0;
  }

  .xy-reward-v2 .xy-reward-calculator-layout {
    gap: 40px;
  }

  .xy-reward-v2 .xy-reward-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xy-reward-v2 .xy-reward-flow-list::before {
    display: none;
  }

  .xy-reward-v2 .xy-reward-faq-intro {
    position: static;
  }

  .xy-reward-v2 .xy-reward-cta-inner {
    display: block;
  }

  .xy-reward-v2 .xy-reward-cta .xy-reward-actions {
    margin-top: 28px;
  }
}

@media (max-width: 720px) {
  .xy-reward-v2 .xy-reward-anchor-nav {
    position: static;
  }

  .xy-reward-v2 .xy-reward-anchor-nav .xy-reward-container {
    min-height: 52px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .xy-reward-v2 .xy-reward-anchor-nav .xy-reward-container::-webkit-scrollbar {
    display: none;
  }

  .xy-reward-v2 .xy-reward-anchor-nav .xy-reward-container > div {
    gap: 24px;
    min-width: max-content;
  }

  .xy-reward-v2 .xy-reward-anchor-nav .xy-reward-anchor-action {
    display: none;
  }

  .xy-reward-v2 .xy-reward-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .xy-reward-v2 .xy-reward-container {
    width: calc(100% - 28px);
  }

  .xy-reward-v2 .xy-reward-hero-inner {
    gap: 34px;
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .xy-reward-v2 .xy-reward-hero::after {
    top: -250px;
    right: -420px;
  }

  .xy-reward-v2 .xy-reward-eyebrow {
    font-size: 12px;
  }

  .xy-reward-v2 .xy-reward-display-title {
    margin-top: 17px;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -.035em;
  }

  .xy-reward-v2 .xy-reward-hero-copy > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .xy-reward-v2 .xy-reward-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .xy-reward-v2 .xy-reward-btn {
    min-height: 44px;
    padding: 0 13px;
    font-size: 13px;
  }

  .xy-reward-v2 .xy-reward-btn svg {
    display: none;
  }

  .xy-reward-v2 .xy-reward-trust-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 11px;
  }

  .xy-reward-v2 .xy-reward-hero-dashboard {
    padding: 16px;
    border-radius: 15px;
    width: 100% !important;
    max-width: calc(100vw - 28px) !important;
  }

  .xy-reward-v2 .xy-reward-rate-card {
    padding: 20px;
  }

  .xy-reward-v2 .xy-reward-rate-card b {
    font-size: 58px;
  }

  .xy-reward-v2 .xy-reward-dashboard-stats div {
    padding: 0 8px;
  }

  .xy-reward-v2 .xy-reward-dashboard-stats strong {
    font-size: 11px;
  }

  .xy-reward-v2 .xy-reward-dashboard-flow {
    padding-right: 2px;
    padding-left: 2px;
  }

  .xy-reward-v2 .xy-reward-dashboard-flow b {
    margin-right: 6px;
    margin-left: 6px;
  }

  .xy-reward-v2 .xy-reward-section {
    padding: 60px 0;
  }

  .xy-reward-v2 .xy-reward-section-head h2,
  .xy-reward-v2 .xy-reward-calculator-copy h2,
  .xy-reward-v2 .xy-reward-products-intro h2,
  .xy-reward-v2 .xy-reward-rules-copy h2,
  .xy-reward-v2 .xy-reward-faq-intro h2,
  .xy-reward-v2 .xy-reward-cta h2 {
    font-size: 28px;
  }

  .xy-reward-v2 .xy-reward-audience-card {
    padding: 24px;
  }

  .xy-reward-v2 .xy-reward-card-icon {
    margin-bottom: 22px;
  }

  .xy-reward-v2 .xy-reward-calculator-card {
    padding: 22px 18px;
  }

  .xy-reward-v2 .xy-reward-calculator-card-head {
    display: block;
  }

  .xy-reward-v2 .xy-reward-calculator-badge {
    display: inline-block;
    margin-top: 12px;
  }

  .xy-reward-v2 .xy-reward-quick-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .xy-reward-v2 .xy-reward-estimate {
    padding: 21px;
  }

  .xy-reward-v2 .xy-reward-estimate > strong b {
    font-size: 40px;
  }

  .xy-reward-v2 .xy-reward-flow-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .xy-reward-v2 .xy-reward-flow-list li {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 14px;
    padding: 19px;
  }

  .xy-reward-v2 .xy-reward-flow-number {
    grid-column: 2;
    grid-row: 1;
  }

  .xy-reward-v2 .xy-reward-flow-icon {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 46px;
    height: 46px;
    margin: 0;
  }

  .xy-reward-v2 .xy-reward-flow-icon svg {
    width: 21px;
    height: 21px;
  }

  .xy-reward-v2 .xy-reward-flow-list h3 {
    grid-column: 2;
    grid-row: 2;
    margin-top: 4px;
    font-size: 16px;
  }

  .xy-reward-v2 .xy-reward-flow-list p {
    grid-column: 2;
    grid-row: 3;
  }

  .xy-reward-v2 .xy-reward-rules-card {
    padding: 4px 18px;
  }

  .xy-reward-v2 .xy-reward-rules-card > div {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .xy-reward-v2 .xy-reward-rules-card span {
    width: 34px;
    height: 34px;
  }

  .xy-reward-v2 .xy-reward-faq-list summary {
    padding: 20px 0;
    font-size: 14px;
  }

  .xy-reward-v2 .xy-reward-faq-list details > p {
    margin-right: 36px;
    margin-left: 0;
  }

  .xy-reward-v2 .xy-reward-cta-inner {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xy-reward-v2 .xy-reward-cta .xy-reward-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xy-reward-v2 .xy-reward-page *,
  .xy-reward-v2 .xy-reward-page *::before,
  .xy-reward-v2 .xy-reward-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
