.bk-marketing-page {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1e293b;
  background-color: #ffffff;
  overflow-x: hidden;
}

.bk-marketing-page h1,
.bk-marketing-page h2,
.bk-marketing-page h3,
.bk-marketing-page h4,
.bk-marketing-page h5,
.bk-marketing-page h6 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bk-marketing-page .bk-gradient-text {
  background: linear-gradient(135deg, #10b981 0%, #059669 40%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bk-marketing-page .bk-gradient-text-purple {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bk-marketing-page .bk-marketing-hero {
  position: relative;
  padding: 80px 0 60px;
  background: radial-gradient(circle at 50% 10%, rgba(16, 185, 129, 0.08) 0%, rgba(255, 255, 255, 0) 65%);
  text-align: center;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #047857;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-badge .bk-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: bk-pulse 2s infinite;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-desc {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #64748b;
  max-width: 720px;
  margin: 0 auto 36px;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-guarantees {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 0.9rem;
  color: #64748b;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-guarantees span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bk-marketing-page .bk-marketing-hero .bk-hero-guarantees span i {
  color: #10b981;
}

.bk-marketing-page .bk-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  transition: all 0.25s ease;
  text-decoration: none;
}

.bk-marketing-page .bk-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(16, 185, 129, 0.45);
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.bk-marketing-page .bk-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  color: #1e293b !important;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 14px 26px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  transition: all 0.25s ease;
  text-decoration: none;
}

.bk-marketing-page .bk-btn-secondary:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  transform: translateY(-2px);
}

.bk-marketing-page .bk-section {
  padding: 80px 0;
}

.bk-marketing-page .bk-section.bk-bg-alt {
  background-color: #f8fafc;
}

.bk-marketing-page .bk-section.bk-bg-dark {
  background-color: #0f172a;
  color: #f8fafc;
}

.bk-marketing-page .bk-section.bk-bg-dark h1,
.bk-marketing-page .bk-section.bk-bg-dark h2,
.bk-marketing-page .bk-section.bk-bg-dark h3,
.bk-marketing-page .bk-section.bk-bg-dark h4,
.bk-marketing-page .bk-section.bk-bg-dark h5,
.bk-marketing-page .bk-section.bk-bg-dark h6 {
  color: #ffffff;
}

.bk-marketing-page .bk-section.bk-bg-dark .bk-section-desc {
  color: #94a3b8;
}

.bk-marketing-page .bk-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.bk-marketing-page .bk-section-header .bk-section-tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #10b981;
  margin-bottom: 12px;
}

.bk-marketing-page .bk-section-header .bk-section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 16px;
}

.bk-marketing-page .bk-section-header .bk-section-desc {
  font-size: 1.1rem;
  color: #64748b;
  line-height: 1.6;
}

