.cel-visual-showcase,
.cel-visual-strip {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.cel-visual-showcase *,
.cel-visual-strip * {
  box-sizing: border-box;
}

.cel-visual-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .74fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin: 0 0 18px;
  border: 1px solid rgba(18, 61, 121, .11);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(237, 245, 255, .7));
  box-shadow: 0 16px 38px rgba(14, 22, 40, .055);
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
}

.cel-visual-showcase h2,
.cel-visual-showcase h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.cel-visual-showcase p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #667085;
  font-size: .94rem;
  line-height: 1.55;
}

.cel-visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.cel-visual-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(18, 61, 121, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #344054;
  padding: 0 10px;
  font-size: .76rem;
  font-weight: 820;
}

.cel-iphone-cluster {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(4px, 1.5vw, 12px);
  min-height: 190px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 45% 34%, rgba(30, 77, 183, .13), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(247, 250, 254, .92));
  padding: 18px;
}

.cel-iphone-cluster img {
  display: block;
  width: min(31%, 122px);
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(14, 22, 40, .16));
}

.cel-iphone-cluster img:nth-child(2) {
  width: min(36%, 150px);
  max-height: 218px;
}

.cel-visual-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: clamp(16px, 3vw, 26px) 0;
  border: 1px solid rgba(18, 61, 121, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 30px rgba(14, 22, 40, .045);
  padding: 15px;
}

.cel-visual-strip p {
  margin: 4px 0 0;
  color: #667085;
  font-size: .88rem;
  line-height: 1.45;
}

.cel-visual-strip strong {
  color: #111827;
  font-size: .98rem;
  font-weight: 900;
}

.cel-visual-strip img {
  display: block;
  width: 96px;
  max-height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(14, 22, 40, .14));
}

.cel-contact-highlight.has-visual {
  display: grid;
  gap: 16px;
}

.cel-contact-highlight .cel-contact-iphone {
  width: 128px;
  justify-self: center;
  filter: drop-shadow(0 14px 16px rgba(14, 22, 40, .15));
}

@media (max-width: 760px) {
  .cel-visual-showcase,
  .cel-visual-strip {
    grid-template-columns: 1fr;
  }

  .cel-iphone-cluster {
    min-height: 160px;
  }

  .cel-iphone-cluster img {
    width: 30%;
    max-height: 150px;
  }

  .cel-iphone-cluster img:nth-child(2) {
    width: 36%;
    max-height: 176px;
  }

  .cel-visual-strip img {
    justify-self: center;
  }
}

@media (max-width: 430px) {
  .cel-visual-showcase {
    border-radius: 18px;
    padding: 15px;
  }

  .cel-iphone-cluster {
    padding: 14px 10px;
    gap: 2px;
  }
}
