/* --- COMPONENT STYLES --- */

/* --- HERO SECTION --- */
.hero-section {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-background img,
.hero-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Hero Carousel */
.hero-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-carousel-item.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(0, 51, 102, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary-white);
    margin-bottom: 40px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 800px;
}

.hero-content .btn-primary {
    padding: 16px 40px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.hero-video-wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.hero-video-container {
    width: 200px;
    height: 355px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.hero-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-video-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-white);
    background: rgba(0, 51, 102, 0.85);
    padding: 8px 16px;
    border-radius: 4px;
    border-left: 3px solid var(--action-orange);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


/* --- SESSIONS CAROUSEL (ENHANCED) --- */
.sessions-section {
    background-color: var(--primary-white);
    padding: 80px 0;
    overflow: hidden;
}

.sessions-title-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.sessions-title-frame {
    position: relative;
    padding: 30px 50px;
    display: inline-block;
}

.frame-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #D4AF37;
    border-style: solid;
}

.frame-top-left {
    top: 0;
    left: 0;
    border-width: 3px 0 0 3px;
}

.frame-top-right {
    top: 0;
    right: 0;
    border-width: 3px 3px 0 0;
}

.frame-bottom-left {
    bottom: 0;
    left: 0;
    border-width: 0 0 3px 3px;
}

.frame-bottom-right {
    bottom: 0;
    right: 0;
    border-width: 0 3px 3px 0;
}

.sessions-title-frame::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: radial-gradient(ellipse at center,
            rgba(212, 175, 55, 0.1) 0%,
            transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.sessions-title {
    color: var(--primary-blue);
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin: 0;
}

.sessions-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sessions-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sessions-subtitle-icon {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--action-orange), #D4AF37);
    border-radius: 2px;
}

.sessions-subtitle {
    color: var(--primary-blue);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

.sessions-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--action-orange), transparent);
}

.skip-intro-btn {
    background: transparent;
    color: var(--text-light);
    /* Ensure visible text */
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.skip-intro-btn:hover {
    background: var(--action-orange);
    color: #fff !important;
    /* Force white on hover */
    border-color: var(--action-orange);
    opacity: 1;
    /* Ensure it stays visible */
}


.portfolio-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sessions-arrows {
    display: flex;
    gap: 15px;
}

.arrow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--primary-blue);
    background: transparent;
    color: var(--primary-blue);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.arrow-btn:hover {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    color: var(--primary-white);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 51, 102, 0.25);
}

.arrow-btn:active {
    transform: scale(0.95);
}

.sessions-carousel-wrap {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 40px;
}

.sessions-carousel-track {
    display: flex;
    gap: 30px;
    will-change: transform;
    padding-left: 40px;
}

.session-card {
    flex-shrink: 0;
    width: 300px;
    height: 420px;
    perspective: 1500px;
}

.session-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    cursor: pointer;
}

.session-card:hover .session-card-inner {
    transform: rotateY(180deg);
}

.session-card:hover {
    z-index: 10;
}

.session-card-front,
.session-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.15);
}

.session-card-front {
    background-color: #f0f4f8;
    border: 1px solid rgba(0, 51, 102, 0.1);
}

.session-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.session-card:hover .session-card-front img {
    transform: scale(1.1);
}

.card-front-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 51, 102, 0.8) 0%, transparent 100%);
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.session-card:hover .card-front-overlay {
    opacity: 1;
}

.card-front-hint {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.session-card-back {
    background: linear-gradient(160deg, var(--primary-blue) 0%, #001a33 100%);
    transform: rotateY(180deg);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.card-back-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 30px;
    text-align: center;
}

.card-back-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #D4AF37 0%, #aa8a2e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 1.5rem;
    color: var(--primary-white);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.session-card-back h3 {
    color: var(--primary-white);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.session-card-back p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

.session-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--action-orange) 0%, #cc5200 100%);
    color: var(--primary-white);
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}


/* --- STUDENT POWER SECTION --- */
.student-power-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.student-power-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.student-power-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.student-power-background audio {
    display: none;
}

.student-power-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.1) 70%,
            transparent 100%);
    z-index: 2;
}

.student-power-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 10vh;
    width: 100%;
    max-width: 900px;
    transform: translateY(-100px);
    /* Moved up as requested */
}

