:root {
  --pkd-sales-green: #0d4f3c;
  --pkd-sales-green-2: #176a52;
  --pkd-sales-cream: #f5f1e7;
  --pkd-sales-gold: #f4ad3d;
  --pkd-sales-ink: #17342d;
  --pkd-sales-muted: #64736f;
}

html.pkd-price-modal-open {
  overflow: hidden;
}

.pkd-price-inquiry-button,
.pkd-price-modal__call,
.pkd-price-modal__retry {
  align-items: center;
  background: var(--pkd-sales-green);
  border: 0;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  margin-top: 22px;
  min-height: 50px;
  padding: 12px 22px;
  text-decoration: none;
}

.pkd-price-inquiry-button:hover,
.pkd-price-modal__call:hover,
.pkd-price-modal__retry:hover {
  background: var(--pkd-sales-green-2);
  color: #fff;
}

.pkd-price-modal[hidden] {
  display: none;
}

.pkd-price-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999999;
}

.pkd-price-modal__backdrop {
  background: rgba(4, 25, 19, .72);
  inset: 0;
  position: absolute;
}

.pkd-price-modal__panel {
  background: #fff;
  border: 1px solid rgba(13, 79, 60, .12);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(5, 35, 27, .28);
  direction: rtl;
  max-height: calc(100vh - 48px);
  max-width: 600px;
  overflow: auto;
  padding: 34px;
  position: relative;
  width: 100%;
}

.pkd-price-modal__close {
  align-items: center;
  background: #edf3f0;
  border: 0;
  border-radius: 50%;
  color: var(--pkd-sales-green);
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  left: 22px;
  line-height: 1;
  position: absolute;
  top: 22px;
  width: 42px;
}

.pkd-price-modal__eyebrow,
.pkd-solutions__eyebrow {
  color: var(--pkd-sales-green-2);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  margin: 0 0 10px;
}

.pkd-price-modal h2 {
  color: var(--pkd-sales-ink);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.45;
  margin: 0 0 22px;
  padding-left: 48px;
}

.pkd-price-modal__prices {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pkd-price-modal__price {
  background: var(--pkd-sales-cream);
  border-radius: 16px;
  display: grid;
  gap: 4px;
  padding: 18px;
}

.pkd-price-modal__price span,
.pkd-price-modal__price small {
  color: var(--pkd-sales-muted);
}

.pkd-price-modal__price strong {
  color: var(--pkd-sales-green);
  font-size: 25px;
}

.pkd-price-modal__meta,
.pkd-price-modal__note,
.pkd-price-modal__message,
.pkd-price-modal__nearest {
  color: var(--pkd-sales-muted);
  line-height: 1.9;
}

.pkd-price-modal__nearest {
  background: #f2f7f5;
  border-right: 4px solid var(--pkd-sales-gold);
  border-radius: 12px;
  padding: 12px 15px;
}

.pkd-price-modal__loading {
  align-items: center;
  color: var(--pkd-sales-muted);
  display: flex;
  gap: 12px;
  min-height: 80px;
}

.pkd-price-modal__loading span {
  animation: pkd-price-spin .8s linear infinite;
  border: 3px solid #dce9e4;
  border-radius: 50%;
  border-top-color: var(--pkd-sales-green);
  height: 26px;
  width: 26px;
}

@keyframes pkd-price-spin {
  to { transform: rotate(360deg); }
}

.pkd-price-modal__retry {
  background: #e8f0ed;
  color: var(--pkd-sales-green);
  margin-left: 8px;
}

.pkd-solutions {
  background: linear-gradient(180deg, #fbfaf6 0, #fff 420px);
  color: var(--pkd-sales-ink);
  margin-inline: auto;
  max-width: 1240px;
  padding: clamp(36px, 7vw, 86px) 24px;
}

.pkd-solutions__hero {
  margin-inline: auto;
  max-width: 920px;
  text-align: center;
}

.pkd-solutions__hero h1 {
  color: var(--pkd-sales-green);
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.35;
  margin: 0 0 20px;
}

.pkd-solutions__hero > p:not(.pkd-solutions__eyebrow) {
  color: var(--pkd-sales-muted);
  font-size: 18px;
  line-height: 1.9;
}

.pkd-solutions__notice {
  background: var(--pkd-sales-cream);
  border: 1px solid rgba(13, 79, 60, .12);
  border-radius: 18px;
  color: #566660;
  line-height: 1.9;
  margin-top: 28px;
  padding: 18px 22px;
}

.pkd-solutions__grid {
  display: grid;
  gap: 16px;
  margin-top: 42px;
}

.pkd-solution {
  background: #fff;
  border: 1px solid #dce7e2;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(16, 57, 46, .06);
  overflow: clip;
}

.pkd-solution summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 22px 26px;
}

.pkd-solution summary::-webkit-details-marker {
  display: none;
}

.pkd-solution summary b {
  align-items: center;
  background: #edf4f1;
  border-radius: 50%;
  color: var(--pkd-sales-green);
  display: flex;
  flex: 0 0 38px;
  font-size: 25px;
  height: 38px;
  justify-content: center;
  transition: transform .2s ease;
}

.pkd-solution[open] summary b {
  transform: rotate(45deg);
}

.pkd-solution__body {
  border-top: 1px solid #e6eeeb;
  padding: 24px 26px 28px;
}

.pkd-solution__body > p {
  color: var(--pkd-sales-muted);
  font-size: 17px;
  line-height: 2;
  margin: 0 0 22px;
}

.pkd-solution__body h2 {
  color: var(--pkd-sales-green);
  font-size: 16px;
  margin: 0 0 14px;
}

.pkd-solution__products {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pkd-solution__products a {
  background: #f5f8f7;
  border: 1px solid #dfe9e5;
  border-radius: 15px;
  color: var(--pkd-sales-ink);
  display: grid;
  gap: 7px;
  padding: 16px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.pkd-solution__products a:hover {
  border-color: var(--pkd-sales-green-2);
  transform: translateY(-2px);
}

.pkd-solution__products span {
  font-weight: 800;
}

.pkd-solution__products small {
  color: var(--pkd-sales-green-2);
}

@media (max-width: 720px) {
  .pkd-price-modal { padding: 12px; }
  .pkd-price-modal__panel { border-radius: 20px; padding: 28px 20px 22px; }
  .pkd-price-modal__close { left: 14px; top: 14px; }
  .pkd-price-modal__prices,
  .pkd-solution__products { grid-template-columns: 1fr; }
  .pkd-price-modal__call,
  .pkd-price-modal__retry { width: 100%; }
  .pkd-solution summary { padding: 18px; }
  .pkd-solution__body { padding: 20px 18px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .pkd-price-modal__loading span { animation: none; }
  .pkd-solution summary b,
  .pkd-solution__products a { transition: none; }
}

