/* Prestige Prizes — Homepage */

/* ═══════════════════════════════════════════════════════════════
   HERO SPOTLIGHT (featured prize carousel)
   ═══════════════════════════════════════════════════════════════ */

.pp-hero-spotlight {
  position: relative;
  padding: 2rem 0 2.5rem;
  overflow: hidden;
}

.pp-hero-spotlight__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 30%, rgba(115, 55, 193, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(149, 85, 208, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse 50% 45% at 50% 100%, rgba(94, 43, 160, 0.12) 0%, transparent 55%),
    var(--dark-bg);
}

.light-theme .pp-hero-spotlight__bg {
  background:
    radial-gradient(ellipse 90% 70% at 15% 30%, rgba(115, 55, 193, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(149, 85, 208, 0.08) 0%, transparent 50%),
    var(--dark-bg);
}

.pp-hero-spotlight__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
  animation: pp-hero-orb-drift 14s ease-in-out infinite alternate;
}

.pp-hero-spotlight__orb--1 {
  width: 280px;
  height: 280px;
  background: rgba(115, 55, 193, 0.35);
  top: 10%;
  left: -5%;
}

.pp-hero-spotlight__orb--2 {
  width: 220px;
  height: 220px;
  background: rgba(149, 85, 208, 0.28);
  bottom: 5%;
  right: -3%;
  animation-delay: -6s;
}

@keyframes pp-hero-orb-drift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(24px, -18px) scale(1.08); }
}

.pp-hero-spotlight__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(115, 55, 193, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 55, 193, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 75% at 50% 40%, black 15%, transparent 75%);
  z-index: 0;
}

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

.pp-hero-spotlight__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: center;
}

@media (max-width: 991px) {
  .pp-hero-spotlight__layout {
    display: flex;
    flex-direction: column;
  }
  .pp-hero-spotlight__stage { order: 1; }
  .pp-hero-spotlight__copy { order: 2; text-align: center; }
  .pp-hero-spotlight__lead { margin-left: auto; margin-right: auto; }
  .pp-hero-spotlight__trust { justify-content: center; }
}

@media (min-width: 992px) {
  .pp-hero-spotlight__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 2.5rem 3rem;
  }
}

.pp-hero-spotlight__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 1rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(149, 85, 208, 0.4);
  border-radius: 100px;
  background: rgba(115, 55, 193, 0.12);
}

.pp-hero-spotlight__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 12px #4ade80;
  animation: pp-hero-live-pulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pp-hero-live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.88); }
}

.pp-hero-spotlight__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--text-color);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.pp-hero-spotlight__title em {
  font-style: normal;
  background: linear-gradient(135deg, #c9a8f0, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pp-hero-spotlight__lead {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0 0 1.25rem;
  max-width: 34rem;
}

.pp-hero-spotlight__trust {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.pp-hero-spotlight__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 85, 208, 0.25);
  background: rgba(18, 18, 20, 0.5);
}

.light-theme .pp-hero-spotlight__trust li {
  color: rgba(30, 20, 45, 0.85);
  background: rgba(255, 255, 255, 0.65);
}

.pp-hero-spotlight__trust i {
  color: var(--secondary);
  font-size: 0.75rem;
}

/* Carousel */
.pp-hero-spotlight__stage {
  width: 100%;
  min-width: 0;
}

.pp-hero-spotlight__carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
}

.pp-hero-spotlight__viewport {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  min-width: 0;
}

.pp-hero-spotlight__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  min-width: 100%;
}

.pp-hero-spotlight__nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(149, 85, 208, 0.45);
  background: rgba(18, 18, 20, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  flex-shrink: 0;
  z-index: 2;
}

.pp-hero-spotlight__nav:hover:not(:disabled) {
  background: var(--primary);
  border-color: var(--secondary);
  transform: scale(1.05);
}

.pp-hero-spotlight__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (max-width: 575px) {
  .pp-hero-spotlight__nav {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }
}

.pp-hero-spotlight__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pp-hero-spotlight__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(149, 85, 208, 0.35);
  cursor: pointer;
  transition: width 0.25s, background 0.25s;
}

