.booth-value-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(139, 126, 200, .13), transparent 31rem),
    radial-gradient(circle at 88% 82%, rgba(184, 47, 99, .12), transparent 28rem),
    var(--bg-soft);
}

.booth-value-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--r-xl);
  background: #1f1d2b;
  box-shadow: var(--shadow-lg);
}

.booth-value-visual {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .18), transparent 18rem),
    linear-gradient(145deg, #322b47, #1f1d2b 58%, #492039);
}

.booth-value-visual::before,
.booth-value-visual::after {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.booth-value-visual::before { transform: scale(1.4); }
.booth-value-visual::after { transform: scale(1.85); }

.booth-machine {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  filter: drop-shadow(0 24px 35px rgba(0, 0, 0, .36));
}

.booth-ring {
  display: grid;
  width: clamp(230px, 26vw, 310px);
  aspect-ratio: 1;
  padding: 19px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from 30deg, #f080a4, #c89968, #6bb6a8, #8b7ec8, #f080a4);
  box-shadow: 0 0 28px rgba(240, 128, 164, .48), inset 0 0 0 7px rgba(255, 255, 255, .45);
}

.booth-screen {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 10px solid #17141f;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #6f3159, #29223c 62%);
  box-shadow: inset 0 0 36px rgba(0, 0, 0, .35);
}

.booth-screen strong {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.booth-screen small {
  margin-top: .2rem;
  color: rgba(255, 255, 255, .72);
}

.booth-screen-sparkle { margin-bottom: .35rem; color: #f4d38c; font-size: 1.5rem; }
.booth-screen-button { margin-top: 1rem; color: #fff; font-size: 2rem; line-height: .65; text-shadow: 0 0 15px rgba(255, 255, 255, .8); }
.booth-neck { width: 48px; height: 145px; background: linear-gradient(90deg, #11101a, #373244 48%, #11101a); }
.booth-base { width: 190px; height: 23px; border-radius: 50%; background: linear-gradient(180deg, #403a4c, #0d0c12); box-shadow: 0 16px 25px rgba(0, 0, 0, .4); }

.booth-float {
  position: absolute;
  z-index: 3;
  padding: .48rem .75rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .15em;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  backdrop-filter: blur(8px);
}

.booth-float--photo { top: 15%; left: 10%; transform: rotate(-8deg); }
.booth-float--gif { top: 28%; right: 10%; transform: rotate(9deg); }
.booth-float--video { bottom: 21%; left: 12%; transform: rotate(5deg); }

.booth-captures {
  position: absolute;
  right: 9%;
  bottom: 9%;
  display: flex;
  gap: .45rem;
  transform: rotate(-6deg);
}

.booth-captures span {
  display: grid;
  width: 54px;
  height: 66px;
  place-items: center;
  border: 5px solid #fff;
  border-bottom-width: 13px;
  border-radius: 4px;
  background: var(--mauve-soft);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.booth-captures span:nth-child(2) { transform: translateY(-9px) rotate(8deg); background: var(--rose-soft); }
.booth-captures span:nth-child(3) { transform: rotate(13deg); background: var(--gold-soft); }

.booth-value-copy {
  padding: clamp(2.3rem, 6vw, 5rem);
  color: #fff;
  background: linear-gradient(145deg, #211e2d, #191722);
}

.booth-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  color: #f4c7d7;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: rgba(184, 47, 99, .22);
}

.booth-value-copy h2 { margin-bottom: 1rem; color: #fff; }
.booth-value-copy h2 em { color: #f080a4; font-family: 'Caveat', cursive; font-style: normal; }
.booth-lede { max-width: 34rem; color: rgba(255, 255, 255, .72); font-size: 1.05rem; }

.booth-price-row {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin: 1.55rem 0;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .055);
}

.booth-price-row strong { color: #f4d29e; font-family: 'Fraunces', Georgia, serif; font-size: 2.4rem; line-height: 1; }
.booth-price-row span { color: rgba(255, 255, 255, .66); font-size: .78rem; line-height: 1.4; }

.booth-includes {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booth-includes li {
  position: relative;
  padding-left: 2rem;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
}

.booth-includes li::before {
  position: absolute;
  top: .05rem;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  background: #9f244f;
  content: "✓";
}

.booth-includes strong { color: #fff; }

.booth-no-hassle {
  display: flex;
  gap: .8rem;
  margin: 1.45rem 0;
  padding: .9rem 1rem;
  border-left: 3px solid #c89968;
  background: rgba(200, 153, 104, .09);
}

.booth-no-hassle > span { color: #f4d29e; font-weight: 900; }
.booth-no-hassle p { margin: 0; color: rgba(255, 255, 255, .7); font-size: .83rem; }
.booth-no-hassle strong { color: #fff; }
.booth-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.booth-actions > span { max-width: 21rem; color: rgba(255, 255, 255, .5); font-size: .68rem; line-height: 1.45; }

@media (max-width: 860px) {
  .booth-value-card { grid-template-columns: 1fr; }
  .booth-value-visual { min-height: 500px; }
}

@media (max-width: 520px) {
  .booth-value-card { border-radius: var(--r-lg); }
  .booth-value-visual { min-height: 420px; }
  .booth-value-copy { padding: 2rem 1.35rem 2.3rem; }
  .booth-float--photo { top: 10%; left: 6%; }
  .booth-float--gif { top: 22%; right: 5%; }
  .booth-float--video { bottom: 20%; left: 5%; }
  .booth-captures { right: 3%; bottom: 5%; transform: scale(.78) rotate(-6deg); transform-origin: bottom right; }
  .booth-price-row { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .booth-price-row span br { display: none; }
  .booth-actions .btn { width: 100%; }
}

[data-color-mode="dark"] .booth-value-section { background: var(--bg-soft); }
