/*
 * pages/governance.css — PT Asuransi Intra Asia
 * Menggantikan governance-responsive.css (Batch 5) + inline <style> dari 6 file PHP governance.
 * Mobile-first: base = ≤360px, naik lewat min-width: 361/481/576/601/769/992/1025px.
 * Dimuat via $page_head_styles di <head> (setelah style.css, responsive.css, banner-hero.css).
 *
 * !important — 2 total:
 *   margin-top: 0 !important dan padding: 0 !important pada .content-title
 *   (style.css pakai !important untuk dua property ini, harus diimbangi).
 */

/*
 * HERO SECTION — PANDUAN EDIT MANUAL
 * Cari komentar "EDIT:" di file ini untuk nemuin bagian yang perlu disesuaikan.
 * Bagian yang bisa diubah:
 * - Ukuran & warna font judul dan subtitle
 * - Alignment teks
 * - Gambar/logo hero (path gambar ada di file PHP halaman masing-masing)
 */

/* ============================================================
   SHARED — semua halaman governance
   ============================================================ */

/* Counter responsive.css: @media(max-width:480px){ section { padding: 30px 0 } } */
.section-customer-care-page {
  padding: 0;
}

/* Padding konten utama — mobile-first dari 12px 10px sampai 64px 112px desktop */
.section-customer-care-page-content {
  padding: 12px 10px;
}

/* style.css: margin-top: -24px !important dan @media ≤428px padding: 20px !important */
.section-customer-care-page-content-title.content-title {
  margin-top: 0 !important;
  padding: 0 !important;
}

/* Mobile menu button */
.section-customer-care-page .side-menu-mobile {
  border-radius: 12px;
  margin-bottom: 8px;
}

.section-customer-care-page .--menu-wrap button {
  font-size: 15px;
}

/* ---- Banner ----
   CATATAN: governance.php sudah dibangun ulang dengan .page-hero (lihat components/page-hero.css).
   Rule .banner_man/.banner_man2/.huruf_banner di bawah DIPERTAHANKAN karena masih dipakai
   oleh governance-anti-fraud.php, governance-komite-*.php, dan halaman governance lainnya
   yang belum diperbarui. Jangan hapus sebelum semua sub-pages dimigrasikan. */
.banner_man {
  z-index: 2;
  border: 0;
  width: 100%;
  height: auto;
  padding-bottom: 24px;
}

.banner_man2 {
  border: 0;
  width: 100%;
  background: #4d9cd3; /* EDIT: warna background hero */
  height: auto;
  padding-bottom: 24px; /* EDIT: padding bawah container hero (mobile). Lebih besar = section lebih tinggi di bagian bawah. Lebih kecil = section lebih rapat. */
}

/* Teks banner: rata tengah saat kolom tumpuk di mobile */
.banner_man2 .huruf_banner {
  text-align: center; /* EDIT: alignment teks hero (base mobile) */
  padding-top: 20px; /* EDIT: padding atas teks hero (mobile). Lebih besar = teks lebih turun dari atas section. Lebih kecil = teks lebih rapat ke atas. */
}

.banner_man2 .huruf_banner h1 {
  font-size: 28px; /* EDIT: ukuran font judul hero (base mobile ≤360px). Lebih besar = judul lebih dominan tapi bisa overflow ke gambar/wrap ke banyak baris. Lebih kecil = judul kurang menonjol tapi lebih aman dari overflow. */
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px; /* EDIT: jarak antara judul dan subtitle (base mobile). Lebih besar = lebih ada napas antar elemen. Lebih kecil = elemen lebih rapat. */
}
/* EDIT: warna font judul hero — diatur di components/banner-hero.css */

.banner_man2 .huruf_banner h3 {
  font-size: 14px; /* EDIT: ukuran font subtitle hero (base mobile ≤360px). Catatan: governance.php memakai inline style="font-size:22px" pada h3 yang menimpa aturan ini — ubah langsung di governance.php jika perlu. Lebih besar = lebih mudah dibaca tapi makan tempat vertikal. Lebih kecil = hemat tempat tapi kurang terbaca. */
}
/* EDIT: warna font subtitle — diatur di components/banner-hero.css */

