/* ===== Custom redesign for /discover/ landing page ==================== */

.pism-discover {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: #1f2937;
  background: #fff;
}

.container-1240 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.pism-eyebrow,
.pism-discover-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0B44C1;
  margin: 0 0 14px;
}

.pism-discover h1,
.pism-discover h2,
.pism-discover h3 {
  font-family: "Playfair Display", "Georgia", serif;
  font-weight: 600;
  color: #0F172A;
  letter-spacing: -0.01em;
}

.pism-section-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  max-width: 720px;
  margin: 0 0 36px;
}

/* ---- Buttons ---- */
.pism-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
  cursor: pointer;
  border: 0;
  line-height: 1;
}
.pism-btn-primary {
  background: #0B44C1;
  color: #fff;
  box-shadow: 0 6px 18px rgba(11, 68, 193, 0.22);
}
.pism-btn-primary:hover { background: #093697; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(11, 68, 193, 0.28); }
.pism-btn-ghost {
  background: transparent;
  color: #0B44C1;
  border: 1.5px solid rgba(11, 68, 193, 0.25);
}
.pism-btn-ghost:hover { background: #0B44C1; color: #fff; border-color: #0B44C1; }
.pism-btn-block { width: 100%; }

/* ====== 1. HERO ========================================================= */
.pism-discover-hero {
  position: relative;
  background:
    linear-gradient(105deg, rgba(15,23,42,0.55) 0%, rgba(15,23,42,0.25) 60%, rgba(15,23,42,0.05) 100%),
    #0B44C1 url("/wp-content/uploads/2024/08/Website-Photo-1a.jpg") center/cover no-repeat;
  color: #fff;
  padding: 96px 24px;
  overflow: hidden;
}

.pism-discover-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.pism-discover-hero__copy h1 {
  color: #fff;
  font-size: clamp(2rem, 1.3rem + 2.6vw, 3.4rem);
  line-height: 1.08;
  margin: 0 0 22px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}

.pism-discover-hero .pism-discover-eyebrow { color: #E5B93B; }

.pism-discover-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
  margin: 0 0 28px;
  max-width: 560px;
}
.pism-discover-lead strong { color: #E5B93B; font-weight: 600; }

.pism-discover-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pism-discover-hero__actions .pism-btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.pism-discover-hero__actions .pism-btn-ghost:hover { background: #fff; color: #0B44C1; border-color: #fff; }

/* Form card */
.pism-discover-form {
  background: rgba(255,255,255,0.97);
  color: #1f2937;
  border-radius: 20px;
  padding: 32px 32px 28px;
  box-shadow: 0 24px 60px -16px rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
}
.pism-discover-form h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 0 22px;
  color: #0F172A;
}
.pism-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.pism-discover-form label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
  letter-spacing: 0.02em;
}
.pism-discover-form label span { color: #DC2626; margin-left: 2px; }
.pism-discover-form input,
.pism-discover-form select {
  width: 100%;
  margin-top: 6px;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  font-family: inherit;
  font-size: 0.95rem;
  color: #0F172A;
  background: #fff;
  transition: border-color 150ms, box-shadow 150ms;
}
.pism-discover-form input:focus,
.pism-discover-form select:focus {
  outline: 0;
  border-color: #0B44C1;
  box-shadow: 0 0 0 3px rgba(11, 68, 193, 0.15);
}
.pism-discover-form .pism-btn { margin-top: 12px; padding: 13px 24px; }


/* ====== 2. OFFER (programme cards) ==================================== */
.pism-discover-offer {
  padding: 96px 0;
  background: #FAF8F3;
  text-align: center;
}
.pism-discover-offer h2 {
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.6rem);
  margin: 0 0 14px;
}
.pism-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 12px;
}
.pism-offer-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 36px 24px 28px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 3px rgba(15,23,42,0.04), 0 8px 20px -12px rgba(15,23,42,0.10);
  transition: transform 280ms cubic-bezier(0.22,1,0.36,1), box-shadow 280ms;
}
.pism-offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(15,23,42,0.05), 0 24px 44px -16px rgba(11,68,193,0.16);
}
.pism-offer-card__icon {
  display: inline-block;
  width: 64px; height: 64px; line-height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(11,68,193,0.10), rgba(229,185,59,0.06));
  font-size: 32px;
  margin-bottom: 18px;
}
.pism-offer-card h3 {
  font-size: 1.25rem;
  margin: 0 0 6px;
  color: #17447F;
}
.pism-offer-card p { margin: 0; color: #64748B; font-size: 0.92rem; }


/* ====== 3. WHY PISM ==================================================== */
.pism-discover-why {
  padding: 96px 0;
  background: #fff;
  text-align: center;
}
.pism-discover-why h2 {
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.6rem);
  margin: 0 0 48px;
}
.pism-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}
.pism-why-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid #ECEEF3;
  transition: transform 280ms, box-shadow 280ms, border-color 280ms;
}
.pism-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11,68,193,0.18);
  box-shadow: 0 20px 40px -16px rgba(11,68,193,0.16);
}
.pism-why-card__icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11,68,193,0.10), rgba(229,185,59,0.06));
  color: #0B44C1;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  box-shadow: inset 0 0 0 1px rgba(11,68,193,0.10);
}
.pism-why-card__icon svg { width: 30px; height: 30px; }
.pism-why-card h3 {
  font-size: 1.2rem;
  margin: 0 0 12px;
  color: #17447F;
  line-height: 1.25;
}
.pism-why-card p { margin: 0; color: #475569; line-height: 1.65; font-size: 0.95rem; }


/* ====== 4. SIX CORE PILLARS ============================================ */
.pism-discover-pillars {
  padding: 96px 0;
  background: linear-gradient(180deg, #FAF8F3 0%, #fff 100%);
  text-align: center;
}
.pism-discover-pillars h2 {
  font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.4rem);
  margin: 0 0 32px;
}
.pism-pillars-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.pism-pillars-row span {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: #fff;
  color: #0B44C1;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(11,68,193,0.18);
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}


/* ====== 5. INTERESTED CTA ============================================ */
.pism-discover-cta {
  background: linear-gradient(135deg, #0B44C1 0%, #17447F 100%);
  color: #fff;
  padding: 64px 24px;
  position: relative;
  overflow: hidden;
}
.pism-discover-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(229,185,59,0.20), transparent 60%);
  pointer-events: none;
}
.pism-discover-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}
.pism-discover-cta h2 {
  color: #fff;
  font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.2rem);
  margin: 0 0 6px;
}
.pism-discover-cta p {
  margin: 0;
  color: rgba(255,255,255,0.90);
  font-size: 1rem;
  max-width: 600px;
}
.pism-discover-cta .pism-btn-primary {
  background: #E5B93B;
  color: #17447F;
  box-shadow: 0 6px 22px rgba(229,185,59,0.30);
  padding: 14px 32px;
}
.pism-discover-cta .pism-btn-primary:hover {
  background: #fff;
  color: #17447F;
}


/* ====== RESPONSIVE ==================================================== */
@media (max-width: 1024px) {
  .pism-discover-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .pism-offer-grid { grid-template-columns: repeat(2, 1fr); }
  .pism-why-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .pism-discover-hero { padding: 64px 18px; }
  .pism-discover-offer,
  .pism-discover-why,
  .pism-discover-pillars { padding: 64px 0; }
  .pism-form-row { grid-template-columns: 1fr; }
  .pism-discover-form { padding: 24px 22px; }
  .pism-offer-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .pism-discover-cta__inner { flex-direction: column; text-align: center; }
}
