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

/* =========================================================
   Hero Community — banner + trending + gallery (mockup)
   ========================================================= */
:root {
  --hero-red: #e1251b;
  --hero-red-dark: #c41b14;
  --hero-navy: #1a2744;
  --hero-muted: #6b7280;
  --hero-radius: 14px;
  --hero-gap: 0.9rem;
}

#hero-image.hero-community {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  background: #f3f4f6 !important;
  background-color: #f3f4f6 !important;
  overflow: visible;
  padding: 1.25rem 0 1.75rem;
}

.hero-community__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  align-items: stretch;
  gap: var(--hero-gap);
  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-community__primary {
  display: flex;
  flex-direction: column;
  gap: var(--hero-gap);
  min-width: 0;
}

/* ── Main banner ── */
.hero-community__banner {
  position: relative;
  isolation: isolate;
  min-height: clamp(280px, 38vw, 380px);
  border-radius: var(--hero-radius);
  overflow: hidden;
  background-color: #8b1510;
  background-image: var(--hero-banner-image);
  background-size: cover;
  background-position: center right;
  animation: heroFadeIn 0.7s ease both;
}

.hero-community__banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(120, 18, 14, 0.92) 0%,
    rgba(160, 28, 22, 0.72) 42%,
    rgba(180, 40, 30, 0.28) 68%,
    rgba(180, 40, 30, 0.08) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.hero-community__banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.85rem;
  max-width: 34rem;
  height: 100%;
  min-height: inherit;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  box-sizing: border-box;
  animation: heroFadeUp 0.7s ease 0.08s both;
}

.hero-community__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--hero-red);
  color: #fff;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-community__title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-community__lead {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  max-width: 28rem;
}

.hero-community__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: 0.35rem;
}

.hero-community__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1.2rem;
  border-radius: 10px;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.9rem;
  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;
}

.hero-community__btn--primary {
  background: var(--hero-red);
  color: #fff !important;
  border: 1.5px solid var(--hero-red);
}

.hero-community__btn--primary:hover {
  background: var(--hero-red-dark);
  border-color: var(--hero-red-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.hero-community__btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
}

.hero-community__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

/* ── Gallery slider ── */
#hero-image.hero-community #hero-community-gallery.owl-carousel,
.hero-community__gallery.owl-carousel {
  display: block !important;
  position: relative;
  width: 100%;
  margin: 0;
  visibility: visible !important;
  opacity: 1 !important;
}

.hero-community__gallery .owl-stage-outer {
  border-radius: var(--hero-radius);
}

.hero-community__gallery .owl-item {
  min-width: 0;
}

.hero-community__gallery-item {
  position: relative;
  margin: 0;
  border-radius: var(--hero-radius);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #d1d5db;
}

.hero-community__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-community__gallery .owl-nav {
  display: block;
  margin: 0;
  pointer-events: none;
}

.hero-community__gallery .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  transform: translateY(-50%);
  pointer-events: auto;
}

.hero-community__gallery .owl-nav .owl-prev {
  left: 0.5rem;
}

.hero-community__gallery .owl-nav .owl-next {
  right: 0.5rem;
}

.hero-community__gallery-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  color: #111827;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hero-community__gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #e1251b;
}

.hero-community__gallery .owl-dots {
  display: none !important;
}

.hero-community__gallery-item--caption::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  background: linear-gradient(180deg, transparent 0%, rgba(20, 60, 140, 0.9) 100%);
  pointer-events: none;
}

.hero-community__gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 0.65rem 0.75rem;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

/* ── Trending sidebar ── */
.hero-community__trending {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
  padding: 1rem 0.95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.05);
  animation: heroFadeIn 0.75s ease 0.1s both;
}

.hero-community__trending-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-community__trending-icon {
  display: inline-flex;
  color: #e1251b;
}

.hero-community__trending-title {
  margin: 0;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111827;
}

.hero-community__trending-featured {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  text-decoration: none !important;
  background: #e5e7eb;
}

.hero-community__trending-featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-community__trending-featured::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 62%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.hero-community__trending-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  background: #e1251b;
  box-shadow: 0 8px 20px rgba(225, 37, 27, 0.4);
  transition: transform 0.15s ease;
}

.hero-community__trending-featured:hover .hero-community__trending-play {
  transform: scale(1.06);
}

.hero-community__trending-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.7rem 0.75rem 0.85rem;
}

.hero-community__trending-badge {
  display: inline-block;
  padding: 0.22rem 0.5rem;
  border-radius: 4px;
  background: #e1251b;
  color: #fff;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-community__trending-featured-title {
  display: block;
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}

.hero-community__trending-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-community__trending-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  text-decoration: none !important;
}

.hero-community__trending-thumb {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  background: #e5e7eb;
  flex-shrink: 0;
}

.hero-community__trending-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-community__trending-meta {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
  padding-top: 0.05rem;
}

.hero-community__trending-cat {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #e1251b;
  line-height: 1.2;
}

.hero-community__trending-item-title {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1f2937;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-community__trending-date {
  font-family: "Inter", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #9ca3af;
  line-height: 1.2;
}

.hero-community__trending-item:hover .hero-community__trending-item-title {
  color: #e1251b;
}

/* Kill legacy hero rules */
#hero-image.hero-community .kolom-header,
#hero-image.hero-community .problem-animasi,
#hero-image.hero-community #home-news,
.hero-community__bg,
.hero-community__copy,
.hero-community__visual,
.hero-community__img {
  display: none !important;
}

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

@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  #hero-image.hero-community {
    padding: 1rem 0 1.5rem !important;
  }

  .hero-community__layout {
    grid-template-columns: 1fr;
  }

  .hero-community__banner {
    min-height: 300px;
    background-position: 70% center;
  }

  .hero-community__trending {
    order: 3;
  }
}

@media (max-width: 575.98px) {
  .hero-community__banner-content {
    padding: 1.15rem;
    gap: 0.7rem;
  }

  .hero-community__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

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

@media (prefers-reduced-motion: reduce) {
  .hero-community__banner,
  .hero-community__banner-content,
  .hero-community__gallery-item,
  .hero-community__trending {
    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;
}

@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;
  }
}