/* EDIT: gambar/logo hero — path gambar ada di governance.php baris ~218:
 *   <img src="assets/img/hero-image-jumbroton-gcg.png" ...>
 *   Untuk mengganti gambar: ubah nilai src di file PHP masing-masing halaman governance.
 *   Ukuran gambar diatur di components/banner-hero.css (mobile: width:100%, desktop: posisi absolut kanan lebar 42%).
 *   Lebih besar (width di banner-hero.css) = gambar lebih dominan tapi bisa overflow keluar section atau menutupi teks. Lebih kecil = gambar kurang terlihat. */

/* Gambar hero: banner-hero.css sudah handle width:100% di <=991px */

/* ============================================================
   governance.php — Laporan Keuangan
   ============================================================ */

.financial-report-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 18px 35px rgba(20, 56, 91, 0.08);
  box-sizing: border-box;
}

.financial-report-box h1 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 8px;
  color: #13365b;
}

.financial-report-box .subtitle {
  color: #1e3550;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 18px;
}

.financial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.financial-card {
  flex: 1 1 100%;
  background: #eaf5f1;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}

.financial-card .icon-wrap {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  flex-shrink: 0;
  color: #14a765;
  margin-bottom: 12px;
}

/* Selector (0,2,1) mengalahkan main.css svg (0,0,1) global — tidak perlu !important */
.financial-card .icon-wrap svg {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
}

.financial-card h3 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 400;
  color: #13365b;
}

.financial-select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #dce6ee;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #1c334d;
  padding: 8px 10px;
  margin-bottom: 10px;
  background: #fff;
  box-sizing: border-box;
}

.financial-inline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.btn-download-laporan {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #5ca7d3 0%, #78bde4 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.btn-download-laporan:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(73, 147, 192, 0.25);
}

.alert-laporan {
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f6ecec;
  color: #8e3030;
  border: 1px solid #e9caca;
  font-size: 12px;
}

/* ============================================================
   governance-anti-fraud.php
   ============================================================ */

.anti-fraud-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 30px rgba(17, 49, 76, 0.12);
  box-sizing: border-box;
}

.anti-fraud-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #143459;
  margin: 0 0 12px;
}

.anti-fraud-subtitle {
  font-size: 14px;
  line-height: 1.55;
  color: #163757;
  margin-bottom: 18px;
}

.anti-fraud-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.anti-fraud-item {
  display: flex;
  flex-direction: column;
}

.anti-fraud-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}

.anti-fraud-point {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.anti-fraud-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: 0 0 30px;
  background: #f5ebda;
  color: #f2a100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.anti-fraud-text {
  color: #163757;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

/* ============================================================
   governance-whistle-blowing-system.php
   ============================================================ */

.wbs-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 16px 30px rgba(17, 49, 76, 0.12);
  box-sizing: border-box;
}

.wbs-alert {
  margin-bottom: 14px;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
}

.wbs-alert.success {
  background: #e8f7ee;
  border: 1px solid #b8e2c4;
  color: #146738;
}

.wbs-alert.error {
  background: #fdecec;
  border: 1px solid #f3c2c2;
  color: #a02222;
}

.wbs-title {
  color: #1e3652;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}

.wbs-subtitle {
  color: #234364;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.wbs-form-label {
  display: block;
  color: #2c4b69;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.wbs-input,
.wbs-select,
.wbs-textarea {
  width: 100%;
  border: 1px solid #d9e4ef;
  background: #fdfefe;
  border-radius: 11px;
  padding: 9px 12px;
  color: #244463;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.wbs-input:focus,
.wbs-select:focus,
.wbs-textarea:focus {
  border-color: #7cb6df;
  box-shadow: 0 0 0 3px rgba(123, 182, 223, 0.2);
}

.wbs-textarea {
  min-height: 100px;
  resize: vertical;
}

.wbs-row {
  margin-bottom: 10px;
}

.wbs-radio-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}

.wbs-radio-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #48617b;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
}

.wbs-radio-item input {
  margin: 0;
}

.wbs-file-box {
  border: 1px solid #d9e4ef;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
}

.wbs-file-status {
  color: #556f8c;
  font-size: 13px;
}

.wbs-upload-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f3fb;
  color: #2b6c9f;
  border: 0;
  border-radius: 999px;
  min-height: 34px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
}

.wbs-help {
  font-size: 11px;
  color: #6e8094;
  margin-top: 6px;
}

.wbs-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  color: #32506d;
  font-size: 13px;
}

