/**
 * Styles khusus template: persona-mahasiswa.php
 * Prefiks kelas: mhs- (mirror struktur perguruan-tinggi-swasta).
 */
/* ========== SECTION TANTANGAN ========== */
.mhs-challenges {
  background: #F8FAFC;
  padding: clamp(2.25rem, 5vw, 4rem) 0;
}

.mhs-challenges__header {
  text-align: center;
  max-width: 54rem;
  margin: 0 auto 2.25rem;
  padding: 0 1rem;
}

.mhs-challenges__eyebrow {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E31F26;
  margin-bottom: .4rem;
  font-family: 'Inter', sans-serif !important;
}

.mhs-challenges__title {
  margin: 0 0 .75rem;
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
  font-weight: 600;
  line-height: 1.28;
  color: #111827;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-challenges__subtitle {
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #6B7280;
  font-family: 'Inter', sans-serif !important;
}

.mhs-challenges__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}


.mhs-challenges-card {
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, .18);
  border-radius: 1rem;
  padding: 3rem 1rem;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
  transition: box-shadow .22s ease, transform .22s ease;
}

.mhs-challenges-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(59, 130, 246, .08);
  border: 1px solid rgba(59, 130, 246, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .9rem;
  flex-shrink: 0;
}

.mhs-challenges-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
  overflow: hidden;
}

.mhs-challenges-card__title {
  margin: 0 0 .55rem;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #0f172a;
  font-weight: 700;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-challenges-card__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #6B7280;
  font-family: 'Inter', sans-serif !important;
  flex: 1 1 auto;
  min-width: 0;
}

.mhs-challenges-card:hover {
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.10);
  transform: translateY(-2px);
}


/* ========== SECTION SOLUSI (Karirlink + Blog) ========== */
.mhs-solusi {
  padding: clamp(2.25rem, 4.2vw, 3.75rem) 0;
  background: #ffffff;
}

.mhs-solusi__inner {
  width: 100%;
}

.mhs-solusi__header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}

.mhs-solusi__eyebrow {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E31F26;
  margin-bottom: .4rem;
  font-family: 'Inter', sans-serif !important;
}

.mhs-solusi__title {
  margin: 0 0 .65rem;
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
  font-weight: 600;
  line-height: 1.28;
  color: #111827;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-solusi__subtitle {
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #6B7280;
  font-family: 'Inter', sans-serif !important;
}

.mhs-solusi__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.mhs-solusi-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  border-radius: clamp(16px, 2vw, 22px);
  border: 1px solid #E5E7EB;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important;
}

.mhs-solusi-card__intro {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.mhs-solusi-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: rgba(57, 84, 164, 0.12);
  border: 1px solid rgba(57, 84, 164, 0.2);
  color: #3954A4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mhs-solusi-card__icon svg {
  width: 1.375rem;
  height: 1.375rem;
}

.mhs-solusi-card__name {
  margin: 0 0 0.2rem;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 700;
  color: #0f172a;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-solusi-card__url {
  font-size: 0.9rem;
  font-weight: 600;
  color: #3954A4;
  text-decoration: none;
}

.mhs-solusi-card__url:hover {
  text-decoration: underline;
}

.mhs-solusi-card__desc {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4B5563;
}

.mhs-solusi-card__mock {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  background: #F8FAFC;
  margin-bottom: 1.1rem;
  flex: 1 1 auto;
  min-height: 0;
}

.mhs-solusi-job {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #E5E7EB;
}

.mhs-solusi-job:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mhs-solusi-job:first-child {
  padding-top: 0;
}

