.highlight-card {
  border-radius: 16px;
  background: var(--GRADIENT-1, linear-gradient(90deg, #ECDB75 0%, #EEBC5A 100.19%));
  box-shadow: 0px 9px 8px 0px rgba(255, 188, 79, 0.16);
  padding: 16px;
}

.highlight-card p {
  margin-bottom: 0;
}

.highlight-card .title {
  margin-bottom: 8px;
  color: #855301;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.highlight-card .subtitle {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .highlight-card {
    padding: 8px;
  }

  .highlight-card .title {
    font-size: 10px;
  }

  .highlight-card .subtitle {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .highlight-card {
    padding: 6px;
  }
}

.gpa-polling-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
}

.gpa-polling-section__title {
  /* Base styling now handled by .gpa26-section-title utility class */
  line-height: 1.2; /* Unique line-height for legacy sections */
}

.gpa-polling-section__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gpa-polling-section__list {
    max-width: max-content !important;
  }

  .gpa-success-story__grid {
    max-width: max-content !important;
    grid-auto-rows: 200px !important;
  }
}

@media (min-width: 1024px) {
  .gpa-polling-section__list--slider-desktop {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .gpa-polling-section__list--slider-desktop::-webkit-scrollbar {
    display: none;
  }

  .gpa-polling-section__list--slider-desktop .gpa-polling-section__card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: calc((100% - 48px) / 3);
    scroll-snap-align: start;
  }
}

.gpa-polling-section__card {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.gpa-polling-section__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.gpa-polling-section__image {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  max-height: 220px;
  transition: transform 0.25s ease;
}

.gpa-polling-section__image--placeholder {
  background: #2d2d2d;
}

.gpa-polling-section__year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
}

@media (min-width: 1024px) {
  .gpa-polling-section__card:hover .gpa-polling-section__image,
  .gpa-polling-section__card:focus-visible .gpa-polling-section__image {
    transform: scale(1.04);
  }
}

@media (min-width: 768px) {
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
  /* Title font-size now handled by .gpa26-section-title utility class */
}

@media (min-width: 1280px) {
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
  /* Title font-size now handled by .gpa26-section-title utility class */
}

@media (max-width: 1023px) {
  .gpa-polling-section {
    align-items: center;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  /* Title font-size now handled by .gpa26-section-title utility class (mobile) */

  .gpa-polling-section__list {
    width: 100%;
    max-width: 343px;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .gpa-polling-section__list::-webkit-scrollbar {
    display: none;
  }

  .gpa-polling-section__card {
    width: 300px;
    min-width: 300px;
    height: 188px;
    min-height: 188px;
  }

  .gpa-polling-section__image {
    min-height: 188px;
  }

  .gpa-polling-section__year {
    color: rgba(255, 255, 255, 0.5);
  }
}

.gpa-success-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
}

.gpa-success-story__title {
  /* Base styling now handled by .gpa26-section-title utility class */
  line-height: 1.2; /* Unique line-height for legacy sections */
}

.gpa-success-story__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 200px;
  gap: 16px;
}

.gpa-success-story__tile {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.gpa-success-story__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gpa-success-story__tile--1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.gpa-success-story__tile--2 {
  grid-column: 1 / span 1;
  grid-row: 3 / span 1;
}

.gpa-success-story__tile--3 {
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}

.gpa-success-story__tile--4 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
}

.gpa-success-story__tile--5 {
  grid-column: 4 / span 1;
  grid-row: 1 / span 1;
}

.gpa-success-story__tile--6 {
  grid-column: 3 / span 2;
  grid-row: 2 / span 2;
}

.gpa-success-story__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 97px;
  min-height: 40px;
  padding: 8px;
  border-radius: 0;
  background: linear-gradient(90deg, #ecda75 0%, #e0ab2e 100%);
  color: #000 !important;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .gpa-success-story__tile:hover .gpa-success-story__image,
  .gpa-success-story__cta:hover,
  .gpa-success-story__cta:focus-visible {
    transform: scale(1.02);
  }
}

