.tb-customer-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 10vw, 150px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 205, 55, 0.18), transparent 29rem),
    radial-gradient(circle at 88% 62%, rgba(36, 191, 208, 0.2), transparent 32rem),
    linear-gradient(145deg, #f6f4ed 0%, #eef3f5 52%, #e8f5f2 100%);
  color: #102235;
}

.tb-customer-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 34, 53, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 34, 53, 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;
}

.tb-customer-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.7fr);
  align-items: center;
  gap: clamp(55px, 9vw, 135px);
}

.tb-customer-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #8c6900;
  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: #22b884;
  box-shadow: 0 0 0 7px rgba(34, 184, 132, 0.11);
}

.tb-customer-copy h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-space), sans-serif;
  font-size: clamp(45px, 5.2vw, 78px);
  line-height: 0.97;
  letter-spacing: -0.06em;
}

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

.tb-customer-copy > p {
  max-width: 670px;
  margin: 28px 0 0;
  color: #5c7082;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
}

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

.tb-customer-points article {
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(16, 34, 53, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(17, 40, 59, 0.07);
  backdrop-filter: blur(18px);
}

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

.tb-customer-points article strong {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.35;
}

.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: #102235;
  color: #fff;
  box-shadow: 0 18px 38px rgba(16, 34, 53, 0.2);
}

.tb-customer-actions a:last-child {
  border: 1px solid rgba(16, 34, 53, 0.14);
  background: rgba(255, 255, 255, 0.7);
  color: #102235;
}

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

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

.tb-phone-shell {
  position: relative;
  overflow: hidden;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 48px;
  background: linear-gradient(145deg, #26333d, #07111a 60%, #172631);
  box-shadow:
    0 55px 120px rgba(10, 28, 42, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.2);
}

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

.tb-phone-shell iframe {
  width: 100%;
  height: 790px;
  display: block;
  border: 0;
  border-radius: 38px;
  background: #f5f7f8;
}

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

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

@media (max-width: 980px) {
  .tb-customer-showcase-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .tb-phone-shell iframe {
    pointer-events: none;
    touch-action: pan-y;
    overscroll-behavior: none;
  }
}

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

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

  .tb-phone-stage {
    width: calc(100vw - 28px);
  }

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

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

  .tb-phone-shell iframe {
    height: 720px;
    border-radius: 29px;
  }
}
