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

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

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

.ptn-challenges__title {
  margin: 0 0 .75rem;
  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;
  transition: box-shadow .22s ease, transform .22s ease;
}


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

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


.ptn-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;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
  transition: box-shadow .22s ease, transform .22s ease;
}

.ptn-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;
}

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

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

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

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


/* ========== SECTION MODUL & PRODUK (grid kartu) ========== */
.ptn-modprods {
  padding: clamp(2.25rem, 4.2vw, 3.75rem) 0;
  background: #ffffff;
}

.ptn-modprods__inner {
  width: 100%;
}

.ptn-modprods__header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 2.25rem;
}

.ptn-modprods__eyebrow {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3954A4;
  text-align: left;
  margin-bottom: .4rem;
  font-family: 'Inter', sans-serif !important;
}

.ptn-modprods__title {
  text-align: left;
  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;
}

.ptn-modprods__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.2vw, 1.75rem);
}

.ptn-modprods-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  min-height: 100%;
  padding: clamp(1.35rem, 2.8vw, 2rem);
  border-radius: clamp(16px, 2vw, 22px);
  border: 1px solid #E5E7EB;
  background: #ffffff;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important;
  transition: background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease, color .22s ease;
}


.ptn-modprods-card--featured {
  background: #3F5CB0;
  border-color: #3A559F;
  color: #ffffff;
}

.ptn-modprods-card:hover,
.ptn-modprods-card:focus-within,
.ptn-modprods-card.is-active {
  background: #3954A4;
  border-color: #3A559F;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(57, 84, 164, 0.22);
}

.ptn-modprods-card__title {
  margin: 0 0 .6rem;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 700;
  color: #0f172a;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.ptn-modprods-card--featured .ptn-modprods-card__title {
  color: #ffffff;
}

.ptn-modprods-card:hover .ptn-modprods-card__title,
.ptn-modprods-card:focus-within .ptn-modprods-card__title,
.ptn-modprods-card.is-active .ptn-modprods-card__title {
  color: #ffffff;
}

.ptn-modprods-card__desc {
  margin: 0 0 1rem;
  font-size: .95rem;
  line-height: 1.55;
  color: #4B5563;
}

.ptn-modprods-card--featured .ptn-modprods-card__desc {
  color: rgba(255, 255, 255, 0.92);
}

.ptn-modprods-card:hover .ptn-modprods-card__desc,
.ptn-modprods-card:focus-within .ptn-modprods-card__desc,
.ptn-modprods-card.is-active .ptn-modprods-card__desc {
  color: rgba(255, 255, 255, 0.92);
}

.ptn-modprods-card__rule {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  margin: 0 0 1rem;
}

.ptn-modprods-card--featured .ptn-modprods-card__rule {
  border-top-color: rgba(255, 255, 255, 0.35);
}

.ptn-modprods-card:hover .ptn-modprods-card__rule,
.ptn-modprods-card:focus-within .ptn-modprods-card__rule,
.ptn-modprods-card.is-active .ptn-modprods-card__rule {
  border-top-color: rgba(255, 255, 255, 0.35);
}

.ptn-modprods-card__list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  font-size: .9rem;
  line-height: 1.55;
  color: #374151;
  flex: 1 1 auto;
}

.ptn-modprods-card--featured .ptn-modprods-card__list {
  color: rgba(255, 255, 255, 0.94);
}

.ptn-modprods-card:hover .ptn-modprods-card__list,
.ptn-modprods-card:focus-within .ptn-modprods-card__list,
.ptn-modprods-card.is-active .ptn-modprods-card__list {
  color: rgba(255, 255, 255, 0.94);
}

.ptn-modprods-card__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: .42rem;
}

.ptn-modprods-card__list li:last-child {
  margin-bottom: 0;
}

.ptn-modprods-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #4B5563;
}

.ptn-modprods-card--featured .ptn-modprods-card__list li::before,
.ptn-modprods-card:hover .ptn-modprods-card__list li::before,
.ptn-modprods-card:focus-within .ptn-modprods-card__list li::before,
.ptn-modprods-card.is-active .ptn-modprods-card__list li::before {
  background: #ffffff;
}

.ptn-modprods-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .92rem;
  font-weight: 600;
  color: #3954A4;
  text-decoration: none;
}

.ptn-modprods-card__link:hover {
  text-decoration: underline;
}

.ptn-modprods-card--featured .ptn-modprods-card__link {
  color: #ffffff;
}

.ptn-modprods-card:hover .ptn-modprods-card__link,
.ptn-modprods-card:focus-within .ptn-modprods-card__link,
.ptn-modprods-card.is-active .ptn-modprods-card__link {
  color: #ffffff;
}

.ptn-modprods-card--featured .ptn-modprods-card__link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.ptn-modprods__footer {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  justify-content: center;
}

.ptn-modprods__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;
}

.ptn-modprods__cta:hover {
  background: #2e4490;
  border-color: #2e4490;
  color: #ffffff;
}

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

@media only screen and (min-width: 62rem) {
  .ptn-modprods__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.1rem, 2vw, 1.65rem);
  }
}


/* ========== SECTION PARTNER ========== */
.ptn-partner {
  padding: clamp(2.4rem, 4vw, 3.6rem) 0;
  background: #F8FAFC;
}

.ptn-partner__inner {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}

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

.ptn-partner__title {
  margin: 0 0 1.4rem;
  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;
}

.ptn-partner__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(.9rem, 3vw, 1.8rem);
  margin-bottom: 1.4rem;
}

.ptn-partner__logo {
  width: clamp(88px, 10vw, 132px);
  height: clamp(52px, 6vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ptn-partner__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.ptn-partner__cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
}

.ptn-partner__cta:hover {
  text-decoration: underline;
}

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

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

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

.ptn-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;
}

.ptn-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;
}

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

.ptn-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;
}

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

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

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

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

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

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

.ptn-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;
}

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

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

.ptn-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;
}

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

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

@media only screen and (min-width: 64rem) {
  .ptn-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) ========== */
.ptn-hero--split {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

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

.ptn-hero--split .ptn-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;
}

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

.ptn-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;
}

.ptn-hero--split .ptn-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;
}

.ptn-hero--split .ptn-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;
}

.ptn-hero--split .ptn-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%;
}

.ptn-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;
}

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

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

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

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

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

.ptn-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) {
  .ptn-hero--split .ptn-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);
  }

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

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

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

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

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

@media only screen and (min-width: 64rem) {
  .ptn-hero--split .ptn-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) {
  .ptn-hero__img {
    max-height: 220px;
  }
}

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

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

.section.section_cta-ptn.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-ptn.section_cta--landing .cta-landing__copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  justify-content: start;
}

.section.section_cta-ptn.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-ptn.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-ptn.section_cta--landing #ptn_cta_konsultasi.hero-cta {
  background: #ffffff;
  color: #2f55b7;
  border: 1.5px solid #ffffff;
  box-shadow: none;
}

.section.section_cta-ptn.section_cta--landing #ptn_cta_konsultasi.hero-cta:hover {
  background: #f3f5ff;
  color: #294aa0;
  border-color: #f3f5ff;
}

@media (max-width: 47.9999rem) {

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

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

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

  .section.section_cta-ptn.section_cta--landing #ptn_cta_konsultasi.hero-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .ptn-hero .ptn-hero__inner,
  .ptn-challenges>.container,
  .ptn-modprods__inner,
  .ptn-partner__inner,
  .ptn-success-story__wrap,
  .section.section_cta-ptn.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) {
  .ptn-challenges__grid {
    gap: 1rem;
  }

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

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

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