.sgUnpacked {
  position: relative;
  background-image: url('https://www.mp.cz/media/photos/2025/06/23/199308-galaxy-unpacked-bg.avif');
  background-position: 75% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  font-family: "Samsung Sharp Sans";

  display: flex;
}

.sgUnpacked__logo {
  position: absolute;
  width: 180px;
  height: auto;
  left: 2.5rem;
  top: 1.25rem;
}

@media (max-width: 850px) {
  .sgUnpacked__logo {
    width: 120px;
    left: .5rem;
    top: .5rem;
  }
}

.sgUnpacked .dropsLogo {
  position: absolute;
  top: -.5rem;
  right: 0;
  transform: scale(0.5);

  filter: drop-shadow(0 3px 0 #fff) drop-shadow(3px 0 0 #fff) drop-shadow(0 -3px 0 #fff) drop-shadow(-3px 0 0 #fff);
}

@media (max-width: 850px) {
  .sgUnpacked .dropsLogo {
    transform: scale(0.35);
    transform-origin: right top;
    top: 0.5rem;
    right: 0.5rem;
  }
}

.sgUnpacked__container {
  max-width: 60ch;
  padding-inline: clamp(1.5rem, 5vw, 8rem);
  margin: auto 0 auto auto;
  font-size: clamp(1.25rem, 0.4688rem + 2vw, 1.7rem);
}

.sgUnpacked__right {
  text-align: center;
}

.sgUnpacked__title {
  font-size: clamp(1.75rem, 1.4091rem + 1.0909vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-block-end: .5rem;
}

.sgUnpacked__perex {
  font-weight: 500;
}

.sgUnpacked__btn {
  display: inline-block;
  font-size: clamp(1.25rem, 0.9091rem + 1.0909vw, 2rem);
  font-weight: 700;
  color: black;
  text-transform: uppercase;

  position: relative;
  z-index: 1;
  padding: 0.2em 1em;
  border-radius: 0 2em 2em 2em;

  margin-block-start: 2.5rem;
}

.sgUnpacked__btn:hover {
  color: black;
  text-decoration: none;
}

.sgUnpacked__btn:before,
.sgUnpacked__btn:after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0 2em 2em 2em;
  background: linear-gradient(to top, #3b80e6, #1a3b6f);
  transform: rotate(-3deg);
  z-index: -1;
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.2));
}

.sgUnpacked__btn:before {
  inset: -2px -2px -2px -5px;
}

.sgUnpacked__btn:after {
  transform: rotate(0);
  background: linear-gradient(to right, #ffce00, #fcff00);
}

.sgUnpacked__gold {
  font-family: "Samsung Sharp Sans";
  background: linear-gradient(to right, #ffce00, #fcff00);
  text-align: center;
  padding: 0.5rem 1rem 0.4rem;
  font-size: 1.563rem;
  font-weight: 700;
}

.sgUnpacked__text {
  margin-block-start: 4rem;
  font-family: "Samsung Sharp Sans";
  max-width: 960px;
  margin-inline: auto;
  vertical-align: center;
  font-size: clamp(1.875rem, 0.7813rem + 3.5vw, 2.75rem);
  text-align: center;
  font-weight: 700;
}

.sgUnpacked__dropSmall {
  display: inline !important;
  vertical-align: middle;
}

@media (max-width: 700px) {
  .sgUnpacked {
    height: auto;
  }

  .sgUnpacked__container {
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 5rem 2rem;
  }

  .sgUnpacked__drop {
    width: 9rem;
    height: 9rem;
  }

  .sgUnpacked__title {
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  }
}