/* ═══════════════════════════════════════════════════════
   PMT STUDENT & WOMEN HELP DESK — shd.css
═══════════════════════════════════════════════════════ */

@keyframes zoomInCard {
  from { opacity: 0; transform: scale(0.7) translateY(30px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(23, 155, 215, 0.4); }
  50%       { box-shadow: 0 0 0 10px rgba(23, 155, 215, 0); }
}

@keyframes warningPulse {
  0%, 100% { background: #f0f7ff; }
  50%       { background: #dcefff; }
}

/* ════════════════════════════════
   WRAP & THEME OVERRIDES
════════════════════════════════ */

.shd-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.shd-wrap *,
.shd-wrap *::before,
.shd-wrap *::after {
  box-sizing: border-box;
}

.entry-content .shd-wrap h1,
.entry-content .shd-wrap h2,
.entry-content .shd-wrap h3,
.entry-content .shd-wrap h4 {
  clear: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.entry-content .shd-wrap p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */

.shd-hero {
  text-align: center;
  padding-bottom: 10px;
}

/* Orange label — hero */
p.shd-label,
p.shd-label.has-text-align-center,
.entry-content p.shd-label,
.wp-block-group p.shd-label,
body p.shd-label {
  color: #FF6000 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  opacity: 1 !important;
}

p.shd-label::before,
p.shd-label::after {
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 2px !important;
  background: #FF6000 !important;
  flex-shrink: 0 !important;
}

/* H1 title */
.shd-wrap .shd-title,
.entry-content .shd-wrap h1.shd-title,
body h1.shd-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin: 10px 0 14px !important;
  line-height: 1.3 !important;
}

/* Subtitle */
.shd-wrap .shd-sub {
  font-size: 15px !important;
  color: #4b5563 !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  line-height: 1.8 !important;
}

/* ════════════════════════════════
   WARNING BAR
════════════════════════════════ */

p.shd-warning,
.entry-content p.shd-warning {
  background: #f0f7ff !important;
  border-left: 5px solid #179bd7 !important;
  color: #0d5e8a !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 13px 24px !important;
  border-radius: 0 8px 8px 0 !important;
  margin-bottom: 0 !important;
  opacity: 1 !important;
  animation: warningPulse 2.5s ease infinite;
}

/* ════════════════════════════════
   INTRO — IMAGE + TEXT
════════════════════════════════ */

.shd-intro {
  gap: 40px !important;
  align-items: flex-start !important;
  margin-bottom: 0 !important;
}

.shd-img-col {
  padding: 0 !important;
}

.shd-img {
  margin: 0 !important;
}

.shd-img img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  display: block !important;
  box-shadow: 0 10px 35px rgba(37, 59, 128, 0.15) !important;
}

/* Orange label — intro */
p.shd-from-label,
.entry-content p.shd-from-label,
.wp-block-group p.shd-from-label,
body p.shd-from-label {
  color: #FF6000 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  opacity: 1 !important;
}

p.shd-from-label::before {
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 2px !important;
  background: #FF6000 !important;
  flex-shrink: 0 !important;
}

/* Intro H2 */
.shd-wrap .shd-intro-title,
.entry-content .shd-wrap h2.shd-intro-title {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
}

/* Body paragraphs */
.shd-wrap .shd-p {
  font-size: 15px !important;
  color: #4b5563 !important;
  line-height: 1.9 !important;
  margin-bottom: 14px !important;
}

/* Points list */
.shd-points {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
}

.shd-points li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  list-style: none !important;
}

.shd-points li:last-child {
  border-bottom: none !important;
}

.shd-points li::before {
  content: '✓' !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  background: #179bd7 !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

/* Badge */
p.shd-badge,
.entry-content p.shd-badge {
  display: inline-block !important;
  background: #179bd7 !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 25px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  opacity: 1 !important;
}

/* ════════════════════════════════
   SECTION LABEL
════════════════════════════════ */

p.shd-section-label,
p.shd-section-label.has-text-align-center,
.entry-content p.shd-section-label,
body p.shd-section-label {
  color: #FF6000 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  margin-bottom: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  opacity: 1 !important;
}

p.shd-section-label::before,
p.shd-section-label::after {
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 2px !important;
  background: #FF6000 !important;
  flex-shrink: 0 !important;
}

/* ════════════════════════════════
   CARDS
════════════════════════════════ */

.shd-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  margin-bottom: 24px !important;
}

.shd-card {
  background: #fff !important;
  padding: 28px 24px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07) !important;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  box-sizing: border-box;
}

