.sb-core-features {
  --sb-core-shell: min(1824px, calc(100% - 224px));

  width: 100%;
  padding: 128px 0;
  color: #111827;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg-dark);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.sb-core-features .container {
  width: var(--sb-core-shell);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.sb-core-dashboard-band {
  padding: 0;
  border-radius: 0;
  background:
    transparent;
  color: #ffffff;
}

.sb-core-band-intro {
  max-width: 980px;
}

.sb-core-band-intro > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sb-core-band-intro > span span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #31ce36;
}

.sb-core-band-intro h2 {
  max-width: 1040px;
  margin: 28px 0 22px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.sb-core-band-intro p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.68;
}

.sb-core-dashboard-shell {
  margin-top: 52px;
  padding: 0;
}

.sb-core-panel-kicker {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sb-core-demo-frame {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.sb-core-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: 18px;
  margin-top: 0;
}

.sb-core-event-feed,
.sb-core-dashboard-panel {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.sb-core-event-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sb-core-event-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.sb-core-event-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: rgba(21, 114, 232, 0.16);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.sb-core-success-bg {
  background: rgba(49, 206, 54, 0.16);
}

.sb-core-orange-bg {
  background: rgba(245, 158, 11, 0.16);
}

.sb-core-whatsapp-bg {
  background: rgba(49, 206, 54, 0.16);
  color: #31ce36;
  font-size: 14px;
}

.sb-core-event-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.sb-core-event-copy {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.sb-core-event-value {
  color: #31ce36;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.sb-core-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.sb-core-metric-card {
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.sb-core-metric-value {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.sb-core-metric-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.sb-core-mini-chart {
  position: relative;
  height: 136px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 114, 232, 0.13), rgba(21, 114, 232, 0.03));
  background-size: 100% 28px, 28px 100%, 100% 100%;
}

.sb-core-mini-chart::after {
  content: "";
  position: absolute;
  inset: 34px 18px 24px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 0%, transparent 14%, rgba(49, 206, 54, 0.9) 32%, rgba(21, 114, 232, 0.95) 62%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(0 88%, 18% 76%, 38% 78%, 56% 52%, 75% 40%, 100% 8%, 100% 100%, 0 100%);
}

.sb-core-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sb-core-feature {
  min-height: 196px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.2s ease;
}

.sb-core-feature span {
  display: block;
  margin-bottom: 46px;
  color: rgba(219, 234, 254, 0.28);
  font-size: 36px;
  font-weight: 600;
  line-height: 0.9;
  transition: color 0.2s ease;
}

.sb-core-feature:hover,
.sb-core-feature:focus-within {
  background: rgba(255, 255, 255, 0.06);
}

.sb-core-feature:hover span,
.sb-core-feature:focus-within span {
  color: #ffffff;
}

.sb-core-feature h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.sb-core-feature p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

@media (max-width: 1499.98px) {
  .sb-core-features {
    --sb-core-shell: min(1520px, calc(100% - 120px));
  }
}

@media (max-width: 1099.98px) {
  .sb-core-features {
    --sb-core-shell: calc(100% - 56px);
    padding: 96px 0;
  }

  .sb-core-dashboard-band {
    padding: 0;
  }

  .sb-core-band-intro h2 {
    font-size: 38px;
  }

  .sb-core-demo-grid {
    grid-template-columns: 1fr;
  }

  .sb-core-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sb-core-features {
    --sb-core-shell: calc(100% - 56px);
    padding: 96px 0;
  }

  .sb-core-dashboard-band {
    padding: 0;
    border-radius: 0;
  }

  .sb-core-band-intro > span {
    min-height: 32px;
    font-size: 10px;
  }

  .sb-core-band-intro h2 {
    font-size: 36px;
    line-height: 1.18;
  }

  .sb-core-band-intro p {
    font-size: 16px;
    line-height: 1.72;
  }

  .sb-core-dashboard-shell {
    padding: 0;
  }

  .sb-core-event-feed,
  .sb-core-dashboard-panel {
    padding: 16px;
  }

  .sb-core-event-item {
    grid-template-columns: auto 1fr;
  }

  .sb-core-event-value {
    grid-column: 2;
  }

  .sb-core-metrics-grid {
    grid-template-columns: 1fr;
  }

  .sb-core-mini-chart {
    height: 210px;
  }

  .sb-core-features-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .sb-core-feature {
    min-height: auto;
    padding: 28px 24px;
    border-right: 0;
    background: rgba(255, 255, 255, 0.02);
  }

  .sb-core-feature span {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .sb-core-feature h3 {
    font-size: 24px;
  }
}
