/* ========== SECTION TANTANGAN ========== */
.pts-challenges {
  background: #F8FAFC;
  padding: clamp(2.25rem, 5vw, 4rem) 0;
}

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

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

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


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

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


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

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

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

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

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

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


/* ========== SECTION MODUL TABS ========== */
.pts-module-tabs {
  padding: clamp(2.25rem, 4.2vw, 3.75rem) 0;
  background: #ffffff;
}

.pts-module-tabs__wrap {
  width: 100%;
}

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

.pts-module-tabs__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 500;
  color: #0f172a;
  line-height: 1.2;
}

.pts-module-tabs__tabsbar {
  margin-top: .25rem;
}

.pts-module-tabs__tabshead {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.pts-module-tabs__tabstrip-wrap {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.pts-module-tabs__tabstrip-wrap::-webkit-scrollbar {
  display: none;
}

.pts-module-tabs__tabstrip {
  display: flex;
  gap: .2rem;
  flex-wrap: nowrap;
  background: #FFFFFF;
  border-radius: 12px 12px 0 0;
  min-width: max-content;
}

.pts-module-tabs__nav {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.pts-module-tabs__nav-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(57, 84, 164, 0.35);
  background: #ffffff;
  color: #3954A4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.pts-module-tabs__nav-btn .icon {
  font-size: 1rem;
  line-height: 1;
}

.pts-module-tabs__nav-btn:disabled,
.pts-module-tabs__nav-btn[aria-disabled='true'],
.pts-module-tabs__nav-btn.is-disabled {
  opacity: .35;
  cursor: not-allowed;
}

.pts-module-tabs__nav-btn:hover:not(:disabled):not([aria-disabled='true']):not(.is-disabled) {
  background: #3954A4;
  color: #fff;
  border-color: #3954A4;
}

.pts-module-tabs__tab {
  border: 0;
  background: transparent;
  color: #7B8190;
  border-radius: 10px 10px 0 0;
  padding: .72rem .9rem .62rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.pts-module-tabs__tab.is-active {
  background: #E9F1FF;
  color: #2F3A4A;
}

.pts-module-tabs__tab:focus-visible {
  outline: 2px solid rgba(59, 130, 246, .45);
  outline-offset: 2px;
}

.pts-module-tabs__panels {
  border-top: 0;
  border-radius: 0 10px 10px 10px;
  background: linear-gradient(to bottom, #E9F1FF 0%, #FFFFFF 100%);
  padding: 1.2rem 1rem 1rem;
}

.pts-module-tabs__panel {
  display: none;
}

.pts-module-tabs__panel.is-active {
  display: block;
  animation: ptsTabFade .25s ease both;
}

@keyframes ptsTabFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pts-module-tabs__headline {
  margin: 0 0 .25rem;
  color: #283548;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.pts-module-tabs__subtitle {
  margin: 0 0 2.25rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.pts-module-tabs__features {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: .75rem;
  margin: 1rem 0 1.1rem;
}


.pts-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .45rem;
  min-height: 88px;
  padding: .2rem 0;
}

.pts-feature__icon {
  display: flex;
  align-items: center;
  gap: .55rem;
  min-width: 0;
}

.pts-feature__icon img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.pts-feature__body {
  margin-left: 0;
  min-width: 0;
}

.pts-feature__title {
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.pts-feature__desc {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.55;
}

.pts-module-card {
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, .14);
  border-radius: 14px;
  padding: .8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: .8rem;
  align-items: stretch;
}

.pts-module-card__header,
.pts-module-card__body {
  grid-column: 1 / -1;
}

.pts-module-card__title {
  margin: 0;
  color: #253447;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.45;
}

.pts-module-card__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: .8rem;
}


.pts-module-card__media {
  border-radius: 14px;
  padding: .55rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: .55rem;
  align-items: stretch;
  min-height: 200px;
}

.pts-module-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.pts-module-card__media-main {
  min-height: 180px;
}

.pts-module-card__media-side {
  min-height: 180px;
}


.pts-module-card__content {
  padding: .4rem .3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.1rem;
}

.pts-module-card__quote {
  margin: 0;
  color: #4B5563;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 400;
}

.pts-module-card__author {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .18rem;
}

.pts-module-card__author-name {
  margin: 0;
  color: #344054;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}

.pts-module-card__author-role {
  margin: 0;
  color: #475467;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
}


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

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

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

.pts-partner__title {
  margin: 0 0 1.4rem;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 500;
  color: #111827;
  font-family: 'Inter', sans-serif !important;
}

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

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

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

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

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

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

/* ========== HERO (PTS) — custom (tanpa hero-home) ========== */
.pts-hero {
  position: relative;
  overflow: hidden;
  background: #0b2a4a;
}

.pts-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--pts-hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.01);
  z-index: 0;
}

.pts-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Overlay biar teks terbaca & vibe sesuai desain */
  /* background: linear-gradient(90deg,
      rgba(15, 23, 42, 0.68) 0%,
      rgba(15, 23, 42, 0.35) 60%,
      rgba(15, 23, 42, 0.25) 100%); */
  z-index: 1;
}

.pts-hero__inner {
  position: relative;
  z-index: 2;
  height: 60%;
  min-height: 620px;
  display: flex;
  align-items: start;
  justify-content: center;
  max-width: 100% !important;
  width: 100% !important;
  padding: 1.25rem 0;
}

.pts-hero__content {
  width: 100%;
  max-width: 92% !important;
  text-align: center;
}

.pts-hero__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.95rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
  font-weight: 500;
}

.pts-hero__subtitle {
  margin: 0 auto;
  max-width: 95%;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.65;
  font-family: 'Inter', sans-serif !important;
}

