

/* Start:/local/components/bonusplus.integrations/catalog.hero/templates/.default/style.css?178695713118592*/
/* =========================================================================
   BonusPlus Integrations Catalog Styles
   Strictly unified borders (1px solid var(--border-subtle)), 
   border-radius (16px / 12px), backgrounds, and hover lift effects.
   ========================================================================= */

.bp-integrations-catalog {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}

.highlight-cyan {
  color: var(--secondary-default, #4ECCCD);
}

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(78, 204, 205, .48);
  background: rgba(78, 204, 205, .08);
  color: var(--secondary-hover, #5DF1F3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-default, #4ECCCD);
  box-shadow: 0 0 12px rgba(78, 204, 205, .65);
}

/* =========================================================================
   Hero Section
   ========================================================================= */
.bp-catalog-hero {
  position: relative;
  padding: 68px 50px 48px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-catalog-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: -280px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 212, 0, .20);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 212, 0, .05);
  pointer-events: none;
}

.bp-catalog-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 220px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(78, 204, 205, .12), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.bp-catalog-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bp-catalog-hero__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

.bp-catalog-hero__lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 740px;
  text-align: center;
}

.bp-catalog-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.bp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, .16));
  font-size: 13px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bp-stat-pill:hover {
  border-color: rgba(78, 204, 205, 0.4);
  background: rgba(78, 204, 205, 0.05);
}

.bp-stat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.8);
}

.bp-stat-pill__num {
  font-weight: 800;
  color: var(--primary-default);
}

.bp-stat-pill__label {
  color: var(--text-secondary);
}

/* =========================================================================
   Controls (Category Tabs + Search)
   ========================================================================= */
.bp-catalog-controls {
  position: relative;
  z-index: 2;
  padding: 30px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.bp-catalog-controls::after {
  display: none !important;
}

.bp-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bp-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(20, 29, 29, 0.7);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.14));
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bp-cat-tab:hover {
  background: rgba(78, 204, 205, 0.08);
  border-color: rgba(78, 204, 205, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.bp-cat-tab.active {
  background: var(--primary-default);
  color: var(--text-subtle);
  border-color: var(--primary-default);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 212, 0, 0.16);
}

.bp-search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.bp-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--secondary-hover);
  pointer-events: none;
}

.bp-search-input {
  width: 100%;
  height: 52px;
  padding: 0 130px 0 52px;
  background: rgba(20, 29, 29, 0.95);
  border: 1px solid rgba(78, 204, 205, 0.28);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.bp-search-input:focus {
  border-color: var(--secondary-default);
  box-shadow: 0 0 0 3px rgba(78, 204, 205, 0.15), 0 6px 24px rgba(0, 0, 0, 0.3);
}

.bp-search-input::placeholder {
  color: var(--text-disabled, rgba(255, 255, 255, .6));
}

.bp-search-count {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-hover);
  background: rgba(78, 204, 205, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(78, 204, 205, 0.2);
}

/* =========================================================================
   Integrations Grid
   ========================================================================= */
.bp-catalog-grid-section {
  padding: 30px 50px 60px;
  box-sizing: border-box;
}

.bp-integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 22px;
}

.bp-int-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-int-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-int-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.bp-int-card__logo-wrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  padding: 6px;
  box-sizing: border-box;
}

.bp-int-card__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.bp-int-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.bp-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-badge--yellow {
  background: rgba(255, 212, 0, 0.12);
  color: var(--primary-default);
  border: 1px solid rgba(255, 212, 0, 0.3);
}

.bp-badge--cyan {
  background: rgba(78, 204, 205, 0.12);
  color: var(--secondary-hover);
  border: 1px solid rgba(78, 204, 205, 0.3);
}

.bp-time-tag {
  font-size: 11px;
  color: var(--text-secondary);
}

.bp-int-card__body {
  flex: 1;
  margin-bottom: 20px;
}

.bp-int-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.25;
}

.bp-int-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bp-int-card__title a:hover {
  color: var(--secondary-hover);
}

.bp-int-card__cat-label {
  display: inline-block;
  font-size: 12px;
  color: var(--secondary-default);
  margin-bottom: 10px;
  font-weight: 600;
}

.bp-int-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.bp-int-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.bp-wiki-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.bp-wiki-link:hover {
  color: var(--secondary-hover);
}

.bp-wiki-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

.bp-wiki-link:hover svg {
  transform: translate(2px, -2px);
}

/* No results state */
.bp-no-results {
  text-align: center;
  padding: 60px 24px;
  background: rgba(20, 29, 29, 0.6);
  border: 1px dashed var(--border-subtle);
  border-radius: 16px;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
}

.bp-no-results__icon {
  font-size: 44px;
  margin-bottom: 14px;
}

.bp-no-results h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}

.bp-no-results p {
  color: var(--text-secondary);
  margin-bottom: 22px;
  font-size: 15px;
}

/* =========================================================================
   Benefits Section
   ========================================================================= */
.bp-catalog-benefits {
  padding: 70px 50px;
  box-sizing: border-box;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
  color: #fff;
}

.section-head p {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-size: 16px;
}

.bp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.bp-card--benefit {
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-card--benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bp-benefit-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--secondary-default);
  line-height: 1;
}

.bp-benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(78, 204, 205, 0.08);
  border: 1px solid rgba(78, 204, 205, 0.35);
  color: var(--secondary-hover);
}

.bp-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.bp-card--benefit h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.bp-card--benefit p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================================
   Custom Integration Banner
   ========================================================================= */
.bp-catalog-custom {
  padding: 40px 50px 70px;
  box-sizing: border-box;
}

.bp-custom-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(78, 204, 205, 0.34);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(78, 204, 205, 0.08), rgba(20, 29, 29, 0.96) 50%, rgba(255, 212, 0, 0.05));
  box-shadow: 0 0 60px rgba(78, 204, 205, 0.08);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-custom-banner__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.bp-custom-banner__copy p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 26px;
}

