/* =============================================================================
   BST MOVERS — GENERAL PAGE STYLES
   Depends on: front-page.css (nav, footer, topbar, buttons)
   Used by: page-general.php (Tentang Kami, Informasi Layanan, Area Layanan)
   ============================================================================= */

/* ── PAGE WRAPPER ── */
.bst-general-page .site-content {
  min-height: 100vh;
  background: rgb(173, 31, 42);
}

/* ── BREADCRUMB ── */
.bst-breadcrumb {
  background: rgb(152, 27, 37);
  border-bottom: 1px solid var(--border2);
  padding: 12px 48px;
  margin-top: 145px;
}
.bst-breadcrumb nav {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,.5);
}
.bst-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.bst-breadcrumb a:hover { color: #fff; }
.bst-breadcrumb .sep { opacity: .35; }
.bst-breadcrumb .current { color: #fff; }

/* ── PAGE HERO STRIP ── */
.gen-hero {
  background: rgb(152, 27, 37);
  border-bottom: 1px solid var(--border2);
  padding: 48px 48px 40px;
}
.gen-hero-inner { max-width: 860px; margin: 0 auto; }
.gen-hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}
.gen-hero .gen-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
}

/* ── CONTENT AREA ── */
.gen-body {
  background: {background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(128,191,255,.16) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 10% 80%,rgba(229,53,53,.1) 0%,transparent 50%),linear-gradient(160deg,var(--bg0) 0%,var(--bg1) 50%,#1a3898 100%);border-top:1px solid var(--border2)};
  padding: 56px 48px 80px;
}
.gen-body-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* WordPress content typography */
.gen-content { color: #000000; font-size: 15px; line-height: 1.85; font-family: 'Nunito', sans-serif; }
.gen-content h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; color: var(--white); margin: 40px 0 14px; letter-spacing: -.02em; }
.gen-content h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 700; color: var(--white); margin: 28px 0 10px; }
.gen-content h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; color: var(--white); margin: 20px 0 8px; }
.gen-content p { margin-bottom: 16px; }
.gen-content ul,
.gen-content ol { padding-left: 22px; margin-bottom: 16px; }
.gen-content li { margin-bottom: 8px; }
.gen-content strong { color: var(--white); font-weight: 700; }
.gen-content a { color: #ff9aaa; text-decoration: underline; }
.gen-content a:hover { color: #fff; }
.gen-content blockquote {
  border-left: 3px solid var(--red);
  padding: 16px 20px;
  margin: 24px 0;
  background: rgba(213,38,53,.1);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: rgba(232,243,255,.7);
}
.gen-content img { max-width: 100%; border-radius: 12px; margin: 20px 0; }
.gen-content table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.gen-content th { background: rgba(213,38,53,.3); color: var(--white); padding: 12px 16px; text-align: left; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; }
.gen-content td { padding: 10px 16px; border-bottom: 1px solid var(--border2); color: rgba(232,243,255,.8); }
.gen-content tr:hover td { background: rgba(255,255,255,.04); }
.gen-content hr { border: none; border-top: 1px solid var(--border2); margin: 36px 0; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .bst-breadcrumb { padding: 10px 20px; margin-top: 120px; }
  .gen-hero { padding: 36px 20px 30px; }
  .gen-body { padding: 40px 20px 60px; }
}


/* ── SECTION 2 LAYOUT ── */
.gen-body-inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.gen-content { flex: 2; } /* 2/3 */
.gen-side-image { flex: 1; } /* 1/3 */
.gen-side-image img {
  width: 100%;
  object-fit: contain;
  background: transparent; /* no border, no shadow */
}

/* ── HERO BACKGROUND IMAGE ── */
.gen-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgb(152, 27, 37); /* fallback */
}
.gen-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(100, 10, 18, 0.72); /* dark red overlay */
}
.gen-hero-inner { position: relative; z-index: 1; }

@media (max-width: 768px) {
  .gen-body-inner { flex-direction: column; }
  .gen-side-image { order: -1; max-width: 200px; margin: 0 auto; }
}

/* ── PAGE HERO STRIP ── */
.gen-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgb(152, 27, 37);
  min-height: 320px;                    /* ← TAMBAH INI */
  display: flex;                         /* ← TAMBAH INI */
  flex-direction: column;                /* ← TAMBAH INI */
  justify-content: flex-end;             /* ← title di bawah */
  padding: 0;                            /* ← reset padding lama */
}

.gen-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(80, 8, 14, 0.3) 0%,
    rgba(80, 8, 14, 0.85) 100%   /* ← gelap di bawah biar title terbaca */
  );
  z-index: 0;
}

.gen-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 48px 48px;       /* ← padding di inner, bukan di hero */
}

/* Breadcrumb dalam hero */
.gen-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  margin-bottom: 16px;
}
.gen-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.gen-breadcrumb a:hover { color: #fff; }

.gen-hero-inner h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.03em;
  margin: 0 0 12px;
}

.gen-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  max-width: 580px;
  margin: 0;
}

@media (max-width: 768px) {
  .gen-hero { min-height: 240px; }
  .gen-hero-inner { padding: 28px 20px 36px; }
}