/* =========================================================
   TEACH PEACE REACH PEACE (TPRP) — MODERN STYLING
   Darshan Education Foundation
========================================================= */

:root {
    /* Atmospheric background colors */
    --tprp-bg: #FFFDF2;
    --tprp-bg-warm: #faf4ea;
    --tprp-bg-soft: #edf5fc;
    --tprp-glass-bg: rgba(255, 255, 255, 0.82);
    --tprp-glass-bg-hover: rgba(255, 255, 255, 0.94);
    --tprp-glass-border: rgba(255, 255, 255, 0.92);
    --tprp-glass-border-subtle: rgba(227, 159, 81, 0.18);
    --tprp-glass-shadow: 0 16px 42px rgba(0, 82, 132, 0.08), 0 2px 10px rgba(227, 159, 81, 0.06);
    --tprp-glass-shadow-hover: 0 22px 50px rgba(0, 82, 132, 0.14), 0 4px 14px rgba(227, 159, 81, 0.1);

    --tprp-navy-deep: #005284;
    --tprp-navy-primary: #005284;
    --tprp-navy-light: #126b9e;
    --tprp-green-accent: #9966FF;
    --tprp-green-hover: #8040f5;
    --tprp-green-light: #f4efff;
    --tprp-gold-accent: #E39F51;
    --tprp-text-dark: #005284;
    --tprp-text-muted: #2f5d7c;
    --tprp-bg-light: #FFFDF2;
    --tprp-card-border: rgba(0, 82, 132, 0.1);
    --tprp-shadow-soft: 0 10px 30px rgba(0, 82, 132, 0.06);
    --tprp-font-display: 'Google Sans', 'Plus Jakarta Sans', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --tprp-font-sans: 'Google Sans', 'Plus Jakarta Sans', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Page Reset & Base — Warm #FFFDF2 Canvas */
.tprp-body {
    background: #FFFDF2;
    color: var(--tprp-text-dark);
    font-family: var(--tprp-font-sans);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: relative;
}

/* Top Screen Background Artwork (Exact Uncropped Native Ratio) */
.tprp-top-screen-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.tprp-top-screen-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Cursor-Reactive Floating Particles & Icons Canvas */
.tprp-cursor-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    display: block;
}

/* =========================================================
   NAVBAR (Customized for Light Theme TPRP)
========================================================= */
.tprp-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 16px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(16, 42, 78, 0.06);
    transition: all 0.3s ease;
}

.tprp-navbar .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.tprp-navbar .logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.tprp-navbar .logo-text-group {
    display: flex;
    flex-direction: column;
}

.tprp-navbar .logo-brand-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--tprp-navy-deep);
    text-transform: uppercase;
}

.tprp-navbar .logo-brand-sub {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--tprp-green-accent);
    text-transform: uppercase;
}

.tprp-nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tprp-nav-menu a {
    color: var(--tprp-navy-primary);
    font-family: 'Outfit', sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.tprp-nav-menu a:hover {
    color: var(--tprp-green-accent);
    background: rgba(153, 102, 255, 0.08);
}

.tprp-nav-menu a.active {
    color: #ffffff;
    background: var(--tprp-navy-primary);
}

.tprp-nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* =========================================================
   HERO / FRONT SCREEN (MATCHING REFERENCE IMAGE)
========================================================= */
.tprp-hero-section {
    position: relative;
    width: 100%;
    padding-top: 105px;
    padding-bottom: 50px;
    background: transparent;
    display: flex;
    align-items: center;
    overflow: visible;
    box-sizing: border-box;
}

.tprp-hero-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 20px 4%;
    display: grid;
    grid-template-columns: 1.1fr 1.25fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* LEFT COLUMN — EDITORIAL CONTENT */
.tprp-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    padding-right: 15px;
}

/* Badge Highlight in Hero Heading (Sharp edges box) */
.tprp-badge-highlight {
    display: inline-block;
    background: #9966FF;
    color: #ffffff !important;
    padding: 2px 14px 4px;
    border-radius: 0;
    letter-spacing: -0.01em;
    box-shadow: 0 4px 14px rgba(153, 102, 255, 0.28);
    margin-bottom: 4px;
}

/* Main Heading */
.tprp-hero-title {
    font-family: var(--tprp-font-display);
    font-size: clamp(1.5rem, 2.22vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--tprp-navy-deep);
    margin: 0 0 32px 0;
    letter-spacing: -0.02em;
    display: block;
}

/* Enforced Single-Line Row per Item to strictly congest in 3 lines */
.tprp-title-line {
    display: block;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .tprp-title-line {
        white-space: normal;
    }
}

.tprp-title-white,
.tprp-title-accent,
.tprp-title-gold,
.tprp-title-green {
    color: #9966FF;
    font-weight: 700;
    text-shadow: none;
}

/* =========================================================
   HERO MASTER FEATURE & ACTION BOX (ALL-IN-ONE CONTAINER)
========================================================= */
.tprp-hero-action-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.32) 100%);
    backdrop-filter: blur(20px) saturate(190%);
    -webkit-backdrop-filter: blur(20px) saturate(190%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 24px 26px 22px 26px;
    margin-left: -26px;
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        inset 0 0 16px rgba(255, 255, 255, 0.35),
        0 14px 32px rgba(0, 82, 132, 0.06);
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 580px;
}

@media (max-width: 768px) {
    .tprp-hero-action-box {
        margin-left: 0;
        padding: 20px;
    }
}

/* Editorial Description inside Master Action Box */
.tprp-hero-editorial-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.65;
    color: var(--tprp-navy-deep);
    margin: 0;
    opacity: 0.92;
}

/* 3 Small Feature Boxes Grid Inside Master Box */
.tprp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

/* Individual Feature Card (Horizontal Landscape Show) */
.tprp-feature-card {
    position: relative;
    height: 135px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #e8eef4;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 18px rgba(0, 82, 132, 0.06);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.tprp-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(153, 102, 255, 0.45);
    box-shadow: 0 10px 24px rgba(153, 102, 255, 0.16);
}

/* Card Photo Cover */
.tprp-feature-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    z-index: 1;
}

.tprp-feature-card:hover .tprp-feature-card-img {
    transform: scale(1.06);
}

/* Bottom Floating Frosted Glass Info Plate (Horizontal Layout) */
.tprp-feature-card-plate {
    position: relative;
    z-index: 2;
    margin: 6px;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 4px 10px rgba(0, 82, 132, 0.06);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: left;
}

.tprp-feature-card-headings {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.tprp-feature-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tprp-feature-card-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.66rem;
    font-weight: 600;
    color: var(--tprp-text-muted);
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tprp-feature-heart-btn,
.tprp-feature-arrow-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 75, 114, 0.1);
    color: #ff3366;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(255, 75, 114, 0.28);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
}

.tprp-feature-heart-btn svg,
.tprp-feature-arrow-btn svg {
    width: 13px;
    height: 13px;
    stroke-width: 2.2;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), fill 0.25s ease;
}