.mhs-solusi-job__title {
  margin: 0 0 0.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

.mhs-solusi-job__meta {
  margin: 0;
  font-size: 0.72rem;
  color: #64748B;
  line-height: 1.35;
}

.mhs-solusi-job__tag {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}

.mhs-solusi-job__tag--magang {
  background: #FFF4E6;
  color: #C2410C;
}

.mhs-solusi-job__tag--full {
  background: #EEF2FF;
  color: #3954A4;
}

.mhs-solusi-card__mock--blog {
  padding: 0.5rem 0.6rem;
}

.mhs-solusi-blogrow {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #E5E7EB;
}

.mhs-solusi-blogrow:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mhs-solusi-blogrow:first-child {
  padding-top: 0;
}

.mhs-solusi-blogrow__badge {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #ffffff;
}

.mhs-solusi-blogrow__badge--cv {
  background: #3954A4;
}

.mhs-solusi-blogrow__badge--iv {
  background: #E31F26;
}

.mhs-solusi-blogrow__badge--be {
  background: #CA8A04;
}

.mhs-solusi-blogrow__cat {
  margin: 0 0 0.15rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E31F26;
}

.mhs-solusi-blogrow__headline {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
}

.mhs-solusi-blogrow__foot {
  margin: 0;
  font-size: 0.68rem;
  color: #94A3B8;
}

.mhs-solusi-card__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.72rem 1.1rem;
  min-height: 46px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif !important;
  background: #3954A4;
  color: #ffffff;
  text-decoration: none;
  border: 1.5px solid #3954A4;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.mhs-solusi-card__btn:hover {
  background: #2a4080;
  border-color: #2a4080;
  color: #ffffff;
}

@media only screen and (min-width: 52rem) {
  .mhs-solusi__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}


/* ========== SECTION TIPS UNTUK KAMU ========== */
.mhs-tips {
  padding: clamp(2.25rem, 4.2vw, 3.75rem) 0;
  background: #F1F5F9;
}

.mhs-tips__inner {
  width: 100%;
}

.mhs-tips__header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}

.mhs-tips__eyebrow {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E31F26;
  margin-bottom: .4rem;
  font-family: 'Inter', sans-serif !important;
}

.mhs-tips__title {
  margin: 0 0 .65rem;
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
  font-weight: 600;
  line-height: 1.28;
  color: #111827;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-tips__subtitle {
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #6B7280;
  font-family: 'Inter', sans-serif !important;
}