@media (min-width: 768px) {
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
  /* Title font-size now handled by .gpa26-section-title utility class */
}

@media (min-width: 1280px) {
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
  /* Title font-size now handled by .gpa26-section-title utility class */
}

@media (max-width: 1023px) {
  .gpa-success-story {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  /* Title font-size now handled by .gpa26-section-title utility class (mobile) */

  .gpa-success-story__grid {
    width: 100%;
    max-width: 350px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 120px;
    gap: 10px;
  }

  .gpa-success-story__tile--1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }

  .gpa-success-story__tile--2 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
  }

  .gpa-success-story__tile--3 {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
  }

  .gpa-success-story__tile--4 {
    grid-column: 1 / span 2;
    grid-row: 4 / span 2;
  }

  .gpa-success-story__tile--5 {
    grid-column: 1 / span 1;
    grid-row: 6 / span 1;
  }

  .gpa-success-story__tile--6 {
    grid-column: 2 / span 1;
    grid-row: 6 / span 1;
  }
}

.gpa-category-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
}

.gpa-category-section__header {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 30px;
}

.gpa-category-section__header-line {
  flex: 1 1 0;
  min-width: 0;
  height: 1px;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(239, 192, 93, 0) 0%,
    rgba(239, 192, 93, 1) 45%,
    rgba(239, 192, 93, 0) 100%
  );
}

.gpa-category-section__title {
  /* Base styling now handled by .gpa26-section-title utility class */
  flex-shrink: 0; /* Unique property for centered title with decorative lines */
  line-height: 1.2; /* Unique line-height for legacy sections */
}

.gpa-category-section__body {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 50px;
}

.gpa-category-section__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 30px;
}

.gpa-category-section__block--media {
  align-items: stretch;
}

.gpa-category-section__block-title {
  margin: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.gpa-category-section__infinity {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gpa-category-section__signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.gpa-category-section__signature
  .gpa-category-section__card--signature:first-child:last-child {
  flex: 0 0 auto;
}

.gpa-category-section__media {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

.gpa-category-section__card {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.gpa-category-section__card--infinity {
  max-width: 270px;
  max-height: 146px;
}

.gpa-category-section__card--signature {
  max-width: 240px;
  max-height: 129px;
}

.gpa-category-section__card--media {
  width: 100%;
  height: auto;
}

.gpa-category-section__card-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}

@media (min-width: 1024px) {
  .gpa-category-section__card:hover .gpa-category-section__card-img,
  .gpa-category-section__card:focus-visible .gpa-category-section__card-img {
    transform: scale(1.04);
  }
}

@media (min-width: 768px) {
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
  /* Title font-size now handled by .gpa26-section-title utility class */
}

@media (min-width: 1280px) {
  /* Horizontal padding now handled by .gpa26-container-padding utility class */
  /* Title font-size now handled by .gpa26-section-title utility class */
}

@media (max-width: 1023px) {
  .gpa-category-section {
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  /* Title font-size now handled by .gpa26-section-title utility class (mobile) */

  .gpa-category-section__header {
    gap: 20px;
  }

  .gpa-category-section__header-line {
    background: rgba(255, 255, 255, 0.3);
  }

  .gpa-category-section__body {
    gap: 24px;
  }

  .gpa-category-section__block {
    gap: 16px;
  }

  .gpa-category-section__block-title {
    font-weight: 500;
  }

  .gpa-category-section__card--infinity {
    max-width: 200px;
    max-height: 108px;
  }

  .gpa-category-section__signature {
    gap: 10px;
  }

  .gpa-category-section__signature
    .gpa-category-section__card--signature:first-child:last-child {
    flex: 0 1 auto;
    max-width: 100%;
  }

  .gpa-category-section__card--signature {
    width: auto;
    min-width: 0;
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    height: auto;
    min-height: 72px;
  }

  .gpa-category-section__media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gpa-category-section__card--media {
    min-height: 72px;
  }
}