.pp-hero-spotlight__dot.is-active {
  width: 24px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

/* Spotlight card */
.pp-spotlight-card {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid rgba(149, 85, 208, 0.45);
  background: linear-gradient(165deg, rgba(31, 16, 53, 0.95) 0%, rgba(12, 8, 18, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(149, 85, 208, 0.12) inset,
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 50px rgba(115, 55, 193, 0.2);
  animation: pp-spotlight-glow 3s ease-in-out infinite alternate;
}

@keyframes pp-spotlight-glow {
  0% { box-shadow: 0 0 0 1px rgba(149, 85, 208, 0.12) inset, 0 24px 48px rgba(0, 0, 0, 0.45), 0 0 40px rgba(115, 55, 193, 0.15); }
  100% { box-shadow: 0 0 0 1px rgba(184, 125, 232, 0.2) inset, 0 28px 56px rgba(0, 0, 0, 0.5), 0 0 60px rgba(149, 85, 208, 0.28); }
}

.light-theme .pp-spotlight-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 240, 252, 0.98) 100%);
  border-color: rgba(115, 55, 193, 0.3);
}

.pp-spotlight-card__image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  text-decoration: none;
}

.pp-spotlight-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.pp-spotlight-card:hover .pp-spotlight-card__image-wrap img {
  transform: scale(1.04);
}

.pp-spotlight-card__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 4, 14, 0.92) 100%);
  pointer-events: none;
}

.pp-spotlight-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pp-spotlight-card__badge--urgent {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  animation: pp-hero-live-pulse 1.2s ease-in-out infinite;
}

.pp-spotlight-card__price-float {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.pp-spotlight-card__price-float small {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
  font-family: inherit;
}

.pp-spotlight-card__instant {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(149, 85, 208, 0.5);
  color: #e8d4ff;
}

.pp-spotlight-card__body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.pp-spotlight-card__title {
  font-family: var(--font-heading), sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  line-height: 1.15;
  color: var(--text-color);
}

.pp-spotlight-card__title a {
  color: inherit;
  text-decoration: none;
}

.pp-spotlight-card__title a:hover {
  color: var(--secondary);
}

.pp-spotlight-card__progress {
  margin-bottom: 0.85rem;
}

.pp-spotlight-card__progress-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 0.35rem;
}

.pp-spotlight-card__progress-bar {
  height: 8px;
  border-radius: 99px;
  background: rgba(115, 55, 193, 0.2);
  overflow: hidden;
}

.pp-spotlight-card__progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transition: width 0.6s ease;
  box-shadow: 0 0 12px rgba(149, 85, 208, 0.5);
}

.pp-spotlight-card__countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.pp-spotlight-card__cd-tile {
  text-align: center;
  padding: 0.5rem 0.25rem;
  border-radius: 10px;
  background: rgba(115, 55, 193, 0.15);
  border: 1px solid rgba(149, 85, 208, 0.3);
}

.pp-spotlight-card__cd-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.light-theme .pp-spotlight-card__cd-num {
  color: var(--primary);
}

.pp-spotlight-card__cd-label {
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.pp-spotlight-card__actions {
  display: flex;
  flex-direction: column;
}

.pp-spotlight-card__cta {
  width: 100%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  text-decoration: none;
}

.pp-spotlight-card__cta-secondary {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 10px;
  border: 1.5px solid rgba(149, 85, 208, 0.45);
  color: var(--text-color);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.pp-spotlight-card__cta-secondary:hover {
  background: rgba(115, 55, 193, 0.15);
  border-color: var(--secondary);
  color: var(--text-color);
}

/* Skeleton loading state */
.pp-hero-spotlight__track--loading {
  width: 100%;
  transform: translateX(0) !important;
}

.pp-hero-spotlight__track--loading .pp-spotlight-card--skeleton {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.pp-hero-spotlight__carousel--loading .pp-hero-spotlight__nav {
  opacity: 0.35;
  pointer-events: none;
}

.pp-spotlight-card--skeleton {
  animation: none;
  pointer-events: none;
  user-select: none;
}

.pp-spotlight-skeleton__img,
.pp-spotlight-skeleton__line,
.pp-spotlight-skeleton__progress,
.pp-spotlight-skeleton__cd,
.pp-spotlight-skeleton__cta {
  position: relative;
  overflow: hidden;
  background: rgba(115, 55, 193, 0.14);
}

.pp-spotlight-skeleton__img::after,
.pp-spotlight-skeleton__line::after,
.pp-spotlight-skeleton__progress::after,
.pp-spotlight-skeleton__cd::after,
.pp-spotlight-skeleton__cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 125, 232, 0.22) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  animation: pp-spotlight-skeleton-shimmer 1.6s ease-in-out infinite;
}

.light-theme .pp-spotlight-skeleton__img,
.light-theme .pp-spotlight-skeleton__line,
.light-theme .pp-spotlight-skeleton__progress,
.light-theme .pp-spotlight-skeleton__cd,
.light-theme .pp-spotlight-skeleton__cta {
  background: rgba(107, 49, 176, 0.1);
}

.light-theme .pp-spotlight-skeleton__img::after,
.light-theme .pp-spotlight-skeleton__line::after,
.light-theme .pp-spotlight-skeleton__progress::after,
.light-theme .pp-spotlight-skeleton__cd::after,
.light-theme .pp-spotlight-skeleton__cta::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(107, 49, 176, 0.16) 50%,
    transparent 100%
  );
}