.bp-custom-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bp-code-badge {
  background: #060D0D;
  border: 1px solid rgba(78, 204, 205, 0.25);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e0e0e0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.bp-code-badge__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bp-code-dot.red { background: #FF5F56; }
.bp-code-dot.yellow { background: #FFBD2E; }
.bp-code-dot.green { background: #27C93F; }

.bp-code-title {
  margin-left: 8px;
  font-size: 11px;
  color: var(--text-secondary);
  font-family: var(--font-family-base, sans-serif);
}

.bp-code-badge .c-key { color: var(--primary-default); font-weight: 800; }
.bp-code-badge .c-endpoint { color: var(--secondary-hover); }
.bp-code-badge .c-brace { color: rgba(255, 255, 255, 0.5); }
.bp-code-badge .c-str { color: #80DEEA; }
.bp-code-badge .c-val { color: #A5D6A7; }
.bp-code-badge .c-num { color: #FFAB91; }
.bp-code-badge .c-res { color: #81C784; font-weight: 700; display: block; margin-top: 8px; }

/* =========================================================================
   FAQ Section
   ========================================================================= */
.bp-catalog-faq {
  padding: 50px 50px 70px;
  box-sizing: border-box;
}

.bp-catalog-faq .faq-container {
  max-width: 920px;
  margin: 32px auto 0;
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  overflow: hidden;
  background: rgba(20, 29, 29, 0.7);
  box-sizing: border-box;
}

.bp-catalog-faq .faq-item + .faq-item {
  border-top: 1px solid var(--border-subtle);
}

.bp-catalog-faq .faq-question {
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.bp-catalog-faq .faq-question:hover {
  background: rgba(255, 255, 255, 0.025);
}

.bp-catalog-faq .faq-chevron {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.bp-catalog-faq .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.bp-catalog-faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.bp-catalog-faq .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.bp-catalog-faq .faq-answer-inner {
  overflow: hidden;
}

.bp-catalog-faq .faq-answer-inner p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================================
   Final CTA Section
   ========================================================================= */
.bp-catalog-cta {
  padding: 30px 50px 50px;
  box-sizing: border-box;
}

.bp-catalog-faq::after,
.bp-catalog-cta::after {
  display: none !important;
}

.cta-wide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px 42px;
  border: 1px solid rgba(78, 204, 205, .34);
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(78, 204, 205, .07), rgba(20, 29, 29, .94) 50%, rgba(255, 212, 0, .04));
  box-shadow: 0 0 70px rgba(78, 204, 205, .10);
  box-sizing: border-box;
}

.cta-wide::after {
  content: '';
  position: absolute;
  right: 120px;
  bottom: -180px;
  width: 450px;
  height: 330px;
  border: 1px solid rgba(78, 204, 205, .15);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.cta-copy {
  flex: 1;
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: clamp(28px, 3vw, 38px);
  color: #fff;
  font-weight: 800;
}

.cta-copy p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 16px;
}

.cta-wide .btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* =========================================================================
   Responsive Breakpoints
   ========================================================================= */
@media (max-width: 980px) {
  .bp-catalog-hero { padding: 50px 32px 36px; }
  .bp-catalog-controls { padding: 20px 32px 10px; }
  .bp-catalog-grid-section { padding: 20px 32px 40px; }
  .bp-catalog-benefits { padding: 50px 32px; }
  .bp-catalog-custom { padding: 30px 32px 50px; }
  .bp-custom-banner { grid-template-columns: 1fr; padding: 32px 28px; }
  .bp-catalog-faq { padding: 40px 32px 50px; }
  .bp-catalog-cta { padding: 20px 32px 40px; }
}

@media (max-width: 660px) {
  .bp-catalog-hero { padding: 40px 20px 28px; }
  .bp-catalog-hero__title { font-size: 32px; }
  .bp-catalog-hero__lead { font-size: 15px; }
  .bp-catalog-controls { padding: 16px 20px 10px; }
  .bp-category-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .bp-cat-tab { padding: 8px 14px; font-size: 13px; white-space: nowrap; }
  .bp-catalog-grid-section { padding: 16px 20px 30px; }
  .bp-integrations-grid { grid-template-columns: 1fr; }
  .bp-catalog-benefits { padding: 40px 20px; }
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-catalog-custom { padding: 20px 20px 40px; }
  .bp-custom-banner { padding: 24px 20px; }
  .bp-custom-banner__actions { flex-direction: column; }
  .bp-custom-banner__actions .btn { width: 100%; }
  .bp-catalog-faq { padding: 30px 20px 40px; }
  .bp-catalog-cta { padding: 10px 20px 30px; }
  .cta-wide { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .cta-wide .btn { width: 100%; }
}

/* End */


/* Start:/local/components/bonusplus.integrations/catalog.grid/templates/.default/style.css?178695713118592*/
/* =========================================================================
   BonusPlus Integrations Catalog Styles
   Strictly unified borders (1px solid var(--border-subtle)), 
   border-radius (16px / 12px), backgrounds, and hover lift effects.
   ========================================================================= */

.bp-integrations-catalog {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}

.highlight-cyan {
  color: var(--secondary-default, #4ECCCD);
}

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(78, 204, 205, .48);
  background: rgba(78, 204, 205, .08);
  color: var(--secondary-hover, #5DF1F3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-default, #4ECCCD);
  box-shadow: 0 0 12px rgba(78, 204, 205, .65);
}

/* =========================================================================
   Hero Section
   ========================================================================= */
.bp-catalog-hero {
  position: relative;
  padding: 68px 50px 48px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-catalog-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: -280px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 212, 0, .20);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 212, 0, .05);
  pointer-events: none;
}

.bp-catalog-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 220px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(78, 204, 205, .12), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.bp-catalog-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bp-catalog-hero__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

.bp-catalog-hero__lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 740px;
  text-align: center;
}

.bp-catalog-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.bp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, .16));
  font-size: 13px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bp-stat-pill:hover {
  border-color: rgba(78, 204, 205, 0.4);
  background: rgba(78, 204, 205, 0.05);
}

.bp-stat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.8);
}

.bp-stat-pill__num {
  font-weight: 800;
  color: var(--primary-default);
}

.bp-stat-pill__label {
  color: var(--text-secondary);
}

/* =========================================================================
   Controls (Category Tabs + Search)
   ========================================================================= */
.bp-catalog-controls {
  position: relative;
  z-index: 2;
  padding: 30px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.bp-catalog-controls::after {
  display: none !important;
}

.bp-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bp-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(20, 29, 29, 0.7);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.14));
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bp-cat-tab:hover {
  background: rgba(78, 204, 205, 0.08);
  border-color: rgba(78, 204, 205, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.bp-cat-tab.active {
  background: var(--primary-default);
  color: var(--text-subtle);
  border-color: var(--primary-default);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 212, 0, 0.16);
}

.bp-search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.bp-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--secondary-hover);
  pointer-events: none;
}

.bp-search-input {
  width: 100%;
  height: 52px;
  padding: 0 130px 0 52px;
  background: rgba(20, 29, 29, 0.95);
  border: 1px solid rgba(78, 204, 205, 0.28);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.bp-search-input:focus {
  border-color: var(--secondary-default);
  box-shadow: 0 0 0 3px rgba(78, 204, 205, 0.15), 0 6px 24px rgba(0, 0, 0, 0.3);
}

.bp-search-input::placeholder {
  color: var(--text-disabled, rgba(255, 255, 255, .6));
}

.bp-search-count {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-hover);
  background: rgba(78, 204, 205, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(78, 204, 205, 0.2);
}

/* =========================================================================
   Integrations Grid
   ========================================================================= */
.bp-catalog-grid-section {
  padding: 30px 50px 60px;
  box-sizing: border-box;
}

.bp-integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 22px;
}

.bp-int-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-int-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-int-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.bp-int-card__logo-wrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  padding: 6px;
  box-sizing: border-box;
}

.bp-int-card__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.bp-int-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.bp-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-badge--yellow {
  background: rgba(255, 212, 0, 0.12);
  color: var(--primary-default);
  border: 1px solid rgba(255, 212, 0, 0.3);
}

.bp-badge--cyan {
  background: rgba(78, 204, 205, 0.12);
  color: var(--secondary-hover);
  border: 1px solid rgba(78, 204, 205, 0.3);
}

.bp-time-tag {
  font-size: 11px;
  color: var(--text-secondary);
}

.bp-int-card__body {
  flex: 1;
  margin-bottom: 20px;
}

.bp-int-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.25;
}

.bp-int-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bp-int-card__title a:hover {
  color: var(--secondary-hover);
}

.bp-int-card__cat-label {
  display: inline-block;
  font-size: 12px;
  color: var(--secondary-default);
  margin-bottom: 10px;
  font-weight: 600;
}

.bp-int-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.bp-int-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.bp-wiki-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.bp-wiki-link:hover {
  color: var(--secondary-hover);
}

.bp-wiki-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

.bp-wiki-link:hover svg {
  transform: translate(2px, -2px);
}

/* No results state */
.bp-no-results {
  text-align: center;
  padding: 60px 24px;
  background: rgba(20, 29, 29, 0.6);
  border: 1px dashed var(--border-subtle);
  border-radius: 16px;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
}

.bp-no-results__icon {
  font-size: 44px;
  margin-bottom: 14px;
}

.bp-no-results h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}

.bp-no-results p {
  color: var(--text-secondary);
  margin-bottom: 22px;
  font-size: 15px;
}

/* =========================================================================
   Benefits Section
   ========================================================================= */
.bp-catalog-benefits {
  padding: 70px 50px;
  box-sizing: border-box;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
  color: #fff;
}

.section-head p {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-size: 16px;
}

.bp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.bp-card--benefit {
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-card--benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bp-benefit-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--secondary-default);
  line-height: 1;
}

.bp-benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(78, 204, 205, 0.08);
  border: 1px solid rgba(78, 204, 205, 0.35);
  color: var(--secondary-hover);
}

.bp-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.bp-card--benefit h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.bp-card--benefit p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================================
   Custom Integration Banner
   ========================================================================= */
.bp-catalog-custom {
  padding: 40px 50px 70px;
  box-sizing: border-box;
}

