.ib {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 696px;
}

@media (min-width: 768px) {
  .ib {
    height: 1320px;
  }
}

.ib__pattern {
  position: absolute;
  inset: 0;
}

.ib__dot {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ib__coin {
  width: 72%;
  aspect-ratio: 689 / 761;
  background-image: url('./coin-positions.webp');
  background-repeat: no-repeat;
  background-size: 300% 100%;
  flex: none;
}

.ib__coin--front {
  background-position: 50% 50%;
}

.ib__coin--right {
  background-position: 100% 50%;
}

.ib__coin--left {
  background-position: 0 50%;
}

.ib__dot--1  { left: calc(50% - 312px); top: calc(50% + 44px); }
.ib__dot--2  { left: calc(50% - 200px); top: calc(50% + 124px); }
.ib__dot--3  { left: calc(50% - 88px);  top: calc(50% + 156px); }
.ib__dot--4  { left: calc(50% + 24px);  top: calc(50% + 156px); }
.ib__dot--5  { left: calc(50% + 136px); top: calc(50% + 124px); }
.ib__dot--6  { left: calc(50% + 248px); top: calc(50% + 44px);  }
.ib__dot--7  { left: calc(50% + 248px); top: calc(50% - 100px); }
.ib__dot--8  { left: calc(50% + 136px); top: calc(50% - 180px); }
.ib__dot--9  { left: calc(50% + 24px);  top: calc(50% - 220px); }
.ib__dot--10 { left: calc(50% - 88px);  top: calc(50% - 220px); }
.ib__dot--11 { left: calc(50% - 200px); top: calc(50% - 180px); }
.ib__dot--12 { left: calc(50% - 312px); top: calc(50% - 100px); }

@media (min-width: 768px) {
  .ib__dot {
    width: 80px;
    height: 80px;
  }

  .ib__dot--1  { left: calc(50% - 465px); top: calc(50% + 192px); }
  .ib__dot--2  { left: calc(50% - 275px); top: calc(50% + 298px); }
  .ib__dot--3  { left: calc(50% - 40px);  top: calc(50% + 344px); }
  .ib__dot--4  { left: calc(50% + 195px); top: calc(50% + 298px); }
  .ib__dot--5  { left: calc(50% + 385px); top: calc(50% + 192px); }
  .ib__dot--6  { left: calc(50% + 491px); top: calc(50% - 40px);  }
  .ib__dot--7  { left: calc(50% + 385px); top: calc(50% - 272px); }
  .ib__dot--8  { left: calc(50% + 195px); top: calc(50% - 378px); }
  .ib__dot--9  { left: calc(50% - 40px);  top: calc(50% - 424px); }
  .ib__dot--10 { left: calc(50% - 275px); top: calc(50% - 378px); }
  .ib__dot--11 { left: calc(50% - 465px); top: calc(50% - 272px); }
  .ib__dot--12 { left: calc(50% - 571px); top: calc(50% - 40px);  }
}

.ib__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  text-align: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .ib__content {
    left: 50%;
    right: auto;
    display: grid;
    column-gap: 8px;
    row-gap: 24px;
    width: calc(100% - 80px);
    margin-inline: 0;
    padding: 0;
    transform: translate(-50%, -50%);
  }

  .ib__tag,
  .ib__title {
    grid-column: 3 / span 8;
    justify-self: center;
  }
}

.ib__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 16px 0 4px;
  border-radius: 9999px;
  background-color: rgba(40, 40, 52, 0.1);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .ib__tag {
    height: 40px;
  }
}

.ib__tag-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #1f8923;
  color: #ffffff;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .ib__tag-badge {
    width: 32px;
    height: 32px;
  }
}

.ib__tag-badge svg {
  width: 14px;
  height: 14px;
}

@media (min-width: 768px) {
  .ib__tag-badge svg {
    width: 16px;
    height: 16px;
  }
}

.ib__tag-label {
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0;
  font-feature-settings: "case" 1;
  color: #282834;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ib__tag-label {
    font-size: 16px;
    line-height: 20px;
  }
}

.ib__title {
  font-family: 'Proxima Nova A', -apple-system, 'Roboto', Arial, sans-serif;
  font-feature-settings: "salt" 1, "calt" 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #282834;
  margin: 0;
}

@media (min-width: 768px) {
  .ib__title {
    font-size: 72px;
    letter-spacing: -2.88px;
    max-width: 845px;
  }
}