.tprp-feature-heart-btn:hover,
.tprp-feature-card:hover .tprp-feature-heart-btn,
.tprp-feature-heart-btn.is-liked,
.tprp-feature-arrow-btn:hover,
.tprp-feature-card:hover .tprp-feature-arrow-btn {
    background: linear-gradient(135deg, #ff4d79 0%, #e11d48 100%);
    color: #ffffff;
    border-color: #ff4d79;
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.35);
    transform: scale(1.12);
}

.tprp-feature-heart-btn:hover svg,
.tprp-feature-card:hover .tprp-feature-heart-btn svg,
.tprp-feature-heart-btn.is-liked svg {
    fill: #ffffff;
    transform: scale(1.12);
}

/* Action Buttons Inside Master Box */
.tprp-cta-group {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 4px;
}

/* =========================================================
   PURE 3D LIQUID GLASS CAPSULE BUTTONS (MATCHING REFERENCE)
========================================================= */
.tprp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.16) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    color: var(--tprp-navy-deep);
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 13px 30px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        inset 0 -2px 4px rgba(0, 0, 0, 0.04),
        inset 0 0 14px rgba(255, 255, 255, 0.45),
        0 10px 28px rgba(0, 82, 132, 0.08),
        0 2px 6px rgba(0, 82, 132, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-btn-primary:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.28) 100%);
    border-color: rgba(255, 255, 255, 0.98);
    transform: translateY(-2px);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 1),
        inset 0 -2px 5px rgba(0, 0, 0, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.65),
        0 14px 34px rgba(0, 82, 132, 0.12),
        0 4px 10px rgba(0, 82, 132, 0.05);
    color: var(--tprp-green-accent);
}

.tprp-btn-arrow {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
    transition: transform 0.25s ease;
}

.tprp-btn-primary:hover .tprp-btn-arrow {
    transform: translateX(4px);
}

.tprp-btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tprp-navy-deep);
    font-family: 'Outfit', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    padding: 13px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), 0 4px 14px rgba(0, 82, 132, 0.04);
    transition: all 0.25s ease;
}

.tprp-btn-download:hover {
    color: var(--tprp-green-accent);
    background: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 18px rgba(153, 102, 255, 0.1);
    transform: translateY(-2px);
}

.tprp-btn-download-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
}

/* =========================================================
   RIGHT COLUMN — VISUAL STAGE & SLIDER SHOWCASE (GLASSMORPHISM)
========================================================= */
.tprp-hero-visual {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Display Frame with Liquid Glass Border */
.tprp-visual-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 540px;
    max-height: 640px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 2px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 50px rgba(0, 82, 132, 0.12), 0 4px 16px rgba(227, 159, 81, 0.08);
}

/* Slides Track */
.tprp-slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.tprp-slide-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.03);
}

.tprp-slide-item.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.tprp-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

/* Soft Left Gradient Overlay on Image for smooth blending */
.tprp-visual-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 3;
    pointer-events: none;
}

/* Floating Quote Callout (Top Right) - 3D Liquid Glassmorphism */
.tprp-floating-quote-badge {
    position: absolute;
    top: 28px;
    right: 32px;
    z-index: 6;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.28) 100%);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    padding: 12px 24px;
    border-radius: 999px;
    box-shadow:
        inset 0 2px 3.5px rgba(255, 255, 255, 0.95),
        inset 0 -2.5px 5px rgba(0, 82, 132, 0.05),
        inset 0 0 16px rgba(255, 255, 255, 0.55),
        0 16px 36px rgba(0, 82, 132, 0.1),
        0 3px 8px rgba(0, 82, 132, 0.04);
    border: 1.5px solid rgba(255, 255, 255, 0.88);
    animation: floatingBadge 4s ease-in-out infinite alternate;
}

@keyframes floatingBadge {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-6px);
    }
}

.tprp-quote-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tprp-quote-line {
    font-family: var(--tprp-font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--tprp-navy-deep);
    line-height: 1.25;
}

.tprp-quote-line.highlight {
    color: var(--tprp-navy-primary);
    font-weight: 700;
}

/* Floating Navigation Arrows - Glassmorphism */
.tprp-slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    color: var(--tprp-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 6;
    box-shadow: 0 8px 24px rgba(0, 82, 132, 0.12);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-slider-nav-btn:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.1);
    color: var(--tprp-green-accent);
    box-shadow: 0 12px 28px rgba(0, 82, 132, 0.2);
}

.tprp-slider-nav-prev {
    left: 18px;
}

.tprp-slider-nav-next {
    right: 18px;
}

.tprp-nav-arrow-svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.4;
}

/* =========================================================
   BOTTOM FLOATING THUMBNAIL CAROUSEL CARD (GLASSMORPHISM)
========================================================= */
.tprp-floating-strip-card {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 16px 10px 16px;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(0, 82, 132, 0.14), 0 4px 14px rgba(227, 159, 81, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 90%;
}

.tprp-thumbnails-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tprp-thumb-btn {
    position: relative;
    width: 64px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    background: #e2e8f0;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.tprp-thumb-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(153, 102, 255, 0.5);
}

.tprp-thumb-btn:hover img {
    transform: scale(1.08);
}

.tprp-thumb-btn.active {
    border-color: var(--tprp-green-accent);
    box-shadow: 0 4px 12px rgba(153, 102, 255, 0.3);
    transform: translateY(-2px);
}

/* Pagination Dots */
.tprp-pagination-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tprp-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(16, 42, 78, 0.22);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tprp-dot.active {
    width: 18px;
    background: var(--tprp-green-accent);
}

/* =========================================================
   CURRICULUM HIGHLIGHTS & PROGRAM OVERVIEW SECTION
========================================================= */
.tprp-overview-section {
    padding: 90px 5%;
    background: transparent;
    position: relative;
}

.tprp-section-container {
    max-width: 1400px;
    margin: 0 auto;
}

.tprp-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.tprp-section-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--tprp-green-accent);
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.tprp-section-title {
    font-family: var(--tprp-font-display);
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 700;
    color: var(--tprp-navy-deep);
    line-height: 1.25;
    margin: 0 0 18px 0;
}

.tprp-section-sub {
    font-size: 1.05rem;
    color: var(--tprp-text-muted);
    line-height: 1.65;
}

/* 4 Core Pillars Cards Grid (Glassmorphism) */
.tprp-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.tprp-pillar-card {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 20px;
    padding: 36px 30px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(0, 82, 132, 0.06);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-pillar-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(0, 82, 132, 0.12);
    border-color: rgba(153, 102, 255, 0.3);
}

.tprp-pillar-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--tprp-green-light);
    color: var(--tprp-green-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tprp-pillar-icon svg {
    width: 28px;
    height: 28px;
}

.tprp-pillar-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    margin: 0;
}