@keyframes pp-spotlight-skeleton-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.pp-spotlight-skeleton__img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
}

.pp-spotlight-skeleton__body {
  width: 100%;
  padding: 1.15rem 1.25rem 1.35rem;
  box-sizing: border-box;
}

.pp-spotlight-skeleton__line {
  height: 12px;
  border-radius: 6px;
  margin-bottom: 0.65rem;
}

.pp-spotlight-skeleton__line--title {
  height: 22px;
  width: 78%;
  margin-bottom: 0.85rem;
}

.pp-spotlight-skeleton__line--meta {
  width: 42%;
  margin-bottom: 0.85rem;
}

.pp-spotlight-skeleton__progress {
  height: 8px;
  border-radius: 99px;
  margin-bottom: 1rem;
}

.pp-spotlight-skeleton__countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.pp-spotlight-skeleton__cd {
  height: 52px;
  border-radius: 10px;
}

.pp-spotlight-skeleton__cta {
  height: 46px;
  border-radius: 10px;
}

.pp-spotlight-card--enter {
  animation: pp-spotlight-card-enter 0.45s ease forwards;
}

@keyframes pp-spotlight-card-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pp-hero-spotlight__dot-skeleton {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(149, 85, 208, 0.28);
  animation: pp-spotlight-dot-pulse 1.2s ease-in-out infinite;
}

.pp-hero-spotlight__dot-skeleton:nth-child(2) {
  animation-delay: 0.15s;
}

.pp-hero-spotlight__dot-skeleton:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes pp-spotlight-dot-pulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

/* Live stats strip */
.pp-hero-spotlight__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

@media (min-width: 576px) {
  .pp-hero-spotlight__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pp-hero-stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1.5px solid rgba(149, 85, 208, 0.35);
  background: rgba(18, 18, 20, 0.65);
  backdrop-filter: blur(10px);
  transition: border-color 0.25s, transform 0.25s;
}

.pp-hero-stat:hover {
  border-color: rgba(184, 125, 232, 0.55);
  transform: translateY(-2px);
}

.light-theme .pp-hero-stat {
  background: rgba(255, 255, 255, 0.75);
}

.pp-hero-stat--accent {
  border-color: rgba(149, 85, 208, 0.55);
  background: linear-gradient(135deg, rgba(115, 55, 193, 0.2), rgba(18, 18, 20, 0.7));
}

.pp-hero-stat__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(115, 55, 193, 0.25);
  color: var(--secondary);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pp-hero-stat__value {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.pp-hero-stat__value--pop {
  animation: pp-stat-pop 0.45s ease;
}

@keyframes pp-stat-pop {
  0% { transform: scale(0.92); opacity: 0.6; }
  60% { transform: scale(1.06); }
  100% { transform: scale(1); opacity: 1; }
}

.light-theme .pp-hero-stat__value {
  color: var(--primary);
}

.pp-hero-stat__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Winner ticker */
.pp-hero-spotlight__ticker-wrap {
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(149, 85, 208, 0.2);
  background: rgba(12, 8, 18, 0.5);
  padding: 0.5rem 0;
}

.pp-hero-spotlight__ticker {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  animation: pp-hero-ticker 35s linear infinite;
  width: max-content;
}

.pp-hero-spotlight__ticker:hover {
  animation-play-state: paused;
}

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

.pp-hero-spotlight__ticker-item {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.pp-hero-spotlight__ticker-item i {
  color: var(--secondary);
  margin-right: 0.35rem;
}

.light-theme .pp-hero-spotlight__ticker-item {
  color: rgba(40, 30, 55, 0.8);
}

/* Legacy hero (kept for reference elsewhere) */
.pp-hero {
  position: relative;
  padding: 4rem 0 5rem;
  overflow: hidden;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}

.pp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(115, 55, 193, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(149, 85, 208, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 60% 90%, rgba(115, 55, 193, 0.08) 0%, transparent 50%),
    var(--dark-bg);
}

.light-theme .pp-hero__bg {
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(115, 55, 193, 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(149, 85, 208, 0.08) 0%, transparent 55%),
    var(--dark-bg);
}

.pp-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(115, 55, 193, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 55, 193, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 80%);
  z-index: 0;
}

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

.pp-hero__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 1.25rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(115, 55, 193, 0.35);
  border-radius: 100px;
  background: rgba(115, 55, 193, 0.08);
}

