/*
Theme Name: SMKN 7 Bekasi
Theme URI: https://smkn7bekasi.sch.id
Author: SMKN 7 Bekasi
Description: Tema custom SMKN 7 Bekasi — desain modern, cepat, tanpa elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smkn7bekasi
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/* ===== RESET / BASE ===== */
.gpc-main {
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
body,
button,
input,
select,
textarea {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.gpc-main h1,
.gpc-main h2,
.gpc-main h3,
.gpc-main h4,
.gpc-main h5,
.gpc-main h6 {
  font-family: 'Plus Jakarta Sans', Inter, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.gpc-main *,
.gpc-main *::before,
.gpc-main *::after {
  box-sizing: border-box;
}
.gpc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.gpc-section {
  padding: 100px 0;
  scroll-margin-top: 300px;
}
.gpc-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.gpc-section-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b91d7;
  background: rgba(11,145,215,0.1);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.gpc-section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.2;
}
.gpc-section-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}
.gpc-text-gradient {
  background: linear-gradient(135deg, #0b91d7, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gpc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.gpc-btn-primary {
  background: linear-gradient(135deg, #0b91d7, #0891b2);
  color: #fff;
  box-shadow: 0 4px 20px rgba(11,145,215,0.35);
}
.gpc-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(11,145,215,0.45);
  color: #fff;
}
.gpc-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.35);
}
.gpc-btn-outline:hover {
  border-color: #7dd3fc;
  background: rgba(125,211,252,0.1);
  color: #7dd3fc;
}

/* ===== HERO ===== */
.gpc-hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -72px;
  padding-top: 72px;
  z-index: 1;
}
.gpc-hero-slideshow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.gpc-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.gpc-hero-slide.active {
  opacity: 1;
}
.gpc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.88) 0%, rgba(3,105,161,0.75) 100%);
  z-index: 0;
}
.gpc-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.gpc-hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Hero Left */
.gpc-hero-left {
  padding: 20px 0;
  max-width: 760px;
}
.gpc-hero-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.gpc-hero-title .gpc-text-gradient {
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #7dd3fc, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gpc-hero-intro {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin: 0 0 4px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.gpc-hero-subtitle {
  font-size: 1.15rem;
  font-weight: 700;
  color: #38bdf8;
  margin: 0 0 32px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

/* Animated Words */
.gpc-animated-words {
  display: inline-flex;
  position: relative;
  height: 1.4em;
  vertical-align: bottom;
  overflow: hidden;
  min-width: 220px;
  justify-content: center;
  padding-bottom: 2px;
}
.gpc-animated-word {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.gpc-animated-word.gpc-active {
  opacity: 1;
  transform: translateY(0);
}
.gpc-animated-word.gpc-exit {
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .gpc-animated-words {
    min-width: 180px;
  }
}

/* Hero Search Bar */
.gpc-hero-search {
  max-width: 580px;
  margin: 0 auto 36px;
  width: 100%;
}
.gpc-hero-search-label {
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  margin: 0 0 14px;
  text-align: center;
}
.gpc-hero-search-box {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 5px 5px 5px 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.gpc-hero-search-box:focus-within {
  border-color: rgba(56,189,248,0.5);
  box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 32px rgba(0,0,0,0.15);
  background: rgba(255,255,255,0.16);
}
.gpc-hero-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 0;
  font-family: 'Inter', sans-serif;
}
.gpc-hero-search-input::placeholder {
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}
.gpc-hero-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease;
}
.gpc-hero-search-btn svg {
  width: 20px;
  height: 20px;
}
.gpc-hero-search-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(14,165,233,0.4);
}
.gpc-hero-search-btn:active {
  transform: scale(0.96);
}

/* Hero Tags */
.gpc-hero-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.gpc-hero-tags-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
}
.gpc-hero-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
}
.gpc-hero-tag:hover {
  background: rgba(56,189,248,0.25);
  border-color: rgba(56,189,248,0.4);
  color: #7dd3fc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(56,189,248,0.2);
}
.gpc-hero-desc {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  margin: 0 auto 28px;
  max-width: 560px;
  line-height: 1.7;
}

/* Hero Right — hidden */
.gpc-hero-right,
.gpc-hero-photo,
.gpc-hero-accreditation,
.gpc-accred-icon,
.gpc-accred-text,
.gpc-accred-label,
.gpc-accred-grade {
  display: none;
}

/* KPI Cards */
.gpc-hero-kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 600px;
  margin-top: 16px;
}
.gpc-kpi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 18px 12px 16px;
  transition: all 0.3s ease;
  cursor: default;
}
.gpc-kpi-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.10);
  border-color: var(--kpi-accent, rgba(125,211,252,0.4));
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.gpc-kpi-icon {
  width: 56px;
  height: 56px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.10);
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}
.gpc-kpi-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
  transition: transform 0.3s ease;
}
.gpc-kpi-card:hover .gpc-kpi-icon img {
  transform: scale(1.1);
}
.gpc-kpi-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px;
}
.gpc-kpi-desc {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
  line-height: 1.3;
}

/* ===== PROFIL / VISI MISI ===== */
.gpc-profil {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}
.gpc-profil-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.gpc-profil-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px 36px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
}
.gpc-profil-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent, #0b91d7);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gpc-profil-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 48px rgba(0,0,0,0.1);
  border-color: var(--accent, #0b91d7);
}
.gpc-profil-card:hover::before {
  opacity: 1;
}
.gpc-profil-icon {
  width: 56px;
  height: 56px;
  background: var(--accent, #0b91d7);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.gpc-profil-icon svg {
  width: 26px;
  height: 26px;
  color: #fff;
}
.gpc-profil-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
}
.gpc-profil-card p {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* ===== SAMBUTAN ===== */
.gpc-sambutan {
  background: #fff;
}
.gpc-sambutan-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}
.gpc-sambutan-img {
  display: flex;
  justify-content: center;
}
.gpc-img-frame {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #e2e8f0;
  position: relative;
}
.gpc-img-frame::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 3px solid transparent;
  background: linear-gradient(135deg, #0b91d7, #06b6d4) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.gpc-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gpc-sambutan-text blockquote {
  margin: 0;
  position: relative;
}
.gpc-quote-icon {
  width: 40px;
  height: 40px;
  color: #0b91d7;
  opacity: 0.2;
  margin-bottom: 16px;
}
.gpc-sambutan-text blockquote p {
  font-size: 1.1rem;
  color: #334155;
  line-height: 1.8;
  font-style: italic;
  margin: 0 0 24px;
}
.gpc-sambutan-text blockquote footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gpc-sambutan-text blockquote footer strong {
  font-size: 1.05rem;
  color: #0f172a;
}
.gpc-sambutan-text blockquote footer span {
  font-size: 0.9rem;
  color: #64748b;
}

