/* ============================================
   Vision / Mission / Aim Page Styles
   ============================================ */

.aim-hero-banner {
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.aim-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    border-radius: 50%;
    animation: aim-pulse 8s ease-in-out infinite;
}
.aim-hero-banner::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(91,80,214,0.18) 0%, transparent 60%);
    border-radius: 50%;
    animation: aim-pulse 10s ease-in-out infinite reverse;
}
@keyframes aim-pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50%      { transform: scale(1.1); opacity: 0.8; }
}
.aim-hero-banner .decorative-shape {
    position: absolute;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 50%;
}
.aim-hero-banner .shape-1 { width: 300px; height: 300px; top: -100px; left: 10%; animation: aim-float 15s ease-in-out infinite; }
.aim-hero-banner .shape-2 { width: 200px; height: 200px; bottom: -50px; right: 15%; animation: aim-float 12s ease-in-out infinite reverse; }
.aim-hero-banner .shape-3 { width: 150px; height: 150px; top: 50%; right: 5%; border-color: rgba(255,255,255,0.25); animation: aim-float 10s ease-in-out infinite; }
@keyframes aim-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-20px) rotate(5deg); }
}

.aim-hero-banner .hero-content { position: relative; z-index: 10; }
.aim-hero-banner .hero-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    letter-spacing: 2px;
}
.aim-hero-banner .hero-content p {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
}

/* Section base */
.aim-section {
    padding: 80px 0;
    scroll-margin-top: 100px;
}
.aim-section.bg-light-gray { background: #f6f7ff; }

.aim-section .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #31287e 0%, #1a1556 100%);
    color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.aim-section .section-title-custom {
    font-size: 2.5rem;
    font-weight: 700;
    color: #31287e;
    margin-bottom: 25px;
    position: relative;
}
.aim-section .section-title-custom::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #31287e, #5b50d6);
}
.aim-section .section-title-custom.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.aim-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.aim-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(49, 40, 126, 0.18);
}
.aim-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.aim-image-wrapper:hover img { transform: scale(1.05); }

/* Pillars block */
.inspire-section {
    background: linear-gradient(135deg, #31287e 0%, #1a1556 100%);
    position: relative;
    overflow: hidden;
}
.inspire-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(91,80,214,0.25) 0%, transparent 70%);
    border-radius: 50%;
}
.inspire-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.inspire-section .section-badge {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
}
.inspire-section .section-title-custom { color: #fff; }
.inspire-section .section-title-custom::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ffffff, #5b50d6);
}
.inspire-section .inspire-lede {
    max-width: 720px;
    margin: 20px auto 0;
    color: rgba(255,255,255,0.75);
    font-size: 17px;
}

.inspire-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
    z-index: 1;
}

.inspire-item {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}
.inspire-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, #5b50d6);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.inspire-item:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.inspire-item:hover::before { transform: scaleX(1); }

.inspire-item .icon-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #31287e 0%, #5b50d6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}
.inspire-item .icon-wrap::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,0.45);
    animation: aim-rotate 20s linear infinite;
}
@keyframes aim-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.inspire-item:hover .icon-wrap {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(91,80,214,0.5);
}
.inspire-item .icon-wrap i { font-size: 36px; color: #fff; }
.inspire-item h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}
.inspire-item .number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 1199px) { .inspire-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px)  { .inspire-grid { grid-template-columns: 1fr; } }
