:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-883e3d4 *//* ============================================================
🎨 BEL-C TRAILBLAZERS PAGE
AGES 4 – 8 YEARS
CLEAN • RESPONSIVE • ELEMENTOR-SAFE
============================================================ */

.trailblazers-container {
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
}

.trailblazers-container.narrow {
max-width: 900px;
}

/* HERO */
.trailblazers-hero {
background: linear-gradient(135deg, #ecfeff 0%, #ffffff 55%, #eff6ff 100%);
padding: 95px 20px 85px;
text-align: center;
}

.trailblazers-kicker {
display: inline-block;
margin: 0 0 16px;
padding: 8px 18px;
border-radius: 999px;
background: #ccfbf1;
color: #0f766e;
font-size: 0.9rem;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.trailblazers-hero h1 {
margin: 0 0 12px;
font-size: 3.4rem;
line-height: 1.1;
color: #111827;
}

.trailblazers-age-band {
margin: 0 auto 24px;
font-size: 1.15rem;
font-weight: 800;
color: #14b8a6;
}

.trailblazers-hero-text {
max-width: 850px;
margin: 0 auto 18px;
font-size: 1.18rem;
line-height: 1.7;
color: #333333;
}

/* SECTIONS */
.trailblazers-section {
padding: 80px 20px;
background: #ffffff;
}

.trailblazers-section.alt {
background: #f0fdfa;
}

.trailblazers-section-header {
text-align: center;
max-width: 900px;
margin: 0 auto 48px;
}

.trailblazers-section-header h2 {
margin: 0 0 18px;
font-size: 2.25rem;
line-height: 1.2;
color: #2563eb;
}

.trailblazers-section-header p {
margin: 0 auto 18px;
font-size: 1.1rem;
line-height: 1.65;
color: #333333;
}

/* GRIDS */
.trailblazers-grid {
display: grid;
gap: 28px;
align-items: stretch;
}

.trailblazers-grid.three {
grid-template-columns: repeat(3, 1fr);
}

/* CARDS */
.trailblazers-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 #14b8a6;
}

.trailblazers-card.feature {
border-top-color: #2563eb;
}

.trailblazers-icon {
font-size: 2.3rem;
line-height: 1;
margin-bottom: 16px;
}

.trailblazers-card h3 {
margin: 0 0 12px;
font-size: 1.35rem;
line-height: 1.25;
color: #111827;
}

.trailblazers-card p {
margin: 0 0 20px;
color: #444444;
line-height: 1.55;
flex-grow: 1;
}

.trailblazers-list {
text-align: left;
max-width: 300px;
margin: 0 auto 26px;
padding-left: 20px;
color: #444444;
line-height: 1.7;
flex-grow: 1;
}

/* LEARNING FLOW */
.trailblazers-flow {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}

.trailblazers-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 #14b8a6;
}

.trailblazers-flow-step span {
display: inline-flex;
width: 42px;
height: 42px;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #14b8a6;
color: #ffffff;
font-weight: 900;
margin-bottom: 14px;
}

.trailblazers-flow-step h3 {
margin: 0 0 10px;
font-size: 1.25rem;
color: #111827;
}

.trailblazers-flow-step p {
margin: 0;
color: #444444;
line-height: 1.55;
}

/* STREALM FLIP CARDS */
.belc-strealm-flip-section {
padding: 80px 20px;
background: #f8fbff;
}

.belc-strealm-flip-container {
max-width: 1180px;
margin: 0 auto;
}

.belc-strealm-flip-header {
text-align: center;
max-width: 900px;
margin: 0 auto 48px;
}

.belc-strealm-flip-header h2 {
margin: 0 0 18px;
font-size: 2.25rem;
line-height: 1.2;
color: #2563eb;
}

.belc-strealm-flip-header p {
margin: 0 auto 18px;
font-size: 1.1rem;
line-height: 1.65;
color: #333333;
}

.belc-strealm-flip-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}

.belc-flip-card {
perspective: 1200px;
min-height: 390px;
}

.belc-flip-inner {
position: relative;
width: 100%;
height: 100%;
min-height: 390px;
transition: transform 0.8s ease;
transform-style: preserve-3d;
}