/* ===== JURUSAN / FLIP CARD ===== */
.gpc-jurusan {
  background: #f8fafc;
}
.gpc-jurusan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  perspective: 1200px;
}
.gpc-flip-card {
  height: 380px;
  cursor: pointer;
  perspective: 1000px;
}
.gpc-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
  transform-style: preserve-3d;
}
.gpc-flip-card.flipped .gpc-flip-inner {
  transform: rotateY(180deg);
}
@media (hover: hover) {
  .gpc-flip-card:hover .gpc-flip-inner {
    transform: rotateY(180deg);
  }
}
.gpc-flip-front,
.gpc-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gpc-flip-front {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}
.gpc-flip-back {
  background: linear-gradient(135deg, var(--accent, #0b91d7), var(--accent-end, #0891b2));
  transform: rotateY(180deg);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  color: #fff;
  padding: 28px 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gpc-flip-front-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.gpc-flip-front-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gpc-flip-front-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 8px;
  background: var(--accent, #0b91d7);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.gpc-flip-front-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
  line-height: 1.3;
}
.gpc-flip-front-desc {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gpc-flip-front-hint {
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.gpc-flip-front-hint svg {
  width: 14px;
  height: 14px;
}
.gpc-flip-back-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}
.gpc-flip-back-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  margin: 0 0 24px;
}
.gpc-flip-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}
.gpc-flip-back-btn:hover {
  background: rgba(255,255,255,0.35);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-2px);
}
.gpc-flip-back-btn svg {
  width: 16px;
  height: 16px;
}
.gpc-flip-back-hint {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .gpc-jurusan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .gpc-jurusan-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .gpc-flip-card {
    height: 360px;
  }
}

/* ===== FASILITAS ===== */
.gpc-fasilitas {
  background: #fff;
}
.gpc-fasilitas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gpc-fas-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid #f1f5f9;
  transition: all 0.4s ease;
}
.gpc-fas-card:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
  border-color: #e2e8f0;
}
.gpc-fas-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.gpc-fas-card:hover .gpc-fas-icon {
  background: linear-gradient(135deg, #0b91d7, #06b6d4);
}
.gpc-fas-icon svg {
  width: 22px;
  height: 22px;
  color: #64748b;
  transition: color 0.4s ease;
}
.gpc-fas-card:hover .gpc-fas-icon svg {
  color: #fff;
}
.gpc-fas-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
}
.gpc-fas-card p {
  font-size: 0.84rem;
  color: #64748b;
  margin: 0;
}

/* Fasilitas card with background */
.gpc-fas-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}
.gpc-fas-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0.5) 0%, rgba(15,23,42,0.85) 100%);
  z-index: 0;
}
.gpc-fas-bg > * {
  position: relative;
  z-index: 1;
}
.gpc-fas-bg .gpc-fas-icon {
  background: rgba(255,255,255,0.15);
}
.gpc-fas-bg .gpc-fas-icon svg {
  color: #fff;
}
.gpc-fas-bg h4 {
  color: #fff;
}
.gpc-fas-bg p {
  color: rgba(255,255,255,0.8);
}
.gpc-fas-bg:hover .gpc-fas-bg-overlay {
  background: linear-gradient(180deg, rgba(15,23,42,0.55) 0%, rgba(15,23,42,0.9) 100%);
}
.gpc-fas-bg.gpc-fas-bg:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.gpc-fas-bg.gpc-fas-bg,
.gpc-fas-bg.gpc-fas-bg:hover {
  background-color: transparent;
  transition: none;
}

/* Slideshow for fasilitas card */
.gpc-fas-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gpc-fas-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.gpc-fas-slide.active {
  opacity: 1;
}

/* ==== FASILITAS: Editorial Split Layout ==== */
.gpc-fas-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}
.gpc-fas-title {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 12px 0 0;
}
.gpc-fas-title span {
  display: block;
  color: #0b91d7;
}
.gpc-fas-head-right {
  border-top: 1px solid #e2e8f0;
  padding-top: 22px;
  max-width: 460px;
}
.gpc-fas-head-right p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 18px;
}
.gpc-fas-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0f172a;
  text-decoration: none;
  border-bottom: 2px solid #0b91d7;
  padding-bottom: 3px;
  transition: color 0.25s ease, gap 0.25s ease;
}
.gpc-fas-link:hover {
  color: #0b91d7;
  gap: 16px;
}
.gpc-fas-link-arr {
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.gpc-fas-stage {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 56px;
  align-items: stretch;
  min-height: 520px;
  position: relative;
}
.gpc-fas-mascot {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: 280px;
  pointer-events: none;
  filter: drop-shadow(0 24px 30px rgba(15,23,42,0.35));
}
.gpc-fas-mascot-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  user-select: none;
  animation: gpc-fas-mascot-bob 3.4s ease-in-out infinite;
}
@keyframes gpc-fas-mascot-bob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}
/* Index list */
.gpc-fas-index {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e2e8f0;
}
.gpc-fas-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  padding: 18px 4px;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  background: none;
  cursor: pointer;
  text-align: left;
  transition: padding 0.3s cubic-bezier(0.22,1,0.36,1);
}
.gpc-fas-item-num {
  font-size: 0.85rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #94a3b8;
  transition: color 0.3s ease;
}
.gpc-fas-item-name {
  font-size: 1.08rem;
  font-weight: 700;
  color: #475569;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}
.gpc-fas-item.active {
  padding-left: 10px;
}
.gpc-fas-item.active .gpc-fas-item-num {
  color: #0b91d7;
}
.gpc-fas-item.active .gpc-fas-item-name {
  color: #0f172a;
  font-size: 1.18rem;
}
.gpc-fas-item-bar {
  grid-column: 1 / -1;
  display: block;
  height: 3px;
  width: 100%;
  background: #eef2f7;
  border-radius: 3px;
  margin-top: 4px;
  overflow: hidden;
}
.gpc-fas-item-fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #0b91d7, #06b6d4);
  border-radius: 3px;
}
.gpc-fas-item:not(.active) .gpc-fas-item-fill {
  width: 0 !important;
}

