.wheel-viz {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--wheel-cta-bg-frost);
  border-block: 1px solid var(--wheel-stage-line);
  color: var(--ink);
}

.wheel-viz__head {
  max-width: 46rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.wheel-viz__tryout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0.85rem auto 1.1rem;
  max-width: 28rem;
  text-align: center;
}

.wheel-viz__tryout-wheel {
  flex: 0 0 auto;
  width: clamp(4.75rem, 14vw, 6.75rem);
  height: clamp(4.75rem, 14vw, 6.75rem);
  object-fit: contain;
  filter: drop-shadow(0 6px 14px color-mix(in srgb, #000 22%, transparent));
}

.wheel-viz__tryout-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.wheel-viz__tryout-brand {
  color: var(--accent);
}

@media (max-width: 480px) {
  .wheel-viz__tryout {
    gap: 0.45rem;
  }
}

.wheel-viz--featured {
  scroll-margin-top: 5.5rem;
}

.wheel-viz-examples {
  margin: 0 auto 2.25rem;
  max-width: 52rem;
}

.wheel-viz-examples__head {
  margin-bottom: 1rem;
  text-align: center;
}

.wheel-viz-examples__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
  font-weight: 700;
  color: var(--frost-heading-color);
}

.wheel-viz-examples__lead {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.wheel-viz-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
}

.wheel-viz-carousel__viewport {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--wheel-stage-line);
}

.wheel-viz-carousel__track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.wheel-viz-carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0.85rem;
  box-sizing: border-box;
}

.wheel-viz-carousel__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--wheel-stage-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--wheel-cta-bg-frost) 88%, transparent);
  color: var(--ink);
  cursor: pointer;
}

.wheel-viz-carousel__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.wheel-viz-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.wheel-viz-carousel__dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink-muted) 45%, transparent);
  cursor: pointer;
}

.wheel-viz-carousel__dot.is-active {
  background: var(--accent);
  transform: scale(1.15);
}

.wheel-viz-ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.wheel-viz-ba__shot {
  margin: 0;
  text-align: center;
}

.wheel-viz-ba__shot img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  background: color-mix(in srgb, var(--wheel-stage-line) 40%, transparent);
}

.wheel-viz-ba__shot figcaption {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--frost-eyebrow);
}

.wheel-viz-ba__shot--after figcaption {
  color: var(--accent);
}

.wheel-viz-ba__caption {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: var(--ink-muted);
}

.wheel-viz-ba__video {
  margin: 0.45rem 0 0;
  text-align: center;
  font-size: 0.85rem;
}

.wheel-viz-ba__video a {
  color: var(--accent);
  font-weight: 600;
}

@media (max-width: 640px) {
  .wheel-viz-ba {
    grid-template-columns: 1fr;
  }

  .wheel-viz-carousel__nav {
    width: 2rem;
    height: 2rem;
  }
}

.wheel-viz__steps {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

@media (min-width: 960px) {
  .wheel-viz__steps {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .wheel-viz__step--wide {
    grid-column: 1 / -1;
  }
}

.wheel-viz__panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.wheel-viz__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--frost-eyebrow);
  margin: 0 0 0.5rem;
}

.wheel-viz__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  color: var(--frost-heading-color);
}

.wheel-viz__hint {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

.wheel-viz__drop {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 11rem;
  cursor: default;
  text-align: center;
}

.wheel-viz__drop-empty,
.wheel-viz__drop-preview {
  display: grid;
  gap: 0.75rem;
  place-items: center;
  width: 100%;
}

.wheel-viz__drop-preview[hidden],
.wheel-viz__drop-empty[hidden] {
  display: none;
}

.wheel-viz__file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wheel-viz__pick-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--btn-primary-fg);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.wheel-viz__pick-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent) 28%, transparent);
}

.wheel-viz__pick-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.wheel-viz__pick-btn--ghost {
  background: transparent;
  color: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  box-shadow: none;
}

.wheel-viz__pick-btn--ghost:hover {
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  box-shadow: none;
}

.wheel-viz__drop-copy {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.wheel-viz__drop.is-dragover .wheel-viz__drop-copy {
  color: var(--accent);
}

.wheel-viz__drop img {
  max-width: 100%;
  max-height: 220px;
  border-radius: 10px;
  object-fit: contain;
}

.wheel-viz__grid-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(0.55rem, 2.2vw, 0.85rem) clamp(0.4rem, 1.8vw, 0.7rem);
  width: 100%;
  max-width: none;
}

.wheel-viz__grid {
  display: contents;
}

.wheel-viz__grid-footer {
  grid-column: 3;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
  margin-top: 0.15rem;
}

.wheel-viz__grid-page {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-muted);
}

.wheel-viz__grid-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 1.85rem;
  padding: 0.25rem 0.55rem 0.25rem 0.65rem;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  color: var(--accent);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.wheel-viz__grid-next:hover:not(:disabled) {
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  transform: translateX(1px);
}

.wheel-viz__grid-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.wheel-viz__grid-next:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.wheel-viz__wheel {
  position: relative;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  min-width: 0;
}

.wheel-viz__wheel:has(input:checked) strong {
  color: var(--accent);
}

.wheel-viz__wheel:focus-within {
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
  border-radius: 8px;
}

