/* ─── Product Development Service Page ───────────────────────────────────── */

.pd-page-hero {
  --pd-soft: rgba(var(--theme-color-rgb), 0.06);
  --pd-soft-2: rgba(var(--theme-color-rgb), 0.1);
  --pd-soft-3: rgba(var(--theme-color-rgb), 0.16);
  --pd-soft-4: rgba(var(--theme-color-rgb), 0.24);
  --pd-surface: var(--white);
  --pd-surface-alt: linear-gradient(145deg, rgba(var(--theme-color-rgb), 0.08) 0%, var(--white) 100%);
  --pd-surface-light: linear-gradient(180deg, rgba(var(--theme-color-rgb), 0.07) 0%, var(--white) 100%);
  --pd-shadow: 0 14px 32px rgba(31, 23, 38, 0.08);
  --pd-shadow-sm: 0 6px 20px rgba(31, 23, 38, 0.06);
  --pd-dark-panel: linear-gradient(145deg, var(--brand-primary-dark) 0%, var(--theme) 100%);
}

/* ─── Hero breadcrumb adjustments ────────────────────────────────────────── */

.pd-page-hero .page-heading .page-header-left {
  max-width: 860px;
}

.pd-page-hero .page-heading h1 {
  max-width: 760px;
}

.pd-page-hero .page-heading .breadcrumb-description {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
}

.pd-page-hero .breadcrumb-cta-group {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.pd-page-hero .breadcrumb-cta-group .breadcrumb-cta {
  margin-top: 0;
  border-radius: 10px;
  min-width: 0;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pd-page-hero .breadcrumb-cta-group .breadcrumb-cta::before {
  background-color: var(--theme2);
}

.pd-page-hero .breadcrumb-cta-secondary {
  border-radius: 10px;
  min-width: 0;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pd-page-hero .breadcrumb-trust-line {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

/* ─── Section Base ───────────────────────────────────────────────────────── */

.pd-section {
  position: relative;
  padding: 96px 0;
}

.pd-section[id] {
  scroll-margin-top: 100px;
}

/* ─── Section backgrounds ────────────────────────────────────────────────── */

.pd-section--nav {
  padding: 32px 0;
  background: var(--white);
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.1);
}

.pd-section--overview {
  background: var(--pd-surface-light);
}

/* ─── Services Grid Cards ────────────────────────────────────────────────── */

.pd-section--services-grid {
  background: var(--white);
}

.pd-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pd-service-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1.5px solid rgba(var(--theme-color-rgb), 0.12);
  border-radius: 16px;
  padding: 28px 24px;
  text-decoration: none;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  position: relative;
}

.pd-service-card:hover {
  border-color: var(--theme);
  box-shadow: 0 12px 32px rgba(108, 52, 132, 0.12);
  transform: translateY(-4px);
}

.pd-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(var(--theme-color-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 20px;
  margin-bottom: 16px;
  transition: background 0.2s;
}

.pd-service-card:hover .pd-service-card__icon {
  background: rgba(var(--theme-color-rgb), 0.14);
}

.pd-service-card__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--theme);
  margin-bottom: 6px;
}

.pd-service-card__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--header);
  margin: 0 0 8px;
  line-height: 1.3;
}

.pd-service-card__desc {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 auto;
  padding-bottom: 16px;
}

.pd-service-card__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s;
}

.pd-service-card:hover .pd-service-card__link {
  gap: 12px;
}

.pd-section--saas {
  background: var(--white);
}

.pd-section--mvp {
  background: var(--pd-surface-light);
}

.pd-section--custom-apps {
  background: var(--white);
}

.pd-section--integrations {
  background: var(--pd-surface-light);
}

.pd-section--modernisation {
  background: var(--white);
}

.pd-section--process {
  background: var(--pd-surface-alt);
}

.pd-section--trust {
  background: rgba(var(--theme-color-rgb), 0.03);
}

.pd-section--question {
  padding-top: 54px;
}

.pd-section--faq {
  padding-top: 88px;
  background: var(--white);
}

.pd-section--cta {
  padding-top: 30px;
}

/* ─── Eyebrow + Heading ──────────────────────────────────────────────────── */

.pd-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.22);
  background: rgba(var(--theme-color-rgb), 0.08);
  color: var(--theme);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 14px;
  margin-bottom: 16px;
}