.pts-hero__actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.pts-hero__btn {
  font-family: 'Inter', sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 9px 16px;
  min-height: 42px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

.pts-hero__btn--primary {
  background: #3954A4;
  font-family: 'Inter', sans-serif !important;
  color: #ffffff;
  border: 1.5px solid #3954A4;
}

.pts-hero__btn--primary:hover {
  background: #2e4490;
  border-color: #2e4490;
}

.pts-hero__btn--outline {
  font-family: 'Inter', sans-serif !important;
  background: #ffffff;
  color: #4E6ABA;
  border: 1.5px solid #4E6ABA;
}

.pts-hero__btn--outline:hover {
  background: #f4f4f4;
  transition: all 0.3s ease;
}

/* MOBILE LANDSCAPE */
@media only screen and (max-width: 47.9375rem) and (orientation: landscape) {
  .pts-hero__inner {
    padding: 1.5rem 0;
  }

  .pts-hero__title {
    font-size: 1.7rem;
  }

  .pts-hero__subtitle {
    font-size: 0.9rem;
    max-width: 80%;
  }

  .pts-module-tabs__features {
    width: 100%;
  }
}

/* TABLET */
@media only screen and (min-width: 48rem) {
  .pts-hero__inner {
    padding: 2.75rem 0;
  }

  .pts-hero__content {
    max-width: 82%;
  }

  .pts-hero__title {
    font-size: 2.3rem;
  }

  .pts-hero__subtitle {
    font-size: 1rem;
    max-width: 70%;
  }

  .pts-hero__actions {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }

  .pts-hero__btn {
    width: 240px;
    /* Sama lebar di tablet/desktop */
    max-width: 240px;
  }
}

/* LAPTOP/DESKTOP */
@media only screen and (min-width: 64rem) {
  .pts-hero__inner {
    padding: 3.25rem 0;
  }

  .pts-hero__content {
    max-width: 780px;
  }

  .pts-hero__title {
    font-size: 2.75rem;
  }

  .pts-hero__subtitle {
    max-width: 54ch;
    font-size: 1.05rem;
  }

  .pts-hero__actions {
    justify-content: center;
    gap: 14px;
  }
}

/* LARGE DESKTOP */
@media only screen and (min-width: 80rem) {
  .pts-hero__inner {
    padding: 3.75rem 0;
  }

  .pts-hero__title {
    font-size: 3rem;
  }

  .pts-hero__subtitle {
    font-size: 1.1rem;
  }
}

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

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

.pts-success-story__title {
  margin: 0 0 1.55rem;
  text-align: center;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 500;
  color: #111827;
  line-height: 1.25;
  font-family: 'Inter', sans-serif !important;
}

.pts-success-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

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

@media (min-width: 64rem) {
  .pts-success-story__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pts-success-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pts-success-card__media {
  padding: 1rem 1rem .6rem;
}

.pts-success-card__media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  background: #EEF2F9;
}

@media (min-width: 48rem) {
  .pts-success-card__media img {
    height: 210px;
  }
}

@media (min-width: 64rem) {
  .pts-success-card__media img {
    height: 230px;
  }
}

.pts-success-card__body {
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.pts-success-card__date {
  margin: .15rem 0 .1rem;
  font-size: 1rem;
  color: #64748b;
  line-height: 1.3;
}

.pts-success-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #475569;
  font-weight: 500;
}

.pts-success-card__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding-top: .7rem;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}

.pts-success-card__more:hover {
  text-decoration: underline;
}

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

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

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

.section.section_cta-pts.section_cta--landing .cta-landing__title {
  color: #ffffff;
  margin: 0;
}

.section.section_cta-pts.section_cta--landing .cta-landing__subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
}

.section.section_cta-pts.section_cta--landing #pts_cta_konsultasi.hero-cta {
  background: #ffffff;
  color: #2f55b7;
  border: 1.5px solid #ffffff;
  box-shadow: none;
}

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

@media (max-width: 47.9999rem) {

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

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

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

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

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

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

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

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

@media (max-width: 47.9999rem) {
  .pts-module-card__media {
    grid-template-columns: 1fr;
  }

  .pts-module-card__media-main,
  .pts-module-card__media-side {
    min-height: 170px;
  }

  .pts-module-tabs__tabshead {
    gap: .5rem;
  }

  .pts-module-tabs__tab {
    font-size: 1rem;
    padding: .66rem .72rem .58rem;
  }

  .pts-module-tabs__headline {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .pts-module-tabs__subtitle {
    font-size: 1rem;
    line-height: 1.6;
  }

  .pts-feature__title {
    font-size: 1.1rem;
  }

  .pts-feature__desc {
    font-size: 1rem;
    line-height: 1.55;
  }

  .pts-module-card__title {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .pts-module-card__quote {
    font-size: 1rem;
    line-height: 1.6;
  }

  .pts-module-card__author-name,
  .pts-module-card__author-role {
    font-size: 1rem;
  }
}

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

@media (min-width: 62rem) {
  .pts-module-tabs__tab {
    font-size: 1rem;
    padding: .78rem 1rem .66rem;
  }

  .pts-module-tabs__panels {
    padding: 1.35rem 1.1rem 1.15rem;
  }

  .pts-module-card {
    padding: 1rem;
  }

  .pts-module-card__title {
    font-size: 1.5rem;
  }

  .pts-module-card__media-main,
  .pts-module-card__media-side {
    min-height: 210px;
  }
}

@media (min-width: 64rem) {
  .pts-module-tabs__features .pts-feature:nth-child(n+2) {
    border-left: 2px solid #D8DCE5;
    padding-left: 1rem;
  }

  .pts-module-card {
    grid-template-columns: 1.85fr .95fr;
  }

  .pts-module-card__body {
    grid-template-columns: 1.85fr .95fr;
    align-items: stretch;
  }
}