/* Benefits & Pricing — homepage theme */
.benefit-pricing-page {
  padding: 28px 0 56px;
  background: #f8fafc;
}

.benefit-pricing-page .bpp-section {
  margin-bottom: 40px;
}

.benefit-pricing-page .bpp-section-head {
  margin-bottom: 20px;
}

.benefit-pricing-page .bpp-section-head h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark, #0f172a);
  line-height: 1.3;
}

.benefit-pricing-page .bpp-section-head p {
  margin: 0;
  max-width: 640px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--gray, #64748b);
}

.benefit-pricing-page .bpp-section-head .bpp-accent-line {
  width: 48px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange, #ff5c00), #ff8a3d);
}

.benefit-pricing-page .bpp-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.benefit-pricing-page .bpp-benefits-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 360px;
}

.benefit-pricing-page .bpp-benefits-nav {
  border-right: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 10px 0;
}

.benefit-pricing-page .bpp-benefits-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-pricing-page .bpp-benefits-nav li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  color: #334155 !important;
  font-size: 0.92rem !important;
  font-weight: 500;
  text-decoration: none !important;
  border-right: 3px solid transparent;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.benefit-pricing-page .bpp-benefits-nav li a:hover,
.benefit-pricing-page .bpp-benefits-nav li a:focus {
  background: #fff;
  color: var(--orange, #ff5c00) !important;
}

.benefit-pricing-page .bpp-benefits-nav li.is-active a {
  background: #fff;
  color: var(--orange, #ff5c00) !important;
  border-right-color: var(--orange, #ff5c00);
  font-weight: 700;
}

.benefit-pricing-page .bpp-benefits-nav li a .bpp-nav-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff4ed;
  color: var(--orange, #ff5c00);
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 92, 0, 0.12);
}

.benefit-pricing-page .bpp-benefits-nav li.is-active a .bpp-nav-icon {
  background: linear-gradient(135deg, #ff5c00, #ff8a3d);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 92, 0, 0.25);
}

.benefit-pricing-page .bpp-benefits-nav li a .bpp-nav-label {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  color: inherit !important;
  font-size: inherit !important;
}

.benefit-pricing-page .bpp-benefits-content {
  padding: 28px 32px;
  min-height: 280px;
}

.benefit-pricing-page .bpp-benefit-pane {
  display: none;
}

.benefit-pricing-page .bpp-benefit-pane.is-active {
  display: block;
  animation: bppFadeIn 0.25s ease;
}

@keyframes bppFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.benefit-pricing-page .bpp-benefits-content .cont-heading {
  text-align: center;
  margin-bottom: 8px;
}

.benefit-pricing-page .bpp-benefits-content .cont-heading i {
  font-size: 48px;
  color: var(--orange, #ff5c00);
  margin: 0 auto 12px;
  display: block;
  line-height: 1;
}

.benefit-pricing-page .bpp-benefits-content .cont-heading h2,
.benefit-pricing-page .bpp-benefit-pane h1,
.benefit-pricing-page .bpp-benefit-pane h2,
.benefit-pricing-page .bpp-benefit-pane h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark, #0f172a);
  line-height: 1.35;
  text-align: center;
}

.benefit-pricing-page .bpp-benefits-content .cont-desc,
.benefit-pricing-page .bpp-benefits-content p,
.benefit-pricing-page .bpp-benefits-content li,
.benefit-pricing-page .bpp-benefit-pane p,
.benefit-pricing-page .bpp-benefit-pane li {
  font-size: 0.92rem;
  line-height: 1.75;
  color: #475569;
}

.benefit-pricing-page .bpp-mobile-accordion {
  display: none;
}

.benefit-pricing-page .bpp-mobile-item {
  border-bottom: 1px solid #e2e8f0;
}

.benefit-pricing-page .bpp-mobile-item:last-child {
  border-bottom: 0;
}

.benefit-pricing-page .bpp-mobile-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  background: #fff;
  text-align: left;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--dark, #0f172a);
  cursor: pointer;
}

.benefit-pricing-page .bpp-mobile-toggle .bpp-nav-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff4ed;
  color: var(--orange, #ff5c00);
  font-size: 15px;
  flex-shrink: 0;
}

.benefit-pricing-page .bpp-mobile-toggle .fa-chevron-down {
  margin-left: auto;
  color: #94a3b8;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.benefit-pricing-page .bpp-mobile-item.is-open .bpp-mobile-toggle .fa-chevron-down {
  transform: rotate(180deg);
}

.benefit-pricing-page .bpp-mobile-body {
  display: none;
  padding: 0 18px 20px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #475569;
}

.benefit-pricing-page .bpp-mobile-item.is-open .bpp-mobile-body {
  display: block;
}

.benefit-pricing-page .bpp-mobile-body h1,
.benefit-pricing-page .bpp-mobile-body h2,
.benefit-pricing-page .bpp-mobile-body h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark, #0f172a);
  text-align: center;
}

.benefit-pricing-page .bpp-pricing-board {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 20px;
}

.benefit-pricing-page .bpp-plan-list {
  display: flex;
  align-items: stretch;
  min-width: 860px;
  position: relative;
  z-index: 1;
}

.benefit-pricing-page .bpp-plan-col {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  box-shadow: 2px 0 8px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-pricing-page .bpp-plan-col.bpp-plan-labels {
  flex: 1.15 1 0;
  box-shadow: none;
  z-index: 2;
}

.benefit-pricing-page .bpp-plan-col.bpp-plan-tier {
  text-align: center;
}

.benefit-pricing-page .bpp-plan-col.bpp-plan-tier:hover,
.benefit-pricing-page .bpp-plan-col.bpp-plan-tier.is-active {
  transform: scale(1.02);
  z-index: 5;
  position: relative;
  box-shadow: 0 10px 28px rgba(255, 92, 0, 0.15);
}

.benefit-pricing-page .bpp-plan-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 20px 16px 26px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2b2d43;
  background: #fff;
  border-bottom: 1px solid #e8edf2;
  position: relative;
}

.benefit-pricing-page .bpp-plan-header-orange {
  background: linear-gradient(135deg, #ff5c00 0%, #ff8a3d 100%);
  color: #fff;
  border-bottom: 0;
  box-shadow: 0 4px 14px rgba(255, 92, 0, 0.3);
}

.benefit-pricing-page .bpp-plan-header-orange::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid #ff5c00;
  z-index: 2;
}

.benefit-pricing-page .bpp-plan-tier ul {
  padding-top: 8px;
}

.benefit-pricing-page .bpp-plan-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-pricing-page .bpp-plan-col ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 12px 16px;
  font-size: 0.88rem;
  color: #37394c;
  border-bottom: 1px solid #eef2f6;
  box-sizing: border-box;
}