.tprp-pillar-desc {
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--tprp-text-muted);
    margin: 0;
}

/* =========================================================
   BROCHURE DOWNLOAD MODAL (GLASSMORPHISM)
========================================================= */
.tprp-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 82, 132, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.tprp-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.tprp-modal-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    width: 90%;
    max-width: 520px;
    padding: 32px 32px 30px 32px;
    box-shadow: 0 28px 60px rgba(0, 82, 132, 0.22);
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-modal-overlay.active .tprp-modal-card {
    transform: scale(1);
}

.tprp-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.tprp-modal-title {
    font-family: var(--tprp-font-display);
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    margin: 0;
    line-height: 1.3;
    flex: 1;
}

.tprp-modal-close {
    position: static;
    flex-shrink: 0;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tprp-navy-deep);
    transition: all 0.25s ease;
    margin-top: -2px;
}

.tprp-modal-close:hover {
    background: #9966FF;
    color: #ffffff;
    border-color: #9966FF;
    transform: rotate(90deg) scale(1.06);
    box-shadow: 0 4px 14px rgba(153, 102, 255, 0.3);
}

.tprp-form-group {
    margin-bottom: 18px;
}

.tprp-form-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    margin-bottom: 6px;
}

.tprp-form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 0.95rem;
    font-family: inherit;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    background: #ffffff;
    color: #1e293b;
}

.tprp-select-wrapper {
    position: relative;
    width: 100%;
}

.tprp-select-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005284' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.tprp-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 42px;
}

.tprp-form-input:focus,
.tprp-form-select:focus {
    border-color: #005284;
    box-shadow: 0 0 0 3.5px rgba(0, 82, 132, 0.12);
}

/* =========================================================
   WHY TEACH PEACE REACH PEACE? — ASCENDING STAIRCASE (GLASSMORPHISM)
========================================================= */
.tprp-why-section {
    padding: 48px 5% 36px 5%;
    background: transparent;
    position: relative;
    border-top: none;
}

.tprp-why-container {
    max-width: 1540px;
    margin: 0 auto;
}

.tprp-why-header {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.tprp-why-eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: var(--tprp-green-accent);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
}

.tprp-why-title {
    font-family: var(--tprp-font-display);
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    font-weight: 600;
    color: var(--tprp-navy-deep);
    margin: 0;
    letter-spacing: -0.01em;
}

.tprp-why-subtitle {
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    color: var(--tprp-text-muted);
    max-width: 680px;
    line-height: 1.6;
    margin: 0;
}

/* Staircase Main Wrapper */
.tprp-staircase-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}

/* Ascending Progression Ribbon — Pure 3D Liquid Glass Capsule */
.tprp-staircase-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 26px;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.16) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        inset 0 -2px 4px rgba(0, 0, 0, 0.04),
        inset 0 0 14px rgba(255, 255, 255, 0.45),
        0 10px 28px rgba(0, 82, 132, 0.07),
        0 2px 6px rgba(0, 82, 132, 0.03);
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

.tprp-staircase-ribbon:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-color: rgba(255, 255, 255, 0.98);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 1),
        inset 0 -2px 5px rgba(0, 0, 0, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.6),
        0 14px 36px rgba(0, 82, 132, 0.1);
}

.ribbon-node {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        0 2px 6px rgba(0, 82, 132, 0.04);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.ribbon-node:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(179, 138, 255, 0.6);
    box-shadow: 0 6px 16px rgba(153, 102, 255, 0.12);
    color: var(--tprp-green-accent);
}

.ribbon-node.pinnacle {
    background: rgba(255, 255, 255, 0.85);
    color: var(--tprp-green-accent);
    border: 1.5px solid rgba(153, 102, 255, 0.45);
    font-weight: 800;
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        0 4px 14px rgba(153, 102, 255, 0.15);
}

.ribbon-node.pinnacle:hover {
    color: #9966FF;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(153, 102, 255, 0.22);
}

.ribbon-arrow {
    color: var(--tprp-green-accent);
    font-weight: 800;
    font-size: 0.92rem;
    opacity: 0.75;
}

/* 5 Ascending Stair Columns Grid */
.tprp-staircase-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
    position: relative;
    padding-top: 50px;
}

/* Individual Stair Step Card - Organic Blurry Gradient Liquidmorphism (Non-Box Form) */
.tprp-stair-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 36px;
    background: radial-gradient(circle at 50% 15%,
            rgba(255, 255, 255, 0.88) 0%,
            rgba(235, 220, 255, 0.75) 30%,
            rgba(255, 255, 255, 0.65) 60%,
            rgba(153, 102, 255, 0.35) 100%);
    background-size: 250% 250%;
    animation: fluidLiquidWave 7s ease-in-out infinite alternate;
    backdrop-filter: blur(28px) saturate(210%);
    -webkit-backdrop-filter: blur(28px) saturate(210%);
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        inset 0 0 0 1.5px rgba(255, 255, 255, 0.9),
        inset 0 2.5px 6px rgba(255, 255, 255, 0.98),
        inset 0 -4px 12px rgba(153, 102, 255, 0.2),
        inset 0 0 22px rgba(153, 102, 255, 0.16),
        inset 0 0 36px rgba(255, 255, 255, 0.35);
    overflow: visible;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}

/* Organic Blurry Fluid Gradient Mesh (Contained within card boundaries) */
.tprp-stair-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 20% 20%, rgba(153, 102, 255, 0.4) 0%, transparent 52%),
        radial-gradient(circle at 80% 80%, rgba(179, 138, 255, 0.35) 0%, transparent 50%),
        radial-gradient(circle at 50% 45%, rgba(153, 102, 255, 0.3) 0%, transparent 52%),
        radial-gradient(circle at 85% 15%, rgba(212, 163, 89, 0.22) 0%, transparent 45%);
    background-size: 200% 200%;
    filter: blur(14px);
    pointer-events: none;
    z-index: 1;
    animation: fluidAuraMesh 7.5s ease-in-out infinite alternate;
    opacity: 0.95;
}

/* Soft Blurry Liquid Light Caustics Sheen */
.tprp-stair-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 36px;
    background: linear-gradient(125deg,
            transparent 15%,
            rgba(255, 255, 255, 0.65) 42%,
            rgba(153, 102, 255, 0.35) 50%,
            rgba(255, 255, 255, 0.5) 58%,
            transparent 85%);
    background-size: 250% 250%;
    filter: blur(6px);
    pointer-events: none;
    z-index: 1;
    animation: liquidCausticsSweep 6.5s ease-in-out infinite;
    opacity: 0.85;
}

