:root {
    --cream: #f7f0e3;
    --red: #e51f2d;
    --blue: #145da2;
    --dark: #20232a;
    --yellow: #f5c33b;
    --orange: #ff7b2f;
}

@keyframes lp-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    overflow-x: hidden;
}

body {
    background: var(--cream);
    color: var(--dark);
    font-family: "Source Sans 3", Arial, sans-serif;
}

img,
video {
    max-width: 100%;
    display: block;
}

.lp-wrap {
    width: min(1710px, calc(100% - 112px));
    margin: 0 auto;
}

.lp-header {
    background: var(--cream);
    height: 116px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.lp-logo img {
    width: 265px;
}

.lp-contact {
    color: #161616;
    border: 3px solid var(--yellow);
    border-radius: 999px;
    padding: 10px 27px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.lp-hero {
    height: 965px;
    position: relative;
    overflow: hidden;
}

.lp-hero-img,
.lp-final > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-dark {
    position: absolute;
    inset: 0;
    background: rgba(3, 6, 12, 0.58);
}

.lp-play {
    width: 154px;
    height: 154px;
    border: 7px solid #fff;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
}

.lp-play span {
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 47px solid #fff;
    margin-left: 12px;
}

.lp-enquiry-panel {
    position: absolute;
    right: 0;
    top: 215px;
    width: 325px;
    transform: translateX(235px);
    transition: transform 0.35s ease;
    z-index: 4;
}

.lp-enquiry-panel.is-open {
    transform: translateX(0);
}

.lp-enquiry-tab {
    position: absolute;
    left: -50px;
    top: 170px;
    border: 0;
    background: var(--red);
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 17px;
    font-weight: 900;
    padding: 22px 9px;
    cursor: pointer;
}

.lp-mini-form {
    width: 235px;
    margin-left: 90px;
    background: #fff;
    padding: 22px 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
}

.lp-mini-form h2 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 900;
}

.lp-mini-form input,
.lp-mini-form select,
.lp-mini-form textarea {
    width: 100%;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 0 9px;
    color: #777;
    font-size: 11px;
}

.lp-mini-form textarea {
    height: 44px;
    padding-top: 8px;
}

.lp-quote {
    min-height: 350px;
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    background: var(--cream);
    overflow: hidden;
    align-content: center;
}

.lp-quote p {
    margin: 0;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 900;
    z-index: 2;
}

.lp-quote strong {
    color: var(--red);
}

.lp-quote em {
    color: var(--blue);
    font-style: normal;
}

.lp-cut {
    position: absolute;
    width: 280px;
    height: 545px;
 
}

.lp-cut-left {
    left: 0;
    top: 105px;
}

.lp-cut-right {
    right: 0;
    top: 93px;
    transform: scaleX(-1);
}

.lp-spark {
    --size: 84px;
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: repeating-conic-gradient(currentColor 0deg 6deg, transparent 6deg 15deg);
}

.lp-spark::after {
    content: "";
    position: absolute;
    inset: 22%;
    border-radius: 50%;
    background: var(--cream);
}

.lp-spark-quote {
    color: #7c7c7c;
    top: 20px;
    left: 340px;
    --size: 86px;
    background: url(../images-landingpage/circle-2.png) center / cover no-repeat;
}

.lp-spark-quote::after {
    display: none;
}

.lp-scribble {
    position: absolute;
    right: 260px;
    bottom: 20px;
    color: #c8c0b0;
    font-size: 120px;
    transform: rotate(95deg);
    font-weight: 400;
    width: 120px;
}

.lp-results,
.lp-experience {
    background: var(--blue);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.lp-results {
    padding: 135px 0 132px;
}

.lp-results::before,
.lp-experience::before {
    content: "";
    position: absolute;
    width: 245px;
    height: 245px;
    left: 105px;
    top: 102px;
    background: url('../images-landingpage/circle-3.png') center / contain no-repeat;
    animation: lp-spin 10s linear infinite;
}

.lp-results-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 155px 50px 190px;
    position: relative;
}

.lp-results h1,
.lp-experience h2 {
    margin: 0;
    font-size: 76px;
    line-height: 0.92;
    font-weight: 900;
}

.lp-results h1::after {
    content: "";
    display: block;
    width: 355px;
    height: 8px;
    margin-top: 20px;
    background: var(--yellow);
    border-radius: 50%;
    transform: rotate(-2deg);
}

.lp-spark-yellow {
    color: var(--yellow);
    position: relative;
    top: 85px;
    right: 0px;
    --size: 135px;
    background: url('../images-landingpage/sec2-circle2.png') center / contain no-repeat;
    animation: lp-spin 8s linear infinite;
}

.lp-spark-yellow::after {
    display: none;
}

.lp-result-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 76px;
    padding: 0 58px 18px;
}