.shd-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(37, 59, 128, 0.15) !important;
}

/* Card top border colors */
.shd-card-1 { border-top: 4px solid #253b80 !important; }
.shd-card-2 { border-top: 4px solid #179bd7 !important; }
.shd-card-3 { border-top: 4px solid #FF6000 !important; }

/* Card icon */
p.shd-card-icon,
.entry-content p.shd-card-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  margin: 0 auto 16px !important;
  line-height: 1 !important;
}

.shd-card-1 p.shd-card-icon { background: #eef1fb !important; }
.shd-card-2 p.shd-card-icon { background: #e6f5fc !important; }
.shd-card-3 p.shd-card-icon { background: #fff3ee !important; }

/* Card title */
.shd-wrap .shd-card-title,
.entry-content .shd-wrap h3.shd-card-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin: 0 0 12px !important;
}

/* Card list */
.shd-card-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.shd-card-list li {
  font-size: 14px !important;
  color: #4b5563 !important;
  line-height: 1.8 !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #f4f4f4 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  list-style: none !important;
}

.shd-card-list li:last-child {
  border-bottom: none !important;
}

.shd-card-list li::before {
  content: '✓' !important;
  color: #FF6000 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  flex-shrink: 0 !important;
  margin-top: 3px !important;
}

/* ════════════════════════════════
   CONTACT BOX
════════════════════════════════ */

.shd-contact {
  background: #f0f7ff !important;
  border-top: 4px solid #179bd7 !important;
  border-radius: 12px !important;
  padding: 24px 30px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 20px rgba(23, 155, 215, 0.1) !important;
  animation: pulse 2s ease 1s infinite;
}

.shd-contact-icon {
  font-size: 2.5rem !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.shd-wrap .shd-contact-title,
.entry-content .shd-wrap h3.shd-contact-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #179bd7 !important;
  margin: 0 0 8px !important;
}

.shd-wrap .shd-contact-text {
  font-size: 14px !important;
  color: #555 !important;
  margin: 4px 0 !important;
  line-height: 1.6 !important;
}

.shd-wrap .shd-contact-text strong {
  color: #253b80 !important;
  margin-right: 6px !important;
}

/* ════════════════════════════════
   FORM BOX
════════════════════════════════ */

.shd-form {
  background: #fff !important;
  padding: 30px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.shd-wrap .shd-form-title,
.entry-content .shd-wrap h2.shd-form-title {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #253b80 !important;
  margin: 0 0 20px !important;
}

.shd-form-note {
  font-size: 13px !important;
  color: #666 !important;
  margin-top: 15px !important;
  line-height: 1.6 !important;
}

/* ════════════════════════════════
   RESPONSIVE — TABLET (max 1024px)
════════════════════════════════ */

@media (max-width: 1024px) {
  .shd-wrap {
    padding: 0 30px;
  }
}

/* ════════════════════════════════
   RESPONSIVE — MOBILE (max 768px)
════════════════════════════════ */

@media (max-width: 768px) {
  .shd-wrap {
    padding: 0 16px !important;
  }

  .shd-hero {
    padding-top: 24px;
  }

  .shd-intro .wp-block-column {
    flex-basis: 100% !important;
    min-width: 100% !important;
  }

  .shd-img img {
    height: 240px !important;
    padding-top: 16px !important;
  }

  .shd-cards {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .shd-cards .wp-block-column {
    flex-basis: 100% !important;
    min-width: 100% !important;
  }

  .shd-wrap .shd-title {
    font-size: 1.4rem !important;
  }

  .shd-wrap .shd-intro-title {
    font-size: 1.4rem !important;
  }

  .shd-contact {
    padding: 20px !important;
  }

  .shd-form {
    padding: 20px !important;
  }

  .shd-wrap .shd-form-title {
    font-size: 1.4rem !important;
  }
}

/* ════════════════════════════════
   RESPONSIVE — SMALL MOBILE (max 480px)
════════════════════════════════ */

@media (max-width: 480px) {
  .shd-wrap .shd-title {
    font-size: 1.2rem !important;
  }
  .shd-wrap .shd-intro-title {
    font-size: 1.2rem !important;
  }
  .shd-wrap .shd-form-title {
    font-size: 1.2rem !important;
  }
}
