.cta-strip-section {
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 50%, #ffffff 100%);
}
body.dark-mode .cta-strip-section {
  background: #152629;
}
[dir=rtl] .cta-strip-section, .rtl .cta-strip-section {
  text-align: right;
}
[dir=rtl] .cta-strip-section .row, .rtl .cta-strip-section .row {
  flex-direction: row-reverse;
}

.cta-preview-wrapper {
  position: relative;
}

.preview-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
body.dark-mode .preview-card {
  background: #1a2c30;
  border-color: #234348;
}

.preview-label {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  background: #f1f5f9;
  border-radius: 50px;
  color: #9ca3af;
}
body.dark-mode .preview-label {
  background: #1a2c30;
  color: #6b7280;
}

.preview-label-gold {
  background: #fef3c7;
  color: #92400e;
}
body.dark-mode .preview-label-gold {
  background: rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}

.check-badge {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10b981;
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
}

.code-block {
  background: #1a1a2e;
  border-radius: 0.5rem;
  padding: 1rem;
  overflow-x: auto;
}
.code-block code {
  color: #e2e8f0;
}

.code-keyword {
  color: #f472b6;
}

.code-function {
  color: #60a5fa;
}

.code-class {
  color: #34d399;
}

.code-method {
  color: #fbbf24;
}

.code-string {
  color: #a78bfa;
}

.code-number {
  color: #fb923c;
}

.code-avatar {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #20d3ee;
  color: #fff;
  border-radius: 50%;
}

.standards-badge {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  display: inline-flex;
}
body.dark-mode .standards-badge {
  background: #1a2c30;
  border-color: #234348;
}

.standards-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #20d3ee;
  color: #fff;
  border-radius: 50%;
}

.cta-badge {
  font-size: 0.875rem;
  font-weight: 500;
  color: #20d3ee;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #20d3ee;
  border-radius: 50%;
}

.cta-title {
  color: #1a1a1a;
}
.cta-title span {
  color: #20d3ee;
}
body.dark-mode .cta-title {
  color: #ffffff;
}

.cta-stat {
  text-align: center;
}
.cta-stat .stat-value {
  color: #1a1a1a;
}
body.dark-mode .cta-stat .stat-value {
  color: #ffffff;
}

[dir=rtl] .cta-buttons,
.rtl .cta-buttons {
  flex-direction: row-reverse;
}
[dir=rtl] .cta-buttons .btn .ms-2,
.rtl .cta-buttons .btn .ms-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
[dir=rtl] .cta-buttons .btn .me-2,
.rtl .cta-buttons .btn .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
[dir=rtl] .cta-stats,
.rtl .cta-stats {
  flex-direction: row-reverse;
}
[dir=rtl] .preview-card-review .d-flex,
.rtl .preview-card-review .d-flex {
  flex-direction: row-reverse;
}