.student-power-box {
    position: relative;
    padding: 40px 60px;
    margin-bottom: 35px;
    background: linear-gradient(135deg,
            rgba(212, 175, 55, 0.15) 0%,
            rgba(212, 175, 55, 0.05) 100%);
    border: 3px solid #D4AF37;
    border-radius: 4px;
    box-shadow:
        0 0 40px rgba(212, 175, 55, 0.2),
        inset 0 0 30px rgba(212, 175, 55, 0.05);
}

.student-power-box::before,
.student-power-box::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #FFD700;
    border-style: solid;
}

.student-power-box::before {
    top: -6px;
    left: -6px;
    border-width: 3px 0 0 3px;
}

.student-power-box::after {
    bottom: -6px;
    right: -6px;
    border-width: 0 3px 3px 0;
}

.student-power-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--primary-white);
    line-height: 1.25;
    margin: 0 0 20px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
}

.student-power-title span {
    color: #FFD700;
    display: block;
}

.student-power-subtitle {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.student-power-btn {
    padding: 18px 50px;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 30px rgba(255, 102, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.student-power-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(255, 102, 0, 0.5);
}


/* --- EMPOWERING STUDENTS SECTION --- */
.empowering-section {
    background-color: var(--primary-white);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
}

.empowering-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
}

.empowering-content {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 20px;
}

.empowering-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--primary-blue);
    line-height: 1.2;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
}

.empowering-title span {
    color: var(--action-orange);
    display: block;
    margin-top: 8px;
}

.empowering-accent {
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-blue), var(--action-orange));
    border-radius: 3px;
    position: relative;
}

.empowering-accent::after {
    content: '';
    position: absolute;
    left: 90px;
    top: 0;
    width: 20px;
    height: 5px;
    background-color: var(--action-orange);
    border-radius: 3px;
}

.empowering-image-wrapper {
    flex: 0 0 60%;
    max-width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empowering-image-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 25px 60px rgba(0, 51, 102, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
}

.empowering-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.empowering-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 51, 102, 0.1);
    border-radius: 16px;
    pointer-events: none;
    z-index: 2;
}

.empowering-image-container::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 80px;
    height: 80px;
    border: 4px solid var(--action-orange);
    border-radius: 0 16px 0 0;
    border-left: none;
    border-bottom: none;
    z-index: 3;
}

.empowering-image-reflection {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-top: 2px;
    border-radius: 0 0 16px 16px;
}

.empowering-image-reflection img {
    width: 100%;
    height: auto;
    display: block;
    transform: scaleY(-1);
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: 0;
}

.empowering-image-reflection::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.7) 40%,
            rgba(255, 255, 255, 0.95) 80%,
            rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}


/* --- PORTFOLIO SECTION --- */
.portfolio-section {
    background-color: #f8f9fa;
    padding: 100px 0 80px;
    overflow: hidden;
}

.portfolio-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.portfolio-title-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.portfolio-title-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-blue));
}

.portfolio-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 0;
    letter-spacing: -1px;
    position: relative;
}

.portfolio-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60%;
    height: 3px;
    background: var(--action-orange);
    border-radius: 2px;
}

.portfolio-title-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--action-orange);
    font-size: 1.2rem;
    opacity: 0.7;
    animation: arrowPulse 2s ease-in-out infinite;
}

@keyframes arrowPulse {

    0%,
    100% {
        transform: translateX(0);
        opacity: 0.7;
    }

    50% {
        transform: translateX(5px);
        opacity: 1;
    }
}

.portfolio-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.portfolio-nav-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* --- PREMIUM CTA SECTION --- */
.premium-cta {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #001a33 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: var(--primary-white);
}

.premium-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 102, 0, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.premium-cta .container {
    position: relative;
    z-index: 2;
}

.premium-cta h2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-white);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.premium-cta p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 40px;
    font-weight: 300;
}

.premium-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 50px;
    background: linear-gradient(90deg, var(--action-orange), #ff8c00);
    color: var(--primary-white);
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.premium-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 102, 0, 0.5);
    background: linear-gradient(90deg, #ff8c00, var(--action-orange));
}

.premium-btn i {
    transition: transform 0.3s ease;
}

.premium-btn:hover i {
    transform: translateX(5px);
}


