/* ==================== GrowthAcademy Page Specific Styles ==================== */

/* Hero Section */
.academy-hero {
    position: relative;
    background: url('../images/Hero_Image_GrowthAcademy.png');
    background-size: cover;
    background-position: center center;
    padding: 0;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 0;
}

.hero-content-academy {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding: 0 4rem 4rem 4rem;
    width: 100%;
    max-width: 100%;
}

.academy-hero-title {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: white;
    letter-spacing: 0px;
}

.academy-hero-subtitle {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    line-height: 1.2;
}

.academy-hero-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: white;
    opacity: 1;
    max-width: 1100px;
    font-weight: 300;
    margin: 0 auto;
}

/* Why GrowthAcademy Section */
.why-academy-section {
    padding: 5rem 2rem;
    background-color: #e8f4f5;
}

.why-academy-title {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: var(--color-dark);
    background-color: transparent;
    padding: 0;
    position: relative;
    display: block;
    line-height: 1.5;
    word-wrap: break-word;
}

.brand-growth {
    color: var(--color-impact);
}

.brand-academy {
    color: var(--color-plus);
}

.why-academy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.why-academy-card {
    text-align: left;
    padding: 2.5rem;
    border-radius: 20px;
    background-color: white;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.why-academy-title-card {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.why-academy-card:nth-child(2) {
    background-color: #00a0a8;
}

.why-academy-card:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/impactPlus.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: 110% -10%;
    opacity: 0.15;
    filter: brightness(0) invert(1);
}

.why-academy-card:nth-child(2) .why-academy-heading,
.why-academy-card:nth-child(2) .why-academy-text {
    color: white;
}

.why-academy-card:nth-child(3) {
    background-color: #004a9f;
}

.why-academy-card:nth-child(3)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/impactPlus.svg');
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: -10% 110%;
    opacity: 0.15;
    filter: brightness(0) invert(1);
}

.why-academy-card:nth-child(3) .why-academy-heading,
.why-academy-card:nth-child(3) .why-academy-text {
    color: white;
}

.why-academy-card:nth-child(4) {
    background-color: #00a0a8;
}

.why-academy-card:nth-child(4)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/impactPlus.svg');
    background-size: 105px;
    background-repeat: no-repeat;
    background-position: 115% 115%;
    opacity: 0.15;
    filter: brightness(0) invert(1);
}

.why-academy-card:nth-child(4) .why-academy-heading,
.why-academy-card:nth-child(4) .why-academy-text {
    color: white;
}

.why-academy-icon {
    display: none;
}

.why-academy-heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.why-academy-text {
    font-size: 0.938rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Who It's For Section */
.who-for-section {
    padding: 5rem 2rem;
    background-color: #e8f4f5;
}

.who-for-title {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: var(--color-dark);
    background-color: transparent;
    padding: 0;
    position: relative;
    display: block;
    line-height: 1.5;
    word-wrap: break-word;
}

.who-for-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.who-for-card {
    background-color: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    height: 280px;
}

.who-for-title-card {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.who-for-card:hover {
    transform: translateY(-5px);
}

.who-for-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.who-for-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-placeholder-who {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 2rem;
    background-color: #333;
}

.who-for-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    color: white;
    line-height: 1.3;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
}

/* How LearningWorks Section */
.learning-works-section {
    padding: 5rem 2rem;
    background-color: #e8f4f5;
}

.learning-works-title {
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: var(--color-dark);
    background-color: transparent;
    padding: 0;
    position: relative;
    display: block;
    line-height: 1.5;
    word-wrap: break-word;
}

.brand-learning {
    color: var(--color-impact);
}

.learning-works-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.learning-works-card {
    text-align: left;
    padding: 2.5rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.learning-title-card {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.learning-works-card:nth-child(2) {
    background-color: #004a9f;
}

.learning-works-card:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/impactPlus.svg');
    background-size: 115px;
    background-repeat: no-repeat;
    background-position: 110% -10%;
    opacity: 0.15;
    filter: brightness(0) invert(1);
}

.learning-works-card:nth-child(2) .learning-heading,
.learning-works-card:nth-child(2) .learning-text,
.learning-works-card:nth-child(2) .learning-icon i {
    color: white;
}

.learning-works-card:nth-child(3) {
    background-color: #00a0a8;
}

.learning-works-card:nth-child(3)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/impactPlus.svg');
    background-size: 108px;
    background-repeat: no-repeat;
    background-position: -10% 110%;
    opacity: 0.15;
    filter: brightness(0) invert(1);
}

.learning-works-card:nth-child(3) .learning-heading,
.learning-works-card:nth-child(3) .learning-text,
.learning-works-card:nth-child(3) .learning-icon i {
    color: white;
}

.learning-works-card:nth-child(4) {
    background-color: #004a9f;
}

.learning-works-card:nth-child(4)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/impactPlus.svg');
    background-size: 112px;
    background-repeat: no-repeat;
    background-position: 115% 115%;
    opacity: 0.15;
    filter: brightness(0) invert(1);
}