.bp-custom-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(78, 204, 205, 0.34);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(78, 204, 205, 0.08), rgba(20, 29, 29, 0.96) 50%, rgba(255, 212, 0, 0.05));
  box-shadow: 0 0 60px rgba(78, 204, 205, 0.08);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-custom-banner__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.bp-custom-banner__copy p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 26px;
}

.bp-custom-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bp-code-badge {
  background: #060D0D;
  border: 1px solid rgba(78, 204, 205, 0.25);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e0e0e0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.bp-code-badge__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bp-code-dot.red { background: #FF5F56; }
.bp-code-dot.yellow { background: #FFBD2E; }
.bp-code-dot.green { background: #27C93F; }

.bp-code-title {
  margin-left: 8px;
  font-size: 11px;
  color: var(--text-secondary);
  font-family: var(--font-family-base, sans-serif);
}

.bp-code-badge .c-key { color: var(--primary-default); font-weight: 800; }
.bp-code-badge .c-endpoint { color: var(--secondary-hover); }
.bp-code-badge .c-brace { color: rgba(255, 255, 255, 0.5); }
.bp-code-badge .c-str { color: #80DEEA; }
.bp-code-badge .c-val { color: #A5D6A7; }
.bp-code-badge .c-num { color: #FFAB91; }
.bp-code-badge .c-res { color: #81C784; font-weight: 700; display: block; margin-top: 8px; }

/* =========================================================================
   FAQ Section
   ========================================================================= */
.bp-catalog-faq {
  padding: 50px 50px 70px;
  box-sizing: border-box;
}

.bp-catalog-faq .faq-container {
  max-width: 920px;
  margin: 32px auto 0;
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  overflow: hidden;
  background: rgba(20, 29, 29, 0.7);
  box-sizing: border-box;
}

.bp-catalog-faq .faq-item + .faq-item {
  border-top: 1px solid var(--border-subtle);
}

.bp-catalog-faq .faq-question {
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.bp-catalog-faq .faq-question:hover {
  background: rgba(255, 255, 255, 0.025);
}

.bp-catalog-faq .faq-chevron {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.bp-catalog-faq .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.bp-catalog-faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.bp-catalog-faq .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.bp-catalog-faq .faq-answer-inner {
  overflow: hidden;
}

.bp-catalog-faq .faq-answer-inner p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================================
   Final CTA Section
   ========================================================================= */
.bp-catalog-cta {
  padding: 30px 50px 50px;
  box-sizing: border-box;
}

.bp-catalog-faq::after,
.bp-catalog-cta::after {
  display: none !important;
}

.cta-wide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px 42px;
  border: 1px solid rgba(78, 204, 205, .34);
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(78, 204, 205, .07), rgba(20, 29, 29, .94) 50%, rgba(255, 212, 0, .04));
  box-shadow: 0 0 70px rgba(78, 204, 205, .10);
  box-sizing: border-box;
}

.cta-wide::after {
  content: '';
  position: absolute;
  right: 120px;
  bottom: -180px;
  width: 450px;
  height: 330px;
  border: 1px solid rgba(78, 204, 205, .15);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.cta-copy {
  flex: 1;
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: clamp(28px, 3vw, 38px);
  color: #fff;
  font-weight: 800;
}

.cta-copy p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 16px;
}

.cta-wide .btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* =========================================================================
   Responsive Breakpoints
   ========================================================================= */
@media (max-width: 980px) {
  .bp-catalog-hero { padding: 50px 32px 36px; }
  .bp-catalog-controls { padding: 20px 32px 10px; }
  .bp-catalog-grid-section { padding: 20px 32px 40px; }
  .bp-catalog-benefits { padding: 50px 32px; }
  .bp-catalog-custom { padding: 30px 32px 50px; }
  .bp-custom-banner { grid-template-columns: 1fr; padding: 32px 28px; }
  .bp-catalog-faq { padding: 40px 32px 50px; }
  .bp-catalog-cta { padding: 20px 32px 40px; }
}

@media (max-width: 660px) {
  .bp-catalog-hero { padding: 40px 20px 28px; }
  .bp-catalog-hero__title { font-size: 32px; }
  .bp-catalog-hero__lead { font-size: 15px; }
  .bp-catalog-controls { padding: 16px 20px 10px; }
  .bp-category-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .bp-cat-tab { padding: 8px 14px; font-size: 13px; white-space: nowrap; }
  .bp-catalog-grid-section { padding: 16px 20px 30px; }
  .bp-integrations-grid { grid-template-columns: 1fr; }
  .bp-catalog-benefits { padding: 40px 20px; }
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-catalog-custom { padding: 20px 20px 40px; }
  .bp-custom-banner { padding: 24px 20px; }
  .bp-custom-banner__actions { flex-direction: column; }
  .bp-custom-banner__actions .btn { width: 100%; }
  .bp-catalog-faq { padding: 30px 20px 40px; }
  .bp-catalog-cta { padding: 10px 20px 30px; }
  .cta-wide { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .cta-wide .btn { width: 100%; }
}

/* End */


/* Start:/local/components/bonusplus.integrations/catalog.benefits/templates/.default/style.css?178695713118592*/
/* =========================================================================
   BonusPlus Integrations Catalog Styles
   Strictly unified borders (1px solid var(--border-subtle)), 
   border-radius (16px / 12px), backgrounds, and hover lift effects.
   ========================================================================= */

.bp-integrations-catalog {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}

.highlight-cyan {
  color: var(--secondary-default, #4ECCCD);
}

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(78, 204, 205, .48);
  background: rgba(78, 204, 205, .08);
  color: var(--secondary-hover, #5DF1F3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-default, #4ECCCD);
  box-shadow: 0 0 12px rgba(78, 204, 205, .65);
}

/* =========================================================================
   Hero Section
   ========================================================================= */
.bp-catalog-hero {
  position: relative;
  padding: 68px 50px 48px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-catalog-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: -280px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 212, 0, .20);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 212, 0, .05);
  pointer-events: none;
}

.bp-catalog-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 220px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(78, 204, 205, .12), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.bp-catalog-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bp-catalog-hero__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

.bp-catalog-hero__lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 740px;
  text-align: center;
}

.bp-catalog-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.bp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, .16));
  font-size: 13px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bp-stat-pill:hover {
  border-color: rgba(78, 204, 205, 0.4);
  background: rgba(78, 204, 205, 0.05);
}

.bp-stat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.8);
}

.bp-stat-pill__num {
  font-weight: 800;
  color: var(--primary-default);
}

.bp-stat-pill__label {
  color: var(--text-secondary);
}

/* =========================================================================
   Controls (Category Tabs + Search)
   ========================================================================= */
.bp-catalog-controls {
  position: relative;
  z-index: 2;
  padding: 30px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.bp-catalog-controls::after {
  display: none !important;
}

.bp-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bp-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(20, 29, 29, 0.7);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.14));
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bp-cat-tab:hover {
  background: rgba(78, 204, 205, 0.08);
  border-color: rgba(78, 204, 205, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.bp-cat-tab.active {
  background: var(--primary-default);
  color: var(--text-subtle);
  border-color: var(--primary-default);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 212, 0, 0.16);
}

.bp-search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.bp-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--secondary-hover);
  pointer-events: none;
}

.bp-search-input {
  width: 100%;
  height: 52px;
  padding: 0 130px 0 52px;
  background: rgba(20, 29, 29, 0.95);
  border: 1px solid rgba(78, 204, 205, 0.28);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.bp-search-input:focus {
  border-color: var(--secondary-default);
  box-shadow: 0 0 0 3px rgba(78, 204, 205, 0.15), 0 6px 24px rgba(0, 0, 0, 0.3);
}

.bp-search-input::placeholder {
  color: var(--text-disabled, rgba(255, 255, 255, .6));
}

.bp-search-count {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-hover);
  background: rgba(78, 204, 205, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(78, 204, 205, 0.2);
}

/* =========================================================================
   Integrations Grid
   ========================================================================= */
.bp-catalog-grid-section {
  padding: 30px 50px 60px;
  box-sizing: border-box;
}

.bp-integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 22px;
}

.bp-int-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-int-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-int-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.bp-int-card__logo-wrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  padding: 6px;
  box-sizing: border-box;
}

