.wizard-shell--results {
  width: min(100%, 1640px);
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 3vw, 60px);
  padding-right: clamp(24px, 3vw, 60px);
}

.wizard-shell--results .wizard-toolbar,
.wizard-shell--results .wizard-progress-wrap {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.wizard-main--results.avr-stage,
.avr-stage {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.avr-results-page {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  gap: clamp(30px, 2.9vw, 42px);
}

.avr-results-page::before,
.avr-results-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.avr-results-page::before {
  inset: -76px -88px auto;
  height: 620px;
  border-radius: 56px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 168, 94, 0.22), transparent 25%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 16%),
    radial-gradient(circle at 82% 16%, rgba(255, 128, 54, 0.15), transparent 18%),
    linear-gradient(180deg, rgba(3, 5, 10, 0.44), rgba(3, 5, 10, 0));
  filter: blur(18px);
  opacity: 0.84;
}

.avr-results-page::after {
  inset: -18px -26px;
  border-radius: 46px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.42) 100%);
  opacity: 0.58;
}

.avr-results-intro,
.avr-grid-head {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.avr-results-intro h2,
.avr-grid-head h3 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.avr-results-intro p,
.avr-grid-head p {
  margin: 0;
  max-width: 72ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.avr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 196, 140, 0.92);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.avr-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 2.4vw, 34px);
  padding: 0 0 8px;
  border: 0;
  background: none;
  box-shadow: none;
}

.avr-hero::before {
  content: "";
  position: absolute;
  inset: 6% 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: -1;
}

.avr-hero-media {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: clamp(360px, 42vw, 560px);
  margin: 0;
  padding: clamp(30px, 4vw, 48px) clamp(12px, 2.2vw, 30px) 22px;
  background: none;
  overflow: visible;
}

.avr-hero-media::before,
.avr-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.avr-hero-media::before {
  inset: 4% 4% 14%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 243, 228, 0.16), transparent 20%),
    radial-gradient(circle at 50% 34%, rgba(255, 164, 72, 0.22), transparent 34%),
    radial-gradient(circle at center, rgba(7, 10, 18, 0.14), rgba(7, 10, 18, 0) 70%);
  filter: blur(14px);
  z-index: 0;
}

.avr-hero-media::after {
  inset: auto 14% 5%;
  height: 16%;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(255, 158, 70, 0.28), rgba(255, 158, 70, 0));
  filter: blur(22px);
  opacity: 0.82;
  z-index: 0;
}

.avr-hero-media img,
.avr-hero-media .wizard-result-fallback {
  width: 100%;
  height: 100%;
}

.avr-hero-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  max-height: clamp(320px, 37vw, 520px);
  object-fit: contain;
}

.avr-hero-copy {
  display: grid;
  gap: 20px;
  min-width: 0;
  align-content: start;
  max-width: 1120px;
}

.avr-hero-copy h3 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.avr-hero-lead {
  margin: 0;
  max-width: 66ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.82;
}

.avr-fact-line {
  margin: 0;
  color: rgba(255, 226, 194, 0.86);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.avr-hero-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.avr-panel {
  display: grid;
  gap: 12px;
  padding: 0 0 0 18px;
  border-radius: 0;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: none;
}

.avr-panel--muted {
  border-left-color: rgba(255, 205, 152, 0.18);
}

.avr-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.avr-list li {
  line-height: 1.68;
}

.avr-hero-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.avr-price-block {
  display: grid;
  gap: 6px;
}

.avr-price-block strong {
  font-size: clamp(1.8rem, 2.2vw, 2.3rem);
  line-height: 1;
}

.avr-price-block span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-decoration: line-through;
}

.avr-grid-section {
  display: grid;
  gap: 22px;
}

.avr-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 34px 28px;
  align-items: start;
}

.avr-product-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
  min-width: 0;
  min-height: 100%;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  box-shadow: none;
}

.avr-product-media {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 10px 0 16px;
  background: none;
  overflow: visible;
}

.avr-product-media::before,
.avr-product-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.avr-product-media::before {
  inset: 14% 8% 18%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 242, 224, 0.12), transparent 20%),
    radial-gradient(circle at 50% 56%, rgba(255, 152, 68, 0.18), transparent 34%);
  filter: blur(14px);
  z-index: 0;
}

.avr-product-media::after {
  inset: auto 18% 2%;
  height: 14%;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(255, 152, 68, 0.24), rgba(255, 152, 68, 0));
  filter: blur(16px);
  opacity: 0.72;
  z-index: 0;
}

.avr-product-media img,
.avr-product-media .wizard-result-fallback {
  width: 100%;
  height: 100%;
}

.avr-product-media img {
  position: relative;
  z-index: 1;
  max-height: 230px;
  object-fit: contain;
}

.avr-product-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
  align-content: start;
  grid-template-rows: auto auto auto 1fr auto;
}

.avr-product-head {
  display: grid;
  gap: 14px;
}

.avr-product-head h3 {
  margin: 0;
  font-size: clamp(1.22rem, 1.45vw, 1.5rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.avr-product-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.72;
}

.avr-fact-line--card {
  color: rgba(255, 214, 176, 0.82);
  font-size: 0.93rem;
}

.avr-price-block--compact strong {
  font-size: 1.45rem;
}

.avr-list--compact {
  gap: 7px;
}

.avr-list--compact li {
  font-size: 0.94rem;
  line-height: 1.6;
}

.avr-product-actions {
  margin-top: auto;
}

.avr-mount-callout {
  display: grid;
  gap: 16px;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
}

.avr-list--mount {
  max-width: 980px;
}

.avr-mount-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding-top: 8px;
}

.avr-mount-card {
  display: grid;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.avr-mount-media {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 10px 0;
}

.avr-mount-media::before {
  content: "";
  position: absolute;
  inset: 12% 10% 16%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 244, 228, 0.1), transparent 22%),
    radial-gradient(circle at 50% 58%, rgba(255, 152, 68, 0.16), transparent 32%);
  filter: blur(12px);
  z-index: 0;
}

.avr-mount-media img,
.avr-mount-media .wizard-result-fallback {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.avr-mount-media img {
  max-height: 170px;
  object-fit: contain;
}

.avr-mount-copy {
  display: grid;
  gap: 12px;
}

.avr-mount-copy h4 {
  margin: 0;
  font-size: clamp(1.02rem, 1.2vw, 1.22rem);
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.96);
}

.avr-mount-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.68;
}

.avr-mount-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 2px;
}

.avr-results-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.avr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.avr-btn:hover,
.avr-btn:focus-visible {
  transform: translateY(-1px);
}

.avr-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #ffcf90 0%, #ff8a33 28%, #ff6c1f 100%);
  box-shadow: 0 18px 34px rgba(255, 116, 22, 0.24);
}

.avr-btn--secondary {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1260px) {
  .avr-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .wizard-shell--results {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wizard-main--results.avr-stage,
  .avr-stage {
    width: 100%;
    padding: 0;
  }

  .avr-results-page,
  .avr-results-actions {
    max-width: none;
  }

  .avr-hero {
    padding: 0 0 8px;
    gap: 24px;
  }

  .avr-hero-media {
    min-height: 320px;
    margin: 0;
    padding: 24px 8px 8px;
  }

  .avr-hero-media img {
    max-height: 300px;
  }

  .avr-hero-panels {
    grid-template-columns: 1fr;
  }

  .avr-product-grid {
    grid-template-columns: 1fr;
  }

  .avr-mount-products {
    grid-template-columns: 1fr;
  }

  .avr-results-actions {
    justify-content: stretch;
  }

  .avr-results-actions .avr-btn {
    width: 100%;
  }
}
