body {
  --yellow:    #6B2D8B;
  --accent:    #6B2D8B;
  background:  #FAFAF8 !important;
  color:       #111111 !important;
}

.promo-ribbon {
  background: #6B2D8B !important;
  color: #ffffff !important;
  border-bottom: 3px solid #111 !important;
}
.promo-tag {
  background: #ffffff !important;
  color: #6B2D8B !important;
  border: 2px solid #111 !important;
}

.product-hero {
  background: #FAFAF8 !important;
  border-bottom: 3px solid #111 !important;
}
.product-hero-h1 {
  color: #111 !important;
}
.product-hero-h1 span {
  color: #6B2D8B !important;
}
.product-hero-tagline {
  color: #555 !important;
}
.breadcrumb {
  color: #888 !important;
}
.breadcrumb a {
  color: #888 !important;
}
.breadcrumb a:hover,
.breadcrumb span {
  color: #6B2D8B !important;
}
.product-hero-badge {
  background: #6B2D8B !important;
  color: #fff !important;
  border: 2px solid #111 !important;
}

.btn-primary {
  background: #6B2D8B !important;
  color: #fff !important;
  border: 2px solid #111 !important;
  box-shadow: 4px 4px 0 #111 !important;
  border-radius: 0 !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
.btn-primary:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 #111 !important;
  background: #5a2475 !important;
}
.btn-outline {
  background: #fff !important;
  color: #111 !important;
  border: 2px solid #111 !important;
  box-shadow: 4px 4px 0 #111 !important;
  border-radius: 0 !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
.btn-outline:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 #111 !important;
  background: #f0eaf5 !important;
}
.btn-submit {
  background: #6B2D8B !important;
  color: #fff !important;
  border: 2px solid #111 !important;
  box-shadow: 4px 4px 0 #111 !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
.btn-submit:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 #111 !important;
}

.trust-strip {
  background: #ffffff !important;
  border-top: 3px solid #111 !important;
  border-bottom: 3px solid #111 !important;
}
.trust-item {
  border-right: 3px solid #111 !important;
}
.trust-item span {
  color: #6B2D8B !important;
}
.trust-item p {
  color: #555 !important;
}

.how-section {
  background: #FAFAF8 !important;
  border-top: 3px solid #111 !important;
}
.flow-grid {
  border: 3px solid #111 !important;
  box-shadow: 6px 6px 0 #111 !important;
}
.flow-step {
  background: #ffffff !important;
  border-right: 3px solid #111 !important;
}
.flow-step-num {
  background: #6B2D8B !important;
  color: #fff !important;
  border: 2px solid #111 !important;
  font-weight: 800 !important;
}
.flow-step h4 {
  color: #111 !important;
}
.flow-step p {
  color: #666 !important;
}

.section-tag {
  color: #111 !important;
  border: 2px solid #111 !important;
  background: #f0eaf5 !important;
}
.section-h2 {
  color: #111 !important;
}
.section-h2 span {
  color: #6B2D8B !important;
}

.features-section {
  background: #FAFAF8 !important;
  border-top: 3px solid #111 !important;
}
.feature-card {
  background: #fff !important;
  border: 2px solid #111 !important;
  box-shadow: 4px 4px 0 #111 !important;
  border-radius: 0 !important;
}
.feature-card:hover {
  transform: translate(-3px, -3px) !important;
  box-shadow: 7px 7px 0 #111 !important;
}
.feature-card-icon {
  background: #6B2D8B !important;
  color: #fff !important;
  border: 2px solid #111 !important;
  border-radius: 0 !important;
}
.feature-card h3 {
  color: #111 !important;
}
.feature-card p {
  color: #555 !important;
}

section[style*="var(--black)"],
section[style*="background:var(--black)"],
.video-section-nb {
  background: #1f1033 !important;  
}
.section-h2[style*="var(--white)"],
.section-h2[style*="color:var(--white)"] {
  color: #ffffff !important;
}

.video-play-btn {
  background: #6B2D8B !important;
  border: 3px solid #111 !important;
  box-shadow: 4px 4px 0 #111 !important;
}
.video-play-btn:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 #111 !important;
  background: #5a2475 !important;
}