.bp-int-card__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.bp-int-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.bp-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-badge--yellow {
  background: rgba(255, 212, 0, 0.12);
  color: var(--primary-default);
  border: 1px solid rgba(255, 212, 0, 0.3);
}

.bp-badge--cyan {
  background: rgba(78, 204, 205, 0.12);
  color: var(--secondary-hover);
  border: 1px solid rgba(78, 204, 205, 0.3);
}

.bp-time-tag {
  font-size: 11px;
  color: var(--text-secondary);
}

.bp-int-card__body {
  flex: 1;
  margin-bottom: 20px;
}

.bp-int-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.25;
}

.bp-int-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bp-int-card__title a:hover {
  color: var(--secondary-hover);
}

.bp-int-card__cat-label {
  display: inline-block;
  font-size: 12px;
  color: var(--secondary-default);
  margin-bottom: 10px;
  font-weight: 600;
}

.bp-int-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.bp-int-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.bp-wiki-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.bp-wiki-link:hover {
  color: var(--secondary-hover);
}

.bp-wiki-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

.bp-wiki-link:hover svg {
  transform: translate(2px, -2px);
}

/* No results state */
.bp-no-results {
  text-align: center;
  padding: 60px 24px;
  background: rgba(20, 29, 29, 0.6);
  border: 1px dashed var(--border-subtle);
  border-radius: 16px;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
}

.bp-no-results__icon {
  font-size: 44px;
  margin-bottom: 14px;
}

.bp-no-results h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}

.bp-no-results p {
  color: var(--text-secondary);
  margin-bottom: 22px;
  font-size: 15px;
}

/* =========================================================================
   Benefits Section
   ========================================================================= */
.bp-catalog-benefits {
  padding: 70px 50px;
  box-sizing: border-box;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
  color: #fff;
}

.section-head p {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-size: 16px;
}

.bp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.bp-card--benefit {
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-card--benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bp-benefit-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--secondary-default);
  line-height: 1;
}

.bp-benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(78, 204, 205, 0.08);
  border: 1px solid rgba(78, 204, 205, 0.35);
  color: var(--secondary-hover);
}

.bp-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.bp-card--benefit h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.bp-card--benefit p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================================
   Custom Integration Banner
   ========================================================================= */
.bp-catalog-custom {
  padding: 40px 50px 70px;
  box-sizing: border-box;
}

.bp-custom-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(78, 204, 205, 0.34);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(78, 204, 205, 0.08), rgba(20, 29, 29, 0.96) 50%, rgba(255, 212, 0, 0.05));
  box-shadow: 0 0 60px rgba(78, 204, 205, 0.08);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-custom-banner__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.bp-custom-banner__copy p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 26px;
}

.bp-custom-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bp-code-badge {
  background: #060D0D;
  border: 1px solid rgba(78, 204, 205, 0.25);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e0e0e0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.bp-code-badge__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bp-code-dot.red { background: #FF5F56; }
.bp-code-dot.yellow { background: #FFBD2E; }
.bp-code-dot.green { background: #27C93F; }

.bp-code-title {
  margin-left: 8px;
  font-size: 11px;
  color: var(--text-secondary);
  font-family: var(--font-family-base, sans-serif);
}

.bp-code-badge .c-key { color: var(--primary-default); font-weight: 800; }
.bp-code-badge .c-endpoint { color: var(--secondary-hover); }
.bp-code-badge .c-brace { color: rgba(255, 255, 255, 0.5); }
.bp-code-badge .c-str { color: #80DEEA; }
.bp-code-badge .c-val { color: #A5D6A7; }
.bp-code-badge .c-num { color: #FFAB91; }
.bp-code-badge .c-res { color: #81C784; font-weight: 700; display: block; margin-top: 8px; }

/* =========================================================================
   FAQ Section
   ========================================================================= */
.bp-catalog-faq {
  padding: 50px 50px 70px;
  box-sizing: border-box;
}

.bp-catalog-faq .faq-container {
  max-width: 920px;
  margin: 32px auto 0;
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  overflow: hidden;
  background: rgba(20, 29, 29, 0.7);
  box-sizing: border-box;
}

.bp-catalog-faq .faq-item + .faq-item {
  border-top: 1px solid var(--border-subtle);
}

.bp-catalog-faq .faq-question {
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.bp-catalog-faq .faq-question:hover {
  background: rgba(255, 255, 255, 0.025);
}

.bp-catalog-faq .faq-chevron {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.bp-catalog-faq .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.bp-catalog-faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.bp-catalog-faq .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.bp-catalog-faq .faq-answer-inner {
  overflow: hidden;
}

.bp-catalog-faq .faq-answer-inner p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================================
   Final CTA Section
   ========================================================================= */
.bp-catalog-cta {
  padding: 30px 50px 50px;
  box-sizing: border-box;
}

.bp-catalog-faq::after,
.bp-catalog-cta::after {
  display: none !important;
}

.cta-wide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px 42px;
  border: 1px solid rgba(78, 204, 205, .34);
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(78, 204, 205, .07), rgba(20, 29, 29, .94) 50%, rgba(255, 212, 0, .04));
  box-shadow: 0 0 70px rgba(78, 204, 205, .10);
  box-sizing: border-box;
}

.cta-wide::after {
  content: '';
  position: absolute;
  right: 120px;
  bottom: -180px;
  width: 450px;
  height: 330px;
  border: 1px solid rgba(78, 204, 205, .15);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.cta-copy {
  flex: 1;
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: clamp(28px, 3vw, 38px);
  color: #fff;
  font-weight: 800;
}

.cta-copy p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 16px;
}

.cta-wide .btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* =========================================================================
   Responsive Breakpoints
   ========================================================================= */
@media (max-width: 980px) {
  .bp-catalog-hero { padding: 50px 32px 36px; }
  .bp-catalog-controls { padding: 20px 32px 10px; }
  .bp-catalog-grid-section { padding: 20px 32px 40px; }
  .bp-catalog-benefits { padding: 50px 32px; }
  .bp-catalog-custom { padding: 30px 32px 50px; }
  .bp-custom-banner { grid-template-columns: 1fr; padding: 32px 28px; }
  .bp-catalog-faq { padding: 40px 32px 50px; }
  .bp-catalog-cta { padding: 20px 32px 40px; }
}

@media (max-width: 660px) {
  .bp-catalog-hero { padding: 40px 20px 28px; }
  .bp-catalog-hero__title { font-size: 32px; }
  .bp-catalog-hero__lead { font-size: 15px; }
  .bp-catalog-controls { padding: 16px 20px 10px; }
  .bp-category-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .bp-cat-tab { padding: 8px 14px; font-size: 13px; white-space: nowrap; }
  .bp-catalog-grid-section { padding: 16px 20px 30px; }
  .bp-integrations-grid { grid-template-columns: 1fr; }
  .bp-catalog-benefits { padding: 40px 20px; }
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-catalog-custom { padding: 20px 20px 40px; }
  .bp-custom-banner { padding: 24px 20px; }
  .bp-custom-banner__actions { flex-direction: column; }
  .bp-custom-banner__actions .btn { width: 100%; }
  .bp-catalog-faq { padding: 30px 20px 40px; }
  .bp-catalog-cta { padding: 10px 20px 30px; }
  .cta-wide { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .cta-wide .btn { width: 100%; }
}

/* End */


/* Start:/local/components/bonusplus.integrations/catalog.custom/templates/.default/style.css?178695713118592*/
/* =========================================================================
   BonusPlus Integrations Catalog Styles
   Strictly unified borders (1px solid var(--border-subtle)), 
   border-radius (16px / 12px), backgrounds, and hover lift effects.
   ========================================================================= */

.bp-integrations-catalog {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}

.highlight-cyan {
  color: var(--secondary-default, #4ECCCD);
}

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(78, 204, 205, .48);
  background: rgba(78, 204, 205, .08);
  color: var(--secondary-hover, #5DF1F3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-default, #4ECCCD);
  box-shadow: 0 0 12px rgba(78, 204, 205, .65);
}

/* =========================================================================
   Hero Section
   ========================================================================= */
.bp-catalog-hero {
  position: relative;
  padding: 68px 50px 48px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-catalog-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: -280px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 212, 0, .20);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 212, 0, .05);
  pointer-events: none;
}

.bp-catalog-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 220px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(78, 204, 205, .12), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.bp-catalog-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bp-catalog-hero__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

.bp-catalog-hero__lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 740px;
  text-align: center;
}

.bp-catalog-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.bp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, .16));
  font-size: 13px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bp-stat-pill:hover {
  border-color: rgba(78, 204, 205, 0.4);
  background: rgba(78, 204, 205, 0.05);
}

.bp-stat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.8);
}

.bp-stat-pill__num {
  font-weight: 800;
  color: var(--primary-default);
}

.bp-stat-pill__label {
  color: var(--text-secondary);
}

/* =========================================================================
   Controls (Category Tabs + Search)
   ========================================================================= */
.bp-catalog-controls {
  position: relative;
  z-index: 2;
  padding: 30px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.bp-catalog-controls::after {
  display: none !important;
}

.bp-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bp-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(20, 29, 29, 0.7);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.14));
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bp-cat-tab:hover {
  background: rgba(78, 204, 205, 0.08);
  border-color: rgba(78, 204, 205, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.bp-cat-tab.active {
  background: var(--primary-default);
  color: var(--text-subtle);
  border-color: var(--primary-default);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 212, 0, 0.16);
}

.bp-search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.bp-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--secondary-hover);
  pointer-events: none;
}

.bp-search-input {
  width: 100%;
  height: 52px;
  padding: 0 130px 0 52px;
  background: rgba(20, 29, 29, 0.95);
  border: 1px solid rgba(78, 204, 205, 0.28);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.bp-search-input:focus {
  border-color: var(--secondary-default);
  box-shadow: 0 0 0 3px rgba(78, 204, 205, 0.15), 0 6px 24px rgba(0, 0, 0, 0.3);
}

.bp-search-input::placeholder {
  color: var(--text-disabled, rgba(255, 255, 255, .6));
}

.bp-search-count {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-hover);
  background: rgba(78, 204, 205, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(78, 204, 205, 0.2);
}

/* =========================================================================
   Integrations Grid
   ========================================================================= */
.bp-catalog-grid-section {
  padding: 30px 50px 60px;
  box-sizing: border-box;
}

.bp-integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 22px;
}

.bp-int-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-int-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-int-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.bp-int-card__logo-wrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  padding: 6px;
  box-sizing: border-box;
}