.portfolio-arrow-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--primary-blue);
    background: transparent;
    color: var(--primary-blue);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.portfolio-arrow-btn:hover {
    background: var(--primary-blue);
    color: var(--primary-white);
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(0, 51, 102, 0.25);
}

.portfolio-arrow-btn:active {
    transform: scale(0.95);
}

.portfolio-videos-wrapper {
    overflow: visible;
    margin-bottom: 80px;
    padding: 15px 0;
}

.portfolio-videos-track {
    display: flex;
    gap: 30px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 15px 0;
    align-items: stretch;
}

.portfolio-video-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
}

.portfolio-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(0, 51, 102, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #1a2230;
}

.portfolio-video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    pointer-events: none;
    z-index: 3;
}

.portfolio-video-container:hover {
    transform: translateY(-10px);
    box-shadow:
        0 30px 70px rgba(0, 51, 102, 0.18),
        0 15px 35px rgba(0, 0, 0, 0.12);
}

.portfolio-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.portfolio-video-container video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* Ensure iframe has consistent aspect ratio */
.portfolio-video-container::after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.portfolio-milestones {
    margin-bottom: 50px;
}

.milestones-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.milestones-line {
    flex: 1;
    max-width: 150px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-blue));
}

.milestones-line-right {
    background: linear-gradient(90deg, var(--primary-blue), transparent);
}

.milestones-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.milestones-awards-container {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
}

.milestones-awards-banner {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.milestones-awards-container:hover .milestones-awards-banner {
    transform: scale(1.02);
}

.milestones-awards-container::after {
    content: 'Our Journey of Excellence';
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 30px;
    border-radius: 50px;
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.4s ease, bottom 0.4s ease;
}

.milestones-awards-container:hover::after {
    opacity: 1;
    bottom: 40px;
}

/* --- FOOTER --- */
footer {
    background-color: var(--primary-blue);
    color: var(--primary-white);
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 40px;
    filter: brightness(0) invert(1);
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-mission {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 300px;
}

.contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* --- SOLUTIONS GRID --- */
.solutions {
    padding: 80px 0;
    background-color: var(--primary-white);
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.card {
    background: var(--primary-white);
    border: 1px solid #e1e1e1;
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

/* Subtle Animation for Cards */
.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-blue);
}

/* Top Orange line on card hover */
.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--action-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.card:hover::before {
    transform: scaleX(1);
}

/* Image Placeholder styling using Icons */
.card-image {
    width: 100%;
    height: 160px;
    background: var(--accent-blue);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 3.5rem;
    color: var(--primary-blue);
}

.card h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 25px;
    min-height: 48px;
}

.card-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--primary-blue);
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 0.3s;
    width: 100%;
}

.card-btn:hover {
    background-color: var(--action-orange);
}

/* --- ABOUT US --- */
#about {
    padding: 80px 0;
    background-color: var(--accent-blue);
    overflow: hidden;
}

.about-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: var(--text-light);
}

/* --- SUPERPOWER LEARNING SECTION --- */
.superpower-section {
    background-color: var(--primary-white);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
}

.superpower-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
}

.superpower-image-wrapper {
    flex: 0 0 60%;
    max-width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.superpower-image-container {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 25px 60px rgba(0, 51, 102, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.superpower-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 51, 102, 0.1);
    border-radius: 16px;
    pointer-events: none;
    z-index: 2;
}

.superpower-image-container::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: 80px;
    height: 80px;
    border: 4px solid var(--action-orange);
    border-radius: 16px 0 0 0;
    border-right: none;
    border-bottom: none;
    z-index: 3;
}

.superpower-image-reflection {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-top: 2px;
    border-radius: 0 0 16px 16px;
}

.superpower-image-reflection img {
    width: 100%;
    height: auto;
    display: block;
    transform: scaleY(-1);
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: 0;
}

.superpower-image-reflection::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.7) 40%,
            rgba(255, 255, 255, 0.95) 80%,
            rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.superpower-content {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 20px;
}

.superpower-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--primary-blue);
    line-height: 1.2;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
}

.superpower-title span {
    color: var(--action-orange);
    display: inline-block;
    position: relative;
    font-weight: 800;
    letter-spacing: 2px;
}