.belc-flip-card:hover .belc-flip-inner,
.belc-flip-card:focus-within .belc-flip-inner {
transform: rotateY(180deg);
}

.belc-flip-front,
.belc-flip-back {
position: absolute;
inset: 0;
border-radius: 22px;
padding: 24px;
box-shadow: 0 6px 16px rgba(0,0,0,0.08);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
display: flex;
flex-direction: column;
}

.belc-flip-front {
background: #ffffff;
border-top: 6px solid #14b8a6;
justify-content: center;
text-align: center;
}

.belc-flip-back {
background: linear-gradient(135deg, #14b8a6 0%, #2563eb 100%);
color: #ffffff;
transform: rotateY(180deg);
overflow-y: auto;
text-align: left;
}

.belc-flip-back::-webkit-scrollbar {
width: 6px;
}

.belc-flip-back::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.45);
border-radius: 20px;
}

.belc-flip-icon {
font-size: 2.5rem;
margin-bottom: 16px;
}

.belc-flip-front h3,
.belc-flip-back h3 {
margin: 0 0 12px;
font-size: 1.25rem;
line-height: 1.3;
}

.belc-flip-front h3 {
color: #111827;
}

.belc-flip-front p {
margin: 0;
color: #444444;
line-height: 1.6;
}

.belc-flip-back h3,
.belc-flip-back p,
.belc-flip-back li {
color: #ffffff;
}

.belc-flip-back ul {
margin: 0;
padding-left: 18px;
}

.belc-flip-back li {
margin-bottom: 8px;
line-height: 1.5;
font-size: 0.95rem;
}

/* CTA */
.trailblazers-cta {
background: linear-gradient(135deg, #14b8a6 0%, #2563eb 100%);
padding: 80px 20px;
text-align: center;
color: #ffffff;
}

.trailblazers-cta h2 {
margin: 0 0 16px;
font-size: 2.3rem;
line-height: 1.2;
color: #ffffff;
}

.trailblazers-cta p {
max-width: 780px;
margin: 0 auto 28px;
font-size: 1.1rem;
line-height: 1.65;
color: #ffffff;
}

/* BUTTONS */
.trailblazers-button-group {
display: flex;
gap: 14px;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-top: 28px;
}

a.trailblazers-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.trailblazers-btn:hover {
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(0,0,0,0.14);
}

a.trailblazers-btn.primary {
background: #14b8a6;
color: #ffffff !important;
}

a.trailblazers-btn.secondary {
background: #2563eb;
color: #ffffff !important;
}

a.trailblazers-btn.accent {
background: #9b8ac4;
color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
.trailblazers-grid.three,
.trailblazers-flow {
grid-template-columns: repeat(2, 1fr);
}

.belc-strealm-flip-grid {
grid-template-columns: repeat(2, 1fr);
}

.belc-flip-card,
.belc-flip-inner {
min-height: 410px;
}
}

@media (max-width: 900px) {
.trailblazers-hero h1 {
font-size: 2.7rem;
}

.trailblazers-section-header h2,
.belc-strealm-flip-header h2,
.trailblazers-cta h2 {
font-size: 2rem;
}
}

@media (max-width: 650px) {
.trailblazers-hero {
padding: 70px 18px 65px;
}

.trailblazers-section,
.trailblazers-section.alt,
.belc-strealm-flip-section,
.trailblazers-cta {
padding: 60px 18px;
}

.trailblazers-grid.three,
.trailblazers-flow,
.belc-strealm-flip-grid {
grid-template-columns: 1fr;
}

.trailblazers-hero h1 {
font-size: 2.25rem;
}

.trailblazers-hero-text,
.trailblazers-section-header p,
.belc-strealm-flip-header p,
.trailblazers-cta p {
font-size: 1rem;
}

.trailblazers-button-group {
flex-direction: column;
align-items: stretch;
}

a.trailblazers-btn {
width: 100%;
text-align: center;
}

.belc-flip-card,
.belc-flip-inner {
min-height: 430px;
}
}/* End custom CSS */