.bp-int-card__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.bp-int-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.bp-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-badge--yellow {
  background: rgba(255, 212, 0, 0.12);
  color: var(--primary-default);
  border: 1px solid rgba(255, 212, 0, 0.3);
}

.bp-badge--cyan {
  background: rgba(78, 204, 205, 0.12);
  color: var(--secondary-hover);
  border: 1px solid rgba(78, 204, 205, 0.3);
}

.bp-time-tag {
  font-size: 11px;
  color: var(--text-secondary);
}

.bp-int-card__body {
  flex: 1;
  margin-bottom: 20px;
}

.bp-int-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.25;
}

.bp-int-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bp-int-card__title a:hover {
  color: var(--secondary-hover);
}

.bp-int-card__cat-label {
  display: inline-block;
  font-size: 12px;
  color: var(--secondary-default);
  margin-bottom: 10px;
  font-weight: 600;
}

.bp-int-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.bp-int-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.bp-wiki-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.bp-wiki-link:hover {
  color: var(--secondary-hover);
}

.bp-wiki-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

.bp-wiki-link:hover svg {
  transform: translate(2px, -2px);
}

/* No results state */
.bp-no-results {
  text-align: center;
  padding: 60px 24px;
  background: rgba(20, 29, 29, 0.6);
  border: 1px dashed var(--border-subtle);
  border-radius: 16px;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
}

.bp-no-results__icon {
  font-size: 44px;
  margin-bottom: 14px;
}

.bp-no-results h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}

.bp-no-results p {
  color: var(--text-secondary);
  margin-bottom: 22px;
  font-size: 15px;
}

/* =========================================================================
   Benefits Section
   ========================================================================= */
.bp-catalog-benefits {
  padding: 70px 50px;
  box-sizing: border-box;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
  color: #fff;
}

.section-head p {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-size: 16px;
}

.bp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.bp-card--benefit {
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-card--benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bp-benefit-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--secondary-default);
  line-height: 1;
}

.bp-benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(78, 204, 205, 0.08);
  border: 1px solid rgba(78, 204, 205, 0.35);
  color: var(--secondary-hover);
}

.bp-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.bp-card--benefit h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.bp-card--benefit p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================================
   Custom Integration Banner
   ========================================================================= */
.bp-catalog-custom {
  padding: 40px 50px 70px;
  box-sizing: border-box;
}

.bp-custom-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(78, 204, 205, 0.34);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(78, 204, 205, 0.08), rgba(20, 29, 29, 0.96) 50%, rgba(255, 212, 0, 0.05));
  box-shadow: 0 0 60px rgba(78, 204, 205, 0.08);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-custom-banner__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.bp-custom-banner__copy p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 26px;
}