.roi-section {
  background: #FAFAF8 !important;
  border-top: 3px solid #111 !important;
}
.roi-head .section-h2 {
  color: #111 !important;
}
.roi-head .section-h2 span {
  color: #6B2D8B !important;
}
.roi-head p {
  color: #666 !important;
}
.roi-card {
  border: 3px solid #111 !important;
  border-color: #111 !important;
  box-shadow: 8px 8px 0 #111 !important;
  background: #fff !important;
}
.roi-inputs {
  background: #fff !important;
  border-right: 3px solid #111 !important;
}
.roi-inputs h3 {
  color: #111 !important;
}
.roi-inputs label {
  color: #111 !important;
}
.roi-inputs input {
  border: 2px solid #111 !important;
  background: #FAFAF8 !important;
  color: #111 !important;
  border-radius: 0 !important;
}
.roi-inputs input:focus {
  box-shadow: 3px 3px 0 #6B2D8B !important;
  border-color: #6B2D8B !important;
}
.roi-results {
  background: #6B2D8B !important;
  padding: 40px !important;
}
.roi-headline {
  color: #fff !important;
}
.roi-result-label {
  color: rgba(255, 255, 255, 0.7) !important;
}
.roi-result-val {
  color: #fff !important;
}
.roi-result-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.compare-section {
  background: #FAFAF8 !important;
  border-top: 3px solid #111 !important;
}
.compare-box {
  border: 2px solid #111 !important;
  border-radius: 0 !important;
}
.compare-box.bad {
  background: #fff3f3 !important;
  box-shadow: 4px 4px 0 #111 !important;
}
.compare-box.good {
  background: #6B2D8B !important;
  box-shadow: 6px 6px 0 #111 !important;
}
.compare-box h3 {
  color: #111 !important;
  border-color: #111 !important;
}
.compare-box.good h3 {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.compare-box.bad li {
  color: #555 !important;
}
.compare-box.good li {
  color: #fff !important;
}
.compare-box.good li::before {
  color: #c9a0dc !important;
}

.faq-section {
  background: #FAFAF8 !important;
  border-top: 3px solid #111 !important;
  border-right: 3px solid #111 !important;
  padding: 60px 5% !important;
}
.faq-item {
  background: #fff !important;
  border: 2px solid #111 !important;
  box-shadow: 3px 3px 0 #111 !important;
  border-radius: 0 !important;
}
.faq-item:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 5px 5px 0 #111 !important;
}
.faq-item h4 {
  color: #111 !important;
}
.faq-item p {
  color: #666 !important;
}

.pricing-section {
  background: #f5f0fa !important;
  border-top: 3px solid #111 !important;
  padding: 60px 5% !important;
}
.pricing-section .section-h2 {
  color: #111 !important;
}
.pricing-section .section-h2 span {
  color: #6B2D8B !important;
}
.pricing-section .section-tag {
  color: #666 !important;
}
.pricing-card {
  background: #fff !important;
  border: 3px solid #111 !important;
  border-color: #111 !important;
  box-shadow: 8px 8px 0 #111 !important;
  border-radius: 0 !important;
}
.save-badge {
  background: #6B2D8B !important;
  color: #fff !important;
  border: 2px solid #111 !important;
  border-radius: 0 !important;
}
.pricing-title {
  color: #111 !important;
}
.pricing-sub {
  color: #666 !important;
}
.old-price {
  color: #aaa !important;
}
.new-price {
  color: #6B2D8B !important;
}
.price-period {
  color: #888 !important;
}
.features-list li {
  color: #333 !important;
}
.features-list li::before {
  color: #6B2D8B !important;
}
.guarantee {
  color: #888 !important;
}

.split-layout {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  background: #FAFAF8 !important;
  border-top: 3px solid #111 !important;
}

.testimonials-section {
  background: #FAFAF8 !important;
  border-top: 3px solid #111 !important;
}
.testimonials-head .section-h2 {
  color: #111 !important;
}
.testimonials-head .section-h2 span {
  color: #6B2D8B !important;
}
.testimonials-head p {
  color: #666 !important;
}

