.pricing-grid > .pricing-card:nth-child(n + 2) .pricing-plan-button {
  position: relative !important;
  border-color: #d9dcdf !important;
  color: transparent !important;
  background: #d9dcdf !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition:
    background 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.pricing-grid > .pricing-card:nth-child(n + 2) .pricing-plan-button::after {
  content: 'Contact';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #111317;
}

.pricing-grid > .pricing-card:nth-child(n + 2) .pricing-plan-button:hover {
  border-color: #f0f1f2 !important;
  background: #f0f1f2 !important;
  transform: translateY(-1px);
}

.p9-contact-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.p9-contact-modal {
  width: min(470px, 100%);
  overflow: hidden;
  border: 1px solid #3d4148;
  border-radius: 15px;
  background: #15171a;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.52);
}

.p9-contact-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 20px 17px;
  border-bottom: 1px solid #30343a;
}

.p9-contact-header h2 {
  margin: 0;
  color: #f2f3f4;
  font-size: 18px;
}

.p9-contact-header p {
  margin: 5px 0 0;
  color: #858a92;
  font-size: 11px;
  line-height: 1.5;
}

.p9-contact-close {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #373b42;
  border-radius: 9px;
  color: #a9adb4;
  background: #101216;
  cursor: pointer;
}

.p9-contact-list {
  display: grid;
  gap: 9px;
  padding: 18px 20px 20px;
}

.p9-contact-row {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid #34383f;
  border-radius: 11px;
  color: inherit;
  background: #101216;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.p9-contact-row:hover {
  border-color: #50555e;
  background: #181b20;
}

.p9-contact-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #373c44;
  border-radius: 10px;
  color: #e4e6e9;
  background: #1b1e23;
}

.p9-contact-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.p9-contact-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.p9-contact-copy small {
  color: #747a83;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.p9-contact-copy strong {
  overflow: hidden;
  color: #e9eaec;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p9-contact-action {
  color: #a5aab1;
  font-size: 10px;
  font-weight: 800;
}