.benefit-pricing-page .bpp-plan-labels ul li {
  justify-content: flex-start;
  font-weight: 600;
  color: #2b2d43;
  padding-left: 22px;
}

.benefit-pricing-page .bpp-plan-col ul li:nth-child(odd) {
  background: #f8fafc;
}

.benefit-pricing-page .bpp-plan-col ul li:nth-child(even) {
  background: #fff;
}

.benefit-pricing-page .bpp-plan-tier ul li:nth-child(7),
.benefit-pricing-page .bpp-plan-tier ul li:nth-child(8) {
  min-height: 68px;
}

.benefit-pricing-page .bpp-plan-tier ul li:last-child {
  min-height: 76px;
  font-size: 0.95rem;
  font-weight: 600;
}

.benefit-pricing-page .bpp-price-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--orange, #ff5c00);
}

.benefit-pricing-page .bpp-btn-subscribe,
.benefit-pricing-page .bpp-btn-subscribe:visited {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5c00, #ff8a3d);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 4px 12px rgba(255, 92, 0, 0.25);
}

.benefit-pricing-page .bpp-btn-subscribe:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 92, 0, 0.32);
}

.benefit-pricing-page .bpp-badge-active {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid #a7f3d0;
}

.benefit-pricing-page .bpp-empty {
  padding: 48px 24px;
  text-align: center;
  color: #64748b;
  font-size: 0.92rem;
}

@media (max-width: 991px) {
  .benefit-pricing-page .bpp-benefits-layout {
    display: none;
  }

  .benefit-pricing-page .bpp-mobile-accordion {
    display: block;
  }
}

@media (max-width: 767px) {
  .benefit-pricing-page {
    padding: 20px 0 40px;
  }

  .benefit-pricing-page .bpp-benefits-content {
    padding: 20px 18px;
  }

  .benefit-pricing-page .bpp-section-head h2 {
    font-size: 1.1rem;
  }
}