.pd-eyebrow--light {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.pd-heading {
  max-width: 820px;
  margin: 0 auto 46px;
}

.pd-heading h2 {
  margin-bottom: 14px;
}

.pd-heading p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.75;
}

/* ─── 3/4 + 1/4 Split ───────────────────────────────────────────────────── */

.pd-split {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 60px;
  align-items: start;
}

.pd-service-main h2 {
  margin: 12px 0 16px;
}

.pd-service-main > p {
  font-size: 17px;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 28px;
}

.pd-service-block {
  margin-bottom: 24px;
}

.pd-service-block__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  margin: 0 0 12px;
}

.pd-service-aside {
  position: sticky;
  top: 110px;
}

/* ─── Checklists ─────────────────────────────────────────────────────────── */

.pd-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.pd-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.08);
}

.pd-checklist li:last-child {
  border-bottom: none;
}

.pd-checklist li i {
  color: var(--theme);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 3px;
}

.pd-use-cases {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pd-use-cases li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}

.pd-use-cases li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme);
  flex-shrink: 0;
  opacity: 0.55;
}

.pd-service-cta {
  border-radius: 10px;
  min-width: 0;
  margin-top: 14px;
  display: inline-flex;
}

/* ─── Custom Apps: wider split ───────────────────────────────────────────── */

.pd-split--custom-apps {
  grid-template-columns: 2.5fr 1fr;
}

/* ─── Capability cards (2-col grid) ──────────────────────────────────────── */

.pd-cap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.pd-cap-card {
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.10);
  background: var(--pd-surface-light, #f8f8fc);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pd-cap-card:hover {
  border-color: rgba(var(--theme-color-rgb), 0.28);
  box-shadow: 0 8px 24px rgba(var(--theme-color-rgb), 0.06);
}

.pd-cap-card__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(var(--theme-color-rgb), 0.08);
  color: var(--theme);
  font-size: 17px;
  transition: background 0.25s ease, color 0.25s ease;
}

.pd-cap-card:hover .pd-cap-card__icon {
  background: var(--theme);
  color: #fff;
}

.pd-cap-card__text h4 {
  font-size: 16px;
  margin: 0 0 4px;
  line-height: 1.3;
}

.pd-cap-card__text p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.55;
  margin: 0;
}

/* ─── Use-case tags ──────────────────────────────────────────────────────── */

.pd-usecase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pd-usecase-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--theme);
  background: rgba(var(--theme-color-rgb), 0.06);
  border: 1px solid rgba(var(--theme-color-rgb), 0.14);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.pd-usecase-tag:hover {
  background: rgba(var(--theme-color-rgb), 0.12);
  border-color: rgba(var(--theme-color-rgb), 0.28);
}

.pd-usecase-tag i {
  font-size: 12px;
  opacity: 0.7;
}

/* ─── Aside Panel (generic right-side diagram wrapper) ───────────────────── */

.pd-aside-panel {
  border-radius: 16px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.12);
  background: var(--white);
  box-shadow: var(--pd-shadow);
  padding: 18px;
}

.pd-aside-panel__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  margin: 0 0 14px;
}

/* ─── Section Navigator ──────────────────────────────────────────────────── */

.pd-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pd-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pd-nav__link {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid rgba(var(--theme-color-rgb), 0.2);
  background: rgba(var(--theme-color-rgb), 0.05);
  color: var(--header);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 18px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  white-space: nowrap;
}

.pd-nav__link:hover {
  border-color: var(--theme);
  background: rgba(var(--theme-color-rgb), 0.1);
  color: var(--theme);
  text-decoration: none;
}

/* ─── Lifecycle Diagram (Nav section right) ───────────────────────────────── */

.pd-lifecycle {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.pd-lifecycle-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.22);
  background: rgba(var(--theme-color-rgb), 0.07);
  color: var(--theme);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 16px;
  white-space: nowrap;
}

.pd-lifecycle-step i {
  font-size: 10px;
}

.pd-lifecycle-arrow {
  font-size: 13px;
  color: rgba(var(--theme-color-rgb), 0.3);
  line-height: 1.6;
  text-align: center;
}

/* ─── Product Layers (Overview right) ────────────────────────────────────── */

