.tb-customer-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 8vw, 124px) 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 205, 55, 0.1), transparent 28rem),
    radial-gradient(circle at 88% 52%, rgba(36, 191, 208, 0.15), transparent 30rem),
    linear-gradient(145deg, #071522 0%, #0b2233 54%, #091a29 100%);
  color: #f8fbfd;
}

.tb-customer-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18% 82%, transparent);
}

.tb-customer-showcase .container {
  position: relative;
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.tb-customer-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
}

.tb-customer-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #ffd54f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tb-customer-copy > span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38d6d0;
  box-shadow: 0 0 0 7px rgba(56, 214, 208, 0.11);
}

.tb-customer-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-space), sans-serif;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.tb-customer-copy h2 em {
  color: #42dcd8;
  font-style: normal;
}

.tb-customer-copy > p {
  max-width: 670px;
  margin: 28px 0 0;
  color: #b8c8d3;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.7;
}

.tb-customer-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 34px 0;
}

.tb-customer-points article {
  min-height: 112px;
  padding: 19px 20px;
  border: 1px solid rgba(130, 195, 218, 0.2);
  border-radius: 18px;
  background: rgba(14, 43, 62, 0.78);
  box-shadow: 0 16px 42px rgba(0, 8, 18, 0.16);
}

.tb-customer-points article span {
  display: block;
  color: #53dcd8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.tb-customer-points article strong {
  display: block;
  margin-top: 10px;
  color: #f4f8fb;
  font-size: 14px;
  line-height: 1.45;
}

.tb-customer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.tb-customer-actions a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 13px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
}

.tb-customer-actions a:first-child {
  background: linear-gradient(135deg, #ffe784, #ffd33f);
  color: #071522;
  box-shadow: 0 18px 38px rgba(255, 199, 35, 0.16);
}

.tb-customer-actions a:last-child {
  border: 1px solid rgba(132, 199, 220, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #f7fbfd;
}

.tb-phone-stage {
  position: relative;
  width: min(100%, 348px);
  justify-self: center;
}

.tb-phone-glow {
  position: absolute;
  inset: 10% -16% 4%;
  border-radius: 50%;
  background: rgba(35, 188, 197, 0.2);
  filter: blur(65px);
}

.tb-phone-shell {
  position: relative;
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 44px;
  background: linear-gradient(145deg, #26333d, #07111a 60%, #172631);
  box-shadow:
    0 38px 88px rgba(0, 6, 14, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.2);
}

.tb-phone-shell::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 50%;
  width: 102px;
  height: 25px;
  border-radius: 999px;
  background: #07111a;
  transform: translateX(-50%);
  pointer-events: none;
}

.tb-phone-preview-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 35px;
  background: #f5f7f8;
  color: inherit;
  text-decoration: none;
}

.tb-phone-shell.tb-static-preview::after {
  display: none;
}

.tb-phone-preview-link img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  aspect-ratio: 580 / 1280;
  object-fit: cover;
}

.tb-phone-preview-link > span {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 18px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 218, 91, 0.42);
  border-radius: 999px;
  background: rgba(7, 21, 34, 0.92);
  box-shadow: 0 12px 28px rgba(0, 7, 15, 0.28);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.tb-phone-preview-link > span b {
  color: #ffd94f;
  font-size: 13px;
}

.tb-phone-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17px;
  color: #8fa6b6;
  font-size: 10px;
  font-weight: 800;
}

.tb-phone-caption strong {
  color: #f7fbfd;
}

@media (max-width: 980px) {
  .tb-customer-showcase .container {
    width: min(100% - 34px, 760px);
  }

  .tb-customer-showcase-grid {
    grid-template-columns: 1fr;
  }

  .tb-customer-copy {
    text-align: center;
  }

  .tb-customer-points {
    text-align: left;
  }

  .tb-customer-copy h2,
  .tb-customer-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .tb-customer-actions {
    justify-content: center;
  }

}

@media (max-width: 560px) {
  .tb-customer-showcase {
    padding: 68px 0 92px;
  }

  .tb-customer-showcase .container {
    width: min(100% - 24px, 520px);
  }

  .tb-customer-copy h2 {
    font-size: clamp(41px, 12.5vw, 56px);
  }

  .tb-customer-copy > p {
    margin-top: 22px;
    font-size: 15px;
  }

  .tb-customer-points {
    grid-template-columns: 1fr;
    margin: 27px 0;
  }

  .tb-customer-points article {
    min-height: 0;
  }

  .tb-customer-actions {
    display: grid;
  }

  .tb-customer-actions a {
    width: 100%;
  }

  .tb-phone-stage {
    width: min(100%, 326px);
    margin-top: 10px;
  }

  .tb-phone-shell {
    padding: 8px;
    border-radius: 36px;
  }

  .tb-phone-shell::before {
    top: 15px;
    width: 94px;
    height: 24px;
  }

  .tb-phone-preview-link {
    border-radius: 29px;
  }

  .tb-phone-preview-link > span {
    right: 13px;
    bottom: 13px;
    min-height: 35px;
    padding: 0 12px;
    font-size: 9px;
  }
}
