.section-thankyou {
  padding: 6rem 1rem 4rem 1rem;
}

/* =========================================================
   Hero Hosting — matches landing mockup (text left, visual right)
   Padding kiri-kanan = sama dengan header.header_lp (.header__wrapper)
   ========================================================= */
:root {
  --hero-navy: #1f2a44;
  --hero-blue: #4e6aba;
  --hero-blue-hover: #3f5aa3;
  --hero-muted: #6b7280;
  --hero-border: #c5cee6;
  --hero-blue-rgb: 78, 106, 186;
}

#hero-image.hero-hosting {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  overflow: hidden;
  padding: 2.75rem 0 1.5rem;
}

.hero-hosting__bg {
  display: none;
}

.hero-hosting__bg::before {
  content: none;
}

.hero-hosting__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  column-gap: clamp(1.25rem, 2.5vw, 2.5rem);
  min-height: clamp(480px, 68vh, 640px);
  /* Samakan lebar + padding dengan header DS (bukan Bootstrap 1140) */
  width: var(--lp-container-width, 100%);
  max-width: var(--lp-container-width, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--lp-space-screen-x, 1rem);
  padding-right: var(--lp-space-screen-x, 1rem);
  box-sizing: border-box;
}

.hero-hosting__copy {
  min-width: 0;
  display: flex;
  align-items: center;
}

.hero-hosting__content {
  max-width: 48rem;
  width: 100%;
  padding-right: 0;
  animation: heroFadeUp 0.7s ease both;
}

.hero-hosting__title {
  margin: 0 0 1.15rem;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--hero-navy);
}

.hero-hosting__title span {
  color: var(--hero-blue);
}

.hero-hosting__lead {
  margin: 0 0 1.85rem;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--hero-muted);
  max-width: 32rem;
}

.hero-hosting__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.9rem;
  align-items: center;
}

.hero-hosting__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.75rem 1.4rem;
  border-radius: 12px;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-hosting__btn--primary {
  background: var(--hero-blue);
  color: #fff !important;
  border: 1.5px solid var(--hero-blue);
  box-shadow: 0 10px 22px rgba(var(--hero-blue-rgb), 0.28);
}

.hero-hosting__btn--primary:hover {
  background: var(--hero-blue-hover);
  border-color: var(--hero-blue-hover);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(var(--hero-blue-rgb), 0.34);
}

.hero-hosting__btn--ghost {
  background: #fff;
  color: var(--hero-navy) !important;
  border: 1.5px solid var(--hero-border);
}

.hero-hosting__btn--ghost:hover {
  background: rgba(var(--hero-blue-rgb), 0.05);
  border-color: var(--hero-blue);
  color: var(--hero-blue) !important;
}

.hero-hosting__visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
  align-self: stretch;
  animation: heroFadeIn 0.9s ease 0.12s both;
}

.hero-hosting__img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: min(640px, 72vh);
  object-fit: contain;
  object-position: right center;
  margin: 0;
  user-select: none;
  pointer-events: none;
}

/* Kill legacy hero rules that fight the new layout */
#hero-image.hero-hosting .kolom-header,
#hero-image.hero-hosting .problem-animasi,
#hero-image.hero-hosting #home-news,
#hero-image.hero-hosting .owl-carousel {
  display: none !important;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Laptop / small desktop (<1600px): teks kiri sejajar header, gambar menempel kanan layar */
