@charset "UTF-8";
body {
  background-color: #000014;
}

html.dark body {
  background-color: #000014;
}

.header {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  justify-content: flex-end;
  padding-bottom: 100px;
  margin-bottom: -60px;
  background-color: #000014;
}

.header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 20, 0) 0%, #000014 100%);
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    width: 100vw;
    padding-bottom: 60px;
    margin-bottom: -40px;
    min-height: 450px;
    max-height: 450px;
  }
}

.header .header-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 800px;
}

.header .tagline-line-1 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header .tagline-line-1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
}

.header .tagline-line-2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 49px;
  background: linear-gradient(90deg, #D021AE, #5B5EE8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header .tagline-line-2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
  }
}

.header .mobile-insight-icon {
  display: inline-block;
  width: 64px;
  height: 36px;
  vertical-align: middle;
  margin-inline-start: 15px;
  margin-inline-end: 15px;
  color: #af47e8;
}

.hero-layer {
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero-layer {
    height: 600px;
    width: auto;
  }
}

.hero-layer-bg,
.hero-layer-logo,
.header-title,
.wizard-progress {
  opacity: 0;
}

[data-step-panel="1"] > .content-wrapper {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-step-panel="1"] > .content-wrapper.intro-show {
  opacity: 1;
  transform: translateY(0);
}

.hero-layer-bg {
  transform: translateX(-50%) scale(1.04);
  filter: blur(4px);
  transition: opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1), transform 1200ms cubic-bezier(0.22, 1, 0.36, 1), filter 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-layer-bg.intro-show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  filter: blur(0);
}

.hero-layer-logo {
  transform: translateX(-50%) translateY(8px) scale(0.96);
  filter: blur(12px);
  transition: opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1), transform 1100ms cubic-bezier(0.22, 1, 0.36, 1), filter 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-layer-logo.intro-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  filter: blur(0);
}

.hero-layer-beta {
  width: 1340px;
  height: 1000px;
  transform: translateX(-50%);
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero-layer-beta {
    width: 804px;
    height: 600px;
  }
}

.beta-text {
  position: absolute;
  top: 41.5%;
  left: 62%;
  transform: rotate(-67deg);
  transform-origin: left center;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .beta-text {
    font-size: 12px;
  }
}

.beta-char {
  --beta-rot: 0deg;
  --beta-ty: 6px;
  --beta-tx: 0;
  --beta-scale: 1;
  --beta-blur: 10px;
  --beta-dur: 700ms;
  display: inline-block;
  opacity: 0;
  filter: blur(var(--beta-blur));
  transform: translate(var(--beta-tx), var(--beta-ty)) rotate(var(--beta-rot)) scale(var(--beta-scale));
  transform-origin: center center;
  transition: opacity var(--beta-dur) cubic-bezier(0.22, 1, 0.36, 1), filter var(--beta-dur) cubic-bezier(0.22, 1, 0.36, 1), transform var(--beta-dur) cubic-bezier(0.22, 1, 0.36, 1);
}

.beta-char.intro-show {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) rotate(0) scale(1);
}