.bp-custom-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bp-code-badge {
  background: #060D0D;
  border: 1px solid rgba(78, 204, 205, 0.25);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e0e0e0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.bp-code-badge__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bp-code-dot.red { background: #FF5F56; }
.bp-code-dot.yellow { background: #FFBD2E; }
.bp-code-dot.green { background: #27C93F; }

.bp-code-title {
  margin-left: 8px;
  font-size: 11px;
  color: var(--text-secondary);
  font-family: var(--font-family-base, sans-serif);
}

.bp-code-badge .c-key { color: var(--primary-default); font-weight: 800; }
.bp-code-badge .c-endpoint { color: var(--secondary-hover); }
.bp-code-badge .c-brace { color: rgba(255, 255, 255, 0.5); }
.bp-code-badge .c-str { color: #80DEEA; }
.bp-code-badge .c-val { color: #A5D6A7; }
.bp-code-badge .c-num { color: #FFAB91; }
.bp-code-badge .c-res { color: #81C784; font-weight: 700; display: block; margin-top: 8px; }

/* =========================================================================
   FAQ Section
   ========================================================================= */
.bp-catalog-faq {
  padding: 50px 50px 70px;
  box-sizing: border-box;
}

.bp-catalog-faq .faq-container {
  max-width: 920px;
  margin: 32px auto 0;
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  overflow: hidden;
  background: rgba(20, 29, 29, 0.7);
  box-sizing: border-box;
}

.bp-catalog-faq .faq-item + .faq-item {
  border-top: 1px solid var(--border-subtle);
}

.bp-catalog-faq .faq-question {
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.bp-catalog-faq .faq-question:hover {
  background: rgba(255, 255, 255, 0.025);
}

.bp-catalog-faq .faq-chevron {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.bp-catalog-faq .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.bp-catalog-faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.bp-catalog-faq .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.bp-catalog-faq .faq-answer-inner {
  overflow: hidden;
}

.bp-catalog-faq .faq-answer-inner p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================================
   Final CTA Section
   ========================================================================= */
.bp-catalog-cta {
  padding: 30px 50px 50px;
  box-sizing: border-box;
}

.bp-catalog-faq::after,
.bp-catalog-cta::after {
  display: none !important;
}

.cta-wide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px 42px;
  border: 1px solid rgba(78, 204, 205, .34);
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(78, 204, 205, .07), rgba(20, 29, 29, .94) 50%, rgba(255, 212, 0, .04));
  box-shadow: 0 0 70px rgba(78, 204, 205, .10);
  box-sizing: border-box;
}

.cta-wide::after {
  content: '';
  position: absolute;
  right: 120px;
  bottom: -180px;
  width: 450px;
  height: 330px;
  border: 1px solid rgba(78, 204, 205, .15);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.cta-copy {
  flex: 1;
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: clamp(28px, 3vw, 38px);
  color: #fff;
  font-weight: 800;
}

.cta-copy p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 16px;
}

.cta-wide .btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* =========================================================================
   Responsive Breakpoints
   ========================================================================= */
@media (max-width: 980px) {
  .bp-catalog-hero { padding: 50px 32px 36px; }
  .bp-catalog-controls { padding: 20px 32px 10px; }
  .bp-catalog-grid-section { padding: 20px 32px 40px; }
  .bp-catalog-benefits { padding: 50px 32px; }
  .bp-catalog-custom { padding: 30px 32px 50px; }
  .bp-custom-banner { grid-template-columns: 1fr; padding: 32px 28px; }
  .bp-catalog-faq { padding: 40px 32px 50px; }
  .bp-catalog-cta { padding: 20px 32px 40px; }
}

@media (max-width: 660px) {
  .bp-catalog-hero { padding: 40px 20px 28px; }
  .bp-catalog-hero__title { font-size: 32px; }
  .bp-catalog-hero__lead { font-size: 15px; }
  .bp-catalog-controls { padding: 16px 20px 10px; }
  .bp-category-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .bp-cat-tab { padding: 8px 14px; font-size: 13px; white-space: nowrap; }
  .bp-catalog-grid-section { padding: 16px 20px 30px; }
  .bp-integrations-grid { grid-template-columns: 1fr; }
  .bp-catalog-benefits { padding: 40px 20px; }
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-catalog-custom { padding: 20px 20px 40px; }
  .bp-custom-banner { padding: 24px 20px; }
  .bp-custom-banner__actions { flex-direction: column; }
  .bp-custom-banner__actions .btn { width: 100%; }
  .bp-catalog-faq { padding: 30px 20px 40px; }
  .bp-catalog-cta { padding: 10px 20px 30px; }
  .cta-wide { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .cta-wide .btn { width: 100%; }
}

/* End */


/* Start:/local/components/bonusplus.integrations/catalog.faq/templates/.default/style.css?178695713118592*/
/* =========================================================================
   BonusPlus Integrations Catalog Styles
   Strictly unified borders (1px solid var(--border-subtle)), 
   border-radius (16px / 12px), backgrounds, and hover lift effects.
   ========================================================================= */

.bp-integrations-catalog {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}

.highlight-cyan {
  color: var(--secondary-default, #4ECCCD);
}

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(78, 204, 205, .48);
  background: rgba(78, 204, 205, .08);
  color: var(--secondary-hover, #5DF1F3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-default, #4ECCCD);
  box-shadow: 0 0 12px rgba(78, 204, 205, .65);
}

/* =========================================================================
   Hero Section
   ========================================================================= */
.bp-catalog-hero {
  position: relative;
  padding: 68px 50px 48px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-catalog-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: -280px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 212, 0, .20);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 212, 0, .05);
  pointer-events: none;
}

.bp-catalog-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 220px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(78, 204, 205, .12), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.bp-catalog-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bp-catalog-hero__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

.bp-catalog-hero__lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 740px;
  text-align: center;
}

.bp-catalog-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.bp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, .16));
  font-size: 13px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bp-stat-pill:hover {
  border-color: rgba(78, 204, 205, 0.4);
  background: rgba(78, 204, 205, 0.05);
}

.bp-stat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.8);
}

.bp-stat-pill__num {
  font-weight: 800;
  color: var(--primary-default);
}

.bp-stat-pill__label {
  color: var(--text-secondary);
}

/* =========================================================================
   Controls (Category Tabs + Search)
   ========================================================================= */
.bp-catalog-controls {
  position: relative;
  z-index: 2;
  padding: 30px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.bp-catalog-controls::after {
  display: none !important;
}

.bp-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bp-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(20, 29, 29, 0.7);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.14));
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bp-cat-tab:hover {
  background: rgba(78, 204, 205, 0.08);
  border-color: rgba(78, 204, 205, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.bp-cat-tab.active {
  background: var(--primary-default);
  color: var(--text-subtle);
  border-color: var(--primary-default);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 212, 0, 0.16);
}

.bp-search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.bp-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--secondary-hover);
  pointer-events: none;
}

.bp-search-input {
  width: 100%;
  height: 52px;
  padding: 0 130px 0 52px;
  background: rgba(20, 29, 29, 0.95);
  border: 1px solid rgba(78, 204, 205, 0.28);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.bp-search-input:focus {
  border-color: var(--secondary-default);
  box-shadow: 0 0 0 3px rgba(78, 204, 205, 0.15), 0 6px 24px rgba(0, 0, 0, 0.3);
}

.bp-search-input::placeholder {
  color: var(--text-disabled, rgba(255, 255, 255, .6));
}

.bp-search-count {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-hover);
  background: rgba(78, 204, 205, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(78, 204, 205, 0.2);
}

/* =========================================================================
   Integrations Grid
   ========================================================================= */
.bp-catalog-grid-section {
  padding: 30px 50px 60px;
  box-sizing: border-box;
}

.bp-integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 22px;
}

.bp-int-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-int-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-int-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.bp-int-card__logo-wrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  padding: 6px;
  box-sizing: border-box;
}

.bp-int-card__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.bp-int-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.bp-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-badge--yellow {
  background: rgba(255, 212, 0, 0.12);
  color: var(--primary-default);
  border: 1px solid rgba(255, 212, 0, 0.3);
}

.bp-badge--cyan {
  background: rgba(78, 204, 205, 0.12);
  color: var(--secondary-hover);
  border: 1px solid rgba(78, 204, 205, 0.3);
}

.bp-time-tag {
  font-size: 11px;
  color: var(--text-secondary);
}

.bp-int-card__body {
  flex: 1;
  margin-bottom: 20px;
}

.bp-int-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.25;
}

.bp-int-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bp-int-card__title a:hover {
  color: var(--secondary-hover);
}

.bp-int-card__cat-label {
  display: inline-block;
  font-size: 12px;
  color: var(--secondary-default);
  margin-bottom: 10px;
  font-weight: 600;
}

.bp-int-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.bp-int-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.bp-wiki-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.bp-wiki-link:hover {
  color: var(--secondary-hover);
}

.bp-wiki-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

.bp-wiki-link:hover svg {
  transform: translate(2px, -2px);
}

/* No results state */
.bp-no-results {
  text-align: center;
  padding: 60px 24px;
  background: rgba(20, 29, 29, 0.6);
  border: 1px dashed var(--border-subtle);
  border-radius: 16px;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
}

.bp-no-results__icon {
  font-size: 44px;
  margin-bottom: 14px;
}

.bp-no-results h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}

.bp-no-results p {
  color: var(--text-secondary);
  margin-bottom: 22px;
  font-size: 15px;
}

/* =========================================================================
   Benefits Section
   ========================================================================= */
.bp-catalog-benefits {
  padding: 70px 50px;
  box-sizing: border-box;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
  color: #fff;
}

.section-head p {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-size: 16px;
}

.bp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.bp-card--benefit {
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-card--benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bp-benefit-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--secondary-default);
  line-height: 1;
}

.bp-benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(78, 204, 205, 0.08);
  border: 1px solid rgba(78, 204, 205, 0.35);
  color: var(--secondary-hover);
}

.bp-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.bp-card--benefit h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.bp-card--benefit p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================================
   Custom Integration Banner
   ========================================================================= */
.bp-catalog-custom {
  padding: 40px 50px 70px;
  box-sizing: border-box;
}

.bp-custom-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(78, 204, 205, 0.34);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(78, 204, 205, 0.08), rgba(20, 29, 29, 0.96) 50%, rgba(255, 212, 0, 0.05));
  box-shadow: 0 0 60px rgba(78, 204, 205, 0.08);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-custom-banner__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.bp-custom-banner__copy p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 26px;
}