.superpower-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--action-orange), #D4AF37);
    border-radius: 2px;
}

.superpower-accent {
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, var(--action-orange), var(--primary-blue));
    border-radius: 3px;
    position: relative;
}

.superpower-accent::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 5px;
    background-color: var(--action-orange);
    border-radius: 3px;
}

/* --- MENTOR SECTION --- */
.mentor-section {
    background: linear-gradient(135deg, #0a1628 0%, #1a2d4a 50%, #0d1f35 100%);
    position: relative;
    overflow: hidden;
}

.mentor-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 102, 0, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.mentor-content-wrapper {
    padding: 80px 0 60px;
    position: relative;
    z-index: 2;
}

.mentor-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
    align-items: flex-start;
}

.mentor-left {
    flex: 0 0 38%;
    max-width: 38%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mentor-callout-box {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
    border: 2px solid #D4AF37;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.1);
}

.mentor-callout-box::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 20px;
    height: 20px;
    background: #D4AF37;
    border-radius: 50%;
}

.mentor-callout-box::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 60px;
    width: 12px;
    height: 12px;
    background: var(--action-orange);
    border-radius: 50%;
}

.callout-icon {
    position: absolute;
    top: -15px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #D4AF37 0%, #aa8a2e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a1628;
    font-size: 1.1rem;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.callout-text {
    color: var(--primary-white);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.mentor-impact-title {
    color: #D4AF37;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}

.mentor-impact-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 80%;
    background: linear-gradient(180deg, #D4AF37, var(--action-orange));
    border-radius: 3px;
}

.mentor-stats-para {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}

.mentor-stats-para strong {
    color: #D4AF37;
    font-weight: 700;
}

.mentor-next-level {
    color: var(--primary-white);
    font-size: 1.15rem;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mentor-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 35px;
    background: transparent;
    border: 2px solid var(--primary-white);
    border-radius: 50px;
    color: var(--primary-white);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    width: fit-content;
}

.mentor-cta-btn:hover {
    background: var(--primary-white) !important;
    color: #0a1628 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.mentor-cta-btn i {
    transition: transform 0.3s ease;
}

.mentor-cta-btn:hover i {
    transform: translateX(5px);
}

.mentor-right {
    flex: 0 0 58%;
    max-width: 58%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.workshop-title-block {
    text-align: center;
    padding: 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.workshop-title-line-1 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 15px 0;
}

.workshop-title-line-2 {
    color: var(--primary-white);
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 15px 0;
    letter-spacing: 4px;
    text-shadow: 0 0 40px rgba(212, 175, 55, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #D4AF37 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

.workshop-title-line-3 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: 2px;
}

.workshop-title-line-3 span {
    color: #D4AF37;
    font-weight: 700;
    font-size: 1.4rem;
}

/* --- WORKSHOP SECTION --- */
.workshops-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.workshops-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.workshops-header .btn-secondary {
    color: #D4AF37 !important;
    border: 2px solid #D4AF37 !important;
    font-weight: 700;
    transition: all 0.3s ease;
}

.workshops-header .btn-secondary:hover {
    background-color: #D4AF37 !important;
    color: #0a1628 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.workshops-heading {
    color: var(--primary-white);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.workshops-heading-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
}

.workshops-carousel-container {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.workshop-arrow {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    color: var(--primary-white);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 5;
}

.workshop-arrow:hover {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #0a1628;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.workshop-arrow:active {
    transform: scale(0.95);
}

.workshops-carousel-wrapper {
    flex: 1;
    overflow: hidden;
    padding: 10px 0;
}

.workshops-carousel-track {
    display: flex;
    gap: 20px;
    will-change: transform;
}

.workshop-poster {
    flex-shrink: 0;
    width: calc((100% - 40px) / 3);
}

.workshop-poster-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.workshop-poster-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    pointer-events: none;
    z-index: 3;
}

.workshop-poster-inner:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 10px 30px rgba(212, 175, 55, 0.2);
}

.workshop-poster-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.workshop-poster-inner:hover img {
    transform: scale(1.05);
}

.workshop-poster-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,
            transparent 50%,
            rgba(10, 22, 40, 0.8) 100%);
    pointer-events: none;
    z-index: 2;
}

.poster-number {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0a1628;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* --- MISSION BANNER --- */
.mission-banner {
    background: linear-gradient(90deg, #D4AF37 0%, #c9a227 50%, #D4AF37 100%);
    padding: 25px 40px;
    position: relative;
    overflow: hidden;
}

.mission-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.1) 50%,
            transparent 100%);
    animation: bannerShine 4s linear infinite;
}

@keyframes bannerShine {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}

.mission-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mission-icon-left,
.mission-icon-right {
    color: #0a1628;
    font-size: 1.2rem;
    opacity: 0.7;
}

.mission-text {
    color: #0a1628;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* --- PODCAST SECTION --- */
.podcast-section {
    background-color: var(--primary-white);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.podcast-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 51, 102, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.podcast-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.podcast-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}

.podcast-header-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-blue));
}