.header-title {
  transform: translateY(14px);
  filter: blur(4px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-title.intro-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.wizard-progress {
  transform: translateY(16px);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wizard-progress.intro-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hero-layer-bg,
  .hero-layer-logo,
  .hero-layer-beta {
    opacity: 1 !important;
    transform: translateX(-50%) !important;
    filter: none !important;
    transition: none !important;
  }
  .beta-char {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
  .header-title,
  .wizard-progress,
  [data-step-panel="1"] > .content-wrapper {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

.wizard-progress {
  max-width: 560px;
  padding: 60px 20px 0;
  margin-bottom: 16px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wizard-progress {
    padding-top: 40px;
  }
}

.progress-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
  cursor: default;
}

.progress-dot.active {
  border-color: #D021AE;
  color: #fff;
  background: rgba(208, 33, 174, 0.15);
  box-shadow: 0 0 20px rgba(208, 33, 174, 0.2);
}

.progress-dot.completed {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

.progress-line {
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.4s ease;
}

.progress-line.filled {
  background: rgba(255, 255, 255, 0.3);
}

@media (min-width: 320px) and (max-width: 767px) {
  .progress-line {
    width: 50px;
  }
}

.progress-labels {
  display: flex;
  justify-content: space-between;
  margin: 8px auto 0;
  padding: 0 6px;
  width: 478px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .progress-labels {
    width: calc(100% - 18px);
  }
}

.progress-label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
  text-align: center;
  width: 25%;
}

.progress-label.active {
  color: rgba(255, 255, 255, 0.7);
}

.progress-label.completed {
  color: rgba(255, 255, 255, 0.4);
}

.wizard-container {
  max-width: 560px;
  padding: 0 20px 60px;
}

.wizard-container.is-submitting .wizard-step.active {
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 0.15s ease-out;
}

.wizard-container.is-submitting [data-action="finish"] {
  opacity: 1;
  pointer-events: auto;
  cursor: progress;
}

.wizard-container.is-submitting [data-action="finish"] .wizard-btn-icon svg {
  visibility: hidden;
}

.wizard-container.is-submitting [data-action="finish"] .wizard-btn-icon {
  position: relative;
}

.wizard-container.is-submitting [data-action="finish"] .wizard-btn-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: wizard-finish-spinner 0.7s linear infinite;
}

.wizard-container.is-submitting [data-action="finish"] .wizard-btn-text {
  visibility: hidden;
  position: relative;
}

.wizard-container.is-submitting [data-action="finish"] .wizard-btn-text::after {
  content: 'Sending\2026';
  position: absolute;
  inset: 0;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes wizard-finish-spinner {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wizard-container.is-submitting [data-action="finish"] .wizard-btn-icon::after {
    animation: none;
  }
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

.step-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
}

.step-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  max-width: 420px;
  margin: 0 auto 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .step-desc {
    margin-bottom: 50px;
  }
}

.step-desc-secondary {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-bottom: 16px;
}

.label-control input[type=checkbox] {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.label-control label {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}

.label-control label::before {
  position: relative;
  top: auto;
  left: auto;
  border-color: #666666;
}

.label-control input[type=checkbox]:focus-visible {
  outline: none;
}

.label-control input[type=checkbox]:focus-visible + label::before {
  border-color: #5975E4;
}

.field-hint {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
  margin-left: 24px;
}

.wizard-footnotes {
  margin: 42px auto 0;
  max-width: 480px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wizard-footnotes {
    margin-top: 34px;
  }
}

.wizard-footnotes .footnote {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  margin: 0 0 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.65);
}

.wizard-footnotes .footnote:last-child {
  margin-bottom: 0;
}

.wizard-footnotes .footnote-num {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 18px;
}

.wizard-footnotes .footnote-text {
  flex: 1;
  min-width: 0;
}

.wizard-footnotes code {
  font-family: 'SF Mono', 'Fira Code', Consolas, monospace;
  font-size: 11px;
  padding: 1px 5px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.7);
}

.wizard-footnotes .footnote-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #5B5EE8;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
}

.wizard-footnotes .footnote-link:hover {
  opacity: 0.7;
}

.wizard-footnotes .footnote-link-icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -1px;
  color: currentColor;
}

.app-cta-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 400px;
  margin: 24px auto 0;
  height: 230px;
}

.app-cta-platform {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 180px;
}

.app-cta-qr {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out;
  /* qr-code-styling injects an SVG inside the wrapper div with inline
       width / height styles equal to the configured render size; force
       100% so it scales down to the .app-cta-qr 140×140 wrapper. */
}

.app-cta-qr img,
.app-cta-qr canvas,
.app-cta-qr svg,
.app-cta-qr > div {
  display: block;
  width: 100%;
  height: 100%;
}

.app-cta-qr > div > svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.app-cta-qr:hover {
  transform: scale(1.02);
}

.app-cta-badge {
  display: block;
  width: 180px;
  height: 60px;
  transition: opacity 0.2s ease-in-out;
}

.app-cta-badge img {
  display: block;
  width: 100%;
  height: 100%;
}