.lp-result-card {
    position: relative;
    min-height: 176px;
    background: #fff;
    color: var(--dark);
    border-radius: 999px;
    display: grid;
    grid-template-columns: 135px 1fr;
    align-items: center;
    padding: 20px 30px 20px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.lp-result-card img {
    width: 125px;
 
  
    object-fit: cover;
    filter: grayscale(1);
}

.lp-result-card h2 {
    margin: 0;
    color: var(--red);
    font-size: 34px;
    line-height: 0.9;
    font-weight: 900;
}

.lp-result-card p {
    margin: 12px 0 0;
    border-top: 1px solid #111;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 800;
}

.lp-result-card b {
    position: absolute;
    left: 8px;
    bottom: -28px;
    width: 80px;
    height: 80px;
    background: none;
    clip-path: none;
}

.lp-result-card b img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: none;
}

.lp-admit {
    color: #fff;
}

.lp-admit-red {
    background: var(--red);
}

.lp-admit-blue {
    background: var(--blue);
  
}

.lp-admit .lp-wrap {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-admit p {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
}

.lp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-arrow img {
    width: 260px;
    height: auto;
}

.lp-admit a {
    color: var(--yellow);
    border: 2px solid var(--yellow);
    border-radius: 999px;
    padding: 13px 37px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    animation: lp-bounce 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes lp-bounce {
    0%   { transform: translateY(0)    scaleX(1)    scaleY(1); }
    18%  { transform: translateY(-10px) scaleX(0.96) scaleY(1.06); }
    36%  { transform: translateY(0)    scaleX(1.06) scaleY(0.94); }
    48%  { transform: translateY(-5px) scaleX(0.98) scaleY(1.03); }
    60%  { transform: translateY(0)    scaleX(1.02) scaleY(0.98); }
    72%  { transform: translateY(-2px) scaleX(1)    scaleY(1.01); }
    84%  { transform: translateY(0)    scaleX(1)    scaleY(1); }
    100% { transform: translateY(0)    scaleX(1)    scaleY(1); }
}

.lp-beyond,
.lp-cycle,
.lp-recognition {
    background: var(--cream);
}

.lp-beyond {
    padding: 50px 0 92px;
}

.lp-title {
    text-align: center;
}

.lp-title h2 {
    margin: 0;
    font-size: 76px;
    line-height: 0.95;
    font-weight: 900;
}

.lp-beyond-heading {
    max-width: 680px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 22px;
}

.lp-title span {
    border: 4px solid #1e1e1e;
    border-radius: 50%;
    padding: 0 16px 4px;
}

.lp-title p {
    max-width: 760px;
    margin: 22px auto 48px;
    color: #575757;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.lp-title p strong,
.lp-feature a,
.lp-stage a {
    color: var(--red);
}

.lp-feature-slider {
    position: relative;
    padding: 0 45px;
}

.lp-feature-window {
    overflow: hidden;
}

.lp-feature-track {
    --slide-index: 0;
    display: flex;
    gap: 18px;
    transform: translateX(calc(var(--slide-index) * -1 * ((100% - 36px) / 3 + 18px)));
    transition: transform 0.35s ease;
    will-change: transform;
}

.lp-slider-btn {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 58px;
    border: 0;
    background: transparent;
    color: #1d1d1d;
    font-size: 54px;
    line-height: 1;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

.lp-slider-prev {
    left: 0;
}

.lp-slider-next {
    right: 0;
}

.lp-feature {
    flex: 0 0 calc((100% - 36px) / 3);
    background: #fdf8ed;
    border: 2px solid #cfc7b8;
    border-radius: 18px;
    padding: 27px 27px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.lp-feature h3 {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 900;
}

.lp-feature-divider {
    border: none;
    border-top: 1px solid #cfc7b8;
    margin: 0 0 16px;
}

.lp-feature p {
    min-height: 58px;
    margin: 0;
    color: #555;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
}

.lp-feature a {
    display: block;
    margin: 14px 0 16px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.lp-feature img {
    width: calc(100% + 54px);
    height: 260px;
    margin-top: auto;
    object-fit: cover;
}

.lp-leader {
    background: var(--red);
    color: #fff;
    padding: 88px 0 0;
    overflow: hidden;
}

.lp-leader-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.lp-leader h2 {
    margin: 0 0 16px;
    font-size: 70px;
    line-height: 1.2;
    font-weight: 900;
}

.lp-leader h2 span {
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 0 10px 3px;
}

.lp-leader-kicker {
    margin: 0 0 44px;
    color: #ffd0d4;
    font-size: 20px;
    font-weight: 500;
}

.lp-leader h3 {
    margin: 0;
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
}

.lp-leader h4 {
    margin: 4px 0 24px;
    color: var(--yellow);
    font-size: 25px;
    font-weight: 600;
}

.lp-leader span {
    color: var(--yellow);
}

.lp-leader p {
    max-width: 780px;
    color: #fff3f4;
    font-size: 20px;
    line-height: 1.22;
    
}

.lp-leader figure {
    position: relative;
    margin: 0;
    min-height: 725px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lp-leader-photo {
    position: relative;
    width: 610px;
    z-index: 2;
}

.lp-leader-circle {
    position: absolute;
    top: 40px;
    right: 70px;
    width: 330px;
    height: 330px;
    object-fit: contain;
    z-index: 1;
    animation: lp-spin 10s linear infinite;
}

.lp-cycle {
    padding: 78px 0 74px;
}

.lp-title-cycle {
    margin-bottom: 58px;
}

.lp-title-cycle h2 {
    font-size: 70px;
}

.lp-title-cycle span {
    border-color: var(--blue);
    color: var(--blue);
}

.lp-stage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 0 42px;
}

.lp-stage {
    background: #fdf8ed;
    border: 2px solid #cfc7b8;
    border-radius: 24px;
    overflow: hidden;
}

.lp-stage img {
    height: 255px;
    width: 100%;
    object-fit: cover;
}

.lp-stage div {
    padding: 24px 24px 30px;
}

.lp-stage h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 900;
}

.lp-stage p {
    margin: 5px 0 10px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 8px;
    font-size: 17px;
    font-weight: 900;
}

.lp-stage small {
    display: block;
    min-height: 48px;
    color: #606060;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 700;
}

.lp-stage a {
    display: inline-block;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.lp-recognition {
    padding: 45px 0 105px;
}

.lp-recognition-grid {
    display: grid;
    grid-template-columns: 0.98fr 1.02fr;
    align-items: center;
    gap: 50px;
}

.lp-awards-slider-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lp-awards-slider {
    position: relative;
    padding: 0 44px;
}

.lp-awards-window {
    overflow: hidden;
    width: 100%;
}

.lp-awards-track {
    display: flex;
    gap: 18px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.lp-award-card {
    flex: 0 0 calc((100% - 18px) / 2);
    min-width: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.lp-award-card > img:first-child {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.lp-award-card h3 {
    min-height: 52px;
    margin: 16px 18px 8px;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 900;
}

.lp-award-divider {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto 10px;
}

.lp-award-card p {
    margin: 0;
    padding: 0 22px 24px;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.lp-recognition-title {
    position: relative;
    min-height: 455px;
    display: flex;
    align-items: center;
}

.lp-recognition h2 {
    margin: 0;
    font-size: 78px;
    line-height: 0.94;
    font-weight: 900;
}

.lp-recognition h2 strong {
    color: var(--red);
}

.lp-recognition h2 em {
    color: var(--blue);
    font-style: normal;
}

.lp-scribble-rec {
    left: 0;
    right: auto;
    top: 10px;
    bottom: auto;
    font-size: 115px;
}

.lp-rec-spiral {
    position: absolute;
    top: 10px;
    left: 0;
    width: 110px;
    height: auto;
}

.lp-rec-circle {
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 235px;
    height: 235px;
    object-fit: contain;
    animation: lp-spin 10s linear infinite;
}

.lp-experience {
    padding: 105px 0 100px;
}

.lp-experience::before {
    left: -50px;
    top: auto;
    bottom: 35px;
}

.lp-experience-grid {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 55px;
}

.lp-experience h2 strong {
    color: var(--yellow);
}

.lp-review-wall {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.lp-review-wall blockquote {
    margin: 0;
    background: #fff;
    color: #2c2c2c;
    border-radius: 24px;
    padding: 26px 32px 24px;
    font-size: 18px;
    line-height: 1.18;
    font-weight: 800;
}

.lp-review-wall cite {
    display: block;
    margin-top: 18px;
    color: var(--red);
    font-style: normal;
    font-weight: 900;
}

.lp-video-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.lp-video-row figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
}

.lp-video-row video {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    background: #000;
}

.lp-final {
    min-height: 770px;
    position: relative;
    overflow: hidden;
}

.lp-final > img,
.lp-final-dark {
    position: absolute;
    inset: 0;
}

.lp-final-dark {
    background: rgba(5, 8, 13, 0.58);
}

.lp-final-grid {
    min-height: 770px;
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 110px;
    z-index: 2;
}

.lp-contact-form {
    width: 690px;
    max-width: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 42px 38px 28px;
}

.lp-contact-form input,
.lp-contact-form select {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: #f0f0f0;
    margin-bottom: 16px;
    padding: 0 22px;
    color: #777;
    font-size: 15px;
    font-weight: 700;
}

.lp-contact-form button {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.lp-contact-form p {
    margin: 17px 0 0;
    text-align: center;
    color: #b0b0b0;
    font-size: 13px;
    font-weight: 800;
}

.lp-final h2 {
    margin: 0;
    color: #fff;
    font-size: 82px;
    line-height: 0.96;
    font-weight: 900;
}

.lp-final h2 span {
    color: var(--yellow);
}

@media (max-width: 1199px) {
    .lp-wrap {
        width: min(100% - 48px, 980px);
    }

    .lp-result-list,
    .lp-feature-grid,
    .lp-stage-grid,
    .lp-recognition-grid,
    .lp-experience-grid,
    .lp-final-grid,
    .lp-leader-grid {
        grid-template-columns: 1fr;
    }

    .lp-results-head {
        padding: 0 0 55px;
    }

    .lp-spark-yellow {
        right: 0;
    }

    .lp-leader figure {
        min-height: auto;
        justify-content: center;
    }

    .lp-leader-photo {
        width: 100%;
        max-width: 480px;
    }

    .lp-leader-circle {
        width: 240px;
        height: 240px;
        right: 20px;
        top: 20px;
    }

    .lp-mini-form {
        display: none;
    }

    .lp-enquiry-tab {
        right: 0;
    }

    .lp-recognition-title {
        min-height: auto;
        padding: 32px 0 60px;
    }

    .lp-beyond-heading {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .lp-wrap {
        width: calc(100% - 32px);
    }

    .lp-header {
        height: 78px;
    }

    .lp-logo img {
        width: 165px;
    }

    .lp-contact {
        padding: 8px 16px;
        font-size: 12px;
    }

    .lp-hero {
        height: 430px;
    }

    .lp-play {
        width: 86px;
        height: 86px;
        border-width: 4px;
    }

    .lp-play span {
        border-top-width: 19px;
        border-bottom-width: 19px;
        border-left-width: 27px;
    }

    .lp-quote {
        min-height: 360px;
    }

    .lp-quote p {
        font-size: 28px;
    }

    .lp-cut,
    .lp-spark,
    .lp-scribble,
    .lp-arrow {
        display: none;
    }

    .lp-results,
    .lp-beyond,
    .lp-leader,
    .lp-cycle,
    .lp-recognition,
    .lp-experience {
        padding: 54px 0;
    }

    .lp-results h1,
    .lp-title h2,
    .lp-leader h2,
    .lp-recognition h2,
    .lp-experience h2,
    .lp-final h2 {
        font-size: 44px;
    }

    .lp-result-list,
    .lp-stage-grid {
        gap: 34px;
        padding: 0;
    }

    .lp-result-card {
        grid-template-columns: 110px 1fr;
    }

    .lp-result-card img {
        width: 100px;
    }

    .lp-result-card h2 {
        font-size: 28px;
    }

    .lp-admit .lp-wrap {
        min-height: 125px;
        justify-content: center;
        text-align: center;
        gap: 14px;
        flex-direction: column;
        padding: 10px 0 13px 0;
    }

    .lp-admit p {
        font-size: 26px;
    }

    .lp-title span,
    .lp-leader h2 span {
        border-width: 2px;
        padding: 0 8px 2px;
    }

    .lp-feature img,
    .lp-stage img {
        height: 210px;
    }

    .lp-review-wall,
    .lp-video-row {
        grid-template-columns: 1fr;
    }

    .lp-video-row {
        grid-column: auto;
    }

    .lp-final {
        min-height: auto;
    }

    .lp-final-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 40px 0 32px;
        align-items: start;
    }

    .lp-contact-form {
        width: 100%;
        padding: 24px 16px 20px;
        border-radius: 14px;
    }

    .lp-contact-form input,
    .lp-contact-form select {
        height: 44px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .lp-contact-form button {
        height: 48px;
        font-size: 15px;
    }

    .lp-final h2 {
        font-size: 48px;
        text-align: center;
        order: -1;
    }

    /* ── Results spinning circle — hide on mobile ── */
    .lp-results::before,
    .lp-experience::before {
        display: none;
    }

    /* ── Beyond heading image ── */
    .lp-beyond-heading {
        max-width: 80%;
    }

    /* ── Leader section ── */
    .lp-leader figure {
        justify-content: center;
    }

    .lp-leader-photo {
        width: 100%;
        max-width: 300px;
    }

    .lp-leader-circle {
        width: 160px;
        height: 160px;
        top: 10px;
        right: 10px;
    }

    .lp-leader h3 {
        font-size: 30px;
    }

    .lp-leader h4 {
        font-size: 17px;
    }

    /* ── Recognition section ── */
    .lp-rec-spiral {
        display: none;
    }

    .lp-rec-circle {
        width: 130px;
        height: 130px;
        right: 5px;
        bottom: 5px;
    }

    .lp-recognition-title {
        min-height: auto;
        padding: 24px 0 48px;
    }

    .lp-awards-slider {
        padding: 0 36px;
    }

    .lp-award-card {
        flex: 0 0 100%;
    }

    .lp-award-card > img:first-child {
        height: 200px;
    }
}

.lp-final{
    position: relative;
    overflow: hidden;
}

.lp-bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.lp-final-dark{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.lp-final-grid{
    position: relative;
    z-index: 3;
}


/* ── FIX 4: Beyond slider — show arrows, 3 cards visible ── */
        .lp-feature-slider {
            position: relative;
        }
        .lp-feature-window {
            overflow: hidden;
        }
        .lp-feature-track {
            display: flex;
            gap: 24px;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            will-change: transform;
        }
        .lp-feature {
            min-width: calc((100% - 48px) / 3);
            flex-shrink: 0;
        }
        .lp-slider-btn {
            display: flex !important;
            visibility: visible !important;
            opacity: 1 !important;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            background: #1a3c6e;
            color: #fff;
            border: none;
            border-radius: 50%;
            font-size: 24px;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: background 0.2s;
            line-height: 1;
        }
        .lp-slider-btn:hover { background: #c0392b; }
        .lp-slider-prev, .lp-awards-prev { left: -22px; }
        .lp-slider-next, .lp-awards-next { right: -22px; }
        /* Smaller buttons on mobile */
        @media (max-width: 767px) {
            .lp-slider-btn { width: 36px; height: 36px; font-size: 20px; opacity: 0.9; }
        }
        .lp-slider-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 24px;
        }
        .lp-slider-dot {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #ccc;
            cursor: pointer;
            border: none;
            padding: 0;
            transition: background 0.2s;
        }
        .lp-slider-dot.active { background: #1a3c6e; }

        /* ── FIX 5: Experience videos — make sure they play ── */
        .lp-video-row figure video {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 10px;
            display: block;
            background: #000;
        }
        .lp-video-row {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }
        .lp-video-row figure {
            flex: 1;
            min-width: 160px;
            margin: 0;
        }

         /* ── FIX 1: Enquiry — handled by Pabbly sidebar widget (same as index.html) ── */
        /* Hide the old hero enquiry panel entirely — Pabbly renders its own tab */
        .lp-enquiry-panel { display: none !important; }

        /* ── FIX 2: Results section — proper padding ── */
        .lp-results {
            padding-top: 64px !important;
            padding-bottom: 80px !important;
        }
        /* Result slider wrapper — full viewport width, continuous infinite loop, arrow-controlled */
        .lp-result-slider {
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            margin-top: 48px;
            width: 100vw;
            max-width: 100vw;
            padding: 0;
            overflow: hidden;
        }
        .lp-result-window {
            overflow: hidden;
            width: 95%;
            margin: auto;
        }
        .lp-result-track {
            display: flex;
            gap: 32px;
            align-items: flex-end;
            padding: 0 0px 40px;
        }
        .lp-result-prev { left: 16px; z-index: 5; }
        .lp-result-next { right: 16px; z-index: 5; }

        /* ── FIX 3: Result card — pill shape matching screenshot ── */
        .lp-result-card {
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            background: #f5f0e6;
            border-radius: 120px;          /* full pill */
            padding: 20px 32px 20px 0;
            min-width: 320px;
            max-width: 360px;
            overflow: visible !important;
            box-shadow: none;
        }

        /* Photo — large, sits left, overflows top of pill */
        .lp-result-card > img {
            width: 155px !important;
            object-fit: cover;
            object-position: top center;
            display: block;
            flex-shrink: 0;
            margin-top: -20px;             /* overflow above pill top */
            margin-left: 8px;
            border-radius: 100px 100px 0 100px !important;
            filter: none !important;
        }

        /* Text block — right side */
        .lp-result-card > div {
            padding-left: 18px;
            padding-bottom: 8px;
        }
        .lp-result-card h2 {
            font-size: 22px !important;
            font-weight: 800 !important;
            color: #c0392b !important;
            line-height: 1.15 !important;
            margin: 0 0 6px !important;
        }
        .lp-result-card p {
            font-size: 13px !important;
            color: #444 !important;
            margin: 0 !important;
            letter-spacing: 0.3px;
            border-top: none !important;
        }

        /* Divider image under name */
        .lp-result-divider {
            display: block;
            width: 100%;
            max-width: 130px;
            height: auto;
            margin: 6px 0 8px;
        }

        /* Percentage badge — bottom-left of card */
        .lp-result-card b {
            position: absolute !important;
            bottom: -28px !important;
            left: 8px !important;
            width: 80px !important;
            height: 80px !important;
            display: block !important;
            background: none !important;
            clip-path: none !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            padding: 0 !important;
            font-size: 0 !important;
            z-index: 2;
        }

        .lp-result-card b img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain;
            display: block !important;
        }

        

        /* ── Decorative rotating shapes (lp-cut) ── */
        @keyframes lp-spin {
            from { transform: rotate(0deg); }
            to   { transform: rotate(360deg); }
        }

        .lp-quote {
            position: relative;
            overflow: hidden;
        }

        .lp-cut {
            display: block !important;
            position: absolute !important;
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: contain;
            pointer-events: none;
        }

       .lp-cut-left {
    background-image: url(images-landingpage/circle1.png) !important;
    width: 220px !important;
    height: 220px !important;
    left: -98px !important;
    top: 30% !important;
    margin-top: -45px !important;
    animation: lp-spin 12s linear infinite !important;
}
.lp-cut-right {
    background-image: url(images-landingpage/star.png) !important;
    width: 220px !important;
    height: 220px !important;
    right: -100px !important;
    top: 50% !important;
    margin-top: -40px !important;
    animation: lp-spin 16s linear infinite reverse !important;
}
        /* ── Popup ── */
        .lp-popup-overlay {
            position: fixed;
            inset: 0;
            background: rgba(10, 15, 25, 0.65);
            backdrop-filter: blur(4px);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.35s ease, visibility 0.35s ease;
        }
        .lp-popup-overlay.lp-popup-open {
            opacity: 1;
            visibility: visible;
        }
        .lp-popup {
            background: #fff;
            border-radius: 20px;
            padding: 40px 44px 36px;
            width: 100%;
            max-width: 680px;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            transform: translateY(24px) scale(0.97);
            transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
            box-shadow: 0 24px 64px rgba(0,0,0,0.22);
        }
        .lp-popup-overlay.lp-popup-open .lp-popup {
            transform: translateY(0) scale(1);
        }
        .lp-popup-close {
            position: absolute;
            top: 14px;
            right: 18px;
            background: none;
            border: none;
            font-size: 26px;
            line-height: 1;
            cursor: pointer;
            color: #888;
            transition: color 0.2s;
        }
        .lp-popup-close:hover { color: var(--red); }
        .lp-popup-header {
            margin-bottom: 24px;
        }
        .lp-popup-header h2 {
            margin: 0 0 8px;
            font-size: 30px;
            font-weight: 900;
            line-height: 1.1;
            color: var(--dark);
        }
        .lp-popup-header h2 span { color: var(--red); }
        .lp-popup-header p {
            margin: 0;
            color: #666;
            font-size: 15px;
        }
        .lp-popup-form .lp-popup-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 12px;
        }
        .lp-popup-form input,
        .lp-popup-form select {
            width: 100%;
            height: 46px;
            border: 1.5px solid #e0e0e0;
            border-radius: 999px;
            padding: 0 18px;
            font-size: 14px;
            font-weight: 600;
            color: #333;
            background: #f8f8f8;
            transition: border-color 0.2s;
            box-sizing: border-box;
        }
        .lp-popup-form input:focus,
        .lp-popup-form select:focus {
            outline: none;
            border-color: var(--blue);
            background: #fff;
        }
        .lp-popup-form select { margin-bottom: 16px; }
        .lp-popup-submit {
            width: 100%;
            height: 50px;
            border: none;
            border-radius: 999px;
            background: var(--red);
            color: #fff;
            font-size: 16px;
            font-weight: 900;
            cursor: pointer;
            transition: background 0.2s, transform 0.15s;
        }
        .lp-popup-submit:hover {
            background: #c0161f;
            transform: translateY(-2px);
        }
        /* Thank you */
        .lp-popup-thanks {
            text-align: center;
            padding: 24px 0 8px;
        }
        .lp-popup-thanks-icon {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: var(--red);
            color: #fff;
            font-size: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }
        .lp-popup-thanks h2 {
            font-size: 34px;
            font-weight: 900;
            margin: 0 0 12px;
            color: var(--dark);
        }
        .lp-popup-thanks p {
            color: #666;
            font-size: 16px;
            line-height: 1.5;
            margin: 0 0 24px;
        }
        /* Mobile */
        @media (max-width: 767px) {
            .lp-popup { padding: 32px 20px 28px; border-radius: 16px; }
            .lp-popup-header h2 { font-size: 22px; }
            .lp-popup-form .lp-popup-row { grid-template-columns: 1fr; gap: 10px; }
        }

        /* ── Scroll fade-in-up ── */
        .lp-reveal {
            opacity: 0;
            transform: translateY(32px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        .lp-reveal.lp-visible {
            opacity: 1;
            transform: translateY(0);
        }
        .lp-reveal:nth-child(2) { transition-delay: 0.1s; }
        .lp-reveal:nth-child(3) { transition-delay: 0.18s; }
        .lp-reveal:nth-child(4) { transition-delay: 0.26s; }

        /* ── Card hover lift ── */
        .lp-feature,
        .lp-award-card,
        .lp-result-card,
        .lp-stage,
        blockquote {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .lp-feature:hover,
        .lp-award-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 28px rgba(0,0,0,0.12);
        }
        .lp-result-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
        blockquote:hover {
            transform: translateY(-4px);
        }

        /* Hide on mobile */
        @media (max-width: 767px) {
            .lp-cut { display: none !important; }

            /* Results slider — still full-width & continuous, smaller cards */
            .lp-results { padding-top: 40px !important; padding-bottom: 56px !important; }
            .lp-result-slider { margin-top: 28px; }
            .lp-result-track {
                gap: 16px !important;
                padding: 0 48px 32px !important;
            }
            .lp-result-card {
                flex-shrink: 0 !important;
                flex-basis: auto !important;
                width: 82vw !important;
                min-width: 82vw !important;
                max-width: 82vw !important;
                box-sizing: border-box !important;
                padding: 14px 18px 14px 0;
            }
            .lp-result-card > img { width: 110px !important; }
            .lp-result-card h2 { font-size: 17px !important; }
            .lp-result-card b { width: 60px !important; height: 60px !important; bottom: -18px !important; }
            .lp-result-prev { left: 8px !important; z-index: 5; }
            .lp-result-next { right: 8px !important; z-index: 5; }

            /* Beyond section — full-width single card */
            .lp-beyond-heading { max-width: 85%; }
            .lp-feature-slider { padding: 0 !important; overflow: hidden !important; }
            .lp-feature-window { overflow: hidden !important; width: 100% !important; }
            .lp-feature-track { gap: 0 !important; width: 100% !important; }
            .lp-feature {
                flex-shrink: 0 !important;
                flex-basis: auto !important;
                flex-grow: 0 !important;
                width: 100% !important;
                min-width: 0 !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
            }
            .lp-slider-prev { left: 8px !important; z-index: 5; }
            .lp-slider-next { right: 8px !important; z-index: 5; }

            /* Awards slider — full-width single card */
            .lp-awards-slider-wrap { overflow: hidden !important; }
            .lp-awards-slider { padding: 0 !important; overflow: hidden !important; }
            .lp-awards-window { overflow: hidden !important; width: 100% !important; }
            .lp-awards-track { gap: 0 !important; width: 100% !important; }
            .lp-award-card {
                flex-shrink: 0 !important;
                flex-basis: auto !important;
                flex-grow: 0 !important;
                width: 100% !important;
                min-width: 0 !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
            }
            .lp-awards-prev { left: 8px !important; z-index: 5; }
            .lp-awards-next { right: 8px !important; z-index: 5; }

            /* Section spacing */
            .lp-beyond { padding: 40px 0 48px; }
            .lp-recognition { padding: 40px 0 48px; }
            .lp-leader { padding: 40px 0 0; }
            .lp-title p { font-size: 16px; margin: 16px auto 32px; }
        }