.podcast-header-line:last-child {
    background: linear-gradient(90deg, var(--primary-blue), transparent);
}

.podcast-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-blue);
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
}

.podcast-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--action-orange);
    border-radius: 2px;
}

.podcast-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.podcast-player-column {
    flex: 0 0 38%;
    max-width: 38%;
}

.featured-podcast-card {
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow:
        0 20px 60px rgba(0, 51, 102, 0.08),
        0 8px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 51, 102, 0.05);
    position: relative;
}

.featured-podcast-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.15);
}

.featured-podcast-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.featured-podcast-card:hover .featured-podcast-image img {
    transform: scale(1.03);
}

.podcast-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 51, 102, 0.3) 0%, transparent 40%, transparent 60%, rgba(0, 51, 102, 0.5) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px;
}

.podcast-badge {
    background: var(--action-orange);
    color: var(--primary-white);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

.podcast-badge i {
    font-size: 0.9rem;
}

.featured-podcast-info {
    text-align: center;
    margin-bottom: 25px;
}

.featured-podcast-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.featured-podcast-artist {
    font-size: 0.95rem;
    color: var(--action-orange);
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.podcast-progress-container {
    margin-bottom: 25px;
}

.podcast-progress-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background: rgba(0, 51, 102, 0.1);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
}

.podcast-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--primary-blue), var(--action-orange));
    border-radius: 3px;
    transition: width 0.1s linear;
}

.podcast-progress-handle {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: var(--action-orange);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.4);
    cursor: grab;
    transition: transform 0.2s ease;
    opacity: 0;
}

.podcast-progress-bar:hover .podcast-progress-handle,
.podcast-progress-handle.dragging {
    opacity: 1;
}

.podcast-progress-handle:hover,
.podcast-progress-handle.dragging {
    transform: translate(-50%, -50%) scale(1.2);
}

.podcast-time-display {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 500;
}

.podcast-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.podcast-control-btn {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.podcast-secondary-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 51, 102, 0.08);
    color: var(--primary-blue);
    font-size: 1rem;
}

.podcast-secondary-btn:hover {
    background: var(--primary-blue);
    color: var(--primary-white);
    transform: scale(1.08);
}

.podcast-secondary-btn .control-label {
    position: absolute;
    font-size: 0.6rem;
    font-weight: 700;
    bottom: 8px;
}

.podcast-primary-btn {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #001a33 100%);
    color: var(--primary-white);
    font-size: 1.4rem;
    box-shadow: 0 8px 25px rgba(0, 51, 102, 0.3);
}

.podcast-primary-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 35px rgba(0, 51, 102, 0.4);
}

.podcast-primary-btn:active {
    transform: scale(0.95);
}

.podcast-primary-btn i {
    margin-left: 3px;
}

.podcast-primary-btn.playing i {
    margin-left: 0;
}

.podcast-volume-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.volume-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 51, 102, 0.08);
    color: var(--primary-blue);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.volume-btn:hover {
    background: var(--primary-blue);
    color: var(--primary-white);
}

.volume-slider-wrapper {
    width: 120px;
}

.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background: rgba(0, 51, 102, 0.15);
    outline: none;
    cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary-blue);
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 51, 102, 0.3);
    transition: transform 0.2s ease;
}

.volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.featured-podcast-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.podcast-list-column {
    flex: 0 0 58%;
    max-width: 58%;
}

.podcast-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 51, 102, 0.08);
}

.podcast-list-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 0;
}

