/* ===== Base / globals ===== */
:root {
  --hero-bg-start: #102d87;
  --hero-bg-end: #081a57;
  --hero-text: #ffffff;
  --hero-accent: #f9b21d;
  --hero-accent-secondary: #27c7ff;
  --hero-copy: rgba(255, 255, 255, 0.88);
  --hero-surface: rgba(255, 255, 255, 0.08);
  --hero-border: rgba(255, 255, 255, 0.12);
  --hero-shadow: 0 24px 60px rgba(2, 8, 30, 0.35);
}

img {
  display: block;
  max-width: 100%;
}

.crm-bonus-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .crm-bonus-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .crm-bonus-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .crm-bonus-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .crm-bonus-container {
    max-width: 1140px;
  }
}

.crm-bonus-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.crm-bonus-page {
  min-height: 100vh;
}

/* ===== Hero section ===== */
.hero-section {
  display: flex;
  width: 100%;
  background-image: url("https://www.unicesumar.edu.br/wp-content/themes/unicesumar/templates/vale-bonus/img/hero-section-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-section__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-section__layout {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: row;
  overflow: hidden;
}

.hero-section__content {
  display: flex;
  width: 50%;
  flex-direction: column;
  text-align: left;
  margin-top: 49px;
  margin-bottom: 55px;
}

.hero-section__title {
  margin: 0;
  font-family: "Onest", Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.4px;
  color: var(--hero-text);
  margin-bottom: 43.22px;
}

.hero-section__title-line {
  font-size: 56px;
  display: block;
}

.hero-section__title-line--small {
  font-size: 48px;
}

.hero-section__title-secondary {
  display: inline-block;
}

.hero-section__title-secondary-text {
  font-size: 48px;
}

.hero-section__title-strong {
  font-weight: 800;
}

.hero-section__title-accent {
  font-weight: 800;
  color: var(--hero-accent);
}

.hero-section__title-copy {
  font-size: 48px;
}

.hero-section__title-line--secondary {
  font-size: 56px;
  font-weight: 700;
  line-height: 47.76px;
  color: var(--hero-accent-secondary);
}

.hero-section__description {
  font-family: "Onest", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--hero-text);
  margin: 0;
}

.hero-section__brand {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 10px;
}

.hero-section__brand-separator {
  width: 2px;
  height: 25.5px;
  border-radius: 999px;
  background: #ffffff;
}

.hero-section__media {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 50%;
}

.hero-section__media-circle {
  max-width: 100%;
  height: auto;
  display: block;
  filter: brightness(1.5) saturate(1.1);
}

.hero-section__media-shadow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  height: auto;
  z-index: 0;
}

.hero-section__media-gift {
  position: absolute;
  max-width: 65%;
  height: auto;
  bottom: 0;
  transform: translateY(0);
  z-index: 1;
}

@media (max-width: 768px) {
  .hero-section__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-section__content {
    width: 100%;
    margin-top: 19px;
    align-items: center;
    text-align: center;
  }

  .hero-section__title {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .hero-section__title-line {
    font-size: 30px;
  }

  .hero-section__title-line--small,
  .hero-section__title-secondary-text,
  .hero-section__title-copy {
    font-size: 22px;
  }

  .hero-section__title-line--secondary {
    font-size: 28px;
    line-height: 1.1;
  }

  .hero-section__brand {
    justify-content: center;
  }

  .hero-section__media {
    width: 216.42px;
    height: 257.79px;
    margin: 0 auto;
  }

  .hero-section__media-circle {
    max-width: 100%;
  }

  .hero-section__description {
    text-align: center;
    font-size: 11px; /* ~10.98px */
  }

  .hero-section__brand-logo {
    width: 97.59px;
    height: 19.89px;
    object-fit: contain;
  }
}

/* ===== Bonus app section ===== */
.bonus-app-section {
  display: flex;
  background: #e4e4e4;
  width: 100%;
  margin: 0 auto;
}

.bonus-app-section__content {
  display: flex;
  align-items: center;
  gap: 142px;
  flex-direction: row;
  padding: 80px 0;
}

.bonus-app-section__text {
  max-width: 538px;
  font-family: "Onest", Arial, Helvetica, sans-serif;
  color: #1d1d1b;
}

.bonus-app-section__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 0px;
}

.bonus-app-section__title strong {
  font-weight: 800;
}