@keyframes fluidLiquidWave {
    0% {
        background-position: 0% 15%;
        border-color: rgba(255, 255, 255, 0.85);
        box-shadow:
            inset 0 0 0 1.5px rgba(255, 255, 255, 0.9),
            inset 0 2.5px 6px rgba(255, 255, 255, 0.98),
            inset 0 -4px 12px rgba(153, 102, 255, 0.2),
            inset 0 0 22px rgba(153, 102, 255, 0.16),
            inset 0 0 36px rgba(255, 255, 255, 0.35);
    }

    50% {
        background-position: 100% 85%;
        border-color: rgba(230, 215, 255, 0.95);
        box-shadow:
            inset 0 0 0 1.8px rgba(255, 255, 255, 1),
            inset 0 3px 8px rgba(255, 255, 255, 1),
            inset 0 -6px 16px rgba(153, 102, 255, 0.32),
            inset 0 0 32px rgba(153, 102, 255, 0.24),
            inset 0 0 45px rgba(255, 255, 255, 0.45);
    }

    100% {
        background-position: 40% 100%;
        border-color: rgba(255, 255, 255, 0.85);
        box-shadow:
            inset 0 0 0 1.5px rgba(255, 255, 255, 0.9),
            inset 0 2.5px 6px rgba(255, 255, 255, 0.98),
            inset 0 -4px 12px rgba(153, 102, 255, 0.2),
            inset 0 0 22px rgba(153, 102, 255, 0.16),
            inset 0 0 36px rgba(255, 255, 255, 0.35);
    }
}

@keyframes fluidAuraMesh {
    0% {
        transform: scale(1) translate(0px, 0px) rotate(0deg);
        background-position: 0% 0%;
        opacity: 0.85;
    }

    33% {
        transform: scale(1.07) translate(8px, -6px) rotate(4deg);
        background-position: 100% 40%;
        opacity: 1;
    }

    66% {
        transform: scale(0.96) translate(-6px, 8px) rotate(-4deg);
        background-position: 40% 100%;
        opacity: 0.9;
    }

    100% {
        transform: scale(1.03) translate(4px, 4px) rotate(2deg);
        background-position: 0% 100%;
        opacity: 0.95;
    }
}

@keyframes liquidCausticsSweep {
    0% {
        background-position: 0% 0%;
        opacity: 0.35;
    }

    50% {
        background-position: 100% 100%;
        opacity: 0.92;
    }

    100% {
        background-position: 200% 200%;
        opacity: 0.35;
    }
}

/* 3D Floating Pop-Out Badge (Emerges from the Back of the Box on Hover) */
.stair-popout-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 20px) scale(0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.35s ease, visibility 0.35s ease;
    filter: drop-shadow(0 14px 28px rgba(0, 82, 132, 0.25)) drop-shadow(0 0 20px rgba(153, 102, 255, 0.28));
}

.tprp-stair-card:hover .stair-popout-badge {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -85%) scale(1.05);
}

.stair-popout-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
    animation: popoutBobbing 3.2s ease-in-out infinite alternate;
}

@keyframes popoutBobbing {
    0% {
        transform: translateY(0) rotate(-2deg);
    }

    100% {
        transform: translateY(-6px) rotate(2deg);
    }
}

/* =========================================================
   3D GREEN DESIGNER SPARKLE STARS (FLOATING POP-OUT PARTICLES)
========================================================= */
.stair-sparkle-star {
    position: absolute;
    pointer-events: none;
    z-index: 4;
    opacity: 0;
    transform: scale(0) rotate(0deg);
    transition: transform 0.35s ease, opacity 0.25s ease;
    filter: drop-shadow(0 6px 14px rgba(179, 138, 255, 0.7)) drop-shadow(0 0 12px rgba(190, 150, 255, 0.6));
    will-change: transform, opacity;
}

.stair-sparkle-star svg {
    width: 100%;
    height: 100%;
    display: block;
    transform-origin: center center;
    will-change: transform;
}

/* Left Star (Large, Pillowy) */
.stair-sparkle-star.sparkle-left {
    width: 52px;
    height: 52px;
    left: -22px;
    bottom: 18px;
    transform-origin: center center;
}

/* Right Star (Medium, Tilted) */
.stair-sparkle-star.sparkle-right {
    width: 40px;
    height: 40px;
    right: -18px;
    top: 10px;
    transform-origin: center center;
}

/* Top Mini Star (Twinkling) */
.stair-sparkle-star.sparkle-top {
    width: 28px;
    height: 28px;
    left: 14px;
    top: -18px;
    transform-origin: center center;
}

/* Hover active state: Explosive Small-to-Big Pop-Up + Active Floating/Pulsating */
.tprp-stair-card:hover .stair-sparkle-star.sparkle-left {
    opacity: 1;
    animation: sparklePopUpLeft 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.05s;
}

.tprp-stair-card:hover .stair-sparkle-star.sparkle-left svg {
    animation: sparkleFloatPulseLeft 2.4s ease-in-out infinite alternate 0.6s;
}

.tprp-stair-card:hover .stair-sparkle-star.sparkle-right {
    opacity: 1;
    animation: sparklePopUpRight 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.15s;
}

.tprp-stair-card:hover .stair-sparkle-star.sparkle-right svg {
    animation: sparkleFloatPulseRight 2.2s ease-in-out infinite alternate 0.7s;
}

.tprp-stair-card:hover .stair-sparkle-star.sparkle-top {
    opacity: 1;
    animation: sparklePopUpTop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.22s;
}

.tprp-stair-card:hover .stair-sparkle-star.sparkle-top svg {
    animation: sparkleFloatPulseTop 1.9s ease-in-out infinite alternate 0.8s;
}

/* Small to Big Pop-In Keyframes */
@keyframes sparklePopUpLeft {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-60deg) translate(15px, 15px);
    }

    60% {
        opacity: 1;
        transform: scale(1.3) rotate(-8deg) translate(-2px, -4px);
    }

    80% {
        transform: scale(0.92) rotate(-16deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(-12deg);
    }
}

@keyframes sparklePopUpRight {
    0% {
        opacity: 0;
        transform: scale(0) rotate(60deg) translate(-15px, 15px);
    }

    60% {
        opacity: 1;
        transform: scale(1.35) rotate(24deg) translate(2px, -3px);
    }

    80% {
        transform: scale(0.9) rotate(14deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(18deg);
    }
}

@keyframes sparklePopUpTop {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-45deg) translate(0, 15px);
    }

    60% {
        opacity: 1;
        transform: scale(1.4) rotate(10deg) translate(0, -5px);
    }

    80% {
        transform: scale(0.88) rotate(2deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(6deg);
    }
}

/* Continuous Lively Floating, Pulsating & Twinkling Loops */
@keyframes sparkleFloatPulseLeft {
    0% {
        transform: translateY(0) scale(1) rotate(0deg);
        filter: drop-shadow(0 0 6px rgba(190, 150, 255, 0.5));
    }

    50% {
        transform: translateY(-8px) scale(1.15) rotate(10deg);
        filter: drop-shadow(0 0 16px rgba(205, 170, 255, 0.9));
    }

    100% {
        transform: translateY(4px) scale(0.88) rotate(-8deg);
        filter: drop-shadow(0 0 8px rgba(179, 138, 255, 0.6));
    }
}