.podcast-list-count {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
    background: rgba(0, 51, 102, 0.08);
    padding: 6px 15px;
    border-radius: 50px;
}

.podcast-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.podcast-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(145deg, #fafbfc 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid rgba(0, 51, 102, 0.06);
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.podcast-list-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.1);
    border-color: rgba(0, 51, 102, 0.1);
}

.podcast-list-item.active {
    background: linear-gradient(145deg, rgba(0, 51, 102, 0.05) 0%, rgba(0, 51, 102, 0.02) 100%);
    border-color: var(--primary-blue);
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.12);
}

.podcast-item-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 51, 102, 0.12);
}

.podcast-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.podcast-list-item:hover .podcast-item-image img {
    transform: scale(1.08);
}

.podcast-item-info {
    flex: 1;
    min-width: 0;
}

.podcast-item-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.podcast-item-subtitle {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0;
    font-style: italic;
    line-height: 1.4;
}

.podcast-item-play-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--action-orange) 0%, #e55a00 100%);
    color: var(--primary-white);
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.25);
}

.podcast-item-play-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.35);
}

.podcast-item-play-btn:active {
    transform: scale(0.98);
}

.podcast-item-play-btn i {
    font-size: 0.8rem;
}

.podcast-list-item.active .podcast-item-play-btn {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #001a33 100%);
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.25);
}

/* --- CONTACT SECTION --- */
.contact {
    padding: 80px 0;
    background-color: var(--primary-white);
}

.contact-box {
    max-width: 700px;
    margin: 0 auto;
    background: var(--primary-white);
    border: 1px solid #eee;
    box-shadow: var(--shadow);
    border-radius: var(--radius);
    padding: 40px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-blue);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
}

/* --- STATS ANIMATED SECTION --- */
.stats-animated-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--primary-blue), #001a33);
    margin-top: 30px;
    border-radius: 12px;
    border: 4px solid #D4AF37;
    /* Thick Golden Border */
    padding: 60px 20px;
    /* Increased padding */
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

.stats-animated-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.stats-animated-item {
    text-align: center;
    color: white;
    flex: 1;
    min-width: 150px;
}

.counter-number {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--gold);
    display: block;
    margin-bottom: 5px;
}

.stats-animated-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

@media (max-width: 768px) {
    .stats-animated-grid {
        gap: 30px;
    }

    .counter-number {
        font-size: 2.2rem;
    }
}

/* Vertical Card Sub-text */
.vertical-sub-text {
    display: block;
    font-size: 1.1rem;
    color: var(--action-orange);
    margin-top: -10px;
    /* Pull closer to title */
    margin-bottom: 15px;
    font-weight: 600;
}

/* --- STATS ANIMATED SECTION --- */
.stats-animated-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, var(--primary-blue), #001a33);
    margin-top: 30px;
    border-radius: 12px;
    border: 4px solid #D4AF37;
    /* Thick Golden Border */
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.15);
}

/* Hero Section (Specific to Verticals) */
.verticals-hero {
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.95), rgba(0, 26, 51, 0.9)), url('../assets/hero-bg.jpg') center/cover;
    padding: 120px 0 100px;
    text-align: center;
    position: relative;
    border-bottom: 4px solid #D4AF37;
}

.verticals-hero h1 {
    color: white;
    font-size: 3.5rem;
    margin-bottom: 25px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.verticals-hero h1 span {
    color: #D4AF37;
    position: relative;
    display: inline-block;
}

.verticals-hero h1 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #D4AF37;
    border-radius: 2px;
    opacity: 0.7;
}

.verticals-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
}

/* Verticals Grid System */
.verticals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    padding: 40px 0;
}

/* Premium Card Design */
.vertical-card {
    background: linear-gradient(145deg, #002244 0%, #001529 100%);
    border-radius: 24px;
    padding: 50px 40px;
    color: white;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 51, 102, 0.15);
}

/* Glow Effect on Hover */
.vertical-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.06), transparent 40%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.vertical-card:hover::before {
    opacity: 1;
}

.vertical-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #D4AF37, #FDB931);
    opacity: 0.8;
}

.vertical-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 51, 102, 0.35);
    border-color: rgba(212, 175, 55, 0.3);
}

.vertical-card-content {
    position: relative;
    z-index: 2;
}

