.qgo-supplier-previsit {
  overflow-x: hidden;
  color: var(--qgo-text);
  background: var(--qgo-bg);
}

.qgo-supplier-previsit .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.qgo-supplier-previsit .qgo-spv-card.reveal,
.qgo-supplier-previsit .qgo-spv-review-card.reveal,
.qgo-supplier-previsit .qgo-spv-preview.reveal,
.qgo-supplier-previsit .qgo-spv-step.reveal,
.qgo-supplier-previsit .section-head.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.qgo-supplier-previsit .container {
  padding-inline: 24px;
}

.qgo-spv-hero {
  padding: 92px 24px 76px;
  background:
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}

.qgo-spv-shell {
  width: min(var(--qgo-max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .72fr);
  gap: 58px;
  align-items: center;
}

.qgo-spv-eyebrow {
  margin: 0 0 16px;
  color: var(--qgo-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.qgo-spv-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #050506;
  font-size: clamp(52px, 6.4vw, 86px);
  line-height: 1;
  letter-spacing: -.055em;
}

.qgo-spv-lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: #1f2937;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 720;
}

.qgo-spv-hero-copy > p:not(.qgo-spv-eyebrow):not(.qgo-spv-lede) {
  max-width: 720px;
  margin: 20px 0 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.62;
}

.qgo-spv-price {
  width: min(540px, 100%);
  margin-top: 30px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(184, 146, 72, .28);
  border-radius: 22px;
  background: #fffaf0;
}

.qgo-spv-price strong {
  color: #0f172a;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.qgo-spv-price span {
  color: #625742;
  font-size: 14px;
  line-height: 1.45;
}

.qgo-spv-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.qgo-spv-pay-helper {
  margin: 14px 0 0;
  max-width: 560px;
  color: #4f5f73;
  font-size: 15px;
  line-height: 1.55;
}

.qgo-spv-existing-link-note {
  display: grid;
  gap: 4px;
  max-width: 620px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(13, 107, 214, .18);
  border-radius: 14px;
  background: rgba(13, 107, 214, .06);
  color: #233044;
  font-size: 14px;
  line-height: 1.55;
}

.qgo-spv-payment-entry {
  padding: 72px 0;
  background: #f1f5fa;
}

.qgo-spv-payment-card {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  gap: 34px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.qgo-spv-payment-copy h2 {
  margin: 8px 0 16px;
  color: #111827;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .98;
  letter-spacing: 0;
}

.qgo-spv-payment-summary {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(181, 134, 65, .35);
  border-radius: 18px;
  background: #fff8eb;
  color: #273244;
}

.qgo-spv-payment-summary strong {
  color: #111827;
  font-size: 18px;
}

.qgo-spv-payment-note,
.qgo-spv-privacy-note {
  color: #536274;
  font-size: 15px;
  line-height: 1.6;
}

.qgo-spv-payment-form {
  display: grid;
  gap: 18px;
}

.qgo-spv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.qgo-spv-payment-form p,
.qgo-spv-payment-form fieldset {
  margin: 0;
}

.qgo-spv-payment-form label,
.qgo-spv-payment-form legend {
  display: block;
  margin: 0 0 7px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 800;
}

.qgo-spv-payment-form input,
.qgo-spv-payment-form select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font: inherit;
}

.qgo-spv-payment-form input:focus,
.qgo-spv-payment-form select:focus {
  outline: 3px solid rgba(13, 107, 214, .18);
  border-color: #0d6bd6;
}

.qgo-spv-payment-form small {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.qgo-spv-form-full {
  grid-column: 1 / -1;
}

.qgo-spv-payment-form fieldset {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #d7dee8;
  border-radius: 14px;
}

.qgo-spv-payment-form fieldset label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  font-weight: 650;
}

.qgo-spv-payment-form input[type="radio"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
}

.qgo-spv-payment-submit {
  justify-self: start;
  min-height: 52px;
}

.qgo-spv-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.qgo-supplier-previsit .woocommerce-error,
.qgo-supplier-previsit .woocommerce-message,
.qgo-supplier-previsit .woocommerce-info {
  margin: 0 0 18px;
  border-radius: 12px;
}

.qgo-spv-hero-report {
  margin: 0;
  position: relative;
  padding: 16px;
  border-radius: 30px;
  background: linear-gradient(145deg, #171717, #29241a);
  box-shadow: 0 32px 80px rgba(34, 28, 18, .20);
}

.qgo-spv-hero-report img {
  display: block;
  width: 100%;
  aspect-ratio: 7 / 9;
  object-fit: cover;
  border-radius: 20px;
  background: #f8f3e7;
}

.qgo-spv-hero-report figcaption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #f4e4b7;
  background: rgba(0, 0, 0, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}

.qgo-spv-section {
  padding: 82px 0;
}

.qgo-spv-why {
  background: #fff;
}

.qgo-spv-three,
.qgo-spv-review-grid,
.qgo-spv-preview-grid,
.qgo-spv-steps {
  display: grid;
  gap: 18px;
}

.qgo-spv-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qgo-spv-card,
.qgo-spv-review-card,
.qgo-spv-step {
  min-width: 0;
  border: 1px solid var(--qgo-border-light);
  border-radius: 26px;
  background: #fff;
}

.qgo-spv-card {
  padding: 30px;
}

.qgo-spv-card h3,
.qgo-spv-review-card h3,
.qgo-spv-preview h3,
.qgo-spv-step h3 {
  margin: 0;
  color: #111827;
  line-height: 1.16;
  letter-spacing: -.03em;
}

.qgo-spv-card h3 {
  font-size: 26px;
}

.qgo-spv-card p,
.qgo-spv-preview p,
.qgo-spv-step p,
.qgo-spv-split p,
.qgo-spv-scope-panel p,
.qgo-spv-final-card p {
  color: #4b5563;
  line-height: 1.62;
}

.qgo-spv-card p {
  margin: 14px 0 0;
}

.qgo-spv-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qgo-spv-review-card {
  padding: 28px;
}

.qgo-spv-review-card h3 {
  font-size: 24px;
}

.qgo-spv-review-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.58;
}

.qgo-spv-review-card li + li {
  margin-top: 7px;
}

.qgo-spv-report-section {
  background: #17140f;
}

.qgo-spv-report-section .section-label {
  color: #e5c774;
}

.qgo-spv-report-section .section-title,
.qgo-spv-report-section .section-copy {
  color: #fff;
}

.qgo-spv-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qgo-spv-preview {
  min-width: 0;
}

.qgo-spv-preview a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(229, 199, 116, .24);
  border-radius: 20px;
  background: #f8f3e7;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.qgo-spv-preview a:focus-visible {
  outline-color: rgba(229, 199, 116, .72);
}