.app-cta-badge:hover {
  opacity: 0.8;
}

@media (min-width: 320px) and (max-width: 767px) {
  .app-cta-container {
    width: 100%;
    gap: 20px;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .app-cta-platform {
    width: 100%;
    max-width: 280px;
    gap: 16px;
  }
  .app-cta-badge {
    width: 100%;
    max-width: 280px;
  }
  .app-cta-qr {
    display: none;
  }
}

.insight-logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 20px auto 4px;
}

.whmcs-logo {
  display: block;
  width: 133px;
  height: auto;
  margin: 20px auto 15px;
}

.insight-form,
.whmcs-form {
  position: relative;
  width: 400px;
  min-height: 370px;
  margin: 10px auto 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .insight-form,
  .whmcs-form {
    width: 100%;
    max-width: 400px;
    min-height: 340px;
  }
}

.insight-form {
  background: url(/img/new/new-features/x7-beta/axigen-insight-bg.png) no-repeat center bottom;
  background-size: 400px auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .insight-form {
    background-size: 100% auto;
  }
}

.whmcs-form {
  overflow: hidden;
}

.whmcs-triangles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  overflow: hidden;
  pointer-events: none;
}

.whmcs-triangle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  width: 480px;
  height: 100px;
}

.whmcs-triangle.tri-back {
  position: absolute;
  bottom: 0;
  background: #021a3a;
}

.whmcs-triangle.tri-mid {
  bottom: -20px;
  background: #0a2a52;
}

.whmcs-triangle.tri-front {
  bottom: -40px;
  background: #15467a;
}

.choice-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 -20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.choice-row input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.choice-row input[type=radio]:focus-visible + .choice-radio {
  box-shadow: 0 0 0 3px rgba(89, 117, 228, 0.35);
}

.choice-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #666666;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.choice-row.active .choice-radio {
  border-color: #5975E4;
  background: #5975E4;
}

.choice-row.active .choice-radio::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.choice-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.choice-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}

.choice-sub {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
}

.info-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  margin-top: 16px;
}

.info-card h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 4px;
}

.info-card p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.share-section {
  margin-top: 24px;
}

.share-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}

.share-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 8px;
}

.share-snippet {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.snippet-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  white-space: pre-wrap;
  word-break: break-word;
}

.copy-snippet-btn {
  margin-top: 8px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}

.copy-snippet-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.copy-snippet-btn.copied {
  background: rgba(80, 169, 60, 0.15);
  border-color: rgba(80, 169, 60, 0.3);
  color: rgba(80, 169, 60, 0.9);
}

.wizard-nav {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 32px auto 0;
  align-items: center;
  gap: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wizard-nav {
    gap: 12px;
  }
}

.app-cta-container + .wizard-nav {
  margin-top: 12px;
}

.insight-form + .wizard-nav,
.whmcs-form + .wizard-nav {
  margin: 0 auto;
}

.nav-left,
.nav-right {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.nav-right {
  justify-content: flex-end;
}

.nav-right.nav-only {
  justify-content: center;
  flex: 1;
}

.wizard-btn-next, .wizard-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  min-width: 180px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: opacity 0.2s ease-in-out;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wizard-btn-next, .wizard-btn-secondary {
    min-width: 0;
  }
}

.wizard-btn-spacer,
.wizard-btn-icon {
  flex-shrink: 0;
  width: 60px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .wizard-btn-spacer,
  .wizard-btn-icon {
    width: 40px;
  }
}

.wizard-btn-icon svg {
  width: 24px;
  height: 24px;
  color: currentColor;
}

.wizard-btn-text {
  flex: 1 0 0;
  min-width: 0;
  text-align: center;
}

.wizard-btn-next {
  background: linear-gradient(90deg, #D021AE, #5B5EE8);
  border: none;
  color: #fff;
}

.wizard-btn-next:hover {
  opacity: 0.7;
}

.wizard-btn-next:focus-visible {
  box-shadow: 0 0 0 3px rgba(208, 33, 174, 0.5);
}

.wizard-btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.wizard-btn-secondary:hover {
  opacity: 0.7;
}

.wizard-btn-secondary:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.wizard-btn-skip {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.25);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  padding: 14px 8px;
  transition: color 0.2s ease;
}