.bonus-app-section__description {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.bonus-app-section__description:last-child {
  margin-bottom: 0;
}

.bonus-app-section__download {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 49.25px;
}

.bonus-app-section__qrcodes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.bonus-app-section__qr-image {
  width: 157.5px;
  height: 162.18px;
  border: 1.56px solid #000000;
  background: #ffffff;
  object-fit: cover;
  border-radius: 6.49px;
}

.bonus-app-section__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 158px;
  height: 45px;
  box-sizing: border-box;
  padding: 7px 12px;
  border-radius: 12px;
  background: #00467a;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bonus-app-section__button:hover {
  background: #005a9e;
  box-shadow: 0 6px 14px rgba(0, 70, 122, 0.35);
  transform: translateY(-1px);
}

.bonus-app-section__button:focus-visible {
  outline: 2px solid #27c7ff;
  outline-offset: 2px;
}

.bonus-app-section__button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.bonus-app-section__button-text {
  font-family: "poppins", Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.bonus-app-section__button-text span {
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 16.1px;
  font-weight: 700;
}

.bonus-app-section__button-text strong {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .bonus-app-section__content {
    flex-direction: column;
    padding: 40px 16px;
    gap: 32px;
  }

  .bonus-app-section__text {
    width: 100%;
    max-width: none;
  }

  .bonus-app-section__download {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .bonus-app-section__qrcodes {
    width: 100%;
    align-items: stretch;
  }

  .bonus-app-section__qr-image {
    display: none;
  }

  .bonus-app-section__button {
    width: 100%;
    justify-content: center;
  }

  .bonus-app-section__text,
  .bonus-app-section__download {
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  .bonus-app-section__title {
    font-size: 26px;
  }

  .bonus-app-section__description {
    font-size: 18px;
  }

  .bonus-app-section__qrcodes,
  .bonus-app-section__download {
    width: 100%;
  }

  .bonus-app-section__qr-image {
    width: 92px;
    height: 92px;
  }

  .bonus-app-section__download {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .bonus-app-section__qrcodes {
    width: 100%;
    align-items: stretch;
  }

  .bonus-app-section__button {
    width: 100%;
    height: 52px;
    padding: 0 24px;
    justify-content: center;
  }

  .bonus-app-section__button-text {
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 12px;
  }

  .bonus-app-section__button-text span,
  .bonus-app-section__button-text strong {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
  }
}

/* ===== Partnership steps section ===== */
.partnership-steps-section {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 80px 0;
  background: #ffffff;
}

.partnership-steps-section__container {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #1d1d1b;
}

.partnership-steps-section__title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.partnership-steps-section__subtitle {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.3;
}

.partnership-steps-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.partnership-step-card {
  padding: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 16px;
  background: transparent;
}

.partnership-step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49.5px;
  height: 49.5px;
  border-radius: 999px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.partnership-step-card__number--light {
  background: #8dc6f3;
  color: #1d1d1b;
}

.partnership-step-card__number--blue {
  background: #0f82de;
  color: #ffffff;
}

.partnership-step-card__number--dark {
  background: #00467a;
  color: #ffffff;
}

.partnership-step-card__text {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 24px;
  color: #2f3135;
}

.partnership-step-card__text strong {
  font-weight: 700;
}

.partnership-steps-section__footer {
  margin-top: 40px;
}

.partnership-steps-section__footer-line {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #3b3b41;
}

.partnership-steps-section__footer-line--strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .partnership-steps-section {
    padding: 48px 16px;
    padding-right: 0;
    padding-left: 0;
  }

  .partnership-steps-section__title {
    font-size: 26px;
  }

  .partnership-steps-section__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .partnership-steps-section__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .partnership-step-card {
    min-height: auto;
    padding: 16px 20px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .partnership-step-card__number {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 24px;
  }

  .partnership-step-card__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .partnership-step-card__text br {
    display: none;
  }

  .partnership-steps-section__footer-line {
    font-size: 16px;
  }
}

/* ===== Benefits moments section ===== */
.benefits-moments-section {
  background: #f4f4f4;
  padding: 80px 0;
}

.benefits-moments-section__container {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #1d1d1b;
}

.benefits-moments-section__content {
  display: flex;
  align-items: center;
  gap: 89px;
}

.benefits-moments-section__text {
  max-width: 479px;
}

.benefits-moments-section__title {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
}

.benefits-moments-section__title span {
  display: block;
  font-weight: 700;
}

.benefits-moments-section__description {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.45;
  color: #303032;
}

.benefits-moments-section__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.benefits-moments-section__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-radius: 4px;
  border: 1px solid #363634;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 1.3;
  color: #303032;
}

.benefits-moments-section__media {
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.benefits-moments-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .benefits-moments-section {
    padding: 0;
    padding: 64px 16px;
  }

  .benefits-moments-section__container {
    padding-right: 0;
    padding-left: 0;
  }

  .benefits-moments-section__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .benefits-moments-section__text {
    width: 100%;
  }

  .benefits-moments-section__media {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
  }

  .benefits-moments-section__media .benefits-moments-section__image {
    object-position: center 50%;
  }

  .benefits-moments-section__tags {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
  }

  .benefits-moments-section__tag {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  .benefits-moments-section__tag:nth-child(1) {
    width: 203px;
    flex: 0 0 auto;
  }

  .benefits-moments-section__tag:nth-child(2) {
    width: auto;
    flex: 1 1 auto;
  }

  .benefits-moments-section__tag:nth-child(3) {
    flex-basis: 100%;
  }

  .benefits-moments-section__title {
    font-size: 26px;
    line-height: 1.25;
  }

  .benefits-moments-section__description {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* ===== Campaign info section ===== */
.campaign-info-section {
  background: #00467a;
  padding: 32px 0;
}

.campaign-info-section__container {
  margin: 0 auto;
  text-align: center;
  font-family: "titillium web", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 400;
}

.campaign-info-section__text {
  margin: 0;
  font-size: 28px;
  line-height: 1.5;
}

.campaign-info-section__text + .campaign-info-section__text {
  margin-top: 8px;
}

.campaign-info-section__text--strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .campaign-info-section {
    padding: 48px 16px;
  }

  .campaign-info-section__container {
    padding: 0;
  }
  .campaign-info-section__text {
    font-size: 24px;
  }
  .campaign-info-section__text + .campaign-info-section__text {
    margin-top: 16px;
  }
}

.benefit-reason-section {
  background: #ffffff;
  padding: 80px 0;
}

.benefit-reason-section__container {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #1d1d1b;
}

.benefit-reason-section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 105px;
}

.benefit-reason-section__media {
  flex: 0 0 443px;
  border-radius: 16px;
  overflow: hidden;
}

.benefit-reason-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.benefit-reason-section__text {
  max-width: 498px;
}

.benefit-reason-section__title {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.benefit-reason-section__title strong {
  font-weight: 700;
}

.benefit-reason-section__description {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
}

.benefit-reason-section__highlight {
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .benefit-reason-section {
    padding: 48px 16px;
  }

  .benefit-reason-section__container {
    padding-right: 0;
    padding-left: 0;
  }

  .benefit-reason-section__content {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .benefit-reason-section__media {
    width: 100%;
    flex: 0 0 auto;
  }
}

/* ===== About vale bonus section ===== */
.about-vale-bonus-section {
  background: url("https://www.unicesumar.edu.br/wp-content/themes/unicesumar/templates/vale-bonus/img/about-vale-bonus-bg.webp") center center / cover
    no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.about-vale-bonus-section__container {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.about-vale-bonus-section__content {
  display: flex;
  height: 502px;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.about-vale-bonus-section__text {
  max-width: 460px;
}

.about-vale-bonus-section__brand-container {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
}

.about-vale-bonus-section__title {
  font-size: 34px;
  margin: 0 0;
}

.about-vale-bonus-section__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 6px;
}

.about-vale-bonus-section__brand-icon {
  height: 40px;
  width: auto;
}

.about-vale-bonus-section__brand-text {
  font-weight: 700;
  text-transform: lowercase;
}

.about-vale-bonus-section__description {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.about-vale-bonus-section__qrs {
  display: flex;
  gap: 74px;
}

.about-vale-bonus-section__media {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.about-vale-bonus-section__light {
  position: absolute;
  bottom: -6%;
  left: 40%;
  transform: translateX(-50%);
  max-width: 400%;
  height: auto;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.about-vale-bonus-section__image {
  display: block;
  width: 100%;
  height: 502px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .about-vale-bonus-section__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    height: auto;
  }

  .about-vale-bonus-section__media {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-vale-bonus-section {
    padding: 48px 16px;
  }

  .about-vale-bonus-section__container {
    padding-right: 0;
    padding-left: 0;
  }

  .about-vale-bonus-section__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    height: auto;
  }

  .about-vale-bonus-section__text {
    z-index: 2;
    max-width: none;
  }

  .about-vale-bonus-section__qrs {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .about-vale-bonus-section__media {
    margin-top: 32px;
    transform: none;
    justify-content: center;
  }

  .about-vale-bonus-section__image {
    width: auto;
    max-width: 260px;
    height: auto;
    max-height: 260px;
    object-fit: contain;
  }
}

/* ===== Categories section ===== */
.categories-section {
  background: #f4f4f4;
  padding-top: 64.59px;
  padding-bottom: 43.8px;
}

.categories-section__container {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #1d1d1b;
}

.categories-section__content {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 51px;
}

.categories-section__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 20px;
  max-width: 640px;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #c9c9c9;
  background: #ffffff;
}

.category-card__icon {
  font-size: 32px;
  line-height: 1;
}

.category-card__label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.category-card--highlight {
  background: #bfe5ff;
}

.categories-section__text {
  max-width: 279px;
}

.categories-section__title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.categories-section__title span {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .categories-section__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .categories-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .categories-section {
    padding: 48px 16px;
  }

  .categories-section__container {
    padding-right: 0;
    padding-left: 0;
  }

  .categories-section__content {
    width: 100%;
  }

  .categories-section__grid {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .categories-section__grid .category-card {
    min-width: 0;
  }

  .categories-section__text {
    max-width: none;
  }

  /* Ordem do template: 2 colunas × 4 linhas */
  .categories-section__grid .category-card:nth-child(1) {
    order: 1;
  }
  .categories-section__grid .category-card:nth-child(2) {
    order: 3;
  }
  .categories-section__grid .category-card:nth-child(3) {
    order: 5;
  }
  .categories-section__grid .category-card:nth-child(4) {
    order: 7;
  }
  .categories-section__grid .category-card:nth-child(5) {
    order: 2;
  }
  .categories-section__grid .category-card:nth-child(6) {
    order: 4;
  }
  .categories-section__grid .category-card:nth-child(7) {
    order: 6;
  }
  .categories-section__grid .category-card:nth-child(8) {
    order: 8;
  }
}

/* ===== Partners section ===== */
.partners-section {
  background: #f4f4f4;
  padding: 64px 0;
}

.partners-section__container {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #1d1d1b;
}

.partners-section__content {
  display: flex;
  gap: 133px;
}

.partners-section__text {
  max-width: 260px;
}

.partners-section__eyebrow {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 400;
}

.partners-section__title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}

.partners-section__title strong {
  font-weight: 700;
}

.partners-section__logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px 24px;
  align-items: center;
  justify-items: center;
}

.partners-section__logo {
  display: block;
  width: 75px;
  height: 41px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .partners-section__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .partners-section__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .partners-section {
    padding: 48px 0;
  }

  .partners-section__container {
    padding-right: 0;
    padding-left: 0;
  }

  .partners-section__content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
  }

  .partners-section__text {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }

  .partners-section__text p {
    font-size: 30px;
  }

  .partners-section__title strong {
    font-size: 30px;
  }

  .partners-section__eyebrow {
    margin-bottom: 4px;
  }

  .partners-section__title {
    text-align: center;
  }

  .partners-section__logos {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 20px;
    align-items: center;
    justify-items: center;
  }

  .partners-section__logo {
    width: 100%;
    max-width: 75px;
    height: auto;
    max-height: 41px;
    object-fit: contain;
  }
}

/* ===== Campaigns CTA section ===== */
.campaigns-cta-section {
  background: #ffffff;
  padding: 80px 0;
}

.campaigns-cta-section__container {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #1d1d1b;
}

.campaigns-cta-section__content {
  display: flex;
  align-items: center;
  gap: 103px;
}

.campaigns-cta-section__text {
  max-width: 460px;
}

.campaigns-cta-section__title {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

.campaigns-cta-section__title span {
  display: block;
  font-weight: 700;
}

.campaigns-cta-section__description {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.5;
}

.campaigns-cta-section__description + .campaigns-cta-section__description {
  margin: 0;
}

.campaigns-cta-section__link {
  display: inline-block;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
  letter-spacing: 0;
  line-height: 18.4px;
}

.campaigns-cta-section__link-s {
  letter-spacing: -0.1em;
  margin-left: -0.09em;
}

.campaigns-cta-section__link:focus-visible,
.campaigns-cta-section__link:hover {
  color: #00467a;
  border-color: #00467a;
}

.campaigns-cta-section__media {
  width: 443px;
  height: 307px;
  border-radius: 10.37px;
  overflow: hidden;
}

.campaigns-cta-section__image {
  width: 443px !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .campaigns-cta-section {
    padding: 48px 16px;
  }

  .campaigns-cta-section__container {
    padding-right: 0;
    padding-left: 0;
  }

  .campaigns-cta-section__content {
    flex-direction: column;
    gap: 32px;
  }

  .campaigns-cta-section__media {
    width: 100%;
    flex: 0 0 auto;
  }
}