.wbs-submit {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 22px;
  margin-top: 12px;
  background: linear-gradient(90deg, #3b98d5 0%, #44a5df 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
}

.wbs-file-input {
  display: none;
}

/* ============================================================
   governance-komite-direksi.php & governance-komite-dewan-komisaris.php
   PENTING: .komite-modal.show dan .komite-btn dipakai JS — JANGAN ganti nama.
   ============================================================ */

.komite-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 16px 30px rgba(17, 49, 76, 0.12);
  box-sizing: border-box;
}

.komite-title {
  color: #143459;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 14px;
}

.komite-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.komite-card {
  background: #eef6f3;
  border-radius: 16px;
  padding: 12px;
  box-sizing: border-box;
}

.komite-card-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: #142f4b;
  margin: 0 0 12px;
}

.komite-btn {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: #3993c9;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 10px 18px rgba(57, 147, 201, 0.24);
  cursor: pointer;
  box-sizing: border-box;
}

.komite-btn:hover {
  filter: brightness(0.96);
}

.komite-btn svg {
  width: 18px;
  height: 18px;
}

/* Modal — position fixed, display:none saat tertutup */
.komite-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1050;
  background: rgba(8, 27, 44, 0.55);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* JS toggle — JANGAN UBAH NAMA CLASS INI */
.komite-modal.show {
  display: flex;
}

.komite-modal-content {
  width: 95vw;
  height: 85vh;
  background: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.komite-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -35%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #64aedd;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
}

.komite-modal-title {
  margin: 0 0 6px;
  color: #15181f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  flex: 0 0 auto;
}

.komite-modal-image {
  width: 100%;
  height: calc(100% - 32px);
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.komite-modal-placeholder {
  border: 1px dashed #a8b7c8;
  border-radius: 8px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a6079;
  font-size: 18px;
  text-align: center;
  padding: 18px;
}

/* ============================================================
   governance-laporan-berkelanjutan.php
   ============================================================ */

.laporan-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 16px 30px rgba(17, 49, 76, 0.12);
  box-sizing: border-box;
}

.laporan-title {
  color: #143459;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.laporan-subtitle {
  color: #1e3550;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.6;
}

.laporan-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Satu kolom di mobile kecil */
.laporan-card {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
}

.laporan-cover {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #eef2f6;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px solid #dce6ef;
}

.btn-unduh {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #5ca7d3 0%, #78bde4 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.btn-unduh:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(73, 147, 192, 0.25);
}

.btn-unduh svg {
  width: 16px;
  height: 16px;
}

.laporan-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 6px;
}

