



.launchpad-section {
  padding: 50px 0px;
   
}
.launchpad-section.launchpad-experience-box .launchpad-container {
    background: #ffffff;
    border-radius: 2px;
    padding: 14px 16px 20px;
}
.lp-title {
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}

.lp-sub-title {
    font-size: clamp(22px, 2.1vw, 34px);
    line-height: 1.22;
    font-weight: 700;
    text-align: center;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}

.lp-text {
    font-size: 18px;
    color: var(--lp-muted);
    text-align: center;
    margin: 0 0 14px;
}

.lp-text a {
    color: inherit;
    text-decoration: underline;
}

.lp-highlight {
    color: var(--lp-primary);
    font-style: italic;
    font-weight: 700;
}

.lp-gallery {
    margin-top: 10px;
    margin-bottom: 28px;
}

.lp-gallery.lp-gallery-slider {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.lp-gallery.lp-gallery-slider .lp-gallery-track {
    display: flex;
    gap: 16px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.lp-gallery.lp-gallery-slider .lp-gallery-slide {
    flex: 0 0 calc((100% - 32px) / 3);
}

.lp-gallery.lp-gallery-slider .lp-gallery-item {
    opacity: 1;
    transform: none;
}

.lp-gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(14px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    background: var(--lp-card);
}

.lp-gallery-item.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.lp-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
}

.lp-cta {
    margin-top: 12px;
    padding: 14px;
    border-radius: var(--lp-radius-xl);
    border: 1px solid var(--lp-border);
    background: var(--lp-surface);
    box-shadow: var(--lp-shadow);
}

.lp-cta-box {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.lp-cta-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 10px 12px 8px;
}

.lp-cta-title {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.4vw, 38px);
    line-height: 1.05;
    color: var(--lp-primary);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.lp-cta-text {
    margin: 0;
    font-size: 18px;
    color: #000;
   
}

.lp-cta-image {
    width: 100%;
    height: 100%;
    min-height: 212px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}
.lp-cta img{ 
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 16px;
} 

.lp-footer-note {
    text-align: center;
    font-size: 16px;
    color: #5d5d5d;
    margin: 16px 0 0;
}

/* Previous section kept as requested */
.lp2-story {
    padding: 18px 0 20px;
    order: 1;
}

.lp2-tag {
    font-size: 18px;
    font-weight: 500;
    color: var(--lp-primary);
    margin-bottom: 8px;
}

.lp2-name {
    font-size: clamp(30px, 2.8vw, 44px);
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

    .lp2-intro, .lp2-meta {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}


.lp2-meta strong {
    color: #1f1f1f;
    font-weight: 600;
}

.lp2-video {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 258px;
    background: #1b1b1f;
    box-shadow: var(--lp-shadow);
}

.lp2-video-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lp2-video-overlay {
    position: absolute;
    inset: 0;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.1), rgba(8, 8, 8, 0.36));
}

.lp2-video-title {
    margin: 0;
    font-weight: 300;
    max-width: none;
    line-height: 1.08;
    font-size: clamp(24px, 2.3vw, 40px);
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    text-align: center;
}

.lp2-video-title span {
    font-weight: 700;
    color: #ff79ee;
}

.lp2-play-btn {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #aa3bff, #7327ff);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(114, 39, 255, 0.45);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp2-play-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 16px 34px rgba(114, 39, 255, 0.5);
}

.lp2-play-btn i {
    margin-left: 2px;
    font-size: 18px;
}

.lp2-video.lp2-video-playing {
    background: #000;
}

.lp2-video-iframe {
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
    display: block;
}

.lp2-outcomes {
    margin-top: 24px;
    background: #e7e7ea;
    border-radius: 30px;
    padding: clamp(22px, 3vw, 36px);
}

.lp2-outcomes-title {
    margin: 0;
    text-align: center;
    font-size: clamp(30px, 2.7vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.lp2-outcomes-sub {
    margin: 8px 0px;
    text-align: center;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 600;
}

.lp2-outcomes-sub span {
    color:#9c13d9;
    font-weight: 600;
}

.lp2-outcome-card {
    height: 100%;
    padding: 20px 18px;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--lp-shadow);
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #3f3f3f;
    transform: translateY(24px);
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.lp2-outcome-card.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.lp2-journey {
    margin-top: 24px;
}

.lp2-speaker {
    width: 100%;
    min-height: 268px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: var(--lp-shadow);
}

.lp2-journey-title {
    font-size: clamp(32px, 2.8vw, 44px);
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: -0.03em;
}

.lp2-journey-text {
    font-size: 18px;
    color: #000;
    margin: 0;
}
.lp2-journey img{
    width: 100%;
    height: 100%;
    max-height: 400px;
    border-radius: 16px;
    object-fit: cover;
}

.lp2-quote {
    margin-top: 14px;
    padding: 14px 18px;
    background: #f7f7f8;
    /* border: 1px solid #e7e7e7; */
    border-radius: 16px;
    text-align: center;
    color: var(--lp-primary);
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
}

.lp-final-spotlight {
    order: 3;
    padding: 4px 0 24px;
}

.lp-final-title {
    margin: 0 0 8px;
    text-align: center;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    color: #0f0f0f;
}

.lp-final-title span {
    color: var(--lp-primary);
}

.lp-final-text {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width : 991px) {
    .lp-cta-title br{
        display: none;
    }
}