/* Gondia Police — Landing page (polished) */
.landing-pro {
  background: #eef2f7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.landing-pro::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(3, 1, 141, 0.08), transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(244, 140, 6, 0.06), transparent 35%);
  pointer-events: none;
  z-index: 0;
}

.landing-pro > * { position: relative; z-index: 1; }

/* Header */
.lp-header {
  background: linear-gradient(135deg, #020617 0%, #1e1b4b 45%, #312e81 100%);
  color: #fff;
  padding: 1rem 1.5rem 1.25rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.2);
}

.lp-header-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.lp-header .lang-switcher {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lp-header .lang-btn {
  color: rgba(255, 255, 255, 0.92);
}

.lp-header .lang-btn.active {
  background: #fff;
  color: #03018d;
}

.lp-header .lang-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}


.lp-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.lp-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 4px;
}

.lp-brand h1 {
  font-size: clamp(1rem, 2vw, 1.35rem);
  margin: 0 0 0.15rem;
  line-height: 1.25;
  font-weight: 800;
}

.lp-brand p {
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.88;
}

.lp-desc {
  max-width: 680px;
  margin: 0.85rem auto 0;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.55;
  opacity: 0.9;
}

/* Stats strip */
.lp-stats {
  max-width: 1320px;
  margin: -1.1rem auto 0;
  padding: 0 1.25rem;
  width: 100%;
}

.lp-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  background: #fff;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.lp-stat {
  text-align: center;
  padding: 0.35rem 0.25rem;
  border-right: 1px solid #f1f5f9;
}

.lp-stat:last-child { border-right: none; }

.lp-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #03018d;
  line-height: 1.1;
}

.lp-stat span {
  font-size: 0.65rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Main grid — leadership left, access right */
.lp-main {
  flex: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 1.35rem 1.25rem 1.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  align-items: stretch;
}

.lp-panel-leaders {
  justify-content: flex-start;
}

.lp-panel-leaders .lp-leaders-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
}

.lp-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  padding: 1.25rem 1.15rem 1.35rem;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.lp-panel-access {
  justify-content: flex-start;
}

.lp-panel-access .lp-portals {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  min-height: 320px;
}

.lp-panel-head {
  text-align: center;
  margin-bottom: 1.1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f1f5f9;
}

.lp-panel-head h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: #03018d;
}

.lp-panel-head p {
  margin: 0.3rem 0 0;
  font-size: 0.72rem;
  color: #64748b;
}

.lp-group-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6366f1;
  margin: 0 0 0.6rem;
  text-align: center;
}

/* Leadership — circular portrait cards */
.lp-leaders-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}

.lp-leader-row {
  display: grid;
  gap: 0.85rem;
  justify-content: center;
  justify-items: center;
  width: 100%;
}

.lp-row-1 { grid-template-columns: minmax(150px, 168px); }
.lp-row-2 { grid-template-columns: repeat(2, minmax(130px, 142px)); }
.lp-row-3 { grid-template-columns: repeat(3, minmax(118px, 132px)); }

.lp-leader {
  width: 100%;
  max-width: 142px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(3, 1, 141, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.lp-leader:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(3, 1, 141, 0.12);
}

.lp-leader.featured { max-width: 168px; }

.lp-leader-photo {
  padding: 0.7rem 0.65rem 0.4rem;
  background: linear-gradient(180deg, #f8fafc, #fff);
  flex-shrink: 0;
}

.lp-leader-photo img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(3, 1, 141, 0.15);
  display: block;
  margin: 0 auto;
  background: #e2e8f0;
}

.lp-leader.featured .lp-leader-photo img {
  width: 76px;
  height: 76px;
}

.lp-leader-info {
  background: linear-gradient(135deg, #03018d, #1e40af);
  color: #fff;
  padding: 0.5rem 0.35rem;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.lp-leader-name {
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.28;
  margin: 0;
}

.lp-leader.featured .lp-leader-name { font-size: 0.68rem; }

.lp-leader-role {
  font-size: 0.54rem;
  opacity: 0.92;
  margin: 0.18rem 0 0;
  line-height: 1.25;
}

.lp-leader-sp {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.35rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #03018d 0%, #312e81 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(3, 1, 141, 0.25);
}

.lp-leader-sp img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fbbf24;
  flex-shrink: 0;
}

.lp-leader-sp-text h3 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
}

.lp-leader-sp-text p {
  margin: 0.15rem 0 0;
  font-size: 0.65rem;
  opacity: 0.9;
}

.lp-leader-sp-badge {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: rgba(251, 191, 36, 0.25);
  color: #fde68a;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  margin-bottom: 0.2rem;
}

/* Access portals */
.lp-portals {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.lp-portal {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fafbfc;
  text-decoration: none;
  color: inherit;
  transition: all 0.22s ease;
  position: relative;
  overflow: hidden;
}

.lp-portal::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}

.lp-portal.public::before { background: #38b000; }
.lp-portal.cm::before { background: #2563eb; }
.lp-portal.staff::before { background: #f48c06; }

.lp-portal:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border-color: #cbd5e1;
  color: inherit;
}

.lp-portal-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.lp-portal.public .lp-portal-icon { background: #ecfdf5; color: #166534; }
.lp-portal.cm .lp-portal-icon { background: #eff6ff; color: #1d4ed8; }
.lp-portal.staff .lp-portal-icon { background: #fff7ed; color: #c2410c; }

.lp-portal-body { flex: 1; min-width: 0; }

.lp-portal-body h3 {
  margin: 0 0 0.2rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.lp-portal-body p {
  margin: 0;
  font-size: 0.72rem;
  color: #64748b;
  line-height: 1.4;
}

.lp-portal-tag {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 5px;
}

.lp-portal.public .lp-portal-tag { background: #dcfce7; color: #166534; }
.lp-portal.cm .lp-portal-tag { background: #dbeafe; color: #1d4ed8; }
.lp-portal.staff .lp-portal-tag { background: #ffedd5; color: #c2410c; }

.lp-portal-arrow {
  color: #94a3b8;
  font-size: 0.9rem;
  transition: transform 0.2s;
}

.lp-portal:hover .lp-portal-arrow {
  transform: translateX(3px);
  color: #03018d;
}

.lp-assistant-note {
  margin-top: 0.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  background: #f5f3ff;
  border: 1px dashed #c4b5fd;
  font-size: 0.68rem;
  color: #5b21b6;
  display: flex;
  gap: 0.5rem;
  line-height: 1.45;
}

.lp-assistant-note i { margin-top: 2px; }

.lp-footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.72rem;
  color: #64748b;
}

@media (max-width: 960px) {
  .lp-main { grid-template-columns: 1fr; }
  .lp-row-2 { grid-template-columns: repeat(2, minmax(120px, 1fr)); max-width: 300px; margin: 0 auto; }
  .lp-row-3 { grid-template-columns: repeat(3, minmax(100px, 1fr)); max-width: 100%; }
  .lp-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .lp-stat:nth-child(2) { border-right: none; }
  .lp-stat { border-bottom: 1px solid #f1f5f9; padding-bottom: 0.5rem; }
  .lp-stat:nth-child(3),
  .lp-stat:nth-child(4) { border-bottom: none; }
  .lp-panel-access .lp-portals { min-height: 0; }
}

@media (max-width: 560px) {
  .lp-row-3 { grid-template-columns: repeat(2, minmax(120px, 1fr)); max-width: 280px; margin: 0 auto; }
  .lp-row-3 .lp-leader:last-child { grid-column: 1 / -1; max-width: 142px; }
  .lp-leader-sp { flex-direction: column; text-align: center; }
}
