.report-commerce {
  --report-ink: #10202c;
  --report-navy: #0f2818;
  --report-green: #166534;
  --report-line: #dce6e0;
  --report-wash: #f4f8f5;
}

.report-order-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.report-order-form {
  background: #fff;
  border: 1px solid var(--report-line);
  border-radius: 12px;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  box-shadow: 0 18px 48px -30px rgba(15, 40, 24, 0.35);
}

.report-form-title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--report-line);
  margin-bottom: 1.35rem;
}

.report-form-title h3 { margin: 0; font-size: 1.35rem; }
.report-price { font-family: var(--font-mono); color: var(--report-green); font-weight: 650; white-space: nowrap; }

.report-type-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  background: var(--report-wash);
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 1.35rem;
}

.report-type-switch button {
  border: 0;
  background: transparent;
  color: #52636d;
  border-radius: 6px;
  padding: 0.72rem 0.8rem;
  font: 650 0.9rem var(--font-body);
  cursor: pointer;
}

.report-type-switch button[aria-selected="true"] { background: #fff; color: var(--report-navy); box-shadow: 0 1px 5px rgba(15,40,24,.1); }
.report-fields[hidden] { display: none; }
.report-field { margin-bottom: 1rem; }
.report-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.report-field label { display: block; color: var(--report-ink); font-size: 0.82rem; font-weight: 700; margin-bottom: 0.4rem; }
.report-field small { display: block; margin-top: 0.35rem; color: #71828e; line-height: 1.4; }
.report-field input {
  width: 100%; border: 1px solid #c9d7d0; border-radius: 7px; padding: 0.76rem 0.82rem;
  font: 1rem var(--font-body); color: var(--report-ink); background: #fff;
}
.report-field input:focus { outline: 2px solid rgba(22,101,52,.18); border-color: var(--report-green); }
.report-submit { width: 100%; margin-top: 0.4rem; border: 0; background: var(--report-navy); color: white; border-radius: 7px; padding: 0.88rem 1rem; font: 700 0.98rem var(--font-body); cursor: pointer; }
.report-submit:hover { background: #1c4b2d; }
.report-submit:disabled { opacity: .65; cursor: wait; }
.report-preview-result {
  display: none;
  margin-top: 1rem;
  border: 1px solid var(--report-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.report-preview-result.visible { display: block; }
.report-preview-heading { padding: 1.05rem 1.1rem .9rem; }
.report-preview-kicker {
  display: block;
  margin-bottom: .35rem;
  color: var(--report-green);
  font: 700 .7rem var(--font-body);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.report-match-title {
  margin: 0;
  color: var(--report-ink);
  font: 700 1.15rem/1.25 var(--font-display);
  letter-spacing: -.015em;
}
.report-match-subtitle {
  margin: .3rem 0 0;
  color: #60717a;
  font-size: .86rem;
  line-height: 1.45;
}
.report-map-frame {
  position: relative;
  min-height: 250px;
  background: #edf2ef;
  border-block: 1px solid var(--report-line);
  overflow: hidden;
}
.report-preview-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
}
.report-map-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 0;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.5rem;
  color: #60717a;
  text-align: center;
  font-size: .85rem;
}
.report-map-fallback i { color: var(--report-green); font-size: 1.05rem; }
.report-map-frame.map-ready .report-preview-map { opacity: 1; }
.report-map-frame.map-ready .report-map-fallback { display: none; }
.report-map-frame.map-unavailable .report-preview-map { display: none; }
.report-map-caption {
  margin: 0;
  padding: .55rem 1.1rem;
  color: #71828e;
  background: #f8faf9;
  border-bottom: 1px solid var(--report-line);
  font-size: .72rem;
  line-height: 1.4;
}
.report-match-metadata {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: .3rem 1.1rem .55rem;
}
.report-match-metadata > div {
  min-width: 0;
  padding: .65rem .65rem .65rem 0;
  border-bottom: 1px solid #edf2ef;
}
.report-match-metadata dt {
  margin: 0 0 .18rem;
  color: #71828e;
  font: 700 .65rem var(--font-body);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.report-match-metadata dd {
  margin: 0;
  color: var(--report-ink);
  font-size: .82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.report-availability {
  padding: .85rem 1.1rem 1rem;
  background: #f4f8f5;
  border-top: 1px solid var(--report-line);
}
.report-availability strong {
  display: block;
  margin-bottom: .25rem;
  color: var(--report-navy);
  font-size: .88rem;
}
.report-availability p { margin: 0; color: #586a74; font-size: .82rem; line-height: 1.45; }
.report-availability.error { background: #fff7f6; }
.report-availability.error strong { color: #9f2d24; }
.report-preview-result.error { border-color: #edc9c5; }
.report-preview-result.error .report-preview-kicker,
.report-preview-result.error .report-availability strong { color: #9f2d24; }
.report-preview-result.error .report-map-frame,
.report-preview-result.error .report-map-caption,
.report-preview-result.error .report-match-metadata { display: none; }
.report-preview-result.error .report-availability { background: #fff7f6; border-top: 0; }
.report-purchase-step { display: none; margin-top: 1.1rem; }
.report-purchase-step.visible { display: block; }
.report-checkout { width: 100%; border: 0; border-radius: 7px; background: var(--report-green); color: #fff; padding: .86rem 1rem; font: 700 .98rem var(--font-body); cursor: pointer; }
.report-checkout:disabled { opacity: .65; cursor: wait; }
.report-trust { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: .8rem; color: #71828e; font-size: .76rem; }
.report-trust span::before { content: "✓"; color: var(--report-green); margin-right: .35rem; font-weight: 800; }
.report-legal { margin: .8rem 0 0; color: #71828e; font-size: .76rem; line-height: 1.45; }
.report-legal a { color: #3f5c4b; text-decoration: underline; text-underline-offset: 2px; }
.report-includes { list-style: none; margin: 1.6rem 0 2rem; padding: 0; border-top: 1px solid var(--report-line); }
.report-includes li { display: grid; grid-template-columns: 8.5rem 1fr; gap: 1rem; padding: .95rem 0; border-bottom: 1px solid var(--report-line); color: #52636d; }
.report-includes strong { color: var(--report-ink); }
.report-note { border-left: 2px solid var(--report-green); padding-left: 1rem; color: #60717a; font-size: .9rem; }
.report-samples { display: flex; gap: .75rem; flex-wrap: wrap; }

.report-subscription { padding: clamp(4rem, 8vw, 6rem) 0; background: #f4f8f5; border-block: 1px solid var(--report-line); }
.report-subscription-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.report-subscription-intro > div { max-width: 760px; }
.report-subscription-intro h2 { margin: .7rem 0 .8rem; }
.report-subscription-intro p { margin: 0; color: var(--text-secondary); }
.report-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.report-plan-grid article { background: #fff; border: 1px solid var(--report-line); border-radius: 10px; padding: 1.35rem 1.4rem; }
.report-plan-grid article span { display: block; color: var(--report-green); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.report-plan-grid article strong { display: block; margin: .45rem 0 .2rem; color: var(--report-ink); font-size: 1.35rem; }
.report-plan-grid article p { margin: 0; color: #60717a; }
.report-plan-note { margin: 1rem 0 0; color: #71828e; font-size: .84rem; }

@media (max-width: 860px) {
  .report-order-shell { grid-template-columns: 1fr; }
  .report-field-row { grid-template-columns: 1fr; gap: 0; }
  .report-includes li { grid-template-columns: 1fr; gap: .2rem; }
  .report-subscription-intro { display: block; }
  .report-subscription-intro .btn { margin-top: 1.4rem; }
  .report-plan-grid { grid-template-columns: 1fr; }
  .report-map-frame { min-height: 220px; }
  .report-match-metadata { grid-template-columns: 1fr; }
  .report-match-metadata > div { padding-right: 0; }
}