/* Media panel */
.gpc-fas-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15,23,42,0.18);
}
.gpc-fas-media-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.gpc-fas-media-slide.active {
  opacity: 1;
}
.gpc-fas-media-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.08);
  transition: transform 8s ease;
}
.gpc-fas-media-slide.active .gpc-fas-media-bg {
  transform: scale(1);
}
.gpc-fas-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0.05) 40%, rgba(15,23,42,0.88) 100%);
  z-index: 1;
}
.gpc-fas-media-caption {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  color: #fff;
}
.gpc-fas-media-num {
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #5eead4;
  padding-bottom: 6px;
}
.gpc-fas-media-line {
  width: 34px;
  height: 2px;
  background: #5eead4;
  margin-bottom: 16px;
}
.gpc-fas-media-text h4 {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 4px;
}
.gpc-fas-media-text p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

@media (max-width: 992px) {
  .gpc-fas-head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .gpc-fas-head-right { max-width: 100%; }
  .gpc-fas-stage { grid-template-columns: 1fr; gap: 32px; min-height: 0; }
  .gpc-fas-media { height: 420px; }
  .gpc-fas-mascot { width: 200px; }
}
@media (max-width: 640px) {
  .gpc-fas-media { height: 320px; border-radius: 14px; }
  .gpc-fas-media-caption { left: 20px; right: 20px; bottom: 20px; }
  .gpc-fas-media-text h4 { font-size: 1.3rem; }
  .gpc-fas-item-name { font-size: 1rem; }
  .gpc-fas-item.active .gpc-fas-item-name { font-size: 1.05rem; }
  .gpc-fas-mascot { width: 150px; right: 12px; bottom: 12px; }
}

/* ===== EKSTRAKURIKULER ===== */
.gpc-ekskul {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  overflow: hidden;
  padding: 60px 0 50px;
}
.gpc-ekskul-carousel-wrap {
  position: relative;
  padding: 20px 0 0;
}
.gpc-ekskul-carousel {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 480px;
  perspective: 1000px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}
.gpc-ekskul-carousel:active {
  cursor: grabbing;
}
.gpc-ekskul-card {
  position: absolute;
  left: 50%;
  top: 0;
  width: 480px;
  height: 340px;
  margin-left: calc(-240px + 24px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.5s ease,
              box-shadow 0.4s ease;
  will-change: transform, opacity;
  background: #1e293b;
}
.gpc-ekskul-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.gpc-ekskul-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 16px 16px;
  background: linear-gradient(to top, rgba(15,23,42,0.9) 0%, rgba(15,23,42,0.4) 60%, transparent 100%);
  color: #fff;
}
.gpc-ekskul-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #fff;
}
.gpc-ekskul-card-desc {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.4;
}
.gpc-ekskul-card.active-card {
  box-shadow: 0 16px 48px rgba(11,145,215,0.25);
}
.gpc-ekskul-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  background: #fff;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.gpc-ekskul-nav svg {
  width: 20px;
  height: 20px;
}
.gpc-ekskul-nav:hover {
  background: #0b91d7;
  color: #fff;
  border-color: #0b91d7;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 16px rgba(11,145,215,0.3);
}
.gpc-ekskul-nav:active {
  transform: translateY(-50%) scale(0.95);
}
.gpc-ekskul-nav-prev {
  left: 0;
}
.gpc-ekskul-nav-next {
  right: 0;
}
.gpc-ekskul-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.gpc-ekskul-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #cbd5e1;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.gpc-ekskul-dot.active {
  background: #0b91d7;
  transform: scale(1.3);
  box-shadow: 0 0 0 3px rgba(11,145,215,0.2);
}
.gpc-ekskul-dot:hover:not(.active) {
  background: #94a3b8;
}
@media (max-width: 768px) {
  .gpc-ekskul-carousel {
    height: 360px;
    perspective: 800px;
  }
  .gpc-ekskul-card {
    width: 320px;
    height: 230px;
    margin-left: calc(-160px + 21px);
  }
  .gpc-ekskul-nav {
    width: 42px;
    height: 42px;
  }
}

/* ===== BERITA & PENGUMUMAN ===== */
.gpc-berita {
  background: #f8fafc;
}
.gpc-berita-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 20px;
}
.gpc-berita-header-left {
  flex: 1;
}
.gpc-berita-header-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Top Row: Featured + Side */
.gpc-berita-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  position: relative;
}
.gpc-berita-mascot {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 160px;
  pointer-events: none;
  filter: drop-shadow(0 24px 30px rgba(15,23,42,0.35));
}
.gpc-berita-mascot-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  user-select: none;
  animation: gpc-berita-mascot-bob 3.4s ease-in-out infinite;
}
@keyframes gpc-berita-mascot-bob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