.bk-marketing-page .bk-comparison-wrap {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 50px;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table th,
.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table td {
  padding: 18px 24px;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.975rem;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table thead th {
  background-color: #f8fafc;
  font-weight: 700;
  font-size: 1.05rem;
  color: #334155;
  border-bottom: 2px solid #e2e8f0;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table thead th.bk-col-highlight {
  background-color: #ecfdf5;
  color: #065f46;
  font-size: 1.15rem;
  border-top: 3px solid #10b981;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table tbody tr:hover {
  background-color: #f8fafc;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table tr.bk-table-category-row {
  background-color: #f8fafc;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table tr.bk-table-category-row td {
  padding: 12px 24px;
  font-weight: 700;
  font-size: 0.85rem;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 2px solid #e2e8f0;
  border-bottom: 2px solid #e2e8f0;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table .bk-feature-title {
  font-weight: 600;
  color: #1e293b;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table .bk-feature-title small {
  display: block;
  font-size: 0.825rem;
  color: #64748b;
  font-weight: normal;
  margin-top: 2px;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table td.bk-col-highlight {
  background-color: rgba(236, 253, 245, 0.45);
  font-weight: 600;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table .bk-status-yes {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #059669;
  font-weight: 600;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table .bk-status-yes i {
  font-size: 1.15rem;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table .bk-status-no {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table .bk-status-no i {
  font-size: 1.15rem;
}

.bk-marketing-page .bk-comparison-wrap table.bk-comparison-table .bk-status-limited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d97706;
  font-weight: 500;
  font-size: 0.85rem;
}

.bk-marketing-page .bk-vs-header-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 24px;
  padding: 48px;
  color: #ffffff;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.bk-marketing-page .bk-vs-header-card::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, rgba(16, 185, 129, 0) 70%);
  pointer-events: none;
}

.bk-marketing-page .bk-vs-header-card .bk-vs-cols {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .bk-marketing-page .bk-vs-header-card .bk-vs-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.bk-marketing-page .bk-vs-header-card .bk-vs-cols .bk-vs-divider {
  font-size: 1.5rem;
  font-weight: 800;
  color: #10b981;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.bk-marketing-page .bk-vs-header-card .bk-vs-cols .bk-brand-box h3 {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.bk-marketing-page .bk-vs-header-card .bk-vs-cols .bk-brand-box p {
  color: #94a3b8;
  font-size: 0.95rem;
  margin: 0;
}

.bk-marketing-page .bk-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.bk-marketing-page .bk-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 30px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bk-marketing-page .bk-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.bk-marketing-page .bk-card .bk-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.bk-marketing-page .bk-card .bk-card-icon.emerald {
  background: #ecfdf5;
  color: #059669;
}

.bk-marketing-page .bk-card .bk-card-icon.blue {
  background: #eff6ff;
  color: #2563eb;
}

.bk-marketing-page .bk-card .bk-card-icon.indigo {
  background: #eef2ff;
  color: #4f46e5;
}

.bk-marketing-page .bk-card .bk-card-icon.purple {
  background: #faf5ff;
  color: #9333ea;
}

.bk-marketing-page .bk-card .bk-card-icon.amber {
  background: #fffbeb;
  color: #d97706;
}

.bk-marketing-page .bk-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #0f172a;
}

.bk-marketing-page .bk-card p {
  color: #64748b;
  font-size: 0.975rem;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}

.bk-marketing-page .bk-card .bk-card-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #059669;
  text-decoration: none;
  font-size: 0.9rem;
}

.bk-marketing-page .bk-card .bk-card-link:hover {
  gap: 10px;
}

.bk-marketing-page .bk-pricing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}

.bk-marketing-page .bk-pricing-toggle-wrap .bk-toggle-label {
  font-size: 1.05rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
}

.bk-marketing-page .bk-pricing-toggle-wrap .bk-toggle-label.active {
  color: #0f172a;
}

.bk-marketing-page .bk-pricing-toggle-wrap .bk-toggle-pill {
  position: relative;
  width: 56px;
  height: 30px;
  background: #e2e8f0;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.bk-marketing-page .bk-pricing-toggle-wrap .bk-toggle-pill .bk-toggle-dot {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.bk-marketing-page .bk-pricing-toggle-wrap .bk-toggle-pill.annual {
  background: #10b981;
}

.bk-marketing-page .bk-pricing-toggle-wrap .bk-toggle-pill.annual .bk-toggle-dot {
  transform: translateX(26px);
}

.bk-marketing-page .bk-pricing-toggle-wrap .bk-discount-badge {
  background: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(22, 163, 74, 0.2);
}

.bk-marketing-page .bk-pricing-currency-badge {
  margin-top: 14px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bk-marketing-page .bk-pricing-currency-badge .currency-pill {
  background: #ffffff;
  padding: 6px 16px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 0.88rem;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease;
}

.bk-marketing-page .bk-pricing-currency-badge .currency-pill:hover {
  background: #f8fafc;
  border-color: #4361ee;
  color: #4361ee;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(67, 97, 238, 0.12);
}

.bk-marketing-page .bk-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .bk-marketing-page .bk-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bk-marketing-page .bk-pricing-grid {
    grid-template-columns: 1fr;
  }
}

.bk-marketing-page .bk-pricing-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.bk-marketing-page .bk-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

.bk-marketing-page .bk-pricing-card.popular {
  border: 2px solid #10b981;
  box-shadow: 0 16px 40px rgba(16, 185, 129, 0.12);
}

.bk-marketing-page .bk-pricing-card.popular .bk-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 16px;
  border-radius: 9999px;
}

.bk-marketing-page .bk-pricing-card.current {
  border: 2px solid #00ab55;
  box-shadow: 0 16px 40px rgba(0, 171, 85, 0.15);
}

.bk-marketing-page .bk-pricing-card.current .bk-current-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #00ab55;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 16px;
  border-radius: 9999px;
}

.bk-marketing-page .bk-pricing-card .bk-plan-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.bk-marketing-page .bk-pricing-card .bk-plan-desc {
  font-size: 0.875rem;
  color: #64748b;
  min-height: 40px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.bk-marketing-page .bk-pricing-card .bk-plan-price-wrap {
  margin-bottom: 28px;
}

.bk-marketing-page .bk-pricing-card .bk-plan-price-wrap .bk-plan-price {
  font-size: 2.75rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.bk-marketing-page .bk-pricing-card .bk-plan-price-wrap .bk-plan-price .currency {
  font-size: 1.5rem;
  vertical-align: super;
  font-weight: 600;
}

.bk-marketing-page .bk-pricing-card .bk-plan-price-wrap .bk-plan-price .period {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: normal;
}

.bk-marketing-page .bk-pricing-card .bk-plan-price-wrap .bk-billed-sub {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 6px;
}

.bk-marketing-page .bk-pricing-card .bk-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  flex-grow: 1;
}

.bk-marketing-page .bk-pricing-card .bk-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 12px;
}

.bk-marketing-page .bk-pricing-card .bk-plan-features li i {
  color: #10b981;
  margin-top: 3px;
  flex-shrink: 0;
}

.bk-marketing-page .bk-pricing-card .bk-plan-cta {
  width: 100%;
  text-align: center;
}

.bk-marketing-page .bk-integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.bk-marketing-page .bk-integration-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.25s ease;
}