@keyframes sparkleFloatPulseRight {
    0% {
        transform: translateY(0) scale(1) rotate(0deg);
        filter: drop-shadow(0 0 6px rgba(190, 150, 255, 0.5));
    }

    50% {
        transform: translateY(-10px) scale(1.18) rotate(-12deg);
        filter: drop-shadow(0 0 16px rgba(205, 170, 255, 0.9));
    }

    100% {
        transform: translateY(5px) scale(0.85) rotate(8deg);
        filter: drop-shadow(0 0 8px rgba(179, 138, 255, 0.6));
    }
}

@keyframes sparkleFloatPulseTop {
    0% {
        transform: translateY(0) scale(1) rotate(0deg);
        filter: drop-shadow(0 0 6px rgba(190, 150, 255, 0.5));
    }

    50% {
        transform: translateY(-6px) scale(1.25) rotate(15deg);
        filter: drop-shadow(0 0 18px rgba(215, 185, 255, 1));
    }

    100% {
        transform: translateY(3px) scale(0.82) rotate(-10deg);
        filter: drop-shadow(0 0 6px rgba(179, 138, 255, 0.5));
    }
}

/* Stepped Vertical Offsets & Harmonious Wave Delays */
.tprp-stair-card.stair-step-1 {
    margin-top: 140px;
    animation-delay: 0s;
}

.tprp-stair-card.stair-step-1::before {
    animation-delay: 0s;
}

.tprp-stair-card.stair-step-1::after {
    animation-delay: 0s;
}

.tprp-stair-card.stair-step-2 {
    margin-top: 105px;
    animation-delay: -1.4s;
}

.tprp-stair-card.stair-step-2::before {
    animation-delay: -1.4s;
}

.tprp-stair-card.stair-step-2::after {
    animation-delay: -1.2s;
}

.tprp-stair-card.stair-step-3 {
    margin-top: 70px;
    animation-delay: -2.8s;
}

.tprp-stair-card.stair-step-3::before {
    animation-delay: -2.8s;
}

.tprp-stair-card.stair-step-3::after {
    animation-delay: -2.4s;
}

.tprp-stair-card.stair-step-4 {
    margin-top: 35px;
    animation-delay: -4.2s;
}

.tprp-stair-card.stair-step-4::before {
    animation-delay: -4.2s;
}

.tprp-stair-card.stair-step-4::after {
    animation-delay: -3.6s;
}

.tprp-stair-card.stair-step-5 {
    margin-top: 0px;
    animation-delay: -5.6s;
}

.tprp-stair-card.stair-step-5::before {
    animation-delay: -5.6s;
}

.tprp-stair-card.stair-step-5::after {
    animation-delay: -4.8s;
}

/* Hover Dynamics on Stair Step (Luminous Inner Border Glow) */
.tprp-stair-card:hover {
    z-index: 10;
    transform: translateY(-8px);
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(235, 222, 255, 0.88) 40%,
            rgba(255, 255, 255, 0.9) 75%,
            rgba(153, 102, 255, 0.3) 100%);
    border-color: rgba(153, 102, 255, 0.65);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 1),
        inset 0 3px 8px rgba(255, 255, 255, 1),
        inset 0 -6px 18px rgba(153, 102, 255, 0.35),
        inset 0 0 34px rgba(153, 102, 255, 0.28),
        inset 0 0 50px rgba(255, 255, 255, 0.5);
}

.stair-card-inner {
    padding: 14px 16px 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
}

/* Header Row in Card: Badge + Tag */
.stair-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}

.stair-badge {
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    color: #8040f5;
    background: linear-gradient(135deg, rgba(153, 102, 255, 0.2) 0%, rgba(153, 102, 255, 0.08) 100%);
    border: 1px solid rgba(153, 102, 255, 0.32);
    padding: 4px 12px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

.stair-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tprp-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Organic Visual Header with Smooth Pebble Curves */
.stair-img-header {
    width: 100%;
    padding: 14px 14px 0 14px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 36px 36px 0 0;
    position: relative;
    z-index: 2;
}

.stair-rect-img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: center;
    border-radius: 26px;
    display: block;
    box-shadow: none;
    transition: transform 0.4s ease;
}

/* Steps 1, 3, 4 Start From Top as Requested */
.stair-step-1 .stair-rect-img,
.stair-step-3 .stair-rect-img,
.stair-step-4 .stair-rect-img {
    object-position: center top !important;
}

.tprp-stair-card:hover .stair-rect-img {
    transform: scale(1.04);
    box-shadow: none;
}

/* Value Title */
.stair-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    line-height: 1.25;
    margin: 0 0 10px 0;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tprp-stair-card:hover .stair-title {
    color: var(--tprp-green-accent);
}

/* Descriptive Paragraph */
.stair-desc {
    font-size: 0.86rem;
    line-height: 1.55;
    color: var(--tprp-text-muted);
    margin: 0;
}

/* Seamless Floating Level Pill at Card Bottom (Non-Box Form) */
.stair-step-tread {
    width: 100%;
    padding: 4px 14px 20px 14px;
    background: transparent;
    border-top: none;
    border-radius: 0 0 36px 36px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tread-level-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8040f5;
    padding: 6px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(153, 102, 255, 0.22) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1.2px solid rgba(153, 102, 255, 0.4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1.5px 3px rgba(255, 255, 255, 0.95);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    animation: liquidPillPulse 4s ease-in-out infinite alternate;
}

@keyframes liquidPillPulse {
    0% {
        box-shadow: inset 0 1.5px 3px rgba(255, 255, 255, 0.95);
        border-color: rgba(153, 102, 255, 0.3);
    }

    100% {
        box-shadow: inset 0 2px 4px rgba(255, 255, 255, 1);
        border-color: rgba(153, 102, 255, 0.55);
    }
}

.tprp-stair-card:hover .stair-step-tread {
    background: transparent;
    border-top: none;
    box-shadow: none;
}

.tprp-stair-card:hover .tread-level-label {
    background: linear-gradient(135deg, rgba(153, 102, 255, 0.28) 0%, rgba(255, 255, 255, 0.95) 100%);
    color: #7030e5;
    border-color: rgba(153, 102, 255, 0.7);
    box-shadow: inset 0 1.5px 3px rgba(255, 255, 255, 1);
    transform: scale(1.04);
}

/* Step 5 Pinnacle Harmonized Liquid Styling */
.tprp-stair-card.is-pinnacle .stair-badge {
    background: linear-gradient(135deg, rgba(153, 102, 255, 0.25) 0%, rgba(212, 163, 89, 0.2) 100%);
    color: #8040f5;
    border-color: rgba(153, 102, 255, 0.4);
}

/* =========================================================
   BOTTOM HIGHLIGHT INSPIRATIONAL QUOTE BANNER (PURE LIQUID GLASS)
========================================================= */
.tprp-staircase-quote-banner {
    display: flex;
    align-items: center;
    gap: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.18) 100%);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    border-radius: 28px;
    padding: 24px 38px;
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.95),
        inset 0 -2px 5px rgba(0, 0, 0, 0.04),
        inset 0 0 16px rgba(255, 255, 255, 0.4),
        0 16px 40px rgba(0, 82, 132, 0.06),
        0 4px 12px rgba(0, 82, 132, 0.03);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-staircase-quote-banner:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.28) 100%);
    border-color: rgba(255, 255, 255, 0.98);
    box-shadow:
        inset 0 2.5px 5px rgba(255, 255, 255, 1),
        inset 0 -2px 5px rgba(0, 0, 0, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.55),
        0 20px 48px rgba(0, 82, 132, 0.1);
    transform: translateY(-2px);
}

