.nav-links .is-active {
  color: var(--primary);
}

.nav-links .is-active::after {
  transform: scaleX(1);
}

.pd-hero {
  min-height: calc(100vh - 202px);
  padding: 88px 0 56px;
  background: linear-gradient(180deg, #faf5ff 0%, #ffffff 70%);
  display: flex;
  align-items: center;
}

.pd-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 54%);
  gap: 32px;
  align-items: center;
}

.pd-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
  color: #111827;
}

.pd-hero h1 span {
  display: inline-block;
  color: #f97316;
}

.pd-hero p {
  margin: 16px 0 0;
  color: #4b5563;
  font-size: 17px;
}

.pd-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
}

.pd-btn-ghost {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: #ffffff;
}

.pd-hero-media img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(40, 58, 108, 0.24);
}

.pd-pain-list {
  margin-top: 30px;
  display: grid;
  gap: 30px;
}

.pd-pain-card {
  border-radius: 14px;
  background: #f8f9fa;
  padding: 24px;
  transition: transform 0.3s ease-in-out;
}

.pd-pain-card:hover {
  transform: translateY(-10px);
}

.pd-pain-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.pd-pain-card__alert {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d9534f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.pd-pain-card__head h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

.pd-pain-card__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pd-pain-col {
  border-radius: 10px;
  padding: 15px;
}

.pd-pain-col--trad {
  background: #fff5f5;
}

.pd-pain-col--solve {
  background: #f6ffed;
}

.pd-pain-col__label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.pd-pain-col--trad .pd-pain-col__label {
  color: #d9534f;
}

.pd-pain-col--solve .pd-pain-col__label {
  color: #5cb85c;
}

.pd-pain-col p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

.pd-features-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pd-section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e8efff;
  color: #4a74e1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.pd-section-pill__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.pd-feature-list {
  margin-top: 30px;
  display: grid;
  gap: 40px;
}

.pd-feature-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
  gap: 36px;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}

.pd-feature-item:hover {
  transform: translateY(-10px);
}

.pd-feature-item--reverse .pd-feature-item__figure {
  order: -1;
}

.pd-feature-kicker {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.pd-feature-kicker--orange {
  color: #ff9800;
}

.pd-feature-kicker--blue {
  color: #007bff;
}

.pd-feature-kicker--green {
  color: #28a745;
}

.pd-feature-kicker--purple {
  color: #6f42c1;
}

.pd-feature-item__copy {
  padding-left: 20px;
}

.pd-feature-item--reverse .pd-feature-item__copy {
  padding-left: 0;
}

.pd-feature-item__copy h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.pd-feature-lead {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: #666666;
}

.pd-feature-bullets {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.pd-feature-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}

.pd-feature-bullets li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #22c55e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6l2.5 2.5L9.5 3.5'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.pd-feature-item__figure {
  border-radius: 12px;
  background: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  overflow: hidden;
}

.pd-feature-item__figure img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.pd-scene-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pd-scene-card {
  transition: transform 0.3s ease-in-out;
  border-radius: 14px;
  border: none;
  background: #f8f9fa;
  padding: 24px 22px;
  text-align: left;
}

.pd-scene-card:hover {
  transform: translateY(-10px);
}

.pd-scene-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.pd-scene-icon--blue {
  background: #e8f1fc;
  color: #2563eb;
}

.pd-scene-icon--green {
  background: #ecfdf3;
  color: #15803d;
}

.pd-scene-icon--purple {
  background: #f3e8ff;
  color: #7c3aed;
}

.pd-scene-icon--orange {
  background: #fff4e6;
  color: #ea580c;
}

.pd-scene-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

.pd-scene-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}

.pd-feedback-section {
  background: linear-gradient(180deg, #fafbfc 0%, #f3f5f7 100%);
}

.pd-case-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pd-case-card {
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.pd-case-card:hover {
  transform: translateY(-10px);
}

.pd-case-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.pd-case-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pd-case-head-text {
  flex: 1;
  min-width: 0;
}

.pd-case-head-text h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

.pd-case-tag {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  border-radius: 6px;
}

.pd-case-tag--orange {
  color: #c2410c;
}

.pd-case-tag--blue {
  color: var(--primary);
}

.pd-case-desc {
  margin-block-start: 0;
}

.pd-case-desc span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}

.pd-case-desc--orange span {
  color: #c2410c;
  background: #ffedd5;
}

.pd-case-desc--blue span {
  color: var(--primary);
  background: rgba(22, 119, 255, 0.12);
}

.pd-case-quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.pd-case-quote p {
  margin: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  color: var(--text-muted);
}

.pd-steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pd-step {
  transition: transform 0.3s ease-in-out;
  border: 1px solid #e9eef8;
  border-radius: 12px;
  text-align: center;
  background: #fff;
  padding: 18px 16px;
}

.pd-step:hover {
  transform: translateY(-10px);
}

.pd-step span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}

.pd-step h3 {
  margin: 12px 0 4px;
}

.pd-step p {
  margin: 0;
  color: var(--text-muted);
}

.pd-bottom-cta {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 1080px) {
  .pd-hero {
    min-height: auto;
  }

  .pd-hero-inner,
  .pd-feature-item {
    grid-template-columns: 1fr;
  }

  .pd-feature-item--reverse .pd-feature-item__figure {
    order: unset;
  }

  .pd-feature-item {
    padding: 28px 22px;
  }

  .pd-feature-item__figure {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .pd-hero {
    padding: 72px 0 46px;
  }

  .pd-hero h1 {
    font-size: 32px;
  }

  .pd-actions {
    flex-wrap: wrap;
  }

  .pd-feature-item__copy h3 {
    font-size: 20px;
  }

  .pd-feature-item {
    padding: 22px 18px;
  }

  .pd-scene-grid,
  .pd-case-grid,
  .pd-steps {
    grid-template-columns: 1fr;
  }

  .pd-pain-card__head h3 {
    font-size: 16px;
  }

  .pd-pain-card__cols {
    grid-template-columns: 1fr;
  }
}