/* Featured Card (Large Left) */
.gpc-berita-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), box-shadow 0.5s cubic-bezier(0.22,1,0.36,1);
}
.gpc-berita-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(11,145,215,0.15), 0 8px 16px rgba(0,0,0,0.06);
}
.gpc-berita-featured-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #1e293b;
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.gpc-berita-featured:hover .gpc-berita-featured-bg {
  transform: scale(1.05);
}
.gpc-berita-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.55) 40%, rgba(15,23,42,0.15) 100%);
  transition: background 0.5s ease;
}
.gpc-berita-featured:hover .gpc-berita-featured-overlay {
  background: linear-gradient(to top, rgba(15,23,42,0.95) 0%, rgba(15,23,42,0.6) 45%, rgba(15,23,42,0.2) 100%);
}
.gpc-berita-featured-content {
  position: relative;
  z-index: 2;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gpc-berita-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 6px;
  width: fit-content;
  transition: transform 0.3s ease;
}
.gpc-berita-featured:hover .gpc-berita-badge {
  transform: translateY(-2px);
}
.gpc-berita-badge-utama {
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  box-shadow: 0 2px 8px rgba(249,115,22,0.35);
}
.gpc-berita-badge-berita {
  background: linear-gradient(135deg, #0b91d7, #0891b2);
  color: #fff;
  box-shadow: 0 2px 8px rgba(11,145,215,0.3);
}
.gpc-berita-featured-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.gpc-berita-featured:hover .gpc-berita-featured-title {
  color: #bae6fd;
}
.gpc-berita-featured-excerpt {
  font-size: 0.85rem;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gpc-berita-featured-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
  margin-top: 4px;
}
.gpc-berita-featured-date svg {
  width: 14px;
  height: 14px;
}

/* Side Cards (Right) */
.gpc-berita-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gpc-berita-side-card {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  flex: 1;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.3s ease;
}
.gpc-berita-side-card:hover {
  transform: translateX(6px) translateY(-3px);
  box-shadow: 0 16px 32px rgba(11,145,215,0.10), 0 4px 12px rgba(0,0,0,0.04);
  border-color: #bae6fd;
}
.gpc-berita-side-img-wrap {
  width: 180px;
  min-height: 160px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.gpc-berita-side-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #e2e8f0;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.gpc-berita-side-card:hover .gpc-berita-side-img {
  transform: scale(1.08);
}
.gpc-berita-side-body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.gpc-berita-side-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.gpc-berita-side-card:hover .gpc-berita-side-title {
  color: #0b91d7;
}
.gpc-berita-side-excerpt {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.gpc-berita-side-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  margin-top: auto;
}
.gpc-berita-side-date svg {
  width: 13px;
  height: 13px;
}

/* Bottom Row Cards */
.gpc-berita-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.gpc-berita-bottom-card {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s cubic-bezier(0.22,1,0.36,1), border-color 0.3s ease;
}
.gpc-berita-bottom-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(11,145,215,0.10), 0 4px 12px rgba(0,0,0,0.04);
  border-color: #bae6fd;
}
.gpc-berita-bottom-img-wrap {
  width: 180px;
  min-height: 160px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.gpc-berita-bottom-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #e2e8f0;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.gpc-berita-bottom-card:hover .gpc-berita-bottom-img {
  transform: scale(1.08);
}
.gpc-berita-bottom-body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.gpc-berita-bottom-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.gpc-berita-bottom-card:hover .gpc-berita-bottom-title {
  color: #0b91d7;
}
.gpc-berita-bottom-excerpt {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.gpc-berita-bottom-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #94a3b8;
  margin-top: auto;
}
.gpc-berita-bottom-date svg {
  width: 13px;
  height: 13px;
}

.gpc-berita-more {
  text-align: center;
  margin-top: 36px;
}

/* ===== BERITA ENHANCED ANIMATIONS ===== */
@keyframes gpc-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
@keyframes gpc-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes gpc-glow-pulse {
  0%, 100% { box-shadow: 0 2px 8px rgba(249,115,22,0.35); }
  50% { box-shadow: 0 2px 16px rgba(249,115,22,0.55); }
}
@keyframes gpc-slide-in-left {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes gpc-slide-in-right {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes gpc-scale-in {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

/* Featured card entrance */
.gpc-berita-featured.gpc-reveal {
  transform: translateX(-40px) scale(0.97);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1);
}
.gpc-berita-featured.gpc-reveal.gpc-visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* Side cards entrance */
.gpc-berita-side-card.gpc-reveal {
  transform: translateX(40px);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.gpc-berita-side-card.gpc-reveal.gpc-visible {
  opacity: 1;
  transform: translateX(0);
}
.gpc-berita-side-card.gpc-reveal[data-delay="120"].gpc-visible {
  transition-delay: 0.15s;
}

/* Bottom cards entrance */
.gpc-berita-bottom-card.gpc-reveal {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.gpc-berita-bottom-card.gpc-reveal.gpc-visible {
  opacity: 1;
  transform: translateY(0);
}
.gpc-berita-bottom-card.gpc-reveal[data-delay="120"].gpc-visible {
  transition-delay: 0.15s;
}

/* Featured shimmer on hover */
.gpc-berita-featured::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.06) 50%, transparent 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.gpc-berita-featured:hover::after {
  opacity: 1;
  animation: gpc-shimmer 1.5s ease infinite;
}

/* Badge float on hover */
.gpc-berita-featured:hover .gpc-berita-badge-utama {
  animation: gpc-glow-pulse 2s ease-in-out infinite;
}

/* Side card image shine */
.gpc-berita-side-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: none;
  pointer-events: none;
}
.gpc-berita-side-card:hover .gpc-berita-side-img-wrap::after {
  animation: gpc-shine 0.8s ease forwards;
}
@keyframes gpc-shine {
  to { left: 120%; }
}

/* Featured date subtle float */
.gpc-berita-featured:hover .gpc-berita-featured-date {
  animation: gpc-float 3s ease-in-out infinite;
}
.gpc-btn-outline-dark {
  background: transparent;
  color: #0f172a;
  border: 2px solid #cbd5e1;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}
.gpc-btn-outline-dark:hover {
  border-color: #0b91d7;
  color: #0b91d7;
  background: rgba(11,145,215,0.04);
}

/* ===== KONTAK ===== */
.gpc-kontak {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 50%, #e0f2fe 100%);
  position: relative;
}
.gpc-kontak::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}
.gpc-section-head.light .gpc-section-title {
  color: #0f172a;
}
.gpc-section-head.light .gpc-section-desc {
  color: #64748b;
}
.gpc-kontak-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.gpc-kontak-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.gpc-kontak-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: all 0.4s ease;
}
.gpc-kontak-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}
.gpc-kontak-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpc-kontak-icon svg {
  width: 22px;
  height: 22px;
  color: #0b91d7;
}
.gpc-kontak-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
}
.gpc-kontak-card p {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}
.gpc-kontak-map {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 340px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border: 1px solid #e2e8f0;
}
.gpc-kontak-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
}
.gpc-map-btn {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #fff;
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  z-index: 2;
}
.gpc-map-btn:hover {
  background: #0b91d7;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(11,145,215,0.3);
}

/* ===== MITRA KERJA SAMA ===== */
.gpc-mitra {
  background: #ffffff;
  padding: 64px 0 48px;
}
.gpc-mitra-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.gpc-mitra-header {
  margin-bottom: 48px;
}
.gpc-mitra-accent {
  display: inline-block;
  width: 4px;
  height: 28px;
  background: linear-gradient(180deg, #0b91d7, #0284c7);
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 12px;
}
.gpc-mitra-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  letter-spacing: 0.04em;
  display: inline;
  vertical-align: middle;
}
.gpc-mitra-subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin: 12px 0 0;
  font-weight: 400;
}

/* Carousel */
.gpc-mitra-carousel {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
}
.gpc-mitra-row {
  overflow: hidden;
  margin-bottom: 20px;
}
.gpc-mitra-row:last-of-type {
  margin-bottom: 0;
}
.gpc-mitra-track {
  display: flex;
  gap: 40px;
  width: max-content;
}
.gpc-mitra-logo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gpc-mitra-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.gpc-mitra-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}
.gpc-mitra-logo:hover img {
  filter: grayscale(0%);
}

