.report-buy-wrap {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top left, rgba(125, 184, 240, 0.12), transparent 36%),
    radial-gradient(circle at bottom right, rgba(240, 184, 102, 0.14), transparent 42%);
}

.report-buy-intro {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.report-buy-kicker {
  margin: 0 0 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(240, 184, 102, 0.72);
}

.report-buy-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  line-height: 1.2;
  font-weight: 700;
  color: #f7fbff;
}

.report-buy-intro p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(236, 240, 245, 0.78);
}

.report-buy-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.report-buy-group {
  border-radius: 22px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 16, 30, 0.38);
}

.report-buy-group--3d {
  box-shadow: inset 0 1px 0 rgba(125, 184, 240, 0.12);
}

.report-buy-group--4d {
  box-shadow: inset 0 1px 0 rgba(240, 184, 102, 0.16);
}

.report-buy-group-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.report-buy-group--3d .report-buy-group-eyebrow {
  color: #8fc6ff;
}

.report-buy-group--4d .report-buy-group-eyebrow {
  color: #f5c97a;
}

.report-buy-group h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 700;
  color: #f7fbff;
}

.report-buy-group > p {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.68;
  color: rgba(236, 240, 245, 0.74);
}

.report-buy-grid {
  display: grid;
  gap: 14px;
}

.report-buy-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.report-buy-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.report-buy-group--3d .report-buy-card:hover {
  border-color: rgba(125, 184, 240, 0.36);
}

.report-buy-group--4d .report-buy-card:hover {
  border-color: rgba(240, 184, 102, 0.38);
}

.report-buy-card h4 {
  margin: 12px 0 8px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
  color: #f7fbff;
}

.report-buy-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(236, 240, 245, 0.76);
}

.report-buy-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 2px;
}

.report-buy-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.report-buy-price strong {
  font-size: 1.36rem;
  line-height: 1;
  color: #f7fbff;
}

.report-buy-price span {
  font-size: 0.78rem;
  color: rgba(236, 240, 245, 0.5);
}

.report-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0b866 0%, #d89b3e 100%);
  color: #121f38;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 12px 24px rgba(240, 184, 102, 0.2);
}

.report-buy-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 16px 30px rgba(240, 184, 102, 0.25);
}

.report-buy-button:focus-visible {
  outline: 2px solid rgba(240, 184, 102, 0.95);
  outline-offset: 2px;
}

.report-buy-note {
  margin: 22px 0 0;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(236, 240, 245, 0.62);
}

@media (max-width: 900px) {
  .report-buy-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .report-buy-wrap {
    padding: 24px 18px;
  }

  .report-buy-group {
    padding: 18px;
  }

  .report-buy-card {
    padding: 16px;
  }

  .report-buy-price-row {
    flex-direction: column;
    align-items: stretch;
  }

  .report-buy-button {
    width: 100%;
  }
}

body.report-intake-open {
  overflow: hidden;
}

.report-intake-backdrop[hidden] {
  display: none !important;
}

.report-intake-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(5, 12, 24, 0.72);
  backdrop-filter: blur(10px);
}

.report-intake-modal {
  width: min(100%, 760px);
  max-height: min(92vh, 920px);
  overflow-y: auto;
  border-radius: 24px;
  border: 1px solid rgba(240, 184, 102, 0.22);
  background:
    radial-gradient(circle at top left, rgba(125, 184, 240, 0.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(240, 184, 102, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(20, 33, 61, 0.98), rgba(12, 22, 40, 0.98));
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.38);
}

.report-intake-shell {
  padding: 26px 26px 24px;
}

.report-intake-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.report-intake-eyebrow {
  margin: 0 0 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(240, 184, 102, 0.76);
}

.report-intake-title {
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.18;
  color: #f7fbff;
}

.report-intake-desc {
  margin: 10px 0 0;
  max-width: 560px;
  font-size: 0.96rem;
  line-height: 1.72;
  color: rgba(236, 240, 245, 0.76);
}

.report-intake-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f7fbff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.report-intake-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(240, 184, 102, 0.28);
}

.report-intake-close:focus-visible {
  outline: 2px solid rgba(240, 184, 102, 0.95);
  outline-offset: 3px;
}

.report-intake-product {
  margin-top: 22px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.report-intake-product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.report-intake-product-label {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(240, 184, 102, 0.12);
  color: #f3c77e;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-intake-product-title {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.5;
  color: #f7fbff;
}

.report-intake-product-price {
  margin-left: auto;
  font-size: 0.94rem;
  font-weight: 700;
  color: rgba(240, 184, 102, 0.92);
}

.report-intake-product-summary {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(236, 240, 245, 0.7);
}

.report-intake-form {
  margin-top: 22px;
}

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

.report-intake-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.report-intake-field--full {
  grid-column: 1 / -1;
}

.report-intake-field[hidden] {
  display: none !important;
}

.report-intake-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #f5f8ff;
}

.report-intake-required {
  color: #f0b866;
}

.report-intake-input,
.report-intake-select,
.report-intake-textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #f7fbff;
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.report-intake-input,
.report-intake-select {
  min-height: 48px;
  padding: 0 14px;
}

.report-intake-textarea {
  min-height: 118px;
  padding: 12px 14px;
  resize: vertical;
}

.report-intake-input::placeholder,
.report-intake-textarea::placeholder {
  color: rgba(236, 240, 245, 0.4);
}

.report-intake-input:focus,
.report-intake-select:focus,
.report-intake-textarea:focus {
  outline: none;
  border-color: rgba(240, 184, 102, 0.62);
  box-shadow: 0 0 0 3px rgba(240, 184, 102, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.report-intake-input.is-error,
.report-intake-select.is-error,
.report-intake-textarea.is-error {
  border-color: rgba(255, 122, 122, 0.86);
  box-shadow: 0 0 0 3px rgba(255, 122, 122, 0.12);
}

.report-intake-help {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(236, 240, 245, 0.52);
}

.report-intake-error {
  min-height: 1.2em;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #ff8f8f;
}

.report-intake-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 14px 13px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.report-intake-consent input {
  margin-top: 3px;
  accent-color: #f0b866;
}

.report-intake-consent label {
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(236, 240, 245, 0.82);
}

.report-intake-status {
  min-height: 1.45em;
  margin: 16px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(236, 240, 245, 0.76);
}

.report-intake-status.is-error {
  color: #ff9f9f;
}

.report-intake-status.is-success {
  color: #9fe0b3;
}

.report-intake-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.report-intake-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.report-intake-button:hover {
  transform: translateY(-1px);
}

.report-intake-button:focus-visible {
  outline: 2px solid rgba(240, 184, 102, 0.95);
  outline-offset: 3px;
}

.report-intake-button[disabled] {
  opacity: 0.62;
  cursor: wait;
  transform: none;
}

.report-intake-button--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f7fbff;
}

.report-intake-button--primary {
  background: linear-gradient(135deg, #f0b866 0%, #d89b3e 100%);
  box-shadow: 0 16px 30px rgba(240, 184, 102, 0.18);
  color: #121f38;
}

@media (max-width: 720px) {
  .report-intake-shell {
    padding: 22px 18px 20px;
  }

  .report-intake-grid {
    grid-template-columns: 1fr;
  }

  .report-intake-actions {
    flex-direction: column-reverse;
  }

  .report-intake-button {
    width: 100%;
  }

  .report-intake-product-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-intake-product-price {
    margin-left: 0;
  }
}