.staircase-quote-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        inset 0 1.5px 3px rgba(255, 255, 255, 0.95),
        0 4px 12px rgba(0, 82, 132, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tprp-green-accent);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.tprp-staircase-quote-banner:hover .staircase-quote-icon-wrap {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.06);
}

.staircase-quote-mark {
    font-family: Georgia, serif;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
    color: var(--tprp-green-accent);
    display: block;
    transform: translateY(2px);
}

.staircase-quote-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.staircase-quote-text {
    font-family: var(--tprp-font-display);
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.45;
    color: #2e1055;
    font-weight: 600;
    margin: 0;
}

.staircase-quote-author {
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--tprp-green-accent);
    letter-spacing: 0.04em;
}

/* RESPONSIVE STAIRCASE MEDIA QUERIES */
@media (max-width: 1200px) {
    .tprp-stair-card.stair-step-1 {
        margin-top: 100px;
    }

    .tprp-stair-card.stair-step-2 {
        margin-top: 75px;
    }

    .tprp-stair-card.stair-step-3 {
        margin-top: 50px;
    }

    .tprp-stair-card.stair-step-4 {
        margin-top: 25px;
    }

    .tprp-stair-card.stair-step-5 {
        margin-top: 0px;
    }

    .stair-card-inner {
        padding: 20px 14px 18px 14px;
    }

    .stair-icon-circle {
        width: 64px;
        height: 64px;
    }

    .stair-title {
        font-size: 0.98rem;
    }
}

@media (max-width: 900px) {
    .tprp-staircase-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tprp-stair-card.stair-step-1,
    .tprp-stair-card.stair-step-2,
    .tprp-stair-card.stair-step-3,
    .tprp-stair-card.stair-step-4,
    .tprp-stair-card.stair-step-5 {
        margin-top: 0;
    }

    .tprp-stair-card {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .stair-img-header {
        width: 140px;
        padding: 12px 0 12px 12px;
        flex-shrink: 0;
    }

    .stair-rect-img {
        width: 100%;
        height: 110px;
    }

    .stair-card-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 6px;
        padding: 14px 16px;
    }

    .stair-header-row {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        width: 100%;
        margin-bottom: 4px;
    }

    .stair-title {
        min-height: auto;
        justify-content: flex-start;
        margin-bottom: 4px;
        text-align: left;
    }

    .stair-desc {
        text-align: left;
    }

    .stair-step-tread {
        width: auto;
        min-width: 100px;
        height: 100%;
        border: none;
        background: transparent;
    }

    .tprp-staircase-quote-banner {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }

    .staircase-quote-mark {
        display: none;
    }
}

@media (max-width: 600px) {
    .tprp-stair-card {
        flex-direction: column;
        align-items: stretch;
    }

    .stair-img-header {
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    .stair-rect-img {
        height: 140px;
    }

    .stair-step-tread {
        width: 100%;
        min-width: auto;
        height: auto;
        border: none;
        background: transparent;
    }
}


/* =========================================================
   HOW TPRP WORKS WITH SCHOOLS SECTION (GLASSMORPHISM)
========================================================= */
.tprp-works-section {
    padding: 38px 5% 42px 5%;
    background: transparent;
    position: relative;
    border-top: none;
}

.tprp-works-container {
    max-width: 1540px;
    margin: 0 auto;
}

.tprp-works-header {
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.tprp-works-title {
    font-family: var(--tprp-font-display);
    font-size: clamp(2rem, 3.2vw, 2.65rem);
    font-weight: 600;
    color: var(--tprp-navy-deep);
    margin: 0;
    letter-spacing: -0.01em;
}

.tprp-works-leaf-icon {
    width: 28px;
    height: 28px;
    color: var(--tprp-green-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}

.tprp-works-leaf-icon svg {
    width: 22px;
    height: 22px;
}

/* 3-Card Grid for Section 3 */
.tprp-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* Individual Feature Card in How TPRP Works Section (Matching Upper Feature Boxes) */
.tprp-work-feature-card {
    position: relative;
    height: 250px;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #e8eef4;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 12px 30px rgba(0, 82, 132, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.tprp-work-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(153, 102, 255, 0.5);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 18px 40px rgba(153, 102, 255, 0.18);
}

/* Full Cover Photo */
.tprp-work-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    z-index: 1;
}

.tprp-work-feature-card:hover .tprp-work-card-img {
    transform: scale(1.06);
}

/* Step Number Badge */
.tprp-work-step-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    color: #ffffff;
    background: rgba(0, 82, 132, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 4px 13px;
    border-radius: 999px;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

/* Floating Frosted Glass Info Plate */
.tprp-work-card-plate {
    position: relative;
    z-index: 3;
    margin: 8px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-radius: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.98);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 8px 22px rgba(0, 82, 132, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
}

.tprp-work-card-headings {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.tprp-work-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    line-height: 1.25;
    margin: 0;
}

.tprp-work-card-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--tprp-text-muted);
    line-height: 1.35;
    margin: 0;
}

/* Circular Heart Like Button (Section 3) */
.tprp-work-heart-btn,
.tprp-work-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 75, 114, 0.09);
    border: 1.5px solid rgba(255, 75, 114, 0.28);
    color: #ff3366;
    text-decoration: none;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-work-heart-btn svg,
.tprp-work-arrow-btn svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    stroke-width: 2.2;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), fill 0.25s ease;
}