.learning-works-card:nth-child(4) .learning-heading,
.learning-works-card:nth-child(4) .learning-text,
.learning-works-card:nth-child(4) .learning-icon i {
    color: white;
}

.learning-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.learning-icon i {
    font-size: 3rem;
}

.learning-heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.learning-text {
    font-size: 0.938rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Certificates Section */
.certificates-section {
    padding: 4rem 2rem;
    background-color: #e8f4f5;
}

.certificates-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    background-color: transparent;
    padding: 0;
}

.certificates-icon-large {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.certificates-icon-large i {
    font-size: 5rem;
    color: var(--color-plus);
}

.certificates-content {
    flex: 1;
}

.certificates-heading {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--color-dark);
}

.certificates-text {
    font-size: 0.938rem;
    line-height: 1.7;
    color: var(--color-dark);
}

/* Programs Section */
.programs-section {
    padding: 5rem 2rem;
    background-color: white;
}

.programs-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 3rem;
    color: var(--color-impact);
}

.programs-carousel {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto 3rem;
}

.programs-left-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.programs-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.program-card {
    background-color: #f5f5f5;
    padding: 1.75rem;
    min-height: 72px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.program-card:hover {
    background-color: #e8f9fa;
    transform: translateX(5px);
}

.program-card.active {
    background-color: var(--color-plus);
    color: white;
}

.program-card-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: var(--color-dark);
    flex: 1;
}

.program-card.active .program-card-title {
    color: white;
}

.program-arrow {
    font-size: 1.25rem;
    color: var(--color-dark);
    flex-shrink: 0;
}

.program-card.active .program-arrow {
    color: white;
}

.programs-image {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.program-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.program-img.active {
    opacity: 1;
}

.programs-content {
    position: relative;
    background-color: #f9f9f9;
    padding: 2.5rem;
    border-radius: 16px;
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.programs-content::-webkit-scrollbar {
    width: 8px;
}

.programs-content::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}

.programs-content::-webkit-scrollbar-thumb {
    background: var(--color-plus);
    border-radius: 10px;
}

.programs-content::-webkit-scrollbar-thumb:hover {
    background: var(--color-impact);
}

.program-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.program-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-content-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--color-dark);
    line-height: 1.4;
}

.program-description {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: var(--color-dark);
}

.program-section-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--color-impact);
}

.program-subsection {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--color-dark);
}

.program-list {
    list-style-position: outside;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.program-list li {
    font-size: 0.938rem;
    line-height: 1.7;
    color: var(--color-dark);
    margin-bottom: 0.75rem;
}

.program-list li strong {
    color: var(--color-impact);
}

.programs-cta-wrapper {
    text-align: center;
    padding: 2rem 0 0;
    width: 100%;
}

.btn-programs-cta {
    background-color: var(--color-impact);
    color: white;
    padding: 1rem 3rem;
    min-height: 48px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-programs-cta:hover {
    background-color: #003780;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 74, 159, 0.3);
    text-decoration: none;
}

/* What Sets Apart Section */
.sets-apart-section {
    padding: 5rem 2rem;
    background-color: #e8f4f5;
}

.sets-apart-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--color-dark);
}

.sets-apart-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.sets-apart-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.sets-apart-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sets-apart-heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-dark);
    line-height: 1.4;
}

.sets-apart-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-dark);
    margin: 0;
}

.sets-apart-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sets-apart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 500px;
}

/* Delivery & Governance Section */
.delivery-section {
    padding: 5rem 2rem;
    background-color: white;
}

.delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    max-width: 1300px;
    margin: 0 auto;
}

.delivery-column {
    padding: 0;
}

.delivery-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: var(--color-impact);
}

.delivery-subheading {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-dark);
}

.delivery-column .delivery-subheading:first-of-type {
    margin-top: 0;
}

.delivery-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--color-dark);
}