/* Icon Styling */
.vertical-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    transition: all 0.5s ease;
    position: relative;
}

.vertical-icon i {
    font-size: 2.5rem;
    color: #D4AF37;
    transition: all 0.5s ease;
}

.vertical-card:hover .vertical-icon {
    background: #D4AF37;
    transform: rotate(10deg) scale(1.1);
    border-color: #D4AF37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

.vertical-card:hover .vertical-icon i {
    color: #002244;
    transform: rotate(-10deg);
}

/* Typography */
.vertical-card h3 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.vertical-card p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.05rem;
}

/* List Styling */
.vertical-card ul {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}

.vertical-card ul li {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    transition: transform 0.3s;
}

.vertical-card ul li:hover {
    transform: translateX(5px);
    color: white;
}

.vertical-card ul li::before {
    content: '\f058';
    /* Check-circle */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #D4AF37;
    font-size: 1.1rem;
}

/* Link/Button */
.vertical-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #D4AF37;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.vertical-link i {
    transition: transform 0.3s;
}

.vertical-link:hover {
    color: #FDB931;
    border-bottom-color: #FDB931;
    gap: 18px;
}

.vertical-link:hover i {
    transform: translateX(5px);
}


/* --- FOOTER STYLES --- */
footer {
    background: linear-gradient(135deg, #002244 0%, #001529 100%);
    color: var(--primary-white);
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--action-orange), #D4AF37, var(--action-orange));
}

.footer-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-about {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-logo-img {
    max-width: 180px;
    height: auto;
}

.footer-mission {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.footer-social {
    margin-top: 10px;
}

.footer-social h4 {
    color: var(--action-orange);
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-white);
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background: var(--action-orange);
    border-color: var(--action-orange);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 102, 0, 0.4);
}

.footer-links h3,
.footer-contact h3,
.footer-map h3 {
    color: var(--action-orange);
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.footer-links a::before {
    content: '\203A';
    position: absolute;
    left: 0;
    color: var(--action-orange);
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-white);
    padding-left: 20px;
}

.footer-links a:hover::before {
    transform: translateX(5px);
}

.footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.footer-contact .contact-item i {
    color: var(--action-orange);
    font-size: 1.1rem;
    margin-top: 2px;
    min-width: 20px;
}

.footer-contact .contact-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact .contact-item a:hover {
    color: var(--primary-white);
    text-decoration: underline;
}

