
.rb-custom-248 .platforms-main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 4rem;
} .rb-custom-248 .platforms-hero {
  background-color: #090C10;
  border-bottom: 1px solid #1E293B;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
} .rb-custom-248 .platforms-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
} .rb-custom-248 .platforms-intro {
  font-size: 1.125rem;
  color: #CBD5E1;
} .rb-custom-248 .platform-card-layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
} .rb-custom-248 .platform-card-content, .rb-custom-248 .capability-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
} .rb-custom-248 .platform-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
} .rb-custom-248 .platform-meta {
  font-size: 0.75rem;
  color: #94A3B8;
  font-family: var(--font-mono);
} .rb-custom-248 .platform-meta-gold {
  color: #D4AF37;
} .rb-custom-248 .platform-card-title {
  font-size: 1.5rem;
} .rb-custom-248 .platform-card-title-light {
  color: #F1F5F9;
} .rb-custom-248 .platform-description {
  font-size: 0.875rem;
  color: #94A3B8;
  line-height: 1.6;
} .rb-custom-248 .platform-description-light {
  color: #CBD5E1;
} .rb-custom-248 .platform-features {
  padding: 1rem;
  background: #0E121A;
  border: 1px solid #1E293B;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
} .rb-custom-248 .platform-features-gold {
  border-color: var(--gold-border);
} .rb-custom-248 .platform-features-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #F1F5F9;
} .rb-custom-248 .platform-features-title-gold {
  color: #D4AF37;
} .rb-custom-248 .platform-feature-item {
  font-size: 0.8125rem;
  color: #94A3B8;
} .rb-custom-248 .platform-feature-item-light {
  color: #CBD5E1;
} .rb-custom-248 .platform-card-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
} .rb-custom-248 .capabilities-grid {
  margin-top: 2rem;
} .rb-custom-248 .capability-icon {
  padding: 0.75rem;
  border-radius: 0.5rem;
  width: fit-content;
} .rb-custom-248 .capability-icon-gold {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #D4AF37;
} .rb-custom-248 .capability-icon-silver {
  background: #1E293B;
  border: 1px solid #334155;
  color: #F1F5F9;
}
	@media (min-width: 992px) {}@media (min-width: 768px) and (max-width: 991px) {}@media (max-width: 767px) {}