:root {
  --acme-primary: #002d88;
  --acme-primary-dark: #001e5c;
  --acme-gold: #fbe10a;
  --acme-white: #ffffff;
}

.acme-hero-swiper,
.acme-hero-swiper .swiper-slide {
  position: relative;
  min-height: var(--acme-equal-slide-height, 80vh);
}

.acme-hero-swiper .swiper-wrapper {
  align-items: stretch;
}

.acme-hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}

.acme-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 6s ease;
}

.acme-hero-swiper .swiper-slide-active .acme-slide-bg {
  transform: scale(1.06);
}

.acme-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 20, 70, 0.9) 0%, rgba(0, 40, 120, 0.74) 56%, rgba(0, 0, 0, 0.45) 100%);
}

.acme-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(100%, 1328px);
  margin: 0 auto;
  padding: 0;
}


.acme-slide-two-col {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}

.acme-slide-two-col--single {
  grid-template-columns: 1fr;
}

.acme-slide-two-col--single .acme-slide-col-left {
  max-width: 840px;
}

.acme-slide-col-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.acme-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 184, 0, 0.18);
  color: var(--acme-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 184, 0, 0.4);
}

.acme-th-title {
  color: var(--acme-gold);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 800;
}

.acme-th-subtitle {
  color: var(--acme-white);
  font-size: clamp(1rem, 2vw, 1.4rem);
  letter-spacing: 0.04em;
  font-weight: 700;
}

.acme-th-tagline {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.acme-prize-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.acme-prize-card {
  border-radius: 14px;
  padding: 0.85rem 0.8rem;
  background: linear-gradient(140deg, rgba(0, 45, 136, 0.42), rgba(0, 20, 70, 0.56));
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  min-width: 0;
}

.acme-prize-rank {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--acme-gold);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.acme-prize-total {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0.35rem 0;
}

.acme-prize-breakdown span {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
}

.acme-btn-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-top: 0.3rem;
  padding: 0.78rem 1.45rem;
  border-radius: 999px;
  background: var(--acme-gold);
  color: var(--acme-primary) !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.25s ease;
}

.acme-btn-cta:hover {
  color: var(--acme-white) !important;
  background: var(--acme-primary);
}

.acme-btn-cta--secondary {
  margin-left: 1rem;
  background: #ED1D24;
  color: var(--acme-white);
  border: 1px solid #ED1D24;
}

.acme-btn-cta--secondary:hover {
  background: #D90D14;
}

.acme-slide-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  margin-top: 1.1rem;
}

.acme-slide-col-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
}

.acme-th-img-wrap {
  position: relative;
  width: 100%;
  max-width: 550px;
  padding: 0.75rem;
  isolation: isolate;
}

.acme-th-photo-card {
  position: relative;
  z-index: 2;
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.34);
}

.acme-th-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(0, 0, 0, 0.02) 8%, rgba(0, 45, 136, 0.16) 100%);
}

.acme-th-photo-card__shine {
  position: absolute;
  top: 0;
  left: -40%;
  width: 44%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.32) 50%, transparent 100%);
  transform: skewX(-14deg);
  animation: acmeCardShine 5.6s ease-in-out infinite;
  z-index: 2;
}

.acme-th-students-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 42px;
  display: block;
}

.acme-th-bubble {
  position: absolute;
  pointer-events: none;
}

.acme-th-bubble--tr {
  display: none;
}

.acme-th-bubble--bl {
  width: 220px;
  height: 220px;
  right: -44px;
  top: -58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #ffc04a 0%, #ff9f25 55%, #f18a00 100%);
  opacity: 0.85;
}

.acme-th-dots {
  position: absolute;
  left: -26px;
  bottom: 24px;
  width: 94px;
  height: 126px;
  background-image: radial-gradient(rgba(22, 110, 212, 0.95) 3.6px, transparent 3.8px);
  background-size: 18px 18px;
  z-index: -1;
}

.acme-slide-content {
  max-width: 680px;
}

.acme-generic-one-col {
  max-width: 760px;
}

.acme-generic-two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 2rem;
}

.acme-generic-col-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.acme-generic-photo-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.32);
}

.acme-generic-right-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.acme-th-img-wrap--generic {
  max-width: 460px;
}

.acme-th-img-wrap--generic .acme-th-bubble--tr {
  display: none;
}

.acme-slide-content h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.15;
  margin: 0.9rem 0;
}

.acme-text-accent {
  color: var(--acme-gold);
  display:block;
}

.acme-slide-content p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  margin-bottom: 1.4rem;
}

.acme-slide-content > *:last-child {
  margin-bottom: 0;
}

.acme-hero-swiper .swiper-pagination {
  bottom: 1.4rem;
}

.acme-hero-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.65);
  width: 10px;
  height: 10px;
  opacity: 1;
}

.acme-hero-swiper .swiper-pagination-bullet-active {
  background: var(--acme-gold);
  width: 30px;
  border-radius: 5px;
}

.acme-hero-swiper .swiper-button-next,
.acme-hero-swiper .swiper-button-prev {
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.09);
}

.acme-hero-swiper .swiper-button-next::after,
.acme-hero-swiper .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 700;
}

@keyframes acmeCardShine {
  0%, 20% { left: -42%; opacity: 0; }
  35% { opacity: .9; }
  70% { left: 130%; opacity: .75; }
  100% { left: 130%; opacity: 0; }
}

@media (max-width: 1023px) {
  .acme-hero-swiper,
  .acme-hero-swiper .swiper-slide {
    min-height: var(--acme-equal-slide-height, auto);
  }

  .acme-hero-swiper .swiper-slide {
    padding: 5.5rem 0 4.75rem;
  }

  .acme-slide-content {
    max-width: 100%;
  }

  .acme-slide-two-col {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .acme-slide-col-right {
    display: none;
  }

  .acme-prize-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .acme-generic-two-col {
    grid-template-columns: 1fr;
  }

  .acme-generic-col-right {
    display: none;
  }
}

@media (max-width: 639px) {
    
    .acme-hero-container {
      padding: 0 clamp(1rem, 2.5vw, 2rem);
    }

  .acme-hero-swiper .swiper-slide {
    padding: 4.5rem 0 4.25rem;
  }

  .acme-hero-badge {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    padding: 0.32rem 0.8rem;
  }

  .acme-slide-content h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
    margin: 0.7rem 0;
  }

  .acme-th-subtitle {
    font-size: 0.92rem;
  }

  .acme-slide-content p {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1rem;
  }

  .acme-prize-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .acme-prize-card {
    padding: 0.8rem 0.8rem;
  }

  .acme-prize-rank {
    font-size: 0.72rem;
  }

  .acme-prize-total {
    font-size: 1.05rem;
  }

  .acme-prize-breakdown span {
    font-size: 0.72rem;
  }

  .acme-hero-swiper .swiper-button-next,
  .acme-hero-swiper .swiper-button-prev {
    display: none;
  }

  .acme-slide-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .acme-btn-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    padding: 0.82rem 1rem;
  }

  .acme-btn-cta--secondary {
    margin-left: 0;
    margin-top: 0;
  }

  .acme-hero-swiper .swiper-pagination {
    bottom: 1rem;
  }
}