.pp-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-color);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.pp-hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pp-hero__lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.pp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.pp-hero__actions .btn-primary {
  padding: 0.85rem 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 8px;
}

.pp-hero__actions .btn-outline-primary {
  padding: 0.85rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  border-width: 1.5px;
}

.pp-hero__trust {
  opacity: 0.95;
}

/* Countdown card */
.pp-countdown-card {
  position: relative;
  background: linear-gradient(160deg, rgba(115, 55, 193, 0.22) 0%, rgba(20, 10, 35, 0.95) 45%, var(--glass-bg) 100%);
  border: 1px solid rgba(115, 55, 193, 0.45);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(149, 85, 208, 0.15) inset,
    0 24px 48px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(115, 55, 193, 0.15);
  overflow: hidden;
}

.pp-countdown-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.04) 50%, transparent 60%);
  pointer-events: none;
}

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

.pp-countdown-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--primary);
  border: 1px solid rgba(149, 85, 208, 0.5);
}

.pp-countdown-card__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px #4ade80;
  animation: pp-pulse 1.4s ease-in-out infinite;
}

@keyframes pp-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.pp-countdown-card__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}



.pp-countdown-card__cta {
  margin-top: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.pp-countdown-timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}

.pp-countdown-timer .countdown-item {
  text-align: center;
}

.pp-countdown-timer .countdown-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, rgba(115, 55, 193, 0.35) 0%, rgba(30, 15, 50, 0.9) 100%);
  border: 1px solid rgba(149, 85, 208, 0.45);
  border-radius: 12px;
  padding: 0.8rem 0.4rem;
  line-height: 1;
  box-shadow: 0 4px 16px rgba(115, 55, 193, 0.25);
  text-shadow: 0 0 20px rgba(149, 85, 208, 0.5);
}

.pp-countdown-timer .countdown-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-top: 0.45rem;
  text-transform: uppercase;
}

/* Section shared */
.pp-section {
  padding: 5rem 0;
}

.pp-section--alt {
  background: var(--section-bg-alt);
}

.pp-section__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3.5rem;
}

.pp-section__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.75rem;
  display: block;
}

.pp-section__eyebrow--glow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(115, 55, 193, 0.12);
  border: 1px solid rgba(115, 55, 193, 0.3);
  box-shadow: 0 0 24px rgba(115, 55, 193, 0.15);
}

.pp-section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.pp-section__desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}

/* Competitions */
.pp-competitions.featured-competitions {
  background: transparent !important;
}

.pp-competitions .category-filters {
  margin-bottom: 2rem;
}

.pp-competitions #featured-competitions-container {
  margin-bottom: 2.5rem;
}

.pp-competitions__cta {
  text-align: center;
}

.pp-competitions__cta .btn {
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  border-radius: 8px;
}

/* How to enter — playboard */
.pp-playboard {
  position: relative;
  overflow: hidden;
}

.pp-playboard__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 15% 50%, rgba(115, 55, 193, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 50%, rgba(149, 85, 208, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.pp-play-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pp-play-step {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.25rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(115, 55, 193, 0.1) 0%, var(--card-bg) 55%, var(--glass-bg) 100%);
  border: 1px solid rgba(115, 55, 193, 0.28);
  border-radius: 16px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.pp-play-step:hover {
  transform: translateY(-6px);
  border-color: rgba(149, 85, 208, 0.55);
  box-shadow: 0 16px 40px rgba(115, 55, 193, 0.2);
}

.pp-play-step__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(115, 55, 193, 0.4);
}

.pp-play-step__icon {
  width: 64px;
  height: 64px;
  margin: 0.75rem auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(115, 55, 193, 0.15);
  border: 1px solid rgba(115, 55, 193, 0.35);
  border-radius: 14px;
  color: var(--secondary);
  font-size: 1.5rem;
  box-shadow: 0 0 24px rgba(115, 55, 193, 0.2);
}

.pp-play-step__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0.65rem;
}

