.pricing-page {
  background: var(--dark-bg);
}

.pricing-hero {
  min-height: auto;
  padding-top: 136px;
  padding-bottom: 48px;
  width: calc(100% - 48px);
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 0 0 18px 18px;
}

.pricing-hero .hero-sub {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pricing-hero .hero-glow {
  display: none;
}

.pricing-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pricing-hero-pills span {
  border: 1px solid var(--dark-border);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  color: var(--text-secondary);
}

.pricing-plans-section {
  padding: 10px 24px 90px;
}

.pricing-plans-section.light-section {
  background: var(--dark-bg);
  color: var(--text-primary);
  border-top: none;
  border-bottom: 1px solid var(--dark-border);
}

.pricing-plans-wrap {
  max-width: 1180px;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.pricing-plans-wrap .mx-auto.text-center.pb-5 h1 {
  font-size: clamp(34px, 4.8vw, 54px);
  letter-spacing: -0.03em;
  color: #f0f4ff;
  padding-bottom: 12px !important;
  margin-bottom: 6px;
}

    .pricing-plans-wrap .mx-auto.text-center.pb-5 h5 {
        color: var(--text-secondary);
        margin-bottom: 0;
    }

.pricing-plans-wrap .mx-auto.text-center.pb-5 {
  padding-bottom: 42px !important;
}

.pricing-page .row.row-cols-1.row-cols-md-3.mb-3.pt-5.text-center.justify-content-center {
  padding-top: 44px !important;
  margin-bottom: 0 !important;
}

.pricing-page .pricing-card,
.pricing-page .org-pricing-col {
  min-width: min(100%, 360px) !important;
  max-width: min(100%, 360px) !important;
  flex: 0 0 min(100%, 360px) !important;
}

/* Override shared marketing .pricing-card shell so _Pricing partial cards stay clean */
.pricing-page .pricing-card,
.pricing-page .pricing-card.featured {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.pricing-page .pricing-card .card,
.pricing-page .org-pricing-col .card {
  border: 1px solid var(--dark-border);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  background: #0d1320;
}

.pricing-page .card-header {
  background: #0d1320;
  border-bottom: 1px solid var(--dark-border);
}

.pricing-page .card-header h4 {
  color: #f0f4ff;
}

.pricing-page .pricing-card-title {
  color: #f0f4ff;
  letter-spacing: -0.02em;
}

.pricing-page .pricing-card-title small {
  color: var(--text-secondary) !important;
}

.pricing-page .toggle-control {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 3px;
  border: 1px solid var(--dark-border);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.pricing-page .toggle-control .btn {
  border-radius: 0 !important;
  border: none;
  color: var(--text-secondary);
  font-weight: 600 !important;
  padding: 5px 12px;
}

.pricing-page .toggle-control .btn:first-of-type {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.pricing-page .toggle-control .btn:last-of-type {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.pricing-page .toggle-control .btn.active {
  background: #1363c6;
  color: #ffffff !important;
}

.pricing-page .btn-primary {
  background: #1363c6;
  border-color: #1363c6;
  border-radius: 10px;
  font-weight: 650;
}

.pricing-page .btn-primary:hover {
  background: #2d7de0;
  border-color: #2d7de0;
}

.pricing-page #recruiterProductDropdown {
  border: 1px solid var(--dark-border);
  border-radius: 10px;
  color: #f0f4ff;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 500 !important;
}

.pricing-page #recruiterProductDropdown:focus {
  border-color: #1363c6;
  box-shadow: 0 0 0 3px rgba(19, 99, 198, 0.2);
}

.pricing-page #recruiterProductDropdown option {
  background: #0f1728;
  color: #f0f4ff;
  font-weight: 500 !important;
}

.pricing-page small,
.pricing-page .card-body p,
.pricing-page .card-body li {
  color: rgba(240, 244, 255, 0.84);
}

.pricing-page .card-body .text-muted,
.pricing-page .card-body small.text-muted {
  color: rgba(240, 244, 255, 0.76) !important;
}

.pricing-page .card-body small {
  color: rgba(240, 244, 255, 0.82);
}

.pricing-page .card-body strong {
  color: #f0f4ff;
}

.pricing-page .feature-list {
  margin-top: 10px !important;
}

.pricing-page .feature-list li {
  border-bottom: none;
  padding-bottom: 8px;
}

.pricing-page .feature-list li:last-child {
  border-bottom: none;
}

.pricing-page .alert-success {
  background: rgba(34, 211, 165, 0.1);
  border-color: rgba(34, 211, 165, 0.3);
  color: #a9e8cd;
  border-radius: 12px;
}

.pricing-page .link-primary {
  color: #7ab3f5 !important;
  font-weight: 600;
}

.pricing-page .badge.bg-success {
  background: #0f9f69 !important;
}

#modalGuarantee .bg-gradient-primary {
  background: linear-gradient(135deg, #0f2d58 0%, #1363c6 100%);
}

#modalGuarantee .modal-content {
  background: #ffffff;
  color: #1f335a;
}

#modalGuarantee .modal-header {
  border-bottom: 0;
}

#modalGuarantee .modal-title,
#modalGuarantee .modal-title i {
  color: #ffffff !important;
}

#modalGuarantee .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.85;
}

#modalGuarantee .modal-body p {
  color: #1f335a;
}

#modalGuarantee .modal-body p.text-muted {
  color: #5b6b86 !important;
}

#modalGuarantee .modal-body strong {
  color: #0f2d58;
}

#modalGuarantee .modal-body a {
  color: #1363c6;
}

.pricing-testimonials {
  border-top: 1px solid var(--light-border);
}

.pricing-faq-section {
  padding: 90px 24px;
  border-top: 1px solid var(--light-border);
}

.pricing-faq-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-faq-head {
  margin-bottom: 22px;
}

.pricing-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pricing-faq-section .accordion-item {
  border: 1px solid var(--light-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}

.pricing-faq-section .accordion-button {
  font-size: 16px;
  color: #1f335a;
  box-shadow: none !important;
  background: #ffffff;
}

.pricing-faq-section .accordion-button:not(.collapsed) {
  color: #114b96;
  background: #f5f9ff;
}

.pricing-faq-section .accordion-body {
  color: var(--light-text-secondary);
  line-height: 1.7;
  background: #ffffff;
}

.pricing-page .cta-headline {
  color: #f0f4ff;
}

.pricing-page .cta-sub {
  color: rgba(240, 244, 255, 0.82);
}

@media (max-width: 900px) {
  .pricing-hero {
    padding-top: 122px;
    padding-bottom: 68px;
    width: 100%;
    max-width: none;
    border-radius: 0;
  }

  .pricing-page .pricing-card,
  .pricing-page .org-pricing-col {
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }

  .pricing-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .pricing-plans-section,
  .pricing-faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-plans-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
}