.testimonial-card {
  background: #fff !important;
  border: 2px solid #111 !important;
  box-shadow: 4px 4px 0 #111 !important;
  border-radius: 0 !important;
}
.testimonial-stars {
  color: #6B2D8B !important;
}
.testimonial-quote {
  color: #555 !important;
}
.testimonial-avatar-ring {
  border-color: #6B2D8B !important;
}

.contact-section {
  background: #fff !important;
  border-top: 3px solid #111 !important;
}
.contact-section .section-h2 {
  color: #111 !important;
}
.contact-section .section-h2 span {
  color: #6B2D8B !important;
}
.contact-form-wrap {
  background: #FAFAF8 !important;
  border: 2px solid #111 !important;
  box-shadow: 6px 6px 0 #111 !important;
  border-radius: 0 !important;
}
.contact-form-title {
  color: #111 !important;
}
.contact-form-sub {
  color: #666 !important;
}
.form-group label {
  color: #111 !important;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: #fff !important;
  border: 2px solid #111 !important;
  border-radius: 0 !important;
  color: #111 !important;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  box-shadow: 3px 3px 0 #6B2D8B !important;
  border-color: #6B2D8B !important;
}
.contact-action-card {
  background: #fff !important;
  border: 2px solid #111 !important;
  box-shadow: 4px 4px 0 #111 !important;
  border-radius: 0 !important;
}
.contact-action-icon {
  background: #6B2D8B !important;
  color: #fff !important;
  border: 2px solid #111 !important;
  border-radius: 0 !important;
}
.contact-action-title {
  color: #111 !important;
}
.contact-action-sub {
  color: #666 !important;
}
.contact-action-btn {
  background: #111 !important;
  color: #fff !important;
  border: 2px solid #111 !important;
  box-shadow: 3px 3px 0 #6B2D8B !important;
  border-radius: 0 !important;
  transition: transform 0.15s, box-shadow 0.15s !important;
}
.contact-action-btn:hover {
  transform: translate(-2px, -2px) !important;
  box-shadow: 5px 5px 0 #6B2D8B !important;
}
.whatsapp-btn {
  background: #25D366 !important;
  border-color: #111 !important;
  box-shadow: 3px 3px 0 #111 !important;
}
.whatsapp-btn:hover {
  box-shadow: 5px 5px 0 #111 !important;
}

::-webkit-scrollbar-thumb {
  background: #6B2D8B !important;
}

.back-to-top {
  background: #6B2D8B !important;
  border-color: #111 !important;
}