.pp-play-step__text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Winners */
.pp-winners {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.pp-winners__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(115, 55, 193, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 40% 30% at 10% 80%, rgba(149, 85, 208, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.pp-winners__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.pp-winners__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.pp-winners__masonry {
  columns: 4;
  column-gap: 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
}

.pp-winner-tile {
  break-inside: avoid;
  margin-bottom: 1.25rem;
}

.pp-winners__masonry--loaded .pp-winner-tile {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  animation:
    pp-masonry-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards,
    pp-masonry-float 5s ease-in-out infinite;
  animation-delay: var(--tile-delay, 0s), calc(var(--tile-delay, 0s) + 0.7s);
}

.pp-winner-tile:nth-child(3n) {
  animation-duration: 0.7s, 6.2s;
}

.pp-winner-tile:nth-child(3n + 1) {
  animation-duration: 0.7s, 4.8s;
}

.pp-winner-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(115, 55, 193, 0.35);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(115, 55, 193, 0.15);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s, box-shadow 0.35s;
}

.pp-winner-tile:hover .pp-winner-card {
  transform: scale(1.03) rotate(-1.5deg);
  border-color: rgba(149, 85, 208, 0.7);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.4),
    0 0 32px rgba(115, 55, 193, 0.35);
}

.pp-winner-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 45%);
  pointer-events: none;
}

.pp-winner-card__badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 0.75rem;
  box-shadow: 0 4px 12px rgba(115, 55, 193, 0.5);
}

.pp-winner-card__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85));
  text-transform: uppercase;
}

.pp-winners .winner-img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.pp-winner-tile--tall .winner-img {
  aspect-ratio: 3 / 4;
}

.pp-winner-tile--wide .winner-img {
  aspect-ratio: 4 / 3;
}

.pp-winner-tile--wide .pp-winner-card__name {
  font-size: 0.8rem;
  padding: 0.65rem 0.75rem;
}

@keyframes pp-masonry-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pp-masonry-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.pp-winner-card--skeleton {
  border-color: rgba(115, 55, 193, 0.15);
  box-shadow: none;
}

.pp-winners .winner-skeleton {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  background: linear-gradient(90deg, var(--card-bg) 25%, rgba(115, 55, 193, 0.08) 50%, var(--card-bg) 75%);
  background-size: 200% 100%;
  animation: pp-shimmer 1.5s infinite;
}

.pp-winner-tile--tall .winner-skeleton {
  aspect-ratio: 3 / 4;
}

.pp-winner-tile--wide .winner-skeleton {
  aspect-ratio: 4 / 3;
}

@keyframes pp-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Live draws */
.pp-draws__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.pp-draw-card {
  padding: 2rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  text-align: center;
}

.pp-draw-card__day {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.pp-draw-card__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 0.75rem;
}

.pp-draw-card__text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.pp-draws__watch {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.pp-draws__watch .btn {
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
}

/* Perks — bento showcase */
.pp-perks {
  position: relative;
  overflow: hidden;
}

.pp-perks__ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 20% 30%, rgba(115, 55, 193, 0.14) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 70%, rgba(149, 85, 208, 0.1) 0%, transparent 55%);
  pointer-events: none;
}

.pp-perks__bento {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1.25rem;
}

.pp-perk-tile {
  position: relative;
  padding: 2rem 1.75rem;
  background: linear-gradient(160deg, rgba(115, 55, 193, 0.12) 0%, var(--glass-bg) 45%, var(--card-bg) 100%);
  border: 1px solid rgba(115, 55, 193, 0.3);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s, box-shadow 0.3s;
}

.pp-perk-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(149, 85, 208, 0.18) 0%, transparent 55%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.pp-perk-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(149, 85, 208, 0.55);
  box-shadow: 0 20px 48px rgba(115, 55, 193, 0.22);
}

.pp-perk-tile:hover::before {
  opacity: 1;
}

.pp-perk-tile__tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(115, 55, 193, 0.15);
  border: 1px solid rgba(115, 55, 193, 0.35);
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.pp-perk-tile__stat {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  pointer-events: none;
}

.pp-perk-tile__num {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 0 20px rgba(115, 55, 193, 0.35));
}

.pp-perk-tile__unit {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--secondary);
  margin-top: 0.35rem;
  margin-left: 0.1rem;
}

.pp-perk-tile__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(115, 55, 193, 0.18);
  border: 1px solid rgba(115, 55, 193, 0.35);
  border-radius: 14px;
  color: var(--secondary);
  font-size: 1.25rem;
  margin-bottom: 1.15rem;
  box-shadow: 0 0 24px rgba(115, 55, 193, 0.2);
}