/* Scroll animations */
@keyframes gpc-mitra-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes gpc-mitra-scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.gpc-mitra-scroll-left .gpc-mitra-track {
  animation: gpc-mitra-scroll-left 30s linear infinite;
}
.gpc-mitra-scroll-right .gpc-mitra-track {
  animation: gpc-mitra-scroll-right 30s linear infinite;
}
.gpc-mitra-scroll-left:hover .gpc-mitra-track,
.gpc-mitra-scroll-right:hover .gpc-mitra-track {
  animation-play-state: paused;
}

/* Fade overlays */
.gpc-mitra-fade {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
.gpc-mitra-fade-left {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}
.gpc-mitra-fade-right {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

/* ===== SCROLL REVEAL ===== */
.gpc-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.gpc-reveal.gpc-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== GLOBAL HEADER (all pages) ===== */
.site-header {
  position: fixed !important;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: calc(100% - 48px);
  max-width: 1100px;
  z-index: 999;
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 100px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.03);
  transition: background 0.4s ease, box-shadow 0.4s ease, top 0.4s ease, border-color 0.4s ease;
}
.site-header.gpc-header-scrolled {
  background: linear-gradient(135deg, #0369a1, #0284c7, #0ea5e9);
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 8px 32px rgba(3,105,161,0.3), 0 2px 8px rgba(0,0,0,0.1);
  top: 12px;
}
.site-header .inside-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 12px 10px 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* ---- branding ---- */
.site-header .site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.site-logo-link {
  display: flex;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}
.site-logo-img {
  height: 40px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.site-logo-link:hover .site-logo-img {
  transform: scale(1.05);
}
.site-header .main-title {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  margin: 0 !important;
  line-height: 1.2;
}
.site-header .main-title a {
  color: #0f172a !important;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
.site-header.gpc-header-scrolled .main-title a {
  color: #ffffff !important;
}
.site-header .site-description {
  display: none;
}

/* ---- navigation ---- */
.main-navigation {
  background: transparent !important;
  flex: none;
  margin-left: auto;
}
.main-navigation .inside-navigation {
  background: transparent !important;
  display: flex;
  align-items: center;
  gap: 2px;
}
.main-navigation .main-nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .main-nav ul li {
  position: relative;
  margin: 0;
}
.main-navigation .main-nav > ul > li > a {
  display: block;
  padding: 8px 14px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.25s ease;
  font-family: 'Inter', sans-serif;
  background: transparent !important;
}
.main-navigation .main-nav > ul > li > a:hover {
  color: #0b91d7 !important;
  background: rgba(11,145,215,0.08) !important;
}
.site-header.gpc-header-scrolled .main-navigation .main-nav > ul > li > a {
  color: rgba(255,255,255,0.9);
}
.site-header.gpc-header-scrolled .main-navigation .main-nav > ul > li > a:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,0.15) !important;
}
.main-navigation .main-nav ul li .dropdown-menu-toggle {
  display: inline-block;
  padding: 0 2px;
  margin-left: 2px;
}
.main-navigation .menu-toggle {
  display: none !important;
}

/* ---- submenu ---- */
.main-navigation .main-nav ul ul {
  background: linear-gradient(135deg, #0369a1, #0284c7, #0ea5e9);
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(3,105,161,0.35), 0 8px 24px rgba(0,0,0,0.15);
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease 0s, transform 0.3s cubic-bezier(0.22,1,0.36,1) 0s;
  z-index: 99999;
  width: auto;
  max-width: 90vw;
  margin-top: 16px;
  list-style: none;
  overflow: visible;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
}
/* invisible bridge between parent link and submenu */
.main-navigation .main-nav ul ul::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 16px;
  background: transparent;
}
.main-navigation .main-nav ul li {
  position: relative;
}
/* Keep open while toggled via click (gpc-submenu-open) — overrides hover-out close */
.main-navigation .main-nav ul li.menu-item-has-children.gpc-submenu-open > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.25s ease 0s, transform 0.3s cubic-bezier(0.22,1,0.36,1) 0s;
}
.main-navigation .main-nav ul ul li {
  width: auto;
  list-style: none;
  flex-shrink: 0;
}

/* Submenu Header */
.gpc-submenu-header {
  display: none;
}

/* Submenu Links */
.main-navigation .main-nav ul ul li a.gpc-submenu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  border-radius: 10px;
  color: #ffffff;
  background: transparent !important;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.22,1,0.36,1);
  margin: 0;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,0.08);
  min-width: 170px;
}
.main-navigation .main-nav ul ul li:last-child a.gpc-submenu-link {
  border-right: none;
}
.main-navigation .main-nav ul ul li a.gpc-submenu-link:hover {
  background: rgba(255,255,255,0.18) !important;
  color: #ffffff !important;
  transform: none;
}
.gpc-submenu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.gpc-submenu-icon svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}
.main-navigation .main-nav ul ul li a.gpc-submenu-link:hover .gpc-submenu-icon {
  background: rgba(255,255,255,0.28);
  transform: scale(1.08);
}
.gpc-submenu-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.gpc-submenu-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gpc-submenu-desc {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Submenu Animations */
@keyframes gpc-submenu-item-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.main-navigation .main-nav ul ul li {
  animation: gpc-submenu-item-in 0.3s cubic-bezier(0.22,1,0.36,1) forwards;
  opacity: 0;
}
.main-navigation .main-nav ul ul li:nth-child(1) { animation-delay: 0.04s; }
.main-navigation .main-nav ul ul li:nth-child(2) { animation-delay: 0.08s; }
.main-navigation .main-nav ul ul li:nth-child(3) { animation-delay: 0.12s; }
.main-navigation .main-nav ul ul li:nth-child(4) { animation-delay: 0.16s; }
.main-navigation .main-nav ul ul li:nth-child(5) { animation-delay: 0.2s; }
.main-navigation .main-nav ul ul li:nth-child(6) { animation-delay: 0.24s; }
.main-navigation .main-nav ul ul li:nth-child(7) { animation-delay: 0.28s; }
.main-navigation .main-nav ul ul li:nth-child(8) { animation-delay: 0.32s; }

/* parent link with dropdown arrow */
.gpc-parent-link {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
}
.dropdown-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}
.menu-item-has-children.gpc-submenu-open > .gpc-parent-link .dropdown-arrow {
  transform: rotate(180deg);
}