.pd-layers {
  border-radius: 16px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.12);
  background: var(--white);
  box-shadow: var(--pd-shadow);
  padding: 18px;
}

.pd-layers__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  margin: 0 0 12px;
}

.pd-layers-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border-left: 3px solid;
  padding: 9px 12px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
}

.pd-layers-item:last-child {
  margin-bottom: 0;
}

.pd-layers-item i {
  font-size: 12px;
  flex-shrink: 0;
}

.pd-layers-item--ui {
  background: rgba(var(--theme-color-rgb), 0.09);
  border-color: var(--theme);
  color: var(--theme);
}

.pd-layers-item--app {
  background: rgba(var(--theme-color-rgb), 0.06);
  border-color: rgba(var(--theme-color-rgb), 0.5);
  color: var(--header);
}

.pd-layers-item--api {
  background: rgba(var(--theme-color-rgb), 0.04);
  border-color: rgba(var(--theme-color-rgb), 0.35);
  color: var(--header);
}

.pd-layers-item--data {
  background: rgba(var(--theme-color-rgb), 0.03);
  border-color: rgba(var(--theme-color-rgb), 0.25);
  color: var(--header);
}

.pd-layers-item--infra {
  background: rgba(var(--theme-color-rgb), 0.02);
  border-color: rgba(var(--theme-color-rgb), 0.15);
  color: var(--header);
}

/* ─── Flow Diagram (SaaS right) ──────────────────────────────────────────── */

.pd-flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.pd-flow-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.22);
  background: rgba(var(--theme-color-rgb), 0.07);
  color: var(--theme);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  white-space: nowrap;
}

.pd-flow-step i {
  font-size: 11px;
}

.pd-flow-arrow {
  align-self: flex-start;
  margin-left: 16px;
  font-size: 14px;
  color: rgba(var(--theme-color-rgb), 0.3);
  line-height: 1.7;
}

/* ─── Priority Tiers (MVP right) ─────────────────────────────────────────── */

.pd-priority {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pd-priority-tier {
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pd-priority-tier--must {
  background: var(--theme);
}

.pd-priority-tier--should {
  background: rgba(var(--theme-color-rgb), 0.14);
}

.pd-priority-tier--later {
  background: rgba(var(--theme-color-rgb), 0.06);
}

.pd-priority-tier__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
}

.pd-priority-tier--must .pd-priority-tier__label {
  color: rgba(255, 255, 255, 0.9);
}

.pd-priority-tier--should .pd-priority-tier__label,
.pd-priority-tier--later .pd-priority-tier__label {
  color: var(--header);
}

.pd-priority-tier__badge {
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  padding: 3px 8px;
  line-height: 1;
  white-space: nowrap;
}

.pd-priority-tier--must .pd-priority-tier__badge {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.pd-priority-tier--should .pd-priority-tier__badge {
  background: rgba(var(--theme-color-rgb), 0.12);
  color: var(--theme);
}

.pd-priority-tier--later .pd-priority-tier__badge {
  background: rgba(var(--theme-color-rgb), 0.08);
  color: var(--text);
}

/* ─── Workflow Diagram (Custom Apps right) ───────────────────────────────── */

.pd-workflow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.pd-workflow-node {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(var(--theme-color-rgb), 0.07);
  border: 1px solid rgba(var(--theme-color-rgb), 0.18);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--theme);
}

.pd-workflow-node i {
  font-size: 13px;
  flex-shrink: 0;
}

.pd-workflow-arrow {
  text-align: center;
  font-size: 16px;
  color: rgba(var(--theme-color-rgb), 0.3);
  line-height: 1.6;
}

/* ─── Integration Hub (Integrations right) ───────────────────────────────── */

.pd-hub {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pd-hub-center {
  border-radius: 10px;
  background: var(--theme);
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pd-hub-center i {
  font-size: 14px;
}

.pd-hub-connector {
  text-align: center;
  font-size: 14px;
  color: rgba(var(--theme-color-rgb), 0.35);
  line-height: 1.4;
}

.pd-hub-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.pd-hub-tool {
  border-radius: 8px;
  background: rgba(var(--theme-color-rgb), 0.06);
  border: 1px solid rgba(var(--theme-color-rgb), 0.16);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 6px;
}

.pd-hub-tool i {
  font-size: 11px;
  color: var(--theme);
  flex-shrink: 0;
}

/* ─── Modernisation Path (Modernisation right) ───────────────────────────── */

.pd-path {
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.pd-path::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: rgba(var(--theme-color-rgb), 0.18);
}

.pd-path-step {
  position: relative;
  padding-bottom: 14px;
}

.pd-path-step:last-child {
  padding-bottom: 0;
}

.pd-path-step__badge {
  position: absolute;
  left: -40px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--theme);
  color: white;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pd-path-step__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--header);
  line-height: 1.4;
  padding-top: 5px;
}

/* ─── Process Timeline ───────────────────────────────────────────────────── */

.pd-timeline-wrap {
  max-width: 560px;
}

.pd-timeline {
  position: relative;
  padding-left: 52px;
}

.pd-timeline::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: rgba(var(--theme-color-rgb), 0.2);
}

