.about-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}
body.dark-mode .about-hero {
  background: linear-gradient(180deg, #112022 0%, #152629 100%);
}
[dir=rtl] .about-hero, .rtl .about-hero {
  text-align: right;
}
[dir=rtl] .about-hero .row, .rtl .about-hero .row {
  flex-direction: row-reverse;
}

.about-badge {
  font-size: 0.75rem;
  font-weight: 500;
  color: #9ca3af;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
}
body.dark-mode .about-badge {
  color: #6b7280;
  border-color: #234348;
}

.about-title {
  color: #1a1a1a;
  line-height: 1.2;
}
body.dark-mode .about-title {
  color: #ffffff;
}

.about-hero-image .laptop-mockup {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.about-hero-image .laptop-screen {
  background: #0d1117;
  border-radius: 0.5rem;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.code-preview,
.terminal-preview {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.code-header,
.terminal-header {
  display: flex;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #21262d;
}
.code-header .dot,
.terminal-header .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.code-header .dot.red,
.terminal-header .dot.red {
  background: #ff5f56;
}
.code-header .dot.yellow,
.terminal-header .dot.yellow {
  background: #ffbd2e;
}
.code-header .dot.green,
.terminal-header .dot.green {
  background: #27ca40;
}

.code-content,
.terminal-content {
  flex: 1;
  padding: 1rem;
  background: repeating-linear-gradient(180deg, transparent, transparent 24px, rgba(255, 255, 255, 0.03) 24px, rgba(255, 255, 255, 0.03) 25px);
}

.about-trusted {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
body.dark-mode .about-trusted {
  border-top-color: #234348;
  border-bottom-color: #234348;
}

.about-feature {
  position: relative;
}
[dir=rtl] .about-feature .row, .rtl .about-feature .row {
  flex-direction: row-reverse;
}
[dir=rtl] .about-feature .order-lg-1, .rtl .about-feature .order-lg-1 {
  order: 2 !important;
}
[dir=rtl] .about-feature .order-lg-2, .rtl .about-feature .order-lg-2 {
  order: 1 !important;
}

.about-feature-alt {
  background: #f8f9fa;
}
body.dark-mode .about-feature-alt {
  background: #152629;
}

.feature-badge {
  font-size: 0.875rem;
  font-weight: 500;
  color: #20d3ee;
  padding: 0.5rem 1rem;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 0.5rem;
}
[dir=rtl] .feature-badge .me-2, .rtl .feature-badge .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

.feature-badge-green {
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.2);
}

.feature-badge-purple {
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.2);
}

.feature-title {
  color: #1a1a1a;
}
body.dark-mode .feature-title {
  color: #ffffff;
}

.feature-list li {
  color: #4b5563;
}
body.dark-mode .feature-list li {
  color: #9ca3af;
}
[dir=rtl] .feature-list li, .rtl .feature-list li {
  flex-direction: row-reverse;
}

.feature-image-wrapper {
  position: relative;
}

.code-block-preview {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  height: 300px;
  overflow: hidden;
}
body.dark-mode .code-block-preview {
  background: #1a2c30;
  border-color: #234348;
}

.security-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(99, 102, 241, 0.1));
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 1rem;
  height: 300px;
}

.security-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  border-radius: 2rem;
  font-size: 3rem;
  color: #fff;
}

.about-catalog {
  background: #f8f9fa;
}
body.dark-mode .about-catalog {
  background: #152629;
}