.bp-custom-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bp-code-badge {
  background: #060D0D;
  border: 1px solid rgba(78, 204, 205, 0.25);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e0e0e0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.bp-code-badge__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bp-code-dot.red { background: #FF5F56; }
.bp-code-dot.yellow { background: #FFBD2E; }
.bp-code-dot.green { background: #27C93F; }

.bp-code-title {
  margin-left: 8px;
  font-size: 11px;
  color: var(--text-secondary);
  font-family: var(--font-family-base, sans-serif);
}

.bp-code-badge .c-key { color: var(--primary-default); font-weight: 800; }
.bp-code-badge .c-endpoint { color: var(--secondary-hover); }
.bp-code-badge .c-brace { color: rgba(255, 255, 255, 0.5); }
.bp-code-badge .c-str { color: #80DEEA; }
.bp-code-badge .c-val { color: #A5D6A7; }
.bp-code-badge .c-num { color: #FFAB91; }
.bp-code-badge .c-res { color: #81C784; font-weight: 700; display: block; margin-top: 8px; }

/* =========================================================================
   FAQ Section
   ========================================================================= */
.bp-catalog-faq {
  padding: 50px 50px 70px;
  box-sizing: border-box;
}

.bp-catalog-faq .faq-container {
  max-width: 920px;
  margin: 32px auto 0;
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  overflow: hidden;
  background: rgba(20, 29, 29, 0.7);
  box-sizing: border-box;
}

.bp-catalog-faq .faq-item + .faq-item {
  border-top: 1px solid var(--border-subtle);
}

.bp-catalog-faq .faq-question {
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.bp-catalog-faq .faq-question:hover {
  background: rgba(255, 255, 255, 0.025);
}

.bp-catalog-faq .faq-chevron {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.bp-catalog-faq .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.bp-catalog-faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.bp-catalog-faq .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.bp-catalog-faq .faq-answer-inner {
  overflow: hidden;
}

.bp-catalog-faq .faq-answer-inner p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================================
   Final CTA Section
   ========================================================================= */
.bp-catalog-cta {
  padding: 30px 50px 50px;
  box-sizing: border-box;
}

.bp-catalog-faq::after,
.bp-catalog-cta::after {
  display: none !important;
}

.cta-wide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px 42px;
  border: 1px solid rgba(78, 204, 205, .34);
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(78, 204, 205, .07), rgba(20, 29, 29, .94) 50%, rgba(255, 212, 0, .04));
  box-shadow: 0 0 70px rgba(78, 204, 205, .10);
  box-sizing: border-box;
}

.cta-wide::after {
  content: '';
  position: absolute;
  right: 120px;
  bottom: -180px;
  width: 450px;
  height: 330px;
  border: 1px solid rgba(78, 204, 205, .15);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.cta-copy {
  flex: 1;
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: clamp(28px, 3vw, 38px);
  color: #fff;
  font-weight: 800;
}

.cta-copy p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 16px;
}

.cta-wide .btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* =========================================================================
   Responsive Breakpoints
   ========================================================================= */
@media (max-width: 980px) {
  .bp-catalog-hero { padding: 50px 32px 36px; }
  .bp-catalog-controls { padding: 20px 32px 10px; }
  .bp-catalog-grid-section { padding: 20px 32px 40px; }
  .bp-catalog-benefits { padding: 50px 32px; }
  .bp-catalog-custom { padding: 30px 32px 50px; }
  .bp-custom-banner { grid-template-columns: 1fr; padding: 32px 28px; }
  .bp-catalog-faq { padding: 40px 32px 50px; }
  .bp-catalog-cta { padding: 20px 32px 40px; }
}

@media (max-width: 660px) {
  .bp-catalog-hero { padding: 40px 20px 28px; }
  .bp-catalog-hero__title { font-size: 32px; }
  .bp-catalog-hero__lead { font-size: 15px; }
  .bp-catalog-controls { padding: 16px 20px 10px; }
  .bp-category-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .bp-cat-tab { padding: 8px 14px; font-size: 13px; white-space: nowrap; }
  .bp-catalog-grid-section { padding: 16px 20px 30px; }
  .bp-integrations-grid { grid-template-columns: 1fr; }
  .bp-catalog-benefits { padding: 40px 20px; }
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-catalog-custom { padding: 20px 20px 40px; }
  .bp-custom-banner { padding: 24px 20px; }
  .bp-custom-banner__actions { flex-direction: column; }
  .bp-custom-banner__actions .btn { width: 100%; }
  .bp-catalog-faq { padding: 30px 20px 40px; }
  .bp-catalog-cta { padding: 10px 20px 30px; }
  .cta-wide { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .cta-wide .btn { width: 100%; }
}

/* End */


/* Start:/local/components/bonusplus.integrations/catalog.cta/templates/.default/style.css?178695713118592*/
/* =========================================================================
   BonusPlus Integrations Catalog Styles
   Strictly unified borders (1px solid var(--border-subtle)), 
   border-radius (16px / 12px), backgrounds, and hover lift effects.
   ========================================================================= */

.bp-integrations-catalog {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0;
}

.highlight-cyan {
  color: var(--secondary-default, #4ECCCD);
}

/* Eyebrow badge */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(78, 204, 205, .48);
  background: rgba(78, 204, 205, .08);
  color: var(--secondary-hover, #5DF1F3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-default, #4ECCCD);
  box-shadow: 0 0 12px rgba(78, 204, 205, .65);
}

/* =========================================================================
   Hero Section
   ========================================================================= */
.bp-catalog-hero {
  position: relative;
  padding: 68px 50px 48px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-catalog-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: -280px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 212, 0, .20);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 212, 0, .05);
  pointer-events: none;
}

.bp-catalog-hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 220px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(78, 204, 205, .12), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.bp-catalog-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bp-catalog-hero__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
}

.bp-catalog-hero__lead {
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 28px;
  max-width: 740px;
  text-align: center;
}

.bp-catalog-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.bp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, .16));
  font-size: 13px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bp-stat-pill:hover {
  border-color: rgba(78, 204, 205, 0.4);
  background: rgba(78, 204, 205, 0.05);
}

.bp-stat-pill__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E676;
  box-shadow: 0 0 8px rgba(0, 230, 118, 0.8);
}

.bp-stat-pill__num {
  font-weight: 800;
  color: var(--primary-default);
}

.bp-stat-pill__label {
  color: var(--text-secondary);
}

/* =========================================================================
   Controls (Category Tabs + Search)
   ========================================================================= */
.bp-catalog-controls {
  position: relative;
  z-index: 2;
  padding: 30px 50px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.bp-catalog-controls::after {
  display: none !important;
}

.bp-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bp-cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(20, 29, 29, 0.7);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.14));
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bp-cat-tab:hover {
  background: rgba(78, 204, 205, 0.08);
  border-color: rgba(78, 204, 205, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.bp-cat-tab.active {
  background: var(--primary-default);
  color: var(--text-subtle);
  border-color: var(--primary-default);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(255, 212, 0, 0.16);
}

.bp-search-box {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.bp-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--secondary-hover);
  pointer-events: none;
}

.bp-search-input {
  width: 100%;
  height: 52px;
  padding: 0 130px 0 52px;
  background: rgba(20, 29, 29, 0.95);
  border: 1px solid rgba(78, 204, 205, 0.28);
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.bp-search-input:focus {
  border-color: var(--secondary-default);
  box-shadow: 0 0 0 3px rgba(78, 204, 205, 0.15), 0 6px 24px rgba(0, 0, 0, 0.3);
}

.bp-search-input::placeholder {
  color: var(--text-disabled, rgba(255, 255, 255, .6));
}

.bp-search-count {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-hover);
  background: rgba(78, 204, 205, 0.1);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(78, 204, 205, 0.2);
}

/* =========================================================================
   Integrations Grid
   ========================================================================= */
.bp-catalog-grid-section {
  padding: 30px 50px 60px;
  box-sizing: border-box;
}

.bp-integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 22px;
}

.bp-int-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-int-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-int-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.bp-int-card__logo-wrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  padding: 6px;
  box-sizing: border-box;
}

.bp-int-card__logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.bp-int-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.bp-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bp-badge--yellow {
  background: rgba(255, 212, 0, 0.12);
  color: var(--primary-default);
  border: 1px solid rgba(255, 212, 0, 0.3);
}

.bp-badge--cyan {
  background: rgba(78, 204, 205, 0.12);
  color: var(--secondary-hover);
  border: 1px solid rgba(78, 204, 205, 0.3);
}

.bp-time-tag {
  font-size: 11px;
  color: var(--text-secondary);
}

.bp-int-card__body {
  flex: 1;
  margin-bottom: 20px;
}

.bp-int-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.25;
}

.bp-int-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.bp-int-card__title a:hover {
  color: var(--secondary-hover);
}

.bp-int-card__cat-label {
  display: inline-block;
  font-size: 12px;
  color: var(--secondary-default);
  margin-bottom: 10px;
  font-weight: 600;
}

.bp-int-card__desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.bp-int-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.bp-wiki-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.bp-wiki-link:hover {
  color: var(--secondary-hover);
}

.bp-wiki-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

.bp-wiki-link:hover svg {
  transform: translate(2px, -2px);
}

/* No results state */
.bp-no-results {
  text-align: center;
  padding: 60px 24px;
  background: rgba(20, 29, 29, 0.6);
  border: 1px dashed var(--border-subtle);
  border-radius: 16px;
  max-width: 600px;
  margin: 40px auto;
  box-sizing: border-box;
}

.bp-no-results__icon {
  font-size: 44px;
  margin-bottom: 14px;
}

.bp-no-results h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}