.pd-timeline-step {
  position: relative;
  padding-bottom: 40px;
}

.pd-timeline-step:last-child {
  padding-bottom: 0;
}

.pd-timeline-dot {
  position: absolute;
  left: -52px;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--theme);
  color: white;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(108, 52, 132, 0.3);
}

.pd-timeline-content h3 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 6px;
  color: var(--header);
}

.pd-timeline-content p {
  margin: 0;
  font-size: 15px;
  color: var(--text);
  line-height: 1.65;
}

/* ─── Process right visual (build icons) ─────────────────────────────────── */

.pd-build-loop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.pd-build-loop__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pd-build-loop__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(var(--theme-color-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--theme-color-rgb), 0.18);
}

.pd-build-loop__icon i {
  color: var(--theme);
  font-size: 20px;
}

.pd-build-loop__label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  text-align: center;
}

.pd-build-loop__connector {
  width: 2px;
  height: 22px;
  background: rgba(var(--theme-color-rgb), 0.18);
  border-radius: 1px;
  margin: 4px 0;
}

/* ─── Trust Section ──────────────────────────────────────────────────────── */

.pd-trust-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid rgba(var(--theme-color-rgb), 0.1);
}

.pd-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.1);
}

.pd-trust-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(var(--theme-color-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-trust-item__icon i {
  color: var(--theme);
  font-size: 20px;
}

.pd-trust-item__content h3 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.pd-trust-item__content p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}

/* ─── Question Form Panel ────────────────────────────────────────────────── */

.pd-question-panel {
  border-radius: 22px;
  background: var(--pd-dark-panel);
  padding: 52px 42px;
  position: relative;
  overflow: hidden;
}

.pd-question-panel::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.pd-question-panel__header {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.pd-question-panel__header h2 {
  color: var(--white);
  margin: 0;
}

.pd-question-form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
}

.pd-question-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pd-question-form__field label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

.pd-question-form__field input,
.pd-question-form__field select {
  width: 100%;
  min-height: 56px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.95);
  color: var(--header);
  font-size: 16px;
  line-height: 1.2;
  padding: 14px 16px;
}

.pd-question-form__field input::placeholder {
  color: var(--text);
}

.pd-question-form__field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--text) 50%),
    linear-gradient(135deg, var(--text) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 15px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.95);
  padding-right: 34px;
}

.pd-question-form__button {
  border-radius: 10px;
  min-width: 0;
  height: 56px;
  padding: 0 24px;
}

.pd-question-panel__help {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

/* ─── FAQ Accordion ──────────────────────────────────────────────────────── */

.pd-faq-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.pd-faq-item {
  border: 1px solid rgba(var(--theme-color-rgb), 0.14) !important;
  border-radius: 14px !important;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--white) !important;
}

.pd-faq-item:last-child {
  margin-bottom: 0;
}

.pd-faq-button {
  font-size: 19px !important;
  font-weight: 600 !important;
  color: var(--header) !important;
  padding: 22px 24px !important;
  background: var(--white) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.pd-faq-button:not(.collapsed) {
  color: var(--theme) !important;
  background: rgba(var(--theme-color-rgb), 0.04) !important;
}

.pd-faq-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c3484'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.pd-faq-body {
  padding: 4px 24px 24px !important;
}

.pd-faq-body p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

/* ─── CTA Strip ──────────────────────────────────────────────────────────── */

