﻿/* ===========================
   BREADCRUMB
=========================== */
.breadcrumb-bar {
  background: #1a3a6b;
  padding: 10px 0;
}

.breadcrumb-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.75);
}

.breadcrumb-inner i.fa-home {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}

.breadcrumb-inner a {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  transition: color 0.2s;
}

.breadcrumb-inner a:hover {
  color: #fff;
}

.breadcrumb-inner i.fa-chevron-right {
  font-size: 9px;
  color: rgba(255,255,255,0.45);
}

.breadcrumb-inner span {
  color: rgba(255,255,255,0.6);
}

/* ===========================
   PAGE HEADER
=========================== */
.page-header {
  background: #fff;
  padding: 44px 0 32px;
  text-align: center;
}

.page-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-header-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #27ae60;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.label-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #27ae60;
  border-radius: 2px;
}

.page-header-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.page-header-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.page-header-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a3a6b;
  display: inline-block;
}

.page-header-dot span:nth-child(2) {
  background: #27ae60;
  width: 10px;
  height: 10px;
}

/* ===========================
   PENASEHAT SECTION
=========================== */
.penasehat-section {
  background: #f8f9fc;
  padding: 40px 0 64px;
}

.penasehat-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Card */
.penasehat-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  border: 1px solid #eee;
  display: flex;
  gap: 0;
  overflow: hidden;
}

.pn-photo-wrap {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.pn-photo {
  width: 200px;
  height: auto;
  object-fit: contain;
  object-position: top center;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  margin-top: 0;
}

.pn-info {
  padding: 28px 28px 24px;
  flex: 1;
}

.pn-name {
  font-size: 19px;
  font-weight: 700;
  color: #1a3a6b;
  margin-bottom: 4px;
  line-height: 1.3;
}

.pn-jabatan {
  font-size: 13px;
  color: #27ae60;
  font-weight: 600;
  margin-bottom: 12px;
}

.pn-divider {
  width: 40px;
  height: 3px;
  background: #1a3a6b;
  border-radius: 2px;
  margin-bottom: 14px;
}

.pn-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.75;
}

.pn-bidang {
  font-size: 12.5px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 16px;
}

.pn-bidang strong {
  color: #1a1a2e;
}

/* Table */
.pn-table-wrap {
  overflow-x: auto;
}

.pn-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.pn-table thead tr {
  background: #f0f4f8;
}

.pn-table th {
  padding: 9px 12px;
  text-align: left;
  font-weight: 700;
  color: #1a3a6b;
  font-size: 11px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #dde4ef;
  white-space: nowrap;
}

.pn-table td {
  padding: 9px 12px;
  color: #444;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.pn-table tbody tr:last-child td {
  border-bottom: none;
}

.pn-table tbody tr:hover {
  background: #f8f9fc;
}

/* ===========================
   FOOTER
=========================== */
.footer {
  background: #0d2244;
  color: #fff;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 36px;
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 0.8fr 1.2fr;
  gap: 40px;
}

/* Footer Logo Col */
.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-logo-2 {
  margin-bottom: 0;
}

.footer-logo div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-logo strong {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.footer-logo span {
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}

/* Footer Heading */
.footer-heading {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

/* Footer List */
.footer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-list li {
  font-size: 12.5px;
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.footer-list li i {
  color: #27ae60;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Footer Socials */
.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  transition: opacity 0.2s;
}

.footer-socials a:hover {
  opacity: 0.8;
}

.fs-fb { background: #1877f2; }
.fs-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.fs-yt { background: #ff0000; }
.fs-tt { background: #010101; }

/* Footer Daftar */
.footer-daftar-text {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin-bottom: 16px;
}

.footer-btn-daftar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8a020;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 6px;
  transition: background 0.2s;
}

.footer-btn-daftar:hover {
  background: #c8881a;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-bottom-links a {
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}

.footer-bottom-links a:hover {
  color: #fff;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
  .penasehat-card {
    flex-direction: column;
  }

  .pn-photo-wrap {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

  .pn-photo {
  width: 200px;
  height: auto;
  object-fit: contain;
  object-position: top center;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  margin-top: 0;
}

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .page-header-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
}


