/* HostingWizard */
.HostingWizardStack {
  background: radial-gradient(circle at top, #1c2733, #0b1118 65%);
  position: relative;
  isolation: isolate;
}

.HostingWizardStack::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(62, 140, 160, 0.08), transparent 60%),
    repeating-linear-gradient(
      90deg,
      rgba(21, 47, 58, 0.35) 0,
      rgba(21, 47, 58, 0.35) 1px,
      transparent 1px,
      transparent 40px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(21, 47, 58, 0.35) 0,
      rgba(21, 47, 58, 0.35) 1px,
      transparent 1px,
      transparent 40px
    );
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.HostingWizardStepSection {
  width: 100vw;
  height: 100vh;
  padding: 0 8vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e6f1ff;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.HostingWizardAnswerSection {
  background: transparent;
  position: relative;
  overflow: visible;
  z-index: 3;
}

.HostingWizardAnswerSection::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 12, 18, 0) 0%, rgba(6, 12, 18, 0.6) 45%, rgba(6, 12, 18, 0.9) 100%),
    url("/assets/pcb-traces.svg") center 35% / 130% 130% no-repeat;
  opacity: 0.9;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}

.HostingWizardAnswerSection::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 12, 18, 0.85) 0%, rgba(6, 12, 18, 0) 22%),
    radial-gradient(circle, transparent 35%, rgba(6, 12, 18, 0.7) 72%, rgba(6, 12, 18, 0.95) 100%);
  pointer-events: none;
  z-index: -1;
}

.HostingWizardFinalQuestion {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.HostingWizardFinalQuestion::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35vh;
  background: linear-gradient(180deg, rgba(6, 12, 18, 0) 0%, rgba(6, 12, 18, 0.5) 55%, rgba(6, 12, 18, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}

.HostingWizardSectionContent {
  --wizard-top-pad: 12vh;
  width: min(1100px, 100%);
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: var(--wizard-top-pad);
  padding-bottom: 0;
  overflow: visible;
  z-index: 1;
}

.HostingWizardAnswerSection .HostingWizardSectionContent {
  justify-content: center;
  padding-top: 0;
}

.HostingWizardHeader {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.HostingWizardTitle {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.HostingWizardIntro {
  margin: 0;
  color: #a7b7c8;
  max-width: 640px;
}

.WizardNode {
  position: relative;
  align-self: center;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(15, 22, 31, 0.85);
  border: 1px solid rgba(118, 148, 173, 0.28);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: min(80vw, 960px);
  z-index: 2;
}


.WizardQuestion {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.WizardOptions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 26px;
  min-height: 45vh;
  align-items: stretch;
  width: 100%;
  margin-top: 28px;
  flex: 1;
  align-content: stretch;
  height: 100%;
  grid-auto-rows: 1fr;
  z-index: 1;
  overflow: visible;
}

.WizardBudget {
  width: min(60vw, 720px);
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.WizardBudgetValue {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: #e6f1ff;
  font-weight: 700;
}

.WizardBudgetValue span {
  font-size: 0.85rem;
  color: rgba(190, 214, 230, 0.7);
  margin-left: 6px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.WizardBudgetSlider {
  width: 100%;
  accent-color: #7cf1ff;
}

.WizardBudgetScale {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(190, 214, 230, 0.65);
  letter-spacing: 0.08em;
}

.WizardOption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-height: 220px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.WizardOptionButton {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(118, 148, 173, 0.35);
  background: #121a24;
  color: #e6f1ff;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.WizardOption.is-over-budget .WizardOptionButton {
  border-color: rgba(255, 140, 140, 0.6);
  color: rgba(255, 230, 230, 0.8);
  background: rgba(30, 12, 12, 0.9);
  box-shadow: none;
}

.WizardOptionBadge {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 140, 140, 0.85);
}

.WizardOptionButton:hover {
  transform: translateY(-2px);
  border-color: rgba(135, 200, 255, 0.8);
  box-shadow: 0 12px 22px rgba(20, 120, 180, 0.25);
}

.WizardOptionSpecs {
  color: rgba(190, 214, 230, 0.7);
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.4;
  max-width: 220px;
}

.WizardOptionLine {
  position: relative;
  width: 3px;
  flex: 1;
  min-height: 90px;
  border-radius: 999px;
  background: rgba(118, 148, 173, 0.25);
  box-shadow: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  margin-bottom: -12vh;
  z-index: 0;
}

.HostingWizardFinalQuestion .WizardOptionLine {
  margin-bottom: -50vh;
  z-index: 0;
}

.WizardOption.is-selected .WizardOptionButton {
  border-color: rgba(124, 233, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(124, 233, 255, 0.4),
    0 12px 25px rgba(48, 186, 255, 0.3);
  position: relative;
}

.WizardOption.is-selected .WizardOptionLine {
  background: linear-gradient(180deg, #7cf1ff, #24a8ff);
  box-shadow: 0 0 14px rgba(69, 193, 255, 0.7);
}

.HostingWizardAnswer {
  width: min(80vw, 960px);
  text-align: center;
  z-index: 3;
  position: relative;
  overflow: hidden;
  padding: 46px 40px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(12, 22, 34, 0.98), rgba(6, 12, 18, 0.98));
  border: 1px solid rgba(124, 233, 255, 0.5);
  box-shadow: 0 0 36px rgba(62, 210, 255, 0.35),
    inset 0 0 0 1px rgba(124, 233, 255, 0.15);
}

.HostingWizardAnswer.is-link {
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.HostingWizardAnswer.is-link:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 233, 255, 0.8);
  box-shadow: 0 0 40px rgba(62, 210, 255, 0.45),
    inset 0 0 0 1px rgba(124, 233, 255, 0.2);
}

.HostingWizardAnswer::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 22px;
  background:
    repeating-linear-gradient(90deg, rgba(70, 210, 255, 0.2) 0, rgba(70, 210, 255, 0.2) 2px, transparent 2px, transparent 18px),
    repeating-linear-gradient(0deg, rgba(70, 210, 255, 0.12) 0, rgba(70, 210, 255, 0.12) 1px, transparent 1px, transparent 22px),
    radial-gradient(circle at 30% 25%, rgba(70, 210, 255, 0.16), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(70, 210, 255, 0.14), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

.HostingWizardAnswer::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  border: 1px solid rgba(124, 233, 255, 0.3);
  box-shadow: inset 0 0 18px rgba(62, 210, 255, 0.2);
  pointer-events: none;
}

.HostingWizardAnswerLabel {
  position: relative;
  z-index: 1;
}

.HostingWizardAnswerLabel {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  color: #7cf1ff;
  margin-bottom: 8px;
}

.HostingWizardAnswer h3 {
  margin: 0 0 6px;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  position: relative;
  z-index: 1;
  color: #44E2C9;
}

.HostingWizardAnswer p {
  margin: 0;
  color: #a7b7c8;
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .HostingWizardStepSection {
    padding: 8vh 6vw;
  }

  .WizardOption {
    min-height: 180px;
  }

}
