/* features.css — Figma Frame 176 (577 desktop) */
.features {
  position: relative;
  z-index: 2;
  isolation: isolate;
  background: var(--color-bg);
}

.features__shell {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.features__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(1, 0, 172, 0.18);
}

.features__eyebrow-icon {
  width: 24px;
  height: 23px;
  flex-shrink: 0;
}

.features__eyebrow-text {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.125;
  background: radial-gradient(
    ellipse 133px 9px at center,
    rgb(49, 3, 234) 9%,
    rgb(93, 65, 255) 86%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Frame 176 */
.features__layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2.0625rem;
  width: 100%;
  max-width: 69.90625rem;
  margin-inline: auto;
}

.features__mockup {
  flex: none;
  width: 40.625rem;
  max-width: 100%;
  height: 30.5rem;
}

.features__mockup img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Frame 175 */
.features__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-12);
  flex: none;
  width: 27rem;
  max-width: 100%;
}

.features__title {
  margin: 0;
  max-width: 24.4375rem;
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 3.1875rem;
  color: var(--color-text);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.features__title-line {
  display: block;
}

.features__title-line--accent {
  color: var(--color-accent);
}

/* Frame 174 */
.features__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.9375rem;
  width: 100%;
}

.features__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.4375rem;
  width: 100%;
  max-width: 27rem;
}

.features__item:first-child {
  align-items: flex-start;
  max-width: 22.625rem;
}

.features__item--notes {
  align-self: stretch;
}

.features__icon {
  box-sizing: border-box;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-card);
  border-radius: 20px;
  box-shadow: 0 0 12.5px 2px #081775;
}

.features__icon img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: contain;
}

.features__item--notes .features__icon img {
  width: 2.4375rem;
  height: 3.25rem;
}

.features__item-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1;
  min-width: 0;
  max-width: 16.1875rem;
}

.features__item--notes .features__item-body {
  max-width: 20.5625rem;
}

.features__item-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6875rem;
  color: var(--color-text);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.features__item-text {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: 1.3125rem;
  color: var(--color-text);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* Tablet */
@media (max-width: 1023px) {
  .features__layout {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
  }

  .features__mockup {
    width: 100%;
    max-width: 40.625rem;
    height: auto;
    margin-inline: auto;
  }

  .features__mockup img {
    width: 100%;
    height: auto;
    max-height: 30.5rem;
  }

  .features__content {
    width: 100%;
    max-width: 27rem;
    margin-inline: auto;
  }
}

/* Mobile eyebrow — mobile-home.css */
