.page-template-lp-vsl-page header#masthead,
.page-template-lp-vsl-page .site-footer {
    display: none;
}

.lp-vsl-page-main {
    color: #fff;
}

.lp-vsl-hero {
    padding: clamp(1.5rem, 3vw, 2rem) 0;
    background:
        radial-gradient(46% 32% at 50% 46%, rgba(107, 34, 173, 0.62) 0%, rgba(25, 24, 91, 0) 100%),
        linear-gradient(180deg, #000e39 0%, #1b195b 56.73%);
}

.lp-vsl-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: clamp(1.6rem, 2vw, 1.8rem);
}

.lp-vsl-topbar:has(>.lp-vsl-ty-badge) {
    justify-content: space-between;
}

.lp-vsl-brand-logo .custom-logo-link,
.lp-vsl-brand-logo img,
.lp-vsl-brand-logo .lp-vsl-brand-logo-img {
    display: block;
    width: auto;
    height: auto;
    max-width: clamp(140px, 14vw, 260px);
    max-height: clamp(56px, 6vw, 88px);
}

.lp-vsl-brand-fallback {
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 700;
}

.lp-vsl-topbar-text {
    margin: 0;
    font-size: clamp(0.875rem, 0.651rem + 0.467vw, 1.063rem);
    color: #fff;
    flex: 1;
}

.lp-vsl-intro {
    margin: 0 auto;
    text-align: center;
}

.lp-vsl-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1.65rem;
    margin: 0 0 clamp(1.1rem, 2.5vw, 1.85rem);
    border: 1px solid rgba(255, 189, 94, 0.87);
    border-radius: 999px;
    background: #211d3d;
    box-shadow: 0 0 0.6rem rgba(255, 189, 94, 0.25);
    color: #ffbd5e;
    font-size: clamp(0.78rem, 1vw, 0.8125rem);
    line-height: 1.2;
}

.lp-vsl-intro h1 {
    margin: 0 0 0.8rem;
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: clamp(2rem, 5vw, 3.45rem);
    line-height: 1;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.015em;
    text-wrap: balance;
}