.mhs-tips__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.mhs-tips-card {
  border-radius: clamp(14px, 2vw, 18px);
  overflow: hidden;
  border: 1px solid #E2E8F0;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mhs-tips-card__visual {
  position: relative;
  min-height: clamp(7.5rem, 18vw, 9.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.1rem 1.25rem;
  box-sizing: border-box;
}

.mhs-tips-card--blue .mhs-tips-card__visual {
  background: linear-gradient(145deg, #3954A4 0%, #2a4080 100%);
}

.mhs-tips-card--red .mhs-tips-card__visual {
  background: linear-gradient(145deg, #E31F26 0%, #b81820 100%);
}

.mhs-tips-card__pill {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f172a;
  background: #ffffff;
}

.mhs-tips-card__hero {
  align-self: center;
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.02em;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-tips-card__body {
  padding: clamp(1.1rem, 2vw, 1.35rem);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.mhs-tips-card__meta {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #64748B;
}

.mhs-tips-card__meta-cat {
  color: #E31F26;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mhs-tips-card__headline {
  margin: 0 0 0.55rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-tips-card__desc {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #64748B;
  flex: 1 1 auto;
}

.mhs-tips-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #3954A4;
  text-decoration: none;
}

.mhs-tips-card__link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 48rem) {
  .mhs-tips__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* ========== SECTION SUKSES STORY (testimonial grid) ========== */
.mhs-success-story {
  padding: clamp(2.4rem, 4vw, 3.5rem) 0;
  background: #F1F5F9;
}

.mhs-success-story__wrap {
  width: 100%;
}

.mhs-success-story__intro {
  text-align: center;
  max-width: 54rem;
  margin: 0 auto 2.25rem;
  padding: 0 1rem;
}

.mhs-success-story__eyebrow {
  margin: 0 0 .4rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3954A4;
  font-family: 'Inter', sans-serif !important;
}

.mhs-success-story__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.2;
  color: #111827;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-success-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.mhs-success-story__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 2.25rem);
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: clamp(14px, 2vw, 20px);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}

.mhs-success-story__quote {
  margin: 0 0 clamp(1.25rem, 2vw, 1.75rem);
  padding: 0;
  border: 0;
  flex: 1 1 auto;
}

.mhs-success-story__quote p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.65;
  color: #64748B;
  font-family: 'Inter', sans-serif !important;
}

.mhs-success-story__meta {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: auto;
}

.mhs-success-story__avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  overflow: hidden;
  background: #E2E8F0;
}

.mhs-success-story__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mhs-success-story__who {
  min-width: 0;
  text-align: left;
}

.mhs-success-story__name {
  margin: 0 0 .2rem;
  font-size: .95rem;
  font-weight: 700;
  color: #1E293B;
  line-height: 1.35;
  font-family: 'Inter', sans-serif !important;
}

.mhs-success-story__role {
  margin: 0;
  font-size: .82rem;
  line-height: 1.45;
  color: #94A3B8;
  font-family: 'Inter', sans-serif !important;
}

.mhs-success-story__cta-wrap {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  justify-content: center;
}

.mhs-success-story__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .7rem 1.5rem;
  min-height: 46px;
  border-radius: 10px;
  font-size: .96rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif !important;
  background: #3954A4;
  color: #ffffff;
  text-decoration: none;
  border: 1.5px solid #3954A4;
  transition: background .2s ease, border-color .2s ease;
}

.mhs-success-story__cta:hover {
  background: #2e4490;
  border-color: #2e4490;
  color: #ffffff;
}

@media only screen and (min-width: 48rem) {
  .mhs-success-story__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 64rem) {
  .mhs-success-story__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.15rem, 2vw, 1.65rem);
  }
}

/* ========== HERO PTN — split (teks kiri + gambar kanan) ========== */
.mhs-hero--split {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.mhs-hero--split::before,
.mhs-hero--split::after {
  display: none;
}

.mhs-hero--split .mhs-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  min-height: 0;
  padding-block: clamp(1.75rem, 4vw, 3rem);
  padding-inline: 0;
}

