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

.ppt-challenges__header {
  text-align: center;
  max-width: 54rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
  padding: 0 1rem;
}

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

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

.ppt-hero__title-highlight-blue {
  color: #3954A4;
}

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

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


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

.ppt-challenges-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;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.ppt-challenges-card__icon svg {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
}

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

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

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

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


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

.ppt-modprods__inner {
  width: 100%;
}

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

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

.ppt-modprods__title {
  margin: 0;
  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;
}

.ppt-modprods__subtitle {
  margin: 1rem auto 0;
  max-width: 48rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #6B7280;
  font-family: 'Inter', sans-serif !important;
}

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

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

.ppt-modprods-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;
  margin-bottom: 0.85rem;
  flex-shrink: 0;
}

.ppt-modprods-card__icon svg {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
}

.ppt-modprods-card:hover .ppt-modprods-card__icon,
.ppt-modprods-card:focus-within .ppt-modprods-card__icon,
.ppt-modprods-card.is-active .ppt-modprods-card__icon {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

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

.ppt-modprods-card:hover,
.ppt-modprods-card:focus-within,
.ppt-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);
}

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

.ppt-modprods-card--featured .ppt-modprods-card__icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 62rem) {
  .ppt-modprods__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.8vw, 1.5rem);
  }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section.section_cta-ppt.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.4;
  color: #ffffff;
  max-width: 28ch !important;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
}

.section.section_cta-ppt.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;
  max-width: 38ch !important;
}

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

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

.section.section_cta-ppt.section_cta--landing .ppt-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-ppt.section_cta--landing .ppt-cta-footnote__check {
  margin-right: .35rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 47.9999rem) {

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

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

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

  .section.section_cta-ppt.section_cta--landing #ppt_cta_konsultasi {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .ppt-challenges-card {
    padding: 1rem 0.875rem 1.125rem;
  }
}

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

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