/* Jobs Drivers — Pricing page */

.jd-pr-wrap {
  padding-bottom: 64px;
}

.jd-pr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.jd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  border: 2px solid transparent;
}
.jd-btn-company-outline {
  background: #fff;
  color: var(--jd-navy, #0c2d4a) !important;
  border-color: var(--jd-navy, #0c2d4a);
}
.jd-btn-company-outline:hover {
  background: var(--jd-bg-soft, #f4f8fc);
}
.jd-btn-company-solid {
  background: var(--jd-green, #1e8e4a);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(30, 142, 74, 0.3);
}
.jd-btn-company-solid:hover {
  background: var(--jd-green-dk, #167a3f);
  color: #fff !important;
}
.jd-btn-full {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
}

.jd-pr-section {
  margin-top: 48px;
}
.jd-pr-section-soft {
  background: #f4f8fc;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 48px calc(50vw - 50%);
}
.jd-pr-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}
.jd-pr-section-head h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--jd-navy, #0c2d4a);
  margin: 0 0 10px;
}
.jd-pr-section-head p {
  margin: 0;
  color: var(--jd-text, #334155);
  line-height: 1.6;
}

.jd-pr-plan-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 720px;
  margin: 0 auto 40px;
}
.jd-pr-plan-card {
  background: #fff;
  border: 1px solid var(--jd-border, #e2e8f0);
  border-radius: 18px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(12, 45, 74, 0.07);
  position: relative;
}
.jd-pr-plan-card-premium {
  border-color: #22a55b;
  box-shadow: 0 16px 40px rgba(26, 122, 74, 0.12);
}
.jd-pr-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #22a55b;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.jd-pr-plan-card h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--jd-navy, #0c2d4a);
}
.jd-pr-plan-price {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--jd-navy, #0c2d4a);
  margin: 0 0 8px;
}
.jd-pr-plan-price small {
  font-size: 0.4em;
  font-weight: 600;
  color: #64748b;
}
.jd-pr-plan-tagline {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: var(--jd-text, #334155);
}

.jd-pr-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid var(--jd-border, #e2e8f0);
  box-shadow: 0 10px 28px rgba(12, 45, 74, 0.06);
}
.jd-pr-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.98rem;
}
.jd-pr-table thead th {
  background: var(--jd-navy, #0c2d4a);
  color: #fff;
  padding: 16px 20px;
  text-align: left;
  font-weight: 700;
}
.jd-pr-table thead th:nth-child(2),
.jd-pr-table thead th:nth-child(3) {
  text-align: center;
  width: 22%;
}
.jd-pr-table tbody th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  color: var(--jd-navy, #0c2d4a);
  border-bottom: 1px solid var(--jd-border, #e2e8f0);
}
.jd-pr-table tbody td {
  padding: 14px 20px;
  text-align: center;
  border-bottom: 1px solid var(--jd-border, #e2e8f0);
  color: var(--jd-text, #334155);
}
.jd-pr-table tbody tr:last-child th,
.jd-pr-table tbody tr:last-child td {
  border-bottom: none;
}
.jd-pr-yes {
  color: #1e8e4a;
  font-size: 1.1rem;
}
.jd-pr-no {
  color: #cbd5e1;
  font-size: 1.1rem;
}
.jd-pr-text {
  font-size: 0.9rem;
  font-weight: 600;
}

.jd-pr-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 960px;
  margin-inline: auto;
}
.jd-pr-price-card {
  background: #fff;
  border: 1px solid var(--jd-border, #e2e8f0);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
}
.jd-pr-price-card.is-featured {
  border-color: #22a55b;
  box-shadow: 0 8px 24px rgba(26, 122, 74, 0.15);
}
.jd-pr-price-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #22a55b;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.jd-pr-price-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--jd-navy, #0c2d4a);
}
.jd-pr-price-total {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
  color: var(--jd-navy, #0c2d4a);
}
.jd-pr-price-sub {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: #64748b;
}
.jd-pr-price-save {
  margin: 8px 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1a7a4a;
}
.jd-pr-stripe-note {
  text-align: center;
  margin: 20px 0 0;
  font-size: 0.9rem;
  color: #64748b;
}

.jd-pr-faq {
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jd-pr-faq-item {
  background: #fff;
  border: 1px solid var(--jd-border, #e2e8f0);
  border-radius: 12px;
  padding: 0 20px;
}
.jd-pr-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--jd-navy, #0c2d4a);
  padding: 16px 0;
  list-style: none;
}
.jd-pr-faq-item summary::-webkit-details-marker {
  display: none;
}
.jd-pr-faq-item p {
  margin: 0 0 16px;
  line-height: 1.6;
  color: var(--jd-text, #334155);
}

.jd-pr-cta-band {
  margin-top: 56px;
  background: linear-gradient(135deg, var(--jd-navy, #0c2d4a), #164a72);
  border-radius: 20px;
  padding: 40px 32px;
  color: #fff;
}
.jd-pr-cta-inner {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.jd-pr-cta-inner h2 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 800;
}
.jd-pr-cta-inner p {
  margin: 0 0 22px;
  opacity: 0.92;
}
.jd-pr-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.jd-pr-cta-band .jd-btn-company-outline {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff !important;
  background: transparent;
}
.jd-pr-cta-band .jd-btn-company-outline:hover {
  background: #fff;
  color: var(--jd-navy, #0c2d4a) !important;
}

@media (max-width: 768px) {
  .jd-pr-plan-cards {
    grid-template-columns: 1fr;
  }
  .jd-pr-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jd-pr-hero-actions,
  .jd-pr-cta-actions {
    flex-direction: column;
  }
  .jd-pr-hero-actions .jd-btn,
  .jd-pr-cta-actions .jd-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .jd-pr-pricing-grid {
    grid-template-columns: 1fr;
  }
}
