/* About Us — A Pathway To Success */
.about-pathway {
    position: relative;
    padding: 72px 0 80px;
    background: linear-gradient(165deg, #f7f8fc 0%, #ffffff 42%, #faf8f5 100%);
    overflow: hidden;
}

.about-pathway::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 147, 8, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.about-pathway::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 15, 144, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.about-pathway .container {
    position: relative;
    z-index: 1;
}

.about-pathway__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0b0f90;
    background: rgba(11, 15, 144, 0.08);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.about-pathway__title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.about-pathway__title-accent {
    color: #d59308;
    display: inline-block;
}

.about-pathway__subtitle {
    font-size: 1.15rem;
    font-weight: 500;
    color: #5743ac;
    margin-bottom: 28px;
    padding-left: 16px;
    border-left: 4px solid #d59308;
}

.about-pathway__body p {
    font-size: 16px;
    line-height: 1.75;
    color: #4a4a5a;
    margin-bottom: 18px;
    text-align: justify;
}

.about-pathway__pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 28px 0 32px;
}

.about-pathway__pillar {
    background: #fff;
    border: 1px solid rgba(11, 15, 144, 0.08);
    border-radius: 12px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(11, 15, 144, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-pathway__pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(11, 15, 144, 0.12);
}

.about-pathway__pillar-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, #0b0f90 0%, #5743ac 100%);
}

.about-pathway__pillar strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.about-pathway__pillar span {
    display: block;
    font-size: 12px;
    color: #6b6b7b;
    line-height: 1.4;
}

.about-pathway__global {
    background: linear-gradient(135deg, #0b0f90 0%, #2a2480 55%, #5743ac 100%);
    border-radius: 14px;
    padding: 26px 28px;
    color: #fff;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.about-pathway__global::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: rgba(232, 196, 120, 0.12);
    border-radius: 0 0 0 100%;
}

.about-pathway__global h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e8c478;
    margin-bottom: 12px;
    position: relative;
}

.about-pathway__global p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    text-align: justify;
    position: relative;
}

.about-pathway__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(135deg, #d59308 0%, #e8c478 100%);
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(213, 147, 8, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-pathway__cta:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(213, 147, 8, 0.45);
}

.about-pathway__media {
    position: relative;
    padding: 20px 20px 20px 0;
}

.about-pathway__media-accent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 40px;
    left: 40px;
    border: 3px solid #d59308;
    border-radius: 16px;
    z-index: 0;
    opacity: 0.55;
}

.about-pathway__media-frame {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(11, 15, 144, 0.18);
    aspect-ratio: 4 / 3;
}

.about-pathway__media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-pathway__media:hover .about-pathway__media-frame img {
    transform: scale(1.04);
}

.about-pathway__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #0b0f90;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding-left: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.about-pathway__play:hover {
    color: #d59308;
    transform: translate(-50%, -50%) scale(1.08);
    text-decoration: none;
}

.about-pathway__play-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    border: 2px solid rgba(232, 196, 120, 0.7);
    border-radius: 50%;
    animation: about-pathway-pulse 2s ease-out infinite;
    pointer-events: none;
}

@keyframes about-pathway-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.85);
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.25);
        opacity: 0;
    }
}

.about-pathway__badge {
    position: absolute;
    bottom: -12px;
    left: 24px;
    z-index: 2;
    background: #fff;
    border-radius: 12px;
    padding: 14px 20px;
    box-shadow: 0 10px 30px rgba(11, 15, 144, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-pathway__badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #01d370 0%, #00b35c 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.about-pathway__badge-text strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
}

.about-pathway__badge-text span {
    font-size: 11px;
    color: #6b6b7b;
}

@media (max-width: 991px) {
    .about-pathway {
        padding: 56px 0 64px;
    }

    .about-pathway__pillars {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .about-pathway__media {
        margin-top: 24px;
        padding: 16px 16px 16px 0;
    }

    .about-pathway__media-accent {
        left: 24px;
        bottom: 24px;
    }
}

@media (max-width: 575px) {
    .about-pathway__global {
        padding: 22px 20px;
    }

    .about-pathway__badge {
        left: 16px;
        right: 16px;
        bottom: -8px;
    }
}