.mhs-hero__copy {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.mhs-hero__eyebrow {
  margin: 0 0 .65rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D32F2F;
  font-family: 'Inter', sans-serif !important;
}

.mhs-hero--split .mhs-hero__title {
  margin: 0 0 1rem;
  color: #1A202C;
  font-weight: 700;
  font-size: clamp(1.55rem, 4.2vw, 2.65rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.mhs-hero--split .mhs-hero__subtitle {
  margin: 0;
  max-width: 40rem;
  color: #718096;
  font-size: clamp(.95rem, 1.35vw, 1.08rem);
  line-height: 1.65;
  font-family: 'Inter', sans-serif !important;
}

.mhs-hero--split .mhs-hero__actions {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: .65rem;
  width: 100%;
  max-width: 100%;
}

.mhs-hero__btn {
  font-family: 'Inter', sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 10px;
  padding: .65rem 1.15rem;
  min-height: 44px;
  text-decoration: none;
  font-weight: 600;
  font-size: .95rem;
  box-sizing: border-box;
  width: 100%;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.mhs-hero__btn--primary {
  background: #5A67D8;
  color: #ffffff;
  border: 1.5px solid #5A67D8;
}

.mhs-hero__btn--primary:hover {
  background: #4c58c4;
  border-color: #4c58c4;
  color: #ffffff;
}

.mhs-hero__btn--outline {
  background: #fff;
  color: #5A67D8;
  border: 1.5px solid #5A67D8;
}

.mhs-hero__btn--outline:hover {
  background: rgba(90, 103, 216, 0.06);
}

.mhs-hero__media {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.mhs-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(52vh, 420px);
  object-fit: cover;
  border-radius: clamp(16px, 2.5vw, 28px);
  background: #EEF2F9;
}

@media only screen and (min-width: 48rem) {
  .mhs-hero--split .mhs-hero__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.75rem, 3.5vw, 3rem);
    padding-block: clamp(2rem, 4vw, 3.25rem);
  }

  .mhs-hero__copy {
    flex: 1 1 54%;
    max-width: 54%;
  }

  .mhs-hero__media {
    flex: 1 1 42%;
    max-width: 42%;
  }

  .mhs-hero--split .mhs-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: none;
  }

  .mhs-hero--split .mhs-hero__btn {
    width: auto;
    min-width: 10.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mhs-hero__img {
    max-height: none;
    aspect-ratio: 4 / 3;
  }
}

@media only screen and (min-width: 64rem) {
  .mhs-hero--split .mhs-hero__title {
    font-size: clamp(2rem, 2.8vw, 2.75rem);
  }
}

/* MOBILE LANDSCAPE — hero split */
@media only screen and (max-width: 47.9375rem) and (orientation: landscape) {
  .mhs-hero__img {
    max-height: 220px;
  }
}

/* ========== CTA COLOR TWEAK (PTS) ========== */

.section.section_cta-mhs.section_cta--landing {
  background: #F8FAFC;
}

.section.section_cta-mhs.section_cta--landing .cta-landing__card {
  background: linear-gradient(90deg, #2f55b7 0%, #4373de 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.section.section_cta-mhs.section_cta--landing .cta-landing__copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  justify-content: start;
}

.section.section_cta-mhs.section_cta--landing .cta-landing__title {
  margin: 0 0 .75rem;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.section.section_cta-mhs.section_cta--landing .cta-landing__subtitle {
  margin: 0;
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: 'Inter', sans-serif !important;
}

.section.section_cta-mhs.section_cta--landing #mhs_cta_konsultasi {
  background: #ffffff;
  color: #2f55b7;
  border: 1.5px solid #ffffff;
  box-shadow: none;
}

.section.section_cta-mhs.section_cta--landing #mhs_cta_konsultasi:hover {
  background: #f3f5ff;
  color: #294aa0;
  border-color: #f3f5ff;
}

.section.section_cta-mhs.section_cta--landing .mhs-cta-footnote {
  margin: .35rem 0 0;
  max-width: min(48ch, 100%);
  font-size: .82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Inter', sans-serif !important;
}

.section.section_cta-mhs.section_cta--landing .mhs-cta-footnote__check {
  margin-right: .35rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 47.9999rem) {

  .mhs-hero .mhs-hero__inner,
  .mhs-challenges>.container,
  .mhs-solusi__inner,
  .mhs-tips__inner,
  .mhs-success-story__wrap,
  .section.section_cta-mhs.section_cta--landing .cta-landing__inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .section.section_cta-mhs.section_cta--landing .cta-landing__media {
    display: none !important;
  }

  .section.section_cta-mhs.section_cta--landing .cta-landing__copy {
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
  }

  .section.section_cta-mhs.section_cta--landing #mhs_cta_konsultasi {
    margin-left: auto;
    margin-right: auto;
  }

  .section.section_cta-mhs.section_cta--landing .mhs-cta-footnote {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media only screen and (min-width: 48rem) {

  .mhs-hero .mhs-hero__inner,
  .mhs-challenges>.container,
  .mhs-solusi__inner,
  .mhs-tips__inner,
  .mhs-success-story__wrap,
  .section.section_cta-mhs.section_cta--landing .cta-landing__inner {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* ========== MEDIA QUERIES (DIKUMPULKAN DI BAWAH) ========== */
@media only screen and (max-width: 39.9999rem) {
  .mhs-challenges__grid {
    gap: 1rem;
  }

  .mhs-challenges-card {
    min-height: 150px;
  }
}

@media only screen and (min-width: 40rem) {
  .mhs-challenges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 64rem) {
  .mhs-challenges__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
  }
}