.qgo-spv-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 7 / 9;
  object-fit: cover;
}

.qgo-spv-preview span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 7px 8px;
  border-radius: 999px;
  color: #f8e6ad;
  background: rgba(0, 0, 0, .74);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  letter-spacing: .035em;
}

.qgo-spv-preview h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 21px;
}

.qgo-spv-preview p {
  margin: 10px 0 0;
  color: #c8c1b2;
  font-size: 15px;
}

.qgo-spv-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: start;
}

.qgo-spv-split h2,
.qgo-spv-scope-panel h2,
.qgo-spv-final-card h2 {
  margin: 0;
  color: #050506;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.qgo-spv-split p {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 17px;
}

.qgo-spv-scope-box {
  padding: 28px;
  border: 1px solid rgba(184, 146, 72, .34);
  border-radius: 26px;
  background: #fffaf0;
}

.qgo-spv-scope-box strong {
  display: block;
  color: #111827;
  font-size: 20px;
  line-height: 1.3;
}

.qgo-spv-scope-box ul {
  margin: 16px 0;
  padding-left: 20px;
  color: #4b5563;
  line-height: 1.58;
}

.qgo-spv-scope-box p {
  margin: 0;
  color: #625742;
  font-size: 14px;
  line-height: 1.55;
}

.qgo-spv-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qgo-spv-step {
  padding: 26px;
}

.qgo-spv-step b {
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--qgo-blue);
}

.qgo-spv-step h3 {
  font-size: 22px;
}

.qgo-spv-step p {
  margin: 12px 0 0;
  font-size: 15px;
}

.qgo-spv-scope {
  padding-top: 0;
}

.qgo-spv-scope-panel {
  padding: 44px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(0,113,227,.25), transparent 26%),
    #111114;
}

.qgo-spv-scope-panel h2 {
  color: #fff;
}

.qgo-spv-scope-panel p {
  max-width: 920px;
  color: #c4c4cc;
  font-size: 17px;
}

.qgo-spv-final {
  padding: 0 0 92px;
}

.qgo-spv-final-card {
  padding: 54px;
  border: 1px solid rgba(0,113,227,.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 15%, rgba(0,113,227,.12), transparent 30%),
    #fff;
}

.qgo-spv-final-card p {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 18px;
}

@media (max-width: 1100px) {
  .qgo-spv-shell,
  .qgo-spv-split {
    grid-template-columns: 1fr;
  }

  .qgo-spv-hero-report {
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .qgo-spv-three,
  .qgo-spv-review-grid,
  .qgo-spv-preview-grid,
  .qgo-spv-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .qgo-supplier-previsit .container,
  .qgo-spv-hero {
    padding-inline: 18px;
  }

  .qgo-spv-hero {
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .qgo-spv-shell {
    gap: 36px;
  }

  .qgo-spv-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .qgo-spv-lede {
    font-size: 24px;
  }

  .qgo-spv-price {
    grid-template-columns: 1fr;
  }

  .qgo-spv-actions,
  .qgo-spv-actions .button {
    width: 100%;
  }

  .qgo-spv-payment-entry {
    padding: 46px 0;
  }

  .qgo-spv-payment-card {
    width: min(100% - 28px, 620px);
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 18px;
  }

  .qgo-spv-form-grid {
    grid-template-columns: 1fr;
  }

  .qgo-spv-payment-submit {
    width: 100%;
  }

  .qgo-spv-three,
  .qgo-spv-review-grid,
  .qgo-spv-preview-grid,
  .qgo-spv-steps {
    grid-template-columns: 1fr;
  }

  .qgo-spv-section {
    padding: 58px 0;
  }

  .qgo-spv-card,
  .qgo-spv-review-card,
  .qgo-spv-step,
  .qgo-spv-scope-box {
    padding: 24px;
    border-radius: 22px;
  }

  .qgo-spv-scope-panel,
  .qgo-spv-final-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .qgo-spv-final {
    padding-bottom: 64px;
  }
}