.laporan-pagination .page-num {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b82c4;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* ============================================================
   BREAKPOINTS — min-width ascending
   ============================================================ */

@media (min-width: 361px) {
  .section-customer-care-page-content { padding: 16px 12px; }
  /* EDIT: ukuran font judul hero (≥361px). Lebih besar = judul lebih dominan tapi bisa overflow/wrap. Lebih kecil = kurang menonjol. */
  .banner_man2 .huruf_banner h1 { font-size: 30px; }
  .anti-fraud-title { font-size: 22px; }
  .wbs-title { font-size: 20px; }
  .komite-grid { gap: 14px; }
  .komite-btn { font-size: 13px; gap: 8px; }
  .komite-btn svg { width: 22px; height: 22px; }
}

@media (min-width: 481px) {
  .section-customer-care-page-content { padding: 24px 16px; }
  /* hero img — banner-hero.css handle di <=991px */
  /* EDIT: ukuran font judul hero (≥481px). Lebih besar = judul lebih dominan tapi bisa overflow/wrap. Lebih kecil = kurang menonjol. */
  .banner_man2 .huruf_banner h1 { font-size: 32px; }
  .financial-report-box { padding: 20px; }
  .financial-select { font-size: 12px; padding: 8px 12px; }
  .btn-download-laporan { font-size: 13px; min-height: 40px; }
  .anti-fraud-title { font-size: 22px; }
  .anti-fraud-subtitle { font-size: 14px; }
  .anti-fraud-text { font-size: 16px; }
  .anti-fraud-number { width: 34px; height: 34px; flex: 0 0 34px; font-size: 18px; }
  .anti-fraud-image { max-height: 200px; border-radius: 14px; margin-bottom: 12px; }
  .anti-fraud-point { gap: 10px; }
  .wbs-title { font-size: 20px; }
  .wbs-textarea { min-height: 100px; }
  .btn-unduh { font-size: 14px; padding: 12px; gap: 8px; }
  .btn-unduh svg { width: 20px; height: 20px; }
  .laporan-cover { border-radius: 12px; margin-bottom: 12px; }
}

/* Dua kolom laporan card mulai 576px */
@media (min-width: 576px) {
  .laporan-card { flex: 0 1 calc(50% - 10px); }
}

@media (min-width: 601px) {
  .section-customer-care-page-content { padding: 32px 20px; }
  /* hero img — banner-hero.css handle di <=991px */
  /* EDIT: ukuran font judul hero (≥601px). Lebih besar = judul lebih dominan tapi bisa overflow/wrap. Lebih kecil = kurang menonjol. */
  .banner_man2 .huruf_banner h1 { font-size: 38px; }
  /* EDIT: ukuran font subtitle hero (≥601px). Lebih besar = lebih mudah dibaca tapi makan tempat vertikal. Lebih kecil = hemat tempat tapi kurang terbaca. */
  .banner_man2 .huruf_banner h3 { font-size: 15px; }
  .financial-report-box { padding: 20px; }
  .anti-fraud-box { padding: 18px; }
  .anti-fraud-title { font-size: 26px; }
  .anti-fraud-subtitle { font-size: 15px; margin-bottom: 18px; }
  .anti-fraud-image { height: auto; max-height: 260px; width: 100%; }
  .anti-fraud-text { font-size: 18px; }
  .wbs-box { padding: 18px; border-radius: 16px; }
  .wbs-title { font-size: 22px; }
  .wbs-subtitle { font-size: 15px; }
  .wbs-radio-wrap { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; }
  .wbs-radio-item { font-size: 12px; padding: 4px 10px; }
  .wbs-input, .wbs-select, .wbs-textarea { font-size: 14px; padding: 9px 12px; }
  .wbs-form-label { font-size: 12px; }
  .wbs-submit { font-size: 15px; min-height: 42px; }
  .wbs-file-status { font-size: 13px; }
  .wbs-help { font-size: 11px; }
  .komite-title { font-size: 18px; }
  .komite-card { padding: 16px; }
  .komite-card-title { font-size: 15px; margin-bottom: 12px; }
  .komite-btn { font-size: 13px; padding: 0 12px; }
  .komite-modal-content { width: 95vw; height: 85vh; padding: 10px; }
  .komite-modal-title { font-size: 14px; margin-bottom: 6px; }
  .komite-modal-close { width: 32px; height: 32px; font-size: 24px; }
  .laporan-box { padding: 14px; border-radius: 12px; }
  .laporan-title { font-size: 16px; }
  .laporan-subtitle { font-size: 13px; }
  .laporan-pagination { justify-content: flex-end; flex-wrap: nowrap; gap: 8px; margin-top: 24px; }
  .laporan-pagination .page-num { width: 36px; height: 36px; font-size: 16px; }
}

@media (min-width: 769px) {
  .section-customer-care-page-content { padding: 48px 40px; }
  .financial-report-box { padding: 20px; }
  .financial-report-box h1 { font-size: 22px; }
  .financial-card { flex: 1 1 320px; padding: 20px; }
  .financial-card h3 { font-size: 11px; }
  .anti-fraud-box { padding: 18px; border-radius: 16px; }
  .anti-fraud-title { font-size: 34px; }
  .anti-fraud-subtitle { font-size: 18px; }
  .anti-fraud-grid { gap: 22px; }
  .anti-fraud-image { height: 200px; max-height: none; border-radius: 14px; margin-bottom: 18px; }
  .anti-fraud-number { width: 38px; height: 38px; flex: 0 0 38px; font-size: 28px; }
  .anti-fraud-text { font-size: 22px; }
  .wbs-title { font-size: 34px; }
  .wbs-subtitle { font-size: 15px; }
  .komite-box { padding: 18px; border-radius: 14px; }
  .komite-title { font-size: 20px; margin-bottom: 14px; }
  .komite-card { padding: 16px; }
  .komite-card-title { font-size: 16px; margin-bottom: 12px; }
  .komite-btn { font-size: 13px; min-height: 38px; gap: 8px; }
  .komite-btn svg { width: 22px; height: 22px; }
  .laporan-box { padding: 18px; border-radius: 14px; }
  .laporan-title { font-size: 18px; }
  .laporan-subtitle { font-size: 14px; margin-bottom: 16px; }
}

/* Restore desktop: nilai dari inline <style> yang sebelumnya ada di masing-masing PHP */
@media (min-width: 992px) {
  .banner_man { height: 560px; padding-bottom: 50px; }
  .banner_man2 { height: 520px; padding-bottom: 0; }
  /* EDIT: alignment teks hero beralih ke kiri di desktop ≥992px */
  .banner_man2 .huruf_banner { text-align: left; padding-top: 0; }
  /* EDIT: ukuran font judul hero (desktop ≥992px). Lebih besar = judul lebih dominan tapi bisa overflow ke gambar/wrap. Lebih kecil = judul kurang menonjol. */
  .banner_man2 .huruf_banner h1 { font-size: 55px; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
  /* EDIT: ukuran font subtitle hero (desktop ≥992px). Lebih besar = lebih mudah dibaca tapi makan tempat vertikal. Lebih kecil = hemat tempat tapi kurang terbaca. */
  .banner_man2 .huruf_banner h3 { font-size: 20px; }
  .banner_man2 .hero-img .hero2 img { max-width: none; margin: unset; display: unset; }
  .section-customer-care-page-content { padding: 64px 112px; }

  /* financial */
  .financial-report-box { padding: 28px; }
  .financial-report-box .subtitle { font-size: 13px; }
  .financial-card { flex: 1 1 320px; padding: 20px; }
  .financial-card h3 { font-size: 14px; }
  .financial-select { font-size: 12px; padding: 8px 12px; }
  .financial-inline { grid-template-columns: 1fr 1fr; }
  .btn-download-laporan { font-size: 13px; min-height: 40px; }

  /* anti-fraud */
  .anti-fraud-box { border-radius: 22px; padding: 30px; }
  .anti-fraud-title { font-size: 52px; }
  .anti-fraud-subtitle { font-size: 19px; margin-bottom: 24px; }
  .anti-fraud-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .anti-fraud-image { height: 230px; max-height: none; border-radius: 18px; margin-bottom: 18px; }
  .anti-fraud-point { gap: 14px; }
  .anti-fraud-number { width: 42px; height: 42px; flex: 0 0 42px; font-size: 22px; }
  .anti-fraud-text { font-size: 22px; line-height: 1.45; }

  /* wbs */
  .wbs-box { border-radius: 16px; padding: 26px; }
  .wbs-title { font-size: 52px; }
  .wbs-subtitle { font-size: 17px; }
  .wbs-form-label { font-size: 13px; }
  .wbs-input, .wbs-select, .wbs-textarea { padding: 10px 14px; }
  .wbs-textarea { min-height: 118px; }
  .wbs-radio-wrap { flex-direction: row; flex-wrap: nowrap; gap: 10px; }
  .wbs-radio-item { font-size: 13px; padding: 5px 12px; }
  .wbs-file-box { flex-direction: row; align-items: center; }
  .wbs-upload-btn { width: auto; }
  .wbs-file-status { font-size: 14px; }
  .wbs-help { font-size: 12px; }
  .wbs-submit { min-height: 46px; font-size: 16px; }

  /* komite */
  .komite-box { border-radius: 18px; padding: 28px; }
  .komite-title { font-size: 25px; margin-bottom: 18px; }
  .komite-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .komite-card { padding: 22px; }
  .komite-card-title { font-size: 20px; margin-bottom: 16px; }
  .komite-btn { font-size: 15px; min-height: 35px; gap: 10px; }
  .komite-btn svg { width: 28px; height: 28px; }
  .komite-modal-content {
    width: min(1100px, 96vw);
    height: min(92vh, 900px);
    padding: 28px;
  }
  .komite-modal-close {
    top: 15px;
    right: 25px;
    transform: translate(50%, -50%);
    width: 48px;
    height: 30px;
    font-size: 34px;
  }
  .komite-modal-title { font-size: 20px; margin-bottom: 12px; }
  .komite-modal-image { height: calc(100% - 44px); }

  /* laporan */
  .laporan-box { border-radius: 18px; padding: 28px; }
  .laporan-title { font-size: 25px; }
  .laporan-subtitle { font-size: 16px; margin-bottom: 24px; }
  .btn-unduh { font-size: 16px; padding: 14px; gap: 8px; border-radius: 20px; }
  .btn-unduh svg { width: 20px; height: 20px; }
}

@media (min-width: 1025px) {
  .section-customer-care-page-content { padding: 64px 112px; }
}