.wizard-btn-skip:hover {
  color: rgba(255, 255, 255, 0.4);
}

.dark-bg p {
  color: rgba(255, 255, 255, 0.65);
}

.fields-container.negative .field-wrapper.wizard-error .textfield,
.fields-container.negative .field-wrapper.wizard-error select,
.fields-container.negative .field-wrapper:has(> label.error) .textfield,
.fields-container.negative .field-wrapper:has(> label.error) select {
  border-color: #dc6060;
}

.fields-container.negative .field-wrapper.wizard-error .textfield:focus,
.fields-container.negative .field-wrapper.wizard-error select:focus,
.fields-container.negative .field-wrapper:has(> label.error) .textfield:focus,
.fields-container.negative .field-wrapper:has(> label.error) select:focus {
  border-color: #dc6060;
}

.fields-container.negative .field-wrapper.wizard-error .select2.select2-container--default .select2-selection--single,
.fields-container.negative .field-wrapper:has(> label.error) .select2.select2-container--default .select2-selection--single {
  border-color: #dc6060;
}

.fields-container.negative .field-wrapper.wizard-error.select2-focused .select2.select2-container--default .select2-selection--single,
.fields-container.negative .field-wrapper:has(> label.error).select2-focused .select2.select2-container--default .select2-selection--single {
  border-color: #dc6060;
}

.fields-container.negative .field-wrapper label.error,
.fields-container.negative .field-wrapper .textfield.has-label + label.error,
.fields-container.negative .field-wrapper select.has-label + label.error,
.fields-container.negative .field-wrapper .textfield.has-label:focus + label.error,
.fields-container.negative .field-wrapper select.has-label:focus + label.error,
.fields-container.negative .field-wrapper .textfield.has-label.not-empty + label.error,
.fields-container.negative .field-wrapper select.has-label.not-empty + label.error {
  color: #dc6060;
}

.fields-container.negative .field-wrapper.select2-focused .select2.select2-container--default .select2-selection--single {
  border-color: #5975E4;
}

.fields-container.negative .field-wrapper.select2-focused .select2.select2-container--default + label {
  color: #5975E4;
}

.main-wrapper .select2-dropdown {
  border-color: #5975E4;
}

.main-wrapper .fields-container .field-wrapper .select2-container--open .select2-dropdown--above::after {
  display: block;
  height: 18px;
  background: #000014;
  content: '';
}

.main-wrapper .content-wrapper .fields-container .field-wrapper .select2.select2-container--default + label {
  z-index: 1052;
}

.main-wrapper .content-wrapper .fields-container .field-wrapper .textfield.has-label + label,
.main-wrapper .content-wrapper .fields-container .field-wrapper select.has-label + label {
  background-color: #000014;
}

.main-wrapper .content-wrapper .fields-container .field-wrapper .select2.select2-container--default + label {
  background-color: #000014;
}

.thank-you-panel {
  width: 400px;
  height: 400px;
  margin: 30px auto 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .thank-you-panel {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 360px;
  }
}

.thank-you-panel .new-form-message-info,
.thank-you-panel .new-form-message-error {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.thank-you-panel .new-form-message-info:not(.display-none),
.thank-you-panel .new-form-message-error:not(.display-none) {
  display: flex;
}

.check-medallion {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(208, 33, 174, 0.18), rgba(91, 94, 232, 0.18));
  box-shadow: 0 0 40px rgba(208, 33, 174, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 12px;
}

.check-inner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D021AE, #5B5EE8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-inner svg {
  width: 30px;
  height: 22px;
  color: #fff;
}

.thank-you-panel .thank-you-headline {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: center;
  margin: 0;
}

.thank-you-panel .thank-you-headline .accent {
  background: linear-gradient(135deg, #D021AE, #5B5EE8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.thank-you-panel .thank-you-body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  margin: 0;
  max-width: 340px;
}