.bz-industry-section {
  padding: 80px 5%;
  background: #fff;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
}
.bz-industry-head {
  text-align: center;
  margin-bottom: 48px;
}
.bz-industry-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: #6B2D8B;
  color: #fff;
  border: 2px solid #111;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 16px;
}
.bz-industry-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: #111;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 12px;
}
.bz-industry-title span { color: #6B2D8B; }
.bz-industry-sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #666;
  max-width: 560px;
  margin: 0 auto;
}
.bz-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 3px solid #111;
  box-shadow: 6px 6px 0 #111;
}
.bz-ind-card {
  padding: 32px 20px;
  border-right: 3px solid #111;
  border-bottom: 3px solid #111;
  background: #FAFAF8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  cursor: default;
}
.bz-ind-card:hover {
  background: #f0eaf5;
  transform: translate(-2px, -2px);
}
.bz-ind-card:nth-child(4n) { border-right: none; }
.bz-ind-card:nth-child(n+5) { border-bottom: none; }
.bz-ind-icon {
  font-size: 32px;
  width: 56px;
  height: 56px;
  background: #6B2D8B;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  flex-shrink: 0;
}
.bz-ind-card strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #111;
  display: block;
}
.bz-ind-card p {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
.bz-ind-card--cta {
  background: #111 !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bz-ind-card--cta a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 800;
  color: #FFD600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 12px 20px;
  border: 2px solid #FFD600;
  display: inline-block;
  transition: background 0.15s, color 0.15s;
}
.bz-ind-card--cta a:hover {
  background: #FFD600;
  color: #111;
}
@media (max-width: 900px) {
  .bz-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .bz-ind-card:nth-child(4n) { border-right: 3px solid #111; }
  .bz-ind-card:nth-child(2n) { border-right: none; }
  .bz-ind-card:nth-child(n+5) { border-bottom: 3px solid #111; }
  .bz-ind-card:nth-child(n+7) { border-bottom: none; }
}
@media (max-width: 600px) {
  .bz-industry-grid { grid-template-columns: 1fr 1fr; }
}

.bz-megastats {
  background: #111;
  border-top: 3px solid #111;
  overflow: hidden;
  position: relative;
}
.bz-megastats::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: repeating-linear-gradient(90deg, #6B2D8B 0px, #6B2D8B 40px, transparent 40px, transparent 60px);
}
.bz-megastat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 3px solid #333;
}
.bz-megastat-item {
  padding: 48px 32px;
  border-right: 3px solid #333;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}
.bz-megastat-item:hover { background: #1a1a1a; }
.bz-megastat-item::before {
  content: attr(data-num);
  position: absolute;
  top: -10px;
  right: 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 120px;
  font-weight: 800;
  color: rgba(107, 45, 139, 0.06);
  line-height: 1;
  pointer-events: none;
}
.bz-megastat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  color: #6B2D8B;
  line-height: 1;
  display: block;
  letter-spacing: -2px;
  margin-bottom: 8px;
}
.bz-megastat-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ccc;
  display: block;
  margin-bottom: 12px;
}
.bz-megastat-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .bz-megastat-grid { grid-template-columns: 1fr 1fr; }
  .bz-megastat-item:nth-child(2n) { border-right: none !important; }
  .bz-megastat-item:nth-child(-n+2) { border-bottom: 3px solid #333; }
}
@media (max-width: 600px) {
  .bz-megastat-grid { grid-template-columns: 1fr; }
  .bz-megastat-item { border-right: none !important; border-bottom: 3px solid #333 !important; }
  .bz-megastat-item:last-child { border-bottom: none !important; }
}

.bz-zero-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #6B2D8B;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
}
.bz-zero-left {
  padding: 72px 5% 72px 5%;
  border-right: 3px solid rgba(255,255,255,0.2);
}
.bz-zero-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
  display: block;
}
.bz-zero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -3px;
  line-height: 0.9;
  margin-bottom: 20px;
}
.bz-zero-body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 480px;
}
.bz-zero-right {
  padding: 72px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.bz-zero-promise {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  transition: background 0.15s, border-color 0.15s;
}
.bz-zero-promise:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
}
.bz-zero-promise span {
  font-size: 18px;
  color: #FFD600;
  flex-shrink: 0;
}
.bz-zero-cta {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #111;
  background: #FFD600;
  border: 3px solid #111;
  box-shadow: 4px 4px 0 #111;
  padding: 16px 28px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 8px;
  transition: transform 0.15s, box-shadow 0.15s;
  align-self: flex-start;
}
.bz-zero-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #111;
}
@media (max-width: 900px) {
  .bz-zero-strip { grid-template-columns: 1fr; }
  .bz-zero-left { border-right: none; border-bottom: 3px solid rgba(255,255,255,0.2); }
  .split-layout {
    grid-template-columns: 1fr !important;
  }
  .faq-section {
    border-right: none !important;
    border-bottom: 3px solid #111 !important;
    padding: 48px 5% !important;
  }
  .pricing-section {
    padding: 48px 5% !important;
  }
}

@media (max-width: 768px) {
  .pricing-card {
    padding: 32px 20px !important;
    box-shadow: 6px 6px 0 #111 !important;
  }
  
  .save-badge {
    right: 16px !important;
    font-size: 11px !important;
    padding: 2px 10px !important;
  }

  .price-display {
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
  }

  .new-price {
    font-size: 32px !important;
  }

  .old-price {
    font-size: 20px !important;
  }

  .faq-item {
    padding: 20px 16px !important;
  }
}

@media (max-width: 480px) {
  .bz-industry-grid {
    grid-template-columns: 1fr !important;
  }
  .bz-ind-card {
    border-right: none !important;
    border-bottom: 3px solid #111 !important;
  }
  .bz-ind-card:last-child {
    border-bottom: none !important;
  }
  
  .flow-grid {
    grid-template-columns: 1fr !important;
  }
  .flow-step {
    border-right: none !important;
    border-bottom: 3px solid #111 !important;
  }
  .flow-step:last-child {
    border-bottom: none !important;
  }
}