.delivery-list {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.25rem;
    margin-top: 0;
    padding: 0;
}

.delivery-list li {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-dark);
    margin-bottom: 0.75rem;
}

.btn-delivery {
    background-color: var(--color-impact);
    color: white;
    padding: 0.875rem 2.5rem;
    min-height: 48px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
}

.btn-delivery:hover {
    background-color: #003780;
    transform: translateY(-2px);
    text-decoration: none;
}

/* CTA Section */
.cta-section {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #e8f4f5 0%, #f0f8f9 100%);
}

.cta-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 4rem;
    align-items: center;
}

.cta-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cta-image img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-impact);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cta-text p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--color-dark);
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.btn-cta-primary {
    background-color: var(--color-impact);
    color: white;
    padding: 1rem 2.5rem;
    min-height: 48px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
}

.btn-cta-primary:hover {
    background-color: #003780;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 74, 159, 0.3);
}

.btn-cta-secondary {
    background-color: var(--color-impact);
    color: white;
    padding: 1rem 2.5rem;
    min-height: 48px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
}

.btn-cta-secondary:hover {
    background-color: #003780;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 74, 159, 0.3);
}

.cta-note {
    font-size: 0.9375rem;
    color: var(--color-dark);
    margin-top: 1rem;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .why-academy-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .learning-works-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .programs-carousel {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .programs-left-column {
        order: 2;
    }

    .programs-content {
        order: 1;
        height: auto;
        max-height: 500px;
    }

    .programs-image {
        height: 300px;
    }

    .programs-cta-wrapper {
        order: 3;
    }

    .sets-apart-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .delivery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .upskill-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .academy-hero {
        min-height: 450px;
        background-size: cover;
        background-position: 65% center;
    }

    .hero-content-academy {
        padding: 0 2rem 2rem 2rem;
    }

    .academy-hero-title {
        font-size: 1.5rem;
    }

    .academy-hero-subtitle {
        font-size: 1.75rem;
    }

    .academy-hero-desc {
        font-size: 0.875rem;
    }

    .why-academy-title,
    .who-for-title,
    .learning-works-title {
        font-size: 1.5rem;
    }

    .programs-title,
    .sets-apart-title {
        font-size: 2rem;
    }

    .why-academy-card,
    .learning-works-card {
        min-height: 240px;
    }

    .who-for-grid {
        grid-template-columns: 1fr;
    }

    .certificates-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }

    .programs-right {
        padding: 2rem;
    }

    .sets-apart-content {
        padding: 2rem;
    }

    .cta-content {
        grid-template-columns: 1fr;
    }

    .cta-text h2 {
        font-size: 2rem;
    }

    .delivery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .academy-hero {
        min-height: 400px;
        background-size: cover;
        background-position: 70% center;
    }

    .hero-content-academy {
        padding: 0 1rem 2.5rem 1rem;
    }

    .academy-hero-title {
        font-size: 1.25rem;
    }

    .academy-hero-subtitle {
        font-size: 1.75rem;
    }

    .why-academy-section,
    .who-for-section,
    .learning-works-section,
    .certificates-section,
    .programs-section,
    .sets-apart-section,
    .delivery-section,
    .cta-section {
        padding: 2.5rem 1rem;
    }

    .programs-title,
    .sets-apart-title {
        font-size: 1.75rem;
    }

    .why-academy-title,
    .who-for-title,
    .learning-works-title {
        font-size: 1.5rem;
    }

    .program-card {
        padding: 1.5rem;
        min-height: 72px;
    }

    .btn-programs-cta,
    .btn-delivery,
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }
}

@media (max-width: 375px) {
    .hero-content-academy {
        padding: 0 1rem 2rem 1rem;
    }

    .academy-hero-title {
        font-size: 1.125rem;
    }

    .academy-hero-subtitle {
        font-size: 1.5rem;
    }

    .why-academy-section,
    .who-for-section,
    .learning-works-section,
    .certificates-section,
    .programs-section,
    .sets-apart-section,
    .delivery-section,
    .cta-section {
        padding: 2.5rem 1rem;
    }

    .programs-title,
    .sets-apart-title {
        font-size: 1.5rem;
    }

    .why-academy-title,
    .who-for-title,
    .learning-works-title {
        font-size: 1.25rem;
    }

    .delivery-heading {
        font-size: 1.5rem;
    }

    .cta-text h2 {
        font-size: 1.75rem;
    }
}