/* ---- mobile header ---- */
@media (max-width: 768px) {
  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    border-radius: 20px;
  }
  .site-header.gpc-header-scrolled {
    top: 8px;
  }
  .site-header .inside-header {
    padding: 8px 12px;
  }
  .main-navigation .main-nav {
    display: none;
  }
  .main-navigation.toggled .main-nav {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
  }
  .main-navigation .main-nav > ul {
    flex-direction: column;
  }
  .main-navigation .main-nav > ul > li > a {
    color: #334155 !important;
    padding: 10px 14px;
  }
  /* Mobile submenu open state */
  .menu-item-has-children .sub-menu {
    display: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    border-radius: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.22,1,0.36,1), opacity 0.3s ease;
  }
  .menu-item-has-children.gpc-submenu-open > .sub-menu {
    display: block;
    max-height: 500px;
    opacity: 1;
  }
  .menu-item-has-children .dropdown-arrow {
    transition: transform 0.3s ease;
  }
  .menu-item-has-children.gpc-submenu-open > a .dropdown-arrow {
    transform: rotate(180deg);
  }
  .main-navigation .menu-toggle {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: none;
    border: none;
    color: #0c4a6e;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
  }
  .main-navigation .menu-toggle svg {
    width: 20px;
    height: 20px;
  }
  .main-navigation .main-nav ul ul {
    position: static;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border: none;
    background: transparent !important;
    padding: 0 0 0 16px;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
  .main-navigation .main-nav ul ul li a {
    font-size: 0.82rem;
    font-weight: 600;
    padding: 8px 14px;
    color: #64748b !important;
    list-style: none;
  }
}

/* ---- inner pages content offset for fixed header ---- */
body:not(.home) .site-content {
  padding-top: 0;
}

/* ===== BASIC PAGE STYLES ===== */
body:not(.home) .site-content {
  padding-top: 0;
}
body.home .site-content {
  padding-top: 0;
}
.site-content {
  padding-top: 0;
}
.content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
}
.site-main {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.entry-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}
.entry-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
  line-height: 1.2;
}
.entry-title a {
  color: #0f172a;
  text-decoration: none;
}
.entry-title a:hover {
  color: #0b91d7;
}
.entry-meta {
  font-size: 0.88rem;
  color: #64748b;
}
.entry-meta a {
  color: #0b91d7;
  text-decoration: none;
}
.entry-content {
  font-size: 1rem;
  color: #334155;
  line-height: 1.8;
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.entry-content a {
  color: #0b91d7;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #075985;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}
.entry-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
  margin: 2em 0 0.8em;
}
.entry-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin: 1.5em 0 0.6em;
}
.entry-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.85rem;
  color: #64748b;
}
.entry-footer a {
  color: #0b91d7;
  text-decoration: none;
}
.page-links {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}
.comments-area {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
}
.widget-area {
  margin-top: 48px;
}
.widget {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 24px;
}
.widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9rem;
}
.widget li:last-child {
  border-bottom: none;
}
.widget a {
  color: #0b91d7;
  text-decoration: none;
}
.widget a:hover {
  color: #075985;
}

/* ===== STICKY FOOTER - biar footer mentok bawah tanpa gap putih ===== */
html, body { height: 100%; margin: 0; padding: 0; background: #0369a1; }
body { min-height: 100vh; display: flex; flex-direction: column; }
.site { flex: 1; display: flex; flex-direction: column; background: #fff; }
.site-content { flex: 1; background: #fff; }
.site-footer { margin-top: auto; margin-bottom: 0; padding-bottom: 0; }

/* ===== FOOTER ===== */
.site-footer {
  background: linear-gradient(135deg, #0369a1, #0284c7, #0ea5e9);
  color: #94a3b8;
  font-family: 'Cambria', 'Georgia', serif;
}
.footer-main {
  padding: 60px 0 40px;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 48px;
}
.footer-container * {
  font-family: 'Cambria', 'Georgia', serif;
}

/* Footer Headings */
.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 12px;
}
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ffffff, #bae6fd);
}

/* ---- Col 1: Branding ---- */
.footer-logo {
  margin-bottom: 16px;
}
.footer-logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.footer-site-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}
.footer-vision {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin: 0 0 12px;
}
.footer-tagline {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  font-style: italic;
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: rgba(255,255,255,0.8);
  font-size: 0.82rem;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.footer-contact-item:hover {
  color: #ffffff;
}
.footer-contact-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  border-radius: 8px;
  transition: background 0.2s ease;
}
.footer-contact-item:hover .footer-contact-icon {
  background: rgba(255,255,255,0.2);
}
.footer-contact-icon svg {
  width: 16px;
  height: 16px;
  color: #ffffff;
}

/* ---- Col 2: Tags ---- */
.footer-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.25s ease;
}
.footer-tag:hover {
  background: rgba(255,255,255,0.25);
  color: #ffffff;
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}
.footer-tag--disabled {
  opacity: 0.4;
  cursor: default;
}
.footer-tags-map {
  margin-top: 16px;
}
.footer-tag--disabled:hover {
  background: #1e293b;
  color: #94a3b8;
  border-color: #334155;
  transform: none;
}

/* ---- Col 3: Social Media ---- */
.footer-social-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0 0 20px;
}
.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  border: 1px solid transparent;
}
.footer-social-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
}
.footer-social-icon svg {
  width: 16px;
  height: 16px;
}
.footer-social-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-social-platform {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s ease;
  line-height: 1.3;
}
.footer-social-handle {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.3;
}