.bp-no-results p {
  color: var(--text-secondary);
  margin-bottom: 22px;
  font-size: 15px;
}

/* =========================================================================
   Benefits Section
   ========================================================================= */
.bp-catalog-benefits {
  padding: 70px 50px;
  box-sizing: border-box;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-head h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
  color: #fff;
}

.section-head p {
  color: var(--text-secondary);
  margin-bottom: 0;
  font-size: 16px;
}

.bp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.bp-card--benefit {
  padding: 24px;
  background: linear-gradient(145deg, rgba(20, 29, 29, 0.98), rgba(12, 22, 22, 0.94));
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.bp-card--benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 204, 205, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25), 0 0 30px rgba(78, 204, 205, 0.08);
}

.bp-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bp-benefit-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--secondary-default);
  line-height: 1;
}

.bp-benefit-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(78, 204, 205, 0.08);
  border: 1px solid rgba(78, 204, 205, 0.35);
  color: var(--secondary-hover);
}

.bp-benefit-icon svg {
  width: 22px;
  height: 22px;
}

.bp-card--benefit h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.bp-card--benefit p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================================
   Custom Integration Banner
   ========================================================================= */
.bp-catalog-custom {
  padding: 40px 50px 70px;
  box-sizing: border-box;
}

.bp-custom-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(78, 204, 205, 0.34);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(78, 204, 205, 0.08), rgba(20, 29, 29, 0.96) 50%, rgba(255, 212, 0, 0.05));
  box-shadow: 0 0 60px rgba(78, 204, 205, 0.08);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.bp-custom-banner__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  margin-top: 0;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
}

.bp-custom-banner__copy p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 26px;
}

.bp-custom-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bp-code-badge {
  background: #060D0D;
  border: 1px solid rgba(78, 204, 205, 0.25);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.7;
  color: #e0e0e0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.bp-code-badge__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.bp-code-dot.red { background: #FF5F56; }
.bp-code-dot.yellow { background: #FFBD2E; }
.bp-code-dot.green { background: #27C93F; }

.bp-code-title {
  margin-left: 8px;
  font-size: 11px;
  color: var(--text-secondary);
  font-family: var(--font-family-base, sans-serif);
}

.bp-code-badge .c-key { color: var(--primary-default); font-weight: 800; }
.bp-code-badge .c-endpoint { color: var(--secondary-hover); }
.bp-code-badge .c-brace { color: rgba(255, 255, 255, 0.5); }
.bp-code-badge .c-str { color: #80DEEA; }
.bp-code-badge .c-val { color: #A5D6A7; }
.bp-code-badge .c-num { color: #FFAB91; }
.bp-code-badge .c-res { color: #81C784; font-weight: 700; display: block; margin-top: 8px; }

/* =========================================================================
   FAQ Section
   ========================================================================= */
.bp-catalog-faq {
  padding: 50px 50px 70px;
  box-sizing: border-box;
}

.bp-catalog-faq .faq-container {
  max-width: 920px;
  margin: 32px auto 0;
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.12));
  border-radius: 16px;
  overflow: hidden;
  background: rgba(20, 29, 29, 0.7);
  box-sizing: border-box;
}

.bp-catalog-faq .faq-item + .faq-item {
  border-top: 1px solid var(--border-subtle);
}

.bp-catalog-faq .faq-question {
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.bp-catalog-faq .faq-question:hover {
  background: rgba(255, 255, 255, 0.025);
}

.bp-catalog-faq .faq-chevron {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.bp-catalog-faq .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.bp-catalog-faq .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.bp-catalog-faq .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.bp-catalog-faq .faq-answer-inner {
  overflow: hidden;
}

.bp-catalog-faq .faq-answer-inner p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================================
   Final CTA Section
   ========================================================================= */
.bp-catalog-cta {
  padding: 30px 50px 50px;
  box-sizing: border-box;
}

.bp-catalog-faq::after,
.bp-catalog-cta::after {
  display: none !important;
}

.cta-wide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px 42px;
  border: 1px solid rgba(78, 204, 205, .34);
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(78, 204, 205, .07), rgba(20, 29, 29, .94) 50%, rgba(255, 212, 0, .04));
  box-shadow: 0 0 70px rgba(78, 204, 205, .10);
  box-sizing: border-box;
}

.cta-wide::after {
  content: '';
  position: absolute;
  right: 120px;
  bottom: -180px;
  width: 450px;
  height: 330px;
  border: 1px solid rgba(78, 204, 205, .15);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.cta-copy {
  flex: 1;
  position: relative;
  z-index: 1;
}

.cta-copy h2 {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: clamp(28px, 3vw, 38px);
  color: #fff;
  font-weight: 800;
}

.cta-copy p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 16px;
}

.cta-wide .btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

/* =========================================================================
   Responsive Breakpoints
   ========================================================================= */
@media (max-width: 980px) {
  .bp-catalog-hero { padding: 50px 32px 36px; }
  .bp-catalog-controls { padding: 20px 32px 10px; }
  .bp-catalog-grid-section { padding: 20px 32px 40px; }
  .bp-catalog-benefits { padding: 50px 32px; }
  .bp-catalog-custom { padding: 30px 32px 50px; }
  .bp-custom-banner { grid-template-columns: 1fr; padding: 32px 28px; }
  .bp-catalog-faq { padding: 40px 32px 50px; }
  .bp-catalog-cta { padding: 20px 32px 40px; }
}

@media (max-width: 660px) {
  .bp-catalog-hero { padding: 40px 20px 28px; }
  .bp-catalog-hero__title { font-size: 32px; }
  .bp-catalog-hero__lead { font-size: 15px; }
  .bp-catalog-controls { padding: 16px 20px 10px; }
  .bp-category-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .bp-cat-tab { padding: 8px 14px; font-size: 13px; white-space: nowrap; }
  .bp-catalog-grid-section { padding: 16px 20px 30px; }
  .bp-integrations-grid { grid-template-columns: 1fr; }
  .bp-catalog-benefits { padding: 40px 20px; }
  .bp-benefits-grid { grid-template-columns: 1fr; }
  .bp-catalog-custom { padding: 20px 20px 40px; }
  .bp-custom-banner { padding: 24px 20px; }
  .bp-custom-banner__actions { flex-direction: column; }
  .bp-custom-banner__actions .btn { width: 100%; }
  .bp-catalog-faq { padding: 30px 20px 40px; }
  .bp-catalog-cta { padding: 10px 20px 30px; }
  .cta-wide { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
  .cta-wide .btn { width: 100%; }
}

/* End */
/* /local/components/bonusplus.integrations/catalog.hero/templates/.default/style.css?178695713118592 */
/* /local/components/bonusplus.integrations/catalog.grid/templates/.default/style.css?178695713118592 */
/* /local/components/bonusplus.integrations/catalog.benefits/templates/.default/style.css?178695713118592 */
/* /local/components/bonusplus.integrations/catalog.custom/templates/.default/style.css?178695713118592 */
/* /local/components/bonusplus.integrations/catalog.faq/templates/.default/style.css?178695713118592 */
/* /local/components/bonusplus.integrations/catalog.cta/templates/.default/style.css?178695713118592 */
