/* GSAP landing page — 3D perspective effects */
.gsap-scene {
    perspective: 1200px;
    perspective-origin: 50% 40%;
}

.gsap-hero-visual {
    transform-style: preserve-3d;
    will-change: transform;
}

.gsap-hero-card {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.gsap-float-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
    opacity: 0.45;
    z-index: 0;
}

.hero-visual-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px 40px 80px;
    position: relative;
}

#heroSlider.gsap-hero-card {
    width: 100%;
    max-width: 450px;
    position: relative;
}

.hero-slide {
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-logo-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.hero-logo-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115%;
    height: 115%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.72) 0%, rgba(255, 215, 0, 0.35) 38%, rgba(255, 215, 0, 0.08) 58%, transparent 72%);
    filter: blur(10px);
    z-index: 0;
    pointer-events: none;
}

.hero-logo-img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 20px 60px rgba(30, 58, 138, 0.4));
    animation: float 3s ease-in-out infinite;
}

.hero-partnership-glow {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 88%;
    height: 42%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 215, 0, 0.55) 0%, rgba(255, 215, 0, 0.2) 45%, transparent 72%);
    filter: blur(12px);
    z-index: 0;
    pointer-events: none;
}

.hero-partnership-logos {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.hero-slide-title {
    color: #FFD700;
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.hero-slide-title-sm {
    font-size: 28px;
}

.hero-slide-caption {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
}

.gsap-reveal {
    opacity: 0;
    transform: translateY(40px) rotateX(12deg);
    transform-origin: center top;
}

.gsap-feature-card,
.gsap-service-item,
.gsap-stat-box {
    transform-style: preserve-3d;
    will-change: transform;
}

.about-section {
    padding: 88px 0 96px;
    background: linear-gradient(180deg, #172554 0%, #1e3a8a 55%, #1e3a8a 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 215, 0, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(37, 99, 235, 0.18) 0%, transparent 50%);
    pointer-events: none;
}

.about-grid {
    position: relative;
    z-index: 1;
}

.about-section-title {
    margin-bottom: 44px !important;
}

.about-section-title p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.about-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 36px 40px;
}

.about-logo-col {
    flex: 0 0 100%;
    max-width: 100%;
}

.about-content-col {
    flex: 1 1 100%;
    min-width: 0;
}

.about-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.about-card-wide {
    grid-column: 1 / -1;
}

.about-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 24px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(12px);
    transform-style: preserve-3d;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
    border-color: rgba(255, 215, 0, 0.45);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.12);
}

.about-card h3 {
    color: #FFD700;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-card h3 i {
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.about-card p,
.about-card li {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    font-size: 15px;
    margin: 0;
}

.about-card ul {
    margin: 0;
    padding-left: 20px;
    list-style-position: outside;
}

.about-card li + li {
    margin-top: 8px;
}

.about-logo-panel {
    text-align: center;
    transform-style: preserve-3d;
    padding: 8px 12px;
}

.about-logo-panel img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
}

.about-badge {
    display: inline-block;
    margin-top: 18px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255, 215, 0, 0.15);
    border: 1px solid rgba(255, 215, 0, 0.35);
    color: #FFD700;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .about-logo-col {
        flex: 0 0 34%;
        max-width: 34%;
    }

    .about-content-col {
        flex: 1 1 0;
    }

    .about-layout {
        gap: 32px 48px;
    }
}

@media (max-width: 767px) {
    .gsap-scene {
        perspective: 900px;
    }

    .about-section {
        padding: 64px 0 72px;
    }

    .about-section-title {
        margin-bottom: 32px !important;
    }

    .about-layout {
        gap: 28px;
    }

    .about-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-card {
        padding: 20px 22px;
    }

    .about-logo-panel img {
        max-width: 170px;
    }
}
