.brand-intro-block {
  padding: 80px 40px;
  margin: 0 !important;
  max-width: 100% !important;
}

.brand-intro-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/* Left Column - Sticker */
.brand-intro-sticker {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.brand-intro-block .stickers-wrapper {
  position: relative;
  width: 360px;
  height: 330px;
}

.brand-intro-block .sticker-1 {
  position: absolute;
  z-index: 2;
}

.brand-intro-block .sticker-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.brand-intro-block .sticker-1 .sticker-image {
  width: 120px;
  height: 120px;
  transform: rotate(-9.27deg);
  object-fit: contain;
}

.brand-intro-block .sticker-2 .sticker-image {
  width: 300px;
  height: 300px;
  transform: rotate(12.27deg);
  object-fit: contain;
}

.brand-intro-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 0;
  color: #000000;
}

.brand-intro-description {
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
}

.brand-intro-description.two-column-text {
  columns: 2;
  column-gap: 30px;
  column-fill: balance;
}

.brand-intro-description p {
  margin: 0;
  break-inside: avoid;
  opacity: 0.75;
}

.brand-intro-cta {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .brand-intro-block {
    padding: 40px 0;
  }

  .brand-intro-sticker {
    order: 2;
    justify-content: flex-end;
  }

  .brand-intro-content {
    order: 1;
  }

  .brand-intro-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .brand-intro-description.two-column-text {
    columns: 1;
  }

  .brand-intro-description p:first-child {
    margin-bottom: 20px;
  }

  .brand-intro-block .stickers-wrapper {
    width: 250px;
    height: 230px;
  }

  .brand-intro-block .sticker-1 .sticker-image {
    width: 90px;
    height: 90px;
  }

  .brand-intro-block .sticker-2 .sticker-image {
    width: 200px;
    height: 200px;
  }

  .brand-intro-heading {
    font-size: 28px;
  }
}
