/* Tutaj jest miejsce na Twoje style */
.packshot {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 100px;
}

.top .cta--circle {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 460px) {
  .top .cta--circle {
    width: 48px;
    height: 48px;
    bottom: -24px;
  }
}

.rog {
  background-size: cover;
  background-position: center;
  border-radius: 16px 16px 0 0;
  width: 100%;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .rog {
    border-radius: 32px 32px 0 0;
  }
}

.rog--1 {
  min-height: 600px;
}

.rog__background {
  overflow: hidden;
}

.rog img {
  max-width: 100%;
  min-height: 180px;
  object-position: bottom;
}

.rog__copy {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
}

.rog__copy h3 {
  font-weight: 200;
}

.rog__video {
  max-width: 1200px;
  margin: 48px auto;
}

.rog__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 796px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 32px 16px;
  transition: background-color 0.2s ease-in-out;
  margin-top: 64px;
}

@media (min-width: 768px) {
  .rog__product {
    flex-direction: row;
  }
}

.rog__product img {
  object-fit: contain;
  max-width: 240px;
}

@media (min-width: 576px) {
  .rog__product img {
    max-width: unset;
  }
}

.rog__content {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .rog__content {
    padding-bottom: 64px;
  }
}

.rog__product--content h4 {
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.rog__product--content h4:last-of-type {
  margin-bottom: 24px;
}

.rog__product--content .cta {
  margin-top: 16px;
}

.rog--1 .rog__content {
  background: linear-gradient(180deg, #3e457c 0%, #141750 100%);
}

.rog--1 .rog__product {
  background-color: #353b73;
}

.rog--1 .rog__product:hover {
  background-color: #353b7399;
}

.rog--2 .rog__content {
  background: linear-gradient(180deg, #1e1e1e 0%, #3a393e 100%);
}

.rog--2 .rog__product {
  background-color: #3e3e40;
}

.rog--2 .rog__product:hover {
  background-color: #3e3e4099;
}

.rog--3 .rog__content {
  background: linear-gradient(180deg, #020106 0%, #020e40 100%);
}

.rog--3 .rog__product {
  background-color: #02092d;
}

.rog--3 .rog__product:hover {
  background-color: #02092d99;
}

.rog--4 .rog__content {
  background: linear-gradient(180deg, #0e0f14 0%, #3d4857 100%);
}

.rog--4 .rog__product {
  background-color: #333c48;
}

.rog--4 .rog__product:hover {
  background-color: #333c4899;
}

.rog--5 .rog__content {
  background: linear-gradient(180deg, #040325 0%, #020413 100%);
}

.rog--5 .rog__product {
  background-color: #010230;
}

.rog--5 .rog__product:hover {
  background-color: #01023099;
}

.rog--6 .rog__content {
  background: linear-gradient(180deg, #000 0%, #412 100%);
}

.rog--6 .rog__product {
  background-color: #300c18;
}

.rog--6 .rog__product:hover {
  background-color: #300c1899;
}

.rog__product strong {
  font-weight: 500;
}