/* Instagram */
.footer-social--ig {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}
.footer-social--ig:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.3);
  transform: translateX(4px);
}
.footer-social--ig .footer-social-icon {
  background: linear-gradient(135deg, #833AB4, #FD1D1D, #FCB045);
}
.footer-social--ig .footer-social-icon svg { color: #fff; }
.footer-social--ig:hover .footer-social-platform { color: #E1306C; }

/* YouTube */
.footer-social--yt {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}
.footer-social--yt:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.3);
  transform: translateX(4px);
}
.footer-social--yt .footer-social-icon {
  background: #FF0000;
}
.footer-social--yt .footer-social-icon svg { color: #fff; }
.footer-social--yt:hover .footer-social-platform { color: #FF0000; }

/* Facebook */
.footer-social--fb {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}
.footer-social--fb:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.3);
  transform: translateX(4px);
}
.footer-social--fb .footer-social-icon {
  background: #1877F2;
}
.footer-social--fb .footer-social-icon svg { color: #fff; }
.footer-social--fb:hover .footer-social-platform { color: #1877F2; }

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 20px 0;
}
.footer-copyright {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  text-align: center;
}

/* Footer Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ===== RESPONSIVE (Homepage) ===== */
@media (max-width: 1024px) {
  .gpc-profil-grid { grid-template-columns: repeat(2, 1fr); }
  .gpc-jurusan-grid { grid-template-columns: repeat(2, 1fr); }
  .gpc-fasilitas-grid { grid-template-columns: repeat(2, 1fr); }
  .gpc-kontak-grid { grid-template-columns: repeat(2, 1fr); }
  .gpc-kontak-layout { grid-template-columns: 1fr; }
  .gpc-kontak-map { min-height: 300px; }
  .gpc-kontak-map iframe { min-height: 300px; }
  .gpc-hero-kpi { grid-template-columns: repeat(2, 1fr); max-width: 400px; }
}
@media (max-width: 768px) {
  .gpc-section { padding: 64px 0; }
  .gpc-section-title { font-size: 1.8rem; }
  .gpc-hero-title { font-size: 2rem; }
  .gpc-hero-intro { font-size: 0.78rem; }
  .gpc-hero-title .gpc-text-gradient { font-size: 2.4rem; }
  .gpc-hero-subtitle { font-size: 1rem; }
  .gpc-hero-inner { padding-top: 90px; padding-bottom: 50px; }
  .gpc-hero-search { max-width: 100%; }
  .gpc-hero-search-box { padding: 4px 4px 4px 16px; }
  .gpc-hero-search-input { font-size: 0.85rem; padding: 10px 0; }
  .gpc-hero-search-btn { width: 42px; height: 42px; }
  .gpc-sambutan-grid { grid-template-columns: 1fr; gap: 40px; }
  .gpc-img-frame { width: 200px; height: 200px; }
  .gpc-section-head { margin-bottom: 40px; }
  .gpc-jurusan-card { flex-direction: column; }
  .gpc-jurusan-card::before { width: 100%; height: 4px; border-radius: 14px 14px 0 0; }
  .gpc-jurusan-logo { width: 100%; padding: 14px; border-bottom: 1px solid #f1f5f9; }
  .gpc-jurusan-logo img { width: 52px; height: 52px; }
  .gpc-berita-header { flex-direction: column; align-items: flex-start; }
  .gpc-berita-top { grid-template-columns: 1fr; }
  .gpc-berita-featured { min-height: 340px; }
  .gpc-berita-mascot { width: 130px; top: 14px; }
  .gpc-berita-bottom { grid-template-columns: 1fr; }
  .site-main { padding: 24px; }
  .entry-title { font-size: 1.5rem; }
  .gpc-mitra { padding: 48px 0 36px; }
  .gpc-mitra-logo { width: 64px; height: 64px; }
  .gpc-mitra-logo img { width: 32px; height: 32px; }
  .gpc-mitra-fade { width: 48px; }
}
@media (max-width: 640px) {
  .gpc-profil-grid { grid-template-columns: 1fr; }
  .gpc-jurusan-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gpc-fasilitas-grid { grid-template-columns: 1fr; }
  .gpc-kontak-grid { grid-template-columns: 1fr; }
  .gpc-kontak-cards { grid-template-columns: 1fr; }
  .gpc-kontak-map { min-height: 280px; }
  .gpc-kontak-map iframe { min-height: 280px; }
  .gpc-hero-title { font-size: 1.7rem; }
  .gpc-hero-title .gpc-text-gradient { font-size: 1.9rem; }
  .gpc-hero-kpi { grid-template-columns: repeat(2, 1fr); max-width: 340px; }
  .gpc-hero-search-label { font-size: 0.8rem; }
  .gpc-hero-search-input { font-size: 0.82rem; }
  .gpc-hero-tags { gap: 6px; }
  .gpc-hero-tag { font-size: 0.68rem; padding: 4px 10px; }
  .gpc-mitra { padding: 36px 0 24px; }
  .gpc-mitra-logo { width: 56px; height: 56px; }
  .gpc-mitra-logo img { width: 28px; height: 28px; }
  .gpc-mitra-track { gap: 28px; }
  .gpc-mitra-fade { width: 32px; }
  .gpc-infokub-card { min-width: calc(100% - 0px); width: calc(100% - 0px); }
  .gpc-infokub-arrow { width: 38px; height: 38px; }
  .gpc-kpi-card { padding: 14px 10px; }
  .gpc-berita-top { grid-template-columns: 1fr; }
  .gpc-berita-featured { min-height: 300px; }
  .gpc-berita-mascot { width: 100px; top: 12px; }
  .gpc-berita-side-card { flex-direction: column; }
  .gpc-berita-side-img-wrap { width: 100%; min-height: 160px; }
  .gpc-berita-bottom { grid-template-columns: 1fr; }
  .gpc-berita-bottom-card { flex-direction: column; }
  .gpc-berita-bottom-img-wrap { width: 100%; min-height: 160px; }
  .content-area { padding: 20px 16px; }
  .site-main { padding: 20px 16px; }
}

/* ===== SINGLE POST / BERITA ===== */
.gpc-post-hero {
  padding: 150px 0 56px;
  background:
    radial-gradient(1000px 400px at 80% -10%, rgba(14,165,233,0.35), transparent 60%),
    radial-gradient(700px 380px at 0% 20%, rgba(45,212,191,0.25), transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #0c4a6e 100%);
  color: #fff;
}
.gpc-post-hero-inner {
  max-width: 820px;
}
.gpc-post-cat {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
  background: linear-gradient(135deg, #5eead4, #2dd4bf);
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 20px;
}
.gpc-post-cat:hover {
  opacity: 0.9;
}
.gpc-post-title {
  font-size: clamp(1.9rem, 4.6vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: #fff;
}
.gpc-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255,255,255,0.75);
  font-size: 0.88rem;
}
.gpc-post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.gpc-post-meta-item svg {
  width: 15px;
  height: 15px;
  color: #5eead4;
}
.gpc-post-meta-sep {
  color: rgba(255,255,255,0.35);
}

.gpc-post-main {
  padding: 0 0 60px;
}
.gpc-post-layout {
  max-width: 860px;
  margin: -46px auto 0;
}
.gpc-post-article {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 50px rgba(15,23,42,0.10);
  overflow: hidden;
}
.gpc-post-thumb {
  width: 100%;
  max-height: 460px;
  overflow: hidden;
}
.gpc-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.gpc-post-content {
  padding: 44px 56px 8px;
  font-size: 1.04rem;
  color: #334155;
  line-height: 1.85;
}
.gpc-post-content p {
  margin: 0 0 1.5em;
}
.gpc-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 8px 0;
}
.gpc-post-content a {
  color: #0b91d7;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.gpc-post-content a:hover {
  color: #075985;
}
.gpc-post-content h2,
.gpc-post-content h3,
.gpc-post-content h4 {
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 1.8em 0 0.7em;
}
.gpc-post-content h2 { font-size: 1.7rem; }
.gpc-post-content h3 { font-size: 1.35rem; }
.gpc-post-content ul,
.gpc-post-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.4em;
}
.gpc-post-content blockquote {
  margin: 1.6em 0;
  padding: 18px 24px;
  border-left: 4px solid #0b91d7;
  background: #f0f9ff;
  border-radius: 0 12px 12px 0;
  color: #1e293b;
  font-style: italic;
}
.gpc-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5em;
}
.gpc-post-content td,
.gpc-post-content th {
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  font-size: 0.92rem;
}
.gpc-post-content th {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
}

.gpc-post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 32px 56px 0;
}
.gpc-post-tags-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #475569;
}
.gpc-post-tag {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0369a1;
  background: #e0f2fe;
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.gpc-post-tag:hover {
  background: #0b91d7;
  color: #fff;
}

.gpc-post-actions {
  padding: 28px 56px;
}

.gpc-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 28px 56px 40px;
  border-top: 1px solid #e2e8f0;
  margin-top: 24px;
}
.gpc-post-nav-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  text-decoration: none;
  transition: all 0.25s ease;
}
.gpc-post-nav-item:hover {
  border-color: #0b91d7;
  background: #fff;
  box-shadow: 0 8px 20px rgba(11,145,215,0.12);
  transform: translateY(-2px);
}
.gpc-post-nav-next {
  text-align: right;
  align-items: flex-end;
}
.gpc-post-nav-empty {
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}
.gpc-post-nav-dir {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
.gpc-post-nav-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}
.gpc-post-nav-empty:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

