.worlds {
  max-width: 72rem;
  margin-inline: auto;
  padding: clamp(4rem, 9vw, 7.5rem) clamp(1.25rem, 4vw, 3rem);
  font-family: system-ui, sans-serif;
  color: #17181a;
  background: #ffffff;
}

.worlds__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.worlds__eyebrow {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #f0efed;
  font-size: 0.8rem;
  color: rgba(23, 24, 26, 0.7);
}

.worlds__title {
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.worlds__subtitle {
  max-width: 30rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(23, 24, 26, 0.6);
}

/* ---------- Dense bento (ref layout, Voxa style) ---------- */

.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, minmax(13.5rem, auto));
  gap: 0.85rem;
}

.bento__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  border-radius: 1.35rem;
  overflow: hidden;
  background-color: #f7f6f4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bento__cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

.bento__cell--a {
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-content: flex-start;
  gap: 1.1rem;
  padding-bottom: 0;
}

.bento__cell--e,
.bento__cell--f {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.bento__cell--b {
  grid-column: 2 / span 3;
  grid-row: 1;
  flex-direction: row;
  align-items: stretch;
}

.bento__cell--c {
  grid-column: 2;
  grid-row: 2;
  justify-content: center;
}

.bento__cell--d {
  grid-column: 3 / span 2;
  grid-row: 2;
  flex-direction: row;
  align-items: center;
}

.bento__cell--e {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.bento__cell--f {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.bento__copy {
  position: relative;
  z-index: 1;
  max-width: 16rem;
}

.bento__copy h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bento__copy p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(23, 24, 26, 0.6);
}

/* Tall phone / alert — more height, normal side padding */
.bento-device {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto 0 0;
  padding: 0;
  border-radius: 1rem 1rem 0 0;
  background: transparent;
}

.bento-device__screen {
  min-height: 14rem;
  padding: 1.15rem 1.15rem 1.75rem;
  border-radius: 1rem 1rem 0 0;
  background: #ffffff;
}

.bento-device__brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
  font-size: 0.8rem;
}

.bento-device__brand svg {
  width: 0.75rem;
  height: 0.75rem;
}

.bento-device__line {
  margin-bottom: 0.3rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.bento-device__sub {
  font-size: 0.8rem;
  color: rgba(23, 24, 26, 0.5);
}

/* Ask chat — large, fills the right of wide card */
.bento-chat {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.55rem;
  flex: 1;
  min-width: 0;
  margin: -0.25rem -0.5rem -1.35rem 0;
  padding: 1rem 1rem 1.5rem;
}

.bento-chat__you {
  align-self: flex-end;
  max-width: 85%;
  padding: 0.75rem 0.95rem;
  border-radius: 0.9rem;
  background: #17181a;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #ffffff;
}

.bento-chat__voxa {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  align-self: flex-start;
  max-width: 92%;
  padding: 0.8rem 0.95rem;
  border-radius: 0.9rem;
  background: #ffffff;
  font-size: 0.85rem;
  line-height: 1.4;
}

.bento-chat__voxa svg {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.15rem;
}

.bento-chat__voxa p {
  margin: 0;
}

/* Trust / testimonial faces */
.bento-trust {
  position: relative;
  z-index: 1;
}

.bento-trust__faces {
  display: flex;
  margin-bottom: 0.85rem;
}

.bento-trust__faces img {
  width: 2.1rem;
  height: 2.1rem;
  margin-left: -0.5rem;
  object-fit: cover;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.bento-trust__faces img:first-child {
  margin-left: 0;
}

.bento-trust__title {
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.bento-trust__sub {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(23, 24, 26, 0.55);
}

/* Clean app logo tiles */
.bento-apps {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.55rem;
  flex-shrink: 0;
}

.bento-apps__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.85rem;
  background: #ffffff;
}

.bento-apps__item img {
  width: 1.35rem;
  height: 1.35rem;
}

/* Share CTA card — different shape from stand */
.bento-share {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
}

.bento-share__copy h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bento-share__copy p {
  max-width: 18rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(23, 24, 26, 0.6);
}

.bento-share__btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: 0.75rem;
  background: #17181a;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 400;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.bento-share__btn img {
  width: 1.05rem;
  height: 1.05rem;
  filter: brightness(10);
}

/* Stand / market position — big number focus */
.bento-stand {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.bento-stand__eyebrow {
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  color: rgba(23, 24, 26, 0.5);
}

.bento-stand__value {
  margin-bottom: 0.5rem;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.bento-stand__note {
  max-width: 16rem;
  margin-bottom: 1.1rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(23, 24, 26, 0.6);
}

.bento-stand__legend {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: rgba(23, 24, 26, 0.55);
}

.bento-stand__legend span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.bento-stand__legend i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(23, 24, 26, 0.2);
}

.bento-stand__legend .is-you {
  background: #17181a;
}

@media (max-width: 960px) {
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .bento__cell--a {
    grid-column: 1;
    grid-row: span 2;
    min-height: 28rem;
  }

  .bento__cell--b {
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
  }

  .bento__cell--c {
    grid-column: 2;
    grid-row: 2;
  }

  .bento__cell--d,
  .bento__cell--e,
  .bento__cell--f {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .bento {
    grid-template-columns: 1fr;
  }

  .bento__cell--a,
  .bento__cell--b,
  .bento__cell--c,
  .bento__cell--d,
  .bento__cell--e,
  .bento__cell--f {
    grid-column: 1;
    grid-row: auto;
    flex-direction: column;
    min-height: 16rem;
  }

  .bento__cell--a {
    min-height: 22rem;
  }

  .bento-apps,
  .bento-chat {
    margin-right: 0;
  }
}