.footer-contact .contact-item span {
    line-height: 1.6;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.map-container iframe {
    display: block;
    width: 100%;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    text-align: center;
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

/* Footer Responsive Styles */
@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 40px 0 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-logo-img {
        max-width: 150px;
    }

    .social-icons {
        justify-content: flex-start;
    }

    .map-container iframe {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        gap: 25px;
    }

    .footer-logo-img {
        max-width: 130px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .map-container iframe {
        height: 220px;
    }

    .footer-mission {
        font-size: 0.9rem;
    }

    .footer-contact .contact-item {
        font-size: 0.9rem;
    }
}

/* --- SHARED PREMIUM FORM STYLES --- */
.form-wrapper-premium {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 51, 102, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.form-wrapper-premium h3 {
    color: var(--primary-blue, #003366);
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.premium-form-group {
    margin-bottom: 25px;
}

.premium-form-group label {
    display: block;
    color: var(--primary-blue, #003366);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.premium-form-group input,
.premium-form-group textarea,
.premium-form-group select {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #eef0f5;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s;
    background: #f8f9fa;
    color: var(--text-dark, #333);
}

.premium-form-group input:focus,
.premium-form-group textarea:focus,
.premium-form-group select:focus {
    outline: none;
    border-color: var(--primary-blue, #003366);
    background: white;
    box-shadow: 0 0 0 4px rgba(0, 51, 102, 0.05);
}

.premium-form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.premium-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.premium-submit-btn {
    width: 100%;
    padding: 18px;
    background: var(--action-orange, #ff6600);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.25);
    letter-spacing: 0.5px;
}

.premium-submit-btn:hover {
    background: #e65c00;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 102, 0, 0.35);
}

.premium-submit-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Form Status Messages */
#form-status {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    min-height: 40px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#form-status:not(:empty) {
    opacity: 1;
}

#form-status.success {
    background: rgba(11, 122, 11, 0.1);
    color: #0b7a0b;
    border: 1px solid rgba(11, 122, 11, 0.2);
}

#form-status.error {
    background: rgba(176, 0, 32, 0.1);
    color: #b00020;
    border: 1px solid rgba(176, 0, 32, 0.2);
}

#form-status.loading {
    background: rgba(0, 51, 102, 0.05);
    color: var(--primary-blue, #003366);
}

#form-status i {
    margin-right: 8px;
    font-size: 1.2rem;
}

@media (max-width: 600px) {
    .premium-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-wrapper-premium {
        padding: 30px 20px;
    }
}

/* --- PREMIUM PODCAST STYLES --- */
.podcast-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.podcast-tab {
    position: relative;
    padding: 14px 35px;
    background: transparent;
    border: none;
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    overflow: hidden;
    z-index: 1;
}

.podcast-tab::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #eef0f5;
    border-radius: 2px;
    transition: all 0.4s ease;
    z-index: -1;
}

.podcast-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--action-orange), #D4AF37);
    border-radius: 2px;
    transition: all 0.4s ease;
    z-index: -1;
}

.podcast-tab:hover {
    color: var(--primary-blue);
    transform: translateY(-2px);
}

.podcast-tab.active {
    color: var(--primary-blue);
}

.podcast-tab.active::after {
    width: 100%;
}

.podcast-tab-content {
    display: none;
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.podcast-tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.podcast-content-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.podcast-player-column {
    flex: 0 0 45%;
    max-width: 45%;
}

.podcast-list-column {
    flex: 1;
}

/* Premium Player Card */
.featured-podcast-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 25px;
    box-shadow:
        0 20px 50px rgba(0, 51, 102, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.featured-podcast-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 30px 60px rgba(0, 51, 102, 0.15),
        0 15px 30px rgba(0, 0, 0, 0.08);
}

.featured-podcast-image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.podcast-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--action-orange);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
}

.featured-podcast-info {
    text-align: center;
    margin-bottom: 25px;
}

.featured-podcast-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
    color: var(--primary-blue);
    line-height: 1.3;
}

.featured-podcast-artist {
    font-size: 1rem;
    color: var(--text-light);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Start clean progress bar styles */
.podcast-progress-container {
    margin-bottom: 25px;
    padding: 0 10px;
}

.podcast-progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(0, 51, 102, 0.1);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: height 0.2s ease;
}

.podcast-progress-bar:hover {
    height: 8px;
}

.podcast-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--action-orange), #ff9933);
    border-radius: 3px;
    width: 0%;
    position: relative;
}

.podcast-progress-handle {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: white;
    border: 2px solid var(--action-orange);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.podcast-progress-bar:hover .podcast-progress-handle {
    opacity: 1;
}

.podcast-time-display {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--text-light);
    margin-top: 8px;
    font-weight: 500;
}

/* Controls */
.podcast-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

/* Coming Soon Premium */
.coming-soon-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 40px;
    text-align: center;
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 51, 102, 0.08);
    border: 1px solid rgba(0, 51, 102, 0.05);
    position: relative;
    overflow: hidden;
}

.coming-soon-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #D4AF37, var(--action-orange));
}

.coming-soon-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 102, 0, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #D4AF37;
    margin-bottom: 25px;
    animation: float 3s ease-in-out infinite;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.coming-soon-placeholder h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 12px;
}

.coming-soon-placeholder p {
    color: var(--text-light);
    font-size: 1.15rem;
    max-width: 500px;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .podcast-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .podcast-player-column,
    .podcast-list-column {
        flex: auto;
        max-width: 100%;
    }

    .podcast-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .podcast-tab {
        flex: 1;
        min-width: 120px;
        text-align: center;
        padding: 12px 15px;
        font-size: 0.95rem;
    }
}

/* --- USER REQUESTED FIXES --- */

/* 1. Milestones Section Spacing & Color */
.portfolio-milestones {
    margin-top: 100px;
    /* Increased from default/previous to add separation from videos */
    padding-top: 40px;
}

.stats-animated-item .counter-number {
    color: #D4AF37 !important;
    /* Force Golden Color for statistics */
}

/* Ensure Milestones Header has room */
.milestones-header {
    margin-bottom: 60px;
}