:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ce71844 */```css
/* ============================================================
   💡 BEL-C PATHFINDERS PAGE
   AGES 13 – 15 YEARS
   PREMIUM FLIP-CARD VERSION
============================================================ */

.pathfinders-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.pathfinders-container.narrow {
  max-width: 900px;
}

/* HERO */
.pathfinders-hero {
  background: linear-gradient(135deg, #fefce8 0%, #ffffff 55%, #eff6ff 100%);
  padding: 95px 20px 85px;
  text-align: center;
}

.pathfinders-kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pathfinders-hero h1 {
  margin: 0 0 12px;
  font-size: 3.4rem;
  line-height: 1.1;
  color: #111827;
}

.pathfinders-age-band {
  margin: 0 auto 14px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #ca8a04;
}

.pathfinders-tagline {
  max-width: 780px;
  margin: 0 auto 24px;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.45;
  color: #2563eb;
}

.pathfinders-hero-text {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: 1.18rem;
  line-height: 1.7;
  color: #333333;
}

/* SECTIONS */
.pathfinders-section {
  padding: 80px 20px;
  background: #ffffff;
}

.pathfinders-section.alt {
  background: #fffdf2;
}

.pathfinders-section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.pathfinders-section-header h2 {
  margin: 0 0 18px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #2563eb;
}

.pathfinders-section-header p {
  margin: 0 auto 18px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #333333;
}

/* GRIDS */
.pathfinders-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.pathfinders-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

/* STANDARD CARDS */
.pathfinders-card {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 22px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 6px solid #facc15;
}

.pathfinders-card.feature {
  border-top-color: #2563eb;
}

.pathfinders-icon {
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: 16px;
}

.pathfinders-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #111827;
}

.pathfinders-card p {
  margin: 0 0 20px;
  color: #444444;
  line-height: 1.55;
  flex-grow: 1;
}

/* FLOW */
.pathfinders-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pathfinders-flow-step {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 22px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  text-align: center;
  border-bottom: 5px solid #facc15;
}

.pathfinders-flow-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #facc15;
  color: #111827;
  font-weight: 900;
  margin-bottom: 14px;
}

.pathfinders-flow-step h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #111827;
}

.pathfinders-flow-step p {
  margin: 0;
  color: #444444;
  line-height: 1.55;
}

/* ============================================================
   PREMIUM PATHFINDERS STREALM FLIP CARDS
============================================================ */

.pathfinders-strealm-section {
  background: #f8fbff;
}

.pathfinders-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pathfinders-flip-card {
  perspective: 1300px;
  min-height: 470px;
}

.pathfinders-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.pathfinders-flip-card:hover .pathfinders-flip-inner,
.pathfinders-flip-card:focus-within .pathfinders-flip-inner {
  transform: rotateY(180deg);
}

.pathfinders-flip-front,
.pathfinders-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 7px 18px rgba(0,0,0,0.09);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}

.pathfinders-flip-front {
  background: #ffffff;
  border-top: 7px solid #facc15;
  justify-content: center;
  text-align: center;
}

.pathfinders-flip-back {
  background: linear-gradient(135deg, #facc15 0%, #2563eb 100%);
  color: #ffffff;
  transform: rotateY(180deg);
  overflow-y: auto;
  text-align: left;
}

.pathfinders-flip-back::-webkit-scrollbar {
  width: 6px;
}

.pathfinders-flip-back::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.5);
  border-radius: 20px;
}

.pathfinders-flip-icon {
  font-size: 2.7rem;
  margin-bottom: 16px;
}

.pathfinders-flip-front h3,
.pathfinders-flip-back h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.25;
}

.pathfinders-flip-front h3 {
  color: #111827;
}

.pathfinders-flip-front h4 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #2563eb;
}

.pathfinders-flip-front p {
  margin: 0;
  color: #444444;
  line-height: 1.6;
}

.pathfinders-flip-back h3,
.pathfinders-flip-back p,
.pathfinders-flip-back li {
  color: #ffffff;
}

.pathfinders-flip-back p {
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 0.94rem;
}

.pathfinders-flip-back ul {
  margin: 0 0 14px;
  padding-left: 18px;
}

.pathfinders-flip-back li {
  margin-bottom: 6px;
  line-height: 1.45;
  font-size: 0.92rem;
}

/* CTA */
.pathfinders-cta {
  background: linear-gradient(135deg, #facc15 0%, #2563eb 100%);
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
}

.pathfinders-cta h2 {
  margin: 0 0 16px;
  font-size: 2.3rem;
  line-height: 1.2;
  color: #ffffff;
}

.pathfinders-cta p {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #ffffff;
}

/* BUTTONS */
.pathfinders-button-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

a.pathfinders-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 40px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.pathfinders-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.14);
}

a.pathfinders-btn.primary {
  background: #facc15;
  color: #111827 !important;
}

a.pathfinders-btn.secondary {
  background: #2563eb;
  color: #ffffff !important;
}

a.pathfinders-btn.accent {
  background: #9b8ac4;
  color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .pathfinders-grid.three,
  .pathfinders-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .pathfinders-flip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pathfinders-flip-card,
  .pathfinders-flip-inner {
    min-height: 500px;
  }
}

@media (max-width: 900px) {
  .pathfinders-hero h1 {
    font-size: 2.7rem;
  }

  .pathfinders-section-header h2,
  .pathfinders-cta h2 {
    font-size: 2rem;
  }

  .pathfinders-tagline {
    font-size: 1.15rem;
  }
}

@media (max-width: 650px) {
  .pathfinders-hero {
    padding: 70px 18px 65px;
  }

  .pathfinders-section,
  .pathfinders-section.alt,
  .pathfinders-cta {
    padding: 60px 18px;
  }

  .pathfinders-grid.three,
  .pathfinders-flow,
  .pathfinders-flip-grid {
    grid-template-columns: 1fr;
  }

  .pathfinders-hero h1 {
    font-size: 2.25rem;
  }

  .pathfinders-hero-text,
  .pathfinders-section-header p,
  .pathfinders-cta p {
    font-size: 1rem;
  }

  .pathfinders-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  a.pathfinders-btn {
    width: 100%;
    text-align: center;
  }

  .pathfinders-flip-card,
  .pathfinders-flip-inner {
    min-height: 540px;
  }

  .pathfinders-flip-front,
  .pathfinders-flip-back {
    padding: 24px 20px;
  }
}
```/* End custom CSS */