.pm-page {
  --map-black: #0b0a0a;
  --map-wine: #2a0912;
  --map-cream: #f6f0e6;
  --map-paper: #fffdf8;
  --map-gold: #d5aa51;
  --map-green: #165e4a;
  background: var(--map-cream);
  color: #181411;
}

.pm-free-gate,
.pm-free-gate-loading {
  max-width: 1540px;
  margin: 0 auto;
}

.pm-free-gate {
  min-height: 680px;
  padding: clamp(3rem, 7vw, 7rem) clamp(1.2rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  background:
    radial-gradient(circle at 20% 15%, rgba(213, 170, 81, 0.15), transparent 32%),
    var(--map-wine);
  color: white;
}

.pm-free-gate > div > p:first-child {
  margin: 0 0 1rem;
  color: #d9ad54;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.pm-free-gate h1 {
  max-width: 760px;
  margin: 0;
  font: 400 clamp(3.3rem, 7vw, 7rem)/0.95 var(--serif);
  letter-spacing: -0.04em;
}

.pm-free-gate > div > p:not(:first-child),
.pm-free-gate li {
  color: #d4c8c3;
  line-height: 1.7;
}

.pm-free-gate > div > p:not(:first-child) {
  max-width: 720px;
  margin-top: 1.7rem;
}

.pm-free-gate ul {
  margin: 1.5rem 0 0;
  padding-left: 1.15rem;
}

.pm-free-gate form {
  padding: clamp(1.3rem, 3vw, 2rem);
  display: grid;
  gap: 1rem;
  background: #f8f1e6;
  color: #181411;
  border-top: 6px solid var(--map-gold);
}

.pm-free-gate form > label:not(.pm-free-gate-consent):not(.pm-free-gate-honeypot) {
  display: grid;
  gap: 0.4rem;
  color: #4f473f;
  font-size: 0.78rem;
  font-weight: 700;
}

.pm-free-gate form input[type="text"],
.pm-free-gate form input[type="email"] {
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  border: 1px solid #bfb09d;
  border-radius: 0;
  background: white;
  color: #181411;
  font: 600 1rem/1 var(--sans);
}

.pm-free-gate-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.65rem;
  color: #514940;
  font-size: 0.74rem;
  line-height: 1.55;
}

.pm-free-gate-consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  accent-color: #7b571d;
}