@media (max-width: 99.99rem) and (min-width: 992px) {
  #hero-image.hero-hosting {
    padding: 2.5rem 0 1.75rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Jangan clip vertikal — body sudah overflow-x:hidden */
    overflow: visible;
  }

  .hero-hosting__layout {
    /* Full viewport width — bypass sisa margin/container parent */
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
    column-gap: 0.5rem;
    min-height: 0;
    /* Kiri = edge konten header; kanan = 0 (gambar bleed) */
    padding-left: max(
      var(--lp-space-screen-x, 2rem),
      calc((100vw - var(--lp-container-width, 100%)) / 2)
    );
    padding-right: 0 !important;
  }

  .hero-hosting__content {
    max-width: 38rem;
  }

  .hero-hosting__title {
    font-size: clamp(1.75rem, 2.6vw, 2.35rem);
    margin-bottom: 1rem;
  }

  .hero-hosting__lead {
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
  }

  .hero-hosting__btn {
    min-height: 44px;
    padding: 0.7rem 1.25rem;
    font-size: 0.94rem;
  }

  .hero-hosting__visual {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
  }

  .hero-hosting__img {
    display: block;
    width: 100%;
    max-width: none !important;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: right center;
    margin: 0 !important;
  }
}

@media (max-width: 991.98px) {
  #hero-image.hero-hosting {
    padding: 2.25rem 0 1.75rem !important;
    margin: 0 !important;
  }

  .hero-hosting__layout {
    grid-template-columns: 1fr;
    min-height: 0;
    row-gap: 1.5rem;
  }

  .hero-hosting__copy {
    padding-right: 0;
  }

  .hero-hosting__content {
    max-width: none;
    text-align: left;
    margin-bottom: 0;
    padding-right: 0;
  }

  .hero-hosting__title {
    font-size: clamp(1.7rem, 6.2vw, 2.15rem);
  }

  .hero-hosting__lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .hero-hosting__visual {
    justify-content: center;
    animation-name: heroFadeUp;
  }

  .hero-hosting__img {
    max-height: none;
    width: min(100%, 560px);
    margin: 0 auto;
    object-position: center center;
  }
}