.bk-marketing-page .bk-integration-card:hover {
  border-color: #cbd5e1;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.bk-marketing-page .bk-integration-card .bk-int-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.bk-marketing-page .bk-integration-card .bk-int-info h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: #0f172a;
}

.bk-marketing-page .bk-integration-card .bk-int-info p {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 8px;
  line-height: 1.4;
}

.bk-marketing-page .bk-integration-card .bk-int-info .bk-int-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  padding: 2px 8px;
  border-radius: 6px;
}

.bk-marketing-page .bk-faq-grid {
  max-width: 800px;
  margin: 0 auto;
}

.bk-marketing-page .bk-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.bk-marketing-page .bk-faq-item.open {
  border-color: #10b981;
}

.bk-marketing-page .bk-faq-item .bk-faq-question {
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bk-marketing-page .bk-faq-item .bk-faq-question i {
  transition: transform 0.3s ease;
  color: #64748b;
}

.bk-marketing-page .bk-faq-item .bk-faq-answer {
  padding: 0 24px 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
}

.bk-marketing-page .bk-cta-banner {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 28px;
  padding: 70px 40px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  margin: 40px 0;
}

.bk-marketing-page .bk-cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.bk-marketing-page .bk-cta-banner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
}

.bk-marketing-page .bk-cta-banner p {
  font-size: 1.15rem;
  color: #94a3b8;
  max-width: 650px;
  margin: 0 auto 36px;
  position: relative;
}

.bk-marketing-page .bk-cta-banner .bk-cta-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

@keyframes bk-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}


