/* ============================================================
   ✅ PROJECT DETAIL PAGE (SIET PREMIUM VIBE)
============================================================ */

.projectHeroDetail {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.projectHeroBg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
}

.projectHeroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.30) 0%,
    rgba(19, 33, 59, 0.612) 58%,
    rgba(255,255,255,0.95) 100%
  );
}

.projectHeroContent {
  position: relative;
  z-index: 5;
  height: 100%;
  padding-top: 120px;
  text-align: center;
}

.projectHeroTitle {
  margin-top: 14px;
  font-size: clamp(2.3rem, 3.3vw, 3.7rem);
  font-weight: 900;
  line-height: 1.05;
  color: white;
  letter-spacing: -0.03em;
}

.projectHeroTitle span {
  color: var(--cyan);
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: 600;
}

.projectHeroText {
  margin-top: 16px;
  max-width: 82ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255,255,255,0.84);
  line-height: 1.75;
}

.projectHeroMeta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.metaPill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.20);
  font-weight: 800;
  font-size: 0.9rem;
  color: white;
  backdrop-filter: blur(10px);
}

.projectHeroActions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Buttons */
.heroBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(255,255,255,0.25);
  transition: 0.25s ease;
}

.heroBtnPrimary {
  background: var(--cyan);
  border: none;
  color: white;
}

.heroBtnPrimary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(10,162,212,0.32);
}

.heroBtnGhost {
  background: rgba(255,255,255,0.12);
  color: white;
}

.heroBtnGhost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.18);
}

/* ============================================================
   ✅ BODY
============================================================ */

.projectDetailBody {
  padding: 85px 0 80px;
  background: #ffffff;
}

.projectQuickNav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 55px;
}

.quickLink {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.9rem;
  border: 1px solid rgba(7,26,51,0.12);
  background: rgba(10,162,212,0.06);
  color: rgba(7,26,51,0.75);
  transition: 0.25s ease;
}

.quickLink:hover {
  transform: translateY(-2px);
  border-color: rgba(10,162,212,0.35);
}

.quickLink.is-active {
  background: var(--cyan);
  color: white;
  border: none;
}

.projectSection {
  margin-bottom: 65px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.projectSectionTitle {
  font-size: 1.9rem;
  font-weight: 900;
  color: #071a33;
  letter-spacing: -0.02em;
}

.projectSection p {
  margin-top: 14px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  color: rgba(7,26,51,0.75);
}

/* Focus cards */
.focusGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.focusCard {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7,26,51,0.12);
  box-shadow: 0 18px 45px rgba(0,0,0,0.05);
}

.focusCard h3 {
  font-size: 1.2rem;
  font-weight: 900;
  color: #071a33;
}

.focusCard p {
  margin-top: 10px;
}

/* Timeline */
.timelineWrap {
  margin-top: 30px;
  border-left: 2px dashed rgba(7,26,51,0.15);
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.timelineItem {
  position: relative;
}

.timelineDot {
  position: absolute;
  left: -34px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(10,162,212,0.15);
}

.timelineContent {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(10,162,212,0.05);
  border: 1px solid rgba(7,26,51,0.10);
}

.timelineContent h3 {
  font-size: 1.1rem;
  font-weight: 900;
  color: #071a33;
}

.timelineContent p {
  margin-top: 10px;
}

.miniList {
  margin-top: 14px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.miniList li {
  font-weight: 700;
  color: rgba(7,26,51,0.72);
}

/* Grid cards */
.splitGrid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.infoCard {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(7,26,51,0.10);
  background: rgba(10,162,212,0.05);
}

.infoCard h3 {
  font-weight: 900;
  font-size: 1.2rem;
  color: #071a33;
}

/* Lists */
.projectList {
  margin-top: 18px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.projectList li {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(7,26,51,0.75);
  line-height: 1.7;
}

/* Panels */
.highlightPanel {
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(7,26,51,0.12);
  background: rgba(10,162,212,0.07);
}

.highlightPanel p {
  margin-top: 0;
  font-weight: 800;
}

.highlightPanel.subtle {
  background: rgba(7,26,51,0.05);
}

.noteCard {
  margin-top: 18px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(7,26,51,0.10);
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

.noteCard h3 {
  font-size: 1.2rem;
  font-weight: 900;
  color: #071a33;
}

.donationPanel {
  margin-top: 24px;
  padding: 28px;
  border-radius: 24px;
  background: #071a33;
  color: white;
}

.donationPanel h3 {
  font-size: 1.4rem;
  font-weight: 900;
}

.donationPanel p {
  color: rgba(255,255,255,0.88);
}

.donationActions {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(255,255,255,0.25);
  transition: 0.25s ease;
}

.btn.primary {
  background: var(--cyan);
  border: none;
  color: white;
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(10,162,212,0.32);
}

.btn.ghost {
  background: rgba(255,255,255,0.12);
  color: white;
}

.btn.ghost:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.18);
}

/* Impact */
.impactPanel {
  margin-top: 18px;
  padding: 26px;
  border-radius: 22px;
  background: #071a33;
  color: white;
}

.impactPanel p {
  color: rgba(255,255,255,0.9);
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
}

/* Responsive */
@media(max-width: 900px) {
  .focusGrid { grid-template-columns: 1fr; }
  .splitGrid { grid-template-columns: 1fr; }
}

@media(max-width: 520px) {
  .projectHeroContent { padding-top: 95px; }
  .projectHeroText { font-size: 0.95rem; }
}