.wheel-viz__wheel input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wheel-viz__wheel img {
  width: 100%;
  height: clamp(5.75rem, 24vw, 7.25rem);
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
  filter: none;
  transition: none;
}

@media (min-width: 960px) {
  .wheel-viz__wheel img {
    height: clamp(4.35rem, 7vw, 5.1rem);
  }
}

html[data-theme="dark"] .wheel-viz__wheel img {
  filter: none;
}

.wheel-viz__wheel:has(input:checked) img {
  transform: none;
  filter: none;
}

.wheel-viz__wheel strong {
  display: block;
  margin-top: 0.35rem;
  font-size: clamp(0.68rem, 2.4vw, 0.74rem);
  line-height: 1.2;
  color: var(--frost-heading-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wheel-viz__wheel-line {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--frost-eyebrow);
}

.wheel-viz__wheel span:last-child {
  display: block;
  font-size: 0.62rem;
  line-height: 1.25;
  color: var(--ink-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wheel-viz__form {
  margin: 0;
}

.wheel-viz__field {
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--frost-border);
  background: var(--bg-panel);
  color: var(--ink);
  font: inherit;
}

html[data-theme="dark"] .wheel-viz__field {
  background: var(--bg-elevated);
  border-color: var(--border-subtle);
}

.wheel-viz__field::placeholder {
  color: var(--ink-muted);
}

.wheel-viz__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}

.wheel-viz__status {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  color: var(--ink-muted);
}

.wheel-viz__status.is-error {
  color: var(--tread-critical);
}

.wheel-viz__results {
  margin-top: 1.5rem;
}

.wheel-viz__results-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .wheel-viz__results-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wheel-viz__result {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.wheel-viz__result-head {
  margin: 0 0 0.75rem;
  text-align: center;
}

.wheel-viz__result-head strong {
  display: block;
  font-size: 0.95rem;
  color: var(--frost-heading-color);
}

.wheel-viz__result-head span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: var(--ink-muted);
}

.wheel-viz__result-views {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 480px) {
  .wheel-viz__result-views {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wheel-viz__result-view {
  margin: 0;
}

.wheel-viz__result-view img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.wheel-viz__result-view figcaption {
  padding: 0.45rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--frost-eyebrow);
  text-align: center;
}

.wheel-viz__busy {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-muted);
}

.wheel-viz__busy[hidden] {
  display: none;
}

.wheel-viz__spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid color-mix(in srgb, var(--accent) 25%, transparent);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: wheel-viz-spin 0.8s linear infinite;
}

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

/* Pricing table — no card/box containers */
.wheel-pricing {
  max-width: 72rem;
  margin: 0 auto 2.5rem;
}

.wheel-pricing__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  color: var(--frost-heading-color);
  text-align: center;
}

.wheel-pricing__intro,
.wheel-pricing__note {
  margin: 0 auto 1.25rem;
  max-width: 46rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-muted);
  text-align: center;
}

.wheel-pricing__note {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.85rem;
}

.wheel-pricing__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wheel-pricing__table {
  width: 100%;
  min-width: 20rem;
  max-width: 36rem;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.45;
}

.wheel-pricing__table caption {
  caption-side: top;
}

.wheel-pricing__table thead th {
  padding: 0.65rem 0.85rem;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--frost-eyebrow);
  border-bottom: 2px solid color-mix(in srgb, var(--accent) 45%, var(--wheel-stage-line));
  background: transparent;
}

.wheel-pricing__table tbody td {
  padding: 0.85rem;
  vertical-align: top;
  border-bottom: 1px solid var(--wheel-stage-line);
  color: var(--ink);
  background: transparent;
}

.wheel-pricing__table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--wheel-stage-line) 35%, transparent);
}

.wheel-pricing__pkg-name {
  display: block;
  font-weight: 700;
  color: var(--frost-heading-color);
}

.wheel-pricing__quality {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}

.wheel-pricing__scope {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  color: var(--ink-muted);
}

.wheel-pricing__includes {
  margin: 0;
  padding-left: 1.1rem;
}

.wheel-pricing__includes li {
  margin: 0.2rem 0;
}

.wheel-pricing__price {
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
  color: var(--frost-heading-color);
}

.wheel-pricing__pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 80%, #000);
  white-space: nowrap;
}

.wheel-pricing__pay:hover {
  filter: brightness(1.06);
}

.wheel-pricing__pay--muted {
  opacity: 0.55;
  pointer-events: none;
}

.wheel-viz__paywall {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md, 10px);
  border: 1px solid rgba(234, 88, 12, 0.35);
  background: rgba(255, 247, 237, 0.9);
  color: var(--ink, #0f172a);
  font-size: 0.92rem;
  line-height: 1.45;
}

html[data-theme="dark"] .wheel-viz__paywall {
  background: rgba(67, 20, 7, 0.45);
  border-color: rgba(251, 146, 60, 0.35);
  color: var(--ink, #f8fafc);
}

.wheel-viz__paywall--paid {
  border-color: rgba(22, 163, 74, 0.35);
  background: rgba(240, 253, 244, 0.95);
}

html[data-theme="dark"] .wheel-viz__paywall--paid {
  background: rgba(20, 83, 45, 0.35);
  border-color: rgba(74, 222, 128, 0.35);
}