.pp-perk-tile__title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0.65rem;
}

.pp-perk-tile__text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0 0 1.25rem;
  max-width: 28rem;
}

.pp-perk-tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--secondary);
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
}

.pp-perk-tile__cta:hover {
  color: #fff;
  gap: 0.75rem;
}

.pp-perk-tile--trust {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0 2rem;
  align-items: center;
  padding: 1.75rem 2rem;
}

.pp-perk-tile--trust .pp-perk-tile__title {
  margin-bottom: 0.4rem;
}

.pp-perk-tile--trust .pp-perk-tile__text {
  margin-bottom: 0;
}

.pp-perk-tile__trust-icons {
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pp-perk-tile__trust-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(115, 55, 193, 0.15);
  border: 1px solid rgba(115, 55, 193, 0.3);
  border-radius: 12px;
  color: var(--secondary);
  font-size: 1rem;
}

.pp-perk-tile__trust-badges {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.pp-perk-tile__badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(115, 55, 193, 0.25);
  background: rgba(115, 55, 193, 0.08);
}

.pp-perk-tile__badge i {
  color: var(--secondary);
}

/* CTA */
.pp-cta {
  padding: 5rem 0;
}

.pp-cta__inner {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(115, 55, 193, 0.15) 0%, rgba(149, 85, 208, 0.08) 100%);
  border: 1px solid rgba(115, 55, 193, 0.25);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pp-cta__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(115, 55, 193, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.pp-cta__inner > * {
  position: relative;
  z-index: 1;
}

.pp-cta__title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.pp-cta__desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.pp-cta .btn-primary {
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
}

/* Migration popup */
#migration-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  padding: 20px;
}

.migration-popup-content {
  background: #121212;
  color: #fff;
  padding: 3rem 2rem;
  border-radius: 20px;
  max-width: 550px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(115, 55, 193, 0.4);
}

.migration-popup-btn {
  background: #7337C1;
  color: white;
  border: none;
  padding: 1rem 3rem;
  border-radius: 8px;
  font-weight: 700;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: background 0.2s;
}

.migration-popup-btn:hover {
  background: #5e2ba0;
}

/* Responsive */
@media (max-width: 991px) {
  .pp-hero {
    min-height: auto;
    padding: 3rem 0 4rem;
  }

  .pp-countdown-card {
    margin-top: 2.5rem;
  }

  .pp-play-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .pp-winners__masonry {
    columns: 3;
  }

  .pp-perks__bento {
    grid-template-columns: 1fr;
  }

  .pp-perk-tile--trust {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }

  .pp-perk-tile__trust-icons {
    grid-row: auto;
    flex-direction: row;
  }

  .pp-perk-tile__trust-badges {
    grid-column: 1;
    margin-top: 0;
  }
}

.light-theme .pp-hero__eyebrow {
  background: rgba(115, 55, 193, 0.06);
}

.light-theme .pp-countdown-card {
  background: linear-gradient(160deg, rgba(115, 55, 193, 0.1) 0%, #fff 50%, var(--glass-bg) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.light-theme .pp-countdown-timer .countdown-number {
  color: var(--text-color);
  background: linear-gradient(180deg, rgba(115, 55, 193, 0.12) 0%, rgba(255, 255, 255, 0.95) 100%);
  text-shadow: none;
}

.light-theme .pp-countdown-card__label {
  color: #fff;
}

.light-theme .pp-cta__inner {
  background: linear-gradient(135deg, rgba(115, 55, 193, 0.08) 0%, rgba(149, 85, 208, 0.04) 100%);
}

@media (max-width: 767px) {
  .pp-section {
    padding: 3.5rem 0;
  }

  .pp-play-steps {
    grid-template-columns: 1fr;
  }

  .pp-winners__masonry {
    columns: 2;
    column-gap: 0.85rem;
  }

  .pp-winner-tile {
    margin-bottom: 0.85rem;
  }

  .pp-draws__grid {
    grid-template-columns: 1fr;
  }

  .pp-hero__actions {
    flex-direction: column;
  }

  .pp-hero__actions .btn {
    width: 100%;
    text-align: center;
  }

  .pp-countdown-timer .countdown-number {
    font-size: 1.35rem;
    padding: 0.6rem 0.25rem;
  }

  .pp-perk-tile__num {
    font-size: 2.75rem;
  }

  .pp-perk-tile {
    padding: 1.5rem 1.25rem;
  }
}