.pm-free-gate form button {
  min-height: 50px;
  border: 1px solid #181411;
  background: #181411;
  color: white;
  cursor: pointer;
  font: 800 0.74rem/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-free-gate form button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.pm-free-gate form > small {
  color: #6b6259;
  font-size: 0.7rem;
  line-height: 1.5;
}

.pm-free-gate form a {
  color: #6e4c16;
  font-weight: 800;
}

.pm-free-gate-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.pm-free-gate-error {
  margin: 0;
  color: #8a2828;
  font-size: 0.78rem;
  font-weight: 700;
}

.pm-free-gate-loading {
  min-height: 420px;
  padding: 5rem;
  display: grid;
  place-items: center;
  background: var(--map-wine);
  color: #e7c77e;
}

.pm-product-shell {
  padding: clamp(1rem, 3vw, 3rem);
  background:
    linear-gradient(90deg, var(--map-gold) 0 7px, transparent 7px),
    var(--map-cream);
}

.pm-topline {
  max-width: 1540px;
  margin: 0 auto;
  min-height: 48px;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #e8dfd1;
  background: var(--map-black);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pm-topline span {
  margin-right: auto;
}

.pm-topline b {
  color: #f0c96f;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.pm-topline small {
  color: #bdb4a9;
}

.pm-intro {
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(3rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 85% 10%, rgba(213, 170, 81, 0.16), transparent 33%),
    var(--map-wine);
  color: white;
}

.pm-eyebrow {
  margin: 0 0 1rem;
  color: #d9ad54;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pm-intro h1,
.pm-value-section h2,
.pm-launch-section h2,
.pm-next-step h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.pm-intro h1 {
  max-width: 820px;
  font-size: clamp(3.2rem, 6.7vw, 7rem);
}

.pm-intro > div > p:last-child {
  max-width: 720px;
  margin: 2rem 0 0;
  color: #d7cbc6;
  font-size: 1.05rem;
  line-height: 1.75;
}

.pm-promise-grid {
  align-self: end;
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.pm-promise-grid article {
  min-height: 128px;
  padding: 1.35rem;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 0.25rem 1rem;
  background: rgba(14, 7, 9, 0.78);
}

.pm-promise-grid span {
  grid-row: 1 / 3;
  color: var(--map-gold);
  font: 400 2rem/1 var(--serif);
}

.pm-promise-grid b {
  font: 400 1.35rem/1.2 var(--serif);
}

.pm-promise-grid small {
  color: #bfb3ae;
  font-size: 0.86rem;
  line-height: 1.5;
}

.pm-workspace {
  max-width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(600px, 1.13fr) minmax(430px, 0.87fr);
  align-items: start;
  background: var(--map-paper);
  border: 1px solid #d8cdbc;
  border-top: 0;
}

.pm-controls {
  padding: clamp(1.4rem, 3vw, 3rem);
  border-right: 1px solid #d8cdbc;
}

.pm-scenario-manager {
  margin-bottom: 2rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: minmax(170px, 1.2fr) minmax(180px, 1fr) auto minmax(170px, 1fr) auto;
  align-items: end;
  gap: 0.7rem;
  border: 1px solid #bda97f;
  background: #f1e5cf;
}

.pm-scenario-manager > div {
  align-self: center;
  display: grid;
  gap: 0.35rem;
}

.pm-scenario-manager > div span,
.pm-scenario-manager label > span {
  color: #7e5a1e;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pm-scenario-manager > div b {
  font: 400 1.15rem/1.15 var(--serif);
}

.pm-scenario-manager label {
  display: grid;
  gap: 0.35rem;
}

.pm-scenario-manager input,
.pm-scenario-manager select,
.pm-scenario-manager button {
  min-height: 44px;
  border: 1px solid #9f8e72;
  border-radius: 0;
  background: white;
  color: #211b16;
}

.pm-scenario-manager input,
.pm-scenario-manager select {
  min-width: 0;
  padding: 0.6rem 0.7rem;
  font: 600 0.8rem/1 var(--sans);
}

.pm-scenario-manager button {
  padding: 0.65rem 0.8rem;
  cursor: pointer;
  font: 800 0.64rem/1 var(--sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pm-scenario-manager button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pm-print-brand {
  display: none;
}

.pm-panel-heading,
.pm-service-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.pm-panel-heading span,
.pm-service-heading span,
.pm-results-heading span,
.pm-plan > div span {
  color: #856220;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-panel-heading h2,
.pm-service-heading h2,
.pm-results-heading h2 {
  margin: 0.35rem 0 0;
  font: 400 clamp(1.8rem, 2.5vw, 2.8rem)/1.05 var(--serif);
}

.pm-panel-heading button,
.pm-service-heading button,
.pm-remove-button,
.pm-result-actions button {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid #3a3028;
  background: transparent;
  color: #2a241f;
  cursor: pointer;
  font: 700 0.72rem/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-panel-heading button:hover,
.pm-service-heading button:hover,
.pm-result-actions button:hover {
  background: #181411;
  color: white;
}

.pm-service-heading button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pm-business-grid,
.pm-service-fields {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pm-field {
  min-width: 0;
  display: grid;
  gap: 0.45rem;
  color: #4c443c;
  font-size: 0.82rem;
  font-weight: 650;
}

.pm-field > small {
  color: #756d64;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.4;
}

.pm-input-wrap {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  border: 1px solid #cfc3b2;
  background: white;
}

.pm-input-wrap:focus-within,
.pm-name-field input:focus {
  border-color: #8f6723;
  outline: 2px solid rgba(197, 154, 69, 0.18);
}

.pm-input-wrap i {
  padding: 0 0.7rem;
  color: #746b61;
  font-style: normal;
  font-weight: 500;
}

.pm-input-wrap input,
.pm-name-field input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #181411;
  font: 600 1rem/1 var(--sans);
}

.pm-input-wrap input {
  padding: 0.65rem 0;
}

.pm-service-heading {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid #d8cdbc;
}

.pm-service-heading p {
  max-width: 640px;
  margin: 0.7rem 0 0;
  color: #6d655d;
  font-size: 0.88rem;
  line-height: 1.55;
}

.pm-service-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.8rem;
}

.pm-service-card {
  border: 1px solid #cfc3b2;
  background: #faf6ef;
}

.pm-service-card summary {
  min-height: 72px;
  padding: 1rem 1.15rem;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  list-style: none;
}

.pm-service-card summary::-webkit-details-marker {
  display: none;
}

.pm-service-card summary span {
  color: #9a7028;
  font: 400 1.65rem/1 var(--serif);
}

.pm-service-card summary b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 400 1.2rem/1.2 var(--serif);
}

.pm-service-card summary small {
  color: #6d655d;
  font-size: 0.78rem;
}

.pm-service-card[open] summary {
  border-bottom: 1px solid #d8cdbc;
  background: white;
}

.pm-service-fields {
  padding: 0 1.15rem 1.15rem;
}

.pm-name-field {
  grid-column: 1 / -1;
}

.pm-name-field input {
  padding: 0.65rem 0.8rem;
  border: 1px solid #cfc3b2;
  background: white;
}

.pm-remove-button {
  margin: 0 1.15rem 1.15rem;
  border-color: #b59c93;
  color: #7b2929;
}

.pm-results {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 88px);
  overflow-y: auto;
  background: #12100f;
  color: white;
}

.pm-results-heading,
.pm-primary-metric,
.pm-metric-grid,
.pm-capacity,
.pm-service-results,
.pm-plan,
.pm-result-actions,
.pm-notice {
  margin-left: clamp(1.4rem, 3vw, 3rem);
  margin-right: clamp(1.4rem, 3vw, 3rem);
}

.pm-results-heading {
  padding-top: clamp(1.8rem, 3vw, 3rem);
}

.pm-results-heading span,
.pm-plan > div span {
  color: #e2b95f;
}

.pm-results-heading p {
  color: #aaa19a;
  font-size: 0.8rem;
  line-height: 1.55;
}

.pm-primary-metric {
  margin-top: 1.8rem;
  padding: 1.5rem;
  display: grid;
  background: #f6efe3;
  color: #181411;
  border-left: 6px solid var(--map-gold);
}

.pm-primary-metric span {
  color: #685b4d;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.pm-primary-metric b {
  margin: 0.35rem 0;
  font: 400 clamp(2.8rem, 5vw, 5.2rem)/1 var(--serif);
}

.pm-primary-metric .pm-negative {
  color: #8a2828;
}

.pm-primary-metric small {
  color: #5f564d;
  font-size: 0.82rem;
}

.pm-metric-grid {
  margin-top: 1px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #3a3531;
}

.pm-metric-grid article {
  min-height: 98px;
  padding: 1rem;
  display: grid;
  align-content: center;
  background: #1d1a18;
}

.pm-metric-grid span {
  color: #9f9690;
  font-size: 0.72rem;
}

.pm-metric-grid b {
  margin-top: 0.25rem;
  font: 400 1.55rem/1.15 var(--serif);
}

.pm-capacity {
  padding: 1.2rem 0;
  border-bottom: 1px solid #37312d;
}

.pm-capacity > span {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
}

.pm-capacity small {
  color: #9f9690;
}

.pm-capacity > i {
  height: 8px;
  margin-top: 0.7rem;
  display: block;
  overflow: hidden;
  background: #322d29;
}

.pm-capacity > i > b {
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #b7842e, #e4c278);
}

.pm-service-results,
.pm-plan,
.pm-free-finding,
.pm-upgrade-gate {
  padding: 2rem 0;
  border-bottom: 1px solid #37312d;
}

.pm-service-results h3,
.pm-plan h3 {
  margin: 0 0 1rem;
  font: 400 1.55rem/1.2 var(--serif);
}

.pm-service-results article {
  padding: 1rem 0;
  border-top: 1px solid #312c29;
}

.pm-service-results article > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.pm-service-results article > div small {
  color: #9f9690;
  font-size: 0.72rem;
  text-align: right;
}

.pm-service-results dl {
  margin: 0.8rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.pm-service-results dl div {
  padding: 0.7rem;
  background: #1d1a18;
}

.pm-service-results dt {
  color: #918882;
  font-size: 0.68rem;
}

.pm-service-results dd {
  margin: 0.15rem 0 0;
  font-weight: 700;
}

.pm-plan ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pm-plan li {
  padding: 1rem 0 1rem 2.2rem;
  position: relative;
  border-top: 1px solid #312c29;
}

.pm-plan li:before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  top: 1rem;
  color: #d9ad54;
  font: 400 1.5rem/1 var(--serif);
}

.pm-plan li > span {
  display: block;
  color: #d9ad54;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pm-plan li > b {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.92rem;
}

.pm-plan li p,
.pm-plan li small {
  color: #a9a09a;
  font-size: 0.78rem;
  line-height: 1.55;
}

.pm-free-finding,
.pm-upgrade-gate {
  margin-left: clamp(1.4rem, 3vw, 3rem);
  margin-right: clamp(1.4rem, 3vw, 3rem);
}

.pm-free-finding > span,
.pm-upgrade-gate > span {
  color: #e2b95f;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.pm-free-finding h3,
.pm-upgrade-gate h3 {
  margin: 0.45rem 0;
  font: 400 1.55rem/1.2 var(--serif);
}

.pm-free-finding p,
.pm-upgrade-gate li {
  color: #aaa19a;
  font-size: 0.8rem;
  line-height: 1.6;
}

.pm-upgrade-gate ul {
  margin: 1rem 0 1.4rem;
  padding-left: 1.1rem;
}

.pm-upgrade-gate a {
  min-height: 48px;
  padding: 0.85rem 1rem;
  display: grid;
  place-items: center;
  background: var(--map-gold);
  color: #17120c;
  text-align: center;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-plan li p {
  margin: 0.35rem 0 0;
}

.pm-plan li small {
  display: block;
  margin-top: 0.45rem;
  color: #ddbf80;
}

.pm-result-actions {
  padding: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.pm-result-actions button {
  border-color: #73675e;
  color: white;
}

.pm-result-actions button:first-child {
  background: var(--map-gold);
  border-color: var(--map-gold);
  color: #17120c;
}

.pm-notice {
  min-height: 2rem;
  padding-bottom: 1rem;
  color: #d7b972;
  font-size: 0.75rem;
}

.pm-value-section,
.pm-launch-section,
.pm-next-step {
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6rem);
}

.pm-value-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.pm-value-section h2,
.pm-launch-section h2,
.pm-next-step h2 {
  font-size: clamp(2.5rem, 5vw, 5.2rem);
}

.pm-value-cards {
  display: grid;
  gap: 1px;
  background: #cfc3b2;
  border: 1px solid #cfc3b2;
}

.pm-value-cards article {
  padding: 1.5rem;
  background: var(--map-paper);
}

.pm-value-cards span,
.pm-next-step span {
  color: #876020;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.pm-value-cards h3 {
  margin: 0.45rem 0;
  font: 400 1.45rem/1.2 var(--serif);
}

.pm-value-cards p {
  margin: 0;
  color: #665e56;
  font-size: 0.9rem;
}

.pm-launch-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--map-wine);
  color: white;
}

.pm-launch-section > div:first-child > p:not(.pm-eyebrow),
.pm-launch-section li {
  color: #d2c5c0;
}

.pm-launch-section ul {
  margin: 1.5rem 0;
  padding-left: 1.2rem;
}

.pm-launch-note {
  color: #eccd8c !important;
  font-weight: 700;
}

.pm-launch-section form {
  background: #f8f1e6;
  color: #181411;
}

.pm-access-warning,
.pm-sandbox-notice {
  padding: 0.8rem 1rem;
  border-left: 4px solid #e1b85d;
  background: rgba(255, 255, 255, 0.1);
  color: #f3d89d !important;
  font-size: 0.84rem;
  line-height: 1.5;
}

.pm-checkout-card,
.pm-checkout-pending {
  align-self: start;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #f8f1e6;
  color: #181411;
  border-top: 6px solid var(--map-gold);
}

.pm-price-line {
  margin-bottom: 1.4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.15rem 1rem;
  border-bottom: 1px solid #cfc3b2;
  padding-bottom: 1rem;
}

.pm-price-line span,
.pm-checkout-pending > span,
.pm-pro-support > span {
  color: #876020;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pm-price-line b {
  grid-row: 1 / 3;
  grid-column: 2;
  font: 400 3.2rem/0.9 var(--serif);
}

.pm-price-line small {
  color: #6b6259;
}

.pm-sandbox-notice {
  background: #38260e;
  color: #ffdfa0 !important;
}

.pm-checkout-field {
  margin-top: 1rem;
  display: grid;
  gap: 0.4rem;
  color: #4a4138;
  font-size: 0.78rem;
  font-weight: 700;
}

.pm-checkout-field input {
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  border: 1px solid #bfb09d;
  border-radius: 0;
  background: white;
  color: #181411;
  font: 600 1rem/1 var(--sans);
}

.pm-checkout-field input:focus {
  border-color: #876020;
  outline: 2px solid rgba(197, 154, 69, 0.2);
}

.pm-checkout-field small,
.pm-checkout-fine-print {
  color: #6b6259;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.5;
}

.pm-checkout-consent {
  margin: 1.2rem 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.65rem;
  color: #4f473f;
  font-size: 0.76rem;
  line-height: 1.55;
}

.pm-checkout-consent input {
  width: 18px;
  height: 18px;
  margin: 0.15rem 0 0;
  accent-color: #7b571d;
}

.pm-checkout-consent a {
  color: #6e4c16;
  font-weight: 800;
}

.pm-checkout-button {
  width: 100%;
  min-height: 50px;
  padding: 0.9rem 1rem;
  border: 1px solid #181411;
  background: #181411;
  color: white;
  cursor: pointer;
  font: 800 0.74rem/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-checkout-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.pm-paypal-buttons {
  min-height: 2px;
}

.pm-checkout-notice {
  min-height: 1.4rem;
  margin: 0.8rem 0;
  color: #6e4c16;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.pm-checkout-fine-print {
  margin-bottom: 0;
}

.pm-checkout-pending h3 {
  margin: 0.5rem 0;
  font: 400 2.1rem/1 var(--serif);
}

.pm-checkout-pending > p {
  color: #5f564d;
  font-size: 0.86rem;
  line-height: 1.6;
}

.pm-checkout-pending form {
  margin-top: 1.2rem;
  padding: 0;
  box-shadow: none;
}

.pm-pro-support {
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 6rem);
  background: #e7dcc9;
}

.pm-pro-support h2 {
  max-width: 850px;
  margin: 0.6rem 0 1rem;
  font: 400 clamp(2.4rem, 5vw, 5rem)/1 var(--serif);
}

.pm-pro-support p {
  max-width: 760px;
  color: #5c544c;
  line-height: 1.7;
}

.pm-pro-support a {
  color: #694914;
  font-weight: 800;
}

.pm-next-step {
  min-height: 330px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  background: #e7dcc9;
}

.pm-next-step div {
  max-width: 800px;
}

.pm-next-step h2 {
  margin-top: 0.8rem;
}

.pm-next-step p {
  max-width: 650px;
  color: #5c544c;
}

.pm-next-step a {
  min-width: 240px;
  padding: 1rem 1.2rem;
  background: #181411;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .pm-intro,
  .pm-free-gate,
  .pm-value-section,
  .pm-launch-section {
    grid-template-columns: 1fr;
  }

  .pm-workspace {
    grid-template-columns: 1fr;
  }

  .pm-controls {
    border-right: 0;
    border-bottom: 1px solid #d8cdbc;
  }

  .pm-results {
    position: static;
    max-height: none;
  }

  .pm-scenario-manager {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-scenario-manager > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .pm-product-shell {
    padding: 0;
    background: var(--map-cream);
  }

  .pm-topline {
    align-items: start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .pm-topline span {
    margin-right: 0;
  }

  .pm-intro {
    padding: 3.5rem 1.2rem;
  }

  .pm-free-gate {
    min-height: 0;
    padding: 4rem 1.2rem;
  }

  .pm-free-gate h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .pm-intro h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .pm-promise-grid article {
    min-height: 112px;
  }

  .pm-controls {
    padding: 1.2rem;
  }

  .pm-scenario-manager {
    grid-template-columns: 1fr;
  }

  .pm-scenario-manager > div {
    grid-column: auto;
  }

  .pm-panel-heading,
  .pm-service-heading,
  .pm-next-step {
    align-items: stretch;
    flex-direction: column;
  }

  .pm-business-grid,
  .pm-service-fields,
  .pm-metric-grid,
  .pm-result-actions {
    grid-template-columns: 1fr;
  }

  .pm-service-card summary {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .pm-service-card summary small {
    grid-column: 2;
  }

  .pm-service-results article > div {
    align-items: start;
    flex-direction: column;
  }

  .pm-service-results article > div small {
    text-align: left;
  }

  .pm-service-results dl {
    grid-template-columns: 1fr;
  }

  .pm-results-heading,
  .pm-primary-metric,
  .pm-metric-grid,
  .pm-capacity,
  .pm-service-results,
  .pm-plan,
  .pm-result-actions,
  .pm-notice,
  .pm-free-finding,
  .pm-upgrade-gate {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .pm-value-section,
  .pm-launch-section,
  .pm-next-step,
  .pm-pro-support {
    padding: 4rem 1.2rem;
  }

  .pm-launch-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-next-step a {
    min-width: 0;
  }
}

@media print {
  .pm-topline,
  .pm-intro,
  .pm-controls,
  .pm-value-section,
  .pm-launch-section,
  .pm-next-step,
  .pm-pro-support,
  .pm-result-actions,
  .pm-notice,
  .pm-free-finding,
  .pm-upgrade-gate {
    display: none !important;
  }

  .pm-page,
  .pm-product-shell,
  .pm-workspace,
  .pm-results {
    padding: 0;
    display: block;
    background: white;
    color: black;
    border: 0;
  }

  .pm-print-brand {
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #111;
    font-size: 0.75rem;
  }

  .pm-results {
    max-height: none;
    overflow: visible;
  }

  .pm-results-heading,
  .pm-primary-metric,
  .pm-metric-grid,
  .pm-capacity,
  .pm-service-results,
  .pm-plan {
    margin-left: 0;
    margin-right: 0;
    break-inside: avoid;
  }

  .pm-metric-grid,
  .pm-metric-grid article,
  .pm-service-results dl div {
    background: white;
    color: black;
    border: 1px solid #bbb;
  }
}
