/* ══════════════════════════════════════════
   JOBSTAR — HERO BANNER (matches site-wide banner reference)
══════════════════════════════════════════ */
.js-pro-banner {
  width: 100%;
  box-sizing: border-box;
  padding-top: calc(var(--header-h, 75px) + var(--topbar-h, 38px) + 50px);
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0.78) 0%, rgba(10, 22, 40, 0.94) 100%),
    linear-gradient(125deg, rgba(255, 107, 0, 0.35) 0%, rgba(10, 22, 40, 0.2) 60%),
    url('https://picsum.photos/1600/600?grayscale') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.js-pro-banner-content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.js-pro-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 107, 0, 0.18);
  border: 1px solid rgba(255, 107, 0, 0.45);
  color: #ff8433;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
  backdrop-filter: blur(4px);
}

.js-pro-crumb {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.js-pro-crumb a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.js-pro-crumb a:hover {
  color: #ff8433;
}

.js-pro-crumb i {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.35);
}

.js-pro-crumb span {
  color: #ffffff;
}

.js-pro-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.js-pro-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 620px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ══════════════════════════════════════════
   PRICING PAGE LAYOUT (mirrors .contact-section / .contact-grid)
══════════════════════════════════════════ */
.contact-section {
  padding: 60px 0 90px;
  background-color: #f8fafc;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

.pricing-text { min-width: 0; }

.about-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff6b00;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-subheading {
  font-family: 'Sora', sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 12px;
}

.contact-lead-text {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 28px;
}

.pricing-text strong { color: #0f172a; font-weight: 700; }

/* ══════════════════════════════════════════
   QUICK FACTS
══════════════════════════════════════════ */
.pricing-quickfacts {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  padding: 22px 24px 26px;
  margin-bottom: 32px;
}
.pricing-quickfacts-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #c2410c;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.pricing-quickfacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
}
.pricing-quickfacts-item { display: flex; gap: 12px; align-items: flex-start; }
.pricing-quickfacts-ico {
  width: 34px; height: 34px; flex: 0 0 34px;
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #ff6b00;
  font-size: 14px;
}
.pricing-quickfacts-label {
  font-size: 12.5px;
  color: #78716c;
  margin-bottom: 2px;
}
.pricing-quickfacts-value {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
}
@media (max-width: 560px) {
  .pricing-quickfacts-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════
   STEPS LIST
══════════════════════════════════════════ */
.pricing-steps {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pricing-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px;
}
.pricing-steps-num {
  flex: 0 0 30px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #ff6b00;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.pricing-steps strong {
  font-size: 15.5px;
  color: #0f172a;
  display: block;
  margin-bottom: 4px;
}
.pricing-steps p { margin: 0; font-size: 14px; color: #64748b; line-height: 1.6; }

/* ══════════════════════════════════════════
   WALLET CALCULATOR
══════════════════════════════════════════ */
.pricing-calculator {
  margin: 30px 0 6px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05);
}
.pricing-calculator-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 22px 14px;
  background: #0f172a;
}
.pricing-calculator-head i {
  color: #ff8433;
  font-size: 20px;
  margin-top: 3px;
}
.pricing-calculator-head h3 {
  font-family: 'Sora', sans-serif;
  font-size: 17px;
  color: #fff;
  margin: 0 0 4px;
}
.pricing-calculator-head p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.pricing-calculator-body { padding: 22px; }
.pricing-calculator-body label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 10px;
}
.pricing-calculator-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.pricing-calc-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  font-size: 18px;
  color: #0f172a;
  cursor: pointer;
}
.pricing-calc-btn:hover { background: #fff7ed; border-color: #fed7aa; }
.pricing-calculator-input-row input {
  flex: 1;
  height: 38px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.pricing-calc-results {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}
.pricing-calc-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 13.5px;
  color: #64748b;
}
.pricing-calc-result-item strong { color: #0f172a; font-size: 15px; }
.pricing-calc-result-item--highlight {
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
.pricing-calc-result-item--highlight strong { color: #c2410c; font-size: 17px; }
.pricing-calc-note {
  font-size: 12.5px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
}

/* ══════════════════════════════════════════
   WALLET RULES
══════════════════════════════════════════ */
.pricing-rules {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-rules li {
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
  padding: 12px 16px;
  border-left: 3px solid #ff6b00;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left-width: 3px;
  border-radius: 0 10px 10px 0;
}

/* ══════════════════════════════════════════
   FAQ ACCORDION (identical pattern to contact-us.php)
══════════════════════════════════════════ */
.pricing-faq { margin-top: 8px; }
.contact-mini-faq-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-mini-faq-title i { color: #ff6b00; }

.about-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.about-faq-q {
  width: 100%;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  text-align: left;
}
.about-faq-q:hover { color: #ff6b00; }
.about-faq-icon { color: #ff6b00; font-size: 12px; flex: 0 0 auto; }

.about-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 18px;
}

.about-faq-a p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 14px;
}

/* ══════════════════════════════════════════
   STICKY RIGHT COLUMN — GOOGLE AD SLOT
══════════════════════════════════════════ */
.contact-form-panel {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-h, 75px) + 20px);
  z-index: 10;
}

.pricing-ad-label {
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 6px;
  text-align: center;
}
.pricing-ad-box {
  width: 100%;
  min-height: 600px;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 13px;
}

/* ══════════════════════════════════════════
   STATS ROW
══════════════════════════════════════════ */
.pricing-stats-row {
  margin-top: 40px;
  padding: 30px 0 10px;
  border-top: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 20px;
}
.pricing-stat-num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #ff6b00;
}
.pricing-stat-label {
  font-size: 13px;
  color: #64748b;
  margin-top: 4px;
}
@media (max-width: 700px) {
  .pricing-stats-row { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════
   PRE-FOOTER GOOGLE AD
══════════════════════════════════════════ */
.pre-footer-ad-container {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: center;
  min-height: 90px; /* prevents layout shift while ad loads */
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-panel { position: static; }
}