.pd-cta-panel {
  border-radius: 22px;
  background: linear-gradient(140deg, var(--brand-primary-dark) 0%, var(--theme) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 52px 44px;
  position: relative;
  overflow: hidden;
}

.pd-cta-panel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.pd-cta-panel__content,
.pd-cta-panel__actions {
  position: relative;
  z-index: 1;
}

.pd-cta-panel__content h2 {
  margin: 0;
  color: var(--white);
}

.pd-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pd-cta-panel__actions .theme-btn {
  min-width: 0;
  border-radius: 10px;
}

.pd-cta-panel__actions .theme-btn.bg-white {
  color: var(--theme);
}

.pd-cta-panel__actions .theme-btn.bg-white:hover {
  color: var(--white);
}


/* ─── SaaS Sub-Page Section Backgrounds ──────────────────────────────────── */

.pd-section--saas-concerns {
  background: var(--white);
}

.pd-section--saas-included {
  background: var(--pd-surface-light);
}

.pd-section--saas-who {
  background: var(--white);
}

.pd-section--saas-process {
  background: var(--pd-surface-light);
}

.pd-section--saas-scope {
  background: var(--white);
}

/* ─── Discuss Idea Reality Split Setup ───────────────────────────────────── */

.pd-reality-split {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: start;
}

.pd-reality-content {
  position: sticky;
  top: 120px;
}

.pd-reality-content h2 {
  margin: 16px 0 24px;
  font-size: 38px;
  line-height: 1.25;
}

.pd-reality-subtitle {
  font-size: 18px;
  color: var(--text);
  line-height: 1.6;
}

.pd-reality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pd-reality-card {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.1);
  box-shadow: 
    0 10px 30px rgba(31, 23, 38, 0.04),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pd-reality-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--theme-color-rgb), 0.25);
  box-shadow: 
    0 20px 40px rgba(31, 23, 38, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.pd-reality-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 24px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 100%);
  box-shadow: 
    0 4px 12px rgba(31, 23, 38, 0.06),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.pd-reality-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
  line-height: 1.4;
  margin-bottom: 12px;
}

.pd-reality-card__desc {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .pd-reality-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pd-reality-content {
    position: static;
  }
}

@media (max-width: 768px) {
  .pd-reality-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── Discuss Idea Card Layout ───────────────────────────────────────────── */

.pd-discuss-grid {
  display: grid;
  gap: 20px;
}

.pd-discuss-grid--concerns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-discuss-grid--included,
.pd-discuss-grid--who {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pd-discuss-grid__item {
  min-width: 0;
}

.pd-discuss-card {
  height: 100%;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.08);
  background: linear-gradient(145deg, var(--white) 0%, rgba(var(--theme-color-rgb), 0.02) 100%);
  box-shadow: 
    0 4px 12px rgba(31, 23, 38, 0.02),
    0 12px 32px rgba(var(--theme-color-rgb), 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pd-discuss-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(var(--theme-color-rgb), 0.15) 0%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pd-discuss-card:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 12px 28px rgba(31, 23, 38, 0.06),
    0 24px 48px rgba(var(--theme-color-rgb), 0.08);
}

.pd-discuss-card:hover::before {
  opacity: 1;
}

.pd-discuss-card .info-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  font-size: 22px;
  background: linear-gradient(135deg, rgba(var(--theme-color-rgb), 0.1) 0%, rgba(var(--theme-color-rgb), 0.03) 100%);
  color: var(--theme);
  border: 1px solid rgba(var(--theme-color-rgb), 0.08);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.5);
  transition: transform 0.3s ease, background 0.3s ease;
}

.pd-discuss-card:hover .info-card__icon {
  transform: scale(1.05);
  background: linear-gradient(135deg, rgba(var(--theme-color-rgb), 0.15) 0%, rgba(var(--theme-color-rgb), 0.05) 100%);
}

.pd-discuss-card .info-card__content h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--header);
}

.pd-discuss-card .info-card__content p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  margin: 0;
}

.pd-discuss-card--included {
  background: linear-gradient(
    180deg,
    rgba(var(--theme-color-rgb), 0.06) 0%,
    var(--white) 100%
  );
  border: 1px solid rgba(var(--theme-color-rgb), 0.1);
}

.pd-discuss-card--audience {
  padding-top: 24px;
}

.pd-section--discuss-scope {
  background: var(--pd-surface-light);
}