.tprp-work-feature-card:hover .tprp-work-heart-btn,
.tprp-work-heart-btn:hover,
.tprp-work-heart-btn.is-liked,
.tprp-work-feature-card:hover .tprp-work-arrow-btn,
.tprp-work-arrow-btn:hover {
    background: linear-gradient(135deg, #ff4d79 0%, #e11d48 100%);
    color: #ffffff;
    border-color: #ff4d79;
    transform: scale(1.12);
    box-shadow: 0 5px 16px rgba(225, 29, 72, 0.38);
}

.tprp-work-feature-card:hover .tprp-work-heart-btn svg,
.tprp-work-heart-btn:hover svg,
.tprp-work-heart-btn.is-liked svg {
    fill: #ffffff;
    transform: scale(1.12);
}

@media (max-width: 900px) {
    .tprp-works-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .tprp-work-feature-card {
        height: 200px;
    }
}

/* =========================================================
   SECTION 4: IMPLEMENTED IN LEADING SCHOOLS (GLASSMORPHISM)
========================================================= */
.tprp-schools-section {
    padding: 38px 5% 42px 5%;
    background: transparent;
    position: relative;
    border-top: none;
}

.tprp-schools-container {
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
}

.tprp-schools-header {
    text-align: center;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.tprp-schools-title {
    font-family: var(--tprp-font-display);
    font-size: clamp(2rem, 3.2vw, 2.65rem);
    font-weight: 600;
    color: var(--tprp-navy-deep);
    margin: 0;
    letter-spacing: -0.01em;
}

.tprp-schools-leaf-icon {
    width: 28px;
    height: 28px;
    color: var(--tprp-green-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}

.tprp-schools-leaf-icon svg {
    width: 22px;
    height: 22px;
}

/* Carousel Outer Wrapper with Floating Arrows (Exact MCLC Match) */
.tprp-schools-carousel-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

/* Navigation Arrow Buttons (Default #E39F51) */
.tprp-school-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #E39F51;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 8px 22px rgba(227, 159, 81, 0.32);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
}

.tprp-school-arrow:hover {
    background: #cc8938;
    color: #ffffff;
    border-color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 10px 26px rgba(227, 159, 81, 0.45);
}

.tprp-school-arrow svg {
    width: 20px;
    height: 20px;
}

/* Track Container for Horizontal Continuous Auto-Rotation / Marquee */
.tprp-schools-track-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 12px 0 18px 0;
    mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
}

.tprp-schools-track-container::-webkit-scrollbar {
    display: none;
}

/* Continuous Auto-Rotating Track for Schools */
.tprp-schools-grid {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    animation: tprpSchoolsMarquee 75s linear infinite;
    will-change: transform;
}

.tprp-schools-carousel-wrap:hover .tprp-schools-grid,
.tprp-schools-track-container:hover .tprp-schools-grid {
    animation-play-state: paused;
}

@keyframes tprpSchoolsMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 11px));
    }
}

/* Active Partner Badge (Professional Indicator for Active Schools) */
.tprp-school-active-pill {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 4.5px;
    background: rgba(16, 185, 129, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 3px 9px 3px 7px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.tprp-school-active-pill svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    stroke-width: 3;
}

/* Individual School Feature Card (Matching MCLC Box Size 270px x 205px) */
.tprp-school-feature-card {
    flex: 0 0 270px;
    min-width: 270px;
    height: 205px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #e8eef4;
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 10px 24px rgba(0, 82, 132, 0.08);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
    box-sizing: border-box;
}

.tprp-school-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(153, 102, 255, 0.5);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 16px 36px rgba(153, 102, 255, 0.18);
}

.tprp-school-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
    z-index: 1;
}

.tprp-school-feature-card:hover .tprp-school-card-img {
    transform: scale(1.08);
}

/* Floating Frosted Glass Info Plate */
.tprp-school-card-plate {
    position: relative;
    z-index: 3;
    margin: 8px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px) saturate(180%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border-radius: 14px;
    border: 1.5px solid rgba(255, 255, 255, 0.98);
    box-shadow: 
        inset 0 1px 2px rgba(255, 255, 255, 1),
        0 6px 18px rgba(0, 82, 132, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
}

.tprp-school-card-headings {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.tprp-school-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--tprp-navy-deep);
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tprp-school-card-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--tprp-text-muted);
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Circular Heart Like Button (Section 4) */
.tprp-school-heart-btn,
.tprp-school-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 75, 114, 0.09);
    border: 1.5px solid rgba(255, 75, 114, 0.28);
    color: #ff3366;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-school-heart-btn svg,
.tprp-school-arrow-btn svg {
    width: 15px;
    height: 15px;
    stroke: currentColor;
    stroke-width: 2.2;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), fill 0.25s ease;
}

.tprp-school-feature-card:hover .tprp-school-heart-btn,
.tprp-school-heart-btn:hover,
.tprp-school-heart-btn.is-liked,
.tprp-school-feature-card:hover .tprp-school-arrow-btn {
    background: linear-gradient(135deg, #ff4d79 0%, #e11d48 100%);
    color: #ffffff;
    border-color: #ff4d79;
    transform: scale(1.12);
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.36);
}

.tprp-school-feature-card:hover .tprp-school-heart-btn svg,
.tprp-school-heart-btn:hover svg,
.tprp-school-heart-btn.is-liked svg {
    fill: #ffffff;
    transform: scale(1.12);
}

/* Bottom Call to Action Button */
.tprp-schools-cta-wrap {
    text-align: center;
    margin-top: 36px;
}

.tprp-btn-outline-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border: 1.5px solid #d4af37;
    background: transparent;
    color: #8a6516;
    font-family: 'Outfit', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-btn-outline-gold:hover {
    background: #d4af37;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.tprp-btn-outline-gold .tprp-btn-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.tprp-btn-outline-gold:hover .tprp-btn-arrow {
    transform: translateX(4px);
}

/* =========================================================
   TPRP TESTIMONIALS & DELEGATES ENDORSEMENTS SECTION
========================================================= */
.initiatives-slide-four.tprp-testimonials-section {
    position: relative;
    height: auto;
    min-height: 680px;
    max-height: none;
    width: 100%;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    padding: 70px 5%;
    background-image: url('../images/slide4_bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #005284;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: visible;
    box-sizing: border-box;
}

.initiatives-slide-four.tprp-testimonials-section .slide-four-content-wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1260px;
    height: auto;
    max-height: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    overflow: visible;
}

/* =========================================================
   TOGETHER, LET'S NURTURE A GENERATION OF PEACE (HERO GLASS BANNER)
========================================================= */
.tprp-cta-banner-section {
    position: relative;
    width: 100%;
    padding: 75px 4% 95px 4%;
    background: #FFFDF4;
    overflow: hidden;
}

/* =========================================================
   DYNAMIC AUTO-MOTION GRADIENT CIRCLES CANVAS
   (Exclusively Ocean Blue #005284 & Yellowish Golden #E39F51)
========================================================= */
.tprp-cta-orbs-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    filter: blur(45px);
    -webkit-filter: blur(45px);
}

.tprp-cta-banner-container {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Master Glass Banner Card (More Transparent & More Blurry) */
.tprp-cta-master-card {
    position: relative;
    min-height: 440px;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(45px) saturate(190%);
    -webkit-backdrop-filter: blur(45px) saturate(190%);
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    box-shadow:
        0 30px 80px -15px rgba(0, 82, 132, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.6),
        inset 0 2px 4px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Decorative subtle top glass reflection */
.tprp-cta-master-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Left Integrated Photo with Seamless Right Gradient Fade */
.tprp-cta-left-visual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.96) 40%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.96) 40%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
}