.lp-vsl-intro h1 span {
    background: linear-gradient(90deg, #ff9701 33.65%, #ff4d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.lp-vsl-intro p {
    margin: 0;
    font-size: clamp(0.95rem, 1.3vw, 1.065rem);
    color: #fff;
}

.lp-vsl-intro p strong {
    font-weight: 700;
}

.lp-vsl-intro p span {
    font-weight: 700;
    background: linear-gradient(180deg, #ff9701 65.87%, #ff4d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.lp-vsl-video-shell {
    margin: clamp(1.6rem, 3vw, 2.65rem) auto clamp(1.56rem, 0.47rem + 4.8vw, 3.94rem);
    border-radius: clamp(0.8rem, 1.5vw, 0.9rem);
    filter: drop-shadow(0 0 28px rgba(98, 6, 138, 0.6));
}

.lp-vsl-video-holder {
    border-radius: inherit;
    overflow: hidden;
    background: #f4f0f0;
}

.lp-vsl-video-holder iframe,
.lp-vsl-video-holder video,
.lp-vsl-video-holder lite-youtube,
.lp-vsl-video-holder lite-vimeo,
.lp-vsl-video-image,
.lp-vsl-video-fallback {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.lp-vsl-video-image {
    object-fit: cover;
}

.lp-vsl-video-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #1b195b;
    font-weight: 600;
}

.lp-vsl-countdown {
    margin: 0 auto clamp(2rem, 4vw, 3.2rem);
    text-align: center;
}

.lp-vsl-countdown-ring {
    --ring-size: clamp(170px, 18vw, 214px);
    position: relative;
    width: var(--ring-size);
    height: var(--ring-size);
    margin: 0 auto 1rem;
}

.lp-vsl-countdown-ring>svg {
    width: 100%;
    height: 100%;
    transform: rotate(90deg) scaleX(-1);
}

.lp-vsl-ring-track,
.lp-vsl-ring-progress {
    fill: none;
    stroke-width: 10;
}

.lp-vsl-ring-track {
    stroke: #c2c2c2;
}

.lp-vsl-ring-progress {
    stroke: #ff5a00;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.25s linear;
}

.lp-vsl-countdown-time {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-vsl-countdown-lock {
    width: 24px;
    color: #fff;
    margin-bottom: 0.45rem;
}

.lp-vsl-countdown-lock svg {
    display: block;
    width: 100%;
}

.lp-vsl-time {
    font-size: clamp(2.2rem, 3.2vw, 3.4375rem);
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
}

.lp-vsl-countdown-title {
    margin-bottom: 0.25rem;
    color: #ff9701;
    font-size: clamp(0.95rem, 1.2vw, 1.065rem);
}

.lp-vsl-countdown-subtitle {
    color: #fff;
    font-size: clamp(0.86rem, 1vw, 0.875rem);
}

.lp-vsl-unlocked {
    display: none;
    padding: 2rem 0 0;
}

.lp-vsl-page-main.is-unlocked .lp-vsl-countdown {
    display: none;
}

.lp-vsl-page-main.is-unlocked .lp-vsl-unlocked {
    display: block;
}

.lp-vsl-page-main:not(.is-unlocked) .lp-vsl-steps {
    display: none;
}

.lp-vsl-page-main:not(.is-unlocked) .lp-vsl-form-holder {
    display: none;
}

.lp-vsl-page-main:not(.is-form-open) .lp-vsl-form-holder {
    display: none;
}

.lp-vsl-unlocked-message {
    margin-bottom: clamp(2.5rem, 4vw, 4rem);
    text-align: center;
    color: #38ff2f;
    font-family: 'Barlow';
    font-size: clamp(1rem, 0.929rem + 0.149vw, 1.063rem);
    font-weight: 400;
}

@media (min-width: 768px) {
    .lp-vsl-stats .glide__slides {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(1rem, 2.4vw, 1.7rem);
    }
}

.lp-vsl-stats {
    margin-bottom: clamp(2rem, 4.5vw, 5rem);
    text-align: center;
}

.lp-vsl-stat-value {
    margin: 0 0 1rem;
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: clamp(2rem, 0.089rem + 3.72vw, 3.438rem);
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

.lp-vsl-stat-text {
    font-size: clamp(1rem, 0.85rem + 0.312vw, 1.125rem);
    color: #e8ecff;
}

.lp-vsl-cta-wrap {
    margin: 0 auto -4rem;
}

@media (max-width: 767.98px) {
    .lp-vsl-cta-wrap.is-mobile-sticky {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 10px;
        z-index: 1001;
        margin: 0;
        padding: 0 12px;
    }

    .lp-vsl-cta-wrap.is-mobile-sticky .lp-vsl-cta {
        width: min(100%, 560px);
        margin: 0 auto;
        display: block;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    }

    .lp-vsl-footer.has-sticky-cta-padding {
        padding-bottom: calc(3rem + 88px);
    }
}

.lp-vsl-cta {
    display: inline-block;
    width: min(100%, 30.5rem);
    padding: 1rem 1.35rem;
    border-radius: clamp(1.563rem, 0.777rem + 1.636vw, 2.219rem);
    background: linear-gradient(90deg, #FF9701 0%, #FF4D00 100%);
    color: #fff;
    text-decoration: none;
    font-family: 'Barlow', 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 2rem);
}

.lp-vsl-cta:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(0.96);
}

.lp-vsl-cta:active,
.lp-vsl-cta:focus,
.lp-vsl-cta:visited {
    color: #fff;
    text-decoration: none;

}

.lp-vsl-steps {
    padding: clamp(5rem, 8vw, 7rem) 0 clamp(2rem, 5.231vw, 4rem);
    font-family: 'Barlow', 'Inter', sans-serif;
}

.lp-vsl-steps h2 {
    margin: 0 0 .5rem;
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: clamp(1.7rem, 0.441rem + 2.336vw, 2.7rem);
    line-height: 1.5;
    font-weight: 600;
    /* color: #f16600; */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #FF9701 0%, #FF4D00 29.33%);
}

.lp-vsl-steps ul {
    margin: 0;
    padding-left: 1.25rem;
}

.lp-vsl-steps li {
    margin-bottom: 01em;
    color: #3a3a3a;
    font-size: clamp(1rem, 0.701rem + 0.623vw, 1.25rem);
}

.lp-vsl-form-holder {
    padding: 0 0 clamp(2rem, 5.231vw, 4rem);
}

.lp-vsl-form-heading {
    margin: 0 0 1rem;
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: clamp(1.2rem, 0.441rem + 2vw, 2.5rem);
    line-height: 1.25;
    font-weight: 600;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #FF9701 0%, #FF4D00 29.33%);
}

.lp-vsl-footer {
    padding: 4rem 0 3rem;
}

.lp-vsl-footer-links {
    margin-bottom: 0.6rem;
    font-size: clamp(1rem, 1.45vw, 1.065rem);
    color: #000;
}

.lp-vsl-footer-links a {
    color: #000;
    text-decoration: none;
}

.lp-vsl-footer-links a:hover {
    text-decoration: underline;
}

.lp-vsl-footer-links span {
    margin: 0 0.9rem;
}

.lp-vsl-footer-disclaimer {
    max-width: 736px;
    margin: 0 auto 0.75rem;
    color: #3d3d3d;
    font-size: 0.75rem;
    line-height: 1.5;
}

.lp-vsl-footer-copy {
    color: #000;
    font-size: clamp(1rem, 1.45vw, 1.065rem);
}

@media screen and (max-width: 992px) {

    .lp-vsl-cta-wrap {
        margin-bottom: -3.4rem;
    }
}

@media screen and (max-width: 768px) {

    .lp-vsl-hero {
        padding-top: 1.2rem;
    }

    .lp-vsl-topbar {
        text-align: center;
        /* justify-content: center; */
        gap: .4rem 1rem;
        flex-wrap: nowrap;
        align-items: center;
    }

    .lp-vsl-badge {
        padding: 0.48rem 0.9rem;
    }

    .lp-vsl-badge svg {
        width: 1rem;
        height: 1rem;
    }

    .lp-vsl-intro h1 {
        line-height: 1.08;
        margin: 0 0 1.3rem;
    }

    .lp-vsl-video-shell {
        margin: 1.5rem 0;
    }

    .lp-vsl-countdown {
        margin-bottom: 1.8rem;
    }

    .lp-vsl-footer-links span {
        margin: 0 0.45rem;
    }
}

/* VSL LP One TY starts */
.page-template-lp-vsl-page-ty header#masthead,
.page-template-lp-vsl-page-ty .site-footer {
    display: none;
}

.lp-vsl-ty-hero {
    position: relative;
    padding: clamp(1.5rem, 3vw, 2rem) 0 2rem;
    color: #fff;
    background:
        radial-gradient(46% 32% at 50% 46%, rgba(107, 34, 173, 0.62) 0%, rgba(25, 24, 91, 0) 100%),
        linear-gradient(180deg, #000e39 0%, #1b195b 56.73%);
}

.lp-vsl-ty-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1.35rem;
    border: 1px solid rgba(255, 189, 94, 0.87);
    border-radius: 999px;
    background: #211d3d;
    color: #ffbd5e;
    font-size: clamp(0.78rem, 1vw, 0.95rem);
    line-height: 1.2;
}

.lp-vsl-ty-title {
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: clamp(1.8rem, 1.2596rem + 2.1795vw, 2.8125rem);
    line-height: 1.15;
    font-weight: 600;
    color: #fff;
}

.lp-vsl-ty-title-after {
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    line-height: 1.5;
    margin: 1rem 0 0;
}

.lp-vsl-ty-subtext {
    margin-top: 2.2rem;
    color: #f1f4ff;
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
    line-height: 1.5;
}

.home-lp-members {
    padding: clamp(1.5625rem, 0.4663rem + 4.8718vw, 3.9375rem) 0;
}

.lp-vsl-ty-steps-row-container::after {
    content: '';
    width: 100vw;
    height: calc(50% + 5rem);
    position: absolute;
    bottom: calc(0px - 4rem);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 0;
}

.lp-vsl-ty-steps-row {
    margin-top: clamp(2.7rem, 1.286rem + 1.905vw, 3.2rem);
    position: relative;
    z-index: 1;
}

.lp-vsl-ty-step-card-holder {
    margin-bottom: 1.5rem;
}

.lp-vsl-ty-step-card {
    background: #412076;
    border-radius: 16px;
    padding: 1.8rem 1.3rem 4rem;
    height: 100%;
    position: relative;
}

.lp-vsl-ty-step-card h3 {
    margin: 0;
    /* color: #ff9701; */
    background: linear-gradient(90deg, #ff9701 33.65%, #ff4d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: clamp(1.8rem, 1.4038rem + 1.5385vw, 2.5rem);
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

.lp-vsl-ty-step-card-subtitle {
    margin: 0.5rem 0 1rem;
    text-align: center;
    font-size: clamp(1rem, 1.2vw, 1.3rem);
}

.lp-vsl-ty-step-card-media {
    background: #ddd;
    color: #1f1f1f;
    border-radius: 6px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.lp-vsl-ty-step-card-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.lp-vsl-ty-step-card-icon {
    text-align: center;
    margin: 0.9rem 0;
}

.lp-vsl-ty-step-card-icon-svg {
    width: 80px;
    height: 80px;
    max-width: 100%;
}

.lp-vsl-ty-step-card-text {
    color: #ece7f8;
    font-size: clamp(1rem, 1.25vw, 1.22rem);
    padding: 0 clamp(.7rem, 1.6vw, 1.5rem);
    line-height: 1.45;
}

.lp-vsl-ty-step-card-btn-holder {
    position: absolute;
    width: 100%;
    padding: 2rem 0 0;
    left: 0;
    bottom: calc(0px - 1.5rem);
}

.lp-vsl-ty-step-card-btn.lp-vsl-cta {
    min-width: 250px;
    width: auto
}

.lp-vsl-ty-stories {
    padding: clamp(2.8rem, 5vw, 4.5rem) 0 clamp(2.2rem, 5vw, 4rem);
    position: relative;
}

.lp-vsl-ty-stories-heading {
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: clamp(2rem, 1.4038rem + 1.5385vw, 2.5rem);
    line-height: 1;
    font-weight: 600;
    color: #2a2a2a;
}

.lp-vsl-ty-stories-heading span {
    color: #f16600;
}

.lp-vsl-ty-stories-subheading {
    margin-top: 1rem;
    font-size: clamp(1rem, 1.6vw, 1.7rem);
    color: #404040;
}

.lp-vsl-ty-stories-arrow {
    margin-top: 1rem;
}

.lp-vsl-ty-story-cards {
    margin-top: 2rem;
}

.lp-vsl-ty-story-card {
    background: #031360;
    background: linear-gradient(180deg, #000E39 0%, #1B195B 56.73%);
    border-radius: 41px;
    color: #fff;
    padding: 3.2rem 1.8rem 2.5rem;
    height: 100%;
}

.lp-vsl-ty-story-value {
    font-family: 'Barlow', 'Inter', sans-serif;
    font-size: clamp(2rem, 1rem + 2.6205vw, 3rem);
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.lp-vsl-ty-story-stars {
    display: flex;
    gap: 0.18rem;
    margin-bottom: 1rem;
}

.lp-vsl-ty-story-text {
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    margin-bottom: 1.5rem;
}

.lp-vsl-ty-story-media {
    background: #cfd4e6;
    color: #1f1f1f;
    border-radius: 8px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.lp-vsl-ty-story-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.lp-vsl-ty-story-name {
    font-size: clamp(1.1rem, 1.4vw, 1.6rem);
    font-weight: 500;
}

.lp-vsl-ty-story-role {
    font-size: clamp(0.95rem, 1.12vw, 1.2rem);
}

.lp-vsl-ty-more {
    margin-top: 1.25rem;
    font-size: clamp(1.5rem, 2.3vw, 2.2rem);
    color: #3d3d3d;
}

.lp-vsl-ty-main .lp-vsl-footer {
    background: #fff;
}

@media screen and (max-width: 768px) {

    .lp-vsl-ty-hero {
        padding: clamp(1.5rem, 3vw, 2rem) 0 2rem;
    }

    .home-lp-learn-from-holder {
        padding: 30px 0;
    }

    .lp-vsl-ty-steps-row-container::after {
        bottom: calc(0px - 20rem);
    }

    .lp-vsl-ty-step-card-holder {
        margin-bottom: 4rem;
    }

    .lp-vsl-ty-step-card {
        padding: 1.2rem 1.2rem 4rem;
    }

    .lp-vsl-ty-step-card-media {
        min-height: 150px;
    }

    .lp-vsl-ty-story-media {
        min-height: 130px;
    }

}

/* VSL LP One TY ends */


/* VSL LP Application accepted starts */
.page-template-lp-vsl-page-application-accepted header#masthead,
.page-template-lp-vsl-page-application-accepted .site-footer {
    display: none;
}

.page-template-lp-vsl-page-application-accepted .lp-vsl-video-shell {
    margin: clamp(1.6rem, 3vw, 2.65rem) auto clamp(1rem, 0.47rem + 1.8vw, 2rem);
}

.page-template-lp-vsl-page-application-accepted .lp-vsl-ty-subtext {
    margin: 1rem 0 2.5rem;
}

.page-template-lp-vsl-page-application-accepted .lp-vsl-ty-badge {
    padding: 0.48rem 0.9rem;
}

.page-template-lp-vsl-page-application-accepted .lp-vsl-ty-badge svg {
    width: 1rem;
    height: 1rem;
}

.page-template-lp-vsl-page-application-accepted .lp-vsl-ty-steps-row-container::after {
    height: calc(80% + 5rem);
}

/* VSL LP Application accepted ends */

/* VSL LP Session TY starts */
.page-template-lp-vsl-page-session-ty header#masthead,
.page-template-lp-vsl-page-session-ty .site-footer {
    display: none;
}

.page-template-lp-vsl-page-session-ty .lp-vsl-video-shell {
    margin: clamp(1.6rem, 3vw, 2.65rem) auto clamp(1rem, 0.47rem + 1.8vw, 2rem);
}

.page-template-lp-vsl-page-session-ty .lp-vsl-ty-subtext {
    margin: 1rem 0 2.5rem;
}

.page-template-lp-vsl-page-session-ty .lp-vsl-ty-badge {
    padding: 0.48rem 0.9rem;
}

.page-template-lp-vsl-page-session-ty .lp-vsl-ty-badge svg {
    width: 1rem;
    height: 1rem;
}

.page-template-lp-vsl-page-session-ty .lp-vsl-ty-step-card-holder {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {

    .page-template-lp-vsl-page-session-ty .lp-vsl-ty-step-card-holder {
        margin-bottom: 4rem;
    }

    .page-template-lp-vsl-page-session-ty .lp-vsl-ty-steps-row-container::after {
        bottom: calc(0px - 3rem);
    }
}

/* VSL LP Session TY ends */