.pd-discovery-pricing {
  margin-top: 24px;
  border-radius: 16px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.18);
  background: linear-gradient(
    180deg,
    rgba(var(--theme-color-rgb), 0.08) 0%,
    rgba(var(--theme-color-rgb), 0.03) 100%
  );
  padding: 20px;
}

.pd-discovery-pricing__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.pd-discovery-pricing__intro-main {
  max-width: 620px;
}

.pd-discovery-pricing__eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.26);
  background: rgba(var(--theme-color-rgb), 0.1);
  color: var(--theme);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  padding: 7px 10px;
  margin-bottom: 8px;
}

.pd-discovery-pricing__intro h4 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.35;
}

.pd-discovery-pricing__intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
}

.pd-discovery-pricing__selected {
  border-radius: 12px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.2);
  background: var(--white);
  min-width: 220px;
  padding: 10px 12px;
}

.pd-discovery-pricing__selected span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  margin-bottom: 4px;
}

.pd-discovery-pricing__selected strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  color: var(--header);
}

.pd-discovery-pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pd-discovery-pricing__card {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.16);
  background: var(--white);
  padding: 15px;
  display: grid;
  gap: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pd-discovery-pricing__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(31, 23, 38, 0.08);
}

.pd-discovery-pricing__card.is-selected {
  border-color: rgba(var(--theme-color-rgb), 0.34);
  background: linear-gradient(
    180deg,
    rgba(var(--theme-color-rgb), 0.08) 0%,
    rgba(var(--theme-color-rgb), 0.02) 100%
  );
  box-shadow: 0 10px 24px rgba(var(--theme-color-rgb), 0.16);
}

.pd-discovery-pricing__badge {
  align-self: flex-start;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  background: var(--theme);
}

.pd-discovery-pricing__badge--muted {
  background: rgba(var(--theme-color-rgb), 0.2);
  color: var(--theme);
}

.pd-discovery-pricing__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.pd-discovery-pricing__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}

.pd-discovery-pricing__price {
  margin: 0;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  color: var(--theme);
}

.pd-discovery-pricing__meta {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--text);
}

.pd-discovery-pricing__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
  border-top: 1px dashed rgba(var(--theme-color-rgb), 0.18);
  padding-top: 12px;
}

.pd-discovery-pricing__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
}

.pd-discovery-pricing__list li i {
  margin-top: 3px;
  color: var(--theme);
}

/* ─── SaaS Process Grid ──────────────────────────────────────────────────── */

.pd-saas-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pd-saas-process-step {
  position: relative;
  background: linear-gradient(135deg, var(--white) 0%, rgba(var(--white), 0.7) 100%);
  border: 1px solid rgba(var(--theme-color-rgb), 0.08);
  border-radius: 20px;
  padding: 32px 24px 28px;
  text-align: center;
  box-shadow: 
    0 4px 12px rgba(31, 23, 38, 0.02),
    0 12px 32px rgba(var(--theme-color-rgb), 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.pd-saas-process-step:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 8px 24px rgba(31, 23, 38, 0.04),
    0 20px 40px rgba(var(--theme-color-rgb), 0.06);
}

.pd-saas-process-step__number {
  font-size: 32px;
  font-weight: 800;
  color: rgba(var(--theme-color-rgb), 0.1);
  line-height: 1;
  margin-bottom: 8px;
}

.pd-saas-process-step__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--theme-color-rgb), 0.1) 0%, rgba(var(--theme-color-rgb), 0.03) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 18px;
  margin: 0 auto 16px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.06);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.6);
}

.pd-saas-process-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  margin: 0 0 8px;
  line-height: 1.3;
}

.pd-saas-process-step p {
  font-size: 13px;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}

/* ─── Why Section ────────────────────────────────────────────────────────── */

.pd-section--why {
  background: var(--pd-surface-light);
}