.tprp-cta-faded-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: saturate(1.05);
}

.tprp-cta-fade-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0.35) 85%, rgba(255, 255, 255, 0.6) 100%);
    pointer-events: none;
}

/* Right-Shifted Content & Actions Panel */
.tprp-cta-content-panel {
    position: relative;
    z-index: 2;
    margin-left: auto;
    width: 58%;
    max-width: 760px;
    padding: 56px 64px 56px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

/* Eyebrow Pill */
.tprp-cta-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(153, 102, 255, 0.1);
    border: 1.2px solid rgba(153, 102, 255, 0.28);
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(153, 102, 255, 0.08);
}

.tprp-cta-pulse-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9966FF;
    box-shadow: 0 0 10px #9966FF;
    animation: tprpCtaPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes tprpCtaPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}

.tprp-cta-eyebrow-text {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9966FF;
}

.tprp-cta-heading {
    font-family: var(--tprp-font-display);
    font-size: clamp(2.1rem, 3.2vw, 2.9rem);
    font-weight: 800;
    color: var(--tprp-navy-deep, #005284);
    line-height: 1.14;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 14px rgba(255, 255, 255, 0.7);
}

.tprp-cta-subtext {
    font-size: 1.04rem;
    line-height: 1.62;
    color: #1e293b;
    font-weight: 500;
    margin: 16px 0 28px 0;
    max-width: 620px;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.6);
}

/* Action Buttons Cluster */
.tprp-cta-actions-cluster {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.tprp-cta-btn-main {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #005284 0%, #0d699e 100%);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 14px 32px rgba(0, 82, 132, 0.28),
        inset 0 1px 2px rgba(255, 255, 255, 0.45);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-cta-btn-main:hover {
    background: linear-gradient(135deg, #0d699e 0%, #005284 100%);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 18px 42px rgba(0, 82, 132, 0.38),
        inset 0 1px 3px rgba(255, 255, 255, 0.6);
    color: #ffffff;
}

.tprp-cta-btn-main .tprp-btn-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.tprp-cta-btn-main:hover .tprp-btn-arrow {
    transform: translateX(4px);
}

.tprp-cta-btn-brochure {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #E39F51;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    box-shadow:
        0 12px 28px rgba(227, 159, 81, 0.35),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tprp-cta-btn-brochure:hover {
    background: #cc8938;
    color: #ffffff;
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 16px 36px rgba(227, 159, 81, 0.48),
        inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.tprp-cta-btn-brochure svg {
    width: 18px;
    height: 18px;
    color: #ffffff;
}

/* =========================================================
   GLOBAL DEF FOOTER (#005284 THEME)
========================================================= */
.tprp-footer {
    background: #06445e;
    color: #ffffff;
    padding: 60px 5% 28px 5%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tprp-footer-container {
    max-width: 1540px;
    margin: 0 auto;
}

.tprp-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.2fr;
    gap: 36px;
    margin-bottom: 48px;
}

/* Column 1: Brand Info */
.tprp-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tprp-footer-logo-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tprp-footer-logo-row img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.tprp-footer-logo-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-transform: uppercase;
}

.tprp-footer-mission {
    font-size: 0.86rem;
    line-height: 1.6;
    color: #e2f0fa;
    margin: 0;
    max-width: 320px;
}

.tprp-footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.tprp-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
}

.tprp-social-btn:hover {
    background: var(--tprp-green-accent);
    transform: translateY(-2px);
}

.tprp-social-btn svg {
    width: 16px;
    height: 16px;
}

/* Column Links */
.tprp-footer-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tprp-footer-col-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
    letter-spacing: 0.02em;
}

.tprp-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tprp-footer-links a {
    color: #d6eaf8;
    font-size: 0.88rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tprp-footer-links a:hover {
    color: #ffffff;
}

/* Connect Contact Details */
.tprp-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d6eaf8;
    font-size: 0.88rem;
    margin-bottom: 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tprp-footer-contact-item:hover {
    color: #ffffff;
}

.tprp-footer-contact-item svg {
    width: 16px;
    height: 16px;
    color: #ffffff;
    flex-shrink: 0;
}

/* Footer Bottom Bar */
.tprp-footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: #c4e1f5;
    flex-wrap: wrap;
    gap: 14px;
}

.tprp-footer-legal-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tprp-footer-legal-links a {
    color: #c4e1f5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tprp-footer-legal-links a:hover {
    color: #ffffff;
}

/* =========================================================
   RESPONSIVENESS
========================================================= */
@media (max-width: 1200px) {
    .tprp-why-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .tprp-why-quote-card {
        grid-column: span 3;
        max-width: 600px;
        margin: 10px auto 0 auto;
        width: 100%;
    }

    .tprp-works-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .tprp-work-card {
        grid-template-columns: 1fr 200px;
    }

    .tprp-school-card {
        flex: 0 0 200px;
        min-width: 200px;
    }


    .tprp-cta-master-card {
        flex-direction: column;
        min-height: auto;
        padding: 0;
    }

    .tprp-cta-left-visual {
        position: relative;
        width: 100%;
        height: 280px;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0) 100%);
    }

    .tprp-cta-fade-mask {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.85) 85%, rgba(255, 255, 255, 0.98) 100%);
    }

    .tprp-cta-content-panel {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 24px 36px 44px 36px;
        align-items: center;
        text-align: center;
    }

    .tprp-cta-actions-cluster {
        justify-content: center;
    }

    .tprp-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tprp-why-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tprp-why-quote-card {
        grid-column: span 1;
    }

    .tprp-why-col-title {
        min-height: auto;
    }

    .tprp-work-card {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 20px;
    }

    .work-card-img-wrap {
        min-height: 140px;
    }

    .tprp-school-card {
        flex: 0 0 160px;
        min-width: 160px;
        padding: 20px 12px 16px 12px;
    }

    .tprp-cta-banner-section {
        padding: 40px 3% 55px 3%;
    }

    .tprp-cta-master-card {
        border-radius: 26px;
    }

    .tprp-cta-left-visual {
        height: 220px;
    }

    .tprp-cta-content-panel {
        padding: 18px 18px 36px 18px;
    }

    .tprp-cta-heading {
        font-size: 1.85rem;
    }

    .tprp-cta-actions-cluster {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .tprp-cta-btn-main,
    .tprp-cta-btn-brochure {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .tprp-cta-website-pill {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        text-align: center;
    }


    .tprp-footer-grid {
        grid-template-columns: 1fr;
    }

    .tprp-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .tprp-features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tprp-feature-box {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
    }

    .tprp-hero-action-box {
        padding: 16px 14px;
        border-radius: 20px;
    }

    .tprp-cta-group {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .tprp-btn-primary,
    .tprp-btn-download {
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
}