@media (max-width: 575.98px) {
  .hero-hosting__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-hosting__btn {
    width: 100%;
  }

  .hero-hosting__img {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-hosting__content,
  .hero-hosting__visual {
    animation: none;
  }
}

/* =========================================================
   Section Tantangan
   ========================================================= */
.section-tantangan {
  --tantangan-navy: #1f2a44;
  --tantangan-muted: #6b7280;
  --tantangan-badge-bg: #e2efff;
  --tantangan-badge-text: #18181a;
  --tantangan-bg: #f5f6f8;
  background: var(--tantangan-bg);
  padding: 5rem 0 5.5rem;
}

.section-tantangan__header {
  max-width: 48rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-tantangan__badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: var(--tantangan-badge-bg);
  color: var(--tantangan-badge-text);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-tantangan__title {
  margin: 0 0 1rem;
  color: var(--tantangan-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-tantangan__subtitle {
  margin: 0;
  color: var(--tantangan-muted);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-tantangan__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3.5rem;
  row-gap: 2.5rem;
  max-width: 70rem;
  margin: 0 auto;
}

.section-tantangan__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.section-tantangan__icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
}

.section-tantangan__icon img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.section-tantangan__body {
  min-width: 0;
  padding-top: 0.15rem;
}

.section-tantangan__item-title {
  margin: 0 0 0.45rem;
  color: var(--tantangan-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.35;
}

.section-tantangan__item-desc {
  margin: 0;
  color: var(--tantangan-muted);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

@media (max-width: 767.98px) {
  .section-tantangan {
    padding: 3.5rem 0 4rem;
  }

  .section-tantangan__header {
    margin-bottom: 2.25rem;
  }

  .section-tantangan__grid {
    grid-template-columns: 1fr;
    row-gap: 1.75rem;
    column-gap: 0;
  }

  .section-tantangan__subtitle {
    font-size: 0.98rem;
  }
}

/* =========================================================
   Section Benefit
   ========================================================= */
.section-benefit {
  --benefit-navy: #1f2a44;
  --benefit-muted: #6b7280;
  --benefit-blue: #4e6aba;
  --benefit-badge-bg: #e2efff;
  --benefit-badge-text: #18181a;
  --benefit-border: #E4E7EC;
  background: #fff;
  padding: 5rem 0 5.5rem;
}

.section-benefit__header {
  max-width: 46rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-benefit__badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: var(--benefit-badge-bg);
  color: var(--benefit-badge-text);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-benefit__title {
  margin: 0 0 1rem;
  color: var(--benefit-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-benefit__subtitle {
  margin: 0;
  color: var(--benefit-muted);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-benefit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.section-benefit__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0.85rem;
  border: 1px solid var(--benefit-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-benefit__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31, 42, 68, 0.08);
}

.section-benefit__card.is-featured {
  background: linear-gradient(90deg, #5774b8 0%, #7c97ce 100%);
  box-shadow: 0 12px 28px rgba(87, 116, 184, 0.28);
}

.section-benefit__media {
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 12 / 10;
  background: #f3f4f6;
}

.section-benefit__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-benefit__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 0.55rem 0.65rem;
}

.section-benefit__card-title {
  margin: 0 0 0.55rem;
  color: var(--benefit-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.35;
}

.section-benefit__card-desc {
  margin: 0;
  color: var(--benefit-muted);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;
}

.section-benefit__card.is-featured .section-benefit__card-title,
.section-benefit__card.is-featured .section-benefit__card-desc {
  color: #fff;
}

.section-benefit__card.is-featured .section-benefit__card-desc {
  opacity: 0.92;
}

@media (max-width: 991.98px) {
  .section-benefit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .section-benefit {
    padding: 3.5rem 0 4rem;
  }

  .section-benefit__header {
    margin-bottom: 2rem;
  }

  .section-benefit__subtitle {
    font-size: 0.98rem;
  }
}

@media (max-width: 575.98px) {
  .section-benefit__grid {
    grid-template-columns: 1fr;
  }

  .section-benefit__card {
    padding: 0.75rem;
  }

  .section-benefit__body {
    padding: 1rem 0.35rem 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-benefit__card {
    transition: none;
  }

  .section-benefit__card:hover {
    transform: none;
  }
}

/* =========================================================
   Section Layanan
   ========================================================= */
.section-layanan {
  --layanan-navy: #1f2a44;
  --layanan-muted: #6b7280;
  --layanan-blue: #4e6aba;
  --layanan-badge-bg: #e2efff;
  --layanan-badge-text: #18181a;
  --layanan-border: #c5d0ea;
  --layanan-bg: #f4f6f9;
  background: var(--layanan-bg);
  padding: 5rem 0 5.5rem;
}

.section-layanan__header {
  max-width: 46rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-layanan__badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: var(--layanan-badge-bg);
  color: var(--layanan-badge-text);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-layanan__title {
  margin: 0 0 1rem;
  color: var(--layanan-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-layanan__subtitle {
  margin: 0 auto;
  max-width: 40rem;
  color: var(--layanan-muted);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-layanan__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.section-layanan__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(31, 42, 68, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-layanan__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(31, 42, 68, 0.1);
}

.section-layanan__top {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem 2rem 1.35rem;
}

.section-layanan__meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.section-layanan__icon {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 56px;
}

.section-layanan__tag {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: #e2efff;
  color: #18181a;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-layanan__card-title {
  margin: 0 0 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #eceff4;
  color: var(--layanan-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  line-height: 1.3;
}

.section-layanan__card-desc {
  margin: 0 0 1.25rem;
  color: var(--layanan-muted);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
}

.section-layanan__features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.section-layanan__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
  color: var(--layanan-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.45;
}

.section-layanan__features li:last-child {
  margin-bottom: 0;
}

.section-layanan__check {
  flex: 0 0 18px;
  margin-top: 0.15rem;
}

.section-layanan__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  align-self: flex-start;
  width: auto;
  min-height: 48px;
  margin-top: auto;
  margin-bottom: 0.35rem;
  padding: 0.7rem 1.15rem;
  border: 1.5px solid var(--layanan-border);
  border-radius: 10px;
  color: var(--layanan-blue) !important;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.section-layanan__cta:hover {
  background: rgba(78, 106, 186, 0.06);
  border-color: var(--layanan-blue);
  color: var(--layanan-blue) !important;
  transform: translateY(-1px);
}

.section-layanan__visual {
  margin-top: auto;
  padding: 0.35rem 1rem 0;
  line-height: 0;
}

.section-layanan__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 991.98px) {
  .section-layanan__grid {
    grid-template-columns: 1fr;
    max-width: 36rem;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .section-layanan {
    padding: 3.5rem 0 4rem;
  }

  .section-layanan__header {
    margin-bottom: 2rem;
  }

  .section-layanan__top {
    padding: 1.5rem 1.25rem 1.1rem;
  }

  .section-layanan__subtitle {
    font-size: 0.98rem;
  }

  .section-layanan__visual {
    padding: 0.25rem 0.75rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-layanan__card,
  .section-layanan__cta {
    transition: none;
  }

  .section-layanan__card:hover,
  .section-layanan__cta:hover {
    transform: none;
  }
}

/* =========================================================
   Section Support Model
   ========================================================= */
.section-support-model {
  --support-navy: #0b1224;
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
  background-color: var(--support-navy);
  background-image: var(--support-bg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.section-support-model::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 14, 30, 0.55) 0%, rgba(8, 14, 30, 0.15) 52%, rgba(8, 14, 30, 0.05) 100%);
  pointer-events: none;
  z-index: 0;
}

.section-support-model .container {
  position: relative;
  z-index: 1;
}

.section-support-model__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.5rem 3rem;
  align-items: center;
}

.section-support-model__content {
  max-width: 34rem;
}

.section-support-model__badge {
  display: inline-block;
  margin-bottom: 1.15rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 0;
  background: #141a37;
  color: #b9c6f2;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-support-model__title {
  margin: 0 0 1rem;
  color: #fff;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-support-model__lead {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-support-model__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.35rem;
}

.section-support-model__item {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
}

.section-support-model__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #8CB0FF;
}

.section-support-model__item-body {
  min-width: 0;
  padding-top: 0.1rem;
}

.section-support-model__item-title {
  margin: 0 0 0.35rem;
  color: #fff;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.section-support-model__item-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}

.section-support-model__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-support-model__card {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  padding: 1rem;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.12) 55%, rgba(255, 255, 255, 0.28) 100%);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.35);
}

.section-support-model__card-inner {
  overflow: hidden;
  border-radius: 26px;
  background: #e8eef6;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.section-support-model__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .section-support-model {
    padding: 4rem 0;
  }

  .section-support-model__layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .section-support-model__content {
    max-width: none;
  }

  .section-support-model__card {
    max-width: 400px;
    margin: 0 auto;
  }

  .section-support-model::before {
    background: linear-gradient(180deg, rgba(8, 14, 30, 0.55) 0%, rgba(8, 14, 30, 0.25) 55%, rgba(8, 14, 30, 0.15) 100%);
  }
}

@media (max-width: 575.98px) {
  .section-support-model {
    padding: 3.25rem 0;
    background-position: right bottom;
  }

  .section-support-model__title {
    font-size: clamp(1.65rem, 7vw, 2rem);
  }

  .section-support-model__lead {
    font-size: 0.98rem;
    margin-bottom: 1.5rem;
  }

  .section-support-model__item-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 10px;
  }

  .section-support-model__card {
    max-width: 100%;
    padding: 0.35rem;
    border-radius: 24px;
  }

  .section-support-model__card-inner {
    border-radius: 20px;
  }
}

/* =========================================================
   Section Trust
   ========================================================= */
.section-trust {
  background: linear-gradient(180deg, #01092b 0%, #001454 71%, #011045 90%);
  padding: 4.5rem 0 5rem;
}

.section-trust__title {
  margin: 0 auto 2.5rem;
  max-width: 40rem;
  text-align: center;
  color: #fff;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.section-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.section-trust__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 168px;
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.section-trust__card--tone-1 {
  background: linear-gradient(145deg, #6a7fc4 0%, #4e6aba 100%);
}

.section-trust__card--tone-2 {
  background: linear-gradient(145deg, #5b84f0 0%, #3f6de0 100%);
}

.section-trust__card--tone-3 {
  background: linear-gradient(145deg, #6275b8 0%, #455a9a 100%);
}

.section-trust__card--tone-4 {
  background: linear-gradient(145deg, #6b93f7 0%, #4e78f1 100%);
}

.section-trust__value {
  margin: 0 0 1.25rem;
  color: #fff;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-trust__label {
  margin: 0;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .section-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .section-trust {
    padding: 3.25rem 0 3.5rem;
  }

  .section-trust__title {
    margin-bottom: 1.75rem;
  }

  .section-trust__grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .section-trust__card {
    min-height: 140px;
    padding: 1.25rem 1.15rem;
  }
}

/* =========================================================
   Section FAQ
   ========================================================= */
.section-faq {
  --faq-navy: #1f2a44;
  --faq-muted: #6b7280;
  --faq-blue: #4e6aba;
  --faq-line: #e5e7eb;
  background: #fff;
  padding: 5rem 0 5.5rem;
}

.section-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2.5rem 3.25rem;
  align-items: start;
}

.section-faq__intro {
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.section-faq__title {
  margin: 0 0 0.85rem;
  color: #1f2937;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.section-faq__title span {
  color: #1f2937;
}

.section-faq__lead {
  margin: 0;
  color: var(--faq-muted);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 28rem;
}

.section-faq__media {
  margin: 1.25rem 0 1.5rem;
  margin-left: 0;
  width: 100%;
  max-width: none;
}

.section-faq__media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}

.section-faq__cta-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.section-faq__cta-copy {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.section-faq__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  color: #6b7280;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.section-faq__cta-copy p {
  margin: 0;
  color: var(--faq-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
}

.section-faq__cta-btn {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.4rem;
  min-height: 42px;
  padding: 0.55rem 1rem;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: var(--faq-navy) !important;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.section-faq__cta-btn:hover {
  border-color: var(--faq-blue);
  color: var(--faq-blue) !important;
  background: rgba(78, 106, 186, 0.04);
}

.section-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-faq__item {
  border-radius: 0;
  border-bottom: 1px solid #e8eaef;
  background: transparent;
  transition: background-color 0.2s ease, border-radius 0.2s ease;
}

.section-faq__item:last-child {
  border-bottom: 0;
}

.section-faq__question {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 1.05rem 0.35rem 1.05rem 0.15rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.section-faq__question:focus {
  outline: none !important;
}

button:focus {
  /* outline: none !important; */
}

.section-faq__question:focus-visible {
  outline: 2px solid rgba(78, 106, 186, 0.35);
  outline-offset: 2px;
  border-radius: 8px;
}

.section-faq__marker {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #9ca3af;
}

.section-faq__question-text {
  color: #111827;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.4;
}

.section-faq__toggle {
  position: relative;
  width: 18px;
  height: 18px;
}

.section-faq__toggle::before,
.section-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #6b7280;
  transform: translate(-50%, -50%);
}

.section-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.section-faq__answer {
  padding: 0 2.2rem 1.15rem 2.15rem;
}

.section-faq__answer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.96rem;
  line-height: 1.65;
}

.section-faq__item:not(.is-open) .section-faq__answer p {
  color: var(--faq-muted);
}

.section-faq__item.is-open {
  margin: 0.35rem 0;
  border-bottom: 0;
  border-radius: 14px;
  background: var(--faq-blue);
}

.section-faq__item.is-open + .section-faq__item {
  border-top: 0;
}

.section-faq__item.is-open .section-faq__question {
  padding: 1.1rem 1.05rem 0.55rem;
}

.section-faq__item.is-open .section-faq__answer {
  padding: 0 1.05rem 1.15rem 2.95rem;
}

.section-faq__item.is-open .section-faq__marker,
.section-faq__item.is-open .section-faq__toggle::before,
.section-faq__item.is-open .section-faq__toggle::after {
  background: #fff;
}

.section-faq__item.is-open .section-faq__toggle::after {
  display: none;
}

.section-faq__item.is-open .section-faq__question-text {
  color: #fff;
}

/* Laptop / small desktop: gambar FAQ menempel kiri (mirror hero kanan) */
@media (max-width: 99.99rem) and (min-width: 992px) {
  .section-faq {
    overflow: visible;
  }

  .section-faq > .container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    /* Kanan tetap sejajar header; kiri 0 agar gambar bleed */
    padding-right: max(
      var(--lp-space-screen-x, 2rem),
      calc((100vw - var(--lp-container-width, 100%)) / 2)
    ) !important;
  }

  .section-faq__layout {
    gap: 2rem 1.75rem;
  }

  /* Judul + CTA tetap inset seperti header */
  .section-faq__intro,
  .section-faq__cta-box {
    padding-left: max(
      var(--lp-space-screen-x, 2rem),
      calc((100vw - var(--lp-container-width, 100%)) / 2)
    );
  }

  .section-faq__cta-box {
    flex-wrap: nowrap;
    align-items: center;
  }

  .section-faq__cta-copy p {
    font-size: 0.92rem;
  }

  .section-faq__media {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }

  .section-faq__media img {
    width: 100%;
    max-width: none !important;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: left center;
    margin: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .section-faq__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-faq__media {
    margin-left: 0;
    width: 100%;
  }

  .section-faq__media img {
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .section-faq__cta-box {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .section-faq {
    padding: 3.5rem 0 4rem;
  }

  .section-faq__question {
    padding: 0.95rem 0.15rem;
    gap: 0.65rem;
  }

  .section-faq__item.is-open .section-faq__question {
    padding: 1rem 0.85rem 0.45rem;
  }

  .section-faq__item.is-open .section-faq__answer {
    padding: 0 0.85rem 1rem 2.5rem;
  }

  .section-faq__cta-box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .section-faq__cta-btn {
    justify-content: center;
  }
}

/* =========================================================
   Section Form Diskusi (WPForms slot)
   ========================================================= */
.section-diskusi {
  --diskusi-blue: #4e6aba;
  --diskusi-blue-dark: #3f5aa3;
  --diskusi-navy: #1f2a44;
  --diskusi-muted: #6b7280;
  --diskusi-border: #dbe0ea;
  position: relative;
  overflow: hidden;
  padding: 5rem 0 5.5rem;
  background: var(--diskusi-blue);
}

.section-diskusi__decor {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 55%, transparent 56%),
    linear-gradient(315deg, rgba(63, 90, 163, 0.55) 0%, transparent 60%);
  border-radius: 2rem;
  transform: rotate(18deg);
}

.section-diskusi .container {
  position: relative;
  z-index: 1;
}

.section-diskusi__header {
  max-width: 50rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.section-diskusi__title {
  margin: 0 0 0.9rem;
  color: #fff;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-diskusi__subtitle {
  margin: 0 auto;
  max-width: 35rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
}

.section-diskusi__card {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 2rem 1.75rem;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(20, 36, 80, 0.18);
}

.section-diskusi__placeholder {
  display: grid;
  gap: 1.1rem;
}

.section-diskusi__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.section-diskusi__field label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--diskusi-navy);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.section-diskusi__field label span {
  color: #ef4444;
}

.section-diskusi__control {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.7rem 0.95rem;
  border: 1.5px solid var(--diskusi-border);
  border-radius: 10px;
  color: #9ca3af;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  background: #fff;
}

.section-diskusi__control--select {
  justify-content: space-between;
}

.section-diskusi__control--select::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(45deg) translateY(-2px);
}

.section-diskusi__control--textarea {
  align-items: flex-start;
  min-height: 110px;
}

.section-diskusi__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 0.25rem;
  border-radius: 10px;
  background: var(--diskusi-blue);
  color: #fff;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.section-diskusi__note {
  margin: 0.35rem 0 0;
  text-align: center;
  color: #9ca3af;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* WPForms styling when form is connected */
.section-diskusi__wpforms .wpforms-container {
  margin: 0 !important;
}

.section-diskusi__wpforms .wpforms-field {
  padding: 0 0 1.1rem !important;
}

.section-diskusi__wpforms .wpforms-field-label {
  color: var(--diskusi-navy) !important;
  font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.45rem !important;
}

.section-diskusi__wpforms .wpforms-required-label {
  color: #ef4444 !important;
}

.section-diskusi__wpforms input[type="text"],
.section-diskusi__wpforms input[type="email"],
.section-diskusi__wpforms input[type="tel"],
.section-diskusi__wpforms input[type="number"],
.section-diskusi__wpforms select,
.section-diskusi__wpforms textarea {
  border: 1.5px solid var(--diskusi-border) !important;
  border-radius: 10px !important;
  min-height: 48px !important;
  padding: 0.7rem 0.95rem !important;
  font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
  font-size: 0.95rem !important;
  box-shadow: none !important;
}

.section-diskusi__wpforms textarea {
  min-height: 110px !important;
}

.section-diskusi__wpforms input:focus,
.section-diskusi__wpforms select:focus,
.section-diskusi__wpforms textarea:focus {
  border-color: var(--diskusi-blue) !important;
  box-shadow: 0 0 0 3px rgba(78, 106, 186, 0.15) !important;
}

.section-diskusi__wpforms .wpforms-submit {
  width: 100% !important;
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--diskusi-blue) !important;
  color: #fff !important;
  font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.section-diskusi__wpforms .wpforms-submit:hover {
  background: var(--diskusi-blue-dark) !important;
}

.section-diskusi__wpforms .wpforms-field-row {
  display: flex !important;
  gap: 1rem !important;
}

.section-diskusi__wpforms .wpforms-one-half {
  width: calc(50% - 0.5rem) !important;
  margin: 0 !important;
}

/* Choices.js (PT API) inside diskusi form */
.section-diskusi__wpforms .choices {
  margin-bottom: 0;
}

.section-diskusi__wpforms .choices__inner {
  min-height: 48px !important;
  border: 1.5px solid var(--diskusi-border) !important;
  border-radius: 10px !important;
  background: #fff !important;
  font-family: "Nunito Sans", "Segoe UI", sans-serif !important;
  font-size: 0.95rem !important;
}

.section-diskusi__wpforms .choices__list--dropdown {
  border: 1.5px solid var(--diskusi-border) !important;
  border-radius: 10px !important;
  z-index: 30;
}

.section-diskusi__wpforms .is-open .choices__inner,
.section-diskusi__wpforms .choices.is-focused .choices__inner {
  border-color: var(--diskusi-blue) !important;
  box-shadow: 0 0 0 3px rgba(78, 106, 186, 0.15) !important;
}

@media (max-width: 767.98px) {
  .section-diskusi {
    padding: 3.5rem 0 4rem;
  }

  .section-diskusi__card {
    padding: 1.5rem 1.15rem 1.35rem;
  }

  .section-diskusi__row,
  .section-diskusi__wpforms .wpforms-field-row {
    grid-template-columns: 1fr;
    flex-direction: column !important;
  }

  .section-diskusi__wpforms .wpforms-one-half {
    width: 100% !important;
  }

  .section-diskusi__subtitle {
    font-size: 0.98rem;
  }
}


.wpforms-container .wpforms-form .choices .choices__inner .choices__list--single{
  height: 10px !important;
}