.pd-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pd-why-card {
  background: var(--white);
  border: 1px solid rgba(var(--theme-color-rgb), 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.pd-why-card:hover {
  border-color: rgba(var(--theme-color-rgb), 0.22);
  box-shadow: 0 8px 28px rgba(31, 23, 38, 0.07);
}

.pd-why-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: rgba(var(--theme-color-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 18px;
  margin-bottom: 16px;
}

.pd-why-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
  margin: 0 0 8px;
  line-height: 1.3;
}

.pd-why-card p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.65;
  margin: 0;
}

/* ─── Stack Section (dark panel) ─────────────────────────────────────────── */

.pd-section--stack {
  background: var(--white);
  padding-top: 0;
}

.pd-stack-panel {
  border-radius: 22px;
  background: linear-gradient(145deg, #0f1636 0%, #192a72 100%);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

.pd-stack-panel::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.pd-stack-header {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-bottom: 36px;
}

.pd-stack-header h2 {
  color: var(--white);
  margin: 0 0 12px;
}

.pd-stack-header p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.pd-stack-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.pd-stack-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  transition: background 0.2s, border-color 0.2s;
}

.pd-stack-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.pd-stack-item i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  flex-shrink: 0;
}

.pd-stack-item span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

/* ─── How We Work Section (horizontal steps) ─────────────────────────────── */

.pd-section--how {
  background: var(--pd-surface-light);
}

.pd-how-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  counter-reset: pd-step;
}

.pd-how-step {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(var(--theme-color-rgb), 0.1);
  border-radius: 16px;
  padding: 28px 20px 24px;
  text-align: center;
}

.pd-how-step__number {
  font-size: 32px;
  font-weight: 800;
  color: rgba(var(--theme-color-rgb), 0.1);
  line-height: 1;
  margin-bottom: 8px;
}

.pd-how-step__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(var(--theme-color-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 17px;
  margin: 0 auto 14px;
}

.pd-how-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  margin: 0 0 8px;
  line-height: 1.3;
}

.pd-how-step p {
  font-size: 13px;
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}

/* ─── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 1199px) {
  .pd-question-form {
    grid-template-columns: 1fr 1fr;
  }

  .pd-question-form__button {
    grid-column: span 2;
  }

  .pd-question-panel {
    padding: 42px 30px;
  }

  .pd-how-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-saas-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-stack-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-discuss-grid--concerns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-discuss-grid--included,
  .pd-discuss-grid--who {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-discovery-pricing__grid {
    grid-template-columns: 1fr;
  }

  .pd-discovery-pricing__intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .pd-discovery-pricing__selected {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 991px) {
  .pd-section {
    padding: 72px 0;
  }

  .pd-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pd-split--custom-apps {
    grid-template-columns: 1fr;
  }

  .pd-service-aside {
    position: static;
  }

  .pd-nav-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .pd-lifecycle {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
  }

  .pd-lifecycle-arrow {
    transform: rotate(-90deg);
    display: inline-block;
  }

  .pd-cta-panel {
    padding: 42px 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pd-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-how-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-saas-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-stack-panel {
    padding: 42px 32px;
  }

  .pd-discuss-card {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .pd-section {
    padding: 60px 0;
  }

  .pd-cap-grid {
    grid-template-columns: 1fr;
  }

  .pd-section--nav {
    padding: 24px 0;
  }

  .pd-question-panel {
    border-radius: 16px;
    padding: 32px 20px;
  }

  .pd-question-form {
    grid-template-columns: 1fr;
  }

  .pd-question-form__button {
    grid-column: auto;
  }

  .pd-faq-button {
    font-size: 17px !important;
    padding: 18px 20px !important;
  }

  .pd-faq-body {
    padding: 4px 20px 20px !important;
  }

  .pd-cta-panel {
    border-radius: 16px;
    padding: 34px 22px;
  }

  .pd-timeline-content h3 {
    font-size: 18px;
  }

  .pd-discuss-grid--concerns,
  .pd-discuss-grid--included,
  .pd-discuss-grid--who {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pd-discovery-pricing {
    padding: 14px;
  }

  .pd-discovery-pricing__head {
    gap: 10px;
  }

  .pd-discovery-pricing__price {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .pd-heading p {
    font-size: 16px;
  }

  .pd-nav__link {
    font-size: 13px;
    padding: 8px 14px;
  }

  .pd-services-grid {
    grid-template-columns: 1fr;
  }

  .pd-why-grid {
    grid-template-columns: 1fr;
  }

  .pd-how-steps {
    grid-template-columns: 1fr;
  }

  .pd-saas-process-grid {
    grid-template-columns: 1fr;
  }

  .pd-stack-grid {
    grid-template-columns: 1fr;
  }

  .pd-stack-panel {
    padding: 32px 22px;
  }
}