@media (max-width: 992px) {
  .gpc-post-hero { padding: 130px 0 46px; }
  .gpc-post-content { padding: 32px 32px 6px; }
  .gpc-post-tags { padding: 28px 32px 0; }
  .gpc-post-actions { padding: 24px 32px; }
  .gpc-post-nav { padding: 24px 32px 34px; }
}
@media (max-width: 640px) {
  .gpc-post-hero { padding: 110px 0 38px; }
  .gpc-post-title { font-size: 1.6rem; }
  .gpc-post-layout { margin: -26px auto 0; }
  .gpc-post-content { padding: 24px 20px 4px; font-size: 1rem; }
  .gpc-post-tags,
  .gpc-post-actions { padding-left: 20px; padding-right: 20px; }
  .gpc-post-nav {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .gpc-post-nav-next { text-align: left; align-items: flex-start; }
}

/* ===== LIGHTBOX (Gambar Artikel) ===== */
.gpc-lightbox img { cursor: zoom-in; }
.gpc-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.gpc-lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.gpc-lightbox-img {
  max-width: min(92vw, 1200px);
  max-height: 82vh;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  cursor: zoom-in;
  transform: scale(0.94);
  transition: transform 0.28s ease;
}
.gpc-lightbox-overlay.active .gpc-lightbox-img {
  transform: scale(1);
}
.gpc-lightbox-img.zoomed {
  cursor: zoom-out;
  transform: scale(1.6);
}
.gpc-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(15,23,42,0.15);
  background: rgba(255,255,255,0.6);
  color: #0f172a;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  z-index: 2;
}
.gpc-lightbox-close:hover {
  background: #0f172a;
  color: #fff;
  transform: rotate(90deg);
}
.gpc-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(15,23,42,0.15);
  background: rgba(255,255,255,0.7);
  color: #0f172a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.25s ease;
  z-index: 2;
}
.gpc-lightbox-nav:hover:not(:disabled) {
  background: #0f172a;
  color: #fff;
}
.gpc-lightbox-nav:disabled {
  opacity: 0.25;
  cursor: default;
}
.gpc-lightbox-nav-prev { left: 18px; }
.gpc-lightbox-nav-next { right: 18px; }
.gpc-lightbox-counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #0f172a;
  background: rgba(255,255,255,0.5);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  z-index: 2;
}
@media (max-width: 640px) {
  .gpc-lightbox-overlay { padding: 16px; }
  .gpc-lightbox-img { max-height: 70vh; border-radius: 6px; }
  .gpc-lightbox-nav { width: 40px; height: 40px; }
  .gpc-lightbox-nav-prev { left: 8px; }
  .gpc-lightbox-nav-next { right: 8px; }
}

/* ===== GALLERY → SLIDESHOW (Berita) ===== */
.gpc-gallery-slider {
  position: relative;
  margin: 28px 0;
  overflow: hidden;
}
.gpc-gallery-slider-viewport {
  position: relative;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
  background: #0f172a;
}
.gpc-gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  pointer-events: none;
  z-index: 1;
}
.gpc-gallery-slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.gpc-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  transform: scale(1.15);
  transition: transform 8s ease;
}
.gpc-gallery-slide.active img {
  transform: scale(1);
}
.gpc-gallery-counter {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.gpc-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(15,23,42,0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 4;
  transition: all 0.28s cubic-bezier(0.22,1,0.36,1);
}
.gpc-gallery-nav:hover {
  background: #0b91d7;
  border-color: #0b91d7;
  transform: translateY(-50%) scale(1.08);
}
.gpc-gallery-nav:active {
  transform: translateY(-50%) scale(0.95);
}
.gpc-gallery-nav-prev { left: 16px; }
.gpc-gallery-nav-next { right: 16px; }

.gpc-gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.gpc-gallery-thumb {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 0;
  opacity: 0.55;
  transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
  background: #0f172a;
}
.gpc-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gpc-gallery-thumb:hover {
  opacity: 0.85;
}
.gpc-gallery-thumb.active {
  opacity: 1;
  border-color: #0b91d7;
}
.gpc-gallery-thumb-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #0b91d7, #06b6d4);
  z-index: 2;
}
@media (max-width: 640px) {
  .gpc-gallery-slider-viewport { height: 260px; border-radius: 14px; }
  .gpc-gallery-nav { width: 36px; height: 36px; font-size: 16px; }
  .gpc-gallery-thumb { height: 52px; }
}
